/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  text-rendering: geometricPrecision;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

body.menu-open {
  overflow: hidden;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* rtl:begin:ignore */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.mCustomScrollbar {
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* rtl:end:ignore */
@font-face {
  font-family: 'HelveticaNeueLT Arabic 45';
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Light.eot);
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Light.eot?#iefix) format("embedded-opentype"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Light.woff2) format("woff2"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Light.woff) format("woff"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Arabic 55 Roman';
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Roman.eot);
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Roman.eot?#iefix) format("embedded-opentype"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Roman.woff2) format("woff2"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Roman.woff) format("woff"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Roman.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Arabic 75';
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Bold.eot);
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Bold.eot?#iefix) format("embedded-opentype"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Bold.woff2) format("woff2"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Bold.woff) format("woff"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeueLTArabic-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Medium.eot);
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Medium.eot?#iefix) format("embedded-opentype"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Medium.woff2) format("woff2"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Medium.woff) format("woff"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Roman.eot);
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Roman.eot?#iefix) format("embedded-opentype"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Roman.woff2) format("woff2"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Roman.woff) format("woff"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Roman.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Light.eot);
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Light.eot?#iefix) format("embedded-opentype"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Light.woff2) format("woff2"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Light.woff) format("woff"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Heavy.eot);
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Heavy.eot?#iefix) format("embedded-opentype"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Heavy.woff2) format("woff2"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Heavy.woff) format("woff"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Bold.eot);
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Bold.woff2) format("woff2"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Bold.woff) format("woff"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Black.eot);
  src: url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Black.eot?#iefix) format("embedded-opentype"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Black.woff2) format("woff2"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Black.woff) format("woff"), url(https://cibweberrorpage.z6.web.core.windows.net/fonts/HelveticaNeue-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

.button-style2 {
  padding: 25px;
  background-color: #333;
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 112px;
  min-height: 47px;
  z-index: 1;
  color: #fff;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  padding: 14px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: initial;
  font-weight: bold;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: all 0.35s ease 0s;
  background-color: #1858a8;
  font-size: 16px;
  font-size: 1rem;
  line-height: 0.875;
}

.btn.btn-filled-blue:hover {
  color: #fff;
  background-color: #144c92;
}

.btn.btn-filled-blue:focus {
  background-color: #144c92;
  border: 2px solid #ddebfc;
}

.btn.btn-filled-blue:active {
  background-color: #144c92;
}

.btn.btn-filled-blue.disabled {
  pointer-events: none;
  background-color: #b8babc;
}

.btn.btn-filled-white {
  color: #1858a8;
  background-color: #fff;
}

.btn.btn-filled-white:hover {
  background-color: #ddebfc;
}

.btn.btn-filled-white:focus {
  border: 2px solid #1858a8;
  background-color: #ddebfc;
}

.btn.btn-filled-white:active {
  background-color: #ddebfc;
}

.btn.btn-filled-white.disabled {
  color: #fff;
  pointer-events: none;
  background-color: #b8babc;
}

.btn.btn-outline {
  color: #1858a8;
  background-color: transparent;
  border: 2px solid #1858a8;
}

.btn.btn-outline:hover {
  background-color: rgba(24, 88, 168, 0.15);
}

.btn.btn-outline:focus {
  color: #ddebfc;
  border: 2px solid #1858a8;
  background-color: #1858a8;
}

.btn.btn-outline:active {
  color: #1858a8;
  background-color: rgba(24, 88, 168, 0.15);
}

.btn.btn-outline.disabled {
  color: #b8babc;
  pointer-events: none;
  background-color: transparent;
  border: 2px solid #b8babc;
}

.btn.btn-outline-white {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

.btn.btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn.btn-outline-white:focus {
  color: #1858a8;
  background-color: #fff;
  border: 2px solid transparent;
}

.btn.btn-outline-white:active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn.btn-outline-white.disabled {
  color: #b8babc;
  pointer-events: none;
  border: 2px solid #b8babc;
  background-color: transparent;
}

.btn-link {
  color: #333;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.btn-link:hover {
  text-decoration: underline;
  color: #1858a8;
}

.btn-link.disabled {
  color: #b8babc;
  pointer-events: none;
}

.btn-link.white {
  color: #fff;
}

.btn-link.white:hover {
  text-decoration: underline;
  color: #ddebfc;
}

.btn-link.white.disabled {
  color: #b8babc;
  pointer-events: none;
}

/* ~~~~~~~~~~~~~~
  Ripple Effect
~~~~~~~~~~~~~~ */
.ripple {
  position: absolute;
  z-index: -1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleEffect 0.5s ease-in-out;
          animation: rippleEffect 0.5s ease-in-out;
  -ms-animation: rippleEffect 0.5s ease-in-out;
  pointer-events: none;
}

.ripple.animationBlue {
  background-color: #1858a8;
}

.ripple.animationWhite {
  background-color: #fff;
}

.ripple.animationLightBlue {
  background-color: #fff;
}

.ripple.animationBlack {
  background-color: #333;
}

.ripple.animationgradientOrange {
  background-color: rgba(245, 132, 32, 0.2);
}

.ripple.animationgradientBlue {
  background-color: rgba(67, 160, 165, 0.2);
}

.ripple.animationgradientPrivate {
  background-color: rgba(0, 58, 53, 0.2);
}

.ripple.animationgradientWealth {
  background-color: rgba(125, 95, 69, 0.2);
}

a {
  color: #1858a8;
  text-decoration: none;
  transition: all 300ms;
}

a:hover {
  text-decoration: none;
}

svg {
  transition: all 300ms;
}

[dir='ltr'] .lang--selector {
  font-family: 'HelveticaNeueLT Arabic 45';
}

[dir='rtl'] .lang--selector {
  font-family: 'Helvetica Neue';
}

.clear {
  clear: both;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.align-items-center {
  align-items: center;
}

.justify-item-center {
  justify-content: center;
}

*:focus {
  outline: none !important;
}

.isloading,
.isloading-dark {
  position: relative;
}

.isloading::before,
.isloading-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 99;
}

.isloading::after,
.isloading-dark::after {
  content: ' ';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #f58420;
  border-color: #f58420 transparent #f58420 transparent;
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
  z-index: 100;
}

.isloading-dark::before {
  background-color: rgba(51, 51, 51, 0.8);
}

/* ShareThis Overwrite inline styling */
html body > div > .st-btns {
  padding-top: 46px !important;
}

html body > div > .st-close {
  top: 10px;
  bottom: auto !important;
  height: 40px !important;
  right: 10px !important;
  width: 40px !important;
  text-align: center;
  background-color: #1858a8 !important;
  padding: 3px !important;
}

html body > div > .st-close > img {
  height: 24px !important;
  width: 24px !important;
}

.app_gdpr {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.of-h {
  overflow: hidden;
}

ul.quick-stock-overview {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  font-size: 50px;
  font-weight: 300;
  color: #1858a8;
  width: 100%;
  display: table;
}

ul.quick-stock-overview > li {
  display: inline-block;
  margin: 0;
}

ul.quick-stock-overview > li a {
  display: inline-block;
  width: 100%;
}

ul.quick-stock-overview > li {
  display: table-cell;
  text-align: center;
}

ul.quick-stock-overview > li:first {
  text-align: left;
}

ul.quick-stock-overview > li:last {
  text-align: right;
}

ul.quick-stock-overview a {
  text-transform: none;
  display: block;
  padding: 10px 10px;
}

ul.quick-stock-overview li.arrow-up, ul.quick-stock-overview li.arrow-down {
  color: #1858a8;
}

ul.quick-stock-overview li {
  padding: 5px;
}

ul.quick-stock-overview .append {
  font-size: 40px;
}

@media screen and (max-width: 992px) {
  ul.quick-stock-overview li {
    font-size: 30px;
    display: inline-block;
    width: 50%;
    float: left;
  }
  ul.quick-stock-overview .append {
    font-size: 20px;
  }
}

ul.quick-stock-overview li.arrow-up span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #49a543;
}

ul.quick-stock-overview li.arrow-down span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #c71010;
}

ul.detailed-stock-overview {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

ul.detailed-stock-overview li {
  float: left;
  width: 33%;
}

ul.detailed-stock-overview li div {
  padding: 15px;
  border-bottom: 1px solid rgba(184, 186, 188, 0.5);
  border-right: 1px solid rgba(184, 186, 188, 0.5);
}

ul.detailed-stock-overview li:nth-child(4n) div {
  border-right-width: 0;
}

ul.detailed-stock-overview li:nth-last-child(-n+4) div:last-child {
  border-bottom-width: 0;
}

@media screen and (max-width: 992px) {
  ul.detailed-stock-overview li {
    width: 100%;
  }
  ul.detailed-stock-overview li div {
    display: inline-block;
    float: left;
    width: 50%;
    border-bottom: 1px solid rgba(184, 186, 188, 0.5);
    border-bottom-width: 1px !important;
    border-right-width: 0;
  }
}

ul.detailed-stock-overview li span.arrow-down {
  color: #c71010;
}

ul.detailed-stock-overview li span.arrow-up {
  color: #49a543;
}

/* Investment Calculator */
.investment-calculator {
  margin-bottom: 25px;
}

.investment-calculator .investment, .investment-calculator .investment-period {
  margin-bottom: 15px;
}

.investment-calculator p,
.investment-calculator input,
.investment-calculator .investment-value,
.investment-calculator .investment-type {
  display: inline-block;
}

.investment-calculator .investment-type {
  width: 100px;
}

.investment-calculator p,
.investment-calculator input {
  margin-right: 10px;
}

.investment-calculator input {
  float: none;
}

.investment-calculator input[type="text"] {
  padding: 0 5px;
  border: 1px solid #b8babc;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
  padding: 14px;
}

.investment-calculator label {
  margin-right: 5px;
}

.investment-calculator select {
  background-color: #ffffff;
  border: 1px solid rgba(184, 186, 188, 0.5);
}

.investment-calculator .investment-validation {
  display: none;
  padding: 10px;
  background: rgba(184, 186, 188, 0.5);
  border: 1px solid #b8babc;
  color: initial;
  margin-top: 10px;
}

.person-bio-container {
  padding: 41px 0 25px;
}

.person-bio-container:nth-child(odd) {
  background-color: #fafafa;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.flatpickr-calendar {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(51, 51, 51, 0.1);
}

.flatpickr-calendar:before {
  border-width: 8px;
  margin: 0 -8px;
}

.flatpickr-calendar:after {
  border-width: 7px;
  margin: 0 -7px;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #f7f8f9;
}

.flatpickr-calendar.open {
  z-index: 11;
}

.flatpickr-calendar.open + .select2-container--open {
  z-index: 12;
}

.flatpickr-months {
  background-color: #f7f8f9;
  border-bottom: 1px solid #dde2e8;
  padding: 10px 16px;
  position: relative;
  height: 63px;
}

.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
  width: 34px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
}

html[dir='rtl'] .flatpickr-months .flatpickr-next-month, html[dir='rtl'] .flatpickr-months .flatpickr-prev-month {
  transform: rotate(-180deg);
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
  vertical-align: top;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 3px;
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 3px;
}

.flatpickr-months .flatpickr-month {
  height: 41px;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month {
  height: auto;
  font-size: 16px;
  width: 100%;
  left: 0;
  padding: 0 34px;
  display: flex;
  justify-content: space-between;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  height: 41px;
  width: 117px;
  border: 1px solid #b8babc;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  vertical-align: top;
  margin: 0 14px 0 0;
  padding: 0 10px;
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/ico-select-gray-down.png);
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: 9px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  height: 41px;
  width: 77px;
  border: 1px solid #b8babc;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  padding: 0;
  vertical-align: top;
  display: flex;
  align-items: center;
  text-align: left;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowDown, .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowUp {
  border: 0;
  padding: 0;
  width: 20px;
  opacity: 1;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowDown:after, .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  content: "";
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/ico-select-gray-up.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 9px;
  border: 0;
  height: 9px;
  top: 50%;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowDown:hover, .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowUp:hover {
  background-color: transparent;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/ico-select-gray-down.png);
  top: auto;
  bottom: 50%;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month input.cur-year {
  padding-left: 10px;
  padding-right: 20px;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .select2-container--default {
  height: 41px;
  width: 117px;
  vertical-align: top;
  margin: 0 14px 0 0;
  min-width: inherit;
  text-align: left;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .select2-container--default .select2-selection--single {
  border: 1px solid #b8babc;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  min-height: 41px;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
  padding-left: 10px;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .select2-container--default .select2-selection--single .select2-selection__arrow, .flatpickr-months .flatpickr-month .flatpickr-current-month .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  height: 39px;
}

.flatpickr-weekdays {
  height: auto;
  align-items: center;
  padding: 15px 0;
}

.flatpickr-weekdays .flatpickr-weekday {
  color: #333;
  font-size: 12px;
}

.flatpickr-day {
  font-size: 16px;
  color: #333;
}

.flatpickr-day.nextMonthDay, .flatpickr-day.prevMonthDay {
  color: #b8c1cb;
}

.flatpickr-day.today {
  border-color: transparent;
  background-color: #1858a8;
  color: #fff;
}

.flatpickr-innerContainer + .select2-container--open .select2-results .select2-results__options .select2-results__option {
  text-align: left;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default {
  max-width: 100%;
  min-width: 100%;
}

.select2-container--default .select2-selection--single {
  border-color: #b8babc;
  border-radius: 6px;
  box-shadow: none;
  color: #333;
  font-size: 16px;
  min-height: 50px;
  outline: none;
}

.select2-container--default .select2-selection--single:focus {
  border-color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/ico-select-gray.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 50px;
  width: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  color: #333;
  padding-left: 15px;
}

.select2-container--default .select2-dropdown {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  border-top: 0;
  box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.1);
  left: -10000;
  right: auto;
}

.select2-container--default .select2-results .select2-results__options .select2-results__option {
  padding: 10px 20px 10px 12px;
  font-size: 14px;
  box-shadow: inset 0 -1px 0 0 #dde2e8;
  color: #333;
  border-left: 3px solid #fff;
}

.select2-container--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results .select2-results__options .select2-results__option:hover {
  background-color: #f4f5f6;
  color: #333;
  border-left: 3px solid #f58420;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}

.select2-container--default.select--two-line .select2-selection--single {
  min-height: 69px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
}

.select2-container--default.select--two-line .select2-selection--single .select2-selection__arrow {
  height: 67px;
}

.select2-container--default.select--two-line .select2-selection--single .select2-selection__arrow:before {
  height: 67px;
  width: 9px;
}

.select2-container--default.select--two-line .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  color: #333;
  line-height: 67px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 17px;
}

.select2-container--default.select--two-line .select2-selection--single .select2-selection__rendered span {
  display: block;
}

.select2-container--default.select--two-line .select2-selection--single .select2-selection__rendered span.option-heading {
  line-height: 19px;
  margin-bottom: 5px;
  margin-top: 3px;
}

.select2-container--default.select--two-line .select2-selection--single .select2-selection__rendered span.option-price {
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  line-height: 19px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: pre;
}

.select2-container--default.select--two-line .select2-results .select2-results__options .select2-results__option {
  padding: 10px 20px;
}

.select2-container--default.select--two-line .select2-results .select2-results__options .select2-results__option span {
  display: block;
}

.select2-container--default.select--two-line .select2-results .select2-results__options .select2-results__option span.option-price {
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
}

.select2-container--default.select--country .select2-selection--single .select2-selection__rendered span {
  display: block;
}

.select2-container--default.select--country .select2-selection--single .select2-selection__rendered span .img-flag {
  width: 28px;
  margin-right: 16px;
  margin-top: -5px;
}

.select2-container--default.select--country .select2-results .select2-results__options .select2-results__option span {
  display: block;
  line-height: 1.4;
}

.select2-container--default.select--country .select2-results .select2-results__options .select2-results__option span .img-flag {
  width: 30px;
  height: 20px;
  margin-right: 16px;
}

.select2-container--default.navbar-select .select2-selection--single {
  font-size: 14px;
}

.select2-container--default.navbar-select .select2-results .select2-results__options .select2-results__option {
  padding: 10px;
  font-size: 14px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/ico-select.png);
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 126, 20, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(253, 126, 20, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 126, 20, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 126, 20, 0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(253, 126, 20, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 126, 20, 0);
  }
}

@-webkit-keyframes rippleEffect {
  0% {
    transform: scale(1) translateZ(0);
  }
  100% {
    opacity: 0;
    transform: scale(var(--scale)) translateZ(0);
  }
}

@keyframes rippleEffect {
  0% {
    transform: scale(1) translateZ(0);
  }
  100% {
    opacity: 0;
    transform: scale(var(--scale)) translateZ(0);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
    File to hold generic styles
    No component specific styles should be in this file.
*/
.cib-html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
}

.cib-body {
  min-width: 100%;
  height: auto;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #333;
}

[dir="rtl"] .cib-body {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.cib-body * {
  box-sizing: border-box;
}

/* To Avoid Full Screen Section, Wrap component or whole page in this class */
.body-wrapper {
  max-width: 2000px;
  margin: 0 auto;
}

.container,
.container-fluid,
.row > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.main-heading {
  padding: 40px 10px 25px;
  text-align: center;
}

.main-heading h6 {
  letter-spacing: 5px;
  margin-bottom: 0;
}

.main-heading h1 {
  color: #f58420;
  margin-bottom: 0;
}

.main-heading h2 {
  margin-bottom: 0;
}

.btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.btn-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.bg-grey {
  background-color: #fafafa;
}

.bg-blueGradient {
  background: linear-gradient(0deg, #0d447d 0%, #032d62 0.04%, #1858a8 52.63%, #1858a8 100%);
}

.bg-blueGradient-1 {
  background: linear-gradient(360deg, #032d62 0%, #1858a8 48.1%, #1858a8 100%);
}

.bg-blueLinearGradient {
  background: linear-gradient(360deg, #1858a8 0%, #0d447d 0%, #2d6cad 48.1%, #1e7dbc 100%);
}

.bg-orangeGradient {
  background: linear-gradient(0.04deg, #f4a63c 0%, #f28d3d 15.87%, #e85748 100%);
}

.bg-orangeLinearGradient {
  background: linear-gradient(135deg, #da4536 0%, #f5841f 47.89%, #fab833 100%);
}

.txt-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-primary-blue {
  background-color: #1858a8;
}

.bg-primary-dark-blue {
  background-color: #004a88;
}

.bg-primary-darker-blue {
  background-color: #032d62;
}

.txt-primary-blue {
  color: #1858a8;
}

.bg-primary-orange {
  background-color: #f58420;
}

.txt-primary-orange {
  color: #f58420;
}

.bg-secondary-turquoize {
  background-color: #43a0a5;
}

.txt-secondary-turquoize {
  color: #43a0a5;
}

.bg-secondary-light-blue {
  background-color: #ddebfc;
}

.bg-secondary-lightest-blue {
  background-color: #eaf4ff;
}

.txt-secondary-light-blue {
  color: #ddebfc;
}

.bg-charcoal {
  background-color: #333;
}

.bg-brown-light {
  background-color: rgba(117, 75, 49, 0.05);
}

.txt-charcoal {
  color: #333;
}

.grey-bg1 {
  background-color: #707274;
}

.grey-txt1 {
  color: #707274;
}

.grey-bg2 {
  background-color: #b8babc;
}

.grey-txt2 {
  color: #b8babc;
}

.grey-bg3 {
  background-color: #f0f2f3;
}

.grey-txt3 {
  color: #f0f2f3;
}

.bg-private {
  background-color: #003a35;
}

.bg-lightest-orange {
  background-color: #ffede0;
}

.bg-purple {
  background-color: #69325c;
}

.sec-heading {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 40px;
}

.sec-heading img,
.sec-heading .comp-logo {
  display: none;
}

.sec-heading span,
.sec-heading .small-txt {
  display: block;
  color: #333;
  margin-bottom: 5px;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.2;
  letter-spacing: 4px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

[dir="rtl"] .sec-heading span, [dir="rtl"]
.sec-heading .small-txt {
  font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
}

.sec-heading h1,
.sec-heading .heading {
  margin: 0;
  color: #f58420;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

[dir="rtl"] .sec-heading h1, [dir="rtl"]
.sec-heading .heading {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.sec-heading h1 + p,
.sec-heading h1 + .para,
.sec-heading .heading + p,
.sec-heading .heading + .para {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .sec-heading h1 + p, [dir="rtl"]
.sec-heading h1 + .para, [dir="rtl"]
.sec-heading .heading + p, [dir="rtl"]
.sec-heading .heading + .para {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-heading + p,
.sec-heading + .para {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .sec-heading + p, [dir="rtl"]
.sec-heading + .para {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-heading h3:last-child,
.sec-heading .heading-txt-3:last-child {
  margin-bottom: 0;
}

.sec-heading.txt-white span,
.sec-heading.txt-white .small-txt, .sec-heading.bg-blueGradient span,
.sec-heading.bg-blueGradient .small-txt, .sec-heading.bg-orangeGradient span,
.sec-heading.bg-orangeGradient .small-txt {
  color: #fff;
}

.sec-heading.txt-white h1,
.sec-heading.txt-white .heading, .sec-heading.bg-blueGradient h1,
.sec-heading.bg-blueGradient .heading, .sec-heading.bg-orangeGradient h1,
.sec-heading.bg-orangeGradient .heading {
  color: #fff;
}

.sec-heading.txt-white p,
.sec-heading.txt-white .para, .sec-heading.bg-blueGradient p,
.sec-heading.bg-blueGradient .para, .sec-heading.bg-orangeGradient p,
.sec-heading.bg-orangeGradient .para {
  color: #fff;
}

.sec-promo-banner {
  padding-bottom: 40px;
}

.sec-promo-banner .sec-heading {
  margin-bottom: 0;
}

.sec-promo-banner .sec-heading .sec-btn {
  margin-top: 40px;
}

.sec-promo-banner .sec-heading .sec-btn .btn {
  margin: 0 10px;
}

.sec-promo-banner .sec-heading h1 + p,
.sec-promo-banner .sec-heading .heading + p {
  margin-top: 15px;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1858a8 !important;
  width: 5px;
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
}

.slick-dots li {
  height: 5px;
  width: 23px;
  margin: 2px 3px;
  line-height: 1;
}

.slick-dots li button {
  border: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  box-shadow: none;
  text-indent: -9999px;
  border-radius: 5px;
  line-height: 1;
  background: #b8babc;
  display: block;
}

.slick-dots li.slick-active button {
  background: #1858a8;
}

.bg-charcoal .slick-dots li button,
.bg-blueGradient .slick-dots li button,
.bg-blueGradient-1 .slick-dots li button,
.bg-blueLinearGradient .slick-dots li button,
.bg-orangeGradient .slick-dots li button,
.bg-orangeLinearGradient .slick-dots li button,
.bg-black .slick-dots li button {
  background: rgba(255, 255, 255, 0.3);
}

.bg-charcoal .slick-dots li.slick-active button,
.bg-blueGradient .slick-dots li.slick-active button,
.bg-blueGradient-1 .slick-dots li.slick-active button,
.bg-blueLinearGradient .slick-dots li.slick-active button,
.bg-orangeGradient .slick-dots li.slick-active button,
.bg-orangeLinearGradient .slick-dots li.slick-active button,
.bg-black .slick-dots li.slick-active button {
  background: #fff;
}

.sec-verticle-padded {
  padding-top: 40px;
  padding-bottom: 40px;
}

.negative-gutter-mobile {
  margin-left: -10px;
  margin-right: -10px;
}

.sec-top-padded {
  padding-top: 40px;
}

.sec-bottom-padded {
  padding-bottom: 40px;
}

.figure-cation,
figcaption {
  display: block;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  text-align: center;
  color: #707274;
  margin-top: 10px;
  padding: 0 20px;
}

[dir="rtl"] .figure-cation, [dir="rtl"]
figcaption {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.date-bar {
  min-height: 44px;
  padding: 11px 15px;
  font-size: 0;
  display: inline-block;
  color: #333;
}

.date-bar span {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: inherit;
}

[dir="rtl"] .date-bar span {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.tag {
  padding: 4px 20px;
  font-size: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.tag span {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
  color: inherit;
}

[dir="rtl"] .tag span {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-iframe {
  padding-bottom: 40px;
}

.sec-iframe iframe {
  display: none;
}

.sec-iframe .sec-btn .btn {
  display: block;
}

/* Notification */
.alert {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .alert {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.alert.overlay--notification {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 98;
  margin-bottom: 0;
  max-width: calc(100% - 20px);
  transform: translateY(calc(100% + 10px));
  transition: all 300ms;
  opacity: 0;
}

.alert.overlay--notification.notification--open {
  transform: translateY(0%);
  opacity: 1;
}

.alert.overlay--notification.comparison--noti {
  transition: all 600ms;
}

.alert.overlay--notification.comparison--noti.notification--open {
  bottom: 90px;
}

.horizontalLine hr {
  margin: 0;
  border-top: 0;
  border-color: #b8babc;
  display: none;
}

.hero-txt {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

[dir="rtl"] .hero-txt {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.heading-txt-1, .main-heading h1 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

[dir="rtl"] .heading-txt-1, [dir="rtl"] .main-heading h1, .main-heading [dir="rtl"] h1 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.heading-txt-2, .main-heading h2 {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .heading-txt-2, [dir="rtl"] .main-heading h2, .main-heading [dir="rtl"] h2 {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.heading-txt-3 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .heading-txt-3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.body-txt {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .body-txt {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.body-txt-small {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.28571;
}

[dir="rtl"] .body-txt-small {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.txt-label, .main-heading h6 {
  color: #707274;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}

[dir="rtl"] .txt-label, [dir="rtl"] .main-heading h6, .main-heading [dir="rtl"] h6 {
  font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
}

.btn-txt {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

[dir="rtl"] .btn-txt {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.txt-icon {
  display: flex;
  align-items: flex-start;
}

.txt-icon .icon {
  width: 20px;
  height: 20px;
}

.txt-icon .icon.leading-icon {
  margin-right: 8px;
}

.txt-icon .icon.trailing-icon {
  margin-left: 8px;
}

.section-content {
  margin-bottom: 40px;
}

.content-box .btn-link {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .content-box .btn-link {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.content-box h5 {
  margin-bottom: 30px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .content-box h5 {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.content-box h4 {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
}

[dir="rtl"] .content-box h4 {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.content-box h3 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .content-box h3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.content-box p {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .content-box p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.content-box ol {
  margin: 0;
}

.content-box ol li {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .content-box ol li {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.content-box ul {
  list-style: none;
}

.content-box ul li {
  position: relative;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .content-box ul li {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.content-box ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 10px;
  left: -20px;
  background: #707274;
  border-radius: 50%;
}

.content-box.txt-white .btn-link {
  color: #fff;
}

.content-box.txt-white h5 {
  color: #fff;
}

.content-box.txt-white h4 {
  color: #fff;
}

.content-box.txt-white h3 {
  color: #fff;
}

.content-box.txt-white p {
  color: #fff;
}

.content-box.txt-white ol li {
  color: #fff;
}

.content-box.txt-white ul li {
  color: #fff;
}

.content-box.txt-white ul li::before {
  background: #fff;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.nav-container .navbar-collapse {
  margin: 23px 0;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease 0s;
  display: block;
  z-index: 11;
  will-change: opacity, visiblity;
}

.nav-container .navbar-collapse.collapse:not(.show) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nav-container .navbar-collapse .navbar-nav {
  height: calc(100% - 52px);
}

.nav-container .navbar-collapse .navbar-nav > ul {
  overflow: auto;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.nav-container .navbar-collapse .navbar-nav .nav-item {
  border-top: 1px solid #103d74;
}

.nav-container .navbar-collapse .navbar-nav .nav-item:first-child {
  border-top: 0;
}

.nav-container .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  padding: 20px 15px;
  position: relative;
}

.nav-container .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
  position: relative;
}

.nav-container .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::before, .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  border: 0;
  content: '';
  height: 8px;
  margin: 0;
  margin-top: -3px;
  top: 50%;
}

.nav-container .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
  position: absolute;
  right: 22px;
  transform: rotate(-45deg);
}

.nav-container .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  right: 17px;
  transform: rotate(45deg);
}

.nav-container .navbar-collapse .navbar-nav .nav-item .nav-link .ico {
  height: auto;
  margin-right: 8px;
  width: 16px;
}

.nav-container .navbar-collapse .navbar-nav .nav-item .nav-link .ico ~ span {
  vertical-align: middle;
}

.nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu::before {
  display: none;
}

.nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  border: 0;
  border-radius: 0;
  padding: 15px 30px;
  position: relative;
}

.nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item::before {
  border-radius: 0;
  content: '';
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all ease 0.35s;
  visibility: hidden;
  width: 5px;
}

.nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::before, .nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item.active::before {
  opacity: 1;
  visibility: visible;
}

.nav-container .navbar-collapse .profileRow {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 17px 15px 17px;
}

.nav-container .navbar-collapse .profileRow .btn {
  margin: 0;
}

.header .nav-container .navbar-collapse.show {
  padding-bottom: 0;
}

.dropdown-menu {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  margin-top: 15px;
  min-width: 180px;
  padding: 0;
  right: 0;
}

.dropdown-menu ul,
.dropdown-menu .ul-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu ul li:first-child,
.dropdown-menu ul .li-item:first-child,
.dropdown-menu .ul-list li:first-child,
.dropdown-menu .ul-list .li-item:first-child {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.dropdown-menu ul li:first-child .dropdown-item,
.dropdown-menu ul .li-item:first-child .dropdown-item,
.dropdown-menu .ul-list li:first-child .dropdown-item,
.dropdown-menu .ul-list .li-item:first-child .dropdown-item {
  border-top: 0;
}

.dropdown-menu ul li:last-child,
.dropdown-menu ul .li-item:last-child,
.dropdown-menu .ul-list li:last-child,
.dropdown-menu .ul-list .li-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  padding: 12px 12px 12px 8px;
}

.dropdown-menu .dropdown-item:hover {
  cursor: pointer;
}

.dropdown-menu::before {
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  left: 10px;
  top: -11px;
  width: 0;
}

.dropdown-menu .more-menu-items {
  margin-top: 10px;
  padding: 10px 0;
}

.dropdown-menu .more-menu-items .dropdown-item .tosvg {
  margin-right: 5px;
}

.dropdown-menu .more-menu-items .dropdown-item .tosvg.ico-request {
  width: 16px;
  height: 16px;
}

.dropdown-menu .more-menu-items .dropdown-item .tosvg.ico-request path {
  fill: none;
  stroke: #fff;
}

.dropdown-menu .more-menu-items .dropdown-item .tosvg.ico-message {
  width: 17px;
  height: 15px;
}

.dropdown-menu .more-menu-items .dropdown-item .tosvg.ico-message path {
  fill: #fff;
  stroke: none;
}

.header-standalone {
  position: relative;
  top: 0;
  left: 0;
  min-height: 77px;
}

.header {
  position: fixed;
  background-color: #1858a8;
  min-height: 67px;
  z-index: 100;
  width: 100%;
  top: 0;
  transition: top 300ms;
  left: calc(50% - 0.5px);
  transform: translateX(-50%);
  max-width: 2000px;
}

html[dir="rtl"] .header {
  left: initial;
  right: calc(50% - 0.5px);
  transform: translateX(50%);
}

.header.style--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: none;
  min-height: 77px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
}

.header.style--2.affixed {
  position: fixed;
  top: 0;
  left: 0;
  transform: none;
}

.header.style--2 .container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.header.style--2 .sub-nav > .nav-item > a,
.header.style--2 .sub-nav > .nav-item > .link {
  color: #333;
  font-weight: bold;
}

.header.style--2 .sub-nav > .nav-item > a:hover,
.header.style--2 .sub-nav > .nav-item > .link:hover {
  color: #333;
}

.header.style--2 .sub-nav > .nav-item > a.active,
.header.style--2 .sub-nav > .nav-item > .link.active {
  color: #f68633;
}

.header.style--2 .sub-nav > .nav-item:first-child > a,
.header.style--2 .sub-nav > .nav-item:first-child > .link {
  padding-left: 0;
}

.header.style--2 .sub-nav.nav-receiver.others-active {
  display: none;
}

.header.style--2 .secondary-nav {
  min-height: 77px;
  display: flex;
}

.header.style--2 .secondary-nav .navbar {
  flex-wrap: nowrap;
  overflow: auto;
  padding: 0;
  position: relative;
}

.header.style--2 .secondary-nav .navbar .nav-cover {
  flex: 0 0 auto;
}

.header.style--2 .secondary-nav .custom-navbar {
  flex-wrap: nowrap;
  max-height: initial;
  overflow: initial;
  max-width: initial;
  flex: 0 0 auto;
}

.header.style--2 .secondary-nav .custom-navbar > .nav-item {
  flex: 0 0 auto;
}

.header.style--2 .secondary-nav .custom-navbar > .nav-item:first-child > .nav-link {
  padding-left: 0;
}

.header.style--2 .secondary-nav .custom-navbar > .nav-item:last-child > .nav-link {
  padding-right: 0;
}

.header.style--2 .secondary-nav .custom-navbar > .nav-item > .nav-link {
  padding: 8px 15px;
}

.header.style--2 .secondary-nav .nav-receiver .dropdown-toggle::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-black.png) !important;
}

.header.style--2 .secondary-nav .nav-receiver .dropdown-toggle:hover::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-orange.png) !important;
}

.header.style--2 .btn {
  margin: 0 0 0 20px;
}

.header.style--2 .h-button-wrapper {
  display: flex;
  flex: 0 0 auto;
}

.header .container {
  padding-left: 20px;
  padding-right: 20px;
}

.header .c-logo {
  font-size: initial;
  padding: 0;
  width: 60px;
  margin-right: 0;
}

.header .c-logo a {
  display: block;
}

.header .nav-container {
  position: static;
}

.header .nav-container .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  top: 67px;
  height: calc(100vh - 67px);
  margin-top: 0;
}

.header .nav-container .navbar-collapse .nav-item .dropdown-menu {
  width: 100%;
  background-color: #032d62;
  color: #fff;
  padding-bottom: 20px;
}

.header .nav-container .navbar-collapse .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.21429;
  padding: 14px 42px;
  position: relative;
  font-weight: 300;
  height: 49px;
}

.header .nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item::after {
  border-bottom: 1px solid rgba(184, 186, 188, 0.5);
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 64px);
  left: 42px;
  bottom: 0;
  height: 0.5px;
}

.header .nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu ul,
.header .nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .ul-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu ul li:last-of-type .dropdown-item::after,
.header .nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu ul .li-item:last-of-type .dropdown-item::after,
.header .nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .ul-list li:last-of-type .dropdown-item::after,
.header .nav-container .navbar-collapse .navbar-nav .nav-item .dropdown-menu .ul-list .li-item:last-of-type .dropdown-item::after {
  display: none;
}

.header .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding-left: 20px;
}

.header .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #f68633;
  font-weight: bold;
}

.header .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link.active svg {
  fill: #f68633;
}

.header .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link svg {
  fill: #fff;
  position: absolute;
  top: 12px;
  right: 15px;
  transform: rotate(-90deg);
}

.header .nav-container .navbar-collapse .navbar-nav .nav-item.show .nav-link {
  color: #f68633;
  font-weight: bold;
}

.header .nav-container .navbar-collapse .h-info {
  color: #fff;
  margin-right: 25px;
}

.header .nav-container .navbar-collapse .profileRow {
  background-color: #1858a8;
  padding: 0 0 0 20px;
}

.header .nav-container .navbar-collapse .profileRow .lang--selector {
  margin-left: auto;
}

.header .nav-container .navbar-collapse .profileRow .lang--selector .lang-toggle {
  display: block;
  padding: 12px 16px;
  border-right: 0;
  border-left: 1px solid #103d74;
  min-width: 51px;
  height: 52px;
}

.header .nav-container .navbar-toggler {
  border: 0;
  color: #fff;
  font-size: 0.92rem;
  height: 15px;
  margin-left: 25px;
  outline: 0;
  padding: 0;
  position: relative;
  width: 18px;
}

.header .nav-container .navbar-toggler span {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  height: 2px;
  margin-top: 4px;
  position: relative;
  transition: all 0.35s ease-in-out;
}

.header .nav-container .navbar-toggler span:first-child {
  margin-top: 0;
  top: 6px;
  transform: rotate(45deg);
}

.header .nav-container .navbar-toggler span:nth-child(2) {
  opacity: 0;
  transform: rotate(0);
  visibility: hidden;
}

.header .nav-container .navbar-toggler span:last-child {
  bottom: 6px;
  transform: rotate(-45deg);
}

.header .nav-container .navbar-toggler.collapsed span {
  transform: rotate(0);
}

.header .nav-container .navbar-toggler.collapsed span:first-child {
  top: 0;
}

.header .nav-container .navbar-toggler.collapsed span:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.header .nav-container .navbar-toggler.collapsed span:last-child {
  bottom: 0;
}

.header .nav-container.navbar {
  width: 100%;
  height: 100%;
  align-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.header .nav-container.navbar > .search-wrapper {
  width: 18px;
  height: 25px;
  cursor: pointer;
  margin: 0 0 0 auto;
}

.header .nav-container.navbar > .search-wrapper svg {
  fill: #fff;
}

.header .nav-container::before {
  content: '';
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 47px;
}

.header .innerWrapper {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 0 0;
  height: 100%;
  height: 67px;
}

.header .innerWrapper + .innerWrapper {
  margin-bottom: 0;
  padding: 0 0;
  background-color: #032d62;
}

.header::before {
  background-color: #032d62;
  bottom: 0;
  content: '';
  height: calc(100vh - 67px);
  position: absolute;
  top: 67px;
  transition: all 0.35s ease;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease 400ms;
}

.header::before {
  left: 0;
}

.header svg {
  max-width: 30px;
  max-height: 30px;
}

.header .personal--banking-dropdown .dropdown-toggle {
  padding: 22px 16px;
  display: none;
  border: 0;
  border-radius: 0;
  border-right: 1px solid #103d74;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 0.90909;
  font-weight: 300;
  min-width: 177px;
  text-transform: initial;
  text-align: left;
}

.header .personal--banking-dropdown .dropdown-toggle::after {
  border: 0;
  width: 10px;
  height: 22px;
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-white.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: right;
  margin-left: 20px;
}

.header .personal--banking-dropdown.show .dropdown-toggle {
  background-color: #103d74;
}

.header .lang--selector .lang-toggle {
  color: #fff;
  min-width: 71px;
  padding: 22px 16px;
  display: none;
  border: 0;
  border-right: 1px solid #103d74;
  border-radius: 0;
  line-height: 22px;
}

.header .lang--selector .lang-toggle::after {
  display: none;
}

.header .lang--selector .lang-toggle:hover {
  background-color: #103d74;
}

.header .navbar {
  justify-content: flex-start;
}

.header .right-aligned-wrapper {
  margin-left: auto;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header .right-aligned-wrapper .nav {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.71429;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0;
  font-weight: 300;
}

.header .right-aligned-wrapper .nav li {
  margin-right: 15px;
}

.header .right-aligned-wrapper .nav li:last-child {
  margin-right: 0;
}

.header .right-aligned-wrapper .tab--style .nav-item {
  margin-right: 0;
}

.header .right-aligned-wrapper > .nav + .nav {
  margin-left: 20px;
}

.header .currency-selector {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 300ms;
  color: #fff;
  font-weight: normal;
}

.header .currency-selector img.icons,
.header .currency-selector svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.header .currency-selector strong {
  font-weight: 500;
}

.header .currency-selector .currency-from,
.header .currency-selector .currency-to {
  display: none;
}

.header .h-info-wrapper {
  display: none;
}

.header .h-info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.71429;
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: underline;
}

.header .h-info img.icons,
.header .h-info svg,
.header .h-info img {
  width: 13px;
  height: 15px;
  fill: #fff;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
}

.header .h-info img.icons path,
.header .h-info svg path,
.header .h-info img path {
  fill: #fff;
}

.header .h-info .info-text {
  font-weight: normal;
  vertical-align: middle;
}

.header .secondary-nav {
  display: none;
}

.header .login--dropdown .dropdown-menu {
  top: 50px;
}

.header .login--dropdown .dropdown-menu::before {
  right: 45px;
}

.header .login--dropdown .dropdown-toggle {
  background-color: transparent;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 0.90909;
  font-weight: 300;
  padding: 8px 7px;
  min-width: initial;
  min-height: initial;
  border: 0;
  display: block;
  box-shadow: none;
  text-transform: initial;
  text-align: left;
}

.header .login--dropdown .dropdown-toggle:hover {
  box-shadow: none;
}

.header .login--dropdown .dropdown-toggle::after {
  display: none;
  margin-left: 0;
}

.header .login--dropdown .dropdown-toggle img.icons,
.header .login--dropdown .dropdown-toggle svg {
  fill: #fff;
  width: 12px;
  height: 18px;
  margin-right: 5px;
}

.header .login--dropdown .dropdown-toggle img.icons path,
.header .login--dropdown .dropdown-toggle svg path {
  fill: #fff !important;
}

.header .login--dropdown .dropdown-toggle .button-icon {
  display: inline-block;
}

.header .login--dropdown .dropdown-toggle .button-text {
  vertical-align: middle;
}

.header .login--dropdown .dropdown-toggle .dropdown-menu {
  width: 350px;
}

.header .login--dropdown.show .dropdown-toggle {
  color: #f68633;
}

.header .login--dropdown.show .dropdown-toggle svg {
  fill: #f68633;
}

.header .login--dropdown.show .dropdown-toggle svg path {
  fill: #f68633 !important;
}

.header .mb-cnv-text {
  max-width: 47px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.27273;
}

.header .nav-container {
  padding-left: 0;
  padding-right: 0;
}

.header .sub-nav > .nav-item > a,
.header .sub-nav > .nav-item > .link {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 0.875;
  font-weight: 500;
  padding: 8px 15px;
}

.header .sub-nav > .nav-item:first-child > a,
.header .sub-nav > .nav-item:first-child .link {
  padding-left: 0;
}

.header .sub-nav > .nav-item:last-child > a,
.header .sub-nav > .nav-item:last-child > .link {
  padding-right: 0;
}

.header .sub-nav.nav-holder {
  max-width: calc(100% - 380px);
  max-height: 30px;
}

@media screen and (max-width: 1199px) {
  .header .sub-nav.nav-holder {
    max-width: calc(100% - 110px);
  }
}

.header .sub-nav.nav-receiver {
  padding-left: 30px;
}

.header .navbar-top-actions {
  display: flex;
  border-top: 1px solid #103d74;
  height: 52px;
}

.header .navbar-top-actions .personal--banking-dropdown {
  flex-grow: 1;
  height: 52px;
}

.header .navbar-top-actions .personal--banking-dropdown .dropdown-toggle {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.84615;
  height: 52px;
  padding: 15px 20px;
  text-align: left;
}

.header .navbar-top-actions .personal--banking-dropdown .dropdown-menu {
  position: absolute;
  max-width: calc(100% - 20px);
}

.header .navbar-top-actions .personal--banking-dropdown .dropdown-menu::before {
  right: 15px;
}

.header .navbar-top-actions .search-wrapper {
  width: 50px;
  height: 52px;
  display: flex;
  background-color: #1858a8;
  align-items: center;
  justify-content: center;
}

.header .navbar-top-actions .ico-wrapper {
  width: 18px;
  height: 25px;
}

.header .navbar-top-actions .ico-wrapper svg {
  fill: #fff;
}

.header .js-receiver-head {
  visibility: hidden;
}

.header .js-receiver-head.enable-visibility {
  visibility: visible;
}

.nav-receiver {
  display: none;
}

.nav-receiver .dropdown-menu {
  min-width: 255px;
  margin-top: 30px;
}

.nav-receiver .dropdown-menu .nav-item:first-child .nav-link {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.nav-receiver .dropdown-menu .nav-item:last-child .nav-link {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.nav-receiver .dropdown-menu .nav-item a,
.nav-receiver .dropdown-menu .nav-item .link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.21429;
  font-weight: normal;
  height: 52px;
  color: #333;
}

.nav-receiver .dropdown-menu .nav-item a:hover,
.nav-receiver .dropdown-menu .nav-item .link:hover {
  background-color: #eaf4ff;
  color: #333;
}

.nav-receiver.others-active {
  display: block;
}

.sub-nav.nav-receiver .dropdown-menu .nav-item a,
.sub-nav.nav-receiver .dropdown-menu .nav-item .link {
  padding: 19px 18px;
}

.sub-nav.nav-receiver .dropdown-toggle {
  padding-right: 16px !important;
}

.sub-nav.nav-receiver .dropdown-toggle::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-white.png) !important;
  width: 10px !important;
  height: 18px !important;
  background-size: 7px !important;
  position: relative;
  margin-left: 8px;
  top: -2px;
}

.sub-nav.nav-receiver .dropdown-toggle:hover::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-orange.png) !important;
}

.sub-nav.nav-receiver .dropdown.show .dropdown-toggle {
  color: #f68633;
}

.sub-nav.nav-receiver .dropdown.show .dropdown-toggle::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-orange.png) !important;
}

.dropdown-menu {
  width: 270px;
  min-width: initial;
}

.dropdown-menu .dropdown-item {
  color: #333;
  height: 56px;
  padding: 16px 20px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  border-top: 1px solid rgba(184, 186, 188, 0.6);
  border-bottom: 0;
  font-weight: normal;
}

.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.dropdown-menu .dropdown-item.active {
  background-color: #eaf4ff;
}

.ir-dropdown-menu.dropdown-menu .ir-dropdown-item.dropdown-item {
  white-space: normal;
  text-overflow: initial;
  padding-left: 20px;
  height: auto;
}

.login--dropdown .dropdown-menu {
  width: 350px;
  margin-top: 15px;
  margin-right: -35px;
  max-width: calc(100vw - 36px);
  transform: translateX(-50%);
}

.login--dropdown .dropdown-menu::before {
  left: calc(100% - 50px);
}

.login--dropdown .txt-icon .icon {
  width: 14px;
  height: 14px;
}

.tab--style .overflow-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.tab--style .nav-tabs {
  display: flex;
  margin-bottom: 0;
}

.tab--style .nav-tabs .nav-item {
  flex: auto;
  flex-grow: 1;
  text-align: center;
  border-radius: 0;
  margin-right: 0;
}

.tab--style .nav-tabs .nav-item:last-child .nav-link {
  border-right: 0;
}

.tab--style .nav-tabs .nav-item:last-child .nav-link.active {
  border-right: 0;
}

.tab--style .nav-tabs .nav-item:first-child .nav-link {
  border-left: 0;
}

.tab--style .nav-tabs .nav-item:first-child .nav-link.active {
  border-left: 0;
}

.tab--style .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  height: 68px;
  padding: 21px 15px;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 0.625;
  line-height: 24px;
  font-weight: normal;
  background-color: #f7f8f9;
  border-color: rgba(184, 186, 188, 0.6);
  border-top: 0;
  position: relative;
}

.tab--style .nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 300ms;
  background-color: #f68633;
}

.tab--style .nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
  color: #333;
  border: 0;
  border-color: rgba(184, 186, 188, 0.6) rgba(184, 186, 188, 0.6) #fff;
  font-weight: normal;
}

.tab--style .nav-tabs .nav-item .nav-link.active::after {
  height: 5px;
}

.tab--style .nav-tabs .nav-item:first-child .nav-link::after {
  border-radius: 6px 0 0 0;
}

.tab--style .nav-tabs .nav-item:last-child .nav-link::after {
  border-radius: 0 6px 0 0;
}

.tab--style .tab-content .dropdown-item {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  line-height: 24px;
}

.dropdown.dontClose .dropdown-menu {
  display: block;
}

.menu-open .header::before {
  opacity: 1;
  pointer-events: auto;
  transition: all 300ms ease 0s;
}

.c-mega-menu {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 134px;
  list-style: none;
  list-style-type: none;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease, opacity 300ms;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}

.c-mega-menu .mega-push-container {
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.3);
  margin-left: -45px;
  margin-right: -45px;
  display: flex;
  overflow: hidden;
}

.c-mega-menu .mega-nav-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 70px;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 60px;
  max-width: 250px;
  width: 250px;
  display: block;
}

.c-mega-menu .mega-nav-list li,
.c-mega-menu .mega-nav-list .li-item {
  display: flex;
  align-items: center;
}

.c-mega-menu .mega-nav-list li a,
.c-mega-menu .mega-nav-list li link,
.c-mega-menu .mega-nav-list .li-item a,
.c-mega-menu .mega-nav-list .li-item link {
  color: #333;
  display: block;
  width: 100%;
  padding: 13px 0;
  position: relative;
}

.c-mega-menu .mega-nav-list li a::before,
.c-mega-menu .mega-nav-list li link::before,
.c-mega-menu .mega-nav-list .li-item a::before,
.c-mega-menu .mega-nav-list .li-item link::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  background-color: rgba(184, 186, 188, 0.5);
  width: 100%;
  transition: all 300ms;
}

.c-mega-menu .mega-nav-list li a::after,
.c-mega-menu .mega-nav-list li link::after,
.c-mega-menu .mega-nav-list .li-item a::after,
.c-mega-menu .mega-nav-list .li-item link::after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  bottom: 0;
  background-color: #f68633;
  width: 0%;
  transition: all 300ms;
  border: 0;
  border-radius: 3px;
}

.c-mega-menu .mega-nav-list li a.active,
.c-mega-menu .mega-nav-list li link.active,
.c-mega-menu .mega-nav-list .li-item a.active,
.c-mega-menu .mega-nav-list .li-item link.active {
  font-weight: bold;
}

.c-mega-menu .mega-nav-list li a.active::after,
.c-mega-menu .mega-nav-list li link.active::after,
.c-mega-menu .mega-nav-list .li-item a.active::after,
.c-mega-menu .mega-nav-list .li-item link.active::after {
  width: 100%;
}

.c-mega-menu .mega-menu-wrapper {
  max-width: 100%;
  overflow-x: hidden;
  padding-bottom: 25px;
}

.c-mega-menu .mega-content-wrapper {
  height: auto;
  background-color: #fafafa;
  padding: 40px 70px 40px 95px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
  max-width: calc(100% - 250px);
}

.c-mega-menu .mega-footer {
  padding-top: 40px;
  border-top: 1px solid #b8babc;
  margin-top: 55px;
}

.c-mega-menu .mega-footer .heading-txt-3 {
  padding-right: 20px;
}

.c-mega-menu .card-wrapper .btn-link {
  margin-top: 30px;
}

.c-mega-menu .btn-link {
  color: #333;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.0625;
}

.c-mega-menu .btn-link:hover {
  color: #333;
}

.c-mega-menu.mega--active {
  max-height: 1500px;
  opacity: 1;
  pointer-events: all;
  transition: max-height 1200ms ease, opacity 100ms;
}

.js-nav-reciever .nav-holder {
  overflow: hidden;
}

.js-nav-reciever.enabled .nav-holder {
  overflow: visible;
}

.mega-menu-cards .card-grid-wrapper {
  height: 100%;
}

.mega-menu-cards .card-grid-wrapper .card .card-info {
  color: #333;
  padding-bottom: 34px;
}

.footer-style .footer-detail-info {
  padding: 40px 10px;
  background-color: #015da9;
}

.footer-style .footer-detail-info .footer-menu-detail {
  padding-bottom: 30px;
  border-bottom: 1px solid #004a88;
}

.footer-style .footer-detail-info .footer-menu-detail .f-logo {
  width: 80px;
  margin-top: 0;
  margin-bottom: 25px;
}

.footer-style .footer-detail-info .footer-menu-detail .f-menu ul,
.footer-style .footer-detail-info .footer-menu-detail .f-menu .ul-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-column-count: 2;
       column-count: 2;
}

.footer-style .footer-detail-info .footer-menu-detail .f-menu ul li a,
.footer-style .footer-detail-info .footer-menu-detail .f-menu ul li .a-link,
.footer-style .footer-detail-info .footer-menu-detail .f-menu ul .li-item a,
.footer-style .footer-detail-info .footer-menu-detail .f-menu ul .li-item .a-link,
.footer-style .footer-detail-info .footer-menu-detail .f-menu .ul-list li a,
.footer-style .footer-detail-info .footer-menu-detail .f-menu .ul-list li .a-link,
.footer-style .footer-detail-info .footer-menu-detail .f-menu .ul-list .li-item a,
.footer-style .footer-detail-info .footer-menu-detail .f-menu .ul-list .li-item .a-link {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.28571;
}

.footer-style .footer-detail-info .footer-menu-detail .f-menu ul li a:hover,
.footer-style .footer-detail-info .footer-menu-detail .f-menu ul li .a-link:hover,
.footer-style .footer-detail-info .footer-menu-detail .f-menu ul .li-item a:hover,
.footer-style .footer-detail-info .footer-menu-detail .f-menu ul .li-item .a-link:hover,
.footer-style .footer-detail-info .footer-menu-detail .f-menu .ul-list li a:hover,
.footer-style .footer-detail-info .footer-menu-detail .f-menu .ul-list li .a-link:hover,
.footer-style .footer-detail-info .footer-menu-detail .f-menu .ul-list .li-item a:hover,
.footer-style .footer-detail-info .footer-menu-detail .f-menu .ul-list .li-item .a-link:hover {
  text-decoration: underline;
}

.footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list {
  margin-top: 0;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  text-align: left;
  list-style-type: none;
}

.footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list li,
.footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list .li-item {
  display: inline-block;
}

.footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list li:first-child a,
.footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list li:first-child .a-link,
.footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list .li-item:first-child a,
.footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list .li-item:first-child .a-link {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 18px;
}

.footer-style .footer-detail-info .footer-more-info {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
}

.footer-style .footer-detail-info .footer-more-info .f-more-menu ul,
.footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list {
  margin: 0;
  list-style-type: none;
  -moz-column-count: 2;
       column-count: 2;
}

.footer-style .footer-detail-info .footer-more-info .f-more-menu ul li a,
.footer-style .footer-detail-info .footer-more-info .f-more-menu ul li .a-link,
.footer-style .footer-detail-info .footer-more-info .f-more-menu ul .li-item a,
.footer-style .footer-detail-info .footer-more-info .f-more-menu ul .li-item .a-link,
.footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list li a,
.footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list li .a-link,
.footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list .li-item a,
.footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list .li-item .a-link {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.28571;
}

.footer-style .footer-detail-info .footer-more-info .f-more-menu ul li a:hover,
.footer-style .footer-detail-info .footer-more-info .f-more-menu ul li .a-link:hover,
.footer-style .footer-detail-info .footer-more-info .f-more-menu ul .li-item a:hover,
.footer-style .footer-detail-info .footer-more-info .f-more-menu ul .li-item .a-link:hover,
.footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list li a:hover,
.footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list li .a-link:hover,
.footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list .li-item a:hover,
.footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list .li-item .a-link:hover {
  text-decoration: underline;
}

.footer-style .copy-right-box {
  padding: 20px 10px;
  background-color: #004a88;
}

.footer-style .copy-right-box .body-txt-small {
  color: #b8babc;
  margin-bottom: 0;
  padding-left: 40px;
  text-align: right;
}

.social-bar {
  margin-top: 35px;
}

.social-bar ul,
.social-bar .ul-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.social-bar ul li,
.social-bar ul .li-item,
.social-bar .ul-list li,
.social-bar .ul-list .li-item {
  margin-right: 15px;
}

.social-bar ul li:last-child,
.social-bar ul .li-item:last-child,
.social-bar .ul-list li:last-child,
.social-bar .ul-list .li-item:last-child {
  margin-right: 0;
}

.social-bar ul li a,
.social-bar ul li .a-link,
.social-bar ul .li-item a,
.social-bar ul .li-item .a-link,
.social-bar .ul-list li a,
.social-bar .ul-list li .a-link,
.social-bar .ul-list .li-item a,
.social-bar .ul-list .li-item .a-link {
  color: #fff;
}

.social-bar ul li a svg,
.social-bar ul li a img,
.social-bar ul li .a-link svg,
.social-bar ul li .a-link img,
.social-bar ul .li-item a svg,
.social-bar ul .li-item a img,
.social-bar ul .li-item .a-link svg,
.social-bar ul .li-item .a-link img,
.social-bar .ul-list li a svg,
.social-bar .ul-list li a img,
.social-bar .ul-list li .a-link svg,
.social-bar .ul-list li .a-link img,
.social-bar .ul-list .li-item a svg,
.social-bar .ul-list .li-item a img,
.social-bar .ul-list .li-item .a-link svg,
.social-bar .ul-list .li-item .a-link img {
  width: 32px;
  height: 32px;
}

.social-bar ul li .ic-social,
.social-bar ul li img,
.social-bar ul li svg,
.social-bar ul .li-item .ic-social,
.social-bar ul .li-item img,
.social-bar ul .li-item svg,
.social-bar .ul-list li .ic-social,
.social-bar .ul-list li img,
.social-bar .ul-list li svg,
.social-bar .ul-list .li-item .ic-social,
.social-bar .ul-list .li-item img,
.social-bar .ul-list .li-item svg {
  width: 32px;
  height: 32px;
}

.social-bar .ul-list.ul-list-coming-soon {
  justify-content: right;
  padding-top: 13px;
}

@media screen and (max-width: 750px) {
  .social-bar .ul-list.ul-list-coming-soon {
    justify-content: left;
  }
}

html[dir="rtl"] .social-bar .ul-list.ul-list-coming-soon {
  justify-content: left;
}

@media screen and (max-width: 750px) {
  html[dir="rtl"] .social-bar .ul-list.ul-list-coming-soon {
    justify-content: right;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* rtl:begin:ignore */
/*! nouislider - 14.0.2 - 6/28/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* rtl:end:ignore */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* rtl:begin:ignore */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* rtl:end:ignore */
.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=tel], .iti input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: 0;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__country-name, .iti__dial-code, .iti__flag-box {
  vertical-align: middle;
}

.iti__country-name, .iti__flag-box {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

.iti__flag.iti__np {
  background-color: transparent;
}

.range-field-wrapper.disabled .input-group-text {
  background-color: #fafafa;
}

.range-slider-wrapper {
  min-height: 40px;
  margin-top: 18px;
}

.noUi-pips-horizontal {
  padding-top: 9px;
  height: 30px;
  padding-bottom: 0;
}

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  top: -9px;
  height: 22px;
  width: 22px;
  border: 3px solid #1858a8;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  right: -11px;
  left: auto;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
  content: '';
  display: block;
  position: absolute;
  height: 8px;
  width: 2px;
  background: #1858a8;
  /* rtl:begin:ignore */
  left: 4px;
  /* rtl:end:ignore */
  top: 4px;
}

.noUi-horizontal .noUi-handle::after {
  /* rtl:begin:ignore */
  left: 7px;
  /* rtl:end:ignore */
}

.noUi-horizontal .noUi-touch-area::before {
  content: '';
  display: block;
  position: absolute;
  height: 8px;
  width: 2px;
  background: #1858a8;
  top: 4px;
  /* rtl:begin:ignore */
  left: 10px;
  /* rtl:end:ignore */
}

.noUi-horizontal * {
  outline: none;
}

.noUi-horizontal .noUi-value-large {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.noUi-target {
  background: #efefef;
  box-shadow: none;
  border: 0;
}

.noUi-target.general--slider .noUi-value-horizontal {
  transform: none;
}

.noUi-target.general--slider .noUi-value-large:last-child {
  left: auto !important;
  right: 0%;
}

.noUi-target[disabled] .noUi-value {
  pointer-events: none;
}

.noUi-marker.noUi-marker-horizontal.noUi-marker-normal {
  display: none;
}

.noUi-marker.noUi-marker-horizontal.noUi-marker-large {
  background-color: transparent;
}

.step--slider {
  margin-left: 11px;
  margin-right: 11px;
}

.noUi-target:not(.general--slider) .noUi-marker.noUi-marker-horizontal.noUi-marker-large::before {
  content: '';
  display: block;
  position: absolute;
  top: -17px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #efefef;
}

.noUi-target:not(.general--slider) .noUi-value-horizontal {
  transform: translate(calc(-50%), 50%);
  top: -2px;
}

.noUi-target:not(.general--slider):not([disabled]) .noUi-value.activeValue {
  font-weight: bold;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -22px;
  left: auto;
}

html:not([dir='ltr']) .noUi-horizontal .noUi-handle {
  /* rtl:begin:ignore */
  left: -22px;
  right: auto;
  /* rtl:end:ignore */
}

.noUi-target:not(.general--slider) .noUi-handle {
  right: -11px !important;
}

.noUi-connect {
  background: #1858a8;
}

.js-step-slider[disabled] .noUi-handle,
.js-range-slider[disabled] .noUi-handle {
  border-color: #b8babc;
}

.js-step-slider[disabled] .noUi-handle::after,
.js-step-slider[disabled] .noUi-handle::before,
.js-step-slider[disabled] .noUi-touch-area::before,
.js-range-slider[disabled] .noUi-handle::after,
.js-range-slider[disabled] .noUi-handle::before,
.js-range-slider[disabled] .noUi-touch-area::before {
  background-color: #b8babc;
}

.js-step-slider[disabled] .noUi-handle {
  display: none;
}

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container.select2-container--disabled .select2-selection--single {
  background-color: #fafafa;
  box-shadow: none;
}

.select2.select2-container.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  height: 52px;
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-grey.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center left;
}

.select2.select2-container.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2.select2-container .select2-selection--multiple,
.select2.select2-container .select2-selection--single {
  height: 52px;
  font-family: 'Helvetica Neue';
  border: 1px solid #b8babc;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: normal;
}

[dir="rtl"] .select2.select2-container .select2-selection--multiple, [dir="rtl"]
.select2.select2-container .select2-selection--single {
  font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
}

.select2.select2-container .select2-selection--multiple:focus,
.select2.select2-container .select2-selection--single:focus {
  outline: none;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: calc(54px - 1px);
  padding-left: 10px;
  padding-right: 10px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder,
.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #b8babc;
  font-style: italic;
  margin: 0;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__choice {
  display: none;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field,
.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-search__field {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #1858a8;
}

[dir="rtl"] .select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field, [dir="rtl"]
.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-search__field {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder,
.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
  color: #1858a8;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder,
.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-search__field::-moz-placeholder {
  color: #1858a8;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder,
.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
  color: #1858a8;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field::-ms-input-placeholder,
.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-search__field::-ms-input-placeholder {
  color: #1858a8;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field::placeholder,
.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-search__field::placeholder {
  color: #1858a8;
}

.select2.select2-container .select2-selection--multiple .select2-selection__arrow,
.select2.select2-container .select2-selection--single .select2-selection__arrow {
  height: 52px;
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-blue.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center left;
  left: initial;
  right: 1px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__arrow b,
.select2.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.select2-container--open .select2-dropdown {
  top: 12px;
  border-radius: 6px;
  border: 0 solid transparent;
  box-shadow: 1px 1px 12px 0 rgba(51, 51, 51, 0.1);
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
  top: -18px;
}

.select2-container--open .select2-dropdown.select2-dropdown--above::before {
  content: '';
  position: absolute;
  bottom: -16px;
  top: initial;
  right: 10px;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-top-color: #fff;
  -webkit-filter: drop-shadow(3px 2px 6px rgba(51, 51, 51, 0.1));
          filter: drop-shadow(3px 2px 6px rgba(51, 51, 51, 0.1));
}

.select2-container--open .select2-dropdown::before {
  content: '';
  position: absolute;
  top: -16px;
  right: 10px;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  -webkit-filter: drop-shadow(3px 2px 6px rgba(51, 51, 51, 0.1));
          filter: drop-shadow(3px 2px 6px rgba(51, 51, 51, 0.1));
}

.select2-container--open .select2-results {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.select2-container--open .select2-results__option {
  padding: 10px 10px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.select2-container--open .select2-results__option span::before {
  content: '';
}

.select2-container--open .select2-results__option[aria-selected='true'] {
  background-color: transparent;
  color: #333;
  font-weight: bold;
}

.select2-container--open .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: rgba(51, 51, 51, 0.8);
}

.select2-results {
  max-height: 132px;
}

.select2-results__options {
  pointer-events: none;
}

.select2-results__options li {
  pointer-events: none;
  padding: 0 !important;
}

.select2-results__options li span {
  pointer-events: auto;
  position: relative;
  z-index: 10;
  display: block;
  padding: 10px 20px 10px 12px;
}

[dir='rtl'] .select2-container--open .select2-dropdown {
  right: 0;
  left: auto;
}

[dir='rtl'] .noUi-connect,
[dir='rtl'] .noUi-origin {
  left: 0;
}

html:not([dir='ltr']) .noUi-horizontal .noUi-handle,
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -22px;
  left: auto;
}

.char-count-wrapper .charcount {
  color: #707274;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  text-align: right;
  display: block;
}

.trailing__info-wrapper {
  display: flex;
  align-items: center;
}

.trailing__info-wrapper .error {
  display: block;
}

.trailing__info-wrapper .invalid-feedback {
  display: block;
}

.trailing__info-wrapper .charcount {
  margin-left: auto;
}

textarea.form-control {
  resize: none;
  height: 260px;
  max-width: 100%;
}

.file-status-box {
  border: 1px solid #b8babc;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
  padding: 8px 8px 6px;
  margin-bottom: 30px;
  cursor: pointer;
}

.file-status-box .file-info {
  display: flex;
  align-items: center;
  pointer-events: none;
  overflow: hidden;
}

.file-status-box .file-info .ico-wrapper {
  margin-right: 14px;
}

.file-status-box .file-info .ico-wrapper .ico-file {
  width: 23px;
  height: 32px;
}

.file-status-box .file-info .file-info-wrapper {
  width: 100%;
}

.file-status-box .file-info .filesize {
  display: block;
  color: #707274;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  width: 100%;
}

.file-status-box .file-info .filename {
  display: block;
  color: #1858a8;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  width: 100%;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.file-status-box .file-info .filename .filename-a {
  max-width: calc(100% - 66px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-status-box .file-info .filename .fileext {
  float: left;
  display: block;
}

.file-status-box .file-upload-info {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 0;
  pointer-events: none;
}

.file-status-box .file-upload-info .progress {
  width: 100%;
  height: 8px;
  pointer-events: none;
}

.file-status-box .file-upload-info .progress-bar {
  background-color: #1858a8;
}

.file-status-box .file-upload-info .progress-action {
  outline: none;
  pointer-events: none;
}

.file-status-box .file-upload-info .progress-action:focus {
  outline: none;
}

.file-status-box .file-upload-info .progress-action i,
.file-status-box .file-upload-info .progress-action img,
.file-status-box .file-upload-info .progress-action svg {
  fill: #1858a8;
  display: block;
  margin-left: 10px;
  width: 23px;
  height: 23px;
}

.file-status-box .file-upload-info .progress-action .ico-delete_forever {
  display: none;
  pointer-events: auto;
}

.file-status-box .file-upload-info .progress-action .ico-cancel {
  display: none;
  pointer-events: auto;
}

.file-status-box .file-upload-info .progress-action .ico-publish {
  display: block;
  pointer-events: none;
}

.file-status-box .file-upload-status {
  pointer-events: none;
}

.file-status-box .file-upload-status .status {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.41667;
  font-style: italic;
  color: #1858a8;
}

.file-status-box .file-upload-status .status.status--success {
  color: #49a543;
}

.file-status-box .file-upload-status .status.status--error {
  color: #c71010;
}

.file-status-box .file-upload-status .status.status--uploading {
  color: #1858a8;
}

.file-status-box.file--status--success .status--success {
  display: block;
}

.file-status-box.file--status--success .progress-action {
  z-index: 5;
  position: relative;
}

.file-status-box.file--status--success .progress-action .ico-delete_forever {
  display: block;
}

.file-status-box.file--status--success .progress-action .ico-publish {
  display: none;
}

.file-status-box.file--status--success .progress-bar {
  width: 100%;
}

.file-status-box.file--status--error {
  border-color: #c71010;
}

.file-status-box.file--status--error .status--error {
  display: block;
}

.file-status-box.file--status--error .progress-action .ico-cancel {
  display: block;
}

.file-status-box.file--status--error .progress-action .ico-publish {
  display: none;
}

.file-status-box.file--status--uploading .status--uploading {
  display: block;
}

.file-status-box.file--status--uploading .progress-action .ico-cancel {
  display: block;
}

.file-status-box.file--status--uploading .progress-action .ico-publish {
  display: none;
}

.file-upload-wrapper.partial-hide {
  position: absolute;
  width: 310px;
  z-index: -1;
  height: 115px;
  visibility: hidden;
}

.file-upload-wrapper.partial-hide .file-status {
  min-height: 115px;
}

.js-hiddenFile {
  opacity: 0;
  position: absolute;
  z-index: -99;
}

.mutipleAddbtn {
  position: relative;
}

.mutipleAddbtn .btn {
  z-index: -1;
}

.multiple-upload .js-file-uploader {
  visibility: hidden;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

.file-upload-wrapper {
  position: relative;
}

.file-upload-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}

.iti {
  width: 100%;
}

.iti .iti__selected-flag {
  width: 113px;
  padding: 0 10px 0 10px;
  background-color: transparent;
  border-right: 1px solid #b8babc;
}

.iti .iti__selected-flag:focus {
  outline: none;
}

.iti .iti__selected-dial-code {
  margin-left: 6px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
}

.iti .iti__arrow {
  border: 0;
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-blue.png);
  width: 9px;
  height: 17px;
  background-size: 8px;
  background-repeat: no-repeat;
  margin-left: auto;
}

.iti .iti__flag {
  transform: scale(1.5);
  margin-left: 5px;
  margin-right: 6px;
  box-shadow: none;
  border-radius: 2px;
  border: 0;
}

.iti .iti__dial-code {
  margin-left: 20px;
  color: #333;
}

.iti .iti__country {
  padding: 15px 10px;
}

.iti .iti__country-name {
  display: none;
}

.iti .iti__country-list {
  min-width: 113px;
  overflow: initial;
  overflow: auto;
  border-radius: 6px;
  border: 0 solid transparent;
  box-shadow: 1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  margin-top: 11px;
  max-height: 112px;
  opacity: 0;
  transition: all 300ms;
}

.iti .iti__country-list.mCustomScrollbar {
  opacity: 1;
}

.iti .iti__country-list::before {
  content: '';
  position: absolute;
  top: -16px;
  right: 10px;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  -webkit-filter: drop-shadow(3px 2px 6px rgba(51, 51, 51, 0.1));
  filter: drop-shadow(3px 2px 6px rgba(51, 51, 51, 0.1));
  z-index: 99;
}

.iti .iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: 11px;
}

.iti .iti__country-list--dropup::before {
  content: '';
  position: absolute;
  bottom: -16px;
  right: 10px;
  top: initial;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-top-color: #fff;
  -webkit-filter: drop-shadow(3px 2px 6px rgba(51, 51, 51, 0.1));
  filter: drop-shadow(3px 2px 6px rgba(51, 51, 51, 0.1));
  z-index: 99;
}

.iti .iti__active {
  font-weight: bold;
}

.iti .iti__country.iti__highlight {
  background-color: transparent;
  opacity: 0.7;
}

.iti.iti--separate-dial-code input[type='tel'] {
  padding-right: 10px;
  padding-left: calc( 113px + 10px) !important;
}

.was-validated .iti__selected-flag {
  border-color: #c71010;
}

.disabled-intl-input .iti__selected-flag {
  -webkit-filter: grayscale(1) opacity(0.6);
          filter: grayscale(1) opacity(0.6);
}

.disabled-intl-input .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
  outline: none;
  cursor: initial;
}

.iti__flag {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/flags.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag .iti__flag {
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/flags.png);
  }
}

.iti-mobile .iti--container {
  top: inherit;
  bottom: 0;
  left: 0;
  right: initial;
  position: fixed;
  background-color: #fff;
  height: 300px;
}

.iti-mobile .iti__country-list {
  opacity: 1;
  max-height: 300px;
}

.iti-mobile .iti__country-list::before {
  display: none;
}

.custom-switch {
  padding-left: calc(43px + 15px);
}

.custom-switch .custom-control-label {
  line-height: 32px;
}

.custom-switch .custom-control-label::after {
  top: 7px;
  left: calc(-43px - 11.5px);
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: 40px;
  background-color: #fff;
}

.custom-switch .custom-control-label::before {
  left: calc(-43px - 15px);
  width: 43px;
  pointer-events: all;
  border-radius: 40px;
  height: 26px;
  background-color: #b8c1cb;
}

.custom-switch .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.5;
}

.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: transparent;
  background-color: #b8c1cb;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1858a8;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1rem);
}

form .sec-btn {
  text-align: left;
}

.file-upload-wrapper {
  max-width: 310px;
}

.form-heading {
  margin-bottom: 30px;
}

.form-heading h1 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .form-heading h1 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.form-heading p {
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .form-heading p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.form-group {
  margin-bottom: 30px;
}

.form-group .txt-label, .form-group .main-heading h6, .main-heading .form-group h6 {
  margin-bottom: 18px;
}

.form-group .upload-para {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .form-group .upload-para {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.form-control {
  font-family: 'Helvetica Neue';
  height: 52px;
  border: 1px solid #b8babc;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
  padding: 10px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .form-control {
  font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
}

.form-control.placeholder {
  color: #b8babc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-style: italic;
}

.form-control:-moz-placeholder {
  color: #b8babc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-style: italic;
}

.form-control::-moz-placeholder {
  color: #b8babc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-style: italic;
}

.form-control:-ms-input-placeholder {
  color: #b8babc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-style: italic;
}

.form-control::-webkit-input-placeholder {
  color: #b8babc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-style: italic;
}

.form-control:disabled, .form-control[readonly] {
  border: 1px solid #b8babc;
  background-color: #fafafa;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
}

.form-control:focus, .form-control:active {
  outline: none;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
  border-color: #b8babc;
}

.form-control.error {
  color: #333;
}

.form-control::-webkit-input-placeholder {
  font-style: normal;
}

.form-control::-moz-placeholder {
  font-style: normal;
}

.form-control:-ms-input-placeholder {
  font-style: normal;
}

.form-control::-ms-input-placeholder {
  font-style: normal;
}

.form-control::placeholder {
  font-style: normal;
}

.number--appearance::-webkit-inner-spin-button,
.number--appearance::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.invalid-feedback {
  color: #c71010;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83333;
}

.form-control.error {
  border-color: #c71010;
}

.form-group.input-error .input-group-text {
  border-color: #c71010;
}

.form-group.input-error .iti__selected-flag {
  border-color: #c71010;
}

.form-group.input-error .select2.select2-container .select2-selection--single {
  border-color: #c71010;
}

.form-control[readonly] {
  background-color: transparent;
}

.input-group-prepend .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.input-group-prepend .select-wrapper .select2.select2-container .select2-selection--single {
  width: 86px;
  border-radius: 6px 0 0 6px;
}

span.error {
  color: #c71010;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83333;
}

.was-validated .form-control:invalid,
.was-validated .form-control.is-invalid {
  background-image: none;
  padding-right: 14px;
  border-color: #c71010;
}

.was-validated .form-control:invalid:focus, .was-validated .form-control:invalid:active,
.was-validated .form-control.is-invalid:focus,
.was-validated .form-control.is-invalid:active {
  outline: none;
  box-shadow: none;
  border-color: #c71010;
}

.was-validated .form-control:valid,
.was-validated .form-control.is-valid {
  background-image: none;
  padding-right: 14px;
  border-color: #b8babc;
}

.was-validated .form-control:valid:focus, .was-validated .form-control:valid:active,
.was-validated .form-control.is-valid:focus,
.was-validated .form-control.is-valid:active {
  outline: none;
  box-shadow: none;
  border-color: #b8babc;
}

.was-validated.error .invalid-feedback {
  display: block;
}

.was-validated.error .input-group-text {
  border-color: #c71010;
}

.input-group-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
  padding: 0 14px;
  background-color: transparent;
  border-color: #b8babc;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
}

.input-group .input-group-prepend ~ input.form-control {
  text-align: right;
}

.input-group .input-group-prepend ~ input.form-control.placeholder {
  font-style: normal;
}

.input-group .input-group-prepend ~ input.form-control:-moz-placeholder {
  font-style: normal;
}

.input-group .input-group-prepend ~ input.form-control::-moz-placeholder {
  font-style: normal;
}

.input-group .input-group-prepend ~ input.form-control:-ms-input-placeholder {
  font-style: normal;
}

.input-group .input-group-prepend ~ input.form-control::-webkit-input-placeholder {
  font-style: normal;
}

.custom-control {
  padding-left: calc(16px + 15px);
}

.custom-control .custom-control-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.custom-control .custom-control-label::after {
  left: -31px;
}

.custom-control .custom-control-label::before {
  left: -31px;
}

.custom-switch .custom-control-label {
  line-height: 32px;
}

.custom-switch {
  padding-left: calc(43px + 15px);
}

.custom-switch .custom-control-label {
  line-height: 32px;
}

.custom-switch .custom-control-label::after {
  left: calc(-43px - 11.5px);
}

.custom-switch .custom-control-label::before {
  left: calc(-43px - 15px);
  width: 43px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: transparent;
  box-shadow: none;
}

.custom-checkbox .custom-control-label::before {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: rgba(51, 51, 51, 0.4) solid 1px;
  border-radius: 3px;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.5;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-checkbox .custom-control-input:not(:disabled) ~ .custom-control-label:hover::before, .custom-checkbox .custom-control-input:not(:disabled) ~ .custom-control-label.active::before {
  border-color: #1858a8;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #1858a8;
  border-color: #1858a8;
  background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/check.svg);
  background-size: 14px;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border-color: #1858a8;
}

.inline-form-wrapper .custom-control {
  display: inline-block;
  margin-right: 20px;
}

.custom-radio .custom-control-label::before {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: rgba(51, 51, 51, 0.4) solid 1px;
  border-radius: 9px;
}

.custom-radio .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.5;
}

.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-radio .custom-control-input:not(:disabled) ~ .custom-control-label:hover::before, .custom-radio .custom-control-input:not(:disabled) ~ .custom-control-label.active::before {
  border-color: #1858a8;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #1858a8;
  border-color: #1858a8;
  background-color: transparent;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #1858a8;
  border-radius: 9px;
  transform: scale(0.5);
}

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border-color: #1858a8;
}

.form-group .select-wrapper .select2-container .mCSB_scrollTools .mCSB_draggerContainer {
  bottom: 20px;
}

.form-group .select-wrapper .select2-container .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
  padding-top: 10px;
}

.sorted-form .loan-wrap {
  order: 2;
}

.sorted-form .loan-wrap .range-slider-wrapper {
  opacity: 0.5;
  pointer-events: none;
}

.sorted-form .payment-wrap {
  order: 1;
}

.sorted-form .btn-wrap {
  order: 5;
}

*[dir='rtl'] .custom-control {
  padding-left: 0;
}

.sec-card-txt {
  overflow: hidden;
  padding-bottom: 0px;
}

.sec-card-txt .card {
  border: 0;
  padding: 26px 20px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.sec-card-txt .card .card-icons {
  margin-right: 20px;
}

.sec-card-txt .card .card-icons + .card-info {
  padding-left: 0;
}

.sec-card-txt .card.card-style4 {
  padding: 30px 20px;
}

.sec-card-txt .card.card-style4 .card-icons {
  margin-right: 0;
}

.sec-card-txt .card-wrapper {
  margin-bottom: 0px;
  border-top: 1px solid rgba(226, 226, 226, 0.05);
}

.sec-card-txt .card-wrapper .row > div:last-child .card {
  border-bottom: 0;
}

.sec-card-txt .card-wrapper .card-info h3 {
  margin-bottom: 15px;
}

.sec-card-txt .card-wrapper .sec-btn {
  text-align: center;
  margin-top: 30px;
  font-size: 0;
}

.sec-card-txt .card-wrapper .sec-btn .btn.card-btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.sec-card-txt.no-icon .card {
  padding: 30px 20px;
}

.sec-card-txt.card-black .card .card-info .heading-txt-3 {
  color: #333;
}

.sec-card-txt.card-black .card .card-icons svg use,
.sec-card-txt.card-black .card .card-icons svg path {
  fill: #333;
}

.sec-card-txt.sec-card-contact .card-grid {
  display: block;
}

.sec-quick-links .card-grid .card {
  padding: 26px 20px;
}

.banner {
  position: relative;
  padding-top: 0;
}

.banner .breadcrumb .breadcrumb-item {
  color: #fff;
}

.banner .breadcrumb .breadcrumb-item::before {
  color: #fff;
}

.banner .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  height: initial;
  z-index: 1;
  color: #fff;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  display: -ms-flexbox;
}

.banner .banner-content .txt {
  padding: 0 20px 0 10px;
}

.banner .banner-content .txt p {
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.2;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 5px;
}

[dir="rtl"] .banner .banner-content .txt p {
  font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
}

.banner .banner-content .txt h1 {
  margin-bottom: 25px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

.banner .banner-content .txt h1.hero {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

[dir="rtl"] .banner .banner-content .txt h1.hero {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

[dir="rtl"] .banner .banner-content .txt h1 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.banner .banner-content .txt h2 {
  margin: 0;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .banner .banner-content .txt h2 {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.banner .banner-content .txt h3 {
  margin: 0;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .banner .banner-content .txt h3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.banner .banner-content .txt.align-center {
  text-align: center;
}

.banner .banner-content .txt.mb-40 {
  margin-bottom: 40px;
}

.banner .banner-content .banner-btn {
  margin-top: 40px;
}

.banner .banner-content .banner-btn .btn {
  padding: 14px 22px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.banner .banner-content .banner-btn .btn:hover, .banner .banner-content .banner-btn .btn:focus, .banner .banner-content .banner-btn .btn:active {
  box-shadow: none;
}

.banner .banner-content .hero-txt {
  margin-bottom: 15px;
}

.banner .overlay-round {
  background: linear-gradient(180deg, rgba(6, 25, 49, 0) 0%, #061931 85%);
}

.banner.banner-grey .overlay-round {
  background: linear-gradient(180deg, rgba(234, 244, 255, 0) 0%, #eaf4ff 85%);
}

.banner.banner-grey .banner-content {
  color: #333;
}

.banner.banner-grey .banner-content .heading-txt-3 {
  font-weight: normal;
}

.banner.banner-grey .banner-content.align-center {
  text-align: center;
}

.banner.banner-grey .breadcrumb .breadcrumb-item {
  color: #333;
}

.banner.banner-grey .breadcrumb .breadcrumb-item::before {
  color: #333;
}

.banner.banner-grey .breadcrumb .breadcrumb-item.active {
  color: #333;
}

.banner.banner-style2 {
  padding-top: 43px;
  background-color: #1858a8;
  position: relative;
}

.banner.banner-style2 .breadcrumb {
  margin-top: -50px;
  margin-bottom: 5px;
}

.banner.banner-style2::after {
  content: '';
  width: 100%;
  height: calc((100% - 43px) / 2);
  position: absolute;
  background-color: #fff;
  bottom: 0;
  z-index: 1;
}

.banner.banner-style2 .container {
  z-index: 2;
  position: relative;
}

.banner.banner-style2 .banner-box {
  z-index: 1;
  background-color: #fff;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  margin-bottom: 0px;
}

.banner.banner-style2 .banner-box .sec-heading {
  padding-left: 10px;
  padding-right: 10px;
}

.banner.banner-style2 .sec-heading {
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 0;
  font-size: 0;
}

.banner.banner-style2 .sec-heading h1,
.banner.banner-style2 .sec-heading .heading {
  color: #333;
}

.banner.banner-style2 .sec-heading h1 .small-txt,
.banner.banner-style2 .sec-heading .heading .small-txt {
  color: #707274;
}

.banner.banner-style2 .sec-heading p,
.banner.banner-style2 .sec-heading .para {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .banner.banner-style2 .sec-heading p, [dir="rtl"]
.banner.banner-style2 .sec-heading .para {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.banner.banner-style2 .sec-heading p + .btn,
.banner.banner-style2 .sec-heading .para + .btn {
  margin-top: 40px;
}

.banner .breadcrumb-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 10px;
}

.banner .breadcrumb-wrapper .breadcrumb {
  padding-left: 10px;
  padding-right: 10px;
}

.banner .breadcrumb-wrapper + .banner-content {
  padding-top: 52px;
}

.form-content {
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 12px 0 rgba(51, 51, 51, 0.1);
}

.form-content .form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-content .form-group .txt-label, .form-content .form-group .main-heading h6, .main-heading .form-content .form-group h6 {
  display: block;
  color: #707274;
  margin-bottom: 14px;
  letter-spacing: 4px;
}

.form-content .form-group span.error {
  position: absolute;
  bottom: -21px;
  left: 0;
}

.form-content .form-btn {
  text-align: center;
  margin-top: 40px;
}

.form-content .form-btn .btn-filled-blue {
  padding: 14px 26px;
  height: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.form-content .form-btn .btn-filled-blue:hover, .form-content .form-btn .btn-filled-blue:active, .form-content .form-btn .btn-filled-blue:focus {
  box-shadow: none;
}

.overlay-round {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

.overlay-round.blackOverlay {
  background: linear-gradient(180deg, rgba(6, 25, 49, 0) 0%, #061931 85%);
}

.overlay-round.greyOverlay {
  background: linear-gradient(180deg, rgba(234, 244, 255, 0) 0%, #eaf4ff 85%);
}

.product-box {
  display: flex;
  padding: 30px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 30px;
  height: auto;
  color: #333333;
}

.product-box .box-img {
  width: 64px;
  flex-shrink: 0;
  padding-right: 0;
  margin-bottom: 30px;
}

.product-box .box-img .icons {
  width: 44px;
  height: 44px;
}

.product-box .box-img .icons use,
.product-box .box-img .icons path {
  fill: #fff;
  stroke: none;
}

.product-box .box-img .icons.icon-calculator path {
  fill: #fff;
  stroke: #fff;
}

.product-box .box-content h2,
.product-box .box-content .box-heading {
  color: #fff;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .product-box .box-content h2, [dir="rtl"]
.product-box .box-content .box-heading {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.product-box .box-content p,
.product-box .box-content .box-para {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .product-box .box-content p, [dir="rtl"]
.product-box .box-content .box-para {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.product-box .box-content .btn.btn-outline-white {
  margin-top: 30px;
}

.product-box.product-box--left {
  padding: 20px;
  text-align: left;
  align-items: flex-start;
}

.product-price span {
  color: #707274;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}

[dir="rtl"] .product-price span {
  font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
}

.product-price .price-summary {
  padding: 0 20px 0 40px;
  margin-top: 10px;
}

.product-price .price-summary h2 {
  position: relative;
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

[dir="rtl"] .product-price .price-summary h2 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.product-price .price-summary h2::after {
  content: attr(data-title);
  position: absolute;
  left: -40px;
  bottom: 3px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.product-price .price-summary h4 {
  color: #80ba51;
  margin-bottom: 25px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
}

[dir="rtl"] .product-price .price-summary h4 {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.product-price .price-summary h4 .ic-arrow {
  width: 25px;
  height: 25px;
  vertical-align: top;
}

.product-price .price-summary h4 .ic-arrow use,
.product-price .price-summary h4 .ic-arrow path {
  fill: #80ba51;
  stroke: none;
}

.product-price .price-summary .stocks-table {
  width: 100%;
  margin-bottom: 15px;
}

.product-price .price-summary .stocks-table th {
  font-size: 14px;
}

.product-price .price-summary .stocks-table td {
  width: 25%;
  font-size: 13px;
}

.product-price .price-summary p {
  color: #707274;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .product-price .price-summary p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-icon-editorial {
  padding-bottom: 40px;
}

.sec-icon-editorial .logo-img {
  display: none;
  text-align: center;
}

.sec-icon-editorial .main-heading {
  padding: 0 10px 30px;
}

.sec-icon-editorial .main-heading h1 {
  margin-bottom: 10px;
}

.sec-icon-editorial .main-heading h2 {
  line-height: 24px;
}

.sec-icon-editorial .icon-card-style {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.sec-icon-editorial .icon-card-style .item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 30px;
  margin-bottom: 0;
  text-align: center;
}

.sec-icon-editorial .icon-card-style .item .icon-img {
  margin-bottom: 15px;
}

.sec-icon-editorial .icon-card-style .item .icon-img .icons,
.sec-icon-editorial .icon-card-style .item .icon-img img {
  max-width: 54px;
  max-height: 54px;
}

.sec-icon-editorial .icon-card-style .item .icon-img .icons path,
.sec-icon-editorial .icon-card-style .item .icon-img img path {
  fill: #085fa9;
}

.sec-icon-editorial .icon-card-style .item .icon-heading {
  margin-bottom: 10px;
}

.sec-icon-editorial .icon-card-style .item .icon-heading h3 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .sec-icon-editorial .icon-card-style .item .icon-heading h3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.sec-icon-editorial .icon-card-style .item .icon-content p {
  margin-bottom: 25px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .sec-icon-editorial .icon-card-style .item .icon-content p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-icon-editorial .sec-btn {
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 40px;
}

.sec-icon-editorial .sec-btn .btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  padding-left: 4px;
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item::before {
  padding-right: 4px;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #1858a8;
}

.breadcrumb.breadcrumb--light .breadcrumb-item {
  color: #333;
}

.breadcrumb.breadcrumb--light .breadcrumb-item::before {
  color: #333;
}

.breadcrumb.breadcrumb--light .breadcrumb-item.active {
  color: #333;
}

.breadcrumb.breadcrumb--dark .breadcrumb-item {
  color: #fff;
}

.breadcrumb.breadcrumb--dark .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb.breadcrumb--dark .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb.bg-charcoal {
  background-color: #333;
}

.breadcrumb a {
  line-height: inherit;
  color: inherit;
}

.picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.picture img {
  position: relative;
  width: 100%;
}

.card-grid > a {
  cursor: pointer;
}

.card {
  position: relative;
  height: 100%;
  display: flex;
  border-radius: 0;
  box-shadow: none;
  padding: 30px 26px;
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
  z-index: 3;
}

.card .card-icons {
  width: 46px;
  flex-shrink: 0;
  margin-right: 18px;
}

.card .card-icons .icon-svg,
.card .card-icons svg,
.card .card-icons img {
  max-width: 100%;
  max-height: 60px;
  fill: #1858a8;
}

.card .card-icons .icon-svg use,
.card .card-icons .icon-svg path,
.card .card-icons svg use,
.card .card-icons svg path,
.card .card-icons img use,
.card .card-icons img path {
  fill: #1858a8;
}

.card .card-info {
  flex-grow: 1;
}

.card .card-info > span {
  color: #333;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.2;
  letter-spacing: 4px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

[dir="rtl"] .card .card-info > span {
  font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
}

.card .card-info h3,
.card .card-info .heading-txt-3 {
  color: #1858a8;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .card .card-info h3, [dir="rtl"]
.card .card-info .heading-txt-3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.card .card-info p,
.card .card-info .body-txt {
  color: #333;
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .card .card-info p, [dir="rtl"]
.card .card-info .body-txt {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.card .card-info .card-date-info {
  margin-bottom: 15px;
}

.card .card-info .btn.card-btn {
  margin-top: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.card.card--style1 {
  padding: 0;
  max-width: 350px;
  text-align: center;
  flex-direction: column;
  padding: 25px 0 0;
  border-radius: 4px;
  border-top: 5px solid #f58420;
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.card.card--style1 .card-info {
  padding: 0 30px 30px;
}

.card.card--style1 .card-info > span {
  display: block;
  color: #333;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.2;
  letter-spacing: 4px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

[dir="rtl"] .card.card--style1 .card-info > span {
  font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
}

.card.card--style1 .card-info h3,
.card.card--style1 .card-info .heading-txt-3 {
  color: #1858a8;
  margin-bottom: 18px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .card.card--style1 .card-info h3, [dir="rtl"]
.card.card--style1 .card-info .heading-txt-3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.card.card--style1 .card-info p .body-txt {
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .card.card--style1 .card-info p .body-txt {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.card.card--style1 .card-info .btn.card-btn {
  margin-top: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.card.card--style1 .card-date {
  padding: 10px;
  border-radius: 0 0 4px 4px;
  background-color: #fafafa;
}

.card.card--style1 .card-date p {
  color: #707274;
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .card.card--style1 .card-date p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.card.card--style3 {
  padding: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.card.card--style3 .card-info {
  padding: 20px 20px 15px;
}

.card.card--style3 .card-info .heading-txt-3 {
  margin-bottom: 10px;
}

.card.card--style3 .card-image {
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}

.card.card--style3 .card-image .aspect-container {
  margin-left: 0;
  margin-right: 0;
}

.card.card--style3 .card-image .aspect-container .aspect-wrapper {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 56.25%;
  background-color: transparent;
}

.card.card--style3 .card-image .txt-label, .card.card--style3 .card-image .main-heading h6, .main-heading .card.card--style3 .card-image h6 {
  position: absolute;
  width: 100%;
  top: calc(100% - 42px);
  bottom: 0;
  color: #fff;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 4px 20px;
}

.card.card--style3 .card-image.card-image--hoverable .txt-label, .card.card--style3 .card-image.card-image--hoverable .main-heading h6, .main-heading .card.card--style3 .card-image.card-image--hoverable h6 {
  letter-spacing: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  transition: all 300ms;
}

.card.card--style3 .card-image.card-image--hoverable .txt-label .card-title, .card.card--style3 .card-image.card-image--hoverable .main-heading h6 .card-title, .main-heading .card.card--style3 .card-image.card-image--hoverable h6 .card-title, .card.card--style3 .card-image.card-image--hoverable .txt-label .card-content, .card.card--style3 .card-image.card-image--hoverable .main-heading h6 .card-content, .main-heading .card.card--style3 .card-image.card-image--hoverable h6 .card-content {
  margin-bottom: 0;
}

.card.card--style3 .card-image.card-image--hoverable .txt-label .card-content, .card.card--style3 .card-image.card-image--hoverable .main-heading h6 .card-content, .main-heading .card.card--style3 .card-image.card-image--hoverable h6 .card-content {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}

.card.card--style3 .card-image.card-image--hoverable .txt-label .card-meta, .card.card--style3 .card-image.card-image--hoverable .main-heading h6 .card-meta, .main-heading .card.card--style3 .card-image.card-image--hoverable h6 .card-meta {
  font-size: 15px;
}

.card.card--style3 .card-image.card-image--hoverable:hover .txt-label, .card.card--style3 .card-image.card-image--hoverable:hover .main-heading h6, .main-heading .card.card--style3 .card-image.card-image--hoverable:hover h6 {
  top: 0;
}

.card.card--style3 .card-footer {
  background-color: #fafafa;
  padding: 9px 20px;
  height: 42px;
  cursor: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.card.card--style3 .card-footer .custom-control {
  padding-left: 32px;
}

.card.card--style3 .card-footer .custom-control .custom-control-label {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.card.card--style3 .card-footer .custom-control .custom-control-label::before {
  left: -32px;
}

.card.card--style3 .card-footer .custom-control .custom-control-label::after {
  left: -32px;
}

.card.card--style3 .card-footer .btn-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card.card--style3 .card-footer .btn-link svg,
.card.card--style3 .card-footer .btn-link img,
.card.card--style3 .card-footer .btn-link .icon {
  width: 18px;
  height: 18px;
  fill: #707274;
}

.card.card--style3 .card-footer .btn-link:hover svg path {
  fill: #1858a8;
}

.card.card--style3.annual-report .card-footer a.btn-link {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
}

body[dir=rtl] .card.card--style3.annual-report .card-footer a.btn-link {
  float: right;
}

.card.card--style3.annual-report .card-footer a.btn-link + a.btn-link {
  border-left: 1px solid gray;
}

body[dir=rtl] .card.card--style3.annual-report .card-footer a.btn-link + a.btn-link {
  border-right: 1px solid gray;
  border-left-width: 0px;
}

.card.card--style3 > :first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card.card--style3 > :last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.card.card--style3.card--selected.card {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px #ddebfc;
}

.card.card--style3.card--selected.card:hover {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px #ddebfc;
}

.card.card--style3.card--selected.card .card-footer {
  background-color: #ddebfc;
}

.card.card--style3 .card-link {
  text-decoration: none;
}

.card.card-style4 {
  margin-bottom: 10px;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
}

.card.card-style4 .card-icons {
  width: 100%;
  display: flex;
  margin-right: 0;
  align-items: flex-start;
  margin-bottom: 30px;
}

.card.card-style4 .card-icons .icons,
.card.card-style4 .card-icons img {
  width: 35px;
  height: 35px;
  margin-right: 25px;
}

.card.card-style4 .card-info {
  margin-left: 0;
}

.card.card-style4 .card-info .sec-btn {
  text-align: left;
  margin-top: 40px;
}

.card.card-style4 .card-info .sec-btn .btn {
  margin: 0 10px;
}

.card.card-style4 .card-info .social-bar {
  margin-top: 40px;
}

.card.card-style4 .card-info .social-bar .ul-list {
  justify-content: flex-start;
}

.card.card-style4 .card-info .card-txt-link {
  margin-top: 20px;
}

.card.card-style4 .card-info .card-txt-link .txt-data {
  display: flex;
  margin-bottom: 8px;
}

.card.card-style4 .card-info .card-txt-link .txt-data .txt {
  flex: 1;
}

.card.card-style4 .card-info .card-txt-link .txt-data .link {
  flex: 1;
}

.product-card-wrapper {
  position: relative;
  padding-bottom: 40px;
}

.product-card-wrapper.has--slider {
  overflow: hidden;
}

.product-card-wrapper .card-grid-wrapper {
  padding-bottom: 10px;
  height: 100%;
}

.product-card-wrapper .card-link {
  height: 100%;
  color: #333;
}

.product-card-wrapper .asset-card-slider {
  padding-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}

.product-card-wrapper .asset-card-slider .slick-list {
  display: flex;
  flex-wrap: nowrap;
}

.product-card-wrapper .asset-card-slider .slick-list .slick-track {
  display: flex;
  flex: 0 0 auto;
  margin: 0;
}

.product-card-wrapper .asset-card-slider .slick-dots {
  margin-top: 20px;
}

.product-card-wrapper .asset-card-slider .slick-slide {
  flex-shrink: 0;
}

.product-card-wrapper .asset-card-slider .slick-slide > div {
  height: 100%;
}

.product-card-wrapper .asset-card-slider .slick-list {
  overflow: visible;
}

.product-card-wrapper .asset-card-slider .card-grid-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}

.product-card-wrapper .section-btn {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}

.product-card-wrapper .result-counter span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

.product-card-wrapper .result-counter ~ .asset-slider-nav {
  margin-left: 10px;
}

.asset-slider-nav {
  font-size: 0;
  display: flex;
}

.asset-slider-nav .slick-arrow {
  background: none;
  border: none;
  padding: 0;
}

.asset-slider-nav .slick-arrow.slick-prev {
  margin-right: 20px;
}

.asset-slider-nav .slick-arrow svg {
  width: 13px;
  height: 23px;
  fill: #1858a8;
}

.asset-slider-nav .slick-arrow.slick-disabled svg {
  fill: #b8babc;
}

.sec-btn {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}

.sec-btn .btn {
  margin: 5px 10px;
}

.product-article .product-article-media {
  margin-left: -10px;
  margin-right: -10px;
}

.product-article .product-article-media .aspect-container {
  margin-left: 0;
  margin-right: 0;
}

.product-article .product-article-media .aspect-container .aspect-wrapper {
  background-color: transparent;
  border-radius: 0;
  padding-top: 56.25%;
}

.product-article .product-article-media .aspect-container .aspect-wrapper--portrait {
  background-color: transparent;
  border-radius: 0;
  padding-top: 100%;
}

.product-article .product-article-content {
  padding: 15px 10px 0 10px;
}

.product-article .product-article-content .content-box *:first-child {
  margin-top: 0;
}

.product-article .product-article-content .content-box *:last-child {
  margin-bottom: 0;
}

.product-article .product-article-content .content-box h1,
.product-article .product-article-content .content-box h2,
.product-article .product-article-content .content-box h3 {
  margin-bottom: 15px;
}

.product-article .product-article-content .content-box p {
  margin-bottom: 25px;
}

.product-article .product-article-content .content-box .btn-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.sec-product-article {
  padding-bottom: 40px;
}

.sec-product-article + .sec-product-article {
  margin-top: -10px;
}

.product-article-listing .product-article.card--style2 {
  padding: 30px 20px;
}

.sec-card-contact .card-grid {
  display: block;
  padding-bottom: 0;
}

.slider-head {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.sec-article-card .product-article-listing .product-article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 10px;
  padding: 30px 0;
  border-bottom: 1px solid #b8babc;
}

.sec-article-card .product-article-listing .product-article .product-article-media {
  flex: 0 0 100%;
  max-width: none;
  padding-right: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}

.sec-article-card .product-article-listing .product-article .product-article-media .aspect-container .aspect-wrapper {
  border-radius: 6px;
}

.sec-article-card .product-article-listing .product-article:first-child {
  border-top: 0;
  padding-top: 0;
}

.sec-article-card .product-article-listing .product-article--valign-center {
  align-items: center;
}

.sec-article-card .product-article-listing .search-sec {
  width: 100%;
}

.sec-article-card .product-article-listing .search-sec .card {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.sec-article-card .product-article-listing .search-sec .card .card-info {
  width: 100%;
}

.sec-article-card .product-article-listing .search-sec .card .card-info h5 {
  margin-bottom: 15px;
}

.sec-article-card .product-article-listing .search-sec .card .card-info .address-date {
  display: block;
  margin-bottom: 15px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  text-transform: initial;
  letter-spacing: 0;
}

[dir="rtl"] .sec-article-card .product-article-listing .search-sec .card .card-info .address-date {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-article-card .product-article-listing .search-sec .card .card-info .name-by {
  color: #707274;
  text-transform: initial;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  letter-spacing: 0;
}

[dir="rtl"] .sec-article-card .product-article-listing .search-sec .card .card-info .name-by {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-article-card .product-article-listing .sec-btn {
  margin-top: 35px;
}

.product-banner .card {
  max-width: 100%;
  margin: -175px 20px 0;
}

.product-banner.product--align-left {
  padding-top: 40px;
}

.product-banner.product--align-left .card {
  text-align: left;
  margin: -103px 20px 0;
}

.product-banner.product--align-left .card .card-info {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px 30px;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-banner.product--align-left .card .card-info h3 {
  color: #333;
}

.product-banner.product--align-left .card .card-info p {
  margin-bottom: 0;
}

.product-banner.product--align-left .card .card-info .btn-link {
  display: block;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .product-banner.product--align-left .card .card-info .btn-link {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.product-banner.product--align-left .card .card-info .btn-link:first-child {
  margin-top: 20px;
}

.product-banner.product--align-left .card .card-info .sec-btn {
  margin-top: 40px;
  text-align: left;
}

.product-banner.product--align-left .card .card-info .sec-btn .card-btn {
  margin-top: 0;
  margin-left: 10px;
}

.product-banner .product-bg {
  margin-bottom: 40px;
}

.product-banner .product-bg .picture {
  min-height: 275px;
}

.offer-cards .offer-bg {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  border-radius: 4px;
}

.offer-cards .offer-bg::after, .offer-cards .offer-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  bottom: 68px;
  background-color: #fff;
  border-radius: 4px;
}

.offer-cards .offer-bg::after {
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 2;
  opacity: 0;
  transition: all 0.35s ease 0s;
}

.offer-cards .offer-bg .offer-img {
  position: relative;
  z-index: 1;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.offer-cards .offer-bg .offer-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 119px;
  transition: all 0.35s ease 0s;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #fff 100%);
}

.offer-cards .offer-bg .card {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 310px;
  transform: translateY(0);
  transition: all 0.35s ease 0s;
}

.offer-cards .offer-bg:hover {
  cursor: pointer;
}

.offer-cards .offer-bg:hover::after {
  opacity: 1;
}

.offer-cards .offer-bg:hover .card {
  transform: translateY(-28px);
}

.sec-callout {
  padding-bottom: 40px;
}

.sec-callout .product-box {
  margin-bottom: 10px;
}

.sec-callout .row.f-d-col {
  flex-direction: column;
}

.sec-life-goals {
  position: relative;
}

.sec-life-goals .lf-content .lf-cards-wrapper .slick-initialized.icon-card-style {
  max-width: 400px;
  margin: 0 auto;
}

.sec-life-goals .lf-content .lf-cards-wrapper .slick-initialized.icon-card-style .slick-slide .item-detail {
  padding-left: 40px;
  padding-right: 40px;
}

.sec-life-goals .lf-content .lf-cards-wrapper .slick-initialized.icon-card-style .slick-slide.slick-current .item-detail {
  background-color: #fff;
  color: #1858a8;
  fill: #1858a8;
}

.sec-life-goals .lf-content .lf-cards-wrapper .slick-initialized.icon-card-style .slick-slide.slick-current .item-detail::before {
  height: 5px;
}

.sec-life-goals .lf-content .lf-cards-wrapper .slick-initialized.icon-card-style .slick-slide.slick-current .item-detail .item-img .icons path {
  fill: #1858a8;
  stroke: none;
}

.sec-life-goals .lf-content .lf-cards-wrapper .slick-initialized.icon-card-style .slick-slide.slick-current .item-content p {
  color: #333;
}

.sec-life-goals .lf-content .lf-cards-wrapper .slick-initialized.icon-card-style .slick-slide.slick-current .item-button {
  max-height: 100px;
  margin-top: 40px;
  overflow: hidden;
}

.sec-life-goals .lf-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.sec-life-goals .lf-background-overlay .overlay-round {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, #333333 100%);
}

.sec-life-goals .lf-background-overlay .bg-items {
  opacity: 0;
  transition: all 300ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-life-goals .lf-background-overlay .bg-items .picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.sec-life-goals .lf-background-overlay .bg-items.bg--active {
  opacity: 1;
}

.sec-life-goals .lf-content {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.sec-life-goals .lf-content .lf-cards-wrapper .slick-dots {
  margin-top: 40px;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item {
  padding-left: 3px;
  padding-right: 3px;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  color: #fff;
  fill: #fff;
  cursor: pointer;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  fill: #fff;
  position: relative;
  display: flex;
  -ms-display: flexbox;
  flex-wrap: wrap;
  transition: all 300ms;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 0;
  background-color: #f68633;
  transition: all 300ms;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-button {
  transition: all 300ms;
  max-height: 100px;
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-button .btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-button .btn:hover {
  box-shadow: none;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-img {
  margin-bottom: 12px;
  width: 100%;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-img img,
.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-img .icons {
  max-width: 50px;
  max-height: 35px;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-img img path,
.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-img .icons path {
  fill: #fff;
  stroke: none;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-heading {
  width: 100%;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-heading h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-content {
  width: 100%;
  align-self: flex-end;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail .item-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  margin-bottom: 0;
}

.sec-life-goals .lf-content .lf-cards-wrapper .item-detail svg,
.sec-life-goals .lf-content .lf-cards-wrapper .item-detail h3,
.sec-life-goals .lf-content .lf-cards-wrapper .item-detail p {
  transition: none;
}

.sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style {
  margin-left: -3px;
  margin-right: -3px;
  display: block;
  align-items: initial;
  flex-wrap: initial;
}

.sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style .slick-list {
  overflow: initial;
}

.sec-life-goals .sec-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 63px;
}

.sec-life-goals .sec-heading span,
.sec-life-goals .sec-heading .small-txt {
  color: #fff;
}

.sec-life-goals .sec-heading h1,
.sec-life-goals .sec-heading .heading {
  color: #fff;
}

.sec-life-goals .sec-heading p,
.sec-life-goals .sec-heading .para {
  color: #fff;
}

.sec-offers {
  position: relative;
  margin-top: 0;
  padding-bottom: 40px;
}

.sec-offers .of-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.sec-offers .of-content {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.sec-offers .of-content .main-heading {
  color: #fff;
  padding: 0 10px;
}

.sec-offers .of-content .main-heading h1,
.sec-offers .of-content .main-heading h2,
.sec-offers .of-content .main-heading h3,
.sec-offers .of-content .main-heading h4 {
  color: inherit;
  margin-bottom: 15px;
}

.sec-offers .of-content .main-heading h6 {
  color: inherit;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

.sec-offers .of-content .main-heading p {
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0;
}

.sec-offers .of-content .of-cards-wrapper .slick-dots {
  width: 100%;
  margin-top: 30px;
}

.sec-offers .of-content .of-cards-wrapper .offer--slider.row {
  margin-left: -3px;
  margin-right: -3px;
}

.sec-offers .of-content .of-cards-wrapper .offer--slider.row.slick-initialized {
  margin-bottom: 40px;
  display: block;
}

.sec-offers .of-content .of-cards-wrapper .offer--slider.row .slick-slide [class*='col-'] {
  padding-left: 3px;
  padding-right: 3px;
}

.sec-offers .of-content .of-cards-wrapper .offer--slider .slick-list {
  overflow: initial;
}

.sec-offers .of-content .of-cards-wrapper .offer--slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.sec-offers .of-content .of-cards-wrapper .offer-cards.ending-soon .card .card-date {
  background-color: #ffede0;
}

.sec-offers .of-content .of-cards-wrapper .offer-cards .card .tag {
  position: absolute;
  top: -16px;
  /* rtl:begin:ignore */
  left: 50%;
  transform: translateX(-50%);
  /* rtl:end:ignore */
}

.sec-offers .of-content .of-cards-wrapper .offer-cards.offer-featured .card {
  border-color: #f58420;
}

.sec-offers .of-content .of-cards-wrapper .offer-cards.offer-featured .card .tag {
  background-color: #f58420;
}

.sec-offers .of-content .of-cards-wrapper .offer-cards.offer-new .card {
  border-color: #43a0a5;
}

.sec-offers .of-content .of-cards-wrapper .offer-cards.offer-new .card .tag {
  background-color: #43a0a5;
}

.sec-offers .of-content .of-cards-wrapper .offer-cards.offer-trending .card {
  border-color: #69325c;
}

.sec-offers .of-content .of-cards-wrapper .offer-cards.offer-trending .card .tag {
  background-color: #69325c;
}

.sec-offers .of-content .of-cards-wrapper .offer-bg a {
  display: block;
  height: auto;
  flex-grow: 1;
}

.sec-offers .of-content .of-cards-wrapper .offer-bg a .offer-img {
  min-height: 185px;
}

.sec-offers .of-content .of-cards-wrapper .offer-bg .card {
  max-width: calc(100% - 36px);
}

.sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info h3 {
  margin-bottom: 12px;
  color: #1858a8;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info h3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info span {
  margin-bottom: 12px;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}

[dir="rtl"] .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info span {
  font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
}

.sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info p {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-offers .of-content .sec-btn {
  text-align: center;
  font-size: 0;
}

.sec-offers .of-content .sec-btn .btn {
  min-height: 49px;
  padding: 15px 25px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.sec-offers.offer-light .sec-btn .btn {
  color: #1858a8;
  border: 2px solid #1858a8;
}

.sec-offer-style2 .of-content .of-cards-wrapper {
  padding-top: 10px;
}

.sec-offer-style2 .of-content .of-cards-wrapper .offer-cards {
  margin-bottom: 10px;
  height: calc(100% - 10px);
}

.sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .offer-img {
  padding: 30px 0 40px;
  min-height: 185px;
  text-align: center;
}

.sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .offer-img img {
  width: auto;
  max-width: 200px;
}

.sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .offer-img::after {
  left: 1px;
  width: calc(100% - 2px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg::before {
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .card {
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .card .card-info {
  padding: 0 20px 20px;
}

.sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg a {
  display: block;
  height: auto;
  flex-grow: 1;
}

.sec-featured-card {
  padding-bottom: 40px;
}

.sec-featured-card .of-content .of-cards-wrapper .offer-cards {
  padding-left: 5px;
  padding-right: 5px;
}

.sec-featured-card .of-content .of-cards-wrapper .offer-cards .offer-bg .offer-img img {
  margin: 0 auto;
  max-width: 200px;
}

.sec-featured-card .of-content .of-cards-wrapper .slick-dots {
  margin-top: 10px;
}

.sec-featured-card .asset-card-slider {
  padding-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}

.sec-featured-card .asset-card-slider .slick-list {
  display: flex;
  padding-top: 0;
  flex-wrap: nowrap;
  overflow: visible;
}

.sec-featured-card .asset-card-slider .slick-list .slick-track {
  display: flex;
  flex: 0 0 auto;
}

.sec-featured-card .asset-card-slider .slick-slide {
  flex-shrink: 0;
}

.sec-featured-card .asset-card-slider .slick-slide > div {
  height: 100%;
}

.sec-featured-card .fade-wrapper::after {
  content: none;
}

/* rtl:begin:ignore */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/sort_asc.png);
}

table.dataTable thead .sorting_asc {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/sort_asc.png);
}

table.dataTable thead .sorting_desc {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/sort_desc.png);
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/sort_asc_disabled.png);
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/sort_desc_disabled.png);
}

table.dataTable tbody tr {
  background-color: white;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* rtl:end:ignore */
.sec-datatables {
  padding-bottom: 40px;
}

.dt-sc-table thead tr {
  background-color: transparent;
}

.dt-sc-table thead th {
  border-bottom: 1px solid #43a0a5;
  padding: 12px 15px;
  min-height: 50px;
  font-weight: 500;
  max-width: 25%;
  min-width: 150px;
}

.dt-sc-table thead th .t-heading {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.dt-sc-table tbody tr {
  background-color: transparent;
}

.dt-sc-table tbody td {
  border-bottom: 1px solid rgba(184, 186, 188, 0.5);
  padding: 12px 15px;
  min-height: 50px;
  max-width: 25%;
  min-width: 150px;
  vertical-align: top;
}

.dt-sc-table tbody td .t-data {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #707274;
  display: block;
}

.dt-sc-table tbody td .t-data + .t-data {
  margin-top: 36px;
}

.dt-sc-table tbody td .t-data-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: 500;
}

.dt-sc-table.dataTable {
  table-layout: initial;
  min-width: 0;
}

.dt-sc-table.dataTable thead tr {
  background-color: transparent;
}

.dt-sc-table.dataTable thead th {
  border-bottom: 1px solid #43a0a5;
  padding: 12px 15px;
  min-height: 50px;
  font-weight: 500;
  max-width: 25%;
  min-width: 150px;
}

.dt-sc-table.dataTable thead th .t-heading {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.dt-sc-table.dataTable tbody tr {
  background-color: transparent;
}

.dt-sc-table.dataTable tbody td {
  border-bottom: 1px solid rgba(184, 186, 188, 0.5);
  padding: 12px 15px;
  min-height: 50px;
  max-width: 25%;
  min-width: 150px;
  vertical-align: top;
}

.dt-sc-table.dataTable tbody td .t-data {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #707274;
  display: block;
}

.dt-sc-table.dataTable tbody td .t-data + .t-data {
  margin-top: 36px;
}

.dt-sc-table.dataTable tbody td .t-data-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: 500;
}

.dt-sc-table.dataTable a {
  color: #333;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.dt-sc-table.dataTable a:hover {
  text-decoration: underline;
}

.dt-sc-wrapper {
  position: relative;
}

.dt-sc-wrapper .DTFC_ScrollWrapper {
  height: auto !important;
}

.dt-sc-wrapper .no-footer {
  border-bottom: 0 !important;
}

.dt-sc-wrapper .no-footer .dataTables_scrollBody {
  border-bottom: 0 !important;
}

.dt-sc-wrapper.horizontal--scroll {
  max-width: 100%;
  overflow: auto;
  padding-bottom: 20px;
}

.dt-sc-wrapper.horizontal--scroll .mCSB_scrollTools_horizontal {
  width: 102px;
  left: auto;
}

.dt-sc-wrapper.horizontal--scroll .mCSB_scrollTools {
  margin-right: 10px;
}

.dt-sc-wrapper.sticky--table .mCSB_scrollTools_horizontal {
  width: 102px;
  left: auto;
}

.dt-sc-wrapper.sticky--table td {
  vertical-align: top;
}

.dt-sc-wrapper.sticky--table .DTFC_LeftHeadWrapper thead tr {
  background-color: #fafafa;
}

.dt-sc-wrapper.sticky--table .DTFC_LeftBodyWrapper tbody tr {
  background-color: #fff;
}

.dt-sc-wrapper.sticky--table .dataTables_scroll thead tr th:first-child {
  opacity: 0;
  min-width: 120px;
}

.dt-sc-wrapper.sticky--table .dataTables_scroll tbody tr td:first-child {
  opacity: 0;
  min-width: 120px;
}

.dt-sc-wrapper.sticky--table .dataTables_scroll .dataTables_scrollHeadInner {
  position: relative;
  /* rtl:raw:
                    direction: ltr;
                */
}

.dt-sc-wrapper.sticky--table .dataTables_scroll .dataTables_scrollHeadInner .dt-sc-table {
  /* rtl:raw:
                    direction: rtl;
                */
}

.dt-sc-wrapper.sticky--table .dataTables_scroll .dataTables_scrollBody thead {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.dt-sc-wrapper.sticky--table.sticky--active::after {
  opacity: 0;
}

.dt-sc-wrapper.sticky--table::after {
  content: '';
  position: absolute;
  width: 230px;
  height: calc(100% - 20px);
  top: 0;
  right: 0;
  background: linear-gradient(270deg, #fafafa 0.02%, rgba(250, 250, 250, 0) 100%);
  pointer-events: none;
  opacity: 0;
  transition: all 300ms;
}

.dt-sc-wrapper.sticky--table .DTFC_LeftBodyLiner {
  /* rtl:raw:
                padding-right: 0px !important;
            */
  overflow: hidden !important;
}

.dt-sc-wrapper.sticky--table .DTFC_LeftBodyLiner thead tr th {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.dt-sc-wrapper.sticky--table .DTFC_RightWrapper {
  display: none;
}

.dt-sc-wrapper.sticky--table tr:last-child td {
  border-bottom: 0;
}

.dt-sc-wrapper.style--content thead th {
  vertical-align: bottom;
  padding: 18px 10px;
  min-width: 200px;
  padding-top: 0;
}

.dt-sc-wrapper.style--content thead th h3 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}

[dir="rtl"] .dt-sc-wrapper.style--content thead th h3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.dt-sc-wrapper.style--content thead th:first-child {
  display: none;
}

.dt-sc-wrapper.style--content thead th .t-image {
  padding: 9px 0;
}

.dt-sc-wrapper.style--content thead th .t-image img {
  min-width: 220px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(51, 51, 51, 0.2));
          filter: drop-shadow(0 3px 6px rgba(51, 51, 51, 0.2));
}

.dt-sc-wrapper.style--content thead th .t-image + h3 {
  margin-top: 20px;
}

.dt-sc-wrapper.style--content tbody tr:last-child td {
  border-bottom: 0;
}

.dt-sc-wrapper.style--content tbody td {
  border-left: 1px solid rgba(184, 186, 188, 0.5);
  padding: 18px 10px;
}

.dt-sc-wrapper.style--content tbody td p {
  color: #707274;
}

.dt-sc-wrapper.style--content tbody td p:not(:first-child) {
  margin-top: 14px;
}

.dt-sc-wrapper.style--content tbody td p:last-child {
  margin-bottom: 0;
}

.dt-sc-wrapper.style--content tbody td ul {
  color: #707274;
  padding-left: 20px;
}

.dt-sc-wrapper.style--content tbody td ul:not(:first-child) {
  margin-top: 20px;
}

.dt-sc-wrapper.style--content tbody td ul:last-child {
  margin-bottom: 0;
}

.dt-sc-wrapper.style--content tbody td .content-box svg {
  width: 18px;
  height: 18px;
}

.dt-sc-wrapper.style--content tbody td .content-box svg.block-icon {
  display: block;
  margin: 0 auto;
  fill: #707274;
}

.dt-sc-wrapper.style--content tbody td .content-box svg.block-icon:not(:first-child) {
  margin-top: 10px;
}

.dt-sc-wrapper.style--content tbody td:first-child {
  border-left: 0;
  display: none;
}

.dt-sc-wrapper.style--content tbody td:nth-child(2) {
  border-left: 0;
}

.dt-sc-wrapper.style--content tbody td:last-child {
  min-width: 200px;
}

.dt-sc-wrapper.style--content .mCSB_container {
  padding-left: 0;
}

.dt-sc-wrapper.style--content .dt-sc-table {
  padding-right: 0;
  border-bottom: 1px solid #b8babc !important;
}

.dt-sc-wrapper.style--content.style--2 thead tr th {
  padding-bottom: 0;
}

.dt-sc-wrapper.style--content.style--2 thead tr th:first-child {
  padding-left: 0;
}

.dt-sc-wrapper.style--content.style--2 tbody tr td:nth-last-child(2) {
  border-right: 1px solid rgba(184, 186, 188, 0.5);
}

.dt-sc-wrapper.style--content.style--2 .table-title {
  padding-left: 0;
}

.dt-sc-wrapper.style--content.style--2 .pl-mob {
  padding-left: 10px !important;
}

.dt-sc-wrapper .content-box :first-child {
  margin-top: 0;
}

.dt-sc-wrapper .content-box :last-child {
  margin-bottom: 0;
}

.push-mb-container {
  margin-left: -10px;
  margin-right: -10px;
}

.push-mb-container .mCSB_container {
  padding-left: 10px;
}

.push-mb-container .dt-sc-table {
  padding-right: 10px;
}

.push-mb-container .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  padding-right: 0;
}

.mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 8px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 8px;
  background-color: #fff;
  border-radius: 5px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.subscription-detail {
  position: relative;
  padding-bottom: 40px;
}

.subscription-detail .subscription-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}

.subscription-detail .subscription-form .form-group {
  position: relative;
}

.subscription-detail .subscription-form span.error {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83333;
}

.subscription-detail .subscription-form .form-group {
  width: 100%;
  margin-bottom: 60px;
  max-width: 570px;
  margin-left: auto;
}

.subscription-detail .subscription-form .btn-form {
  margin-left: 0;
  font-size: 0;
}

.subscription-detail .subscription-form .btn-form .btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.subscription-detail .condition-txt {
  padding: 0 30px;
  margin-bottom: 0;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .subscription-detail .condition-txt {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.subscription-detail .condition-txt p {
  margin-bottom: 0;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .subscription-detail .condition-txt p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.subscription-detail .condition-txt a,
.subscription-detail .condition-txt .btn-link {
  color: #333;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .subscription-detail .condition-txt a, [dir="rtl"]
.subscription-detail .condition-txt .btn-link {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.subscription-detail .subscription-form-message {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}

.subscription-detail .subscription-form-message .form-message {
  text-align: center;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .subscription-detail .subscription-form-message .form-message {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.categories-list {
  margin-bottom: 40px;
}

.categories-list .custom-checkbox {
  margin-bottom: 15px;
}

.categories-list .custom-checkbox:last-child {
  margin-bottom: 0;
}

.content-detail .sec-heading h1,
.content-detail .sec-heading .heading {
  margin-bottom: 0;
}

.content-thumbnail .thumbnail-txt {
  padding: 0 10px;
}

.content-thumbnail .thumbnail-txt h3 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .content-thumbnail .thumbnail-txt h3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.content-thumbnail .thumbnail-txt p {
  font-weight: 500;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .content-thumbnail .thumbnail-txt p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.content-thumbnail .thumbnail-txt figure img {
  width: 100%;
}

.content-thumbnail .thumbnail-txt figure.img-left-align {
  float: none;
  margin-right: 0;
  text-align: center;
}

.content-thumbnail .thumbnail-txt figure.img-left-align.gutter-left-align {
  margin-left: 0;
}

.content-thumbnail .thumbnail-txt figure.img-left-align img {
  width: 100%;
}

.content-thumbnail .thumbnail-txt figure.img-right-align {
  float: right;
  margin-left: 0;
}

.content-thumbnail .thumbnail-txt figure.img-right-align.gutter-right-align {
  margin-right: -90px;
}

.content-thumbnail .thumbnail-txt figure.img-right-align img {
  width: 100%;
}

.content-thumbnail .thumbnail-txt figure figcaption {
  color: #707274;
  padding: 0 5px;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .content-thumbnail .thumbnail-txt figure figcaption {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.content-thumbnail + .sec-product-article {
  padding-bottom: 30px;
}

/* rtl:begin:ignore */
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

.plyr video,
.plyr audio {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none;
}

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded='true'] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role='menu'] {
  padding: 7px;
}

.plyr__menu__container [role='menuitem'],
.plyr__menu__container [role='menuitemradio'] {
  margin-top: 2px;
}

.plyr__menu__container [role='menuitem']:first-child,
.plyr__menu__container [role='menuitemradio']:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role='menuitemradio'] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}

.plyr--full-ui input[type='range']::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: -4px;
}

.plyr--full-ui input[type='range']::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type='range']::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type='range']::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type='range']::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}

.plyr--full-ui input[type='range']::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}

.plyr--full-ui input[type='range']::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type='range']::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type='range']::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type='range']:focus {
  outline: 0;
}

.plyr--full-ui input[type='range']::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type='range'], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type='range'] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

.plyr__volume input[type='range'] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* rtl:end:ignore */
.aspect-container {
  min-width: 100%;
  margin-right: -10px;
  margin-left: -10px;
}

.aspect-container .aspect-wrapper {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.aspect-container .aspect-wrapper .fig-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-radius: 2px;
}

.aspect-container .aspect-wrapper .fig-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.aspect-container .gallery-caption {
  display: block;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  text-align: center;
  color: #707274;
  margin-top: 10px;
  padding: 0 20px;
}

[dir="rtl"] .aspect-container .gallery-caption {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.aspect-container.thumbnail {
  min-width: 0;
  max-width: 300px;
  width: 100%;
  margin: 0;
}

.aspect-container.thumbnail .aspect-wrapper {
  padding-top: 75%;
}

.gallery--slider {
  padding: 0 15px 0 15px;
}

.gallery--slider .aspect-container {
  margin-right: 0;
  margin-left: 0;
}

.gallery--slider .slick-slide > div {
  font-size: 0;
}

.gallery--slider .slick-slide .item {
  padding: 0 5px;
}

.gallery--slider .slick-slide .item .aspect-wrapper {
  border-radius: 4px;
  overflow: hidden;
}

.gallery--slider .slick-slide .item .aspect-container .gallery-caption {
  display: none;
}

.gallery--slider .slick-arrow {
  display: none !important;
}

.gallery--slider .slick-dots {
  margin-top: 20px;
}

.plyr--video .plyr__progress__container,
.plyr--video .plyr__time--current,
.plyr--video .plyr__time,
.plyr--video .plyr__volume,
.plyr--video .plyr__menu {
  display: none;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: #f58420;
  box-shadow: 0 0 0 5px rgba(245, 132, 32, 0.5);
}

.plyr--video .plyr__control[role='menuitemradio'][aria-checked='true']::before {
  background: #f58420;
}

.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: transparent !important;
  box-shadow: none !important;
}

.plyr--video .plyr__control.plyr__control--overlaid svg {
  display: none;
}

.plyr--video .plyr__control.plyr__control--overlaid::before {
  content: '';
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/play.svg);
  width: 80px;
  height: 80px;
  display: block;
  background-size: contain;
  opacity: 1;
}

.plyr--video .plyr__control.plyr__tab-focus {
  background: #f58420;
  box-shadow: 0 0 0 5px rgba(245, 132, 32, 0.5);
}

.plyr--full-ui {
  width: 100%;
  height: 100%;
}

.plyr--full-ui input[type='range'] {
  color: #f58420;
}

.plyr--full-ui .plyr__video-wrapper {
  width: 100%;
  height: 100%;
}

.plyr--full-ui .plyr__video-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.37);
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms;
}

.plyr--full-ui .plyr__video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.plyr--full-ui.plyr--hide-controls .plyr__video-wrapper::before {
  opacity: 1;
}

.gallery-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.gallery-wrapper .gallerry-fade {
  z-index: 10;
  width: 500px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 100%;
  background: linear-gradient(90deg, #fff 1%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  display: none;
}

.gallery-wrapper .gallerry-fade.fade-right {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, #fff 1%, rgba(255, 255, 255, 0) 100%);
}

.gallery-wrapper .gallery--slider .slick-list {
  overflow: visible;
}

.gallery-wrapper .thumbnail--slider {
  display: none;
}

.gallery-wrapper .thumbnail--slider .slick-slide.slick-current .fig-container {
  border-radius: 2px;
  box-shadow: 0 0 0 5px #c8d9ee;
}

.custom-accordion {
  overflow: hidden;
  margin-bottom: 40px;
}

.custom-accordion .heading-txt-3 {
  padding-left: 10px;
}

.custom-accordion .c-accordion {
  border-radius: 0;
  border: 1px solid #e7e7e7;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
}

.custom-accordion .c-accordion .card {
  padding: 0;
  box-shadow: none;
  flex-direction: column;
  border-radius: 0;
  background-color: #fafafa;
}

.custom-accordion .c-accordion .card:hover {
  box-shadow: none;
}

.custom-accordion .c-accordion .card .card-header h5 {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .custom-accordion .c-accordion .card .card-header h5 {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.custom-accordion .c-accordion .card .card-header h5 button {
  width: 100%;
  position: relative;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  transform: rotate(0deg);
  background-color: transparent;
  font-weight: bold;
  padding: 19px 80px 19px 20px;
}

.custom-accordion .c-accordion .card .card-header h5 button .arrow-ud {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  line-height: 1;
  transition: all 300ms ease 0s;
}

.custom-accordion .c-accordion .card .card-header h5 button .arrow-ud svg {
  width: 16px;
  height: 16px;
}

.custom-accordion .c-accordion .card .card-header h5 button .arrow-ud svg use,
.custom-accordion .c-accordion .card .card-header h5 button .arrow-ud svg path {
  fill: #1858a8;
}

.custom-accordion .c-accordion .card .card-header h5 button:hover {
  color: #333;
}

.custom-accordion .c-accordion .card .card-header h5 button.collapsed {
  border-radius: 0;
  font-weight: normal;
  padding: 19px 80px 19px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}

.custom-accordion .c-accordion .card .card-header h5 button.collapsed .arrow-ud {
  transform: translateY(-50%) rotate(180deg);
}

.custom-accordion .c-accordion .card .collapse.show {
  background-color: #fafafa;
}

.custom-accordion .c-accordion .card .card-body {
  padding: 0 20px 20px;
}

.custom-accordion .c-accordion .card .card-body p {
  color: #707274;
  margin-bottom: 20px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .custom-accordion .c-accordion .card .card-body p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.custom-accordion .c-accordion .card .card-body p:last-child {
  margin-bottom: 0;
}

.custom-accordion .c-accordion .card:last-child {
  border-bottom: 0;
}

.custom-accordion .c-accordion .card:last-child .card-header button.collapsed {
  border-bottom: 0;
}

.custom-accordion .c-accordion .card:first-child .card-header h5 button.collapsed {
  border-radius: 6px 6px 0 0;
}

.custom-accordion .c-accordion .card:last-child .card-header h5 button.collapsed {
  border-radius: 0 0 6px 6px;
}

.custom-accordion .c-accordion .card:last-child .collapse.show {
  border-bottom: 0;
}

.custom-accordion .c-accordion .card .collapse.show {
  border-bottom: 1px solid #e7e7e7;
}

.custom-accordion + .sec-btn {
  margin-top: 0;
}

.custom-accordion + .sec-btn .btn {
  margin: 0 10px;
}

.sec-segments {
  width: 100%;
  overflow: hidden;
}

.sec-segments-slider {
  display: block;
  margin-bottom: 40px;
  padding: 0 15px;
}

.sec-segments-slider .slick-list {
  overflow: visible;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
}

.sec-segments-slider .slick-list .slick-track {
  display: flex;
  flex: 0 0 auto;
}

.sec-segments-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}

.sec-segments-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.sec-segments-slider .slick-list .slick-track .slick-slide > div > .item {
  height: 100%;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.sec-segments-slider .item {
  padding: 0 5px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.sec-segments-slider .item .segments-detail {
  border-radius: 6px;
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.sec-segments-slider .item .segments-detail .seg-logo {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 26px 51px 0 rgba(51, 51, 51, 0.08);
}

.sec-segments-slider .item .segments-detail .seg-logo img {
  height: 24px;
}

.sec-segments-slider .item .segments-detail .seg-content {
  padding: 30px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sec-segments-slider .item .segments-detail .seg-content h2 {
  color: #f58420;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .sec-segments-slider .item .segments-detail .seg-content h2 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.sec-segments-slider .item .segments-detail .seg-content p {
  margin-bottom: 20px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .sec-segments-slider .item .segments-detail .seg-content p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-segments-slider .item .segments-detail .seg-content ul,
.sec-segments-slider .item .segments-detail .seg-content .ul-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px;
}

.sec-segments-slider .item .segments-detail .seg-content ul li,
.sec-segments-slider .item .segments-detail .seg-content ul .li-item,
.sec-segments-slider .item .segments-detail .seg-content .ul-list li,
.sec-segments-slider .item .segments-detail .seg-content .ul-list .li-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .sec-segments-slider .item .segments-detail .seg-content ul li, [dir="rtl"]
.sec-segments-slider .item .segments-detail .seg-content ul .li-item, [dir="rtl"]
.sec-segments-slider .item .segments-detail .seg-content .ul-list li, [dir="rtl"]
.sec-segments-slider .item .segments-detail .seg-content .ul-list .li-item {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-segments-slider .item .segments-detail .seg-content ul li:last-child,
.sec-segments-slider .item .segments-detail .seg-content ul .li-item:last-child,
.sec-segments-slider .item .segments-detail .seg-content .ul-list li:last-child,
.sec-segments-slider .item .segments-detail .seg-content .ul-list .li-item:last-child {
  margin-bottom: 0;
}

.sec-segments-slider .item .segments-detail .seg-content ul li::before,
.sec-segments-slider .item .segments-detail .seg-content ul .li-item::before,
.sec-segments-slider .item .segments-detail .seg-content .ul-list li::before,
.sec-segments-slider .item .segments-detail .seg-content .ul-list .li-item::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/checkmark-circle.svg);
}

.sec-segments-slider .item .segments-detail .seg-content .sec-btn {
  margin-top: auto;
}

.sec-segments-slider .item .segments-detail.orange-segment .seg-content h2 {
  color: #f58420;
}

.sec-segments-slider .item .segments-detail.orange-segment .sec-btn .btn-outline--custom {
  color: #f58420;
  border: 2px solid #f58420;
}

.sec-segments-slider .item .segments-detail.orange-segment .sec-btn .btn-outline--custom:hover {
  background-color: rgba(245, 132, 32, 0.2);
}

.sec-segments-slider .item .segments-detail.blue-segment .seg-content h2 {
  color: #43a0a5;
}

.sec-segments-slider .item .segments-detail.blue-segment .sec-btn .btn-outline--custom {
  color: #43a0a5;
  border: 2px solid #43a0a5;
}

.sec-segments-slider .item .segments-detail.blue-segment .sec-btn .btn-outline--custom:hover {
  background-color: rgba(67, 160, 165, 0.2);
}

.sec-segments-slider .item .segments-detail.private-segment .seg-content h2 {
  color: #003a35;
}

.sec-segments-slider .item .segments-detail.private-segment .sec-btn .btn-outline--custom {
  color: #003a35;
  border: 2px solid #003a35;
}

.sec-segments-slider .item .segments-detail.private-segment .sec-btn .btn-outline--custom:hover {
  background-color: rgba(0, 58, 53, 0.2);
}

.sec-segments-slider .item .segments-detail.wealth-segment .seg-content h2 {
  color: #7d5f45;
}

.sec-segments-slider .item .segments-detail.wealth-segment .sec-btn .btn-outline--custom {
  color: #7d5f45;
  border: 2px solid #7d5f45;
}

.sec-segments-slider .item .segments-detail.wealth-segment .sec-btn .btn-outline--custom:hover {
  background-color: rgba(125, 95, 69, 0.2);
}

.sec-download-list {
  padding-bottom: 10px;
}

.sec-download-list .listing-heading {
  padding: 0;
}

.sec-download-list .listing-heading h2 {
  color: #333;
  position: relative;
  padding-right: 25px;
  margin-bottom: 20px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .sec-download-list .listing-heading h2 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.sec-download-list .listing-heading h2 a {
  color: #333;
  margin-left: 0;
  display: inline-block;
}

.sec-download-list .listing-heading h2 a svg {
  position: absolute;
  right: 0;
  top: 2px;
  width: 22px;
  height: 23px;
  margin-left: 6px;
}

.sec-download-list .listing-heading h2 a svg path {
  stroke: none;
  fill: #1858a8;
}

.sec-download-list.btn-light-theme .download-listing-wrapper {
  border-bottom: 2px solid #b8babc;
}

.download-listing-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #b8babc;
}

.download-listing-wrapper .download-item {
  padding-bottom: 0;
}

.download-listing-wrapper .d-list-box {
  cursor: pointer;
  padding: 9px 18px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #1858a8;
  box-shadow: 0 1px 7px 2px rgba(0, 0, 0, 0.05);
}

.download-listing-wrapper .d-list-box .list-info {
  display: flex;
  align-items: center;
  pointer-events: none;
}

.download-listing-wrapper .d-list-box .list-info .ico-wrapper {
  margin-right: 20px;
}

.download-listing-wrapper .d-list-box .list-info .ico-wrapper .icons {
  width: 23px;
  height: 32px;
}

.download-listing-wrapper .d-list-box .list-info .file-info-wrapper {
  width: 100%;
}

.download-listing-wrapper .d-list-box .list-info .filesize {
  width: 100%;
  display: block;
  color: #707274;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.download-listing-wrapper .d-list-box .list-info .filename {
  width: 100%;
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #1858a8;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.download-listing-wrapper .d-list-box .list-info .filename .filename-a {
  max-width: calc(100% - 66px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-download-list .listing-heading.txt-white h2 {
  color: #fff;
}

.sec-download-list .listing-heading.txt-white h2 a {
  color: #fff;
}

.sec-download-list .listing-heading.txt-white h2 a svg path {
  stroke: none;
  fill: #fff;
}

.sec-download-list .download-listing-wrapper {
  border-bottom: 2px solid #fff;
}

.content-tab {
  margin-bottom: 40px;
}

.content-tab .nav-tab-wrapper {
  font-size: 0;
}

.content-tab.tab--style .nav-tabs {
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.05), 0 1px 10px 0 rgba(51, 51, 51, 0.25);
  display: inline-flex;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
  z-index: 4;
}

.content-tab.tab--style .nav-item {
  flex-grow: 0;
}

.content-tab.tab--style .nav-item:first-child .nav-link {
  border-top-left-radius: 6px;
}

.content-tab.tab--style .nav-item:last-child .nav-link {
  border-top-right-radius: 6px;
}

.content-tab.tab--style .nav-item .nav-link {
  height: 62px;
  min-width: 160px;
}

.content-tab.tab--style .nav-item .nav-link.active::before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 10px;
  left: 0;
  background-color: #fff;
}

.content-tab.tab--style .nav-item .nav-link:not(.active) {
  border-bottom: 1px solid transparent;
  border-color: #efefef;
}

.content-tab.tab--style .tab-content {
  box-shadow: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
}

.content-tab.tab--style .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: 18px;
  z-index: 17;
  background-color: #fff;
  display: none;
}

.content-tab.tab--style .tab-pane {
  padding: 10px;
}

.content-tab.tab--style .nav-tabs {
  display: none;
}

.content-tab.tab--style .tab-dropdown {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

.content-tab.tab--style .tab-dropdown .dropdown-toggle {
  width: 100%;
  border-radius: 0;
  min-height: 77px;
  padding: 24px 20px;
  text-align: left;
  background-color: transparent;
  color: #333;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

[dir="rtl"] .content-tab.tab--style .tab-dropdown .dropdown-toggle {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.content-tab.tab--style .tab-dropdown .dropdown-toggle::after {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 0;
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down.png);
  background-size: 20px;
  background-repeat: no-repeat;
}

.content-tab.tab--style .tab-dropdown .dropdown-menu {
  width: calc(100% - 20px);
  /* rtl:remove */
  right: 20px !important;
  /* rtl:raw: left: 5px !important;  */
  left: auto !important;
  max-width: 340px;
}

.content-tab.tab--style .tab-dropdown .dropdown-menu:before {
  right: 14px;
}

.content-tab.tab--style .dt-sc-wrapper.sticky--table::after {
  background: linear-gradient(270deg, #fff 0.02%, rgba(255, 255, 255, 0) 100%);
}

.content-tab.tab--style .dt-sc-wrapper.sticky--table .dataTables_scroll .dataTables_scrollBody .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer .mCSB_dragger_bar {
  height: 6px;
  margin: 7px auto;
}

.content-tab.tab--style .dt-sc-wrapper.sticky--table .dataTables_scroll .dataTables_scrollBody .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer .mCSB_draggerRail {
  height: 6px;
  background-color: rgba(121, 130, 139, 0.1);
}

.content-tab.tab--style .sticky--table .dt-sc-table tbody td {
  background-color: #fafafa;
}

.content-tab.tab--style .sticky--table .DTFC_LeftHeadWrapper thead tr th {
  background-color: #fff;
}

.content-tab.tab--style .sticky--table .DTFC_LeftBodyWrapper tbody tr td {
  background-color: #fff;
}

.content-tab.tab--style .sticky--table.sticky--active .DTFC_LeftBodyWrapper tbody tr td {
  background-color: #fff;
}

.content-tab.tab--style .sticky--table.sticky--active .DTFC_LeftHeadWrapper thead tr th {
  background-color: #fff;
}

.content-tab.tab-editorial .content-tab.tab--style .nav-tabs {
  display: block;
}

.sec-content-banner {
  overflow: hidden;
  padding-bottom: 40px;
}

.sec-content-banner .custom-accordion {
  padding-bottom: 40px;
}

.sec-content-banner .custom-accordion .c-accordion {
  border-left: 0;
  border-right: 0;
}

.sec-content-banner .custom-accordion .c-accordion .card {
  border-radius: 0;
}

.sec-content-banner .download-list-btn {
  margin: 0 auto;
  max-width: 300px;
}

.sec-content-banner .download-list-btn .download-listing-wrapper {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.pagination {
  text-align: center;
}

.pagination .page-info p {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #333;
}

[dir="rtl"] .pagination .page-info p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.pagination .page-info p strong {
  font-family: 'Helvetica Neue';
  font-weight: bold;
}

[dir="rtl"] .pagination .page-info p strong {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.pagination .page-nav {
  padding-top: 3px;
  display: inline-block;
  margin: 0 auto;
}

.pagination .page-nav nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination .page-nav .arrow-svg {
  width: 10px;
  height: 18px;
  fill: #1858a8;
  transition: fill 0.35s ease;
}

.pagination .page-nav .page-prev,
.pagination .page-nav .page-next {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  padding: 10px 0;
  line-height: 1;
}

.pagination .page-nav .page-prev:hover .arrow-svg,
.pagination .page-nav .page-next:hover .arrow-svg {
  fill: #1858a8;
}

.pagination .page-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.pagination .page-nav .page-item {
  width: 40px;
  list-style: none;
  margin: 0 2px;
}

.pagination .page-nav .page-item .page-link {
  border: 0;
  width: 100%;
  height: 40px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #1858a8;
  background-color: transparent;
  transition: background-color 0.35s ease, color 0.35s ease;
}

[dir="rtl"] .pagination .page-nav .page-item .page-link {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.pagination .page-nav .page-item:hover a,
.pagination .page-nav .page-item:hover button {
  background-color: #ddebfc;
  color: #333;
}

.pagination .page-nav .page-item.is--active a,
.pagination .page-nav .page-item.is--active button {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  background-color: #ddebfc;
  color: #333;
}

[dir="rtl"] .pagination .page-nav .page-item.is--active a, [dir="rtl"]
.pagination .page-nav .page-item.is--active button {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.pagination .page-nav button:disabled, .pagination .page-nav button[disabled], .pagination .page-nav button.disabled,
.pagination .page-nav a:disabled,
.pagination .page-nav a[disabled],
.pagination .page-nav a.disabled {
  cursor: not-allowed;
}

.pagination .page-nav button:disabled .arrow-svg, .pagination .page-nav button[disabled] .arrow-svg, .pagination .page-nav button.disabled .arrow-svg,
.pagination .page-nav a:disabled .arrow-svg,
.pagination .page-nav a[disabled] .arrow-svg,
.pagination .page-nav a.disabled .arrow-svg {
  fill: #b8babc;
}

.pagination .page-nav button:disabled:hover .arrow-svg, .pagination .page-nav button[disabled]:hover .arrow-svg, .pagination .page-nav button.disabled:hover .arrow-svg,
.pagination .page-nav a:disabled:hover .arrow-svg,
.pagination .page-nav a[disabled]:hover .arrow-svg,
.pagination .page-nav a.disabled:hover .arrow-svg {
  fill: #b8babc;
}

.pagination.txt-white .page-info p {
  color: #fff;
}

.pagination.txt-white .page-nav .arrow-svg {
  fill: #fff;
}

.pagination.txt-white .page-nav .page-prev:hover .arrow-svg,
.pagination.txt-white .page-nav .page-next:hover .arrow-svg {
  fill: #fff;
}

.pagination.txt-white .page-nav .page-item .page-link {
  color: #fff;
}

.pagination.txt-white .page-nav .page-item.is--active a, .pagination.txt-white .page-nav .page-item:hover a {
  background-color: #eaf4ff;
  color: #333;
}

.pagination.txt-white .page-nav button:disabled .arrow-svg, .pagination.txt-white .page-nav button[disabled] .arrow-svg, .pagination.txt-white .page-nav button.disabled .arrow-svg,
.pagination.txt-white .page-nav a:disabled .arrow-svg,
.pagination.txt-white .page-nav a[disabled] .arrow-svg,
.pagination.txt-white .page-nav a.disabled .arrow-svg {
  fill: #b8babc;
}

.pagination.txt-white .page-nav button:disabled:hover .arrow-svg, .pagination.txt-white .page-nav button[disabled]:hover .arrow-svg, .pagination.txt-white .page-nav button.disabled:hover .arrow-svg,
.pagination.txt-white .page-nav a:disabled:hover .arrow-svg,
.pagination.txt-white .page-nav a[disabled]:hover .arrow-svg,
.pagination.txt-white .page-nav a.disabled:hover .arrow-svg {
  fill: #b8babc;
}

.pagination .sec-bottom-padded {
  padding-bottom: 40px;
}

[dir='rtl'] .pagination .page-nav .page-prev .arrow-svg {
  transform: rotate(180deg);
}

[dir='rtl'] .pagination .page-nav .page-next .arrow-svg {
  transform: rotate(-180deg);
}

.sec-feature-showcase {
  padding-bottom: 0;
}

.sec-feature-showcase .extra-features-wrapper {
  margin-top: 10px;
}

.sec-feature-showcase .extra-features-wrapper .collapse-btn {
  background-color: #fff;
  border: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.sec-feature-showcase .extra-features-wrapper .more-features {
  padding-bottom: 10px;
  padding-top: 10px;
}

.sec-feature-showcase .extra-features-wrapper .more-features .row > [class*='col-']:first-child .c-feature-showcase {
  margin-top: 30px;
}

.c-feature-showcase {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-feature-showcase-content {
  text-align: center;
}

.c-feature-showcase-content .ico-wrapper {
  margin-bottom: 10px;
}

.c-feature-showcase-content .ico-wrapper .icon {
  height: 39px;
  width: 44px;
}

.c-feature-showcase-content h3,
.c-feature-showcase-content .heading-txt-3 {
  margin-bottom: 15px;
}

.c-feature-showcase-content p,
.c-feature-showcase-content .body-txt {
  margin-bottom: 0;
}

.c-feature-showcase-media {
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
}

.collapse-btn {
  display: flex;
  padding: 25px 20px;
  border-radius: 0;
  font-weight: 400;
  color: #333;
  border: 0;
  flex-wrap: nowrap;
}

.collapse-btn:hover {
  background-color: #fff;
}

.collapse-btn .btn-text {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #333;
}

.collapse-btn .btn-icon {
  /* rtl:begin:ignore */
  transform: rotate(-180deg);
  /* rtl:end:ignore */
  transition: all 300ms;
}

.collapse-btn .btn-icon .icon {
  width: 16px;
  height: 16px;
  fill: #1858a8;
}

.collapse-btn.collapsed .btn-icon {
  /* rtl:begin:ignore */
  transform: rotate(0deg);
  /* rtl:end:ignore */
}

.collapse-btn:not(.collapsed) .btn-icon {
  /* rtl:begin:ignore */
  transform: rotate(-180deg);
  /* rtl:end:ignore */
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}

.wd-540 {
  max-width: 540px;
}

.modal {
  -webkit-overflow-scrolling: touch;
}

.modal .modal-dialog-custom .modal-content {
  padding: 20px;
  padding-right: 60px;
}

.modal .modal-dialog-custom .modal-content .modal-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal .modal-dialog-custom .modal-content .modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
  width: 30px;
  height: 30px;
  z-index: 9;
}

.modal .modal-dialog-custom .modal-content .modal-header .close svg {
  width: 20px;
  height: 20px;
  fill: #1858a8;
}

.modal .modal-dialog-custom .modal-content .modal-header .close svg use,
.modal .modal-dialog-custom .modal-content .modal-header .close svg path {
  fill: #1858a8;
}

.modal .modal-dialog-custom .modal-content .modal-body {
  padding: 0;
}

.modal .modal-dialog-custom .modal-content .modal-body h2 {
  margin-bottom: 15px;
  color: #f58420;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

[dir="rtl"] .modal .modal-dialog-custom .modal-content .modal-body h2 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.modal .modal-dialog-custom .modal-content .modal-body h3 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

[dir="rtl"] .modal .modal-dialog-custom .modal-content .modal-body h3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.modal .modal-dialog-custom .modal-content .modal-body p {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .modal .modal-dialog-custom .modal-content .modal-body p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.modal .modal-dialog-custom .modal-content .modal-body .sec-btn {
  text-align: left;
}

.modal .modal-dialog-custom .modal-content .modal-body .sec-btn {
  margin-top: 30px;
  text-align: left;
}

.modal .modal-dialog-custom .modal-content .modal-body .sec-btn button {
  margin-right: 10px;
}

.modal .modal-dialog-custom .modal-content .modal-body .sec-btn button.btn {
  min-width: auto;
}

.modal .modal-dialog-custom .modal-content .modal-body .sec-btn button:first-child.btn {
  margin-bottom: 10px;
}

.modal .modal-dialog-custom .modal-content .modal-footer {
  justify-content: flex-start;
  padding: 0;
  border-top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal .modal-dialog-custom.content--style {
  max-width: 1110px;
  margin: 0 auto;
}

.modal .modal-dialog-custom.content--style .modal-header .close {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
}

.modal .modal-dialog-custom.content--style .modal-header .close > span,
.modal .modal-dialog-custom.content--style .modal-header .close > .ic-wrapper {
  line-height: 20px;
  display: block;
}

.modal .modal-dialog-custom.content--style .modal-content {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 70px;
}

.modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-scrollbar-wrapper {
  padding: 0 20px;
  max-height: calc(100% - 70px);
  overflow: initial;
  display: flex;
  flex-wrap: wrap;
}

.modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-left-wrapper {
  padding: 40px 20px 0;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  min-width: 100%;
}

.modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-left-wrapper .content-featured {
  margin-top: 5px;
  margin-bottom: 40px;
}

.modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper {
  padding: 40px 20px 0;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  min-width: 100%;
}

.modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper .content-box {
  margin-top: 5px;
}

.modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper .content-box h3 {
  margin-bottom: 18px;
}

.modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper .content-box h4 {
  margin-bottom: 12px;
}

.modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 3px;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box ul {
  list-style: none;
  padding-left: 36px;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box ul li {
  margin-bottom: 8px;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box ul li::before {
  background: #333;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box .date-bar {
  margin-bottom: 18px;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box .product-article-media {
  margin-bottom: 15px;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box .product-article-media img {
  max-width: 100%;
  display: block;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box .btn-link {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .modal .modal-dialog-custom.content--style .modal-content .content-box .btn-link {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.modal .modal-dialog-custom.content--style .modal-content .content-box h3 {
  margin-bottom: 11px;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box .tag {
  margin-bottom: 8px;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box :last-child {
  margin-bottom: 0;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box.content-featured .tag {
  background-color: #f58420;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box.content-new .tag {
  background-color: #43a0a5;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box.content-trending .tag {
  background-color: #69325c;
}

.modal .modal-dialog-custom.content--style .modal-content .content-box.ending-soon .date-bar {
  background-color: #ffede0;
}

.modal .modal-dialog-custom.content--style .modal-content .collapse-btn {
  background-color: transparent;
  border: 0;
  border-top: 1px solid #e7e7e7;
  box-shadow: inset 1px 0 0 0 #e7e7e7, inset -1px 0 0 0 #e7e7e7;
  margin: 40px -20px 0 -20px;
  font-weight: bold;
  padding: 23px 20px;
}

.modal .modal-dialog-custom.content--style .modal-content .collapse-title {
  display: none;
}

.modal .modal-dialog-custom.content--style .modal-content .modal-collapser {
  padding: 15px 20px 30px;
  margin: 0 -20px;
  box-shadow: inset 1px 0 0 0 #e7e7e7, inset -1px 0 0 0 #e7e7e7;
}

.modal .modal-dialog-custom.content--style .modal-content .modal-collapser .segments-card-content h4 {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
  margin-bottom: 10px;
}

[dir="rtl"] .modal .modal-dialog-custom.content--style .modal-content .modal-collapser .segments-card-content h4 {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.modal .modal-dialog-custom.content--style .modal-content .modal-collapser .segments-card-content h4.media-head {
  margin-bottom: 20px;
}

.modal .modal-dialog-custom.content--style .modal-content .product-article-media .aspect-container {
  margin-left: 0;
  margin-right: 0;
}

.modal .modal-dialog-custom.content--style .modal-content .product-article-media .aspect-container .aspect-wrapper {
  border-radius: 6px;
}

.modal .modal-dialog-custom.content--style .social-mfooter {
  height: 70px;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #b8babc;
  padding: 0 40px;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 9;
  padding: 0 20px;
  width: 100%;
  background-color: #fff;
}

.modal .modal-dialog-custom.content--style .social-mfooter .social-bar {
  margin-top: 0;
  width: 100%;
}

.modal .modal-dialog-custom.content--style .social-mfooter .social-bar .ul-list {
  justify-content: space-between;
}

.modal .modal-dialog-custom.content--style .social-mfooter .social-bar .ul-list .st-custom-button {
  position: relative;
}

.modal .modal-dialog-custom.content--style .social-mfooter .social-bar .ul-list .st-custom-button > .stButton {
  position: absolute;
  top: -5px;
  left: -3px;
  opacity: 0;
  visibility: hidden;
}

.modal .modal-dialog-custom.content--style ul.media-list {
  list-style: none;
  padding-left: 0;
}

.modal .modal-dialog-custom.content--style ul.media-list li {
  margin-bottom: 20px;
}

.modal .modal-dialog-custom.content--style ul.media-list li::before {
  background: #333;
}

.modal .modal-dialog-custom.content--style .media-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.modal .modal-dialog-custom.content--style .media-list li {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.modal .modal-dialog-custom.content--style .media-list li::before {
  display: none;
}

.modal .modal-dialog-custom.content--style .media-list li img {
  max-width: 100%;
}

.modal .modal-dialog-custom.content--style .media-list:last-child {
  margin-bottom: 0;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.sec-loan-repayment {
  padding-bottom: 40px;
}

.sec-loan-repayment .calculation-list-box {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}

.sec-loan-repayment .calculation-list-box h3,
.sec-loan-repayment .calculation-list-box .heading-txt-3 {
  margin-bottom: 30px;
  text-align: center;
}

.sec-loan-repayment .box-img .icon {
  width: 44px;
  height: 44px;
}

.sec-loan-repayment .product-box .box-content h2 {
  margin-bottom: 20px;
}

.sec-loan-repayment .product-box .box-content .btn.btn-outline-white {
  border: 2px solid #fafafa;
}

.price-list {
  border-top: 3px solid #43a0a5;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
  margin-bottom: 0;
}

.price-list li {
  padding: 15px 20px;
  border-bottom: 1px solid #b8babc;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.price-list li:last-child {
  border-bottom: 0;
}

.price-list li .price-summary p,
.price-list li .price-summary .body-txt-small {
  color: #707274;
  margin-bottom: 15px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .price-list li .price-summary p, [dir="rtl"]
.price-list li .price-summary .body-txt-small {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.price-list li .price-summary h2,
.price-list li .price-summary .price-txt {
  color: #333;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.18182;
  font-weight: normal;
}

[dir="rtl"] .price-list li .price-summary h2, [dir="rtl"]
.price-list li .price-summary .price-txt {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.price-list li .price-summary h2 small,
.price-list li .price-summary .price-txt small {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  position: relative;
  top: -2px;
}

[dir="rtl"] .price-list li .price-summary h2 small, [dir="rtl"]
.price-list li .price-summary .price-txt small {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.price-list li .price-summary h2 strong,
.price-list li .price-summary .price-txt strong {
  font-weight: bold;
}

.price-list li .price-action {
  font-size: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.sec-achieve-goal {
  padding-bottom: 40px;
}

.sec-achieve-goal .product-article-media {
  margin-bottom: 40px;
}

.sec-achieve-goal .product-article-media .aspect-container {
  margin-left: 0;
  margin-right: 0;
}

.sec-achieve-goal .product-article-media .aspect-container .aspect-wrapper {
  border-radius: 4px;
}

.sec-achieve-goal .product-article-media .aspect-container .aspect-wrapper::after {
  content: '';
  background-color: rgba(51, 51, 51, 0.37);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-achieve-goal .product-article-media .aspect-container .aspect-wrapper .overlay-icon {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-achieve-goal .product-article-media .aspect-container .aspect-wrapper .overlay-icon svg {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.sec-achieve-goal .product-article-media figcaption,
.sec-achieve-goal .product-article-media .figure-caption {
  display: none;
}

.sec-achieve-goal .numbered-list-box .numbered-list {
  margin-bottom: 40px;
}

.sec-achieve-goal .numbered-list-box .sec-btn {
  font-size: 0;
  text-align: center;
}

.numbered-list {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.numbered-list li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
}

.numbered-list li::before {
  content: attr(data-number);
  position: absolute;
  width: 42px;
  height: 42px;
  top: -2px;
  left: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.71429;
  line-height: 34px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border: 4px solid #fff;
}

.numbered-list li .list-content h2,
.numbered-list li .list-content .heading-txt-2,
.numbered-list li .list-content .main-heading h2,
.main-heading .numbered-list li .list-content h2 {
  font-weight: bold;
  margin-bottom: 5px;
}

.numbered-list li .list-content :last-child {
  margin-bottom: 0;
}

.numbered-list li:last-child {
  margin-bottom: 0;
}

.numbered-list li a {
  color: #333;
}

.page-tabs.custom-navbar {
  margin-bottom: 30px;
}

.page-tabs.custom-navbar .label {
  margin: 0 0 6px 0;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.2;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #707274;
  padding-left: 10px;
}

[dir="rtl"] .page-tabs.custom-navbar .label {
  font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
}

.page-tabs.custom-navbar .dropdown-menu {
  width: 100%;
  min-width: initial;
}

.page-tabs.custom-navbar .custom-tabs {
  width: 0;
}

.page-tabs.custom-navbar .custom-tabs .nav-item {
  list-style: none;
  padding: 0 5px;
}

.page-tabs.custom-navbar .custom-tabs .nav-item .nav-link {
  padding: 15px 27px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #1858a8;
  position: relative;
  text-align: center;
}

[dir="rtl"] .page-tabs.custom-navbar .custom-tabs .nav-item .nav-link {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.page-tabs.custom-navbar .custom-tabs .nav-item .nav-link.active {
  color: #333;
  font-family: 'Helvetica Neue';
  font-weight: bold;
}

[dir="rtl"] .page-tabs.custom-navbar .custom-tabs .nav-item .nav-link.active {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.page-tabs.custom-navbar .others-tabs {
  margin: 0;
  padding: 0;
  width: 100%;
}

.page-tabs.custom-navbar .others-tabs .dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-tabs.custom-navbar .others-tabs .dropdown .nav-link {
  padding: 0;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .page-tabs.custom-navbar .others-tabs .dropdown .nav-link {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.page-tabs.custom-navbar .others-tabs .dropdown .nav-link.dropdown-toggle {
  padding: 13px 15px;
}

.page-tabs.custom-navbar .others-tabs .dropdown .dropdown-menu .nav-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-tabs.custom-navbar .others-tabs .dropdown .dropdown-menu .nav-item > .nav-link {
  padding: 19px 18px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  line-height: 1;
}

[dir="rtl"] .page-tabs.custom-navbar .others-tabs .dropdown .dropdown-menu .nav-item > .nav-link {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.page-tabs.custom-navbar .others-tabs .dropdown .dropdown-menu .nav-item > .nav-link.bottom-line::after {
  display: none;
}

.page-tabs.custom-navbar .others-tabs .dropdown .dropdown-menu .nav-item > .nav-link.active {
  background-color: #eaf4ff;
}

.custom-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-tabs .nav-item {
  list-style: none;
  padding: 0 5px;
}

.custom-tabs .nav-item .nav-link {
  padding: 15px 27px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #1858a8;
  position: relative;
  text-align: center;
}

[dir="rtl"] .custom-tabs .nav-item .nav-link {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.custom-tabs .nav-item .nav-link.active {
  color: #333;
  font-family: 'Helvetica Neue';
  font-weight: bold;
}

[dir="rtl"] .custom-tabs .nav-item .nav-link.active {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  max-width: 100%;
}

.bottom-line {
  position: relative;
}

.bottom-line:hover::after {
  height: 3px;
}

.bottom-line.active::after {
  height: 3px;
  background-color: #f58420;
}

.bottom-line::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #b8babc;
  border-radius: 2px;
  transition: background-color 0.35s ease, height 0.35s ease;
}

.bd-dropdown .dropdown-toggle {
  border: 1px solid #b8babc;
  border-radius: 6px;
  padding: 13px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sort-arrows .dropdown-toggle::after {
  content: '';
  border: 0;
  display: inline-block;
  border: 0;
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-blue.png);
  width: 8px;
  height: 16px;
  margin-left: 3px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
  background-size: contain;
}

.sort-arrows:hover .dropdown-toggle::after,
.sort-arrows .show .dropdown-toggle::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-orange.png);
}

[dir='rtl'] .page-tabs.custom-navbar .others-tabs .dropdown .dropdown-menu {
  transform: none !important;
  top: 100% !important;
}

.sec-tab-editorial .content-tab .nav-tabs {
  display: flex;
  box-shadow: none;
  border: none;
  justify-content: center;
  width: 100%;
}

.sec-tab-editorial .content-tab .nav-tabs .nav-link {
  border: none;
}

.sec-tab-editorial .content-tab .nav-tabs .nav-link.active, .sec-tab-editorial .content-tab .nav-tabs .nav-link:hover {
  background-color: transparent;
  border: none;
}

.sec-tab-editorial .icon-card-style {
  padding: 40px 0 0;
}

.sec-tab-editorial .icon-card-style .item .icon-heading {
  margin-bottom: 15px;
}

.sec-tab-editorial .style--underline {
  min-width: 84px;
}

.sec-tab-editorial .nav-item {
  margin: 0 7px;
}

.sec-tab-editorial .style--underline.active {
  color: #333;
}

.style--underline {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #1858a8;
  position: relative;
  background-color: transparent;
  height: 52px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: font-size 500ms linear;
}

[dir="rtl"] .style--underline {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.style--underline.active {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #333;
}

[dir="rtl"] .style--underline.active {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.style--underline.active::after {
  background-color: #f68633;
  height: 3px;
}

.style--underline::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #b8babc;
  bottom: 0;
  left: 0;
  transition: height 300ms linear;
}

.style--underline:hover::after {
  height: 3px;
}

.map-sec .page-info p {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #333;
  margin-bottom: 18px;
}

[dir="rtl"] .map-sec .page-info p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.map-sec .page-info p strong {
  font-family: 'Helvetica Neue';
  font-weight: bold;
}

[dir="rtl"] .map-sec .page-info p strong {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.map-sec .map-row {
  margin: 0 -10px;
  position: relative;
}

.map-sec .map-row .map-view {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.map-sec .map-row .map-view.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  position: absolute !important;
}

.map-sec .map-row .map-view img,
.map-sec .map-row .map-view iframe {
  width: 100%;
  height: auto;
}

.map-sec .map-row .map-view.is--active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.map-sec .custom-tabs {
  margin-bottom: 20px;
}

.map-sec .custom-tabs .nav-item .nav-link {
  padding: 15px 59px;
}

.map-sec .custom-tabs .nav-item:first-child {
  padding-left: 0;
}

.map-sec .custom-tabs .nav-item:last-child {
  padding-right: 0;
}

.map-location {
  position: relative;
  padding: 20px 16px 20px 20px;
  border-top: 1px solid #dbdcdd;
}

.map-location:last-child {
  border-bottom: 1px solid #dbdcdd;
}

.map-location .ico-arrow-right {
  width: 10px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 3px;
}

.map-location .ico-arrow-right use {
  fill: #1858a8;
}

.map-location .ico-arrow-left {
  width: 10px;
  height: 18px;
}

.map-location .ico-arrow-left use {
  fill: #1858a8;
}

.map-location .location-bedge {
  margin-left: -20px;
  margin-bottom: 8px;
}

.map-location .location-title {
  color: #1858a8;
  margin-bottom: 4px;
  padding-right: 30px;
  position: relative;
}

.map-location .location-distance {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #333;
  margin-bottom: 7px;
}

[dir="rtl"] .map-location .location-distance {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.map-location .location-timing {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #49a543;
  display: none;
  margin-bottom: 10px;
}

[dir="rtl"] .map-location .location-timing {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.map-location .location-direction {
  display: none;
}

.map-location .location-direction span {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #333;
  text-decoration: underline;
}

[dir="rtl"] .map-location .location-direction span {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.map-location .location-direction .ico-launch {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

.map-location .location-direction .ico-launch use {
  fill: #333;
}

.map-location .location-direction a:hover span {
  color: #1858a8;
}

.map-location .location-direction a:hover .ico-launch use {
  fill: #1858a8;
}

.map-location .location-heading {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  margin-bottom: 10px;
  color: #333;
}

[dir="rtl"] .map-location .location-heading {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.map-location .txt-label, .map-location .main-heading h6, .main-heading .map-location h6 {
  color: #707274;
  margin-bottom: 0;
}

.map-location p {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  margin: 0 0 15px 0;
  color: #333;
}

[dir="rtl"] .map-location p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.map-location .branchatm-info {
  margin: 0 0 25px 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.map-location .branchatm-info li {
  list-style: none;
  color: #707274;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .map-location .branchatm-info li {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.map-location .branchatm-info li span {
  display: inline-block;
  vertical-align: top;
}

.map-location .branchatm-info li strong {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

[dir="rtl"] .map-location .branchatm-info li strong {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.map-location .branchatm-info li .ico-branch {
  width: 15px;
  height: 24px;
  margin-right: 8px;
  vertical-align: top;
}

.map-location .branchatm-info li .ico-branch use {
  fill: #707274;
}

.map-location .branchatm-info li .ico-atm {
  width: 30px;
  height: 24px;
  margin-right: 8px;
  vertical-align: top;
}

.map-location .branchatm-info li .ico-atm use {
  fill: #707274;
}

.map-location .branchatm-info li::before {
  content: '';
  background-color: #b7b8b9;
  width: 2px;
  height: 12px;
  margin: 0 15px 0 20px;
  display: inline-block;
}

.map-location .branchatm-info li:first-child::before {
  display: none;
}

.map-location .backto {
  margin-bottom: 20px;
  display: flex;
}

.map-location .backto .ico-arrow-left {
  margin-right: 15px;
}

.map-location .backto span {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #333;
  text-decoration: underline;
}

[dir="rtl"] .map-location .backto span {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.map-location:not(.location-detail):hover {
  background-color: #fafafa;
}

.map-location.location-detail {
  border-top: 0;
}

.map-location.location-detail .ico-arrow-right {
  display: none;
}

.map-location.location-detail .location-timing {
  display: block;
}

.map-location.location-detail .location-direction {
  display: block;
  margin: 20px 0 25px;
}

.map-location.location-detail .location-tel a {
  color: #333;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.71429;
}

.map-location .social-mfooter {
  padding: 20px 0 0;
  margin: 0 -20px;
  border-top: 1px solid #b8babc;
}

.map-location .social-mfooter .social-bar {
  margin-top: 0px;
}

.map-row .map-content .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

.location-bedge {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 5px 16px 6px 20px;
  background-color: #43a0a5;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
}

[dir="rtl"] .location-bedge {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.location-bedge.near-bg {
  background-color: #f68633;
}

.twocolumns {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.twocolumns li {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #333;
  flex: 0 0 55%;
  max-width: 55%;
}

[dir="rtl"] .twocolumns li {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.twocolumns li:nth-child(even) {
  flex: 0 0 45%;
  max-width: 45%;
}

.prevent--display {
  opacity: 0 !important;
}

.mp-tooltip-wrapper {
  position: absolute;
  width: 100%;
  background-color: #fff;
  transform: none;
  opacity: 0;
  transition: all 300ms;
  box-shadow: 1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  bottom: 0;
}

.mp-tooltip-wrapper.show--tooltip {
  transform: none;
  opacity: 1;
}

.mp-tooltip-wrapper::after {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 15px;
  height: 15px;
  border: 15px solid transparent;
  border-top-color: #fff;
  z-index: 98;
  left: calc(50% - 15px);
}

.mp-tooltip-wrapper .map-location {
  padding: 30px 15px;
}

.mp-tooltip-wrapper .map-location .location-title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.mp-tooltip-wrapper .map-location .location-distance {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

.mp-tooltip-wrapper .map-location .branchatm-info {
  margin-bottom: 0;
  display: block;
}

.mp-tooltip-wrapper .map-location .branchatm-info li {
  font-size: 14px;
  width: 100%;
}

.mp-tooltip-wrapper .map-location .branchatm-info li::before {
  display: none;
}

.marker-pointer img {
  max-width: 32px !important;
  height: auto !important;
  display: block;
  transform: translate(8px, 8px);
}

.map-location.location-detail .twocolumns li {
  margin-bottom: 5px;
}

.map-location.location-detail .twocolumns ~ .txt-label, .map-location.location-detail .main-heading .twocolumns ~ h6, .main-heading .map-location.location-detail .twocolumns ~ h6 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.map-location.location-detail .txt-icon ~ .txt-label, .map-location.location-detail .main-heading .txt-icon ~ h6, .main-heading .map-location.location-detail .txt-icon ~ h6 {
  margin-bottom: 5px;
}

.map-location p {
  margin-bottom: 20px;
}

.multi-selection-filters {
  position: relative;
  z-index: 101;
}

.multi-selection-filters .select2-results .mCSB_scrollTools .mCSB_draggerContainer {
  top: 10px;
}

.multi-selection-filters .select2-container--default .select2-selection__rendered {
  color: #1858a8;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple {
  height: 54px;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-blue.png);
}

.multi-selection-filters .select2-container--default .select2-selection--multiple.remove--icon {
  background-image: none;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__clear {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/wrong.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center right;
  margin: 0;
  height: 17px;
  position: absolute;
  left: inherit;
  right: 15px;
  top: 50%;
  width: 17px;
  font-size: 0;
  transform: translateY(-50%);
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__clear.cross--hide {
  display: none;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 15px;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  color: #333;
  max-width: 100%;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field.is--focus::-webkit-input-placeholder {
  opacity: 0;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field.is--focus::-moz-placeholder {
  opacity: 0;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field.is--focus:-ms-input-placeholder {
  opacity: 0;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field.is--focus::-ms-input-placeholder {
  opacity: 0;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field.is--focus::placeholder {
  opacity: 0;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
  color: #1858a8;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
  color: #1858a8;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
  color: #1858a8;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-ms-input-placeholder {
  color: #1858a8;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::placeholder {
  color: #1858a8;
}

.multi-selection-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  max-width: 100%;
  padding-right: 20px;
}

.multi-selection-filters .select2-container--open .select2-results__option {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #333;
}

[dir="rtl"] .multi-selection-filters .select2-container--open .select2-results__option {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.multi-selection-filters .select2-container--open .select2-results__option span::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #1858a8;
  top: 3px;
  left: 0;
  border-radius: 3px;
}

.multi-selection-filters .select2-container--open .select2-results__option[aria-selected='true'] {
  font-weight: normal;
  background-color: #eaf4ff;
  color: #333;
}

.multi-selection-filters .select2-container--open .select2-results__option[aria-selected='true'] span::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 1px;
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/check.svg);
  background-size: 14px;
}

.multi-selection-filters .select2-container--open .select2-results {
  margin: 0 0 0;
  border-radius: 6px 6px 0 0;
}

.multi-selection-filters .filter-sort .select2-results {
  margin-bottom: 0;
}

.multi-selection-filters .filter-sort .select2-results .select2-results__option span {
  padding-left: 0;
}

.multi-selection-filters .filter-sort .select2-results .select2-results__option span::before, .multi-selection-filters .filter-sort .select2-results .select2-results__option span::after {
  display: none;
}

.multi-selection-filters .select2-results__options {
  display: block;
}

.multi-selection-filters .select2-results__options li span {
  padding-left: 30px;
  width: 100%;
  display: block;
}

.multi-selection-filters .js-selected-value {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #b8babc;
}

[dir="rtl"] .multi-selection-filters .js-selected-value {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.multi-selection-filters .applied--value {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 14px;
  color: #1858a8;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .multi-selection-filters .applied--value {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.multi-selection-filters .js-ff-button {
  flex-shrink: 0;
  min-width: auto;
  padding: 14px 25px;
}

.multi-selection-filters .filter-button {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  height: 54px;
  width: 100%;
  border: 1px solid #b8babc;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
  color: #1858a8;
}

[dir="rtl"] .multi-selection-filters .filter-button {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.multi-selection-filters .filter-show {
  display: block;
}

.multi-selection-filters .element-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  justify-content: space-between;
  padding: 15px;
  border-top: 1px solid rgba(184, 186, 188, 0.5);
}

.multi-selection-filters .filter-btn-wrapper {
  width: 100%;
  display: block;
}

.multi-selection-filters .filter-btn-wrapper .filter-btn {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 14px;
}

.multi-selection-filters .modal-dialog {
  margin: 0 auto;
}

.multi-selection-filters .mCSB_container {
  margin-right: 0;
  margin-left: 0;
}

.multi-selection-filters .select2-results {
  max-height: 260px;
}

.multi-selection-filters .select2-results .select2-results__option {
  padding: 15px 18px;
  margin-right: -30px;
}

.multi-selection-filters .js-select-dropdown-box .select2-container {
  margin-top: 5px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-left: 0;
  margin-right: 0;
}

.custom-modal {
  display: flex;
  position: fixed;
  opacity: 0;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 100%;
  pointer-events: none;
  transition: all 500ms;
}

.custom-modal.modal-show {
  opacity: 1;
  top: 0%;
  pointer-events: all;
}

.custom-modal .custom-modal-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  margin: auto;
  width: 100%;
  height: 100%;
}

.custom-modal .custom-modal-wrapper .custom-modal-header {
  height: 53px;
  border-bottom: 1px solid #b8babc;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.custom-modal .custom-modal-wrapper .custom-modal-header .modal-filters {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .custom-modal .custom-modal-wrapper .custom-modal-header .modal-filters {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.custom-modal .custom-modal-wrapper .custom-modal-header .modal-close {
  display: flex;
  padding: 0;
  background: none;
  border: none;
}

.custom-modal .custom-modal-wrapper .custom-modal-header .modal-close svg {
  width: 17px;
  height: 17px;
  fill: #1858a8;
}

.custom-modal .custom-modal-wrapper .custom-modal-body {
  padding: 20px 10px;
  overflow: auto;
  max-height: calc(100% - 53px);
  margin-bottom: auto;
}

.custom-modal .custom-modal-wrapper .custom-modal-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 72px;
  margin-top: 15px;
}

.custom-modal .custom-modal-wrapper .custom-modal-footer {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  height: auto;
  padding: 15px 10px;
  border-top: 1px solid #b8babc;
}

.custom-modal .custom-modal-wrapper .custom-modal-footer .clear-all-btn {
  border: none;
  color: #333;
  padding: 0 20px 0;
  background: transparent;
  text-decoration: underline;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .custom-modal .custom-modal-wrapper .custom-modal-footer .clear-all-btn {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.custom-modal .custom-modal-wrapper .custom-modal-footer button {
  margin: 0;
  min-width: auto;
}

.filter-field,
.filter-sort {
  width: 100%;
}

.filter-field .txt-label, .filter-field .main-heading h6, .main-heading .filter-field h6,
.filter-sort .txt-label,
.filter-sort .main-heading h6,
.main-heading .filter-sort h6 {
  color: #707274;
  display: block;
  margin-bottom: 10px;
}

.filter-field .form-group {
  margin-bottom: 0;
}

.filter-field .form-group .select-wrapper {
  margin-bottom: 15px;
}

.filter-wrapper .custom-modal {
  background-color: transparent;
}

.sec-goal-product {
  padding-bottom: 40px;
}

.sec-goal-product .card-grid-wrapper {
  margin-bottom: 40px;
}

.sec-goal-product .card-grid-wrapper .card.card--style3 {
  border-radius: 6px;
}

.sec-goal-product .card-grid-wrapper .card.card--style3 .card-info {
  padding: 20px 20px;
}

.sec-goal-product .content-box {
  padding: 0 10px;
}

.sec-goal-product .content-box h2 {
  text-align: center;
  margin-bottom: 18px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

[dir="rtl"] .sec-goal-product .content-box h2 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.sec-goal-product .content-box ul li {
  margin-bottom: 20px;
}

.sec-goal-product .content-box ul li::before {
  left: -30px;
}

.sec-goal-product .content-box .sec-btn {
  display: flex;
  margin-top: 40px;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.sec-goal-product .content-box .sec-btn .btn:first-child {
  margin-bottom: 15px;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

.sec-heading h1 {
  color: #333;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

[dir="rtl"] .sec-heading h1 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.sec-heading p {
  color: #333;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .sec-heading p {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-search-bar .search {
  cursor: unset;
  pointer-events: none;
}

.sec-search-bar .search:not(:disabled) {
  background: transparent;
  border: none;
}

.sec-search-bar .txt-label, .sec-search-bar .main-heading h6, .main-heading .sec-search-bar h6 {
  color: #707274;
  display: block;
}

.sec-search-bar .is--used .search {
  cursor: pointer;
  pointer-events: all;
}

.sec-search-bar .is--used .svg--color {
  fill: #1858a8;
}

.sec-search-bar .search-wrapper {
  margin-bottom: 0;
}

.sec-search-bar .multi-selection-filters {
  margin-top: 30px;
}

.sec-search-bar .btn.btn-apply {
  margin-top: 0px;
}

.label--primary-blue + .select2-container .select2-selection--single .select2-selection__rendered {
  color: #1858a8;
  font-style: normal;
}

.label--primary-blue + .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #1858a8;
  font-style: normal;
}

.search-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.search-wrapper.autocomplete--disabled .close {
  display: block;
}

.search-wrapper.autocomplete--disabled .search {
  display: none;
}

.search-wrapper.autocomplete--disabled .form-control {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.search-wrapper .form-control:disabled {
  border: 1px solid #b8babc;
  background-color: #fff;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
}

.search-wrapper .form-control {
  padding-right: 40px;
}

.search-wrapper .close {
  display: none;
  position: absolute;
  top: 0;
  right: 8px;
  height: 52px;
  background: none;
  border: none;
  line-height: 1;
}

.search-wrapper .close .close-icon {
  width: 14px;
  height: 14px;
  fill: #1858a8;
}

.search-icon {
  width: 17px;
  height: 17px;
  fill: #b8babc;
}

.search {
  position: absolute;
  top: 0;
  right: 8px;
  height: 52px;
}

.autocomplete-menu.autocomplete-suggestions {
  border-color: #b8babc;
  box-shadow: 1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -5px;
  padding: 15px 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.autocomplete-menu.autocomplete-suggestions .autocomplete-suggestion {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  line-height: 2.07;
  color: #b8babc;
  padding: 4px 14px;
}

[dir="rtl"] .autocomplete-menu.autocomplete-suggestions .autocomplete-suggestion {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.autocomplete-menu.autocomplete-suggestions .autocomplete-suggestion b {
  color: #1858a8;
}

.autocomplete-menu.autocomplete-suggestions .autocomplete-suggestion.selected {
  background-color: #eaf4ff;
}

.select-wrapper {
  margin-bottom: 20px;
}

.search-result-list.search-sec {
  margin-bottom: 0;
}

.search-result-list.search-sec .btn-txt {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  padding: 0;
  margin: 0 0 15px;
}

[dir="rtl"] .search-result-list.search-sec .btn-txt {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.search-result-list.search-sec .card {
  border: 0;
  cursor: auto;
  box-shadow: none;
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-radius: 0;
  border-bottom: 1px solid #b8babc;
}

.search-result-list.search-sec .card .card-info .heading-txt-3 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

[dir="rtl"] .search-result-list.search-sec .card .card-info .heading-txt-3 {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.search-result-list.search-sec .card .card-info .body-txt {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .search-result-list.search-sec .card .card-info .body-txt {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.search-sec {
  margin-bottom: 30px;
}

.search-sec .btn-txt {
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
}

[dir="rtl"] .search-sec .btn-txt {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.search-sec .card {
  height: auto;
  box-shadow: none;
  border: 1px solid #b8babc;
  border-radius: 6px;
  padding: 15px 19px 18px 19px;
}

.search-sec .card .card-info .heading-txt-3 {
  margin-bottom: 12px;
}

.search-sec .card .card-info .body-txt {
  margin-bottom: 16px;
}

.search-sec .card:hover {
  box-shadow: none;
  cursor: inherit;
}

.search-links {
  padding: 0;
}

.search-links a {
  color: #707274;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  text-decoration: underline;
}

[dir="rtl"] .search-links a {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.heading-link {
  display: block;
  transition: all 300ms ease 0s;
}

.heading-link:hover {
  text-decoration: underline;
}

.sec-suggest {
  margin-bottom: 40px;
}

.sec-suggest .card {
  padding: 17px 19px 20px 20px;
  border: 0;
  border-radius: 6px;
  background-color: rgba(67, 160, 165, 0.1);
  height: auto;
  box-shadow: none;
}

.sec-suggest .card .card-info h6 {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: bold;
  margin-bottom: 0;
}

[dir="rtl"] .sec-suggest .card .card-info h6 {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-suggest .card .card-info .btn-link {
  margin-bottom: 22px;
  display: block;
}

.sec-suggest .card .card-info .btn-link:last-child {
  margin-bottom: 0;
}

.sec-suggest .card .card-info .ul-card-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.sec-suggest .card .card-info .ul-card-list .list-item {
  flex: 0 0 100%;
  margin-top: 20px;
}

.sec-suggest .card:hover {
  box-shadow: none;
  cursor: inherit;
}

.no-results {
  margin-bottom: 40px;
}

.no-results .content-box {
  padding-left: 10px;
  padding-right: 10px;
}

.no-results .content-box h4 {
  margin: 0 0 20px;
  text-align: left;
  font-weight: normal;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .no-results .content-box h4 {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.no-results .content-box ul {
  padding-left: 35px;
  margin: 0;
}

.no-results .content-box ul li {
  padding: 0 0 20px;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .no-results .content-box ul li {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.no-results .content-box ul li::before {
  background: #333;
}

.no-results .content-box ul li:last-child {
  padding-bottom: 0;
}

.search-box {
  text-align: center;
  margin: 0 0 20px;
  padding: 0 10px;
}

.search-logo {
  width: 85px;
  height: auto;
  margin: 0 0 20px;
}

.no-result-text {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 10px;
}

[dir="rtl"] .no-result-text {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.no-result-desp {
  margin: 0;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .no-result-desp {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.no-result-desp span {
  font-weight: bold;
  font-style: italic;
}

.sec-sidebar .payment-side-box {
  padding: 30px 0 15px;
  border: 1px solid #b8babc;
  border-radius: 6px;
  margin-bottom: 30px;
}

.sec-sidebar .payment-side-box h1,
.sec-sidebar .payment-side-box h3,
.sec-sidebar .payment-side-box h6,
.sec-sidebar .payment-side-box p {
  padding: 0 20px;
}

.sec-sidebar .payment-side-box .price-prefix {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.66667;
}

[dir="rtl"] .sec-sidebar .payment-side-box .price-prefix {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-sidebar .payment-side-box .price-data-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec-sidebar .payment-side-box .price-data-list li {
  margin-bottom: 30px;
}

.sec-sidebar .payment-side-box .price-data-list li .price-summary:nth-child(even) {
  background-color: #fafafa;
}

.sec-sidebar .payment-side-box .price-data-list .price-summary {
  padding: 7px 0;
}

.sec-sidebar .payment-side-box .price-sub-title {
  margin-bottom: 15px;
}

.sec-sidebar .payment-side-box .price-txt,
.sec-sidebar .payment-side-box .price-label {
  margin-bottom: 0;
}

.sec-sidebar .payment-side-box .price-txt {
  text-align: right;
}

.sec-sidebar .payment-side-box .request-loan {
  border-top: 1px solid #b8babc;
  padding: 20px;
}

.sec-sidebar .payment-side-box .request-loan h1,
.sec-sidebar .payment-side-box .request-loan h3,
.sec-sidebar .payment-side-box .request-loan h6,
.sec-sidebar .payment-side-box .request-loan p {
  padding: 0;
}

.sec-sidebar .payment-side-box .txt-disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83333;
  display: block;
  margin-top: 20px;
}

.sec-sidebar .mobile-sticky .sticky-header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
  box-shadow: 0 -8px 8px -8px #b8babc;
  z-index: 10;
}

.sec-sidebar .mobile-sticky.open {
  bottom: 0;
  height: auto;
  position: relative;
  width: 100%;
}

.sec-sidebar .txt-right {
  text-align: right;
}

.form-stepper .stepper-shadow {
  box-shadow: 1px 1px 12px 0 rgba(51, 51, 51, 0.1);
}

.form-stepper .stepper-nav {
  padding: 20px 0;
  display: inline-flex;
  margin: 0 auto;
  position: relative;
  width: 100%;
  justify-content: center;
}

.form-stepper .stepper-nav nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-stepper .stepper-nav .back-text,
.form-stepper .stepper-nav .cancel-text {
  display: none;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  text-decoration: underline;
}

[dir="rtl"] .form-stepper .stepper-nav .back-text, [dir="rtl"]
.form-stepper .stepper-nav .cancel-text {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.form-stepper .stepper-nav .back-text:hover,
.form-stepper .stepper-nav .cancel-text:hover {
  color: #1858a8;
}

.form-stepper .stepper-nav .arrow-svg,
.form-stepper .stepper-nav .close-svg {
  fill: #1858a8;
  transition: fill 0.35s ease;
}

.form-stepper .stepper-nav .arrow-svg {
  width: 12px;
  height: 18px;
}

.form-stepper .stepper-nav .close-svg {
  width: 18px;
  height: 30px;
}

.form-stepper .stepper-nav .page-prev {
  display: none;
}

.form-stepper .stepper-nav .page-prev,
.form-stepper .stepper-nav .page-next {
  position: absolute;
  border: 0;
  background-color: transparent;
  padding: 0;
  line-height: 1;
}

.form-stepper .stepper-nav .page-prev:hover .arrow-svg,
.form-stepper .stepper-nav .page-next:hover .arrow-svg {
  fill: #1858a8;
}

.form-stepper .stepper-nav .page-prev {
  left: 0;
}

.form-stepper .stepper-nav .page-next {
  right: 0;
}

.form-stepper .stepper-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.form-stepper .stepper-nav .stepper-item {
  position: relative;
  width: 18px;
  height: 18px;
  list-style: none;
  margin: 0 6px;
  background-color: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.35s ease, color 0.35s ease;
  border-radius: 50%;
}

.form-stepper .stepper-nav .stepper-item .stepper-link {
  width: 16px;
  height: 16px;
  fill: none;
  border-radius: 50%;
  background-color: transparent;
}

.form-stepper .stepper-nav .stepper-item.list--done {
  background-color: #43a0a5;
}

.form-stepper .stepper-nav .stepper-item.list--done::before {
  background-color: #43a0a5;
}

.form-stepper .stepper-nav .stepper-item.list--done .stepper-link {
  fill: #fff;
}

.form-stepper .stepper-nav .stepper-item.list--active {
  background-color: #43a0a5;
}

.form-stepper .stepper-nav .stepper-item.list--active .stepper-link {
  background-color: #e7e7e7;
}

.form-stepper .stepper-nav .stepper-item.list--active::before {
  background-color: #43a0a5;
}

.form-stepper .stepper-nav .stepper-item:first-child::before {
  content: none;
}

.form-stepper .stepper-nav .stepper-item::before {
  content: '';
  position: absolute;
  right: 18px;
  width: 12px;
  height: 2px;
  background-color: #e7e7e7;
}

.form-stepper .center-wizard {
  min-height: calc(100vh - 58px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 0;
}

.form-stepper .stepper-elem {
  display: none;
  width: 100%;
  padding-bottom: 5px;
}

.form-stepper .stepper-elem.is--active {
  display: block;
}

.form-stepper span.error {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.form-stepper .form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-stepper .form-group .btn-txt {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

[dir="rtl"] .form-stepper .form-group .btn-txt {
  font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
}

.form-stepper .next-elem {
  float: right;
}

.product-pill {
  background-color: #eaf4ff;
  border-radius: 6px;
  box-shadow: inset 2px 2px 5px 0 #f0f2f3;
  display: block;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.product-pill .title {
  padding: 15px;
  flex: 0 1 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1858a8;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

[dir="rtl"] .product-pill .title {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.product-pill .close {
  flex: 0 0 auto;
  width: 50px;
  text-align: center;
  background-color: transparent;
  border: none;
  opacity: 1;
}

.product-pill .close svg {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  fill: #1858a8;
}

.product-pill .close svg path {
  fill: #1858a8;
}

.product-pill + .btn {
  margin-top: 15px;
}

.addproduct-btn {
  text-align: center;
  font-size: 0;
}

.addproduct-btn .btn {
  margin: 0;
}

.comparision-items {
  display: none;
  padding: 15px 20px;
  background-color: #fff;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.comparision-items .close svg {
  width: 18px;
  height: 18px;
}

.comparision-items .compare-item-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.comparision-items .compare-item-list .compare-item {
  width: 100%;
  display: block;
  margin: 0 auto 15px;
  position: relative;
  z-index: 1;
}

.comparision-items .compare-item-list .compare-item:last-child {
  margin-bottom: 0;
}

.comparision-items::after {
  content: '';
  height: 1px;
  width: auto;
  background-color: #b8babc;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 0;
}

.widget-actions {
  display: flex;
  padding: 15px 10px;
  position: relative;
}

.widget-actions .cta-compare .btn {
  display: block;
}

.widget-actions .cta-compare .reset-tool {
  display: none;
}

.reset-tool {
  margin-right: 23px;
  color: #b8babc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

.reset-tool i,
.reset-tool .compare-counter {
  font-style: normal;
}

.reset-tool span,
.reset-tool .btn-link {
  display: block;
  background-color: transparent;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0;
}

.btn-toggle-widget {
  margin-left: auto;
  place-self: center;
  background-color: transparent;
  border: none;
}

.btn-toggle-widget .icon,
.btn-toggle-widget svg {
  width: 18px;
  height: 18px;
  fill: #1858a8;
}

.btn-toggle-widget .icon path,
.btn-toggle-widget svg path {
  fill: #1858a8;
}

.comparision-widget {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #b8babc;
  transform: translateY(110%);
  transition: all 300ms;
}

.comparision-widget.open {
  transform: translateY(0);
}

.comparision-widget.expanded .btn-toggle-widget {
  transform: rotate(-180deg);
}

.comparision-widget.style--2 .reset-tool span {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  display: block;
}

[dir="rtl"] .comparision-widget.style--2 .reset-tool span {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.comparision-widget.style--2 .widget-inline {
  flex-direction: row-reverse;
}

.comparision-widget.style--2 .widget-inline .widget-actions {
  display: none;
  justify-content: flex-start;
}

.comparision-widget.style--2 .widget-inline .widget-actions .cta-compare {
  display: none;
}

.comparision-widget.style--2 .widget-inline .comparision-items {
  display: block;
  padding: 0;
  position: relative;
}

.comparision-widget.style--2 .widget-inline .comparision-items .compare-item-list {
  display: flex;
  overflow: scroll;
  padding-right: 25px;
  position: relative;
  z-index: 2;
}

.comparision-widget.style--2 .widget-inline .comparision-items .compare-item-list .compare-item {
  flex: 0 0 100%;
  padding: 15px 20px;
  overflow: hidden;
  border-right: 1px solid #b8babc;
}

.comparision-widget.style--2 .widget-inline .comparision-items .compare-item-list .compare-item.addproduct-btn {
  justify-content: flex-start;
}

.comparision-widget.style--2 .compare-item-list {
  align-items: flex-start;
}

.comparision-widget.style--2 .compare-item {
  display: flex;
  text-align: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.comparision-widget.style--2 .compare-item .product-pill {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 10px;
}

.comparision-widget.style--2 .compare-item .reset-tool {
  flex: 0 0 auto;
  margin: 0;
  text-align: left;
}

.comparision-widget.style--2 .compare-item .btn {
  flex: 0 0 auto;
  margin-left: auto;
}

.comparision-widget.style--2 .compare-item.addproduct-btn .btn {
  margin: 0;
}

.comparision-widget.style--2 .product-pill .title {
  text-align: left;
}

.sec-currency-converter .sec-content .exchange-to .select-wrapper,
.sec-currency-converter .sec-content .exchange-from .select-wrapper {
  width: 100%;
}

.sec-currency-converter .sec-content .input-txt {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  margin-top: 10px;
}

[dir="rtl"] .sec-currency-converter .sec-content .input-txt {
  font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
}

.sec-currency-converter .sec-content .input-group {
  padding: 10px 0;
  justify-content: center;
}

.sec-currency-converter .sec-content .input-group .pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sec-currency-converter .sec-content .input-group .pagination .page-item .page-link .ico .icons {
  width: 20px;
  height: 20px;
}

.sec-currency-converter .sec-content .input-group .pagination .page-item .page-link .ico .icons path {
  fill: #1858a8;
}

.sec-currency-converter .sec-content + .sec-content {
  padding-top: 50px;
}

.cib-theme-plus .header .personal--banking-dropdown .dropdown-toggle {
  border-right: 1px solid #00437e;
}

.cib-theme-plus .header .personal--banking-dropdown:hover .dropdown-toggle {
  background-color: #43a0a5;
}

.cib-theme-plus .header .lang--selector .lang-toggle {
  border-right: 1px solid #00437e;
}

.cib-theme-plus .header .lang--selector .lang-toggle:hover {
  background-color: #43a0a5;
}

.cib-theme-plus .header .innerWrapper + .innerWrapper {
  background-color: #f58420;
}

.cib-theme-plus .header .secondary-nav .navbar .sub-nav .nav-link:hover, .cib-theme-plus .header .secondary-nav .navbar .sub-nav .nav-link.active {
  color: #032d62;
}

.cib-theme-plus .header .secondary-nav .navbar .sub-nav .nav-link.dropdown-toggle:hover::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down.png);
}

.cib-theme-plus .header .secondary-nav .navbar .sub-nav.nav-receiver .dropdown-toggle:hover::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/selector-blue.png) !important;
}

.cib-theme-plus .header .secondary-nav .navbar .search-wrapper:hover svg {
  fill: #032d62;
}

.cib-theme-plus .header .secondary-nav .navbar .search-wrapper:hover svg path {
  fill: #032d62;
}

.cib-theme-plus .banner .overlay-round {
  background: linear-gradient(270deg, rgba(51, 51, 51, 0) 0%, #0e0e0e 85%);
}

.cib-theme-plus .sec-life-goals .lf-content .lf-cards-wrapper .item-detail::before {
  background-color: #dd5140;
}

.cib-theme-plus .card.card--style1 {
  border-top: 5px solid #dd5140;
}

.cib-theme-plus .card.card-style4 .card-icons svg path,
.cib-theme-plus .card.card-style4 .card-icons img path {
  fill: #005aaa;
}

.cib-theme-plus .card.card-style4 .card-icons h3,
.cib-theme-plus .card.card-style4 .card-icons .heading-txt-3 {
  color: #005aaa;
}

.cib-theme-plus .card.card--style3.card--selected.card .card-footer {
  background-color: #fff6f1;
}

.cib-theme-plus .tab--style .nav-tabs .nav-item .nav-link::after {
  background-color: #dd5140;
}

.cib-theme-plus .header-standalone .header {
  background-color: #fff;
}

.cib-theme-plus .header-standalone .header.style--2 .sub-nav > .nav-item > a.active {
  color: #1858a8;
}

.cib-theme-prime .header .innerWrapper + .innerWrapper {
  background-color: #43a0a5;
}

.cib-theme-prime .header .personal--banking-dropdown:hover .dropdown-toggle {
  background-color: #43a0a5;
}

.cib-theme-prime .header .lang--selector .lang-toggle:hover {
  background-color: #43a0a5;
}

.cib-theme-prime .tab--style .nav-tabs .nav-item .nav-link::after {
  background-color: #43a0a5;
}

.cib-theme-prime .sec-heading h1,
.cib-theme-prime .sec-heading .heading {
  color: #43a0a5;
}

.cib-theme-prime .sec-heading.txt-white h1,
.cib-theme-prime .sec-heading.txt-white .heading {
  color: #fff;
}

.cib-theme-prime .sec-life-goals .lf-content .lf-cards-wrapper .item-detail::before {
  background-color: #b9d989;
}

.cib-theme-prime .card.card--style1 {
  border-top: 5px solid #b9d989;
}

.cib-theme-prime .card.card--style3 .card-footer {
  background-color: #DAF5F6;
}

.cib-theme-prime .card.card-style4 .card-icons svg path,
.cib-theme-prime .card.card-style4 .card-icons img path {
  fill: #005aaa;
}

.cib-theme-prime .card.card-style4 .card-icons h3,
.cib-theme-prime .card.card-style4 .card-icons .heading-txt-3 {
  color: #005aaa;
}

.cib-theme-private .header {
  background-color: #12554e;
}

.cib-theme-private .header .right-aligned-wrapper .currency-selector:hover {
  color: #12554e;
}

.cib-theme-private .header .personal--banking-dropdown .btn {
  background-color: #12554e;
}

.cib-theme-private .header .personal--banking-dropdown:hover .dropdown-toggle {
  background-color: #0a3732;
}

.cib-theme-private .header .innerWrapper + .innerWrapper {
  background-color: #0a3732;
}

.cib-theme-private .header .lang--selector .btn {
  background-color: #12554e;
}

.cib-theme-private .header .lang--selector .btn:hover {
  background-color: #0a3732;
}

.cib-theme-private .header .login--dropdown .dropdown-toggle {
  color: #12554e;
}

.cib-theme-private .header .login--dropdown .dropdown-toggle .button-icon svg {
  fill: #12554e;
}

.cib-theme-private .header .login--dropdown .dropdown-toggle .button-icon svg path {
  fill: #12554e !important;
}

.cib-theme-private .header .login--dropdown .dropdown-toggle .button-text {
  color: #12554e;
}

.cib-theme-private .header .login--dropdown .dropdown-toggle::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/arrow-private.png);
}

.cib-theme-private .banner .overlay-round {
  background: linear-gradient(270deg, rgba(51, 51, 51, 0) 0%, #000 85%);
}

.cib-theme-private .sec-heading h1,
.cib-theme-private .sec-heading .heading {
  color: #7d5f45;
}

.cib-theme-private .sec-heading.txt-white span {
  color: #333;
}

.cib-theme-private .sec-heading.txt-white h1,
.cib-theme-private .sec-heading.txt-white .heading {
  color: #fff;
}

.cib-theme-private .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-img .icons path {
  stroke: none;
  fill: #12554e;
}

.cib-theme-private .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-heading h3 {
  color: #12554e;
}

.cib-theme-private .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-button .btn {
  background-color: #12554e;
}

.cib-theme-private .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail::before {
  background-color: #7d5f45;
}

.cib-theme-private .sec-icon-editorial .icon-card-style .item .icon-img .icons path {
  fill: #12554e;
  stroke: none;
}

.cib-theme-private .sec-icon-editorial .sec-btn .btn {
  background-color: #12554e;
}

.cib-theme-private .card.card--style1 {
  border-top: 5px solid #7d5f45;
}

.cib-theme-private .card.card--style1 .card-info h3 {
  color: #12554e;
}

.cib-theme-private .card.card--style1 .card-info .btn.card-btn {
  background-color: #12554e;
}

.cib-theme-private .card.card--style1 .card-info .btn.card-btn:hover {
  background-color: rgba(18, 85, 78, 0.3);
}

.cib-theme-private .card.card--style1 .card-info .btn.card-btn:focus {
  color: #fff;
  background-color: #12554e;
}

.cib-theme-private .card.card--style1 .card-info .btn.card-btn .ripple.animationBlue {
  background-color: rgba(18, 85, 78, 0.3);
}

.cib-theme-private .card.card--style3 .card-footer {
  background-color: #f2eeed;
}

.cib-theme-private .card.card-style4 .card-icons svg path {
  fill: #12554e;
}

.cib-theme-private .card.card-style4 .card-icons h3,
.cib-theme-private .card.card-style4 .card-icons .heading-txt-3 {
  color: #12554e;
}

.cib-theme-private .card.card-style4 .card-info .sec-btn .btn-outline {
  color: #12554e;
  border: 2px solid #12554e;
}

.cib-theme-private .card.card-style4 .card-info .sec-btn .btn-outline:hover {
  background-color: rgba(18, 85, 78, 0.3);
}

.cib-theme-private .card.card-style4 .card-info .sec-btn .btn-outline:focus {
  color: #fff;
  background-color: #12554e;
}

.cib-theme-private .card.card-style4 .card-info .sec-btn .btn-outline .ripple.animationWhite {
  background-color: rgba(18, 85, 78, 0.3);
}

.cib-theme-private .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info h3 {
  color: #12554e;
}

.cib-theme-private .sec-offers .of-content .sec-btn .btn {
  color: #7d5f45;
  border: 2px solid #7d5f45;
}

.cib-theme-private .sec-card-txt .card-wrapper .card .card-icons svg {
  fill: #12554e;
}

.cib-theme-private .sec-card-txt .card-wrapper .card .card-icons svg path {
  fill: #12554e;
  stroke: none;
}

.cib-theme-private .sec-card-txt .card-wrapper .card-info h3 {
  color: #12554e;
}

.cib-theme-private .sec-card-txt .card-wrapper .sec-btn .btn.card-btn {
  color: #12554e;
  border: 2px solid #12554e;
}

.cib-theme-private .footer-style .footer-detail-info {
  background-color: #12554e;
}

.cib-theme-private .footer-style .footer-detail-info .footer-menu-detail {
  border-bottom: 1px solid #0a3732;
}

.cib-theme-private .footer-style .copy-right-box {
  background-color: #0a3732;
}

.cib-theme-private .header-standalone .header {
  background-color: #fff;
}

.cib-theme-private .header-standalone .header.style--2 .sub-nav > .nav-item > a.active {
  color: #12554e;
}

.cib-theme-private .header-standalone .header.style--2 .btn.btn-filled-blue {
  background-color: #12554e;
}

.cib-theme-private .header-standalone .header.style--2 .btn.btn-filled-blue:focus {
  color: #fff;
  background-color: #12554e;
}

.cib-theme-private .header-standalone .header.style--2 .btn.btn-filled-blue .ripple.animationBlue {
  background-color: rgba(18, 85, 78, 0.3);
}

.cib-theme-private .header-standalone .header.style--2 .btn.btn-outline {
  color: #12554e;
  border: 2px solid #12554e;
}

.cib-theme-private .header-standalone .header.style--2 .btn.btn-outline:hover {
  background-color: rgba(18, 85, 78, 0.3);
}

.cib-theme-private .header-standalone .header.style--2 .btn.btn-outline:focus {
  color: #12554e;
  background-color: rgba(18, 85, 78, 0.3);
}

.cib-theme-private .header-standalone .header.style--2 .btn.btn-outline .ripple.animationBlue {
  background-color: rgba(18, 85, 78, 0.3);
}

.cib-theme-private .features-wrapper .c-feature-showcase .c-feature-showcase-content .ico-wrapper svg path {
  fill: #12554e;
}

.cib-theme-private .tab--style .nav-tabs .nav-item .nav-link::after {
  background-color: rgba(18, 85, 78, 0.6);
}

.cib-theme-private .download-listing-wrapper .d-list-box {
  border: 2px solid #12554e;
}

.cib-theme-private .download-listing-wrapper .d-list-box .list-info .ico-wrapper svg path {
  fill: #12554e;
}

.cib-theme-private .download-listing-wrapper .d-list-box .list-info .filename {
  color: #12554e;
}

.cib-theme-private .download-listing-wrapper .listing-heading .txt-white h2 {
  color: #333;
}

.cib-theme-private .download-listing-wrapper .listing-heading .txt-white h2 a svg path {
  stroke: none;
  fill: #12554e;
}

.cib-theme-wealth .header {
  background-color: #000;
}

.cib-theme-wealth .header .right-aligned-wrapper .currency-selector:hover {
  color: #754b31;
}

.cib-theme-wealth .header .right-aligned-wrapper .currency-selector:hover svg {
  fill: #754b31;
}

.cib-theme-wealth .header .personal--banking-dropdown .btn {
  background-color: #000;
}

.cib-theme-wealth .header .personal--banking-dropdown .dropdown-toggle {
  border-right: 1px solid #754b31;
}

.cib-theme-wealth .header .personal--banking-dropdown:hover .dropdown-toggle {
  background-color: #754b31;
}

.cib-theme-wealth .header .innerWrapper + .innerWrapper {
  background-color: #754b31;
}

.cib-theme-wealth .header .lang--selector .btn {
  background-color: #000;
}

.cib-theme-wealth .header .lang--selector .btn:hover {
  background-color: #754b31;
}

.cib-theme-wealth .header .lang--selector .lang-toggle {
  border-right: 1px solid #754b31;
}

.cib-theme-wealth .header .login--dropdown .dropdown-toggle {
  color: #754b31;
}

.cib-theme-wealth .header .login--dropdown .dropdown-toggle .button-icon svg {
  fill: #754b31;
}

.cib-theme-wealth .header .login--dropdown .dropdown-toggle .button-icon svg path {
  fill: #754b31 !important;
}

.cib-theme-wealth .header .login--dropdown .dropdown-toggle .button-text {
  color: #754b31;
}

.cib-theme-wealth .header .login--dropdown .dropdown-toggle::after {
  background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/arrow-wealth.png);
}

.cib-theme-wealth .banner .overlay-round {
  background: linear-gradient(270deg, rgba(51, 51, 51, 0) 0%, #000 85%);
}

.cib-theme-wealth .banner .banner-content .banner-btn .btn {
  color: #754b31;
}

.cib-theme-wealth .banner.banner-style2 {
  background-color: #000;
}

.cib-theme-wealth .sec-heading h1,
.cib-theme-wealth .sec-heading .heading {
  color: #000;
}

.cib-theme-wealth .sec-heading.txt-white h1,
.cib-theme-wealth .sec-heading.txt-white .heading {
  color: #fff;
}

.cib-theme-wealth .sec-icon-editorial .icon-card-style .item .icon-img .icons path {
  fill: #754b31;
  stroke: none;
}

.cib-theme-wealth .sec-icon-editorial .sec-btn .btn {
  background-color: #754b31;
}

.cib-theme-wealth .sec-icon-editorial .sec-btn .btn:hover {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .sec-icon-editorial .sec-btn .btn:focus {
  color: #754b31;
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .sec-icon-editorial .sec-btn .btn .ripple.animationBlue {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-img .icons path {
  stroke: none;
  fill: #754b31;
}

.cib-theme-wealth .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-heading h3 {
  color: #754b31;
}

.cib-theme-wealth .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-button .btn {
  background-color: #754b31;
}

.cib-theme-wealth .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-button .btn:hover {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-button .btn:focus {
  color: #754b31;
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-button .btn .ripple.animationBlue {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail::before {
  background-color: #b8babc;
}

.cib-theme-wealth .card.card--style1 {
  border-top: 5px solid #b8babc;
}

.cib-theme-wealth .card.card--style1 .card-info h3 {
  color: #754b31;
}

.cib-theme-wealth .card.card--style1 .card-info .btn.card-btn {
  background-color: #754b31;
}

.cib-theme-wealth .card.card--style1 .card-info .btn.card-btn:hover {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .card.card--style1 .card-info .btn.card-btn:focus {
  color: #754b31;
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .card.card--style1 .card-info .btn.card-btn .ripple.animationBlue {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .card.card--style3 .card-footer {
  background-color: #DADBDD;
}

.cib-theme-wealth .card.card-style4 .card-info .sec-btn .btn-outline {
  color: #754b31;
  border: 2px solid #754b31;
}

.cib-theme-wealth .card.card-style4 .card-info .sec-btn .btn-outline:hover {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .card.card-style4 .card-info .sec-btn .btn-outline:focus {
  color: #fff;
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .card.card-style4 .card-info .sec-btn .btn-outline .ripple.animationWhite {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info h3 {
  color: #754b31;
}

.cib-theme-wealth .sec-offers .of-content .sec-btn .btn {
  color: #754b31;
  border: 2px solid #754b31;
}

.cib-theme-wealth .sec-card-txt .card-wrapper .card .card-icons svg {
  fill: #754b31;
}

.cib-theme-wealth .sec-card-txt .card-wrapper .card .card-icons svg path {
  fill: #754b31;
  stroke: none;
}

.cib-theme-wealth .sec-card-txt .card-wrapper .card-info h3 {
  color: #754b31;
}

.cib-theme-wealth .sec-card-txt .card-wrapper .sec-btn .btn.card-btn {
  color: #754b31;
  border: 2px solid #754b31;
}

.cib-theme-wealth .sec-card-txt .card-wrapper .sec-btn .btn.card-btn:hover {
  background-color: rgba(117, 75, 49, 0.2);
}

.cib-theme-wealth .sec-card-txt .card-wrapper .sec-btn .btn.card-btn:focus {
  color: #fff;
  background-color: #754b31;
}

.cib-theme-wealth .sec-card-txt.sec-card-contact .card-wrapper .card .card-icons svg {
  fill: #754b31;
}

.cib-theme-wealth .sec-card-txt.sec-card-contact .card-wrapper .card .card-icons svg path {
  fill: #754b31;
  stroke: none;
}

.cib-theme-wealth .sec-card-txt.sec-card-contact .card-wrapper .card .card-icons h3,
.cib-theme-wealth .sec-card-txt.sec-card-contact .card-wrapper .card .card-icons .heading-txt-3 {
  color: #754b31;
}

.cib-theme-wealth .sec-card-txt.sec-card-contact .card-wrapper .sec-btn .btn.card-btn {
  color: #754b31;
  border: 2px solid #754b31;
}

.cib-theme-wealth .sec-card-txt.sec-card-contact .card-wrapper .sec-btn .btn.card-btn:hover {
  background-color: rgba(117, 75, 49, 0.2);
}

.cib-theme-wealth .sec-card-txt.sec-card-contact .card-wrapper .sec-btn .btn.card-btn:focus {
  color: #fff;
  background-color: #754b31;
}

.cib-theme-wealth .footer-style .footer-detail-info {
  background-color: #000;
}

.cib-theme-wealth .footer-style .footer-detail-info .footer-menu-detail {
  border-bottom: 1px solid #333;
}

.cib-theme-wealth .footer-style .copy-right-box {
  background-color: #333;
}

.cib-theme-wealth .dt-sc-table.dataTable thead th {
  border-bottom: 1px solid #b0846a;
}

.cib-theme-wealth .dataTables_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #754b31 !important;
}

.cib-theme-wealth .gallery-wrapper .thumbnail--slider .slick-slide .item .aspect-container::before {
  background-color: #d8d8d8;
}

.cib-theme-wealth .slick-dots li.slick-active button {
  background-color: #754b31;
}

.cib-theme-wealth .download-listing-wrapper .d-list-box {
  border: 2px solid #754b31;
}

.cib-theme-wealth .download-listing-wrapper .d-list-box .list-info .ico-wrapper svg path {
  fill: #754b31;
}

.cib-theme-wealth .download-listing-wrapper .d-list-box .list-info .filename {
  color: #754b31;
}

.cib-theme-wealth .download-listing-wrapper .listing-heading h2 a svg path {
  stroke: none;
  fill: #754b31;
}

.cib-theme-wealth .header-standalone .header {
  background-color: #fff;
}

.cib-theme-wealth .header-standalone .header.style--2 .sub-nav > .nav-item > a.active {
  color: #754b31;
}

.cib-theme-wealth .header-standalone .header.style--2 .btn.btn-filled-blue {
  background-color: #754b31;
}

.cib-theme-wealth .header-standalone .header.style--2 .btn.btn-filled-blue:focus {
  color: #fff;
  background-color: #754b31;
}

.cib-theme-wealth .header-standalone .header.style--2 .btn.btn-filled-blue .ripple.animationBlue {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .header-standalone .header.style--2 .btn.btn-outline {
  color: #754b31;
  border: 2px solid #754b31;
}

.cib-theme-wealth .header-standalone .header.style--2 .btn.btn-outline:hover {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .header-standalone .header.style--2 .btn.btn-outline:focus {
  color: #754b31;
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .header-standalone .header.style--2 .btn.btn-outline .ripple.animationBlue {
  background-color: rgba(117, 75, 49, 0.3);
}

.cib-theme-wealth .features-wrapper .c-feature-showcase .c-feature-showcase-content .ico-wrapper svg path {
  fill: #754b31;
}

.cib-theme-wealth .tab--style .nav-tabs .nav-item .nav-link::after {
  background-color: rgba(117, 75, 49, 0.7);
}

.c-style-guide .nav-tabs {
  margin-bottom: 20px;
}

.c-style-guide .forms-layout {
  max-width: 540px;
  padding: 20px 0;
}

.circle {
  width: 165px;
  height: 165px;
  border-radius: 50%;
}

.color-wrapper {
  text-align: center;
}

.color-wrapper .circle {
  margin: 0 auto;
  margin-bottom: 15px;
}

.bg-white.circle {
  border: 1px solid #333;
}

.temp-box {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.temp-box.temp-box-2 {
  height: 300px;
}

.temp-box.temp-box-3 {
  height: 700px;
}

.temp-box.temp-box-4 {
  height: 100px;
}

.grey-bg {
  background-color: #fafafa;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 487px) {
  .mb-max-xs-2 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 575px) {
  .pt-max-xs-0 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .header .nav-container .navbar-toggler {
    margin-left: 15px;
  }
  .header .nav-container .navbar-collapse .h-info {
    margin-right: 15px;
  }
  .header .c-logo {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .container,
  .container-fluid,
  .row > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-heading {
    padding: 50px 0;
  }
  .main-heading h6 {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  [dir="rtl"] .main-heading h6 {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .main-heading h1 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  [dir="rtl"] .main-heading h1 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .main-heading h2 {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53846;
  }
  [dir="rtl"] .main-heading h2 {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-heading {
    margin-bottom: 50px;
  }
  .sec-heading img,
  .sec-heading .comp-logo {
    height: 90px;
    margin-bottom: 30px;
    display: inline-block;
  }
  .sec-heading span,
  .sec-heading .small-txt {
    margin-bottom: 13px;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  [dir="rtl"] .sec-heading span, [dir="rtl"]
  .sec-heading .small-txt {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .sec-heading h1,
  .sec-heading .heading {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  [dir="rtl"] .sec-heading h1, [dir="rtl"]
  .sec-heading .heading {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .sec-heading h1 + p,
  .sec-heading h1 + .para,
  .sec-heading .heading + p,
  .sec-heading .heading + .para {
    margin-top: 13px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53846;
  }
  [dir="rtl"] .sec-heading h1 + p, [dir="rtl"]
  .sec-heading h1 + .para, [dir="rtl"]
  .sec-heading .heading + p, [dir="rtl"]
  .sec-heading .heading + .para {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-heading + p,
  .sec-heading + .para {
    margin-top: 13px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53846;
  }
  [dir="rtl"] .sec-heading + p, [dir="rtl"]
  .sec-heading + .para {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-promo-banner {
    padding-bottom: 75px;
  }
  .sec-promo-banner .sec-heading .sec-btn {
    margin-top: 40px;
  }
  .sec-promo-banner .kpi-title {
    font-size: 60px;
  }
  .btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.875;
  }
  .btn-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .sec-verticle-padded {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sec-top-padded {
    padding-top: 75px;
  }
  .sec-bottom-padded {
    padding-bottom: 75px;
  }
  .slick-dots li {
    height: 8px;
    width: 46px;
    margin: 2px 7px;
  }
  .sec-iframe {
    padding-bottom: 75px;
  }
  .sec-iframe iframe {
    display: block;
  }
  .sec-iframe .sec-btn .btn {
    display: none;
  }
  .horizontalLine hr {
    margin: 0;
    display: block;
    border-top: 0;
    border-color: #b8babc;
  }
  .hero-txt {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.0625;
  }
  [dir="rtl"] .hero-txt {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .heading-txt-1, .main-heading h1 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  [dir="rtl"] .heading-txt-1, [dir="rtl"] .main-heading h1, .main-heading [dir="rtl"] h1 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .heading-txt-2, .main-heading h2 {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53846;
  }
  [dir="rtl"] .heading-txt-2, [dir="rtl"] .main-heading h2, .main-heading [dir="rtl"] h2 {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .heading-txt-3 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .heading-txt-3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .body-txt {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .body-txt {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .body-txt-small {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.28571;
  }
  [dir="rtl"] .body-txt-small {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .txt-label, .main-heading h6 {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  [dir="rtl"] .txt-label, [dir="rtl"] .main-heading h6, .main-heading [dir="rtl"] h6 {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .btn-txt {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .btn-txt {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .section-content {
    margin-bottom: 75px;
  }
  .content-box .btn-link {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53846;
  }
  [dir="rtl"] .content-box .btn-link {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .content-box h5 {
    margin-bottom: 40px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53846;
  }
  [dir="rtl"] .content-box h5 {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .content-box h4 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .content-box h4 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .content-box h3 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .content-box h3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .content-box p {
    margin-bottom: 35px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .content-box p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .content-box ol li {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .content-box ol li {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .content-box ul {
    list-style: none;
  }
  .content-box ul li {
    position: relative;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .content-box ul li {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .content-box ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 10px;
    left: -20px;
    background: #707274;
    border-radius: 50%;
  }
  .form-heading h1 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    margin-bottom: 15px;
  }
  [dir="rtl"] .form-heading h1 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .form-heading p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .form-heading p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .form-group .upload-para {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .form-group .upload-para {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .form-control {
    height: 54px;
    padding: 14px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .form-control.placeholder {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .form-control:-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .form-control::-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .form-control:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .invalid-feedback {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
  }
  span.error {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
  }
  .select2.select2-container.select2-container--disabled .select2-selection--single .select2-selection__arrow {
    height: 54px;
  }
  .select2.select2-container .select2-selection--single {
    height: 54px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
  .select2.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px;
    padding-right: 14px;
  }
  .select2.select2-container .select2-selection--single .select2-selection__arrow {
    height: 54px;
  }
  .select2-container--open .select2-results__option {
    padding: 10px 14px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .noUi-horizontal .noUi-value-large {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
  .input-group-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .file-status-box {
    padding: 14px 14px 8px;
  }
  .file-status-box .file-info .filesize {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    line-height: 1;
  }
  [dir="rtl"] .file-status-box .file-info .filesize {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .file-status-box .file-info .filename {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .file-status-box .file-info .filename {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .file-status-box .file-upload-info {
    margin-top: 6px;
  }
  .file-status-box .file-upload-status .status {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
  }
  .iti .iti__selected-flag {
    width: 137px;
    padding: 0 14px 0 14px;
  }
  .iti .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .iti .iti__flag {
    transform: scale(1.6);
    margin-left: 6px;
    margin-right: 10px;
  }
  .iti .iti__country-list {
    min-width: 137px;
  }
  .iti.iti--separate-dial-code input[type='tel'] {
    padding-right: 14px;
    padding-left: calc( 137px + 14px) !important;
  }
  .custom-control .custom-control-label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .custom-switch .custom-control-label {
    line-height: 32px;
  }
  .header.style--2 .secondary-nav .custom-navbar {
    flex-basis: auto;
    max-width: none;
  }
  .header.style--2 .container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header.style--2 .container .nav-container {
    padding-left: 0;
  }
  .header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .login--dropdown .txt-icon .icon {
    width: 19px;
    height: 19px;
  }
  .footer-style .footer-detail-info {
    padding: 40px 0 25px;
  }
  .footer-style .footer-detail-info .footer-menu-detail {
    padding-bottom: 50px;
  }
  .footer-style .footer-detail-info .footer-menu-detail .f-logo {
    width: 80px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list {
    margin-top: 8px;
    text-align: right;
  }
  .footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list li:first-child a,
  .footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list li:first-child .a-link,
  .footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list .li-item:first-child a,
  .footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list .li-item:first-child .a-link {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-style .footer-detail-info .footer-menu-detail .f-menu ul,
  .footer-style .footer-detail-info .footer-menu-detail .f-menu .ul-list {
    -moz-column-count: 3;
         column-count: 3;
  }
  .footer-style .footer-detail-info .footer-more-info {
    display: flex;
    padding-top: 25px;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-style .footer-detail-info .footer-more-info .f-more-menu {
    margin: 0;
  }
  .footer-style .footer-detail-info .footer-more-info .f-more-menu ul,
  .footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list {
    padding: 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .footer-style .footer-detail-info .footer-more-info .f-more-menu ul li,
  .footer-style .footer-detail-info .footer-more-info .f-more-menu ul .li-item,
  .footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list li,
  .footer-style .footer-detail-info .footer-more-info .f-more-menu .ul-list .li-item {
    margin-right: 30px;
    display: inline-block;
  }
  .footer-style .copy-right-box .body-txt-small {
    color: #b8babc;
    margin-bottom: 0;
    text-align: right;
  }
  .social-bar {
    margin-top: 0;
  }
  .sec-card-txt {
    overflow: initial;
    padding-bottom: 55px;
  }
  .sec-card-txt .card-grid {
    height: 100%;
    display: flex;
    padding-bottom: 20px;
  }
  .sec-card-txt .card-grid > a {
    display: block;
    min-width: 100%;
    cursor: pointer;
  }
  .sec-card-txt .card {
    padding: 20px 15px;
    border-top: 1px solid rgba(231, 231, 231, 0.6);
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
  }
  .sec-card-txt .card .card-icons {
    margin-right: 15px;
  }
  .sec-card-txt .card .card-icons + .card-info {
    padding-left: 0;
  }
  .sec-card-txt .card.card-style4 {
    padding: 26px 60px 20px 30px;
  }
  .sec-card-txt .card-wrapper {
    border: 0;
    margin-bottom: 0;
  }
  .sec-card-txt .card-wrapper .row > div:last-child .card {
    border-bottom: 0;
  }
  .sec-card-txt .card-wrapper .card-info h3 {
    margin-bottom: 20px;
  }
  .sec-card-txt .card-wrapper .sec-btn {
    margin-top: 20px;
  }
  .sec-card-txt .card-wrapper .sec-btn .btn.card-btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.875;
  }
  .sec-card-txt.no-icon .card {
    padding: 30px;
  }
  .negative-gutter-mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .banner .banner-content {
    padding-bottom: 0;
    align-items: center;
    align-content: center;
    height: 100%;
  }
  .banner .banner-content .txt {
    padding: 0 20px 0 0;
  }
  .banner .banner-content .txt p {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2.2;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 5px;
  }
  [dir="rtl"] .banner .banner-content .txt p {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .banner .banner-content .txt h1 {
    margin-bottom: 24px;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .banner .banner-content .txt h1.hero {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
  [dir="rtl"] .banner .banner-content .txt h1.hero {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  [dir="rtl"] .banner .banner-content .txt h1 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .banner .banner-content .txt h2 {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 400;
  }
  .banner .banner-content .txt h3 {
    margin: 0;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .banner .banner-content .txt h3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .banner .banner-content .txt.align-center {
    text-align: center;
  }
  .banner .banner-content .txt.mb-40 {
    margin-bottom: 40px;
  }
  .banner .overlay-round {
    background: linear-gradient(270deg, rgba(6, 25, 49, 0) 0%, #061931 85%);
  }
  .banner.banner-grey .overlay-round {
    background: linear-gradient(270deg, rgba(234, 244, 255, 0) 0%, #eaf4ff 85%);
  }
  .banner.banner-grey .banner-content.align-center {
    text-align: left;
  }
  .banner.banner-style2 {
    padding-top: 85px;
  }
  .banner.banner-style2 .breadcrumb {
    margin-top: -65px;
  }
  .banner.banner-style2::after {
    height: calc((100% - 100px) / 2);
  }
  .banner.banner-style2 .banner-box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 75px;
    border-radius: 5px;
    margin-bottom: 75px;
  }
  .banner.banner-style2 .banner-box .sec-heading {
    padding-left: 0;
    padding-right: 0;
  }
  .banner.banner-style2 .sec-heading {
    padding-bottom: 50px;
  }
  .banner.banner-style2 .sec-heading h1,
  .banner.banner-style2 .sec-heading .heading {
    margin-bottom: 0;
  }
  .banner.banner-style2 .sec-heading p,
  .banner.banner-style2 .sec-heading .para {
    margin-top: 15px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .banner.banner-style2 .sec-heading p, [dir="rtl"]
  .banner.banner-style2 .sec-heading .para {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .banner.banner-style2 .sec-heading p + .btn,
  .banner.banner-style2 .sec-heading .para + .btn {
    margin-top: 45px;
  }
  .banner .breadcrumb-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .banner .breadcrumb-wrapper .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
  .banner .breadcrumb-wrapper + .banner-content {
    padding-top: 62px;
  }
  .overlay-round.blackOverlay {
    background: linear-gradient(270deg, rgba(6, 25, 49, 0) 0%, #061931 85%);
  }
  .overlay-round.greyOverlay {
    background: linear-gradient(270deg, rgba(234, 244, 255, 0) 0%, #eaf4ff 85%);
  }
  .form-content .form-group .txt-label, .form-content .form-group .main-heading h6, .main-heading .form-content .form-group h6 {
    letter-spacing: 5px;
  }
  .form-content .form-btn .btn-filled-blue {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.875;
  }
  .product-box {
    padding: 30px;
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    height: 100%;
  }
  .product-box .box-img {
    padding-right: 20px;
    margin-bottom: 0;
  }
  .product-box .box-content h2,
  .product-box .box-content .box-heading {
    margin-bottom: 10px;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .product-box .box-content h2, [dir="rtl"]
  .product-box .box-content .box-heading {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .product-box .box-content p,
  .product-box .box-content .box-para {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .product-box .box-content p, [dir="rtl"]
  .product-box .box-content .box-para {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .product-box .box-content .btn.btn-outline-white {
    margin-top: 40px;
  }
  .product-box .product-price span {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  [dir="rtl"] .product-box .product-price span {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .product-box .product-price .price-summary {
    padding: 0 20px 0 45px;
    margin-top: 20px;
    color: #333;
  }
  .product-box .product-price .price-summary h2 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  [dir="rtl"] .product-box .product-price .price-summary h2 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .product-box .product-price .price-summary h2::after {
    bottom: 8px;
    left: -45px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .product-box .product-price .price-summary h4 {
    margin-bottom: 15px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  [dir="rtl"] .product-box .product-price .price-summary h4 {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .product-box .product-price .price-summary p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .product-box .product-price .price-summary p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .product-box.product-box--left {
    padding: 30px;
  }
  .sec-icon-editorial {
    padding-bottom: 75px;
  }
  .sec-icon-editorial .logo-img {
    display: block;
  }
  .sec-icon-editorial .main-heading {
    padding: 30px 0 50px;
  }
  .sec-icon-editorial .main-heading h1 {
    margin-bottom: 15px;
  }
  .sec-icon-editorial .main-heading h2 {
    color: #333;
    line-height: 36px;
  }
  .sec-icon-editorial .icon-card-style {
    margin: 0;
    justify-content: flex-start;
  }
  .sec-icon-editorial .icon-card-style .item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-icon-editorial .icon-card-style .item .icon-img {
    margin-bottom: 30px;
  }
  .sec-icon-editorial .icon-card-style .item .icon-heading {
    margin-bottom: 15px;
  }
  .sec-icon-editorial .icon-card-style .item .icon-heading h3 {
    color: #333;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .sec-icon-editorial .icon-card-style .item .icon-heading h3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .sec-icon-editorial .icon-card-style .item .icon-content p {
    color: #333;
    margin-bottom: 0;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .sec-icon-editorial .icon-card-style .item .icon-content p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-icon-editorial .icon-card-style .slick-dots {
    margin: 40px auto;
  }
  .sec-icon-editorial .sec-btn {
    margin-top: 0;
  }
  .picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover';
  }
  .card {
    border: 0;
    padding: 20px 13px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 300ms ease;
  }
  .card:hover {
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.35);
  }
  .card .card-icons {
    margin-right: 12px;
  }
  .card .card-info > span {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  [dir="rtl"] .card .card-info > span {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .card .card-info h3,
  .card .card-info .heading-txt-3 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    margin-bottom: 15px;
  }
  [dir="rtl"] .card .card-info h3, [dir="rtl"]
  .card .card-info .heading-txt-3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .card .card-info p,
  .card .card-info .body-txt {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .card .card-info p, [dir="rtl"]
  .card .card-info .body-txt {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .card .card-info .btn.card-btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.875;
  }
  .card.card--style1 {
    flex-direction: column;
    border-radius: 4px;
    border-top: 5px solid #f58420;
  }
  .card.card--style1:hover {
    cursor: pointer;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
  }
  .card.card--style1 .card-info > span {
    display: block;
    margin-bottom: 18px;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  [dir="rtl"] .card.card--style1 .card-info > span {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .card.card--style1 .card-info h3,
  .card.card--style1 .card-info .heading-txt-3 {
    color: #1858a8;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    margin-bottom: 15px;
  }
  [dir="rtl"] .card.card--style1 .card-info h3, [dir="rtl"]
  .card.card--style1 .card-info .heading-txt-3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .card.card--style1 .card-info p,
  .card.card--style1 .card-info .body-txt {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .card.card--style1 .card-info p, [dir="rtl"]
  .card.card--style1 .card-info .body-txt {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .card.card--style1 .card-info .btn.card-btn {
    margin-top: 40px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.875;
  }
  .card.card--style3 {
    border-radius: 6px;
  }
  .card.card--style3 .card-image .txt-label, .card.card--style3 .card-image .main-heading h6, .main-heading .card.card--style3 .card-image h6 {
    padding: 6px 20px;
  }
  .card.card--style3 .card-image .aspect-container .aspect-wrapper {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .card.card--style3 > :first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .card.card--style3 > :last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .card.card--style3 .card-footer .custom-control .custom-control-label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card--style3.annual-report .card-footer a.btn-link {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
  }
  body[dir=rtl] .card.card--style3.annual-report .card-footer a.btn-link {
    float: right;
  }
  .card.card--style3.annual-report .card-footer a.btn-link + a.btn-link {
    border-left: 1px solid gray;
  }
  body[dir=rtl] .card.card--style3.annual-report .card-footer a.btn-link + a.btn-link {
    border-right: 1px solid gray;
    border-left-width: 0px;
  }
  .card.card--style3 .card-info {
    padding: 20px 20px 60px;
  }
  .card.card--style3 .card-info--pb10 {
    padding: 20px 20px 10px;
  }
  .card.card-style4 .card-icons {
    margin-bottom: 0;
  }
  .card.card-style4 .card-icons .icons,
  .card.card-style4 .card-icons img {
    width: 44px;
    height: 44px;
  }
  .card.card-style4 .card-info {
    margin-top: 20px;
    margin-left: 0;
  }
  .card.card-style4 .card-info .sec-btn {
    margin-top: 35px;
  }
  .product-card-wrapper {
    padding-bottom: 45px;
  }
  .product-card-wrapper .card-grid-wrapper {
    padding-bottom: 30px;
  }
  .product-card-wrapper .fade-wrapper::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: calc(100% - 50px);
    width: 120px;
    transform: rotate(180deg);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .product-card-wrapper .fade-wrapper::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: calc(100% - 50px);
    width: 120px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .product-card-wrapper .asset-card-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-card-wrapper .asset-card-slider .slick-list {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 0;
  }
  .product-card-wrapper .asset-card-slider .slick-list .slick-track {
    display: flex;
  }
  .product-card-wrapper .asset-card-slider .slick-slide > div {
    height: 100%;
  }
  .product-card-wrapper .asset-card-slider .slick-dots {
    margin-top: 0;
  }
  .product-card-wrapper .asset-card-slider .card-grid-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-card-wrapper .section-btn {
    margin-top: 50px;
  }
  .sec-btn {
    margin-top: 20px;
  }
  .product-article .product-article-media {
    margin-left: 0;
    margin-right: 0;
  }
  .product-article .product-article-media .aspect-container .aspect-wrapper {
    background-color: transparent;
    border-radius: 6px;
  }
  .product-article .product-article-content {
    padding: 0 0;
  }
  .product-article .product-article-content .content-box h1,
  .product-article .product-article-content .content-box h2,
  .product-article .product-article-content .content-box h3 {
    margin-bottom: 22px;
  }
  .product-article .product-article-content .content-box p {
    margin-bottom: 30px;
  }
  .product-article .product-article-content .content-box .btn-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .sec-product-article {
    padding-bottom: 75px;
  }
  .sec-product-article + .sec-product-article {
    margin-top: -35px;
  }
  .product-article-listing .product-article.card--style2 {
    padding: 30px;
  }
  .style--2 .card {
    min-height: 370px;
  }
  .style--2 .card .card-info {
    padding-bottom: 20px;
  }
  .sec-card-contact .card-grid {
    padding-bottom: 30px;
  }
  .slider-head {
    margin-bottom: 25px;
  }
  .sec-article-card .product-article-listing .product-article {
    flex-direction: row;
    margin: 0;
  }
  .sec-article-card .product-article-listing .product-article .product-article-media {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 39.68%;
    max-width: 39.68%;
    margin-bottom: 15px;
    padding-right: 15px;
    margin-right: 15px;
  }
  .sec-article-card .product-article-listing .product-article:first-child {
    padding-top: 30px;
    border-top: 1px solid #b8babc;
  }
  .sec-article-card .product-article-listing .search-sec .card .card-info .address-date {
    margin-bottom: 18px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .sec-article-card .product-article-listing .search-sec .card .card-info .address-date {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-article-card .product-article-listing .search-sec .card .card-info .heading-txt-3 {
    margin-bottom: 15px;
  }
  .sec-article-card .product-article-listing .sec-btn {
    margin-top: 40px;
  }
  .sec-article-card .product-article-listing .sec-btn .btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .product-banner {
    padding: 0 0 75px;
  }
  .product-banner .card {
    max-width: 100%;
    margin: -260px 20px 0;
    flex-direction: row;
    /* ( Ie 10/11 ) */
  }
  .product-banner .card .card-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .product-banner .card .card-info *:not(.card-btn):not(.ripple) {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .product-banner .card .card-info {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .product-banner.product--align-left {
    padding-top: 75px;
    /* ( Ie 10/11 ) */
  }
  .product-banner.product--align-left .card {
    max-width: 100%;
    margin: -260px 20px 0;
    margin-left: 20px;
  }
  .product-banner.product--align-left .card .card-info h3 {
    color: #333;
  }
  .product-banner.product--align-left .card .card-info .btn-link {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .product-banner.product--align-left .card .card-info .btn-link {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .product-banner.product--align-left .card .card-info .btn-link:first-child {
    margin-top: 30px;
  }
  .product-banner.product--align-left .card .card-info .sec-btn .card-btn {
    min-width: auto;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .product-banner.product--align-left .card {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .product-banner .product-bg {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
  }
  .product-banner .product-bg .picture {
    max-height: 410px;
    min-height: 410px;
  }
  .product-banner + .product-banner {
    margin-top: -47px;
  }
  .sec-callout {
    padding-bottom: 75px;
  }
  .sec-callout .product-box {
    margin-bottom: 20px;
  }
  .sec-callout .product-box .box-content h2,
  .sec-callout .product-box .box-content .box-heading {
    margin-bottom: 14px;
  }
  .sec-callout .row.f-d-col {
    flex-direction: column;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item {
    width: 23.3334%;
    max-width: 23.3334%;
    flex: 0 0 23.3334%;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 300ms;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered {
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-content p {
    color: #333;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-button {
    max-height: 100px;
    margin-top: 40px;
    overflow: hidden;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail {
    background-color: #fff;
    color: #1858a8;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-img .icons path {
    stroke: none;
    fill: #1858a8;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail::before {
    height: 5px;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-button {
    max-height: 100px;
    margin-top: 40px;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-heading {
    width: 100%;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item.item--hovered .item-detail .item-heading h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    margin-bottom: 30px;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item .item-detail .item-img,
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item .item-detail .item-heading,
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item .item-detail .item-content,
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item .item-detail .item-button {
    max-width: 145px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item .item-detail .item-img .icons path {
    fill: #fff;
    stroke: none;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item-detail .item-button {
    max-height: 0;
    margin-top: 0;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item-detail .item-button .btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.875;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item-detail .item-heading {
    width: 100%;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item-detail .item-heading h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    margin-bottom: 15px;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item-detail .item-img {
    margin-bottom: 30px;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item-detail .item-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .sec-life-goals .sec-heading {
    margin-bottom: 150px;
  }
  .sec-offers {
    padding-bottom: 35px;
  }
  .sec-offers .of-content .main-heading {
    padding: 0 50px;
  }
  .sec-offers .of-content .main-heading h6 {
    margin-bottom: 20px;
    letter-spacing: 5px;
  }
  .sec-offers .of-content .main-heading p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.38462;
  }
  .sec-offers .of-content .of-cards-wrapper .offer-bg .card {
    width: calc(100% - 40px);
    max-width: 310px;
  }
  .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info {
    padding-bottom: 40px;
  }
  .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info span {
    color: #333;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  [dir="rtl"] .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info span {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info h3 {
    color: #1858a8;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info h3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .sec-offers .of-content .of-cards-wrapper .offer-bg .card .card-info p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-offers .of-content .of-cards-wrapper .offer--slider:not(.slick-initialized) .offer-cards {
    margin-bottom: 40px;
    height: calc(100% - 40px);
  }
  .sec-offers .of-content .of-cards-wrapper .offer--slider.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sec-offers .of-content .of-cards-wrapper .offer--slider.slick-initialized .slick-list {
    display: flex;
    padding-top: 0;
    flex-wrap: nowrap;
  }
  .sec-offers .of-content .of-cards-wrapper .offer--slider.slick-initialized .slick-list .slick-track {
    display: flex;
    flex: 0 0 auto;
  }
  .sec-offers .of-content .of-cards-wrapper .offer--slider.slick-initialized .slick-list .slick-track .slick-slide [class*='col-'] {
    height: 100%;
  }
  .sec-offers .of-content .of-cards-wrapper .offer--slider.slick-initialized .slick-list .slick-track .slick-slide [class*='col-'] .offer-cards {
    height: 100%;
  }
  .sec-offers .of-content .sec-btn {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .sec-offers .of-content .sec-btn .btn {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.0625;
  }
  .sec-offer-style2 .of-content .of-cards-wrapper {
    padding-top: 15px;
  }
  .sec-offer-style2 .of-content .of-cards-wrapper .offer-cards {
    margin-bottom: 40px;
    height: calc(100% - 40px);
  }
  .sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .card .card-info {
    padding: 0 20px 55px;
  }
  .sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .card .card-info span {
    margin-bottom: 10px;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  [dir="rtl"] .sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .card .card-info span {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .card .card-info h3 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .card .card-info h3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .card .card-info p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .sec-offer-style2 .of-content .of-cards-wrapper .offer-cards .offer-bg .card .card-info p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-featured-card {
    padding-bottom: 75px;
  }
  .sec-featured-card .of-content .of-cards-wrapper .offer-cards {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
    height: calc(100% - 35px);
  }
  .sec-featured-card .of-content .of-cards-wrapper .offer-cards .offer-bg .card .card-info h3 {
    margin-bottom: 16px;
  }
  .sec-featured-card .of-content .of-cards-wrapper .slick-dots {
    margin-top: 0;
  }
  .sec-featured-card .has--slider {
    overflow: hidden;
    padding-bottom: 75px;
  }
  .sec-featured-card .asset-card-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sec-featured-card .fade-wrapper::after {
    content: none;
  }
  .sec-datatables {
    padding-bottom: 75px;
  }
  .dt-sc-table.dataTable {
    table-layout: fixed;
  }
  .dt-sc-table.dataTable thead th {
    min-width: 200px;
  }
  .dt-sc-table.dataTable thead th .t-heading {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .dt-sc-table.dataTable thead th .t-heading {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .dt-sc-table.dataTable tbody td .t-data {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .dt-sc-table.dataTable tbody td .t-data-title {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .dt-sc-table.dataTable tbody td .t-data-title {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .dt-sc-wrapper.sticky--table .mCSB_scrollTools_horizontal {
    width: 300px;
  }
  .dt-sc-wrapper.sticky--table .DTFC_LeftHeadWrapper thead tr {
    background-color: transparent;
  }
  .dt-sc-wrapper.sticky--table .DTFC_LeftBodyWrapper tbody tr {
    background-color: transparent;
  }
  .dt-sc-wrapper.sticky--table.sticky--active::after {
    opacity: 1;
  }
  .dt-sc-wrapper.sticky--table.sticky--active .DTFC_LeftHeadWrapper thead tr {
    background-color: #fafafa;
  }
  .dt-sc-wrapper.sticky--table.sticky--active .DTFC_LeftBodyWrapper tbody tr {
    background-color: #fff;
  }
  .dt-sc-wrapper.sticky--table .dataTables_scroll thead tr th {
    min-width: 200px;
  }
  .dt-sc-wrapper.sticky--table .dataTables_scroll thead tr th:first-child {
    min-width: 200px;
  }
  .dt-sc-wrapper.sticky--table .dataTables_scroll tbody tr td {
    min-width: 200px;
  }
  .dt-sc-wrapper.sticky--table .dataTables_scroll tbody tr td:first-child {
    min-width: 200px;
  }
  .dt-sc-wrapper.horizontal--scroll .mCSB_scrollTools_horizontal {
    width: 300px;
  }
  .dt-sc-wrapper.style--content thead th {
    padding: 20px 14px;
    padding-top: 0;
  }
  .dt-sc-wrapper.style--content thead th h3 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    margin-bottom: 0;
  }
  [dir="rtl"] .dt-sc-wrapper.style--content thead th h3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .dt-sc-wrapper.style--content thead th:first-child {
    display: table-cell;
    padding-left: 0;
  }
  .dt-sc-wrapper.style--content thead th .t-image {
    padding-bottom: 10px;
  }
  .dt-sc-wrapper.style--content thead th .t-image img {
    width: 100%;
  }
  .dt-sc-wrapper.style--content tbody td {
    padding: 20px 14px;
  }
  .dt-sc-wrapper.style--content tbody td p:not(:first-child) {
    margin-top: 20px;
  }
  .dt-sc-wrapper.style--content tbody td ul {
    padding-left: 30px;
  }
  .dt-sc-wrapper.style--content tbody td ul:not(:first-child) {
    margin-top: 40px;
  }
  .dt-sc-wrapper.style--content tbody td:first-child {
    display: table-cell;
  }
  .dt-sc-wrapper.style--content tbody td:nth-child(2) {
    border-left: 1px solid rgba(184, 186, 188, 0.5);
  }
  .dt-sc-wrapper.style--content tbody td:last-child {
    min-width: initial;
  }
  .dt-sc-wrapper.style--content.style--2 thead tr th {
    padding-bottom: 24px;
  }
  .dt-sc-wrapper.style--content.style--2 thead tr th:first-child {
    display: table-cell;
    min-width: 250px;
  }
  .dt-sc-wrapper.style--content.style--2 .column-title + p,
  .dt-sc-wrapper.style--content.style--2 .column-title + svg {
    margin-top: 0;
  }
  .push-mb-container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .push-mb-container .mCSB_container {
    padding-left: 0;
  }
  .push-mb-container .dt-sc-table {
    padding-right: 0;
  }
  .push-mb-container .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
    padding-right: 0;
  }
  .subscription-detail {
    padding-bottom: 75px;
  }
  .subscription-detail .subscription-form {
    flex-direction: row;
    margin-bottom: 55px;
  }
  .subscription-detail .subscription-form .form-group {
    margin-bottom: 0;
  }
  .subscription-detail .subscription-form .btn-form {
    margin-left: 32px;
  }
  .subscription-detail .subscription-form .btn-form .btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.875;
    min-width: 127px;
  }
  .subscription-detail .subscription-form span.error {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
  }
  .subscription-detail .condition-txt {
    padding: 0;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .subscription-detail .condition-txt {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .subscription-detail .condition-txt p {
    text-align: center;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .subscription-detail .condition-txt p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .subscription-detail .condition-txt a,
  .subscription-detail .condition-txt .btn-link {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .subscription-detail .condition-txt a, [dir="rtl"]
  .subscription-detail .condition-txt .btn-link {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .subscription-detail .subscription-form-message .form-message {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53846;
  }
  [dir="rtl"] .subscription-detail .subscription-form-message .form-message {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .content-thumbnail .thumbnail-txt {
    padding: 0;
  }
  .content-thumbnail .thumbnail-txt h3 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .content-thumbnail .thumbnail-txt h3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .content-thumbnail .thumbnail-txt p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .content-thumbnail .thumbnail-txt p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .content-thumbnail .thumbnail-txt figure.img-left-align {
    float: left;
    margin-right: 30px;
  }
  .content-thumbnail .thumbnail-txt figure.img-left-align.gutter-left-align {
    margin-left: -90px;
  }
  .content-thumbnail .thumbnail-txt figure.img-left-align img {
    width: 446px;
  }
  .content-thumbnail .thumbnail-txt figure.img-right-align {
    float: right;
    margin-left: 30px;
  }
  .content-thumbnail .thumbnail-txt figure.img-right-align.gutter-right-align {
    margin-right: -90px;
  }
  .content-thumbnail .thumbnail-txt figure.img-right-align img {
    width: 350px;
  }
  .content-thumbnail .thumbnail-txt figure figcaption {
    color: #707274;
    padding: 0;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
  }
  [dir="rtl"] .content-thumbnail .thumbnail-txt figure figcaption {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .content-thumbnail + .sec-product-article {
    padding-bottom: 50px;
  }
  .gallery-wrapper {
    padding-bottom: 75px;
  }
  .gallery-wrapper .thumbnail--slider {
    display: block;
    margin-left: -9px;
    margin-right: -9px;
  }
  .gallery-wrapper .thumbnail--slider > div {
    font-size: 0;
  }
  .gallery-wrapper .thumbnail--slider .slick-slide .item {
    padding: 5px 9px;
  }
  .gallery-wrapper .thumbnail--slider .slick-slide .item .aspect-container {
    position: relative;
  }
  .gallery-wrapper .thumbnail--slider .slick-slide .item .aspect-container::before {
    content: '';
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 4px;
    background-color: #ddebfc;
    opacity: 0;
    transition: opacity 300ms ease;
  }
  .gallery-wrapper .thumbnail--slider .slick-slide .item .aspect-container:hover {
    cursor: pointer;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.5);
  }
  .gallery-wrapper .thumbnail--slider .slick-slide.slick-current .item {
    padding: 5px 9px;
  }
  .gallery-wrapper .thumbnail--slider .slick-slide.slick-current .item .aspect-container {
    position: relative;
  }
  .gallery-wrapper .thumbnail--slider .slick-slide.slick-current .item .aspect-container::before {
    opacity: 1;
  }
  .gallery-wrapper .thumbnail--slider .slick-dots {
    margin: 10px 20px 0;
  }
  .gallery-wrapper.js-gallery-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 160px;
    background-color: #fff;
    z-index: 0;
  }
  .gallery--slider {
    padding: 20px 0 30px 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .gallery--slider .slick-slide .item {
    padding: 0 10px;
  }
  .gallery--slider .slick-slide .item .aspect-container .gallery-caption {
    display: block;
  }
  .gallery--slider .slick-slide.slick-current .aspect-wrapper {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
  .gallery--slider .slick-dots {
    display: none !important;
  }
  .aspect-container {
    min-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .aspect-container .aspect-wrapper {
    border-radius: 4px;
    overflow: hidden;
  }
  .aspect-container .gallery-caption {
    padding: 0;
  }
  .plyr--video .plyr__progress__container,
  .plyr--video .plyr__time--current,
  .plyr--video .plyr__time,
  .plyr--video .plyr__menu {
    display: block;
  }
  .plyr--video .plyr__volume {
    display: flex;
  }
  .custom-accordion {
    margin-bottom: 75px;
  }
  .custom-accordion .heading-txt-3 {
    padding-left: 0px;
  }
  .custom-accordion .c-accordion {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
  }
  .custom-accordion .c-accordion .card {
    padding: 0;
    border-radius: 6px;
  }
  .custom-accordion .c-accordion .card .card-header h5 {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .custom-accordion .c-accordion .card .card-header h5 {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .custom-accordion .c-accordion .card .card-header h5 button {
    border-radius: 6px;
  }
  .custom-accordion .c-accordion .card .card-header h5 button.collapsed {
    border-radius: 0;
    padding: 19px 80px 19px 20px;
  }
  .custom-accordion .c-accordion .card .card-body {
    padding: 20px;
  }
  .custom-accordion .c-accordion .card .card-body p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .custom-accordion .c-accordion .card .card-body p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .custom-accordion .c-accordion .card:first-child {
    border-radius: 6px 6px 0 0;
  }
  .custom-accordion .c-accordion .card:last-child {
    border-radius: 0 0 6px 6px;
  }
  .sec-segments-slider {
    padding: 0;
  }
  .sec-segments-slider .item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .sec-segments-slider .item .segments-detail .seg-content {
    padding: 30px 20px;
  }
  .sec-segments-slider .item .segments-detail .seg-content h2 {
    color: #f58420;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .sec-segments-slider .item .segments-detail .seg-content h2 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .sec-segments-slider .item .segments-detail .seg-content p {
    margin-bottom: 35px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .sec-segments-slider .item .segments-detail .seg-content p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-segments-slider .item .segments-detail .seg-content ul,
  .sec-segments-slider .item .segments-detail .seg-content .ul-list {
    margin-bottom: 30px;
  }
  .sec-segments-slider .item .segments-detail .seg-content ul li,
  .sec-segments-slider .item .segments-detail .seg-content ul .li-item,
  .sec-segments-slider .item .segments-detail .seg-content .ul-list li,
  .sec-segments-slider .item .segments-detail .seg-content .ul-list .li-item {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .sec-segments-slider .item .segments-detail .seg-content ul li, [dir="rtl"]
  .sec-segments-slider .item .segments-detail .seg-content ul .li-item, [dir="rtl"]
  .sec-segments-slider .item .segments-detail .seg-content .ul-list li, [dir="rtl"]
  .sec-segments-slider .item .segments-detail .seg-content .ul-list .li-item {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-download-list {
    padding-bottom: 45px;
  }
  .sec-download-list .listing-heading {
    padding: 0;
  }
  .sec-download-list .listing-heading h2 {
    padding-right: 0;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .sec-download-list .listing-heading h2 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .sec-download-list .listing-heading h2 a svg {
    position: relative;
    top: 0;
  }
  .download-listing-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .download-listing-wrapper .download-item {
    padding-bottom: 10px;
  }
  .download-listing-wrapper .download-item .d-list-box {
    margin-bottom: 0;
    padding: 15px 10px;
  }
  .download-listing-wrapper .download-item .d-list-box .list-info .filesize {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
  .download-listing-wrapper .download-item .d-list-box .list-info .filename {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
  .content-tab {
    margin-bottom: 75px;
  }
  .content-tab.tab--style .tab-dropdown {
    display: none;
  }
  .content-tab.tab--style .nav-tabs {
    display: inline-flex;
  }
  .content-tab.tab--style .tab-content {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.05), 0 1px 10px 0 rgba(51, 51, 51, 0.25);
  }
  .content-tab.tab--style .tab-content::before {
    display: block;
  }
  .content-tab.tab--style .tab-pane {
    padding: 30px;
  }
  .sec-content-banner {
    padding-bottom: 75px;
  }
  .sec-content-banner .custom-accordion {
    padding-bottom: 90px;
  }
  .sec-content-banner .download-list-btn .download-listing-wrapper {
    margin-bottom: 40px;
  }
  .pagination .page-info p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .pagination .page-info p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .pagination .page-nav .page-prev {
    margin-right: 25px;
  }
  .pagination .page-nav .page-next {
    margin-left: 25px;
  }
  .pagination .sec-bottom-padded {
    padding-bottom: 50px;
  }
  .sec-feature-showcase {
    padding-bottom: 40px;
  }
  .sec-feature-showcase .features-wrapper .c-feature-showcase:last-child {
    margin-bottom: 0;
  }
  .sec-feature-showcase .extra-features-wrapper {
    margin-top: 75px;
  }
  .sec-feature-showcase .extra-features-wrapper .collapse-btn {
    display: none;
  }
  .sec-feature-showcase .extra-features-wrapper .collapse {
    display: block;
  }
  .sec-feature-showcase .extra-features-wrapper .collapse.more-features {
    padding-bottom: 0;
    padding-top: 0;
  }
  .sec-feature-showcase .extra-features-wrapper .collapse.more-features .row > [class*='col-']:first-child .c-feature-showcase {
    margin-top: 0;
  }
  .c-feature-showcase {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 36px;
  }
  .c-feature-showcase-content {
    text-align: left;
  }
  .c-feature-showcase-content .ico-wrapper {
    margin-bottom: 20px;
  }
  .c-feature-showcase-content .ico-wrapper .icon {
    height: 39px;
    width: 44px;
  }
  .c-feature-showcase-content .heading-txt-3 {
    margin-bottom: 15px;
  }
  .c-feature-showcase-media {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .modal .modal-dialog-custom .modal-content {
    padding: 30px;
    padding-right: 70px;
    border-radius: 4px;
  }
  .modal .modal-dialog-custom .modal-content .modal-header .close {
    top: 22px;
    right: 30px;
  }
  .modal .modal-dialog-custom .modal-content .modal-body h2 {
    margin-bottom: 20px;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  [dir="rtl"] .modal .modal-dialog-custom .modal-content .modal-body h2 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .modal .modal-dialog-custom .modal-content .modal-body h3 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    margin-bottom: 15px;
  }
  [dir="rtl"] .modal .modal-dialog-custom .modal-content .modal-body h3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .modal .modal-dialog-custom .modal-content .modal-body p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .modal .modal-dialog-custom .modal-content .modal-body p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .modal .modal-dialog-custom .modal-content .modal-body h4 {
    font-weight: bold;
  }
  .modal .modal-dialog-custom .modal-content .modal-body .sec-btn {
    margin-top: 35px;
  }
  .modal .modal-dialog-custom .modal-content .modal-body .sec-btn button:first-child.btn {
    margin-bottom: 5px;
  }
  .modal .modal-dialog-custom.content--style .modal-header .close {
    background-color: transparent;
  }
  .modal .modal-dialog-custom.content--style .modal-content {
    border-radius: 4px;
    padding-bottom: 0;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-scrollbar-wrapper {
    padding: 0 0;
    overflow: visible;
    max-height: none;
    flex-wrap: nowrap;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-left-wrapper {
    padding: 78px 30px 0 40px;
    margin-left: 0;
    margin-right: 0;
    max-width: 50%;
    flex: 0 0 50%;
    min-width: auto;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-left-wrapper .content-featured {
    margin-top: 0;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper {
    padding: 0;
    padding-top: 78px;
    margin-left: 0;
    margin-right: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 300ms;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    max-width: 50%;
    flex: 0 0 50%;
    min-width: auto;
    min-height: 400px;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper.mCustomScrollbar {
    visibility: visible;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper .modal-scroll-body {
    padding: 0 40px;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper .content-box {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper .content-box h3 {
    margin-bottom: 15px;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper .content-box h4 {
    margin-bottom: 10px;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .content-box {
    margin-top: 0;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .content-box h3 {
    margin-bottom: 15px;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .content-box h2 {
    margin-bottom: 20px;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  [dir="rtl"] .modal .modal-dialog-custom.content--style .modal-content .modal-body .content-box h2 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .content-box p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .modal .modal-dialog-custom.content--style .modal-content .modal-body .content-box p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .content-box h4 {
    font-weight: bold;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .collapse-btn {
    display: none;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .collapse-title {
    display: block;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    margin-bottom: 20px;
  }
  [dir="rtl"] .modal .modal-dialog-custom.content--style .modal-content .modal-body .collapse-title {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-collapser {
    display: block;
    margin: 0 0;
    box-shadow: none;
    padding: 0 0 25px;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-collapser.collapsed {
    display: block;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-collapser .segments-card-content h4 {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  [dir="rtl"] .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-collapser .segments-card-content h4 {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .modal .modal-dialog-custom.content--style .social-mfooter {
    min-height: 95px;
    margin-left: -40px;
    margin-right: -30px;
    padding-left: 40px;
    padding-right: 30px;
    visibility: visible;
    width: auto;
    height: unset;
    overflow: visible;
    position: relative;
    bottom: auto;
  }
  .modal .modal-dialog-custom.content--style .social-mfooter .social-bar .ul-list {
    justify-content: flex-start;
  }
  .modal .modal-dialog-custom.content--style ul.media-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .modal .modal-dialog-custom.content--style ul.media-list li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 22px;
  }
  .modal .modal-dialog-custom.content--style ul.media-list li img {
    max-width: 100%;
  }
  .sec-loan-repayment {
    padding-bottom: 75px;
  }
  .sec-loan-repayment .calculation-list-box {
    margin-top: 0;
  }
  .sec-loan-repayment .calculation-list-box h3,
  .sec-loan-repayment .calculation-list-box .heading-txt-3 {
    margin-bottom: 35px;
    text-align: left;
  }
  .sec-loan-repayment .product-box {
    height: auto;
  }
  .sec-loan-repayment .product-box .box-content .btn.btn-outline-white {
    margin-top: 30px;
  }
  .price-list {
    margin-left: 0;
    margin-right: 0;
  }
  .price-list li {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0 18px;
    align-items: center;
    flex-wrap: wrap;
  }
  .price-list li:last-child {
    border-bottom: 1px solid #b8babc;
  }
  .price-list li .price-summary h2,
  .price-list li .price-summary .price-txt {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.38462;
    margin-bottom: 10px;
  }
  .sec-achieve-goal {
    padding-bottom: 75px;
  }
  .sec-achieve-goal .product-article-media .aspect-container .aspect-wrapper .overlay-icon svg {
    width: 80px;
    height: 80px;
  }
  .sec-achieve-goal .product-article-media figcaption,
  .sec-achieve-goal .product-article-media .figure-caption {
    display: block;
  }
  .sec-achieve-goal .numbered-list-box {
    margin-bottom: 0;
  }
  .sec-achieve-goal .numbered-list-box .numbered-list {
    margin-bottom: 40px;
  }
  .sec-achieve-goal .numbered-list-box .sec-btn {
    text-align: left;
  }
  .sec-achieve-goal .numbered-list-box .sec-btn .btn {
    margin-left: 82px;
    text-align: center;
  }
  .numbered-list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .numbered-list li {
    margin-bottom: 40px;
    padding-left: 72px;
  }
  .numbered-list li .list-content h2,
  .numbered-list li .list-content .heading-txt-2,
  .numbered-list li .list-content .main-heading h2,
  .main-heading .numbered-list li .list-content h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    margin-bottom: 22px;
  }
  .numbered-list li::before {
    left: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.625;
    line-height: 34px;
  }
  .page-tabs.custom-navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
  }
  .page-tabs.custom-navbar .label {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 15px 0 0;
    max-width: 17.4%;
    flex: 0 0 17.4%;
    padding-left: 0;
  }
  [dir="rtl"] .page-tabs.custom-navbar .label {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .page-tabs.custom-navbar .custom-tabs {
    justify-content: flex-start;
    width: calc(100% - (17.4% + 30px));
  }
  .page-tabs.custom-navbar .custom-tabs .nav-item {
    padding: 0 15px;
  }
  .page-tabs.custom-navbar .custom-tabs .nav-item .nav-link {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 14px 62px;
  }
  [dir="rtl"] .page-tabs.custom-navbar .custom-tabs .nav-item .nav-link {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .page-tabs.custom-navbar .custom-tabs.rec-enabled {
    width: calc(100% - (34.8% + 30px));
  }
  .page-tabs.custom-navbar .others-tabs {
    margin-left: 15px;
    max-width: 17.4%;
    flex: 0 0 17.4%;
  }
  .page-tabs.custom-navbar .others-tabs .dropdown .nav-link {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .page-tabs.custom-navbar .others-tabs .dropdown .nav-link {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .custom-tabs {
    justify-content: flex-start;
  }
  .custom-tabs .nav-item {
    padding: 0 15px;
  }
  .custom-tabs .nav-item .nav-link {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 14px 62px;
  }
  [dir="rtl"] .custom-tabs .nav-item .nav-link {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-tab-editorial .icon-card-style {
    padding: 60px 0 0;
  }
  .sec-tab-editorial .style--underline {
    min-width: 160px;
  }
  .sec-tab-editorial .nav-item {
    margin: 0 15px;
  }
  .style--underline {
    padding: 0 15px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .style--underline {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .style--underline.active {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .style--underline.active {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .sec-goal-product {
    padding-bottom: 75px;
  }
  .sec-goal-product .card-grid-wrapper {
    margin-bottom: 0;
  }
  .sec-goal-product .card-grid-wrapper .card.card--style3 {
    box-shadow: 0 0 31px 2px rgba(17, 41, 72, 0.45), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  }
  .sec-goal-product .card-grid-wrapper .card.card--style3 .card-info {
    padding: 20px 20px 25px;
  }
  .sec-goal-product .card-grid-wrapper .card.card--style3 .card-info .heading-txt-3 {
    margin-bottom: 18px;
  }
  .sec-goal-product .content-box {
    padding: 0;
  }
  .sec-goal-product .content-box h2 {
    text-align: left;
    margin-bottom: 40px;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  [dir="rtl"] .sec-goal-product .content-box h2 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .sec-goal-product .content-box ul li {
    margin-bottom: 20px;
  }
  .sec-goal-product .content-box ul li::before {
    left: -25px;
  }
  .sec-goal-product .content-box .sec-btn {
    display: block;
    text-align: left;
  }
  .sec-goal-product .content-box .sec-btn .btn:first-child {
    margin-bottom: 5px;
  }
  .search-result-list.search-sec .btn-txt {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 35px;
  }
  [dir="rtl"] .search-result-list.search-sec .btn-txt {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .search-result-list.search-sec .card {
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
  .search-result-list.search-sec .card .card-info .heading-txt-3 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .search-result-list.search-sec .card .card-info .heading-txt-3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .search-result-list.search-sec .card .card-info .body-txt {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .search-result-list.search-sec .card .card-info .body-txt {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .search-sec {
    margin-bottom: 40px;
  }
  .search-sec .btn-txt {
    padding-left: 0;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  [dir="rtl"] .search-sec .btn-txt {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .search-sec .card {
    padding: 38px 29px;
  }
  .search-sec .card .card-info .heading-txt-3 {
    margin-bottom: 9px;
  }
  .search-sec .card .card-info .body-txt {
    margin-bottom: 18px;
  }
  .sec-suggest .card {
    padding: 27px 30px 30px;
  }
  .sec-suggest .card .card-info h6 {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  [dir="rtl"] .sec-suggest .card .card-info h6 {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-suggest .card .card-info .btn-link {
    margin-bottom: 24px;
  }
  .sec-suggest .card .card-info .ul-card-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .sec-suggest .card .card-info .ul-card-list .list-item {
    flex: 0 0 50%;
  }
  .no-results {
    margin-bottom: 75px;
  }
  .no-results .content-box {
    padding-left: 0;
    padding-right: 0;
  }
  .no-results .content-box h4 {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
  }
  [dir="rtl"] .no-results .content-box h4 {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .no-results .content-box ul li {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .no-results .content-box ul li {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .search-box {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .search-logo {
    width: 115px;
    height: auto;
    margin: 0 0 25px;
  }
  .no-result-text {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    margin: 0 0 20px;
  }
  [dir="rtl"] .no-result-text {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .no-result-desp {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .no-result-desp {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-search-bar .btn.btn-apply {
    margin-top: 60px;
  }
  .select-wrapper {
    margin-bottom: 20px;
  }
  .autocomplete-menu.autocomplete-suggestions .autocomplete-suggestion {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    padding: 4px 14px;
  }
  [dir="rtl"] .autocomplete-menu.autocomplete-suggestions .autocomplete-suggestion {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .search-wrapper {
    margin-bottom: 20px;
  }
  .search-wrapper .close {
    height: 54px;
    right: 12px;
  }
  .search-wrapper .search {
    height: 54px;
    right: 12px;
  }
  .sec-sidebar .payment-side-box {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
  }
  .sec-sidebar .payment-side-box .price-prefix {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 0.43478;
  }
  .sec-sidebar .payment-side-box .txt-disclaimer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.64286;
  }
  .sec-sidebar .payment-side-box .sticky-header {
    position: relative;
    padding-top: 0;
    box-shadow: none;
  }
  .product-pill .title {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .product-pill .title {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .btn-toggle-widget {
    margin-right: -15px;
    place-self: flex-end;
    margin-bottom: 5px;
  }
  .comparision-items {
    padding: 15px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .comparision-items .compare-item-list {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .comparision-items .compare-item-list .compare-item {
    flex: 0 0 33.3334%;
    width: 33.3334%;
    margin: 0;
    padding: 0 15px;
  }
  .comparision-items .compare-item-list .compare-item.addproduct-btn .btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .comparision-items::after {
    content: '';
    height: 1px;
    width: auto;
    background-color: #b8babc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .addproduct-btn {
    text-align: left;
  }
  .addproduct-btn .btn {
    margin: 0;
  }
  .alert {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .alert {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .alert.overlay--notification {
    left: 15px;
    max-width: calc(100% - 30px);
  }
  .alert.overlay--notification.comparison--noti.notification--open {
    bottom: 150px;
  }
  .comparision-widget.style--2 .reset-tool {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .comparision-widget.style--2 .reset-tool .btn-link {
    padding: 0;
  }
  .comparision-widget.style--2 .widget-inline .widget-actions {
    display: flex;
  }
  .comparision-widget.style--2 .widget-inline .widget-actions .reset-tool span {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .comparision-widget.style--2 .widget-inline .widget-actions .reset-tool span {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .comparision-widget.style--2 .widget-inline .comparision-items {
    display: none;
    padding: 15px 0;
  }
  .comparision-widget.style--2 .widget-inline .comparision-items .reset-tool {
    display: none;
  }
  .comparision-widget.style--2 .widget-inline .comparision-items .compare-item-list {
    overflow: inherit;
  }
  .comparision-widget.style--2 .widget-inline .comparision-items .compare-item-list .compare-item {
    display: block;
    overflow: inherit;
    padding: 0 15px;
    flex: 0 0 33.3334%;
    border: 0;
  }
  .comparision-widget.style--2 .widget-inline .comparision-items .compare-item-list .compare-item.addproduct-btn {
    text-align: left;
  }
  .comparision-widget.style--2 .widget-inline .comparision-items .compare-item-list .compare-item .product-pill + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
  .widget-actions .reset-tool .btn-link {
    padding: 10px 0;
  }
  .sec-currency-converter .sec-content .input-txt {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .sec-currency-converter .sec-content .input-txt {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .sec-currency-converter .sec-content .input-group {
    padding: 0;
  }
  .cib-theme-plus .header .sub-nav a:hover {
    color: #1858a8;
  }
  .theme-wealth .header .login--dropdown .dropdown-toggle {
    color: #754b31;
  }
  .theme-wealth .header .login--dropdown .dropdown-toggle .button-icon svg {
    fill: #754b31;
  }
  .theme-wealth .header .login--dropdown .dropdown-toggle .button-icon svg path {
    fill: #754b31 !important;
  }
  .theme-wealth .header .sub-nav a:hover {
    color: #032d62;
  }
}

@media screen and (min-width: 991px) {
  .sec-card-txt .card {
    padding: 30px 20px;
  }
  .sec-card-txt .card .card-icons {
    margin-right: 30px;
  }
  .sec-card-txt .card .card-icons + .card-info {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-card-txt .card .card-info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-standalone {
    min-height: 87px;
  }
  .header.style--2 {
    min-height: 87px;
  }
  .header.style--2.affixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header.style--2 .sub-nav > .nav-item > a:hover,
  .header.style--2 .sub-nav > .nav-item > .link:hover {
    color: #f68633;
  }
  .header.style--2 .sub-nav.nav-receiver.others-active {
    display: block;
  }
  .header.style--2 .secondary-nav {
    min-height: 87px;
    display: flex;
  }
  .header.style--2 .secondary-nav .navbar {
    flex-wrap: nowrap;
    overflow: visible;
    padding-left: 0;
    justify-content: space-between;
  }
  .header.style--2 .secondary-nav .navbar .nav-cover {
    flex: 0 1 100%;
    display: flex;
  }
  .header.style--2 .secondary-nav .navbar .h-button-wrapper {
    flex: 0 0 auto;
  }
  .header.style--2 .secondary-nav .custom-navbar {
    flex-wrap: wrap;
    max-height: 30px;
    overflow: visible;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    max-width: 460px;
  }
  .header.style--2 .secondary-nav .custom-navbar > .nav-item {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
  }
  .header.style--2 .secondary-nav .custom-navbar > .nav-item:first-child > .nav-link {
    padding-left: 0;
  }
  .header.style--2 .secondary-nav .nav-receiver {
    flex-basis: auto;
  }
  .header .mb-cnv-text {
    display: none;
  }
  .header .c-logo {
    margin-right: 16px;
    width: 64px;
  }
  .header .personal--banking-dropdown .dropdown-toggle {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
  }
  .header .lang--selector .lang-toggle {
    display: block;
  }
  .header .secondary-nav {
    padding: 6px 0;
    display: flex;
  }
  .header .h-info-wrapper {
    display: block;
  }
  .header .h-info {
    text-decoration: underline;
  }
  .header .currency-selector {
    cursor: pointer;
  }
  .header .currency-selector .currency-from {
    display: block;
  }
  .header .currency-selector .currency-to {
    display: block;
  }
  .header .currency-selector:hover {
    color: #f68633;
  }
  .header .currency-selector:hover svg {
    fill: #f68633;
  }
  .header .login--dropdown {
    margin-left: 30px;
  }
  .header .login--dropdown .dropdown-menu {
    margin-top: 15px;
    margin-right: 0;
  }
  .header .login--dropdown .dropdown-menu::before {
    display: block;
  }
  .header .login--dropdown .dropdown-toggle {
    background-color: #fff;
    color: #1858a8;
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.625;
    font-weight: bold;
    min-width: 160px;
    max-width: 175px;
    padding: 13px 16px;
    text-align: left;
    height: 50px;
  }
  .header .login--dropdown .dropdown-toggle::after {
    display: block;
    border: 0;
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down.png);
    width: 20px;
    height: 24px;
    float: right;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header .login--dropdown .dropdown-toggle:hover {
    box-shadow: none;
  }
  .header .login--dropdown .dropdown-toggle .button-text {
    vertical-align: middle;
  }
  .header .login--dropdown .dropdown-toggle .button-icon {
    margin-right: 9px;
  }
  .header .login--dropdown .dropdown-toggle img.icons,
  .header .login--dropdown .dropdown-toggle svg {
    fill: #1858a8;
    text-align: left;
    width: 13px;
    height: 22px;
    margin-right: 0;
  }
  .header .login--dropdown .dropdown-toggle img.icons path,
  .header .login--dropdown .dropdown-toggle svg path {
    fill: #1858a8;
  }
  .header .login--dropdown.show .dropdown-toggle {
    background-color: #d2ebff;
    color: #1858a8;
  }
  .header .login--dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .header .login--dropdown.show .dropdown-toggle svg {
    fill: #1858a8;
  }
  .header .navbar-toggler {
    display: none;
  }
  .header .sub-nav .nav-link.dropdown-toggle::after {
    content: '';
    border: 0;
    display: inline-block;
    border: 0;
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down-white.png);
    width: 20px;
    height: 15px;
    margin-left: 3px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .header .sub-nav .nav-link:hover, .header .sub-nav .nav-link.active {
    color: #f68633;
  }
  .header .sub-nav .nav-link.dropdown-toggle:hover::after {
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down-orange.png);
  }
  .header .sub-nav .nav-link.dropdown-toggle.active::after {
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down-orange.png);
    transform: rotate(180deg);
    position: relative;
    top: -1px;
  }
  .header .right-aligned-wrapper .nav li {
    margin-right: 15px;
  }
  .header .right-aligned-wrapper .currency-selector {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 0.76923;
  }
  .header .right-aligned-wrapper .h-info {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 0.76923;
  }
  .header .login--dropdown {
    margin-left: 20px;
  }
  .header .login--dropdown .dropdown-menu {
    margin-top: 15px;
    margin-right: 0;
  }
  .header .login--dropdown .dropdown-menu::before {
    display: block;
    right: 15px;
  }
  .header .login--dropdown .dropdown-toggle {
    padding: 13px 10px;
    height: 50px;
    width: 150px;
  }
  .header .login--dropdown .dropdown-toggle .button-icon {
    margin-right: 0;
  }
  .header .login--dropdown .dropdown-toggle .button-icon svg,
  .header .login--dropdown .dropdown-toggle .button-icon img,
  .header .login--dropdown .dropdown-toggle .button-icon img.icons {
    width: 12px;
    height: 23px;
    margin-right: 8px;
    fill: #1858a8;
  }
  .header .login--dropdown .dropdown-toggle .button-icon svg path,
  .header .login--dropdown .dropdown-toggle .button-icon img path,
  .header .login--dropdown .dropdown-toggle .button-icon img.icons path {
    fill: #1858a8 !important;
  }
  .header .login--dropdown.show .dropdown-toggle {
    background-color: #d2ebff;
    color: #1858a8;
  }
  .header .login--dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .header .login--dropdown.show .dropdown-toggle svg {
    fill: #1858a8;
  }
  .header .login--dropdown.show .dropdown-toggle svg path {
    fill: #1858a8 !important;
  }
  .header .personal--banking-dropdown:hover {
    background-color: #103d74;
  }
  .dropdown-menu .dropdown-item:hover {
    color: #1858a8;
  }
  .dropdown-menu .dropdown-item:hover svg {
    fill: #1858a8;
  }
  .tab--style .tab-content .dropdown-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
  }
  .c-mega-menu .mega-push-container {
    margin-left: 0;
    margin-right: 0;
  }
  .c-mega-menu .mega-nav-list {
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .c-mega-menu .mega-content-wrapper {
    padding: 40px 40px;
  }
  .c-mega-menu .mega-footer .heading-txt-3 {
    padding-right: 0;
  }
  .footer-style .footer-detail-info .footer-menu-detail {
    padding-bottom: 70px;
  }
  .footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list li:first-child a,
  .footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list li:first-child .a-link,
  .footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list .li-item:first-child a,
  .footer-style .footer-detail-info .footer-menu-detail .app-icon.ul-list .li-item:first-child .a-link {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .banner .banner-content .txt {
    padding: 0;
    margin-bottom: 0;
  }
  .banner .banner-content .txt p {
    margin-bottom: 20px;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.83333;
    letter-spacing: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  [dir="rtl"] .banner .banner-content .txt p {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'Helvetica Neue';
  }
  .banner .banner-content .txt h1 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .banner .banner-content .txt h1.hero {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.0625;
  }
  [dir="rtl"] .banner .banner-content .txt h1.hero {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  [dir="rtl"] .banner .banner-content .txt h1 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .banner .banner-content .txt h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.38462;
  }
  .banner .banner-content .txt h3 {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .banner .banner-content .txt h3 {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .banner .banner-content .txt.align-center {
    text-align: left;
  }
  .banner .banner-content .txt.mb-40 {
    margin-bottom: 0;
  }
  .banner .banner-content .banner-btn {
    margin-top: 50px;
  }
  .banner .banner-content .banner-btn .btn {
    padding: 14px 22px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.875;
  }
  .banner .breadcrumb-wrapper .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
  .banner.banner-style2 .banner-box {
    padding-left: 0;
    padding-right: 0;
  }
  .banner.banner-style2 .sec-heading {
    padding-bottom: 0;
  }
  .card.card--style1 .card-info {
    padding: 0 48px 30px;
  }
  .card.card-style4 .card-info {
    margin-top: 0;
    margin-left: 70px;
  }
  .sec-article-card .product-article-listing .product-article {
    margin: 0;
  }
  .sec-article-card .product-article-listing .product-article .product-article-media {
    margin-bottom: 0;
  }
  .product-banner .card {
    max-width: 350px;
    margin: -258px auto 0;
  }
  .product-banner.product--align-left .card {
    max-width: 443px;
    text-align: left;
    margin: -278px auto 0;
    margin-left: 48px;
    padding-top: 32px;
  }
  .product-banner.product--align-left .card .card-info {
    padding: 0 48px 30px;
  }
  .product-banner.product--align-left .card .card-info p {
    margin-bottom: 0;
  }
  .sec-callout .product-box {
    margin-bottom: 0;
  }
  .sec-callout .row.f-d-col {
    flex-direction: row;
  }
  .sec-icon-editorial .icon-card-style .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 40px;
  }
  .sec-icon-editorial .editorial-section-button .btn,
  .sec-icon-editorial .sec-btn .btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.875;
  }
  .sec-segments-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-segments-slider .item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .sec-segments-slider .item .segments-detail .seg-content {
    padding: 30px 10px;
  }
  .price-list li {
    flex-wrap: nowrap;
  }
  .price-list li .price-summary h2,
  .price-list li .price-summary .price-txt {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.38462;
    margin-bottom: 0;
  }
  .price-list li .price-action {
    max-width: 120px;
    text-align: right;
  }
  .map-sec .page-info p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  [dir="rtl"] .map-sec .page-info p {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .map-sec .map-row {
    margin: 0;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    height: 650px;
  }
  .map-sec .map-row .map-content {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    height: 100%;
  }
  .map-sec .map-row .map-content .init-scroll {
    overflow-y: auto;
    height: 100%;
  }
  .map-sec .map-row .map-view {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    height: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }
  .map-sec .map-row .map-view img,
  .map-sec .map-row .map-view iframe {
    height: 100%;
  }
  .map-sec .custom-tabs {
    display: none;
  }
  .map-location .ico-arrow-right use,
  .map-location .ico-arrow-left use {
    fill: #b8babc;
  }
  .map-location a {
    color: #1858a8;
    text-decoration: none;
  }
  .map-location .location-title {
    margin-bottom: 9px;
  }
  .map-location .location-title:hover .ico-arrow-right use {
    fill: #1858a8;
  }
  .map-location .location-distance {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .map-location .location-distance {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .map-location .location-timing {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
  }
  [dir="rtl"] .map-location .location-timing {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .map-location .location-direction {
    display: block;
  }
  .map-location .location-direction span {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .map-location .location-direction span {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .map-location .location-direction .ico-launch {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
  .map-location .location-direction .ico-launch use {
    fill: #333;
  }
  .map-location .branchatm-info li {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .map-location .branchatm-info li {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .map-location .branchatm-info li strong {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
  }
  [dir="rtl"] .map-location .branchatm-info li strong {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .map-location .branchatm-info li .ico-branch {
    width: 15px;
  }
  .map-location .branchatm-info li .ico-branch use {
    fill: #707274;
  }
  .map-location .backto:hover .ico-arrow-left use {
    fill: #1858a8;
  }
  .map-location:first-child {
    border-top: 0;
  }
  .map-location .txt-label, .map-location .main-heading h6, .main-heading .map-location h6 {
    margin-bottom: 5px;
  }
  .prevent--display {
    opacity: 1 !important;
  }
  .mp-tooltip-wrapper {
    transform: translate(calc(-50% + 16px), calc(-100% - 0px));
    bottom: unset;
    width: 220px;
  }
  .mp-tooltip-wrapper.show--tooltip {
    transform: translate(calc(-50% + 16px), calc(-100% - 30px));
  }
  .mp-tooltip-wrapper .map-location {
    padding: 12px;
  }
  .marker-pointer img {
    transform: none;
  }
  .select-wrapper {
    margin-bottom: 0;
  }
  .sec-featured-card .fade-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 230px;
    pointer-events: none;
    height: calc(100% - 30px);
    transform: rotate(180deg);
    background: linear-gradient(270deg, rgba(240, 242, 243, 0) 0%, #fafafa 100%);
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-right-wrapper {
    flex: auto;
    flex-grow: 1;
    max-width: none;
  }
  .modal .modal-dialog-custom.content--style .modal-content .modal-body .modal-content-left-wrapper {
    max-width: 475px;
    flex: 0 0 475px;
  }
  .modal .modal-dialog-custom.content--style .media-list li {
    width: auto;
    max-width: 182px;
  }
  .modal .modal-dialog-custom.content--style .media-list li img {
    width: 100%;
    max-width: 152px;
  }
  .multi-selection-filters.container--pull {
    margin-left: -15px;
    margin-right: -15px;
  }
  .multi-selection-filters .filter-wrapper {
    display: flex;
    width: 100%;
    position: static;
    align-items: flex-start;
  }
  .multi-selection-filters .filter-btn-wrapper {
    display: none;
  }
  .multi-selection-filters .select2-results__options li span {
    display: block;
  }
  .multi-selection-filters .select2-container--open .select2-results {
    margin: 0 0 78px;
  }
  .multi-selection-filters .element-wrapper {
    display: flex;
  }
  .filter-field {
    flex: 1 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
  }
  .filter-sort {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 15px;
    position: static;
  }
  .filter-sort .form-group {
    margin-bottom: 0;
  }
  .filter-sort .form-group .btn {
    margin-top: 3px;
  }
  .custom-modal {
    opacity: 1;
    z-index: 1;
    position: static;
    background: transparent;
    overflow: visible;
    pointer-events: all;
  }
  .custom-modal .custom-modal-wrapper {
    height: auto;
    width: 100%;
    flex-direction: row;
    justify-content: unset;
    margin: 0;
    background-color: transparent;
    min-height: auto;
  }
  .custom-modal .custom-modal-wrapper .custom-modal-body {
    width: 100%;
    padding: 0;
    max-height: none;
  }
  .custom-modal .custom-modal-wrapper .custom-modal-body .field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .custom-modal .custom-modal-wrapper .custom-modal-header,
  .custom-modal .custom-modal-wrapper .custom-modal-footer {
    display: none;
  }
  .download-listing-wrapper .download-item .d-list-box {
    padding: 15px 25px;
  }
  .form-stepper .stepper-nav {
    padding: 40px 0;
  }
  .form-stepper .stepper-nav .back-text,
  .form-stepper .stepper-nav .cancel-text {
    display: block;
  }
  .form-stepper .stepper-nav .arrow-svg,
  .form-stepper .stepper-nav .close-svg {
    display: none;
  }
  .form-stepper .stepper-nav .stepper-item {
    width: 30px;
    height: 30px;
    margin: 0 32px;
  }
  .form-stepper .stepper-nav .stepper-item .stepper-link {
    width: 26px;
    height: 26px;
  }
  .form-stepper .stepper-nav .stepper-item::before {
    right: 29px;
    width: 65px;
  }
  .form-stepper .center-wizard {
    min-height: calc(100vh - 110px);
  }
  .form-stepper .form-group .btn-txt {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
  }
  [dir="rtl"] .form-stepper .form-group .btn-txt {
    font-family: 'HelveticaNeueLT Arabic 75', 'Helvetica Neue';
  }
  .cib-theme-plus .sub-nav .nav-link.dropdown-toggle.dropdown-toggle:hover::after {
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down.png);
  }
  .cib-theme-plus .sub-nav .nav-link.dropdown-toggle.dropdown-toggle:active::after {
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down.png);
  }
  .btn-toggle-widget {
    margin-left: auto;
    place-self: center;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .header.style--2 .secondary-nav .custom-navbar {
    flex-basis: auto;
    max-width: 550px;
  }
  .header .mb-cnv-text {
    display: none;
  }
  .header .c-logo {
    margin-right: 16px;
    width: 64px;
  }
  .header .personal--banking-dropdown .dropdown-toggle {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
  }
  .header .personal--banking-dropdown:hover .dropdown-toggle, .header .personal--banking-dropdown.show .dropdown-toggle {
    background-color: #103d74;
  }
  .header .lang--selector .lang-toggle {
    display: block;
  }
  .header .secondary-nav {
    padding: 6px 0;
    display: flex;
  }
  .header .secondary-nav .search-wrapper:hover svg {
    fill: #f68633;
  }
  .header .right-aligned-wrapper .h-info-wrapper {
    display: block;
  }
  .header .right-aligned-wrapper .h-info {
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 0.71429;
  }
  .header .right-aligned-wrapper .h-info:hover {
    text-decoration: underline;
  }
  .header .right-aligned-wrapper .currency-selector {
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 0.71429;
  }
  .header .right-aligned-wrapper .currency-selector .currency-from {
    display: block;
  }
  .header .right-aligned-wrapper .currency-selector .currency-to {
    display: block;
  }
  .header .right-aligned-wrapper .currency-selector:hover {
    color: #f68633;
  }
  .header .right-aligned-wrapper .currency-selector:hover svg {
    fill: #f68633;
  }
  .header .right-aligned-wrapper .currency-selector strong {
    font-weight: bold;
  }
  .header .right-aligned-wrapper > .nav + .nav {
    margin-left: 30px;
  }
  .header .login--dropdown {
    margin-left: 30px;
  }
  .header .login--dropdown .dropdown-menu {
    margin-top: 15px;
    margin-right: 0;
  }
  .header .login--dropdown .dropdown-menu::before {
    display: block;
    right: 21px;
  }
  .header .login--dropdown .dropdown-toggle {
    background-color: #fff;
    color: #1858a8;
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.625;
    font-weight: bold;
    width: 160px;
    padding: 13px 10px 13px 15px;
    text-align: left;
    height: 50px;
  }
  .header .login--dropdown .dropdown-toggle::after {
    display: block;
    border: 0;
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down.png);
    width: 15px;
    height: 24px;
    float: right;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header .login--dropdown .dropdown-toggle:hover {
    box-shadow: none;
  }
  .header .login--dropdown .dropdown-toggle .button-text {
    vertical-align: middle;
  }
  .header .login--dropdown .dropdown-toggle .button-icon {
    margin-right: 0;
  }
  .header .login--dropdown .dropdown-toggle svg {
    fill: #1858a8;
    text-align: left;
    width: 13px;
    height: 22px;
    margin-right: 0;
  }
  .header .login--dropdown .dropdown-toggle svg path {
    fill: #1858a8 !important;
  }
  .header .login--dropdown.show .dropdown-toggle {
    background-color: #d2ebff;
    color: #1858a8;
  }
  .header .login--dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .header .login--dropdown.show .dropdown-toggle svg {
    fill: #1858a8;
  }
  .header .login--dropdown.show .dropdown-toggle svg path {
    fill: #1858a8 !important;
  }
  .header .right-aligned-wrapper {
    justify-content: flex-end;
  }
  .header .right-aligned-wrapper .nav li {
    margin-right: 30px;
  }
  .header .navbar-toggler {
    display: none;
  }
  .header .sub-nav .nav-link.dropdown-toggle::after {
    content: '';
    border: 0;
    display: inline-block;
    border: 0;
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down-white.png);
    width: 20px;
    height: 15px;
    margin-left: 3px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .header .sub-nav .nav-link:hover, .header .sub-nav .nav-link.active {
    color: #f68633;
  }
  .header .sub-nav .nav-link.dropdown-toggle:hover::after {
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down-orange.png);
  }
  .header .sub-nav .nav-link.dropdown-toggle.active::after {
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down-orange.png);
    transform: rotate(180deg);
    position: relative;
    top: -1px;
  }
  .header .sub-nav.nav-receiver .dropdown-toggle::after {
    margin-left: 8px;
  }
  .tab--style .nav-item .nav-link:hover {
    color: #1858a8;
  }
  .tab--style .nav-item .nav-link:hover svg {
    fill: #1858a8;
  }
  .dropdown.dontClose .dropdown-menu {
    display: block;
  }
  .dropdown-menu .dropdown-item:focus:not(.active) {
    background-color: transparent;
  }
  .dropdown-menu .dropdown-item:hover {
    color: #1858a8;
  }
  .dropdown-menu .dropdown-item:hover svg {
    fill: #1858a8;
  }
  .c-mega-menu .mega-push-container {
    margin-left: -60px;
    margin-right: -60px;
  }
  .c-mega-menu .mega-content-wrapper {
    padding: 40px 70px 40px 95px;
  }
  .c-mega-menu .mega-nav-list {
    padding-left: 70px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
  }
  .c-mega-menu .mega-nav-list li a:hover:not(.active) {
    color: #1858a8;
  }
  .c-mega-menu .mega-nav-list li a:hover:not(.active) svg {
    fill: #1858a8;
  }
  .gallery--slider {
    padding: 20px 0 46px 0;
    margin-left: -47px;
    margin-right: -47px;
  }
  .gallery--slider .slick-slide .item {
    padding: 0 47px;
  }
  .gallery--slider .slick-slide .item .aspect-container .gallery-caption {
    display: block;
    opacity: 0;
  }
  .gallery--slider .slick-slide.slick-current .item .aspect-container .gallery-caption {
    opacity: 1;
  }
  .gallery--slider .slick-slide.slick-current .item .aspect-container .gallery-caption .aspect-wrapper {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
  .gallery--slider .slick-dots {
    display: none !important;
  }
  .thumbnail--slider .slick-arrow,
  .gallery--slider .slick-arrow {
    position: absolute;
    display: block !important;
    z-index: 20;
    width: 40px;
    height: 40px;
    background: none;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    overflow: hidden;
    font-size: 0;
    padding: 0;
    left: -4px;
    top: 40%;
  }
  .thumbnail--slider .slick-arrow svg,
  .gallery--slider .slick-arrow svg {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #1858a8;
  }
  .thumbnail--slider .slick-arrow.slick-disabled svg,
  .gallery--slider .slick-arrow.slick-disabled svg {
    fill: #707274;
  }
  .thumbnail--slider .slick-arrow.slick-next,
  .gallery--slider .slick-arrow.slick-next {
    right: -4px;
    left: auto;
  }
  .thumbnail--slider .slick-arrow {
    top: auto;
    left: -42px;
    bottom: 27px;
  }
  .thumbnail--slider .slick-arrow.slick-next {
    left: auto;
    right: -42px;
  }
  .gallery-wrapper .gallerry-fade {
    display: block;
    width: calc((100vw - 1100px) / 2);
    max-width: 430px;
  }
  .gallery-wrapper .thumbnail--slider {
    margin-left: -11px;
    margin-right: -11px;
  }
  .gallery-wrapper .thumbnail--slider .slick-slide .item {
    padding-left: 11px;
    padding-right: 11px;
  }
  .gallery-wrapper .thumbnail--slider .slick-dots {
    margin: 20px 0 0;
  }
  .gallery-wrapper .thumbnail--slider .slick-dots li {
    margin-top: 0;
    margin-bottom: 0;
  }
  .gallery-wrapper.js-gallery-wrapper::before {
    min-height: 166px;
  }
  .sec-segments-slider .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-segments-slider .item .segments-detail .seg-content {
    padding: 30px 20px;
  }
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item .item-detail .item-img,
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item .item-detail .item-heading,
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item .item-detail .item-content,
  .sec-life-goals .lf-content .lf-cards-wrapper .icon-card-style:not(.slick-initialized) .item .item-detail .item-button {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-achieve-goal .numbered-list-box .sec-btn .btn {
    margin-left: 10px;
  }
  .numbered-list li {
    padding-left: 0;
  }
  .numbered-list li::before {
    left: -72px;
  }
  .multi-selection-filters {
    z-index: 20;
  }
  .multi-selection-filters .filter-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    position: static;
  }
  .multi-selection-filters .filter-btn-wrapper {
    display: none;
  }
  .filter-field {
    flex: 1 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
  }
  .filter-field .form-group .select-wrapper {
    margin-bottom: 30px;
  }
  .filter-sort {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 15px;
    position: static;
  }
  .custom-modal {
    opacity: 1;
    z-index: 1;
    position: static;
    background: transparent;
    overflow: visible;
  }
  .custom-modal .custom-modal-wrapper {
    height: auto;
    width: 100%;
    flex-direction: row;
    justify-content: unset;
    margin: 0;
    background-color: transparent;
    min-height: auto;
  }
  .custom-modal .custom-modal-wrapper .custom-modal-body {
    padding: 0;
    width: 100%;
  }
  .custom-modal .custom-modal-wrapper .custom-modal-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 100px;
  }
  .custom-modal .custom-modal-wrapper .custom-modal-body .field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .custom-modal .custom-modal-wrapper .custom-modal-header,
  .custom-modal .custom-modal-wrapper .custom-modal-footer {
    display: none;
  }
  .comparision-items {
    display: block;
    flex: 0 0 75%;
    width: 75%;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .comparision-items::after {
    display: none;
  }
  .widget-actions {
    padding: 0;
    flex: 0 0 25%;
    width: 25%;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget-inline {
    display: flex;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .btn-toggle-widget {
    display: none;
  }
  .comparision-widget {
    padding: 30px 0 21px;
  }
  .widget-actions .reset-tool span {
    display: none;
  }
  .widget-actions .cta-compare .reset-tool {
    display: block;
    margin: 0;
    margin-top: 10px;
    text-align: right;
  }
  .widget-actions .cta-compare .reset-tool span {
    display: block;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir="rtl"] .widget-actions .cta-compare .reset-tool span {
    font-family: 'HelveticaNeueLT Arabic 45', 'Helvetica Neue';
  }
  .comparision-widget.style--2 .widget-inline .comparision-items {
    display: block;
    padding: 0;
  }
  .cib-theme-plus .sub-nav .nav-link.dropdown-toggle.dropdown-toggle:hover::after {
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down.png);
  }
  .cib-theme-plus .sub-nav .nav-link.dropdown-toggle.dropdown-toggle:active::after {
    background-image: url(https://cibweberrorpage.z6.web.core.windows.net/img/down.png);
  }
}


/*# sourceMappingURL=main.en.css.map*/
