﻿@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #007028;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #007028;
  --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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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 {
  -webkit-box-sizing: content-box;
          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;
}

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

dfn {
  font-style: italic;
}

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;
  -webkit-text-decoration-skip: objects;
}

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: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

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

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"] {
  -webkit-box-sizing: border-box;
          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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8d7c3;
}

.table-hover .table-success:hover {
  background-color: #a8ceb5;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a8ceb5;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-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:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.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;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.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;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #007028;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 112, 40, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #007028;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #007028;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 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, .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-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #007028;
}

.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: #007028;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #00f056;
}

.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 {
  background-color: #00a33a;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 112, 40, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 112, 40, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #007028;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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, .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-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 {
  background-color: #efa2a9;
}

.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 {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #007028;
  border-color: #007028;
}

.btn-success:hover {
  color: #fff;
  background-color: #004a1a;
  border-color: #003d16;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #007028;
  border-color: #007028;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #003d16;
  border-color: #003011;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #007028;
  background-color: transparent;
  background-image: none;
  border-color: #007028;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #007028;
  border-color: #007028;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #007028;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #007028;
  border-color: #007028;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 112, 40, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

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

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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;
  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;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

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

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

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

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

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 > .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;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-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 {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
}

.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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.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;charset=utf8,%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;charset=utf8,%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;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

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

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #007028;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #003d16;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  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: #003a15;
  background-color: #cce2d4;
  border-color: #b8d7c3;
}

.alert-success hr {
  border-top-color: #a8ceb5;
}

.alert-success .alert-link {
  color: #000703;
}

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

@-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #003a15;
  background-color: #b8d7c3;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #003a15;
  background-color: #a8ceb5;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #003a15;
  border-color: #003a15;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.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, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* vertically center it*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* Put modal header elements (title and dismiss) on opposite ends*/
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* vertically center*/
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* Right align buttons with flex property because text-align doesn't work on flex items*/
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1. allow flex styles*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 2. vertically center contents*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 3. horizontally center contents*/
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #003d16 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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-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-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-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-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #003d16 !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.section-listings .listing-item:before,
.section-listings .listing-title-mobile:before,
.re-owned-properties .property-item:before,
.re-owned-properties .property-desc:before,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.section-listings .fa-pull-left.listing-item:before,
.section-listings .fa-pull-left.listing-title-mobile:before,
.re-owned-properties .fa-pull-left.property-item:before,
.re-owned-properties .fa-pull-left.property-desc:before,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.section-listings .fa-pull-right.listing-item:before,
.section-listings .fa-pull-right.listing-title-mobile:before,
.re-owned-properties .fa-pull-right.property-item:before,
.re-owned-properties .fa-pull-right.property-desc:before,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas,
.section-listings .listing-item:before,
.section-listings .listing-title-mobile:before,
.re-owned-properties .property-item:before,
.re-owned-properties .property-desc:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

/**
 * Basic styles for links
 */
a {
  color: #000;
  text-decoration: none;
}

a:active, a:focus, a:hover {
  color: #222;
  text-decoration: none;
}

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.btn:active, .btn:focus, .btn:hover,
a:active,
a:focus,
a:hover {
  outline: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/**
 * Basic styles for input fields
 */
input[type="email"],
input[type="password"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none;
}

input[type="email"]:active, input[type="email"]:focus, input[type="email"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler {
  padding: 10px 0;
  border: 0;
  border-radius: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  height: 4px;
  width: 29px;
  background: #000;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:first-child {
  -webkit-transform: rotate(225deg) translate(-6px, -5px);
  transform: rotate(225deg) translate(-6px, -5px);
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:last-child {
  -webkit-transform: rotate(-225deg) translate(-6px, 6px);
  transform: rotate(-225deg) translate(-6px, 6px);
}

.navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:hover {
  outline: 0;
}

body * {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  body,
  main {
    position: relative;
  }
}

textarea {
  resize: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1430px;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.overflow-auto {
  height: 100%;
  overflow: auto;
}

.overflow-hide {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .lock {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
  }
}

main.search-show {
  position: relative;
  z-index: -1;
}

button:active, button:focus, button:hover {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.line {
  position: relative;
  width: 100%;
  margin: 30px 0;
  height: 1px;
  background-color: #e0e0e0;
}

.line:before {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  height: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 1.5px solid #f21206;
}

.margin-fix {
  margin-top: 218px;
}

.breadcrumbs-fixed {
  position: fixed !important;
  top: 81px;
  z-index: 99;
  width: 100%;
}

.onload-hide {
  display: none;
}

body.overlayBlack {
  overflow: hidden;
}

body.overlayBlack:before {
  content: "";
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(12, 12, 12, 0.74);
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg#opensans-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/arial.eot");
  src: url("../fonts/arial.eot?#iefix") format("embedded-opentype"), url("../fonts/arial.woff") format("woff"), url("../fonts/arial.ttf") format("truetype"), url("../fonts/arial.svg#arial") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro Light";
  src: url("../fonts/myriadpro-light.eot");
  src: url("../fonts/myriadpro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-light.woff") format("woff"), url("../fonts/myriadpro-light.ttf") format("truetype"), url("../fonts/myriadpro-light.svg#myriadpro-light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro Regular";
  src: url("../fonts/myriadpro-regular.eot");
  src: url("../fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.svg#myriadpro-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro SemiBold";
  src: url("../fonts/myriadpro-semibold.eot");
  src: url("../fonts/myriadpro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-semibold.woff") format("woff"), url("../fonts/myriadpro-semibold.ttf") format("truetype"), url("../fonts/myriadpro-semibold.svg#myriadpro-semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro Bold";
  src: url("../fonts/myriadpro-bold.eot");
  src: url("../fonts/myriadpro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-bold.woff") format("woff"), url("../fonts/myriadpro-bold.ttf") format("truetype"), url("../fonts/myriadpro-bold.svg#myriadpro-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro Black";
  src: url("../fonts/myriadpro-black.eot");
  src: url("../fonts/myriadpro-black.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-black.woff") format("woff"), url("../fonts/myriadpro-black.ttf") format("truetype"), url("../fonts/myriadpro-black.svg#myriadpro-black") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Frutiger Light";
  src: url("../fonts/frutiger-light.eot");
  src: url("../fonts/frutiger-light.eot?#iefix") format("embedded-opentype"), url("../fonts/frutiger-light.woff") format("woff"), url("../fonts/frutiger-light.ttf") format("truetype"), url("../fonts/frutiger-light.svg#frutiger-light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Frutiger Regular";
  src: url("../fonts/frutiger-regular.eot");
  src: url("../fonts/frutiger-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/frutiger-regular.woff") format("woff"), url("../fonts/frutiger-regular.ttf") format("truetype"), url("../fonts/frutiger-regular.svg#frutiger-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Frutiger Bold";
  src: url("../fonts/frutiger-bold.eot");
  src: url("../fonts/frutiger-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/frutiger-bold.woff") format("woff"), url("../fonts/frutiger-bold.ttf") format("truetype"), url("../fonts/frutiger-bold.svg#frutiger-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Frutiger Etrablack";
  src: url("../fonts/frutiger-extrablack.eot");
  src: url("../fonts/frutiger-extrablack.eot?#iefix") format("embedded-opentype"), url("../fonts/frutiger-extrablack.woff") format("woff"), url("../fonts/frutiger-extrablack.ttf") format("truetype"), url("../fonts/frutiger-extrablack.svg#frutiger-extrablack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Frutiger Ultrablack";
  src: url("../fonts/frutiger-ultrablack.eot");
  src: url("../fonts/frutiger-ultrablack.eot?#iefix") format("embedded-opentype"), url("../fonts/frutiger-ultrablack.woff") format("woff"), url("../fonts/frutiger-ultrablack.ttf") format("truetype"), url("../fonts/frutiger-ultrablack.svg#frutiger-ultrablack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cairo";
  src: url("../fonts/cairo.eot");
  src: url("../fonts/cairo.eot?#iefix") format("embedded-opentype"), url("../fonts/cairo.woff") format("woff"), url("../fonts/cairo.ttf") format("truetype"), url("../fonts/cairo.svg#cairo") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #222;
  font: 400 125%/1.4 "Frutiger Regular";
}

.dropdown-link {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.caret-left {
  position: relative;
}

.caret-left:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -7px;
  border-top: 4px solid transparent;
  border-left: 4px solid #c40e00;
  border-bottom: 4px solid transparent;
}

.banner-title-country {
  font: normal 37px "Frutiger Bold";
  line-height: 1.4;
  text-transform: uppercase;
}

.banner-description-country {
  font-size: 14.8px;
  line-height: 26px;
}

.section-heading {
  font: normal 28px "Frutiger Bold";
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #525252;
}

.section-heading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 94px 20px rgba(255, 255, 255, 0.45);
          box-shadow: 0px 0px 94px 20px rgba(255, 255, 255, 0.45);
  width: 100%;
  z-index: -1;
}

.paragraph-title-dark {
  font-size: 34px;
  letter-spacing: .67px;
  font-family: "Myriad Pro Bold";
  text-align: center;
  color: #2c2c2c;
}

.paragraph-desc-dark {
  font-size: 16px;
  letter-spacing: .32px;
  font-family: "Myriad Pro Regular";
  text-align: center;
  color: #454545;
  line-height: 1.70;
}

.banner-title-dark {
  position: relative;
  font-size: 35px;
  font-family: "Myriad Pro Regular";
  text-align: center;
  color: #2c2c2c;
}

.banner-title-dark-bottom-line:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  height: 1px;
  width: 40px;
  background-color: #454545;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner-title-dark-highlight {
  z-index: 3;
}

.banner-title-dark-highlight:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
  -webkit-box-shadow: 0px 0px 44px 18px white;
          box-shadow: 0px 0px 44px 18px white;
}

.banner-desc-dark {
  font-size: 16px;
  font-family: "Myriad Pro Regular";
  text-align: center;
  color: #454545;
}

@media (min-width: 576px) and (max-width: 767px) {
  .banner-title-dark {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .banner-title-country {
    font-size: 30px;
    line-height: 1.1;
  }
  .banner-description-country {
    font-size: 14px;
  }
  .section-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .banner-title-dark {
    font-size: 26px;
  }
  .banner-title-dark-bottom-line:after {
    bottom: -15px;
  }
  .paragraph-title-dark {
    font-size: 24px;
  }
  .paragraph-desc-dark {
    font-size: 14px;
  }
}

.holder-statistics .holder-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0 0;
}

.holder-statistics .data {
  background: url(../images/semi-circle.png) center no-repeat;
  height: 200px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.holder-statistics .holder-text-data {
  margin-left: 20px;
  margin-top: -15px;
}

.holder-statistics .data-title {
  position: relative;
  font-size: 25px;
  color: #c40e00;
  font-family: "Myriad Pro Bold";
  text-transform: uppercase;
}

.holder-statistics .data-title.data-caret:after {
  content: '\f0d7';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 900;
  font-family: 'Font Awesome\ 5 Free';
}

.holder-statistics .data-percentage {
  margin-bottom: 14px;
  font-size: 30px;
  color: #383838;
  font-family: "Myriad Pro Bold";
  line-height: 25px;
}

.holder-statistics .data-date {
  font-size: 12px;
  color: #383838;
  font-family: "Myriad Pro Bold";
}

.holder-statistics .holder-statistics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 25px 10px 48px;
}

.holder-statistics .statistic-list {
  margin: 9px 0;
  width: 50%;
}

.holder-statistics .statistic-list .title {
  font-size: 16px;
  color: #626262;
  font-family: "Myriad Pro Bold";
  text-transform: uppercase;
}

.holder-statistics .statistic-list .num {
  color: #626262;
  font-size: 16px;
  font-family: "Myriad Pro Light";
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body {
  position: relative;
}

body.no-scroll {
  position: fixed;
  left: 0;
  right: 0;
}

body.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
}

body.body-overlay:before {
  content: '';
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(12, 12, 12, 0.74);
}

.bg-overlay {
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

.bg-overlay:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(12, 12, 12, 0.74);
}

.section-banner .swiper-banner {
  margin-right: 126px;
  height: calc(100vh - 115px - 150px);
  min-height: 503px;
}

.section-banner .swiper-banner .btn-default {
  max-width: 208px;
  letter-spacing: 1.5px;
}

.section-banner .swiper-banner.open-banner-swiper {
  height: calc(100vh - 155px);
  min-height: 503px;
}

.section-banner .banner-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-banner .section-heading {
  margin-bottom: 15px;
  font-family: "Myriad Pro SemiBold";
}

.section-banner .image-mobile {
  display: none;
}

.section-banner .holder-left {
  position: relative;
  width: calc(51% - 3px);
  margin-right: 3px;
  height: 643px;
}

.section-banner .holder-left .section-heading {
  font-size: 32px;
  line-height: 35px;
}

.section-banner .swiper-tax-holder {
  height: 100%;
}

.section-banner .swiper-tax-holder .swiper-button-next,
.section-banner .swiper-tax-holder .swiper-button-prev {
  top: calc(50% - 56px);
}

.section-banner .swiper-tax-holder {
  position: relative;
}

.section-banner .swiper-tax .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: center no-repeat;
  background-size: cover;
}

.section-banner .swiper-tax .tax-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 340px;
}

.section-banner .swiper-tax-thumbs {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
  width: 100%;
}

.section-banner .swiper-tax-thumbs .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-banner .swiper-tax-thumbs .swiper-slide {
  width: 23%;
}

.section-banner .swiper-tax-thumbs .swiper-slide-thumb-active .details-item {
  height: auto;
  background-color: #e8eff5;
}

.section-banner .swiper-tax-thumbs .swiper-slide-thumb-active .details-item .info {
  display: block;
  opacity: 1;
  height: auto;
}

.section-banner .details {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.section-banner .details-item {
  height: 13px;
  width: 100%;
  background-color: rgba(232, 239, 245, 0.5);
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section-banner .details-item .info {
  display: none;
  padding: 10px 15px;
  height: 0;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Myriad Pro SemiBold";
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  word-break: break-word;
}

.section-banner .column-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.section-banner .holder-left,
.section-banner .holder-right {
  height: calc(100vh - 115px - 153px);
  min-height: 500px;
}

.section-banner .holder-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 49%;
}

.section-banner .holder-right .banner-item {
  position: relative;
  width: calc(50% - 3px);
}

.section-banner .holder-right .banner-item:nth-of-type(1) {
  margin-right: 3px;
}

.section-banner .holder-right .banner-item:nth-of-type(3) {
  width: 100%;
  margin-top: 3px;
}

.section-banner .holder-right .section-heading {
  font-size: 26px;
  line-height: 23px;
}

.section-banner .holder-right .banner-item-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Myriad Pro Bold";
}

.section-banner .holder-right .column-content {
  position: initial;
}

.section-banner .holder-right > div:first-child, .section-banner .holder-right > div:nth-child(2) {
  height: calc(100vh - 152px - 470px);
}

.section-banner .with-date {
  background-color: #f4f4f4;
  padding: 3px;
}

.section-banner .with-date .section-heading {
  font-size: 19px;
}

.section-banner .with-date .date {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Myriad Pro Bold";
}

.section-banner .latest-offers {
  background: url(../images/banner-image-1.png) center no-repeat;
  background-size: cover;
}

.section-banner .latest-offers .section-heading {
  font-size: 19px;
  color: #fff;
}

.section-banner .latest-offers .banner-item-title {
  color: #fff;
}

.section-banner .loyalty-program {
  height: 320px;
  background: url(../images/banner-image.png) center no-repeat;
  background-size: cover;
}

.section-banner .banner-full {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 115px - 150px);
  min-height: 503px;
}

.section-banner .banner-full.building {
  background-image: url(../images/banner-slide-1.png);
}

.section-banner .banner-full.map {
  background-image: url(../images/banner-slide-2.png);
}

.section-banner .banner-full.map .section-heading {
  color: #fff;
}

.section-banner .banner-full.map .description {
  width: 100%;
  max-width: 350px;
  color: #fff;
}

.section-banner .banner-full .column-content {
  width: 600px;
}

.section-banner .banner-full .section-heading {
  margin: 0;
  font-size: 54px;
  text-transform: uppercase;
  font-family: "Myriad Pro Bold";
}

.section-banner .banner-full .description {
  margin-bottom: 22px;
  font-family: "Myriad Pro Light";
  font-size: 21px;
  line-height: 25px;
}

.section-banner .swiper-button-next,
.section-banner .swiper-button-prev {
  display: none;
}

.section-banner .banner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 31px;
  padding-left: 27px;
}

.section-banner .banner-item-title {
  padding-bottom: 13px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .section-banner .with-date .section-heading {
    font-size: 14px;
  }
  .section-banner .latest-offers .section-heading {
    font-size: 15px;
  }
  .section-banner .holder-right .btn-default {
    height: 35px;
  }
  .section-banner .holder-right > div:first-child, .section-banner .holder-right > div:nth-child(2) {
    width: 100%;
    height: 33.33%;
  }
  .section-banner .holder-right > div:last-child {
    height: 33.33%;
  }
  .section-banner .banner-item {
    padding-bottom: 15px;
    padding-left: 31px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner .details-item .info {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .section-banner .swiper-tax-thumbs .swiper-slide:active .details-item, .section-banner .swiper-tax-thumbs .swiper-slide:focus .details-item, .section-banner .swiper-tax-thumbs .swiper-slide:hover .details-item {
    height: auto;
  }
  .section-banner .swiper-tax-thumbs .swiper-slide:active .details-item .info, .section-banner .swiper-tax-thumbs .swiper-slide:focus .details-item .info, .section-banner .swiper-tax-thumbs .swiper-slide:hover .details-item .info {
    display: block;
    height: auto;
    opacity: 1;
  }
  .section-banner .swiper-tax {
    height: calc(100vh - 115px - 150px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-banner .swiper-tax-holder {
    margin-right: 125px;
  }
  .section-banner .holder-left {
    margin-right: 126px;
    width: 100%;
    height: 722px;
  }
  .section-banner .holder-right {
    width: 100%;
    height: 100%;
  }
  .section-banner .holder-right > div:first-child, .section-banner .holder-right > div:nth-child(2) {
    height: 400px;
  }
  .section-banner .swiper-banner {
    margin-right: 0;
  }
  .section-banner .banner-full {
    margin-right: 126px;
  }
  .section-banner .swiper-tax {
    height: 100%;
  }
  .section-banner .banner-full {
    height: 722px;
  }
}

@media screen and (max-width: 991px) {
  .section-banner .swiper-banner {
    height: initial;
  }
}

@media screen and (min-width: 576px) {
  .section-banner .swiper-tax {
    min-height: 503px;
  }
  .section-banner .swiper-tax .swiper-slide {
    height: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-banner .holder-left {
    height: 100%;
  }
  .section-banner .column-content {
    position: absolute;
    bottom: 20px;
    left: 35px;
    padding-bottom: 25px;
    width: 100%;
  }
  .section-banner .banner-full {
    height: 500px;
  }
  .section-banner .banner-full .section-heading {
    font-size: 34px;
  }
  .section-banner .banner-full .description {
    margin-bottom: 22px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .section-banner .swiper-banner {
    margin-right: 0;
    min-height: auto;
  }
  .section-banner .swiper-banner.open-banner-swiper {
    min-height: auto;
  }
  .section-banner .holder-left {
    width: 100%;
    min-height: initial;
  }
  .section-banner .swiper-tax .swiper-slide {
    display: block;
    background-image: none !important;
  }
  .section-banner .swiper-tax .image-mobile {
    display: block;
    width: 100%;
  }
  .section-banner .swiper-tax .tax-content {
    height: 100%;
  }
  .section-banner .swiper-tax .tax-content .heading-break {
    display: none;
  }
  .section-banner .swiper-tax .swiper-tax-next,
  .section-banner .swiper-tax .swiper-tax-prev {
    display: block;
    color: #c40e00;
    font-size: 40px;
    background-image: none;
  }
  .section-banner .banner-full {
    min-height: initial;
  }
  .section-banner .details-item {
    display: none;
  }
  .section-banner .section-heading {
    font-size: 22px;
  }
  .section-banner .section-heading .heading-break {
    display: none;
  }
  .section-banner .holder-right {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .section-banner .swiper-tax .tax-content {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .section-banner .swiper-tax .tax-content .btn-default {
    margin: 30px auto;
  }
  .section-banner .holder-left {
    height: auto;
    background: none;
  }
  .section-banner .holder-left .section-heading {
    font-size: 22px;
  }
  .section-banner .image-mobile {
    display: block;
    width: 100%;
  }
  .section-banner .btn-default {
    margin: auto;
  }
  .section-banner .column-content {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 30px 10px;
    width: 100%;
  }
  .section-banner .section-heading {
    text-align: center;
  }
  .section-banner .banner-full {
    height: auto;
  }
  .section-banner .banner-full .column-content {
    width: 100%;
  }
  .section-banner .banner-full.building, .section-banner .banner-full.map {
    background: none !important;
  }
  .section-banner .banner-full.map .section-heading,
  .section-banner .banner-full.map .description {
    color: unset;
  }
  .section-banner .banner-full.map .description {
    max-width: 100%;
  }
  .section-banner .banner-full .section-heading {
    font-size: 32px;
  }
  .section-banner .banner-full .description {
    font-size: 16px;
    text-align: center;
  }
}

.section-banner-country {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-banner-country .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 580px;
  padding: 103px 0 176px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.section-banner-country .banner-title-country {
  margin-top: 35px;
}

.section-banner-country .banner-description-country {
  margin-top: 34px;
}

@media all and (-ms-high-contrast: none) {
  .section-banner-country *::-ms-backdrop, .section-banner-country .banner-description-country {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .section-banner-country .holder {
    padding: 80px 0;
  }
  .section-banner-country .image-flag {
    max-width: 80px;
  }
  .section-banner-country .banner-description-country {
    margin-top: 25px;
  }
}

.section-banner-reflections {
  position: relative;
  height: 400px;
  background: url("../images/bg-banner-reflections.jpg") no-repeat center;
  background-size: cover;
}

.section-banner-reflections .banner-title-reflections {
  padding-top: 145px;
  font-family: "Myriad Pro Regular";
  font-size: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-banner-reflections {
    height: 300px;
    background-position-x: 20%;
  }
  .section-banner-reflections .banner-title-reflections {
    padding-top: 80px;
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-banner-reflections {
    height: 350px;
  }
  .section-banner-reflections .banner-title-reflections {
    padding-top: 50px;
  }
}

.section-banner-group-profile {
  position: relative;
  height: 395px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-banner-group-profile.banner-philosophy {
  height: 300px;
}

.section-banner-group-profile.banner-philosophy .banner-title-profile {
  padding-top: 115px;
}

.section-banner-group-profile .banner-title-profile {
  padding-top: 123px;
  font-family: "Myriad Pro Regular";
  font-size: 35px;
  text-align: center;
}

.section-banner-group-profile .banner-desc-profile {
  margin: 4px auto;
  max-width: 520px;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  text-align: center;
  letter-spacing: .3px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .section-banner-group-profile {
    height: 300px;
  }
  .section-banner-group-profile .banner-title-profile {
    padding-top: 90px;
    font-size: 30px;
  }
  .section-banner-group-profile .banner-desc-profile {
    font-size: 14px;
  }
}

.section-banner-global-markets {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 95px 0;
  background: url("../images/bg-banner-global-markets.jpg") no-repeat center;
  background-size: cover;
}

.section-banner-global-markets .banner-title-market {
  padding-top: 25px;
  font-family: "Frutiger Bold";
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.section-banner-global-markets .banner-desc-market {
  padding-top: 35px;
  margin: auto;
  max-width: 870px;
  font-family: "Frutiger Regular";
  font-size: 15px;
  text-align: center;
  letter-spacing: -.2px;
  line-height: 1.8;
  color: #fff;
}

.section-banner-global-markets .holder-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
}

.section-banner-global-markets .holder-button .btn-view-flyer {
  width: 250px;
}

.section-banner-global-markets .holder-button .btn-view-flyer.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 3s ease-out;
  transition: opacity 3s ease-out;
}

@media screen and (max-width: 767px) {
  .section-banner-global-markets {
    padding: 50px 0;
  }
  .section-banner-global-markets .banner-title-market {
    padding-top: 0;
    font-size: 25px;
  }
  .section-banner-global-markets .banner-desc-market {
    padding-top: 20px;
    font-size: 14px;
  }
  .section-banner-global-markets .holder-button {
    padding-top: 15px;
  }
}

.section-listings .listing-column {
  padding: 38px 2px 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #dfdfdf;
}

.section-listings .listing-column:nth-child(2) {
  padding-bottom: 41px;
}

.section-listings .listing-column.title-column {
  margin-top: 39px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 0;
}

.section-listings .listing-column .listing-column-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1396px;
  margin: 0 auto;
}

.section-listings .listing-column-fixed {
  position: fixed;
  top: 42px;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 99;
  margin-top: 0;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}

.section-listings .listing-column-fixed .holder-nav-title {
  margin: 0 auto;
  padding: 15px 0;
}

.section-listings .listing-column .holder-nav-title {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-listings .listing-title, .section-listings .listing-title-mobile {
  font: 15px "Frutiger Bold";
}

.section-listings .account-name-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}

.section-listings .account-title {
  margin-bottom: 21px;
  font: 26px "Frutiger Bold";
  color: #c40e00;
  letter-spacing: -.8px;
}

.section-listings .account-img-holder {
  position: relative;
  max-width: 487px;
}

.section-listings .account-img-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.section-listings .account-img {
  max-width: 100%;
  width: 100%;
  max-height: 326px;
  -o-object-fit: fill;
     object-fit: fill;
}

.section-listings .account-cta-holder {
  position: absolute;
  left: 0;
  bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.section-listings .btn-red-border,
.section-listings .btn-border-white {
  max-width: 156px;
  height: 36px;
  font: 12px "Arial";
}

.section-listings .btn-red-border-link,
.section-listings .btn-border-white-link {
  color: #fff;
}

.section-listings .btn-border-white {
  margin-left: 12px;
}

.section-listings .advantages-holder {
  padding-left: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.5%;
          flex: 0 0 34.5%;
  max-width: 34.5%;
}

.section-listings .advantages-holder,
.section-listings .requirements-holder {
  font-size: 15px;
  letter-spacing: -.2px;
}

.section-listings .advantages-holder ul,
.section-listings .requirements-holder ul {
  padding-left: 0;
  list-style: none;
}

.section-listings .advantages-holder ul li,
.section-listings .requirements-holder ul li {
  position: relative;
  margin-bottom: 18px;
  font-size: 15px;
  letter-spacing: -.2px;
}

.section-listings .advantages-holder ul li:before,
.section-listings .requirements-holder ul li:before {
  content: '\f0da';
  position: absolute;
  top: 0;
  left: -13px;
  width: 10px;
  height: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.section-listings .collapse {
  margin-top: 65px;
  max-width: 380px;
  position: relative;
  margin-bottom: 18px;
  font: 15px "Arial";
  letter-spacing: -.2px;
}

.section-listings .listing-item {
  position: relative;
  margin-bottom: 18px;
  font: 15px "Arial";
  letter-spacing: -.2px;
}

.section-listings .listing-item:before {
  content: '\f0da';
  position: absolute;
  top: 4px;
  left: -13px;
  width: 10px;
  height: 10px;
}

.section-listings .listing-title-mobile {
  position: relative;
  margin-bottom: 12px;
  padding-left: 7px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dfdfdf;
}

.section-listings .listing-title-mobile:before {
  content: '\f078';
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 13px;
}

.section-listings .listing-title-mobile[aria-expanded=true]:before {
  content: '\f077';
}

.section-listings .requirements-holder {
  padding-left: 29px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.5%;
          flex: 0 0 28.5%;
  max-width: 28.5%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-listings .listing-column-holder {
    max-width: 930px;
  }
}

@media screen and (max-width: 1199px) {
  .section-listings .collapse {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .section-listings .listing-title-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-listings .account-cta-holder {
    bottom: 15px;
  }
  .section-listings .btn-red-border {
    margin-bottom: 5px;
  }
  .section-listings .btn-border-white {
    margin-left: 0;
  }
  .section-listings .collapse {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-listings {
    padding-bottom: 40px;
  }
  .section-listings .listing-column {
    padding: 28px 2px 0;
    border-top: 0;
  }
  .section-listings .listing-column:nth-child(2) {
    padding: 24px 0 0;
  }
  .section-listings .listing-column.title-column {
    display: none;
  }
  .section-listings .account-name-holder {
    margin-bottom: 19px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section-listings .account-title {
    margin-bottom: 10px;
  }
  .section-listings .account-cta-holder {
    bottom: 2px;
  }
  .section-listings .btn-red-border {
    padding-top: 4px;
    max-width: 138px;
  }
  .section-listings .btn-border-white {
    padding-top: 3px;
    margin-left: 12px;
    max-width: 138px;
  }
  .section-listings .advantages-holder {
    margin-bottom: 20px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section-listings .requirements-holder {
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section-listings .listing-list {
    padding-left: 17px;
    padding-right: 0;
  }
  .section-listings .listing-item {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -.35px;
  }
  .section-listings .listing-item:last-child {
    margin-bottom: 0;
  }
  .section-listings .collapse {
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .section-listings > .container {
    padding: 0 8px;
  }
  .section-listings .advantages-holder ul,
  .section-listings .requirements-holder ul {
    padding-left: 22px;
  }
}

.section-benefits .section-title {
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 82px;
  text-align: center;
  font: 30px "Frutiger Bold";
  border-bottom: 1px solid #e0e0e0;
}

.section-benefits .section-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 57px;
  width: 1px;
  background-color: red;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.section-benefits .benefit {
  width: 20%;
}

.section-benefits .holder-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-benefits .benefit-text {
  position: relative;
  padding: 11px 0;
  margin-bottom: 65px;
  font-size: 14.8px;
  text-align: center;
  line-height: 27px;
}

.section-benefits .benefit-text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 55px;
  height: 1px;
  background-color: red;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-benefits .benefit {
    width: 25%;
    padding: 0 10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-benefits .benefit {
    width: 33%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 575px) {
  .section-benefits .section-title {
    padding-bottom: 30px;
    margin-bottom: 60px;
    font-size: 20px;
  }
  .section-benefits .benefit {
    width: 100%;
    padding: 0 10px;
  }
  .section-benefits .benefit-text {
    margin-bottom: 20px;
  }
}

.section-image-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-image-desc .holder-desc-side,
.section-image-desc .holder-image-side {
  width: 50%;
}

.section-image-desc .holder-desc-side {
  background-color: #f4f4f4;
}

.section-image-desc .holder-image-side {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-image-desc .desc {
  font-size: 14.7px;
  line-height: 26px;
  letter-spacing: .1px;
}

.section-image-desc .list-title {
  font: 30px "Frutiger Bold";
  line-height: 36px;
}

.section-image-desc .small-list-title {
  margin-bottom: 11px;
  font: 15px "Frutiger Bold";
}

.section-image-desc .list-text {
  padding-left: 17px;
  margin-bottom: 9.2px;
  font-size: 14.8px;
}

.section-image-desc .list-text:before {
  left: 0;
}

.section-image-desc .btn-red-border {
  max-width: 256px;
}

@media screen and (max-width: 991px) {
  .section-image-desc .holder-desc-side,
  .section-image-desc .holder-image-side {
    width: 100%;
  }
  .section-image-desc .holder-image-side {
    height: 300px;
  }
}

@media screen and (max-width: 575px) {
  .section-image-desc .desc {
    font-size: 12px;
    line-height: 16px;
  }
  .section-image-desc .list-title {
    font-size: 22px;
    line-height: 25px;
  }
  .section-image-desc .list-text {
    font-size: 12px;
  }
}

.holder-box-shadow {
  background-color: #fff;
}

.holder-box-shadow-dark .container:before {
  height: 72px !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.holder-box-shadow .container:not(.faq-tree):not(.section-text) {
  position: relative;
}

.holder-box-shadow .container:not(.faq-tree):not(.section-text):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% + 7px);
  max-width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translate(-1px, -72px);
          transform: translate(-1px, -72px);
}

.holder-box-shadow .holder-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}

@media screen and (max-width: 991px) {
  .holder-box-shadow .section-image-desc .holder-desc-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .holder-box-shadow .section-image-desc .holder-image-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 575px) {
  .holder-box-shadow-dark .container:before {
    height: 26px !important;
  }
  .holder-box-shadow .container:before {
    left: 50%;
    -webkit-transform: translate(-50%, -26px);
            transform: translate(-50%, -26px);
    max-width: 97%;
  }
  .holder-box-shadow .holder-content {
    -webkit-transform: translateY(-17px);
            transform: translateY(-17px);
  }
}

.section-how-it-works {
  position: relative;
}

.section-how-it-works .section-title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  padding: 1px 43px 11px;
  font-family: "Myriad Pro SemiBold";
  font-size: 32.3px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-how-it-works .holder-lists {
  position: relative;
  z-index: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-how-it-works .holder-lists:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-how-it-works .holder-lists li {
  padding-left: 17px;
  margin-bottom: 17px;
  font-size: 14.8px;
  line-height: 26px;
  position: relative;
}

.section-how-it-works .holder-lists li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -7px;
  border-top: 4px solid transparent;
  border-left: 4px solid #c40e00;
  border-bottom: 4px solid transparent;
  left: 0;
}

.section-how-it-works .holder-side {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 115px 56px 6px;
  width: 50%;
  background-color: #f4f4f4;
}

.section-how-it-works .title {
  padding-bottom: 25px;
  margin-bottom: 22px;
  font-size: 19.1px;
  font-weight: 600;
  border-bottom: 1px solid #c3c3c3;
}

.section-how-it-works .list-text {
  padding-left: 17px;
  margin-bottom: 17px;
  font-size: 14.8px;
  line-height: 26px;
}

.section-how-it-works .list-text:before {
  left: 0;
}

.section-how-it-works .link {
  color: #c40e00;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-how-it-works .holder-side {
    padding: 75px 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-how-it-works .holder-side {
    width: 100%;
  }
  .section-how-it-works .holder-side:nth-of-type(2) {
    padding-top: 15px;
  }
  .section-how-it-works .holder-lists:before {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-how-it-works .section-title {
    padding: 15px;
    font-size: 22px;
  }
  .section-how-it-works .holder-side {
    padding: 85px 25px 25px;
  }
}

@media screen and (max-width: 575px) {
  .section-how-it-works .section-title {
    padding: 10px 0;
    width: 200px;
    font-size: 18px;
    text-align: center;
  }
  .section-how-it-works .holder-side {
    padding: 75px 15px 15px;
  }
  .section-how-it-works .list-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.holder-notif__rights {
  opacity: 0;
  max-height: 0;
  text-transform: uppercase;
}

.holder-notif__rights.holder-color__yellow {
  background-color: #ffde01;
}

.holder-notif__rights.holder-color__yellow .btn-close:before, .holder-notif__rights.holder-color__yellow .btn-close:after {
  background-color: #000;
}

.holder-notif__rights.holder-color__red {
  background-color: #c40e00;
}

.holder-notif__rights.holder-color__green {
  background-color: #007028;
}

.holder-notif__rights.holder-color__green, .holder-notif__rights.holder-color__red {
  color: #fff;
}

.holder-notif__rights.holder-color__green .notif-title, .holder-notif__rights.holder-color__red .notif-title {
  border-color: #fff;
}

.holder-notif__rights.holder-color__green .notif-desc, .holder-notif__rights.holder-color__red .notif-desc {
  font-family: "Myriad Pro Light";
  letter-spacing: 1px;
}

.holder-notif__rights.holder-color__green .notif-link, .holder-notif__rights.holder-color__red .notif-link {
  color: #fff;
}

.holder-notif__rights.holder-color__green .notif-close:before, .holder-notif__rights.holder-color__green .notif-close:after, .holder-notif__rights.holder-color__red .notif-close:before, .holder-notif__rights.holder-color__red .notif-close:after {
  border-color: #fff;
}

.holder-notif__rights.active {
  position: relative;
  z-index: 100;
  opacity: 1;
  max-height: 100%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.holder-notif__rights .holder-notif-details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.holder-notif__rights .cookie-notifs {
  width: 305px;
}

.holder-notif__rights .notif-rights {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0;
  width: 100%;
}

.holder-notif__rights .notif-title {
  padding: 18px 34px 19px 9px;
  font: 16px "Myriad Pro Bold";
  line-height: 1.4;
  letter-spacing: 2.3px;
  border-right: 1px solid #222;
}

.holder-notif__rights .notif-desc {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 27px;
  font: 16px "Myriad Pro SemiBold";
  letter-spacing: .1px;
}

.holder-notif__rights .notif-paragraph {
  width: 100%;
  max-width: 730px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 27px;
  font: 16px "Myriad Pro Regular";
  text-transform: none;
  letter-spacing: .1px;
}

.holder-notif__rights .notif-link {
  margin-right: 35px;
  font: 14px "Myriad Pro SemiBold";
  letter-spacing: .2px;
  text-decoration: underline;
}

.holder-notif__rights .notif-close {
  position: relative;
  z-index: 3;
}

.holder-notif__rights .notif-close:before, .holder-notif__rights .notif-close:after {
  top: -8px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .holder-notif__rights .notif-title, .holder-notif__rights .notif-desc {
    font-size: 13px;
  }
  .holder-notif__rights .notif-link {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .holder-notif__rights .notif-desc {
    padding-left: 17px;
  }
  .holder-notif__rights .notif-link {
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .holder-notif__rights.holder-color__yellow .btn-close:active:before, .holder-notif__rights.holder-color__yellow .btn-close:active:after, .holder-notif__rights.holder-color__yellow .btn-close:focus:before, .holder-notif__rights.holder-color__yellow .btn-close:focus:after, .holder-notif__rights.holder-color__yellow .btn-close:hover:before, .holder-notif__rights.holder-color__yellow .btn-close:hover:after {
    background-color: #c40e00;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .holder-notif__rights .holder-notif-details:first-child {
    width: 70%;
  }
  .holder-notif__rights .holder-notif-details:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 30%;
  }
  .holder-notif__rights .notif-title {
    padding-right: 0;
    width: 32%;
  }
  .holder-notif__rights .notif-desc {
    padding-left: 12px;
    width: 68%;
  }
  .holder-notif__rights .notif-paragraph {
    max-width: 380px;
    padding-left: 12px;
    font-size: 14px;
  }
  .holder-notif__rights .notif-link {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .holder-notif__rights .holder-notif-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .holder-notif__rights .notif-rights {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .holder-notif__rights .notif-title, .holder-notif__rights .notif-desc {
    width: 100%;
    font-size: 11px;
  }
  .holder-notif__rights .notif-title {
    padding: 2px 0;
    line-height: 1.28;
    letter-spacing: .8px;
    border-right: 0;
  }
  .holder-notif__rights .notif-desc {
    padding: 4px 0 0;
    margin-right: auto;
    width: 94%;
    line-height: 1;
  }
  .holder-notif__rights .notif-paragraph {
    margin: 15px 0;
    padding-left: 0;
  }
  .holder-notif__rights .notif-link {
    padding-top: 11px;
    font-size: 12px;
  }
  .holder-notif__rights .notif-close {
    position: absolute;
    top: 0;
    right: 17px;
  }
  .holder-notif__rights .notif-close:before, .holder-notif__rights .notif-close:after {
    top: -8px;
    left: 28px;
    height: 22px;
  }
}

.holder-video-pop {
  position: relative;
  z-index: 100;
  padding: 0;
  max-height: 0;
  opacity: 0;
  background: url("../images/video-bg.png") center center no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.holder-video-pop.active {
  position: relative;
  z-index: 100;
  padding: 118px 0 73px;
  opacity: 1;
  max-height: 100%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.holder-video-pop.open-youtube__video {
  padding: 0;
  -webkit-animation: slideInDown 1s linear;
          animation: slideInDown 1s linear;
}

.holder-video-pop .holder-video {
  position: relative;
}

.holder-video-pop .holder-video.video-hide {
  display: none;
  height: 0;
  opacity: 0;
}

.holder-video-pop .holder-video__youtube {
  display: none;
  opacity: 0;
  height: 0;
}

.holder-video-pop .holder-video__youtube.video-youtube__show {
  position: relative;
  z-index: 101;
  display: block;
  opacity: 1;
  height: 100%;
  -webkit-animation: slideInDown 1s linear;
          animation: slideInDown 1s linear;
}

.holder-video-pop .video-play {
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 72px;
  height: 72px;
  border: 5px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.holder-video-pop .video-text {
  margin-top: 27px;
  font: 25px "Frutiger Bold";
  letter-spacing: 1.1px;
  color: #fff;
  text-transform: uppercase;
}

.holder-video-pop .video-youtube {
  width: 100%;
  height: 699px;
  border: 0;
}

.holder-video-pop .btn-play {
  margin-left: 4px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 24px solid #fff;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.holder-video-pop .btn-close {
  position: absolute;
  top: 9px;
  right: 44px;
  z-index: 105;
}

.holder-video-pop .btn-close:before, .holder-video-pop .btn-close:after {
  border-color: #fff;
}

@media screen and (max-width: 1199px) {
  .holder-video-pop .holder-video__youtube.video-youtube__show {
    height: 100vh;
  }
  .holder-video-pop .video-youtube {
    height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  .holder-video-pop .video-play:active, .holder-video-pop .video-play:focus, .holder-video-pop .video-play:hover {
    border-color: #c40e00;
  }
  .holder-video-pop .video-play:active .btn-play, .holder-video-pop .video-play:focus .btn-play, .holder-video-pop .video-play:hover .btn-play {
    border-left-color: #c40e00;
  }
}

@media screen and (max-width: 767px) {
  .holder-video-pop {
    background-position: right center;
  }
  .holder-video-pop .video-play {
    width: 67px;
    height: 67px;
  }
  .holder-video-pop .video-text {
    font-size: 20px;
  }
  .holder-video-pop .btn-play {
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 20px;
  }
  .holder-video-pop .btn-close {
    top: 0;
    right: 19px;
  }
}

.holder-tab-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f2f2f2;
}

.holder-tab-template .holder-left-side {
  padding: 100px 80px 88px;
  width: 35.5%;
  height: calc(100vh - 152px - 62px);
  max-height: 794px;
  color: #fff;
  text-align: center;
  background: no-repeat center;
  background-size: cover;
}

.holder-tab-template .holder-left-side .holder-title {
  position: relative;
  padding-bottom: 65px;
}

.holder-tab-template .holder-left-side .holder-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 41px;
  width: 95px;
  background: url(../images/title-background.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.holder-tab-template .holder-left-side .page-title {
  font-size: 36px;
  font-family: "Myriad Pro SemiBold";
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.holder-tab-template .holder-left-side .page-subtitle {
  margin-top: -6px;
  font-size: 21.2px;
  letter-spacing: 0.6px;
  font-family: "Myriad Pro SemiBold";
}

.holder-tab-template .holder-left-side .page-description {
  padding: 0 13px;
  margin: 22px auto 63px;
  font: 15px "Frutiger Regular";
  letter-spacing: .1px;
  line-height: 28px;
}

.holder-tab-template .holder-left-side .holder-buttons {
  margin: 40px auto;
  max-width: 336px;
}

.holder-tab-template .holder-left-side .button-desc {
  margin-bottom: 11px;
  font: 15px "Frutiger Regular";
  line-height: 21px;
}

.holder-tab-template .holder-left-side .btn-default {
  position: relative;
  margin-bottom: 18px;
  font-size: 13.6px;
  letter-spacing: 0.7px;
  color: #fff;
  font-family: "Myriad Pro SemiBold";
}

.holder-tab-template .holder-left-side .btn-default:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.holder-tab-template .holder-right-side {
  width: 64.5%;
}

.holder-tab-template .holder-right-side .holder-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 0 12px;
  background-color: #e0e0e0;
}

.holder-tab-template .holder-right-side .holder-tabs .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.holder-tab-template .holder-right-side .holder-tabs .swiper-slide {
  position: relative;
  margin: 0 5%;
  width: auto;
  min-width: 7%;
  text-align: center;
}

.holder-tab-template .holder-right-side .holder-tabs .swiper-slide-thumb-active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.holder-tab-template .holder-right-side .holder-tabs .swiper-slide-thumb-active .tab-text {
  color: #404040;
}

.holder-tab-template .holder-right-side .holder-content {
  height: calc(100vh - 152px - 59px - 62px);
  max-height: 100%;
  overflow-y: scroll;
  background: #f2f2f2;
  scroll-behavior: smooth;
}

.holder-tab-template .holder-right-side .holder-content::-webkit-scrollbar {
  width: 6px;
}

.holder-tab-template .holder-right-side .holder-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #fff;
          box-shadow: inset 0 0 5px #fff;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}

.holder-tab-template .holder-right-side .holder-content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

.holder-tab-template .holder-right-side .holder-content .swiper-slide:nth-of-type(2) {
  margin-top: 177px;
}

.holder-tab-template .holder-right-side .tab {
  padding: 0 36px;
}

.holder-tab-template .holder-right-side .tab-text {
  position: relative;
  font-size: 16px;
  color: #939393;
  font-family: "Myriad Pro SemiBold";
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .holder-tab-template .holder-right-side .holder-tabs .swiper-slide {
    margin: 0 3%;
  }
}

@media screen and (max-width: 1199px) {
  .holder-tab-template .holder-left-side {
    padding: 100px 20px 88px;
    height: auto;
  }
  .holder-tab-template .holder-right-side .holder-tabs .swiper-slide {
    margin: 0 1%;
  }
  .holder-tab-template .holder-right-side .tab-text {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .holder-tab-template {
    height: 794px;
  }
  .holder-tab-template .holder-right-side {
    height: 794px;
  }
  .holder-tab-template .holder-right-side .holder-content {
    max-height: 737px;
  }
}

@media screen and (min-width: 768px) {
  .holder-tab-template .holder-left-side .btn-white-opacity:active, .holder-tab-template .holder-left-side .btn-white-opacity:focus, .holder-tab-template .holder-left-side .btn-white-opacity:hover {
    background-color: #c40e00;
    border-bottom-color: rgba(250, 250, 250, 0.3);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .holder-tab-template .holder-right-side {
    height: 794px;
  }
  .holder-tab-template .holder-right-side .holder-content {
    max-height: 738px;
  }
}

@media screen and (max-width: 991px) {
  .holder-tab-template .holder-left-side {
    padding-left: 10px;
    padding-right: 10px;
  }
  .holder-tab-template .holder-left-side .page-description {
    margin-bottom: 42px;
  }
  .holder-tab-template .holder-right-side .holder-tabs .swiper-wrapper {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .holder-tab-template .holder-right-side .holder-tabs .swiper-slide {
    margin: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .holder-tab-template .holder-left-side {
    padding: 50px 10px;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
  .holder-tab-template .holder-left-side .holder-title {
    padding-bottom: 48px;
  }
  .holder-tab-template .holder-left-side .page-title {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .holder-tab-template .holder-left-side .page-subtitle {
    margin-top: 0;
    font-size: 18.2px;
  }
  .holder-tab-template .holder-left-side .page-description {
    margin: 2px auto 39px;
    padding: 0 2px;
    max-width: 380px;
    font-size: 11.4px;
    line-height: 22px;
  }
  .holder-tab-template .holder-left-side .button-desc {
    font-size: 11.4px;
    line-height: 18px;
  }
  .holder-tab-template .holder-right-side {
    width: 100%;
  }
  .holder-tab-template .holder-right-side .holder-tabs {
    padding: 26px 0 13px;
  }
  .holder-tab-template .holder-right-side .holder-tabs .swiper-slide {
    margin: 0 1%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 29%;
            flex: 1 0 29%;
  }
  .holder-tab-template .holder-right-side .tab-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .holder-tab-template .holder-right-side .holder-tabs .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .holder-tab-template .holder-right-side .holder-content {
    max-height: 678px;
  }
}

.holder-nav__tabs .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #3a3a3a;
}

.holder-nav__tabs .nav-item {
  width: 33.33%;
  text-align: center;
  text-transform: uppercase;
}

.holder-nav__tabs .nav-item:not(:last-child) .nav-link {
  position: relative;
}

.holder-nav__tabs .nav-item:not(:last-child) .nav-link:before {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  height: 25px;
  border-right: 1px solid #e9e9e9;
}

.holder-nav__tabs .nav-link {
  padding: 24px 0;
  font: 15px "Frutiger Bold";
  color: #fff;
}

.holder-nav__tabs .nav-link.active {
  color: #fff;
  background-color: #c40e00;
  border-color: transparent;
  border-radius: 0;
}

.holder-nav__tabs .nav-link.active:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .holder-nav__tabs .nav-link:active, .holder-nav__tabs .nav-link:focus, .holder-nav__tabs .nav-link:hover {
    color: #fff;
    background-color: #c40e00;
    border-color: transparent;
    border-radius: 0;
  }
  .holder-nav__tabs .nav-link:active:before, .holder-nav__tabs .nav-link:focus:before, .holder-nav__tabs .nav-link:hover:before {
    display: none;
  }
}

.section-tabs-wrapper .holder-right-side {
  width: 100%;
}

.tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tabs-wrapper .list-holder {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 28px 0 12px;
  overflow-x: auto;
  background-color: #e0e0e0;
}

.tabs-wrapper .list-group-item {
  padding: 0;
  margin-bottom: 0;
  margin-right: 80px;
  width: auto;
  font-size: 14px;
  font-family: "Myriad Pro SemiBold";
  color: #939393;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.tabs-wrapper .active {
  color: #404040;
}

.tabs-wrapper .active .list-text {
  position: relative;
}

.tabs-wrapper .active .list-text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.tabs-wrapper .content-holder {
  position: relative;
  padding-bottom: 150px;
  height: calc(100vh - 276px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Buttons */
  /* Up */
  /* Down */
}

.tabs-wrapper .content-holder::-webkit-scrollbar {
  width: 6px;
}

.tabs-wrapper .content-holder::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #fff;
          box-shadow: inset 0 0 5px #fff;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}

.tabs-wrapper .content-holder::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

.tabs-wrapper .content-holder::-webkit-scrollbar-button:single-button {
  border-style: solid;
  height: 8px;
  width: 8px;
}

.tabs-wrapper .content-holder::-webkit-scrollbar-button:vertical:decrement {
  border-width: 0 2.5px 8px 2.5px;
  border-color: transparent transparent #404040 transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tabs-wrapper .content-holder::-webkit-scrollbar-button:vertical:decrement:hover {
  border-color: transparent transparent #505050 transparent;
}

.tabs-wrapper .content-holder::-webkit-scrollbar-button:vertical:increment {
  border-width: 8px 2.5px 0 2.5px;
  border-color: #404040 transparent transparent transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tabs-wrapper .content-holder::-webkit-scrollbar-button:vertical:increment:hover {
  border-color: #505050 transparent transparent transparent;
}

.tabs-wrapper .card-holder {
  margin-bottom: 10px;
  height: calc(100vh - 276px);
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .tabs-wrapper .card-holder {
    height: 100vh;
  }
  .tabs-wrapper .list-group-item {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tabs-wrapper {
    height: 794px;
  }
}

@media screen and (max-width: 1199px) {
  .tabs-wrapper .card-holder {
    height: auto;
  }
  .tabs-wrapper .list-holder {
    display: -webkit-inline-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767px) {
  .tabs-wrapper-scrolled .list-holder {
    position: fixed;
    top: 68px;
    width: 100%;
    left: 0;
    z-index: 9;
  }
  .tabs-wrapper-scrolled .content-holder {
    padding-top: 59px;
  }
  .tabs-wrapper .content-holder {
    height: 441px;
    padding-bottom: 0;
  }
}

.section-bacnassurance-tabs .no-caret .nav-link.active:before {
  display: none;
}

.section-bacnassurance-tabs .bacnassurance-tabs {
  background: #3a3a3a;
}

.section-bacnassurance-tabs .nav-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 1500px;
  background: #3a3a3a;
  border-bottom: 0;
}

.section-bacnassurance-tabs .nav-item {
  margin-bottom: 0;
  font: 14px "Myriad Pro SemiBold";
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 100%;
}

.section-bacnassurance-tabs .nav-item:last-child .nav-link:after {
  display: none;
}

.section-bacnassurance-tabs .nav-link {
  position: relative;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  border: 0;
}

.section-bacnassurance-tabs .nav-link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 38%;
  border-right: 1px solid #aaaaaa;
}

.section-bacnassurance-tabs .nav-link.active {
  position: relative;
  height: 100%;
  color: #fff;
  background: #c40e00;
  border: 0;
  border-radius: 0;
}

.section-bacnassurance-tabs .nav-link.active:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #c40e00;
}

.section-bacnassurance-tabs .nav-link.active:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .section-bacnassurance-tabs .nav-link:active, .section-bacnassurance-tabs .nav-link:focus, .section-bacnassurance-tabs .nav-link:hover {
    background: #c40e00;
    border: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-bacnassurance-tabs .bacnassurance-tabs {
    background: transparent;
  }
  .section-bacnassurance-tabs .nav-tabs {
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: transparent;
    -webkit-overflow-scrolling: touch;
  }
  .section-bacnassurance-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .section-bacnassurance-tabs .nav-item {
    margin-bottom: 15px;
    width: 20%;
    background: #3a3a3a;
  }
  .section-bacnassurance-tabs .no-caret .nav-item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .section-bacnassurance-tabs .nav-item {
    width: 30%;
  }
}

.section-features {
  padding-top: 62px;
}

.section-features .features-title {
  position: relative;
  font: 19px "Myriad Pro SemiBold";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.section-features .features-title:after {
  content: '';
  position: absolute;
  top: 51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 765px;
  border-left: 3px dotted silver;
}

.section-features .features-subtitle {
  text-align: center;
  font: 13px "Myriad Pro Regular";
}

.section-features .features-list {
  padding: 34px 0 73px;
  margin: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 1065px;
}

.section-features .features {
  position: relative;
  margin-left: auto;
  margin-bottom: 13px;
  padding: 24px 24px 25px 38px;
  max-width: 460px;
  background: #e9e9e9;
  border-left: 4px solid #c50c07;
}

.section-features .features:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -39px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  border-bottom: 1px solid #a1a1a1;
}

.section-features .features:nth-child(2n) {
  margin: -43px 0 -15px 0;
  padding-right: 62px;
  border-left: 0;
  border-right: 4px solid #c50c07;
}

.section-features .features:nth-child(2n):after {
  left: auto;
  right: -39px;
}

.section-features .features:nth-child(3n) {
  margin-bottom: 45px;
}

.section-features .features:nth-child(5n) {
  margin-bottom: 28px;
}

.section-features .features-desc {
  font: 16px "Myriad Pro Regular";
  line-height: 25px;
  letter-spacing: .3px;
}

.section-features.features-related .features-title:after {
  display: none;
}

.section-features.features-related .related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 138px auto 0;
  max-width: 904px;
}

.section-features.features-related .swiper-related {
  max-height: 550px;
}

.section-features.features-related .swiper-pagination {
  right: 50%;
  margin-top: -15px;
}

.section-features.features-related .swiper-pagination-bullet {
  margin: 16px 0;
  width: 6px;
  height: 6px;
}

.section-features.features-related .swiper-pagination-bullet-active {
  background: #c40e00;
}

.section-features.features-related .related-accounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 47%;
  height: 406px;
  background-size: cover;
  border: 10px solid #fff;
}

.section-features.features-related .related-accounts:last-of-type {
  margin-top: -85px;
}

.section-features.features-related .img-card-holder {
  margin-top: 54px;
  width: 100%;
  text-align: center;
}

.section-features.features-related .img-card {
  max-width: 100%;
}

.section-features.features-related .related-details {
  margin-top: auto;
  padding: 20px 59px 26px 39px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.section-features.features-related .related-title {
  margin-bottom: 14px;
  font: 20px "Myriad Pro SemiBold";
  letter-spacing: 1.3px;
}

.section-features.features-related .related-desc {
  font: 15px "Myriad Pro Regular";
  line-height: 21px;
  letter-spacing: .1px;
}

.section-features.features-related .holder-btn-scroll {
  margin-top: 45px;
}

@media screen and (max-width: 1199px) {
  .section-features .features {
    max-width: 410px;
  }
  .section-features.features-related .related-list {
    max-width: 609px;
  }
  .section-features.features-related .related-accounts {
    height: 280px;
  }
  .section-features.features-related .img-card-holder {
    margin: 20px 0 10px;
  }
  .section-features.features-related .img-card {
    max-width: 120px;
  }
  .section-features.features-related .related-details {
    padding: 20px 15px 15px;
  }
}

@media screen and (max-width: 991px) {
  .section-features .features-title:after {
    height: 945px;
  }
  .section-features .features {
    padding: 26px 20px;
    max-width: 300px;
  }
  .section-features .features:nth-child(2n) {
    padding-right: 15px;
  }
  .section-features.features-related .img-card-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0 10px;
  }
  .section-features.features-related .related-title {
    font-size: 15px;
  }
  .section-features.features-related .related-desc {
    font-size: 12px;
    line-height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .section-features {
    padding-top: 33px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-features .features-title:after {
    display: none;
  }
  .section-features .features-column {
    padding-bottom: 30px;
  }
  .section-features .features-list {
    padding-bottom: 42px;
  }
  .section-features .features {
    margin-left: 20px;
    margin-bottom: 68px;
    padding: 5px 4px 6px 7px;
    max-width: 100%;
  }
  .section-features .features:nth-child(2n) {
    margin-right: 17px;
    margin-bottom: 44px;
  }
  .section-features .features:nth-child(3n) {
    margin-bottom: 83px;
  }
  .section-features .features:nth-child(5n) {
    margin-bottom: 78px;
  }
  .section-features .features:last-of-type {
    margin-bottom: 0;
  }
  .section-features .features-desc {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: .12px;
  }
}

@media screen and (max-width: 575px) {
  .section-features.features-related .related-list {
    margin-top: 30px;
    max-width: 291px;
  }
  .section-features.features-related .related-accounts {
    margin-bottom: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border: 0;
  }
  .section-features.features-related .swiper-pagination {
    display: none;
  }
}

.section-hero-banner {
  padding: 96px 0 91px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-hero-banner .icon-banner-holder {
  margin-bottom: 19px;
}

.section-hero-banner .icon-banner {
  max-width: 100%;
}

.section-hero-banner .hero-banner-title {
  margin-bottom: 28px;
  color: #fff;
  font: 30px "Frutiger Bold";
  text-transform: uppercase;
}

.section-hero-banner .banner-divider {
  margin-bottom: 28px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.section-hero-banner .hero-banner-desc {
  margin: 0 auto;
  max-width: 662px;
  color: #dfdfdf;
  font: 15px "Frutiger Regular";
  line-height: 25px;
  letter-spacing: -.1px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-hero-banner {
    padding: 85px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero-banner .icon-banner-holder {
    margin-bottom: 20px;
  }
  .section-hero-banner .icon-banner {
    max-width: 35px;
  }
  .section-hero-banner .hero-banner-title {
    margin-bottom: 13px;
    font-size: 20px;
  }
  .section-hero-banner .banner-divider {
    margin-bottom: 8px;
  }
  .section-hero-banner .hero-banner-desc {
    font-size: 12px;
    line-height: 21px;
  }
}

@media screen and (max-width: 575px) {
  .section-hero-banner {
    padding: 42px 0 31px;
  }
}

.section-products-services {
  padding-top: 31px;
}

.section-products-services .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 58px;
}

.section-products-services .items.items-three-column {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.section-products-services .items.items-three-column .item {
  max-width: calc(33.33% - 10px);
  margin-right: 15px;
}

.section-products-services .items.items-three-column .item:nth-child(3n) {
  margin-right: 0;
}

.section-products-services .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-products-services .column {
  width: 100%;
  max-width: 260px;
  padding-top: 13px;
}

.section-products-services .item {
  width: 100%;
  max-width: calc(50% - 10px);
  margin-bottom: 34px;
}

.section-products-services .item .holder-image {
  height: 297px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-products-services .item .description-header {
  padding: 21px 0 12px;
  border-bottom: 1px solid #e6e6e6;
}

.section-products-services .item .description-title {
  font: normal 20.2px "Frutiger Bold";
  text-transform: uppercase;
}

.section-products-services .item .accordion-link {
  position: relative;
  display: block;
  margin: 0;
  font-size: 14.5px;
  line-height: 32px;
}

@media screen and (min-width: 768px) {
  .section-products-services .item .accordion-link:hover:before, .section-products-services .item .accordion-link:hover:after {
    background-color: #222;
  }
}

.section-products-services .item .accordion-link:before, .section-products-services .item .accordion-link:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: initial;
  margin: auto;
  background-color: #b80c0c;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section-products-services .item .accordion-link:before {
  width: 12px;
  height: 2px;
}

.section-products-services .item .accordion-link:after {
  right: 10px;
  width: 2px;
  height: 12px;
}

.section-products-services .item .accordion-body {
  display: block;
  margin: 0;
  font-size: 14.5px;
  line-height: 32px;
}

.section-products-services .item .accordion-description {
  margin-top: 13px;
  font-size: 13.7px;
  line-height: 22px;
}

@media screen and (max-width: 1199px) {
  .section-products-services .accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-products-services .item .column {
    max-width: 100%;
    padding-right: 0;
  }
  .section-products-services .item .column + .column {
    padding-top: 0;
  }
  .section-products-services .item .accordion-link {
    padding-right: 20px;
  }
  .section-products-services .item .accordion-link:before {
    right: 0;
  }
  .section-products-services .item .accordion-link:after {
    right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .section-products-services .item {
    max-width: 100%;
  }
  .section-products-services .items.items-three-column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-products-services .items.items-three-column .item {
    max-width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-products-services .items {
    max-width: 400px;
    margin: 50px auto 0;
  }
  .section-products-services .item .holder-image {
    height: 200px;
  }
  .section-products-services .item .column {
    max-width: 100%;
  }
  .section-products-services .item .column + .column {
    padding-top: 0;
  }
  .section-products-services .item .description-title {
    font-size: 18px;
  }
  .section-products-services .item .accordion-link {
    font-size: 14px;
  }
  .section-products-services .accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-shareholding .holder-shareholding {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-shareholding .holder-shareholding-list {
  width: 50%;
  font-family: "Frutiger Light";
  color: #fff;
}

.section-shareholding .holder-shareholding-list:first-child {
  position: relative;
  height: 727px;
  background: url("../images/directors-image2.jpg") center center no-repeat;
  background-size: cover;
}

.section-shareholding .holder-shareholding-list:last-child {
  padding-left: 106px;
  background-color: #3a3a3a;
}

.section-shareholding .holder-details {
  position: relative;
  left: 61%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 62px 47px 42px;
  margin-right: auto;
  width: 88%;
  height: 380px;
  border: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-shareholding .holder-ownership:not(:last-child) {
  margin-bottom: 48px;
}

.section-shareholding .holder-sh-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 727px;
}

.section-shareholding .details-title {
  font-size: 33px;
  letter-spacing: .2px;
}

.section-shareholding .details-desc {
  position: relative;
  padding: 29px 0 42px;
  margin-right: auto;
  width: 55%;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.78;
}

.section-shareholding .details-desc:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39px;
  border-bottom: 1px solid #fff;
}

.section-shareholding .details-image {
  width: 100%;
}

.section-shareholding .details-percent {
  font-size: 36px;
}

.section-shareholding .details-percent-red-tag {
  position: relative;
}

.section-shareholding .details-percent-red-tag:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #c50d01;
}

.section-shareholding .details-own-desc {
  padding-top: 12px;
  margin-right: auto;
  width: 59%;
  font-size: 14px;
  letter-spacing: .9px;
  line-height: 1.8;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-shareholding .holder-details {
    padding: 41px 47px;
    height: 344px;
  }
  .section-shareholding .details-title, .section-shareholding .details-percent {
    font-size: 30px;
  }
  .section-shareholding .details-desc {
    width: 88%;
    font-size: 13px;
  }
  .section-shareholding .details-own-desc {
    width: 84%;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-shareholding .holder-details {
    padding: 41px 47px;
    height: 344px;
  }
  .section-shareholding .holder-shareholding-list:last-child {
    padding-left: 55px;
  }
  .section-shareholding .details-title, .section-shareholding .details-percent {
    font-size: 30px;
  }
  .section-shareholding .details-desc {
    width: 88%;
    font-size: 13px;
  }
  .section-shareholding .details-own-desc {
    width: 84%;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section-shareholding .holder-details {
    top: 0;
    left: 0;
    display: block;
    padding: 51px 37px 0;
    width: 100%;
    height: 247px;
    -webkit-transform: initial;
            transform: initial;
  }
  .section-shareholding .holder-shareholding-list {
    width: 100%;
  }
  .section-shareholding .holder-shareholding-list:first-child {
    padding: 31px 10px 0;
    height: 262px;
  }
  .section-shareholding .holder-shareholding-list:last-child {
    padding: 0 13px;
  }
  .section-shareholding .holder-sh-list {
    height: 416px;
  }
  .section-shareholding .holder-ownership:not(:last-child) {
    margin-bottom: 25px;
  }
  .section-shareholding .details-title {
    font-size: 18px;
    letter-spacing: .6px;
  }
  .section-shareholding .details-desc {
    padding: 11px 0 42px;
    width: 88%;
    font-size: 11px;
  }
  .section-shareholding .details-own-desc {
    padding-top: 20px;
    width: 84%;
    font-size: 11px;
  }
  .section-shareholding .details-percent {
    font-size: 19px;
  }
}

.section-faq-content {
  padding-top: 69px;
}

.section-faq-content .features-title {
  font-size: 31.4px;
  text-transform: initial;
}

.section-faq-content .features-title:after {
  display: none;
}

.section-faq-content .features-list {
  position: relative;
  padding: 41px 0 30px;
}

.section-faq-content .features-list:before {
  content: '';
  position: absolute;
  top: 31px;
  left: 50%;
  height: 79%;
  border-left: 3px dotted silver;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-faq-content .features {
  padding: 0;
  margin-bottom: 53px;
  margin-left: 57.4%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-faq-content .features:nth-child(2n) {
  padding: 0;
  margin: 0 58.1% 14px auto;
}

.section-faq-content .card {
  border: 0;
  background-color: transparent;
}

.section-faq-content .card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.section-faq-content .btn-link {
  position: relative;
  padding: 22px 40px 22px 25px;
  width: 100%;
  color: #c40e00;
  font-size: 15px;
  text-align: left;
  white-space: normal;
}

.section-faq-content .btn-link[aria-expanded="true"] .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-faq-content .btn-link .fa-chevron-down {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section-faq-content .btn-link.collapsed {
  color: #000;
}

.section-faq-content .btn-link:active, .section-faq-content .btn-link:focus, .section-faq-content .btn-link:hover {
  text-decoration: none;
}

.section-faq-content .btn-link .fas, .section-faq-content .btn-link .section-listings .listing-item:before, .section-listings .section-faq-content .btn-link .listing-item:before, .section-faq-content .btn-link .section-listings .listing-title-mobile:before, .section-listings .section-faq-content .btn-link .listing-title-mobile:before, .section-faq-content .btn-link .re-owned-properties .property-item:before, .re-owned-properties .section-faq-content .btn-link .property-item:before, .section-faq-content .btn-link .re-owned-properties .property-desc:before, .re-owned-properties .section-faq-content .btn-link .property-desc:before {
  position: absolute;
  top: 28px;
  right: 15px;
  font-size: 13px;
}

.section-faq-content .card-text {
  font-size: 15px;
}

.section-faq-content .card-text:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .section-faq-content .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .section-faq-content {
    padding-top: 30px;
  }
  .section-faq-content .features-title {
    font-size: 23px;
  }
  .section-faq-content .features-list {
    padding-bottom: 0;
  }
  .section-faq-content .features-list:before {
    display: none;
  }
  .section-faq-content .features {
    margin: 0 auto 30px 40px;
    width: auto;
  }
  .section-faq-content .features:nth-child(2n) {
    margin: 0 40px 30px auto;
    width: auto;
  }
  .section-faq-content .btn-link {
    font-size: 12px;
    padding: 15px 25px 15px 15px;
  }
  .section-faq-content .btn-link .fas, .section-faq-content .btn-link .section-listings .listing-item:before, .section-listings .section-faq-content .btn-link .listing-item:before, .section-faq-content .btn-link .section-listings .listing-title-mobile:before, .section-listings .section-faq-content .btn-link .listing-title-mobile:before, .section-faq-content .btn-link .re-owned-properties .property-item:before, .re-owned-properties .section-faq-content .btn-link .property-item:before, .section-faq-content .btn-link .re-owned-properties .property-desc:before, .re-owned-properties .section-faq-content .btn-link .property-desc:before {
    top: 19px;
    right: 12px;
  }
  .section-faq-content .card-text {
    font-size: 12px;
  }
  .section-faq-content .card-text:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.section-transparency-awareness .container {
  position: relative;
}

.section-transparency-awareness .container:before, .section-transparency-awareness .container:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  width: calc(100% - 65px);
  height: 1px;
  margin: auto;
  background-color: #eeeeee;
}

.section-transparency-awareness .container:before {
  top: 0;
  bottom: initial;
}

.section-transparency-awareness .container:after {
  top: initial;
  bottom: 0;
}

.section-transparency-awareness .container-fluid {
  padding: 0;
}

.section-transparency-awareness .container-fluid .holder {
  padding: 0 15px;
}

.section-transparency-awareness .section-heading {
  padding-top: 29px;
}

.section-transparency-awareness .heading-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 35px 0 10px;
}

.section-transparency-awareness .heading-buttons .btn-default {
  width: 100%;
  max-width: 157px;
  height: 37px;
}

.section-transparency-awareness .heading-buttons .btn-default:first-child {
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .section-transparency-awareness .heading-buttons .btn-border-red:hover {
    color: #fff;
  }
}

.section-transparency-awareness .items {
  padding: 45px 0 20px;
  margin-bottom: 17px;
}

.section-transparency-awareness .items-full {
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-transparency-awareness .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 395px;
  margin-bottom: 45px;
}

.section-transparency-awareness .item .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 46px;
}

.section-transparency-awareness .item .item-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section-transparency-awareness .item .item-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.section-transparency-awareness .item.item-full .item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section-transparency-awareness .item.item-full .item-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.section-transparency-awareness .item:nth-child(even) .item-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.section-transparency-awareness .item:nth-child(even) .item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section-transparency-awareness .item:nth-child(even) .holder {
  padding-left: 83px;
}

.section-transparency-awareness .item .title {
  margin-top: -12px;
  font: normal 20.8px "Myriad Pro Bold";
  line-height: 46px;
  color: #cc4031;
}

.section-transparency-awareness .item .description {
  padding-right: 15px;
  font: normal 16px "Myriad Pro Regular";
  line-height: 1.4;
  color: #737373;
}

.section-transparency-awareness .item .description + .description {
  margin-top: 20px;
}

.section-transparency-awareness .item .description .btn-default {
  margin: 20px auto 0;
  width: 240px;
}

.section-transparency-awareness .item .description .far {
  padding-left: 10px;
}

.section-transparency-awareness .item-column {
  width: 100%;
  max-width: 50%;
  height: 100%;
}

.section-transparency-awareness .item-text {
  background-color: #eeeeee;
}

.section-transparency-awareness .item-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-transparency-awareness .item .holder-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 0 47px;
}

.section-transparency-awareness .item .holder-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-transparency-awareness .item .holder-buttons .btn-default {
  width: 100%;
  max-width: 157px;
  height: 37px;
}

.section-transparency-awareness .item .holder-buttons .btn-default:first-child {
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .section-transparency-awareness .item .holder-buttons .btn-border-white:hover {
    color: #c40e00;
  }
}

.section-transparency-awareness .item-full {
  height: 423px;
  margin-bottom: 0;
}

.section-transparency-awareness .item-full .item-image .holder {
  margin-left: -21px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.section-transparency-awareness .item-full .title {
  max-width: 520px;
  margin: -5px auto 23px;
  font-size: 36px;
  line-height: 1.15;
  color: #fff;
  text-align: center;
}

.section-transparency-awareness .item-full .description {
  width: 100%;
  max-width: 500px;
  padding: 0;
  margin: 0 auto;
  font-size: 16.5px;
  line-height: 1.7;
  text-align: center;
}

.section-transparency-awareness .btn-pdf {
  max-width: 300px;
  margin-top: 25px;
}

.section-transparency-awareness .btn-pdf-center {
  margin: 25px auto 0;
}

.section-transparency-awareness .btn-pdf .fa-file-pdf {
  margin-left: 12px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .section-transparency-awareness .items {
    padding-top: 35px;
  }
  .section-transparency-awareness .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .section-transparency-awareness .item .holder {
    padding: 0 25px;
  }
  .section-transparency-awareness .item .item-column {
    padding: 80px 0;
    height: auto;
  }
  .section-transparency-awareness .item .item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    height: 250px;
  }
  .section-transparency-awareness .item .item-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
  .section-transparency-awareness .item .description {
    padding: 0;
  }
  .section-transparency-awareness .item-full .item-image {
    height: auto;
    padding: 0;
  }
  .section-transparency-awareness .item-full .item-image .holder {
    padding: 80px 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-transparency-awareness .item .title {
    margin: 0 auto 15px;
    font-size: 20px;
    line-height: 1.2;
  }
  .section-transparency-awareness .item .item-column {
    padding: 40px 0;
  }
  .section-transparency-awareness .item:nth-child(even) .holder {
    padding: 0 25px;
  }
  .section-transparency-awareness .item-full .item-image {
    padding: 0;
  }
  .section-transparency-awareness .item-full .item-image .holder {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-transparency-awareness .item-full .description {
    font-size: 15px;
  }
  .section-transparency-awareness .item-full .description br {
    display: none;
  }
}

.section-hero {
  position: relative;
}

.section-hero .holder-hero-details {
  position: relative;
  z-index: 4;
  padding: 172px 0 0;
}

.section-hero .swiper-slide {
  position: relative;
  height: 673px;
}

.section-hero .swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.section-hero .swiper-pagination-custom, .section-hero .swiper-pagination-fraction, .section-hero .swiper-pagination-bullets {
  bottom: 179px;
  cursor: pointer;
}

.section-hero .swiper-pagination-bullet {
  width: 222px;
  height: 13px;
  background-color: #f6f1ed;
  border-radius: 2px;
  opacity: .5;
  outline: 0;
}

.section-hero .swiper-pagination-bullet-active {
  background-color: #f6f1ed;
  opacity: 1;
}

.section-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1px;
}

.section-hero .hero-title {
  font: 50px "Frutiger Bold";
}

.section-hero .hero-desc {
  padding: 11px 0 31px;
  font: 16px "Frutiger Light";
  line-height: 1.5;
}

.section-hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 673px;
}

.section-hero .btn-red {
  margin: 0 auto;
  width: 218px;
}

.section-hero .holder-cards {
  position: relative;
  padding: 22px 0 12px;
  margin-top: -151px;
}

.section-hero .holder-cards:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(196, 14, 0, 0.85);
}

.section-hero .holder-cards-list {
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  margin: 0 auto;
  width: 44%;
  opacity: 1;
}

.section-hero .holder-cards-list.retail-landing {
  width: 64%;
}

.section-hero .holder-cards-list.retail-landing .cards-list {
  width: 20%;
}

.section-hero .holder-cards-list .cards-list .holder-cards-image:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.section-hero .holder-cards-list-penta {
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  margin: 0 auto;
  width: 64%;
  opacity: 1;
}

.section-hero .holder-cards-list-quad {
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  margin: 0 auto;
  width: 54%;
  opacity: 1;
}

.section-hero .holder-cards-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 100%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.section-hero .cards-title {
  position: relative;
  z-index: 2;
  font: 19px "Frutiger Bold";
  letter-spacing: 1.25px;
  color: #fff;
  text-transform: uppercase;
}

.section-hero .cards-list {
  width: 33.33%;
  color: #fff;
}

.section-hero .cards-list-penta {
  width: 20%;
  color: #fff;
}

.section-hero .cards-list-quad {
  width: 25%;
  color: #fff;
}

.section-hero .cards-details {
  padding-top: 33px;
  font: 14px "Frutiger Light";
  letter-spacing: 1px;
}

.section-hero .cards-image {
  fill: #c40f00;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.section-hero .cards-icon circle {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.section-hero .cards-icon path {
  fill: #c40f00;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-hero .holder-hero-details {
    padding-top: 100px;
  }
  .section-hero .holder-cards-list {
    width: 57%;
  }
  .section-hero .holder-cards-list-penta {
    width: 75%;
  }
  .section-hero .swiper-slide {
    height: 592px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-hero .holder-hero-details {
    padding-top: 102px;
  }
  .section-hero .hero-desc {
    font-size: 14px;
  }
  .section-hero .holder-cards-list {
    width: 76%;
  }
  .section-hero .holder-cards-list-penta {
    width: 85%;
  }
  .section-hero .holder-cards-image {
    width: 60px;
    height: 60px;
  }
  .section-hero .swiper-slide {
    height: 548px;
  }
  .section-hero .cards-image {
    width: 30px;
  }
  .section-hero .cards-icon {
    width: 50px;
  }
}

@media screen and (min-width: 768px) {
  .section-hero .cards-list:active .holder-cards-image, .section-hero .cards-list:focus .holder-cards-image, .section-hero .cards-list:hover .holder-cards-image,
  .section-hero .cards-list-penta:active .holder-cards-image,
  .section-hero .cards-list-penta:focus .holder-cards-image,
  .section-hero .cards-list-penta:hover .holder-cards-image,
  .section-hero .cards-list-quad:active .holder-cards-image,
  .section-hero .cards-list-quad:focus .holder-cards-image,
  .section-hero .cards-list-quad:hover .holder-cards-image {
    border-color: #fff;
    background-color: transparent;
  }
  .section-hero .cards-list:active .cards-image, .section-hero .cards-list:focus .cards-image, .section-hero .cards-list:hover .cards-image,
  .section-hero .cards-list-penta:active .cards-image,
  .section-hero .cards-list-penta:focus .cards-image,
  .section-hero .cards-list-penta:hover .cards-image,
  .section-hero .cards-list-quad:active .cards-image,
  .section-hero .cards-list-quad:focus .cards-image,
  .section-hero .cards-list-quad:hover .cards-image {
    fill: #fff;
  }
  .section-hero .cards-list:active .cards-icon circle, .section-hero .cards-list:focus .cards-icon circle, .section-hero .cards-list:hover .cards-icon circle,
  .section-hero .cards-list-penta:active .cards-icon circle,
  .section-hero .cards-list-penta:focus .cards-icon circle,
  .section-hero .cards-list-penta:hover .cards-icon circle,
  .section-hero .cards-list-quad:active .cards-icon circle,
  .section-hero .cards-list-quad:focus .cards-icon circle,
  .section-hero .cards-list-quad:hover .cards-icon circle {
    fill: transparent;
  }
  .section-hero .cards-list:active .cards-icon path, .section-hero .cards-list:focus .cards-icon path, .section-hero .cards-list:hover .cards-icon path,
  .section-hero .cards-list-penta:active .cards-icon path,
  .section-hero .cards-list-penta:focus .cards-icon path,
  .section-hero .cards-list-penta:hover .cards-icon path,
  .section-hero .cards-list-quad:active .cards-icon path,
  .section-hero .cards-list-quad:focus .cards-icon path,
  .section-hero .cards-list-quad:hover .cards-icon path {
    fill: #fff;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-hero .holder-cards-list-penta {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .section-hero .hero-image,
  .section-hero .swiper-slide {
    height: 491px;
  }
  .section-hero .hero-desc br {
    display: none;
  }
  .section-hero .holder-hero-details {
    padding-top: 54px;
  }
  .section-hero .holder-info {
    position: absolute;
    top: 308px;
  }
  .section-hero .holder-cards {
    padding: 12px 0 12px;
    margin-top: -457px;
    margin-bottom: 190px;
  }
  .section-hero .holder-cards-list {
    padding-top: 14px;
    width: 97%;
  }
  .section-hero .holder-cards-image {
    width: 46px;
    height: 46px;
  }
  .section-hero .swiper-pagination-custom, .section-hero .swiper-pagination-fraction, .section-hero .swiper-pagination-bullets {
    bottom: 463px;
  }
  .section-hero .swiper-pagination-bullet {
    width: 91px;
    height: 9px;
  }
  .section-hero .swiper-slide {
    height: 610px;
  }
  .section-hero .swiper-slide:before {
    display: none;
  }
  .section-hero .hero-title {
    font-size: 25px;
  }
  .section-hero .hero-desc {
    padding-top: 14px;
    font-size: 11px;
    line-height: 1.8;
  }
  .section-hero .hero-image {
    height: 193px;
  }
  .section-hero .cards-title {
    font-size: 14px;
    font-family: "Frutiger Light";
  }
  .section-hero .cards-image {
    width: 27px;
  }
  .section-hero .cards-icon {
    width: 45px;
  }
  .section-hero .cards-details {
    padding-top: 13px;
    font-size: 11px;
  }
  .section-hero .cards-details br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .section-hero .swiper-global-banner .holder-info {
    top: 335px;
  }
  .section-hero .swiper-retail-banner .holder-info {
    top: 400px;
  }
  .section-hero .swiper-corporate-banner .holder-info {
    top: 365px;
  }
  .section-hero .holder-cards-list-penta, .section-hero .holder-cards-list-quad {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .section-hero .holder-cards-list-penta {
    max-width: 300px;
  }
  .section-hero .holder-cards-list-quad {
    max-width: 200px;
  }
  .section-hero .cards-list-penta {
    margin-bottom: 6px;
    width: 33.33%;
  }
  .section-hero .cards-list-quad {
    margin-bottom: 6px;
    width: 50%;
  }
}

.section-icon-circles {
  border-top: 1px solid #eeeeee;
}

.section-icon-circles .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 45px 86px;
}

.section-icon-circles .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 205px;
  height: 205px;
  background-color: #f3f3f3;
  border-radius: 50%;
}

.section-icon-circles .item-title {
  max-width: 140px;
  margin-bottom: 11px;
  font: normal 15.5px "Myriad Pro SemiBold";
  line-height: 18px;
  text-transform: uppercase;
}

.section-icon-circles .holder-image {
  position: relative;
  top: 16px;
}

.section-icon-circles .item-icon {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .section-icon-circles .item-icon:hover {
    opacity: .7;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}

@media screen and (max-width: 1199px) {
  .section-icon-circles .items {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section-icon-circles .items {
    padding-right: 0;
    padding-left: 0;
  }
  .section-icon-circles .item {
    width: 170px;
    height: 170px;
  }
  .section-icon-circles .item-title {
    margin-bottom: 0;
    font-size: 14px;
  }
  .section-icon-circles .holder-image {
    top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .section-icon-circles .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-icon-circles .item:not(:first-child) {
    margin-top: 50px;
  }
}

.section-tabs-gray .nav-tabs {
  border: none;
}

.section-tabs-gray .nav-tabs .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 50%;
  background-color: #aaaaaa;
}

.section-tabs-gray .nav-tabs .tab-gray-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.section-tabs-gray .nav-tabs .tab-gray-link .tab-gray-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 10px 5px;
  font: normal 16px "Cairo";
  letter-spacing: -.2px;
  color: #444;
}

.section-tabs-gray .nav-tabs .tab-gray-link.active {
  background-color: #bbbbbb;
}

.section-tabs-gray .nav-tabs .tab-gray-link.active .tab-gray-text {
  color: #c40e00;
}

.section-tabs-gray .nav-tabs .tab-gray-link.active .tab-gray-text:after {
  content: '';
  position: absolute;
  top: initial;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c40e00;
}

.section-tabs-gray .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1340px;
  padding: 100px 0 5px;
  margin: auto;
}

.section-tabs-gray .items .item {
  width: 33.33%;
  margin-bottom: 81px;
}

.section-tabs-gray .items .item .item-holder {
  max-width: 358px;
  margin: auto;
}

.section-tabs-gray .items .item:nth-child(4), .section-tabs-gray .items .item:nth-child(5) {
  width: 50%;
}

.section-tabs-gray .items .item:nth-child(4) .item-holder, .section-tabs-gray .items .item:nth-child(5) .item-holder {
  max-width: 100%;
  padding: 0 30px;
}

.section-tabs-gray .items .holder-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}

.section-tabs-gray .items .image-icon {
  max-height: 100%;
}

.section-tabs-gray .items .item-description {
  margin-top: 37px;
  font: 15px "Cairo";
  line-height: 26px;
  text-align: center;
}

.section-tabs-gray .items .item-description .item-link {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .section-tabs-gray .items .item-description .item-link:hover {
    color: #c40d00;
  }
}

.section-tabs-gray .items .item-description .click-here {
  color: #c40d00;
}

@media screen and (min-width: 768px) {
  .section-tabs-gray .items .item-description .click-here:hover {
    color: #222;
  }
}

.section-tabs-gray .items .item-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 26px;
  border-top: 1px solid #e0e0e0;
}

.section-tabs-gray .items .item-contact-column {
  position: relative;
  width: 100%;
  max-width: 53%;
  padding-left: 40px;
  font-family: "Cairo";
  font-size: 14.8px;
  line-height: 26px;
}

.section-tabs-gray .items .item-contact-column:before {
  content: '';
  position: absolute;
  top: 5px;
  right: initial;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../images/icon-pin.png") no-repeat center;
  background-size: contain;
}

.section-tabs-gray .items .item-contact-details {
  width: 100%;
  max-width: 40%;
  margin-left: auto;
}

.section-tabs-gray .items .item-contact-details .item-li {
  padding-left: 38px;
}

.section-tabs-gray .items .item-contact-details .item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 18px;
  font-size: 14.5px;
}

.section-tabs-gray .items .item-contact-details .item-link:before {
  content: '';
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: -38px;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .section-tabs-gray .items .item-contact-details .item-link:hover {
    color: #c40d00;
  }
}

.section-tabs-gray .items .item-contact-details .icon-phone:before {
  background-image: url("../images/icon-phone2.png");
}

.section-tabs-gray .items .item-contact-details .icon-fax:before {
  background-image: url("../images/icon-fax2.png");
}

.section-tabs-gray .items .item-contact-details .icon-email:before {
  background-image: url("../images/icon-email.png");
}

.section-tabs-gray.direction-rtl {
  direction: rtl;
}

.section-tabs-gray.direction-rtl .nav-tabs .tab-gray-link .tab-gray-text {
  font-weight: bold;
}

.section-tabs-gray.direction-rtl .items .item-contact-column {
  padding-right: 40px;
  padding-left: 0;
  text-align: right;
}

.section-tabs-gray.direction-rtl .items .item-contact-column:before {
  right: 0;
  left: initial;
}

.section-tabs-gray.direction-rtl .items .item-contact-details {
  margin-right: auto;
  margin-left: 0;
}

.section-tabs-gray.direction-rtl .items .item-contact-details .item-li {
  padding-right: 38px;
  padding-left: 0;
}

.section-tabs-gray.direction-rtl .items .item-contact-details .item-link:before {
  right: -38px;
  left: initial;
}

@media screen and (max-width: 1199px) {
  .section-tabs-gray .items .item .item-holder {
    padding: 0 15px;
  }
  .section-tabs-gray .items .item .item-description br {
    display: none;
  }
  .section-tabs-gray .items .item-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-tabs-gray .items .item-contact-column,
  .section-tabs-gray .items .item-contact-details {
    max-width: 100%;
  }
  .section-tabs-gray .items .item-contact-details {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-tabs-gray .tab-links {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .section-tabs-gray .nav-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .section-tabs-gray .nav-tabs .nav-item {
    max-width: initial;
  }
  .section-tabs-gray .nav-tabs .tab-gray-link {
    padding: 0 15px;
  }
  .section-tabs-gray .nav-tabs .tab-gray-link.active .tab-gray-text:after {
    bottom: 1px;
  }
  .section-tabs-gray .nav-tabs .tab-gray-link .tab-gray-text {
    font-size: 14px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .section-tabs-gray .items {
    padding: 60px 0 0;
  }
  .section-tabs-gray .items .item,
  .section-tabs-gray .items .item:nth-child(4),
  .section-tabs-gray .items .item:nth-child(5) {
    width: 100%;
    margin: auto auto 50px;
  }
  .section-tabs-gray .items .item .item-holder,
  .section-tabs-gray .items .item:nth-child(4) .item-holder,
  .section-tabs-gray .items .item:nth-child(5) .item-holder {
    max-width: 500px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-tabs-gray .items .item .holder-image,
  .section-tabs-gray .items .item:nth-child(4) .holder-image,
  .section-tabs-gray .items .item:nth-child(5) .holder-image {
    height: 40px;
  }
  .section-tabs-gray .items .item-description {
    margin-top: 20px;
    font-size: 14px;
  }
  .section-tabs-gray .items .item-description br {
    display: none;
  }
}

.section-cta-country {
  position: relative;
  height: 519px;
  background: url("../images/bg-cta-country.jpg") no-repeat center right;
  background-size: cover;
}

.section-cta-country .container {
  height: 100%;
}

.section-cta-country .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 382px;
  height: 100%;
  padding-top: 99px;
  margin-left: auto;
}

.section-cta-country .cta-label {
  margin-bottom: 7px;
  font: normal 20px "Myriad Pro Bold";
  letter-spacing: .2px;
  line-height: 28px;
}

.section-cta-country .details:not(:first-of-type) {
  margin: 42px 0 0;
}

.section-cta-country .details .cta-name {
  font: normal 20px "Myriad Pro Bold";
  letter-spacing: .2px;
  line-height: 30px;
}

.section-cta-country .details .cta-item {
  padding-left: 38px;
  margin: 9px 0 0;
}

.section-cta-country .details .cta-link {
  position: relative;
  font: normal 15.5px "Myriad Pro SemiBold";
}

@media screen and (min-width: 768px) {
  .section-cta-country .details .cta-link:hover {
    color: #c40e00;
  }
}

.section-cta-country .details .cta-link:before {
  content: '';
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: -38px;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section-cta-country .details .cta-link-phone:before {
  background-image: url("../images/icon-phone3.png");
}

.section-cta-country .details .cta-link-email:before {
  background-image: url("../images/icon-email2.png");
}

.section-cta-country .details .cta-link-fax:before {
  background-image: url("../images/icon-fax3.png");
}

.section-cta-country .holder-button {
  max-width: 240px;
  margin-top: 32px;
}

@media screen and (max-width: 1199px) {
  .section-cta-country {
    background-position: 64%;
  }
  .section-cta-country .holder {
    width: 325px;
  }
}

@media screen and (max-width: 991px) {
  .section-cta-country {
    overflow: hidden;
    background-position: 24%;
  }
  .section-cta-country .holder {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 330px;
    padding: 0;
    margin: auto;
  }
  .section-cta-country .holder:before, .section-cta-country .holder:after {
    content: '';
    position: absolute;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #fff;
    opacity: .5;
  }
  .section-cta-country .holder:before {
    left: -100%;
  }
  .section-cta-country .holder:after {
    right: -100%;
  }
  .section-cta-country .cta-label,
  .section-cta-country .details,
  .section-cta-country .holder-button {
    position: relative;
    z-index: 2;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-cta-country {
    height: auto;
    background-position: 30%;
  }
  .section-cta-country .holder {
    padding: 80px 0;
  }
  .section-cta-country .btn-red:active, .section-cta-country .btn-red:focus, .section-cta-country .btn-red:hover {
    color: #fff;
  }
}

.section-cta-country-alternate {
  height: auto;
  background-image: url("../images/bg-cta-country2.png");
}

.section-cta-country-alternate .holder {
  padding: 0;
  margin-right: auto;
  margin-left: 0;
}

.section-cta-country-alternate .cta-label {
  margin: 33px 0 5px;
}

.section-cta-country-alternate .details {
  margin: 0;
}

.section-cta-country-alternate .details:not(:first-of-type) {
  margin: 0;
}

.section-cta-country-alternate .details .cta-name {
  font-size: 15.4px;
  color: #576263;
}

.section-cta-country-alternate .details .cta-description {
  margin: 13px 0 0;
  font-size: 14.75px;
  line-height: 22px;
  color: #576263;
}

.section-cta-country-alternate .details .cta-item {
  margin: 0;
}

.section-cta-country-alternate .details .cta-link {
  color: #576263;
}

.section-cta-country-alternate .details .list-details {
  margin: 0 0 20px;
}

.section-cta-country-alternate .holder-button {
  margin: 23px 0 54px;
}

.section-cta-country-alternate .overlay-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.section-cta-country-alternate .overlay-holder .overlay-text {
  width: 608px;
  height: 105px;
  padding: 30px 49px;
  margin-top: -40px;
  font-size: 14.8px;
  line-height: 23px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1199px) {
  .section-cta-country-alternate {
    background-position: 30%;
  }
}

@media screen and (max-width: 991px) {
  .section-cta-country-alternate {
    background-position: 80%;
  }
  .section-cta-country-alternate .holder {
    max-width: 400px;
    margin-left: auto;
  }
  .section-cta-country-alternate .holder-button {
    margin-bottom: 0;
  }
  .section-cta-country-alternate .overlay-holder {
    position: relative;
    padding-top: 40px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .section-cta-country-alternate .overlay-holder .overlay-text {
    position: relative;
    max-width: 430px;
    height: auto;
    padding: 40px 15px;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .section-cta-country-alternate {
    background-position: 55%;
  }
  .section-cta-country-alternate .overlay-holder .overlay-text {
    font-size: 13px;
    line-height: 20px;
  }
}

.section-cta-country-inverted {
  background-image: url("../images/bg-cta-country3.jpg");
}

.section-cta-country-inverted .holder {
  margin-right: auto;
  margin-left: 0;
  padding-top: 116px;
}

.section-cta-country-inverted .cta-description {
  font-size: 15px;
  line-height: 23px;
}

.section-cta-country-inverted .cta-label {
  color: #fff;
}

.section-cta-country-inverted .details {
  color: #fff;
}

.section-cta-country-inverted .details .cta-link {
  font-size: 15px;
  color: #fff;
}

.section-cta-country-inverted .details .cta-item {
  margin: 0;
}

.section-cta-country-inverted .details .cta-link-phone:before {
  background-image: url("../images/icon-phone4.png");
}

.section-cta-country-inverted .details .cta-link-email:before {
  background-image: url("../images/icon-email3.png");
}

.section-cta-country-inverted .details .cta-link-fax:before {
  background-image: url("../images/icon-fax.png");
}

.section-cta-country-inverted .details .cta-position {
  margin-top: 10px;
  font: normal 15.2px "Frutiger Bold";
}

.section-cta-country-inverted .holder-button {
  margin-top: 53px;
}

@media screen and (max-width: 991px) {
  .section-cta-country-inverted {
    background-position: right;
  }
  .section-cta-country-inverted .holder {
    padding: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-cta-country-inverted {
    background-position: 90%;
  }
}

.section-search-archive {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section-search-archive .holder-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  height: 80px;
  background-color: #3a3a3a;
  border-top: 5px solid #c40e00;
}

.section-search-archive .archive-text {
  width: 10%;
  font-family: "Frutiger Bold";
  font-size: 20.5px;
  color: #fff;
}

.section-search-archive .form-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-search-archive .form-group {
  margin-bottom: 0;
}

.section-search-archive .form-field {
  padding: 13px 0 8px;
  width: 230px;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

.section-search-archive .form-field::-webkit-input-placeholder {
  font-size: 13px;
  color: #fff;
}

.section-search-archive .form-field:-ms-input-placeholder {
  font-size: 13px;
  color: #fff;
}

.section-search-archive .form-field::-ms-input-placeholder {
  font-size: 13px;
  color: #fff;
}

.section-search-archive .form-field::placeholder {
  font-size: 13px;
  color: #fff;
}

.section-search-archive .holder-date-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 75px;
  width: 50%;
}

.section-search-archive .holder-keyword-input {
  width: 25%;
  margin-right: 60px;
}

.section-search-archive .form-field-date {
  padding: 15px 12px 8px;
  width: 190px;
  background-image: url("../images/icon-calender.png");
  background-repeat: no-repeat;
  background-position: 93% center;
  cursor: pointer;
}

.section-search-archive .gj-datepicker-md [role=right-icon] {
  display: none;
}

.section-search-archive .gj-textbox-md {
  font-size: 13px;
  color: #fff;
}

.section-search-archive .holder-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
}

.section-search-archive .holder-button .btn-red-no-border {
  max-width: 100%;
  height: 42px;
}

@media screen and (max-width: 1499px) {
  .section-search-archive {
    bottom: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-search-archive .holder-date-select,
  .section-search-archive .holder-keyword-input {
    margin-right: 30px;
  }
  .section-search-archive .form-field {
    width: 180px;
  }
  .section-search-archive .form-field-date {
    width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .section-search-archive .archive-text {
    width: 15%;
    font-size: 18px;
  }
  .section-search-archive .holder-date-select,
  .section-search-archive .holder-keyword-input {
    margin-right: 30px;
  }
  .section-search-archive .form-field {
    width: 150px;
  }
  .section-search-archive .form-field-date {
    width: 130px;
  }
  .section-search-archive .holder-button {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .section-search-archive .archive-text {
    width: 100%;
    text-align: center;
  }
  .section-search-archive .holder-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 10px 0;
  }
  .section-search-archive .form-archive {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .section-search-archive .archive-text {
    padding-left: 6px;
    font-size: 16px;
    text-align: left;
  }
  .section-search-archive .form-controls {
    margin-top: 0;
  }
  .section-search-archive .form-field {
    width: 100%;
  }
  .section-search-archive .form-field-date {
    width: 95%;
  }
  .section-search-archive .holder-date-select {
    margin-right: 0;
    width: 95%;
  }
  .section-search-archive .holder-keyword-input {
    width: 95%;
    margin-right: 0;
  }
}

.section-latest-news {
  padding: 41px 0;
}

.section-latest-news .holder-latest-news {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 27px;
}

.section-latest-news .holder-latest-news__list {
  position: relative;
  width: 30.68%;
}

.section-latest-news .news-title {
  font: 22px "Frutiger Bold";
}

.section-latest-news .news-details {
  position: absolute;
  bottom: 0;
  padding: 24px 10px 24px 28px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.section-latest-news .news-detail__title {
  font: 22px "Frutiger Bold";
}

.section-latest-news .news-detail__desc {
  display: -webkit-box;
  padding-top: 13px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
}

.section-latest-news .news-image {
  width: 100%;
}

.section-latest-news .holder-btn {
  padding-top: 41px;
}

.section-latest-news .btn-red {
  margin: 0 auto;
  width: 216px;
  height: 43px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-latest-news .news-detail__title {
    font-size: 16px;
    height: 36px;
  }
  .section-latest-news .news-detail__desc {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-latest-news .holder-latest-news__list {
    width: 32.68%;
  }
  .section-latest-news .news-details {
    padding: 16px 10px;
  }
  .section-latest-news .news-detail__title {
    height: 34px;
    font-size: 16px;
  }
  .section-latest-news .news-detail__desc {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section-latest-news {
    padding: 16px 0 21px;
  }
  .section-latest-news .holder-latest-news__list {
    margin-bottom: 19px;
    width: 100%;
  }
  .section-latest-news .news-title {
    font-size: 20px;
  }
  .section-latest-news .news-details {
    padding: 24px 11px 34px;
  }
  .section-latest-news .news-detail__title {
    font-size: 20px;
  }
  .section-latest-news .news-detail__desc {
    padding-top: 7px;
    font-size: 13px;
  }
  .section-latest-news .holder-latest-news {
    padding-top: 20px;
  }
  .section-latest-news .holder-btn {
    padding-top: 0;
  }
  .section-latest-news .btn-red {
    width: 100%;
  }
}

.section-gray-red {
  position: relative;
  color: #fff;
}

.section-gray-red:before, .section-gray-red:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: initial;
  width: 50%;
  height: 100%;
}

.section-gray-red:before {
  right: initial;
  left: 0;
  background-color: #3a3a3a;
}

.section-gray-red:after {
  right: 0;
  left: initial;
  background-color: #c40d00;
}

.section-gray-red .container {
  position: relative;
  z-index: 1;
}

.section-gray-red .section-title-line {
  position: relative;
  display: inline-block;
  margin: 0;
  font: normal 22px "Myriad Pro SemiBold";
  color: #dddddd;
}

.section-gray-red .section-title-line:after {
  content: '';
  position: absolute;
  top: initial;
  right: initial;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #dddddd;
}

.section-gray-red .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}

.section-gray-red .columns .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 50%;
  padding: 0 50px;
}

.section-gray-red .columns .column-red {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-gray-red .columns .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-gray-red .columns .holder .item-detail:not(:first-child) {
  position: relative;
  padding-left: 8px;
  margin-left: 6px;
}

.section-gray-red .columns .holder .item-detail:not(:first-child):before {
  content: '|';
  position: absolute;
  top: -1px;
  right: initial;
  bottom: 0;
  left: 0;
}

.section-gray-red .columns .item {
  width: 100%;
  max-width: 50%;
  margin-top: 35px;
}

.section-gray-red .columns .item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-gray-red .columns .item-holder:not(:first-child) {
  margin-top: 5px;
}

.section-gray-red .columns .item-detail {
  font-size: 14px;
  color: #fff;
}

.section-gray-red .columns .item-number:hover, .section-gray-red .columns .item-email:hover, .section-gray-red .columns .item-link:hover {
  color: #fff;
  text-decoration: underline;
}

.section-gray-red .columns .item-full {
  margin-top: 35px;
}

.section-gray-red .columns .item-full .item-detail {
  font-size: 15px;
  line-height: 26px;
}

@media screen and (max-width: 1199px) {
  .section-gray-red .columns .column-gray {
    max-width: 350px;
    padding-left: 4%;
    margin: auto;
  }
  .section-gray-red .columns .item {
    max-width: 100%;
  }
  .section-gray-red .columns .column-red {
    padding-right: 0;
    padding-left: 5%;
  }
}

@media screen and (max-width: 991px) {
  .section-gray-red {
    overflow-x: hidden;
  }
  .section-gray-red .columns .column-gray {
    max-width: 250px;
    padding: 0;
    margin-left: 5%;
  }
  .section-gray-red .columns .column-red {
    padding-left: 0;
  }
  .section-gray-red .columns .column-red .column-inner {
    margin-left: auto;
  }
  .section-gray-red .columns .item-full .item-detail {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .section-gray-red:before, .section-gray-red:after {
    display: none;
  }
  .section-gray-red .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .section-gray-red .columns .column {
    position: relative;
    max-width: 100%;
    padding: 40px 0;
    margin-left: 0;
  }
  .section-gray-red .columns .column:before, .section-gray-red .columns .column:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .section-gray-red .columns .column:before {
    left: -50%;
  }
  .section-gray-red .columns .column:after {
    right: -50%;
  }
  .section-gray-red .columns .section-title-line,
  .section-gray-red .columns .holder,
  .section-gray-red .columns .column-inner {
    position: relative;
    z-index: 1;
  }
  .section-gray-red .columns .item {
    max-width: 50%;
  }
  .section-gray-red .columns .column-gray:before, .section-gray-red .columns .column-gray:after {
    background-color: #3a3a3a;
  }
  .section-gray-red .columns .column-gray .section-title-line {
    margin: auto;
  }
  .section-gray-red .columns .column-red:before, .section-gray-red .columns .column-red:after {
    background-color: #c40d00;
  }
  .section-gray-red .columns .column-red .column-inner {
    margin: auto;
  }
}

@media screen and (max-width: 575px) {
  .section-gray-red .columns .holder {
    max-width: 240px;
    margin: auto;
  }
  .section-gray-red .columns .item {
    max-width: 100%;
  }
  .section-gray-red .columns .column-gray .section-title-line {
    width: 240px;
  }
}

.holder-financial-statements .holder-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  color: #fff;
  border: 1px solid #dfdfdf;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.holder-financial-statements .holder-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2c2c2c;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.holder-financial-statements .text-upload {
  font-size: 19.5px;
  font-family: "Myriad Pro SemiBold";
}

.holder-financial-statements .date {
  padding-left: 10px;
  font-size: 14px;
  font-family: "Myriad Pro Regular";
}

.holder-financial-statements .holder-image {
  padding-left: 32px;
}

.holder-financial-statements .holder-text {
  padding-left: 28px;
}

.holder-financial-statements .download {
  margin-left: auto;
}

.holder-financial-statements .pdf-icon path,
.holder-financial-statements .pdf-icon circle,
.holder-financial-statements .download-icon path,
.holder-financial-statements .download-icon circle {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .holder-financial-statements .holder-download:active, .holder-financial-statements .holder-download:focus, .holder-financial-statements .holder-download:hover {
    border: 1px solid #c40e00;
    background-color: #c40e00;
  }
  .holder-financial-statements .holder-download:active .holder-text, .holder-financial-statements .holder-download:focus .holder-text, .holder-financial-statements .holder-download:hover .holder-text {
    color: #fff;
  }
  .holder-financial-statements .holder-download:active .pdf-icon path, .holder-financial-statements .holder-download:focus .pdf-icon path, .holder-financial-statements .holder-download:hover .pdf-icon path {
    fill: #fff;
  }
  .holder-financial-statements .holder-download:active .download-icon circle, .holder-financial-statements .holder-download:focus .download-icon circle, .holder-financial-statements .holder-download:hover .download-icon circle {
    fill: #fff;
  }
  .holder-financial-statements .holder-download:active .download-icon path, .holder-financial-statements .holder-download:focus .download-icon path, .holder-financial-statements .holder-download:hover .download-icon path {
    fill: #c40e00;
  }
}

@media screen and (max-width: 767px) {
  .holder-financial-statements .pdf-icon {
    width: 25px;
    height: 25px;
  }
  .holder-financial-statements .download-icon {
    width: 30px;
    height: 30px;
  }
  .holder-financial-statements .text-upload {
    font-size: 14px;
  }
  .holder-financial-statements .holder-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .holder-financial-statements .holder-download {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .holder-financial-statements .holder-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
  }
  .holder-financial-statements .text-upload {
    width: 100%;
  }
  .holder-financial-statements .holder-image:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .holder-financial-statements .date {
    padding-left: 0;
  }
  .holder-financial-statements .download {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 15px;
  }
}

.section-red-gray {
  position: relative;
  overflow: hidden;
}

.section-red-gray:before, .section-red-gray:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: initial;
  width: 50%;
  height: 100%;
}

.section-red-gray:before {
  right: initial;
  left: 0;
  background-color: #c40d00;
}

.section-red-gray:after {
  right: 0;
  left: initial;
  background-color: #3a3a3a;
}

.section-red-gray .container {
  position: relative;
  z-index: 1;
}

.section-red-gray .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-red-gray .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 455px;
}

.section-red-gray .column:last-child {
  padding-left: 50px;
}

.section-red-gray .column-red .holder-image {
  margin-top: 25px;
}

.section-red-gray .swiper-currency {
  padding-bottom: 30px;
  margin-top: 25px;
}

.section-red-gray .swiper-currency .swiper-pagination {
  bottom: 0;
  text-align: left;
}

.section-red-gray .swiper-currency .swiper-pagination-bullet {
  background: #f6f1ed;
  opacity: .6;
  outline: none;
}

.section-red-gray .swiper-currency .swiper-pagination-bullet-active {
  opacity: 1;
}

.section-red-gray .section-title {
  font-size: 29px;
  color: #fff;
}

.section-red-gray .section-title:after {
  background-color: #fff;
}

.section-red-gray .columm-description {
  margin: 0 0 20px;
  font: normal 18px "Open Sans";
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .section-red-gray *::-ms-backdrop, .section-red-gray .swiper-currency {
    margin-top: 23px;
  }
}

@media screen and (max-width: 991px) {
  .section-red-gray .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-red-gray .column {
    position: relative;
    width: 100%;
  }
  .section-red-gray:before, .section-red-gray:after {
    display: none;
  }
  .section-red-gray .column-inner {
    position: relative;
    z-index: 2;
  }
  .section-red-gray .column-red:before, .section-red-gray .column-red:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: initial;
    width: 100%;
    height: 100%;
    background-color: #c40d00;
  }
  .section-red-gray .column-red:before {
    right: initial;
    left: -50%;
  }
  .section-red-gray .column-red:after {
    right: -50%;
    left: initial;
  }
  .section-red-gray .column-gray:before, .section-red-gray .column-gray:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: initial;
    width: 100%;
    height: 100%;
    background-color: #3a3a3a;
  }
  .section-red-gray .column-gray:before {
    right: initial;
    left: -50%;
  }
  .section-red-gray .column-gray:after {
    right: -50%;
    left: initial;
  }
}

.section-featured-border {
  padding: 35px 0;
}

.section-featured-border .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-featured-border .holder-featured {
  position: relative;
  padding: 69px 0;
  margin-left: 12px;
}

.section-featured-border .holder-featured:before {
  content: '';
  position: absolute;
  top: 0;
  right: initial;
  bottom: 0;
  left: -12px;
  width: calc(100% - 155px);
  height: 100%;
  margin: auto;
  background-color: #414141;
}

.section-featured-border .holder-featured:after {
  content: '';
  position: absolute;
  top: 0;
  right: 14vw;
  bottom: 0;
  left: initial;
  width: 100vw;
  height: 100%;
  margin: auto;
  background-color: #414141;
}

.section-featured-border .holder-featured .holder-image {
  position: relative;
  z-index: 1;
}

.section-featured-border .holder-featured .holder-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: initial;
  bottom: 0;
  left: -12px;
  width: calc(100% - 155px);
  height: calc(100% + 30px);
  margin: auto;
  background-color: #c40e00;
}

.section-featured-border .holder-featured .image-featured {
  position: relative;
}

.section-featured-border .holder-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 60px;
}

.section-featured-border .holder-table .image-description {
  margin: 49px 0 33px;
  font: normal 20.5px "Myriad Pro Regular";
}

.section-featured-border .image-featured,
.section-featured-border .image-table {
  max-width: 100%;
}

.section-featured-border .holder-button {
  max-width: 220px;
  margin-top: 44px;
}

@media screen and (max-width: 1199px) {
  .section-featured-border .holder-featured:after {
    right: 18vw;
  }
}

@media screen and (max-width: 991px) {
  .section-featured-border .holder-featured:after {
    right: 22vw;
  }
  .section-featured-border .holder-table .image-description {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section-featured-border .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-featured-border .holder-featured:before {
    display: none;
  }
  .section-featured-border .holder-featured:after {
    right: calc(100% - 242px);
  }
  .section-featured-border .holder-featured .holder-image:before {
    right: calc(100% - 325px);
    left: 0;
    width: calc(100% - 340px);
    height: calc(100% + 25px);
  }
  .section-featured-border .holder-featured .image-featured {
    display: block;
    max-width: 300px;
    max-height: 505px;
    margin: auto;
  }
  .section-featured-border .holder-table {
    margin-left: auto;
  }
  .section-featured-border .holder-table .image-description {
    margin: 40px 0 25px;
    text-align: center;
  }
  .section-featured-border .holder-button {
    margin: 44px auto auto;
  }
  .section-featured-border .holder-button .btn-red:active, .section-featured-border .holder-button .btn-red:focus, .section-featured-border .holder-button .btn-red:hover {
    color: #fff;
  }
}

@media screen and (max-width: 575px) {
  .section-featured-border .holder-featured:after {
    right: calc(100% - 120px);
  }
  .section-featured-border .holder-featured .holder-image:before {
    right: 160px;
    z-index: 2;
    width: 130px;
  }
  .section-featured-border .holder-featured .holder-image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 160px;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 130px;
    height: calc(100% + 138px);
    margin: auto;
    background-color: #414141;
  }
  .section-featured-border .holder-featured .holder-image .image-featured {
    position: relative;
    z-index: 3;
  }
  .section-featured-border .holder-featured .image-featured {
    max-width: 260px;
    max-height: 436px;
  }
}

.section-related-services {
  padding: 72px 0 66px;
  background: #f5f5f5;
}

.section-related-services .swiper-related-services {
  padding-top: 78px;
}

.section-related-services .swiper-related-services .swiper-container {
  width: 100%;
  height: 100%;
}

.section-related-services .swiper-related-services .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  text-align: center;
}

.section-related-services .swiper-related-services .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 58px;
  background: #d4d4d4;
}

.section-related-services .swiper-related-services .swiper-button-prev,
.section-related-services .swiper-related-services .swiper-button-next {
  top: 63%;
  background-size: auto;
}

.section-related-services .swiper-related-services .swiper-button-prev {
  left: 20px;
  background-image: url("../images/left-arrow-big.png");
}

.section-related-services .swiper-related-services .swiper-button-next {
  right: 20px;
  background-image: url("../images/right-arrow-big.png");
}

.section-related-services .title-services {
  font-family: "Frutiger Bold";
  font-size: 40px;
  text-align: center;
}

.section-related-services .name-service {
  max-width: 130px;
  font-family: "Frutiger Bold";
  font-size: 14px;
  text-transform: uppercase;
}

.section-related-services .holder-image {
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .section-related-services {
    padding: 32px 0 36px;
  }
  .section-related-services .title-services {
    font-size: 25px;
  }
  .section-related-services .swiper-related-services {
    padding-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-related-services .swiper-related-services .swiper-button-prev {
    left: 10px;
  }
  .section-related-services .swiper-related-services .swiper-button-next {
    right: 10px;
  }
}

.section-cta-retail {
  padding: 130px 0 90px;
  background: url("../images/bg-cta-retail.jpg") no-repeat center;
  background-size: cover;
}

.section-cta-retail .title-white {
  max-width: 650px;
  margin: auto;
  font-family: "Frutiger Bold";
  font-size: 40px;
  text-align: center;
  letter-spacing: -.8px;
  line-height: 1.1;
  word-spacing: 1px;
  color: #fff;
}

.section-cta-retail .holder-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 58px;
}

.section-cta-retail .holder-button .btn-red {
  width: 218px;
}

@media screen and (max-width: 767px) {
  .section-cta-retail {
    padding: 80px 0 50px;
  }
  .section-cta-retail .title-white {
    font-size: 25px;
  }
}

.section-alternate .alternate-item {
  padding: 170px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-alternate .alternate-item:first-child {
  padding-top: 210px;
}

.section-alternate .alternate-item:nth-child(even) .wrapper {
  margin-left: 0;
  margin-right: auto;
}

.section-alternate .alternate-item .btn-red {
  max-width: 220px;
}

.section-alternate .alternate-item-inverted {
  background-position: 100% 120px;
  background-size: contain;
}

.section-alternate .alternate-item-inverted .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-alternate .alternate-item-inverted .wrapper-inverted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 400px;
}

.section-alternate .alternate-item-inverted .wrapper-inverted-text {
  margin-top: 50px;
  margin-right: 4vw;
  margin-left: auto;
}

.section-alternate .alternate-item-inverted .wrapper-inverted-image {
  max-width: 600px;
  padding-left: .6vw;
}

.section-alternate .alternate-item-inverted .image-card {
  max-width: 100%;
}

.section-alternate-title {
  margin-bottom: 18px;
  font: normal 40px "Myriad Pro SemiBold";
  line-height: 44px;
  color: #2c2c2c;
}

.section-alternate-description {
  margin-bottom: 23px;
  font: normal 16.6px "Myriad Pro Regular";
  line-height: 24px;
  color: #2c2c2c;
}

.section-alternate .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
}

.section-alternate .centered-wrapper {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 100%;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-alternate .centered-wrapper .wrapper-button {
  width: 30%;
  z-index: 9;
}

.section-alternate .centered-wrapper .wrapper-button a {
  max-width: none;
}

.section-alternate .wrapper-solo {
  margin-right: 3.1vw;
}

.section-alternate .wrapper.second-wrapper {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .section-alternate .container {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1199px) {
  .section-alternate .alternate-item {
    padding: 150px 0;
  }
  .section-alternate .alternate-item:first-child {
    padding-top: 180px;
  }
  .section-alternate .alternate-item-inverted {
    padding-top: 120px;
  }
  .section-alternate .alternate-item-inverted .wrapper-inverted {
    max-width: 47%;
  }
  .section-alternate .alternate-item-inverted .wrapper-inverted-image {
    padding-left: 0;
  }
  .section-alternate .alternate-item-inverted .wrapper-inverted-text {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-alternate .wrapper-solo {
    margin-right: 0;
  }
  .section-alternate .alternate-item {
    padding: 100px 0;
  }
  .section-alternate .alternate-item:first-child {
    padding-top: 130px;
  }
  .section-alternate .alternate-item-inverted .wrapper-inverted-text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-alternate .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 340px;
    margin: auto;
    text-align: center;
  }
  .section-alternate .alternate-item {
    position: relative;
    padding: 60px 0;
    background-position: 10%;
  }
  .section-alternate .alternate-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(219, 219, 219, 0.5);
  }
  .section-alternate .alternate-item:first-child {
    padding-top: 60px;
  }
  .section-alternate .alternate-item:nth-child(even) {
    background-position: right;
  }
  .section-alternate .alternate-item:nth-child(even) .wrapper {
    margin: auto;
  }
  .section-alternate .alternate-item .container {
    position: relative;
    z-index: 1;
  }
  .section-alternate .alternate-item .btn-red {
    width: 220px;
  }
  .section-alternate .alternate-item .btn-red:active, .section-alternate .alternate-item .btn-red:focus, .section-alternate .alternate-item .btn-red:hover {
    color: #fff;
  }
  .section-alternate .alternate-item-inverted {
    background-size: 350px;
    background-position: 100% 120%;
  }
  .section-alternate .alternate-item-inverted .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-alternate .alternate-item-inverted .wrapper-inverted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 340px;
    margin: auto;
    text-align: center;
  }
  .section-alternate .alternate-item-inverted .image-card {
    max-width: 85%;
  }
  .section-alternate .centered-wrapper .wrapper-button {
    width: auto;
  }
  .section-alternate-title {
    font-size: 24px;
    line-height: 28px;
  }
  .section-alternate-description {
    font-size: 14px;
  }
}

.header {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.header.search-show {
  padding-top: 107px;
}

.header .holder-search-bar {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
}

.header .holder-search-bar.search-show {
  top: 0;
}

.header .holder-search-bar .input-search {
  position: relative;
  z-index: 2;
  padding: 33px 64px 37px;
  width: 100%;
  font-size: 26.9px;
  font-family: "Arial";
  color: #808080;
  border: 0;
  background-color: #414141;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.header .holder-search-bar .close-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 9;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .holder-search-bar .close-icon:before, .header .holder-search-bar .close-icon:after {
  content: ' ';
  position: absolute;
  left: 15px;
  height: 16px;
  width: 2px;
  background-color: #b4b4b4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header .holder-search-bar .close-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .holder-search-bar .close-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .holder-search-bar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 576px) and (max-width: 767px) {
  .header .holder-search-bar .input-search {
    padding: 25px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header .holder-search-bar .close-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 575px) {
  .header .holder-search-bar .input-search {
    padding: 15px;
    font-size: 12px;
  }
}

.header .top-header {
  background-color: #ebebeb;
}

.header .top-header.search-show {
  position: relative;
  z-index: 2;
}

.header .top-header.search-show .top-header--link .holder-icon:first-of-type {
  display: none;
}

.header .top-header.search-show .top-header--link .holder-icon:last-of-type {
  display: block;
}

.header .top-header .top-header--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 36px;
  font-size: 16px;
  text-transform: uppercase;
}

.header .top-header .top-header__holder-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.header .top-header .top-header--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top-header .country-holder {
  position: relative;
  padding: 0 18px;
  border-left: 1px solid #dedede;
}

.header .top-header .country-holder .list-country {
  padding: 13px 0;
  margin: 0 10px;
}

.header .top-header .country-holder .list-country .country-text {
  margin: 0 7px;
  font-family: "Myriad Pro SemiBold";
}

.header .top-header .country-holder .list-country.selected {
  display: none;
}

.header .top-header .country-holder .select-country-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top-header .country-holder .select-holder {
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  padding: 0 12px;
  width: 100%;
  min-width: 150px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dedede;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header .top-header .country-holder .select-holder .list-country {
  border-bottom: 1px solid #dedede;
}

.header .top-header .country-holder .select-holder .list-country:nth-last-child(2) {
  border-bottom: none;
}

.header .top-header .country-holder .select-holder .list-country .holder-icon {
  border: 1px solid #e2e2e2;
}

.header .top-header .country-holder .select-holder .country-text {
  margin: 0 14px;
  font-size: 13px;
}

.header .top-header .country-holder .select-holder.show-expand-country {
  z-index: 99;
  opacity: 1;
  pointer-events: initial;
}

.header .top-header .app {
  position: relative;
  padding: 0 20px;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 2px solid #ebebeb;
}

.header .top-header .app.open-expand-app {
  background: #fcfcfc;
  background: #fcfcfc;
  border-right: 1px solid transparent;
  border-bottom: 2px solid #ebebeb;
}

.header .top-header .app .link-text {
  margin-top: 4px;
  margin-left: 9px;
  font-size: 14px;
  font-family: "Myriad Pro SemiBold";
}

.header .top-header .app .app-list--expand {
  position: absolute;
  top: 0;
  left: -134px;
  z-index: -1;
  height: 36px;
  width: auto;
  border-bottom: 2px solid #ebebeb;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header .top-header .app .app-list--expand .app--list__expand-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top-header .app .app-list--expand .app-li {
  padding: 6px 14px;
  font-size: 18px;
  border-right: 1px solid rgba(226, 224, 224, 0.3);
}

.header .top-header .app .app-list--expand .app-li .app-icon {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header .top-header .app .app-list--expand .app-li .fa-info-circle {
  color: #aaaaaa;
}

.header .top-header .app .app-list--expand .app-li .fa-apple {
  color: #454545;
}

.header .top-header .app .app-list--expand .app-li .fa-android {
  color: #90c509;
}

.header .top-header .app .app-list--expand.show-expand-app {
  z-index: 1;
  opacity: 1;
}

.header .top-header .search .svg-img {
  width: 60px;
  height: 20px;
}

.header .top-header .search .svg-img-path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header .top-header .top-header--link .holder-icon:last-of-type {
  display: none;
}

.header .top-header .top-header--link .holder-icon:last-of-type path {
  fill: #c40e00;
}

.header .navbar {
  position: unset;
  padding: 7px 20px 7px 30px;
}

.header .scrolled-nav {
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 5px 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.25);
  -webkit-transition: height .5s, line-height .5s;
  transition: height .5s, line-height .5s;
}

.header .btn-search {
  display: none;
}

.header .navbar-list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar-list-ul .holder-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar-list-ul .menu .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 17px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 53px;
}

.header .navbar-list-ul .menu .link .icon-bar {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header .navbar-list-ul .menu .icon-bar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 37px;
  height: 3px;
  background-color: #000;
  border: solid 1px #000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.header .list-icons:first-child .icon-fa {
  color: #3c5a99;
}

.header .list-icons:nth-child(2) .icon-fa {
  color: #34a5e1;
}

.header .list-icons:nth-child(3) .icon-fa {
  color: #fe7e06;
}

.header .list-icons:nth-child(4) .icon-fa {
  color: #077fbc;
}

.header .list-icons:nth-child(5) .icon-fa {
  color: #c40f00;
}

.header .icon-link {
  position: relative;
}

.header .icon-link .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  width: 45px;
  height: 45px;
  background-color: #eeeeee;
  border-radius: 50%;
}

.header .icon-link:active .icon-text-holder,
.header .icon-link:active .icon-social-media, .header .icon-link:focus .icon-text-holder,
.header .icon-link:focus .icon-social-media, .header .icon-link:hover .icon-text-holder,
.header .icon-link:hover .icon-social-media {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header .icon-link:active .link, .header .icon-link:focus .link, .header .icon-link:hover .link {
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
}

.header .icon-link:active.holder-media .link, .header .icon-link:focus.holder-media .link, .header .icon-link:hover.holder-media .link {
  opacity: 0;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.header .icon-link:active .holder-icon path,
.header .icon-link:active .holder-icon .circle, .header .icon-link:focus .holder-icon path,
.header .icon-link:focus .holder-icon .circle, .header .icon-link:hover .holder-icon path,
.header .icon-link:hover .holder-icon .circle {
  fill: #c40e00;
}

.header .icon-link:active.holder-media path, .header .icon-link:focus.holder-media path, .header .icon-link:hover.holder-media path {
  fill: none;
}

.header .icon-link:active.holder-media path,
.header .icon-link:active.holder-media rect, .header .icon-link:focus.holder-media path,
.header .icon-link:focus.holder-media rect, .header .icon-link:hover.holder-media path,
.header .icon-link:hover.holder-media rect {
  stroke: #c40e00;
}

.header .icon-link .icon-text-holder {
  position: absolute;
  top: 62px;
  z-index: 10;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header .icon-link .icon-text-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #c40e00;
  border-right: 8px solid transparent;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.header .icon-link .icon-text-holder.location {
  width: 150px;
}

.header .icon-link .icon-text-holder.location .icon-text-link {
  padding: 11px 22px;
}

.header .icon-link .icon-text-holder.cta {
  width: 210px;
}

.header .icon-link .icon-text-holder.feedback {
  width: 150px;
}

.header .icon-link .icon-text-holder.feedback .icon-text-link {
  padding: 11px 22px;
}

.header .icon-link .icon-text-holder.chat {
  width: 150px;
}

.header .icon-link .icon-text-holder.chat .icon-text-link {
  padding: 11px 22px;
}

.header .icon-link .icon-social-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header .icon-link .icon-social-media .items {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.header .icon-link .icon-social-media .list-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid rgba(226, 224, 224, 0.3);
}

.header .icon-link .icon-social-media .icon-link {
  padding: 11px 23px;
}

.header .icon-link .cta-wrapper {
  position: relative;
}

.header .icon-link .cta-wrapper:first-child:after {
  content: 'or';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  width: 32px;
  font-size: 17px;
  color: #fff;
  background-color: #870b00;
  border-radius: 50%;
  border: 2.5px solid #c40e00;
}

.header .icon-link .cta-wrapper .icon-cta-link {
  font-size: 14px;
  color: #eeeeee;
  font-family: "Myriad Pro SemiBold";
  text-transform: uppercase;
}

.header .icon-link .cta-wrapper:nth-of-type(1) {
  padding: 8px 0 20px;
  background-color: #c40e00;
}

.header .icon-link .cta-wrapper:nth-of-type(1) .cta-num {
  font-size: 30px;
  line-height: 35px;
}

.header .icon-link .cta-wrapper:nth-of-type(2) {
  padding: 12px 0 0;
  background-color: #870b00;
}

.header .icon-link .cta-wrapper:nth-of-type(2) .cta-num {
  position: relative;
  top: -7px;
  font-size: 21px;
  line-height: 16px;
}

.header .icon-link .icon-text-link {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Myriad Pro SemiBold";
  background-color: #c40e00;
}

.header .holder-media .icon-text-holder:before {
  content: none;
}

.header .banking {
  position: relative;
  margin-right: 23px;
  margin-left: 35px;
}

.header .banking.open .link {
  color: #000;
  border-bottom: 1px solid #000;
}

.header .banking.open .holder-icon path {
  fill: #000;
}

.header .banking .link {
  padding: 0 15px 4px 15px;
  color: #c40e00;
  border-bottom: 1px solid #c40e00;
}

.header .banking .holder-icon {
  width: 13px;
  height: 19px;
}

.header .banking .holder-icon path {
  fill: #c40e00;
}

.header .banking .link-text {
  margin-left: 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Myriad Pro SemiBold";
}

.header .banking .fa-angle-down {
  vertical-align: middle;
}

.header .banking .online-banking {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header .banking .online-banking.show-dropdown {
  opacity: 1;
  visibility: visible;
}

.header .banking .dropdown-li {
  padding: 6.5px 0 6.5px;
  margin: 0 18px;
  border-bottom: 1px solid #888888;
  cursor: pointer;
}

.header .banking .dropdown-li ~ .dropdown-li {
  padding: 6.5px 0 6.5px;
}

.header .banking .dropdown-li:nth-child(3), .header .banking .dropdown-li:nth-child(4) {
  border-bottom: 0;
}

.header .banking .dropdown-li .dropdown-link {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-family: "Myriad Pro SemiBold";
}

.header .banking .dropdown-li.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 18px;
  margin: 0;
  color: #aaaaaa;
  background-color: #e5e5e5;
}

.header .banking .dropdown-li.info .fas, .header .banking .dropdown-li.info .section-listings .listing-item:before, .section-listings .header .banking .dropdown-li.info .listing-item:before, .header .banking .dropdown-li.info .section-listings .listing-title-mobile:before, .section-listings .header .banking .dropdown-li.info .listing-title-mobile:before, .header .banking .dropdown-li.info .re-owned-properties .property-item:before, .re-owned-properties .header .banking .dropdown-li.info .property-item:before, .header .banking .dropdown-li.info .re-owned-properties .property-desc:before, .re-owned-properties .header .banking .dropdown-li.info .property-desc:before {
  margin-right: 7px;
}

.header .banking .dropdown-li.info .dropdown-link {
  color: #aaaaaa;
  text-transform: none;
  text-decoration: underline;
}

.header .dropdown-custom .dropdown-ul {
  padding-left: 0;
  list-style-type: none;
}

.header .show-sidebar {
  right: 0;
  z-index: 99999;
}

.header .show-sidebar .holder-close {
  right: auto;
}

.header .show-sidebar .sidebar-socials {
  right: 0;
}

.header .show-sidebar .holder-chat-form,
.header .show-sidebar .sidebar-fixe-chat {
  right: 510px;
}

.header .card {
  margin-bottom: 20px;
  border: 0;
}

.header .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.header .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 18px;
  font-size: 16px;
  font-family: "Myriad Pro Bold";
  border-bottom: 1px solid #dfdfdf;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  cursor: pointer;
}

.header .card-title .fa-angle-down {
  font-size: 21px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header .card-title[aria-expanded="true"] {
  color: #c40e00;
}

.header .card-title[aria-expanded="true"] .fa-angle-down {
  color: #c40e00;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .card-body {
  padding: 15px 0 0;
}

.header .holder-chat-form {
  position: fixed;
  bottom: -1000px;
  right: 163px;
  z-index: 20;
  width: 321px;
  background-color: #fff;
  border-bottom: 2px #efefef;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.header .holder-chat-form.liveChatShow {
  bottom: 0;
  visibility: visible;
  height: auto;
}

.header .holder-chat-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  background-color: #c40e00;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.header .holder-chat-body {
  padding: 10px 15px 20px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.header .holder-chat-body .form-field {
  margin-top: 15px;
  border-bottom: 1px solid #e6e6e6;
  outline: 0;
}

.header .holder-chat-body.chatroom {
  padding: 0;
}

.header .holder-chat-body.toggleBody {
  visibility: hidden;
  height: 0;
  display: none;
}

.header .holder-chat-note {
  padding: 0 18px;
  cursor: pointer;
}

.header .holder-chat-note.noteHide {
  visibility: hidden;
  height: 0;
  max-height: 0;
}

.header .holder-chat-reminder {
  visibility: hidden;
  height: 0;
  max-height: 0;
}

.header .holder-chat-reminder.noteShow {
  visibility: visible;
  height: auto;
  max-height: 100%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header .holder-body-form.chatroomClose {
  visibility: hidden;
  height: 0;
  max-height: 0;
}

.header .holder-body-chatroom {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  visibility: hidden;
  height: 0;
  max-height: 0;
  -webkit-animation: slideInUp .3s linear;
          animation: slideInUp .3s linear;
}

.header .holder-body-chatroom.chatroomOpen {
  visibility: visible;
  height: auto;
  max-height: 100%;
}

.header .holder-body-note {
  position: relative;
  padding: 5px;
  background-color: #eeeeee;
}

.header .holder-body-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 18px 70px;
  height: calc(55vh - 70px - 81px);
  overflow-y: auto;
}

.header .holder-body-input {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: calc(538.44px - 81px - 387.44px);
}

.header .holder-chatroom-action {
  position: relative;
}

.header .holder-header-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 23px 15px;
}

.header .holder-person-chat {
  position: relative;
  padding: 10px 25px;
  margin-bottom: 20px;
  width: 90%;
  background-color: #eeeeee;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.header .holder-person-chat:before, .header .holder-person-chat:after {
  content: '';
  position: absolute;
  bottom: -11px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.header .holder-person-chat.other {
  border-bottom-right-radius: 20px;
}

.header .holder-person-chat.other:before {
  left: 0;
  border-left: 23px solid #eeeeee;
}

.header .holder-person-chat.other .chat-content-text {
  color: #016934;
}

.header .holder-person-chat.you {
  margin-left: auto;
  border-bottom-left-radius: 20px;
}

.header .holder-person-chat.you:after {
  right: 0;
  border-right: 23px solid #eeeeee;
}

.header .holder-person-chat.you .chat-content-text {
  color: #848484;
}

.header .chat-title {
  font: 16px "Myriad Pro Regular";
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.header .chat-fa {
  color: #fff;
  cursor: pointer;
}

.header .chat-fa:first-child {
  margin-right: 14px;
}

.header .chat-rate {
  margin-right: 6px;
  vertical-align: middle;
  font: 16px "Myriad Pro Bold";
  color: #6c6c6c;
  text-transform: uppercase;
}

.header .chat-star {
  margin-right: -3px;
  font-size: 15px;
  color: #ebbe27;
  cursor: pointer;
}

.header .chat-star:nth-of-type(n+5) {
  color: #dedede;
}

.header .chat-star:active, .header .chat-star:focus, .header .chat-star:hover {
  color: #ebbe27;
}

.header .chat-action-fa {
  position: relative;
  font-size: 16px;
  color: #636363;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header .chat-action-fa:first-child {
  margin-right: 10px;
}

.header .chat-action-fa.faNameShow {
  color: #c40e00;
}

.header .chat-action-fa.faNameShow:first-child .chat-fa-name {
  width: 61px;
}

.header .chat-action-fa.faNameShow .chat-fa-name {
  visibility: visible;
}

.header .chat-fa-note, .header .chat-note {
  color: #c40e00;
}

.header .chat-note {
  vertical-align: middle;
  font: 14px "Myriad Pro SemiBold";
  font-style: italic;
}

.header .chat-reminder {
  padding: 0 18px;
}

.header .chat-note-close {
  position: absolute;
  top: 6px;
  right: 23px;
  font-size: 16px;
  color: #484848;
  cursor: pointer;
}

.header .chat-fa-note {
  font-size: 13px;
}

.header .chat-textarea {
  padding: 29px 25px 13px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: .9;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: -2px -8px 18px -14px rgba(0, 0, 0, 0.75);
          box-shadow: -2px -8px 18px -14px rgba(0, 0, 0, 0.75);
  outline: 0;
}

.header .chat-textarea::-webkit-input-placeholder {
  font: 12px "Myriad Pro SemiBold";
  letter-spacing: 1.2px;
  color: #a6a6a6;
  font-style: italic;
}

.header .chat-textarea:-ms-input-placeholder {
  font: 12px "Myriad Pro SemiBold";
  letter-spacing: 1.2px;
  color: #a6a6a6;
  font-style: italic;
}

.header .chat-textarea::-ms-input-placeholder {
  font: 12px "Myriad Pro SemiBold";
  letter-spacing: 1.2px;
  color: #a6a6a6;
  font-style: italic;
}

.header .chat-textarea::placeholder {
  font: 12px "Myriad Pro SemiBold";
  letter-spacing: 1.2px;
  color: #a6a6a6;
  font-style: italic;
}

.header .chat-fa-name {
  position: absolute;
  left: 50%;
  padding-top: 3px;
  visibility: hidden;
  font: 10px "Myriad Pro Regular";
  color: #222;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .chat-notif {
  padding-bottom: 14px;
  font-size: 13px;
  font-style: italic;
  color: #a1a1a1;
}

.header .chat-content-text {
  font: 13px "Myriad Pro SemiBold";
  line-height: 1.2;
}

.header .chat-notif-reminder {
  margin-bottom: 20px;
  font: 12px "Myriad Pro Bold";
  color: #656565;
  text-transform: uppercase;
}

.header .header-scrollbar {
  margin: 10px 0;
  height: calc(100vh - 83px);
  overflow-y: auto;
  overflow-x: hidden;
}

.header .header-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.header .header-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #fff;
          box-shadow: inset 0 0 5px #fff;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}

.header .header-scrollbar::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

@media all and (-ms-high-contrast: none) {
  .header *::-ms-backdrop, .header .icon-link .icon-text-holder {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1500px) {
  .header .container-header {
    max-width: 1920px;
  }
}

@media screen and (min-width: 992px) {
  .header .show-sidebar-extended .holder-chat-form,
  .header .show-sidebar-extended .sidebar-fixe-chat {
    right: 1000px;
  }
}

@media screen and (max-width: 1199px) {
  .header .holder-body-message {
    display: block;
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .header .card-title:active, .header .card-title:focus, .header .card-title:hover {
    color: #c40e00;
  }
  .header .card-title:active .fa-angle-down, .header .card-title:focus .fa-angle-down, .header .card-title:hover .fa-angle-down {
    color: #c40e00;
  }
  .header .chat-action-fa:active, .header .chat-action-fa:focus, .header .chat-action-fa:hover {
    color: #c40e00;
  }
  .header .chat-fa {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .header .chat-fa:active, .header .chat-fa:focus, .header .chat-fa:hover {
    -webkit-filter: brightness(44%);
            filter: brightness(44%);
  }
  .header .active-rollover .link {
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
  }
  .header .active-rollover .icon-text-holder,
  .header .active-rollover .icon-social-media {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header .top-header .search:active .svg-img-path, .header .top-header .search:focus .svg-img-path, .header .top-header .search:hover .svg-img-path {
    fill: #c40e00;
  }
  .header .top-header .app .app-list--expand .app-li:active .app-icon, .header .top-header .app .app-list--expand .app-li:focus .app-icon, .header .top-header .app .app-list--expand .app-li:hover .app-icon {
    opacity: .65;
  }
  .header .navbar-list-ul .menu .link:active .icon-bar, .header .navbar-list-ul .menu .link:focus .icon-bar, .header .navbar-list-ul .menu .link:hover .icon-bar {
    background: #c40e00;
  }
}

@media screen and (max-width: 991px) {
  .header .holder-body-chatroom.chatroomOpen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .container-header {
    max-width: 720px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .navbar-list-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 70%;
    margin-left: auto;
  }
  .header .navbar-list-ul .holder-link:nth-of-type(-n+5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .header .navbar-list-ul .holder-link:nth-of-type(5) .link {
    margin-right: 0;
  }
  .header .banking {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
  .header .menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 15%;
  }
  .header .holder-body-chatroom.chatroomOpen {
    height: calc(361px - 64px);
  }
  .header .holder-chat-form {
    height: 361px;
  }
  .header .holder-chat-body {
    height: 314px;
    overflow-y: auto;
  }
  .header .holder-chat-body.chatroom {
    overflow-y: hidden;
  }
}

@media screen and (max-width: 767px) {
  .header .top-header {
    display: none;
    opacity: 0;
  }
  .header .holder-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .holder-right .holder-link:not(:last-child) {
    display: none;
  }
  .header .holder-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    height: auto;
  }
  .header .line-separator {
    background-color: #dedede;
    width: 1px;
    height: 20px;
  }
  .header .btn-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    width: 50px;
    border: 0;
    outline: none;
    background-color: transparent;
    cursor: pointer;
  }
  .header .btn-search .holder-icon {
    width: 55px;
    height: 25px;
  }
  .header .holder-chat-form {
    top: 0;
    left: -2000px;
    bottom: auto;
    height: 100vh;
  }
  .header .holder-chat-form.liveChatShow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
  .header .holder-chat-form.liveChatShow.liveEditHeight {
    top: auto;
    bottom: 53px;
    z-index: 22;
    height: 0;
  }
  .header .holder-chat-header {
    border-radius: 0;
  }
  .header .holder-body-chatroom.chatroomOpen {
    height: calc(100vh - 64px);
  }
  .header .holder-body-message {
    height: calc(100vh - 70px - 81px);
  }
  .header .header-scrollbar::-webkit-scrollbar {
    width: 3px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header.search-show {
    padding-top: 78px;
  }
}

@media screen and (max-width: 575px) {
  .header .show-sidebar .sidebar-fixe-chat {
    display: none;
  }
  .header .holder-search-bar {
    top: -150%;
  }
  .header.search-show {
    padding-top: 46px;
  }
  .header .navbar {
    padding: 7px 10px;
  }
  .header .navbar-brand {
    width: 50%;
  }
  .header .holder-mobile {
    width: auto;
  }
  .header .navbar-toggler .icon-bar {
    height: 2px;
    width: 24px;
  }
  .header .btn-search {
    width: 40px;
    height: 40px;
  }
  .header .btn-search .holder-icon {
    width: auto;
    height: 20px;
    overflow: visible;
  }
  .header .brand-logo {
    width: 150px;
  }
  .header .line-separator {
    margin: 0 17px 0 8px;
  }
}

.header .holder-right-mobile {
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .header .holder-right-mobile {
    display: none;
  }
}

.header .holder-right-mobile .holder-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.header .holder-right-mobile .holder-link.banking {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
  margin-right: 0;
  margin-left: 0;
}

.header .holder-right-mobile .holder-link.banking .link {
  padding: 0 5px 4px 5px;
}

.header .holder-right-mobile .holder-link.banking .fa-angle-down {
  font-size: 16px;
}

.header .holder-right-mobile .holder-link.banking .link-text {
  font-size: 12px;
}

.header .holder-right-mobile .holder-link.banking .holder-icon {
  width: 11px;
  height: 16px;
}

.header .holder-right-mobile .holder-link:hover .icon-text-holder {
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
}

.header-2 .holder-right-mobile {
  display: none !important;
}

.header-2 .navbar {
  position: absolute;
  z-index: 1;
  padding: 34px 20px 24px;
  width: 100%;
}

.header-2 .navbar > .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-2 .navbar-brand {
  margin-right: 0;
  text-align: center;
}

.header-2 .cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1vw;
  width: 12%;
}

.header-2 .cart-wrapper .count {
  margin-left: 9px;
  font-size: 26px;
  color: #fff;
  font-family: "Myriad Pro SemiBold";
}

.header-2 .cart-wrapper-item:first-of-type {
  position: relative;
  padding-right: 20px;
}

.header-2 .cart-wrapper-item:first-of-type:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 78%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-2 .cart-wrapper-item:first-of-type .icon {
  position: relative;
  top: -6px;
}

.header-2 .cart-wrapper-item:last-of-type {
  margin-left: 17px;
}

.header-2 .fa-search {
  color: #fff;
}

.header-2 .loyalty-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 76%;
}

@media screen and (min-width: 768px) {
  .header-2 .loyalty-menu-item:active .loyalty-menu-link, .header-2 .loyalty-menu-item:focus .loyalty-menu-link, .header-2 .loyalty-menu-item:hover .loyalty-menu-link {
    background-color: #fff;
    color: #000;
  }
}

.header-2 .loyalty-menu-item-active .loyalty-menu-link {
  background-color: #fff;
  color: #000;
}

.header-2 .loyalty-menu-link {
  padding: 15px;
  color: #fff;
  font: 16px "Myriad Pro SemiBold";
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-2 .loyalty-menu-link {
    padding: 15px 5px;
  }
}

.header-2 .loyalty-menu-brand {
  padding: 0 1vw;
}

.header-2 .navbar-list-ul .menu .link {
  position: relative;
  cursor: pointer;
}

.header-2 .navbar-list-ul .menu .link:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  width: 1px;
  height: 70%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-2 .navbar-list-ul .menu .icon-bar {
  background: #fff;
}

.header-2 .holder-mobile {
  width: 12%;
}

.header-2 .holder-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-2 .loyalty-menu-link {
    font-size: 14px;
  }
  .header-2 .brand-logo {
    width: 240px;
  }
  .header-2 .cart-wrapper {
    width: 15%;
  }
  .header-2 .loyalty-menu {
    width: 73%;
  }
  .header-2 .holder-mobile {
    width: 12%;
  }
}

@media screen and (max-width: 991px) {
  .header-2 .loyalty-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-2 .loyalty-menu-item {
    display: none;
  }
  .header-2 .loyalty-menu-brand {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-2 .navbar .container-header {
    max-width: 720px;
  }
  .header-2 .cart-wrapper,
  .header-2 .holder-mobile {
    width: 20%;
  }
  .header-2 .loyalty-menu {
    width: 60%;
  }
  .header-2 .navbar-list-ul .holder-link:nth-of-type(-n+5) {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header-2 .cart-wrapper,
  .header-2 .holder-mobile {
    width: 25%;
  }
  .header-2 .loyalty-menu {
    width: 50%;
  }
  .header-2 .brand-logo {
    width: 200px;
  }
  .header-2 .holder-right {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .header-2 .navbar {
    padding: 0 5px;
  }
  .header-2 .cart-wrapper {
    width: 24%;
  }
  .header-2 .cart-wrapper .count {
    margin-left: 5px;
    font-size: 18px;
  }
  .header-2 .cart-wrapper-item:first-of-type {
    padding-right: 7px;
  }
  .header-2 .cart-wrapper-item:first-of-type .icon {
    top: 0;
    width: 16px;
  }
  .header-2 .cart-wrapper-item:last-of-type {
    margin-left: 0;
  }
  .header-2 .cart-wrapper-item:last-of-type .icon {
    margin-left: 6px;
    width: 12px;
  }
  .header-2 .loyalty-menu {
    width: 52%;
  }
  .header-2 .holder-mobile {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 24%;
  }
  .header-2 .holder-right {
    padding-right: 6px;
  }
  .header-2 .navbar-list-ul .menu .link {
    padding: 19px 0 17px;
  }
  .header-2 .navbar-list-ul .menu .link:before {
    display: none;
  }
  .header-2 .navbar-list-ul .menu .icon-bar {
    width: 22px;
  }
  .header-2 .navbar-list-ul .menu .icon-bar ~ .icon-bar {
    margin-top: 6px;
  }
}

.sidebar-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  right: -100%;
  z-index: 99;
  padding-bottom: 63px;
  height: 100%;
  width: auto;
  background-color: #f4f4f4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .holder-menu {
  width: 482px;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
}

.sidebar-menu .holder-close {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #f4f4f4;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.sidebar-menu .holder-close.open-sub-list {
  background-color: #fff;
}

.sidebar-menu .holder-close.open-active-list {
  display: none;
}

.sidebar-menu .close-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.sidebar-menu .close-icon:before, .sidebar-menu .close-icon:after {
  content: ' ';
  position: absolute;
  left: 15px;
  height: 23px;
  width: 2px;
  background-color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .close-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sidebar-menu .close-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sidebar-menu .link-text {
  padding-left: 3px;
  font-size: 14px;
  font-family: "Myriad Pro Bold";
  text-transform: uppercase;
}

.sidebar-menu .sidebar-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px 0;
}

.sidebar-menu .app-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-menu .app-item .app-icon {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .app-item .fa-info-circle {
  color: #aaaaaa;
}

.sidebar-menu .app-item .fa-apple {
  color: #454545;
}

.sidebar-menu .app-item .fa-android {
  color: #90c509;
}

.sidebar-menu .app-list {
  padding: 0 16px;
}

.sidebar-menu .app-list:nth-of-type(2), .sidebar-menu .app-list:nth-of-type(3) {
  position: relative;
}

.sidebar-menu .app-list:nth-of-type(2):before, .sidebar-menu .app-list:nth-of-type(3):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 1px;
  background-color: #c3c3c3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar-menu .down-caret {
  vertical-align: middle;
}

.sidebar-menu .box-holder {
  padding: 5px 12px;
  background-color: #fff;
}

.sidebar-menu .select-group-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 0 10px;
}

.sidebar-menu .select-text-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2px;
}

.sidebar-menu .select-text {
  font-size: 14px;
}

.sidebar-menu .select-country {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
  width: 107px;
  cursor: pointer;
}

.sidebar-menu .select-country .selected {
  display: none;
}

.sidebar-menu .select-country .selected-country {
  padding-left: 9px;
}

.sidebar-menu .select-country .selected-country .country-text {
  margin: 0 1px;
}

.sidebar-menu .select-country .down-caret {
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar-menu .country-text {
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Myriad Pro SemiBold";
}

.sidebar-menu .select-country-list {
  position: absolute;
  top: 51px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  text-align: center;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .select-country-list .list-country {
  padding: 10px 0;
}

.sidebar-menu .select-country-list .holder-icon {
  border: 1px solid #e2e2e2;
}

.sidebar-menu .select-country-list .country {
  margin: 0 12px;
}

.sidebar-menu .select-bank-holder {
  position: relative;
}

.sidebar-menu .select-bank-list {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sidebar-menu .select-bank-list .dropdown-li:not(.info) {
  padding: 6.5px 0 6.5px;
  margin: 0 16px;
  border-bottom: 1px solid #888;
  cursor: pointer;
}

.sidebar-menu .select-bank-list .dropdown-li:nth-of-type(3) {
  border-bottom: none;
}

.sidebar-menu .select-bank-list .dropdown-link {
  font-size: 13px;
  font-family: "Myriad Pro Bold";
}

.sidebar-menu .select-bank-list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 18px;
  margin: 0;
  color: #aaaaaa;
  background-color: #e5e5e5;
}

.sidebar-menu .select-bank-list .info-text {
  margin-left: 5px;
  color: #aaaaaa;
  text-transform: none;
  text-decoration: underline;
}

.sidebar-menu .sidebar-categories {
  margin-top: 10px;
  padding: 0 15px 0px;
}

.sidebar-menu .services-menu-list, .sidebar-menu li {
  position: relative;
  padding: 7px 0;
  cursor: pointer;
}

.sidebar-menu .open-sub-categories .list-active {
  background-color: #fff;
}

.sidebar-menu .open-sub-categories .list-active:before, .sidebar-menu .open-sub-categories .list-active:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  background-color: white;
}

.sidebar-menu .open-sub-categories .list-active:before {
  left: -30px;
  width: 30px;
}

.sidebar-menu .open-sub-categories .list-active:after {
  right: -20px;
  width: 20px;
}

.sidebar-menu .open-sub-categories .list-active .list-link {
  color: #c40e00;
}

.sidebar-menu .open-sub-categories .services-menu-list-active {
  background-color: #fff;
}

.sidebar-menu .open-sub-categories .services-menu-list-active:before, .sidebar-menu .open-sub-categories .services-menu-list-active:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  background-color: white;
}

.sidebar-menu .open-sub-categories .services-menu-list-active:before {
  left: -30px;
  width: 30px;
}

.sidebar-menu .open-sub-categories .services-menu-list-active:after {
  right: -20px;
  width: 20px;
}

.sidebar-menu .open-sub-categories .services-menu-list-active .menu-link {
  color: #c40e00;
}

.sidebar-menu .menu-link {
  font-size: 17px;
  font-family: "Myriad Pro SemiBold";
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .show-country__list {
  z-index: 99;
  opacity: 1;
  pointer-events: initial;
}

.sidebar-menu .show-banking__list {
  z-index: 99;
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}

.sidebar-menu .holder-category {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .holder-category:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #f4f4f4;
}

.sidebar-menu .holder-category .sublist {
  margin-bottom: 20px;
}

.sidebar-menu .holder-category .sublist-title {
  position: relative;
  font-size: 16px;
  font-family: "Myriad Pro Bold";
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 18px;
  cursor: pointer;
}

.sidebar-menu .holder-category .sublist-title:after {
  content: '\f078';
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .holder-category .sublist-title.open {
  color: #c40e00;
}

.sidebar-menu .holder-category .sublist-title.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar-menu .holder-category .sublist-items {
  padding-top: 15px;
}

.sidebar-menu .holder-category .sublist-link {
  font-size: 16px;
  font-family: "Myriad Pro SemiBold";
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .holder-category-open {
  right: 482px;
  opacity: 1;
}

.sidebar-menu .holder-category-open:before {
  content: '';
  background-color: #fff;
  z-index: -1;
}

.sidebar-menu .sub-category {
  position: absolute;
  top: 0;
  opacity: 0;
  padding: 20px 15px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  pointer-events: none;
}

.sidebar-menu .sub-category#sidebar-services .accordion-wrapper .card, .sidebar-menu .sub-category#sidebar-global-markets .accordion-wrapper .card {
  margin-bottom: 0;
}

.sidebar-menu .sub-category#sidebar-services .accordion-wrapper .card-body, .sidebar-menu .sub-category#sidebar-global-markets .accordion-wrapper .card-body {
  padding: 0;
}

.sidebar-menu .sub-category-title {
  position: relative;
  display: none;
  margin-bottom: 25px;
  padding-left: 25px;
  color: #c40e00;
  font-family: "Myriad Pro Bold";
  cursor: pointer;
}

.sidebar-menu .sub-category-title:before {
  content: '\f053';
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
}

.sidebar-menu .sub-category-open {
  opacity: 1;
  pointer-events: initial;
}

.sidebar-menu .sub-category-open::-webkit-scrollbar {
  width: 6px;
}

.sidebar-menu .sub-category-open::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #fff;
          box-shadow: inset 0 0 5px #fff;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}

.sidebar-menu .sub-category-open::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

.sidebar-menu .sidebar-sitemap-links {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  padding: 4px 0;
  margin: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.sidebar-menu .sidebar-sitemap-links .list,
.sidebar-menu .sidebar-sitemap-links .list-not {
  position: relative;
  padding: 2px 0;
}

.sidebar-menu .sidebar-sitemap-links .list-link {
  font-size: 14px;
  font-family: "Frutiger Light";
  color: #454545;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .sidebar-cta {
  padding: 4px 15px 0;
}

.sidebar-menu .sidebar-cta .cta-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar-menu .sidebar-cta .cta-list {
  text-align: center;
}

.sidebar-menu .sidebar-cta .cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  margin: auto;
}

.sidebar-menu .sidebar-cta .holder-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  background-color: #dfdfdf;
  border-radius: 50%;
}

.sidebar-menu .sidebar-cta .icon {
  width: 30px;
  height: 30px;
}

.sidebar-menu .sidebar-cta .icon path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .sidebar-cta .cta-title {
  margin-top: 10px;
  font-size: 12px;
  font-family: "Myriad Pro Bold";
  color: #2e2e2e;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .sidebar-cta .span-title {
  font-size: 18px;
  font-family: "Myriad Pro Bold";
  color: #525252;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .sidebar-socials {
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 100%;
  max-width: 482px;
  height: auto;
  z-index: 999;
  background-color: #c40e00;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .sidebar-socials .social-icons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
}

.sidebar-menu .sidebar-socials .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
}

.sidebar-menu .sidebar-socials .icon {
  max-width: 20px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-menu .sidebar-fixe-chat {
  position: fixed;
  bottom: 10px;
  right: 82px;
  padding: 12px 10px 6px;
  width: auto;
  max-width: 482px;
  height: auto;
  z-index: 999;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  cursor: pointer;
}

.sidebar-menu .sidebar-fixe-chat .holder-icon path,
.sidebar-menu .sidebar-fixe-chat .holder-icon .circle {
  fill: #c40e00;
}

.sidebar-menu .sidebar-fixe-chat.hideFixChat {
  display: none;
}

.sidebar-menu .sub-category .container {
  height: 100%;
}

.sidebar-menu .sub-category .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 0;
}

.sidebar-menu .sub-category .list-item {
  margin-bottom: 20px;
}

.sidebar-menu .sub-category .list-item:last-child {
  border-bottom: 0;
}

.sidebar-menu .sub-category .list-link {
  display: inline-block;
  line-height: 1;
  font: 16px "Myriad Pro SemiBold";
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media all and (-ms-high-contrast: none) {
  .sidebar-menu *::-ms-backdrop, .sidebar-menu .close-icon:after, .sidebar-menu .close-icon:before {
    top: -11px;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-menu .sidebar-sitemap-links .list-link:active, .sidebar-menu .sidebar-sitemap-links .list-link:focus, .sidebar-menu .sidebar-sitemap-links .list-link:hover {
    color: #c40e00;
  }
  .sidebar-menu .sub-category .list-link:active, .sidebar-menu .sub-category .list-link:focus, .sidebar-menu .sub-category .list-link:hover {
    color: #c40e00;
  }
  .sidebar-menu .menu-link:active, .sidebar-menu .menu-link:focus, .sidebar-menu .menu-link:hover {
    color: #c40e00;
  }
  .sidebar-menu .holder-category .sublist-title:active, .sidebar-menu .holder-category .sublist-title:focus, .sidebar-menu .holder-category .sublist-title:hover {
    color: #c40e00;
  }
  .sidebar-menu .holder-category .sublist-link:active, .sidebar-menu .holder-category .sublist-link:focus, .sidebar-menu .holder-category .sublist-link:hover {
    color: #c40e00;
  }
  .sidebar-menu .sidebar-cta .cta-list:active .icon path, .sidebar-menu .sidebar-cta .cta-list:focus .icon path, .sidebar-menu .sidebar-cta .cta-list:hover .icon path {
    fill: #c40e00;
  }
  .sidebar-menu .sidebar-cta .cta-list:active .cta-title, .sidebar-menu .sidebar-cta .cta-list:focus .cta-title, .sidebar-menu .sidebar-cta .cta-list:hover .cta-title {
    color: #c40e00;
  }
  .sidebar-menu .sidebar-cta .cta-list:active .span-title, .sidebar-menu .sidebar-cta .cta-list:focus .span-title, .sidebar-menu .sidebar-cta .cta-list:hover .span-title {
    color: #c40e00;
  }
  .sidebar-menu .app-item .app-link:active .app-icon, .sidebar-menu .app-item .app-link:focus .app-icon, .sidebar-menu .app-item .app-link:hover .app-icon {
    opacity: .65;
  }
  .sidebar-menu .close-icon:active:before, .sidebar-menu .close-icon:active:after, .sidebar-menu .close-icon:focus:before, .sidebar-menu .close-icon:focus:after, .sidebar-menu .close-icon:hover:before, .sidebar-menu .close-icon:hover:after {
    background-color: #c40e00;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-menu .holder-category .holder-close {
    display: none;
  }
  .sidebar-menu .sub-category-title {
    display: block;
  }
  .sidebar-menu .holder-category {
    -webkit-transition: none;
    transition: none;
  }
  .sidebar-menu .holder-category-open {
    right: 0;
    z-index: 999;
  }
}

@media screen and (max-width: 767px) {
  .sidebar-menu .sub-category-two .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  .sidebar-menu .sidebar-fixe-chat {
    bottom: 80px;
    right: 15px;
  }
}

@media screen and (max-width: 575px) {
  .sidebar-menu {
    right: -575px;
    padding-bottom: 0;
    width: 100%;
  }
  .sidebar-menu .down-caret {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sidebar-menu .app-list {
    padding: 0 18px;
  }
  .sidebar-menu .app-list:nth-last-child {
    padding-right: 0;
  }
  .sidebar-menu .sidebar-app {
    padding: 20px 0px 0;
  }
  .sidebar-menu .select-group-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .sidebar-menu .select-text-holder {
    width: calc(50% - 4px);
    margin-right: 4px;
  }
  .sidebar-menu .select-bank-holder {
    width: 100%;
    margin-top: 6px;
  }
  .sidebar-menu .select-country {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    margin: 0;
  }
  .sidebar-menu .select-country .selected-country {
    padding-left: 0;
  }
  .sidebar-menu .sidebar-categories {
    padding: 0 0 25px;
  }
  .sidebar-menu .header-scrollbar {
    padding-bottom: 65px;
  }
  .sidebar-menu .sidebar-socials {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    right: -575px;
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
  }
  .sidebar-menu .sidebar-socials .social-icons {
    padding: 0;
  }
  .sidebar-menu .sidebar-sitemap-links {
    margin: 0;
  }
  .sidebar-menu .sidebar-cta {
    padding: 30px 0 0;
  }
  .sidebar-menu .select-country-list .list-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
  }
  .sidebar-menu .holder-menu {
    width: 100%;
  }
  .sidebar-menu .holder-menu .holder-close {
    position: relative;
    top: 0;
    margin: auto;
    height: 40px;
    -webkit-transform: none;
            transform: none;
  }
  .sidebar-menu .holder-category .holder-close {
    display: none;
  }
  .sidebar-menu .holder-category .sublist {
    margin-bottom: 25px;
  }
  .sidebar-menu .holder-category .sublist-title {
    padding-bottom: 25px;
  }
  .sidebar-menu .sub-category {
    padding: 23px 0;
  }
  .sidebar-menu .sub-category .list-item {
    font-size: 15px;
  }
  .sidebar-menu .sub-category-title {
    margin-bottom: 35px;
    padding-left: 28px;
    font-size: 18px;
  }
  .sidebar-menu .open-sub-categories .services-menu-list-active:before {
    left: -15px;
    width: 15px;
  }
  .sidebar-menu .open-sub-categories .services-menu-list-active:after {
    right: -15px;
    width: 15px;
  }
}

.footer.footer-home {
  margin-bottom: 71px;
}

.footer .custom-container {
  max-width: 1415px;
}

.footer .section-socials {
  position: relative;
  background: url(../images/sitemap-background.jpg) center no-repeat;
  background-size: cover;
}

.footer .section-socials:before {
  content: '';
  position: absolute;
  bottom: 76px;
  left: 0;
  right: 0;
  border-bottom: 1.5px solid rgba(100, 100, 100, 0.5);
}

.footer .section-socials .holder-newsletter {
  padding: 100px 0;
}

.footer .section-socials .holder-newsletter .newsletter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .section-socials .holder-newsletter .title {
  line-height: 1;
  font-family: "Myriad Pro SemiBold";
}

.footer .section-socials .holder-newsletter .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .section-socials .holder-newsletter .list-call .title {
  width: 140px;
  font-size: 22px;
}

.footer .section-socials .holder-newsletter .list-call .title-span {
  display: block;
  font-size: 15px;
}

.footer .section-socials .holder-newsletter .list-share .title {
  width: 140px;
}

.footer .section-socials .holder-newsletter .list-join {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
}

.footer .section-socials .holder-newsletter .list-join:before, .footer .section-socials .holder-newsletter .list-join:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 190px;
  background: #fff;
}

.footer .section-socials .holder-newsletter .list-join:before {
  left: 0;
}

.footer .section-socials .holder-newsletter .list-join:after {
  right: 0;
}

.footer .section-socials .holder-newsletter .list-app {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer .section-socials .holder-newsletter .list-iso .title-span {
  font-size: 14px;
}

.footer .section-socials .holder-newsletter .link {
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer .section-socials .holder-newsletter .holder-icon {
  height: 50px;
}

.footer .section-socials .holder-newsletter .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer .section-socials .holder-newsletter .icon-footer path {
  fill: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer .section-socials .holder-newsletter .holder-platform {
  margin-top: 10px;
}

.footer .section-socials .holder-newsletter .platform-icon {
  color: #eeeeee;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer .section-socials .holder-newsletter .newsletter-form {
  position: relative;
  margin-top: 45px;
  width: 420px;
  max-width: 100%;
}

.footer .section-socials .holder-newsletter .form-controls {
  height: 50px;
}

.footer .section-socials .holder-newsletter .form-field {
  padding: 0 74px 0 24px;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
}

.footer .section-socials .holder-newsletter .form-field:-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  font-family: "Frutiger Light";
}

.footer .section-socials .holder-newsletter .form-field,
.footer .section-socials .holder-newsletter .form-field:placeholder-shown,
.footer .section-socials .holder-newsletter .form-field::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  font-family: "Frutiger Light";
}

.footer .section-socials .holder-newsletter .form-field,
.footer .section-socials .holder-newsletter .form-field:placeholder-shown,
.footer .section-socials .holder-newsletter .form-field:-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  font-family: "Frutiger Light";
}

.footer .section-socials .holder-newsletter .form-field,
.footer .section-socials .holder-newsletter .form-field:placeholder-shown,
.footer .section-socials .holder-newsletter .form-field::-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  font-family: "Frutiger Light";
}

.footer .section-socials .holder-newsletter .form-field,
.footer .section-socials .holder-newsletter .form-field:placeholder-shown,
.footer .section-socials .holder-newsletter .form-field::placeholder {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  font-family: "Frutiger Light";
}

.footer .section-socials .holder-newsletter .btn-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-right: 20px;
  width: auto;
  height: 50px;
}

.footer .section-socials .holder-newsletter .btn-wrapper .btn-transparent {
  color: #fff;
  text-transform: uppercase;
  font-family: "Myriad Pro Regular";
}

.footer .section-socials .holder-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 20px 20px;
}

.footer .section-socials .social-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.33%;
}

.footer .section-socials .social-medias .social-title {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Myriad Pro Light";
}

.footer .section-socials .social-medias .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .section-socials .social-medias .icon-social {
  padding: 0 5px;
}

.footer .section-socials .social-medias .icon-social:last-child {
  display: none;
}

.footer .section-socials .social-medias .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

.footer .section-socials .social-medias .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer .section-socials .holder-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33%;
}

.footer .section-socials .btn-sitemap {
  font-family: "Myriad Pro SemiBold";
  color: #fff;
}

.footer .section-socials .social-likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 33.33%;
}

.footer .section-socials .social-likes .holder-link {
  margin-left: 5px;
  width: 95px;
  height: 21px;
}

.footer .section-socials .social-likes .holder-link:nth-child(2) {
  margin-top: 7px;
}

.footer .section-socials .social-likes .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding-right: 8px;
  font-family: "Myriad Pro Light";
}

.footer .section-socials .social-likes .icon-fb {
  background-color: #172973;
}

.footer .section-socials .social-likes .icon-twitter {
  background-color: #0c7abf;
  border-radius: 3px;
}

.footer .section-socials .social-likes .fab {
  margin: 0 4px;
  font-size: 14px;
}

.footer .section-socials .social-likes .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 10px;
  color: #fff;
}

.footer .section-socials .social-likes .like {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  font-size: 12px;
  font-family: "Myriad Pro Light";
  background-color: #525252;
}

.footer .section-socials .social-likes .like:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid #525252;
  border-bottom: 12px solid transparent;
}

.footer .section-socials .pointer-none {
  pointer-events: none;
}

.footer .section-sitemap.sitemap-close {
  display: none;
}

.footer .section-sitemap .custom-container {
  max-width: 100%;
  padding: 0;
}

.footer .section-sitemap .holder-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .section-sitemap .holder-links .column {
  width: 25%;
  padding: 0 25px;
}

.footer .section-sitemap .holder-links .column:nth-last-of-type(even) {
  background-color: #444;
}

.footer .section-sitemap .holder-links .column:nth-last-of-type(odd) {
  background-color: #525252;
}

.footer .section-sitemap .holder-links .item {
  margin: 40px 0;
}

.footer .section-sitemap .holder-links .title {
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 16px;
  font-family: "Myriad Pro SemiBold";
  color: #aaaaaa;
}

.footer .section-sitemap .holder-links .title a {
  color: #aaaaaa;
}

.footer .section-sitemap .holder-links .list {
  font-family: "Myriad Pro Regular";
}

.footer .section-sitemap .holder-links .inner-list {
  position: relative;
  padding-left: 50px;
}

.footer .section-sitemap .holder-links .inner-list:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 35px;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #c40e00;
}

.footer .section-sitemap .holder-links .link {
  font-size: 14px;
  color: #aaaaaa;
}

.footer .section-info {
  padding: 10px 0;
  color: #707070;
}

.footer .section-info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .section-info .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33%;
  padding: 0 15px;
}

.footer .section-info .item:before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #aaaaaa;
}

.footer .section-info .item:last-child:before {
  display: none;
}

.footer .section-info .details {
  font-size: 12px;
  font-family: "Myriad Pro SemiBold";
  color: #454545;
}

.footer .section-info .koein {
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer .section-info .item img {
    width: 15%;
  }
}

.footer .inlineBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .footer *::-ms-backdrop, .footer .section-socials .holder-newsletter .list-join::after {
    top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  .footer .section-socials .holder-newsletter .newsletter-form {
    width: 360px;
  }
}

@media (min-width: 1501px) {
  .footer .section-socials {
    padding: 0 15px;
  }
  .footer .section-socials .custom-container {
    max-width: 1920px;
  }
  .footer .section-socials .holder-newsletter .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .section-socials .holder-newsletter .list-join {
    width: 40%;
  }
  .footer .section-socials .holder-newsletter .list-iso {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .section-info .custom-container {
    max-width: 1840px;
  }
  .footer .section-info .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .section-socials .holder-newsletter {
    padding: 90px 0 40px;
  }
  .footer .section-socials .holder-newsletter .title {
    font-size: 14px;
  }
  .footer .section-socials .holder-newsletter .list-iso .title-span {
    font-size: 12px;
  }
  .footer .section-socials .holder-newsletter .list-join {
    width: 40%;
  }
  .footer .section-socials .social-medias .social-title {
    font-size: 12px;
    font-family: "Myriad Pro SemiBold";
  }
  .footer .section-socials .social-medias .icon-social {
    padding: 0;
  }
  .footer .section-socials .social-medias .icon {
    height: 18px;
    width: auto;
  }
  .footer .section-sitemap .holder-links .column {
    padding: 0 10px 0 0;
  }
  .footer .section-sitemap .holder-links .link {
    font-size: 13px;
  }
  .footer .section-info .item {
    padding: 0 10px;
  }
  .footer .section-info .details {
    max-width: 200px;
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .footer .section-socials .btn-sitemap:active, .footer .section-socials .btn-sitemap:focus, .footer .section-socials .btn-sitemap:hover {
    color: #c40e00;
    text-decoration: underline;
  }
  .footer .section-socials .holder-newsletter .list .link:active, .footer .section-socials .holder-newsletter .list .link:focus, .footer .section-socials .holder-newsletter .list .link:hover {
    color: #c40e00;
  }
  .footer .section-socials .holder-newsletter .list .link:active .holder-icon .icon, .footer .section-socials .holder-newsletter .list .link:focus .holder-icon .icon, .footer .section-socials .holder-newsletter .list .link:hover .holder-icon .icon {
    -webkit-filter: none;
            filter: none;
  }
  .footer .section-socials .holder-newsletter .list .link:active .holder-icon .icon-footer path, .footer .section-socials .holder-newsletter .list .link:focus .holder-icon .icon-footer path, .footer .section-socials .holder-newsletter .list .link:hover .holder-icon .icon-footer path {
    fill: #c40e00;
  }
  .footer .section-socials .holder-newsletter .platform-icon:active, .footer .section-socials .holder-newsletter .platform-icon:focus, .footer .section-socials .holder-newsletter .platform-icon:hover {
    color: #c40e00;
  }
  .footer .section-socials .holder-newsletter .btn-wrapper .btn-transparent:active, .footer .section-socials .holder-newsletter .btn-wrapper .btn-transparent:focus, .footer .section-socials .holder-newsletter .btn-wrapper .btn-transparent:hover {
    color: #c40e00;
    text-decoration: underline;
  }
  .footer .section-socials .social-medias .icon-social:active .icon, .footer .section-socials .social-medias .icon-social:focus .icon, .footer .section-socials .social-medias .icon-social:hover .icon {
    -webkit-filter: none;
            filter: none;
  }
  .footer .section-socials .social-likes .icon-fb,
  .footer .section-socials .social-likes .icon-twitter {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .footer .section-socials .social-likes .icon-fb .fab,
  .footer .section-socials .social-likes .icon-twitter .fab {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .footer .section-socials .social-likes .icon-fb:active, .footer .section-socials .social-likes .icon-fb:focus, .footer .section-socials .social-likes .icon-fb:hover,
  .footer .section-socials .social-likes .icon-twitter:active,
  .footer .section-socials .social-likes .icon-twitter:focus,
  .footer .section-socials .social-likes .icon-twitter:hover {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
  .footer .section-socials .social-likes .icon-fb:active .fab, .footer .section-socials .social-likes .icon-fb:focus .fab, .footer .section-socials .social-likes .icon-fb:hover .fab,
  .footer .section-socials .social-likes .icon-twitter:active .fab,
  .footer .section-socials .social-likes .icon-twitter:focus .fab,
  .footer .section-socials .social-likes .icon-twitter:hover .fab {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
  .footer .section-socials .icon-svg:active path, .footer .section-socials .icon-svg:focus path, .footer .section-socials .icon-svg:hover path {
    fill: #c40e00;
  }
  .footer .section-socials .icon-fa:active, .footer .section-socials .icon-fa:focus, .footer .section-socials .icon-fa:hover {
    color: #c40e00;
  }
  .footer .section-sitemap .holder-links .link:active, .footer .section-sitemap .holder-links .link:focus, .footer .section-sitemap .holder-links .link:hover {
    color: #c40e00;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .section-socials .holder-newsletter {
    padding: 80px 0 40px;
  }
  .footer .section-socials .holder-newsletter .newsletter-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 100px;
  }
  .footer .section-socials .holder-newsletter .newsletter-form {
    position: absolute;
    bottom: -95px;
    max-width: unset;
  }
  .footer .section-socials .holder-newsletter .holder-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .section-socials .holder-newsletter .list .title {
    margin-top: 5px;
    font-size: 14px;
  }
  .footer .section-socials .holder-newsletter .list-call {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .section-socials .holder-newsletter .list-share {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .section-socials .holder-newsletter .list-share .title {
    max-width: 93px;
  }
  .footer .section-socials .holder-newsletter .list-join {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .section-socials .holder-newsletter .list-app {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer .section-socials .holder-newsletter .list-iso {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer .section-socials .holder-newsletter .list:not(:nth-last-of-type(3)) {
    width: 20%;
  }
  .footer .section-socials .holder-newsletter .list-join {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 20%;
  }
  .footer .section-socials .holder-socials {
    padding: 20px;
  }
  .footer .section-socials .social-medias {
    width: 40%;
  }
  .footer .section-socials .social-medias .icon-social {
    padding: 0;
  }
  .footer .section-socials .social-medias .link {
    padding: 0 6px;
  }
  .footer .section-socials .social-medias .icon {
    height: 18px;
    width: auto;
  }
  .footer .section-socials .holder-button {
    width: 20%;
  }
  .footer .section-socials .social-likes {
    width: 40%;
  }
  .footer .section-sitemap .holder-links .column {
    width: 50%;
  }
  .footer .section-sitemap .holder-links .column:nth-of-type(3) .item:first-child, .footer .section-sitemap .holder-links .column:nth-of-type(4) .item:first-child {
    margin-top: 20px;
  }
  .footer .section-info {
    padding: 30px 0 10px;
  }
  .footer .section-info .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .section-info .item {
    margin-bottom: 20px;
    text-align-last: center;
  }
  .footer .section-info .item:nth-of-type(-n+3):before {
    content: unset;
  }
  .footer .section-info .item:nth-of-type(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .section-info .item:nth-of-type(2) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .section-info .item:nth-of-type(3) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .section-info .item:nth-of-type(4) {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer .section-info .details {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .footer .section-socials .holder-newsletter .list-join:before, .footer .section-socials .holder-newsletter .list-join:after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .footer .section-socials .holder-newsletter {
    padding: 40px 0 10px;
  }
  .footer .section-info {
    padding: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    background: url(../images/sitemap-background.jpg) center no-repeat;
    background-size: cover;
  }
  /*.footer .section-socials {
    background: none;
  }*/
  .footer .section-socials .holder-newsletter {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer .section-socials .holder-newsletter .newsletter-form,
  .footer .section-socials .holder-newsletter .list-share,
  .footer .section-socials .holder-newsletter .holder-platform {
    display: none;
  }
  .footer .section-socials .holder-newsletter .list .title {
    width: 100%;
    font-size: 11px;
  }
  .footer .section-socials .holder-newsletter .list:not(:nth-last-of-type(3)) {
    width: 25%;
  }
  .footer .section-socials .holder-newsletter .list-call {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .section-socials .holder-newsletter .list-call .title-span {
    display: none;
  }
  .footer .section-socials .holder-newsletter .list-join {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    height: auto;
    width: 25%;
  }
  .footer .section-socials .holder-newsletter .list-join .title-span {
    display: none;
  }
  .footer .section-socials .holder-newsletter .list-app {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .section-socials .holder-newsletter .list-iso {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer .section-socials .holder-newsletter .list-iso .title-span {
    display: none;
  }
  .footer .section-socials .holder-newsletter .icon {
    height: 30px;
  }
  .footer .section-socials .holder-socials {
    padding: 20px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer .section-socials .holder-socials .social-medias {
    width: 100%;
  }
  .footer .section-socials .holder-socials .social-medias .icon-social:last-child {
    display: block;
  }
  .footer .section-socials .holder-socials .social-medias .social-icons {
    width: 100%;
  }
  .footer .section-socials .holder-socials .social-medias .social-title {
    display: none;
  }
  .footer .section-socials .holder-button {
    display: none;
  }
  .footer .section-socials .social-likes {
    display: none;
  }
  .footer .section-socials .social-medias .icon {
    max-width: 20px;
  }
  /*.footer .section-sitemap {
    display: none;
  }*/
  .footer .section-info .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    width: 380px;
    max-width: 100%;
  }
  .footer .section-info .item {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 7px;
    color: #fff;
  }
  .footer .section-info .item:nth-of-type(-n+3):before {
    content: none;
  }
  .footer .section-info .item:nth-of-type(1) {
    width: 100%;
  }
  .footer .section-info .item:nth-of-type(2) {
    width: 100%;
  }
  .footer .section-info .item:nth-of-type(3) {
    display: none;
  }
  .footer .section-info .item:nth-of-type(4) {
    width: 100%;
  }
  .footer .section-info .details {
    font-size: 11px;
    color: #fff;
  }
}

@media screen and (max-width: 575px) {
  .footer .section-socials .holder-newsletter {
    padding: 20px 0 5px;
  }
  .footer .section-socials .holder-newsletter .holder-icon {
    height: 42px;
  }
  .footer .section-socials .holder-newsletter .list-iso .title {
    max-width: 50px;
  }
  .footer .section-info .company {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 575px) and (max-width: 320px) {
  .footer .section-socials .holder-newsletter .list-call,
  .footer .section-socials .holder-newsletter .list-join,
  .footer .section-socials .holder-newsletter .list-app {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .section-socials .holder-newsletter .list-join .icon {
    height: 25px;
  }
  .footer .section-socials .holder-newsletter .list-iso {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .section-info .item:nth-of-type(2) .details {
    width: 250px;
  }
}

@-moz-document url-prefix() {
  .footer .section-socials .holder-newsletter .form-field::-moz-placeholder {
    /* Firefox 18- */
    position: relative;
    z-index: 999;
    font-size: 14px;
    color: white;
    font-style: italic;
    text-shadow: 2px 2px 21px white;
    font-family: "Frutiger Light";
  }
}

.btn-transparent {
  text-transform: uppercase;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.btn-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 51px;
  font: 14px "Myriad Pro Regular";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.btn-default.btn-red {
  background-color: #c40e00;
  border-bottom: 5px solid #f11303;
}

.btn-default.btn-gray {
  background-color: #737373;
}

.btn-default.btn-gray-sidebar {
  background-color: #737373;
  border-bottom: 5px solid #b0b0b0;
}

.btn-default.btn-light-gray {
  background-color: #9b9b9b;
  border-bottom: 5px solid #b0b0b0;
}

.btn-default.btn-dark-charcoal {
  background-color: #585858;
  border-bottom: 5px solid #636363;
}

.btn-default.btn-red-border {
  background-color: #c40e00;
  border-bottom: 5px solid #f21206;
}

.btn-default.btn-red-border .btn-red-border-link {
  color: #fff;
  text-decoration: none;
}

.btn-default.btn-red-no-border {
  background-color: #c40e00;
  border-bottom: 0;
}

.btn-default.btn-border-white {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-default.btn-border-white .btn-border-white-link {
  color: #fff;
  text-decoration: none;
}

.btn-default.btn-border-red {
  color: #c40e00;
  background-color: transparent;
  border: 1px solid #c40e00;
}

.btn-default.btn-border-red .btn-border-white-link {
  text-decoration: none;
}

.btn-default.btn-border-gray {
  color: #454545;
  background-color: transparent;
  border: 1px solid #454545;
}

.btn-default.btn-border-gray .btn-border-white-link {
  text-decoration: none;
}

.btn-default.btn-black-opacity {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 5px solid #636363;
}

.btn-default.btn-black-opacity .btn-black-opacity-link {
  color: #fff;
  text-decoration: none;
}

.btn-default.btn-transparent-gray {
  background-color: transparent;
  border: 1px solid #c3c3c3;
  color: #858585;
}

.btn-default.btn-white-opacity {
  background-color: rgba(250, 250, 250, 0.3);
  border-bottom: 5px solid rgba(250, 250, 250, 0.8);
}

.btn-default.btn-white-opacity .btn-white-opacity-link {
  color: #fff;
}

.btn-default.btn-davys-gray {
  color: #fff;
  background-color: #414141;
  border: 2px solid transparent;
}

.btn-default.btn-tea-green {
  color: #fff;
  background-color: #9ebc36;
  border: 2px solid transparent;
}

.btn-close {
  position: relative;
  margin: 15px auto 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.btn-close:before, .btn-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 25px;
  background: #fff;
}

.btn-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .btn-default.btn-red-border:active, .btn-default.btn-red-border:focus, .btn-default.btn-red-border:hover {
    color: #c40e00;
    background-color: #eeeeee;
  }
  .btn-default.btn-red-border:active .btn-red-border-link, .btn-default.btn-red-border:focus .btn-red-border-link, .btn-default.btn-red-border:hover .btn-red-border-link {
    color: #c40e00;
  }
  .btn-default.btn-border-white:active, .btn-default.btn-border-white:focus, .btn-default.btn-border-white:hover {
    border-color: #c40e00;
  }
  .btn-default.btn-border-white:active .btn-border-white-link, .btn-default.btn-border-white:focus .btn-border-white-link, .btn-default.btn-border-white:hover .btn-border-white-link {
    color: #c40e00;
  }
  .btn-default.btn-red:active, .btn-default.btn-red:focus, .btn-default.btn-red:hover {
    color: #c40e00;
    background-color: #eeeeee;
    border-bottom-color: #c40e00;
  }
  .btn-default.btn-light-gray:active, .btn-default.btn-light-gray:focus, .btn-default.btn-light-gray:hover {
    border-color: #c40e00;
  }
  .btn-default.btn-gray-sidebar:active, .btn-default.btn-gray-sidebar:focus, .btn-default.btn-gray-sidebar:hover {
    border-bottom-color: #c40e00;
  }
  .btn-default.btn-transparent-gray:active, .btn-default.btn-transparent-gray:focus, .btn-default.btn-transparent-gray:hover {
    color: #c40e00;
    border-color: #c40e00;
  }
  .btn-default.btn-border-red:active, .btn-default.btn-border-red:focus, .btn-default.btn-border-red:hover {
    color: #fff;
    background-color: #c40e00;
  }
  .btn-default.btn-border-gray:active, .btn-default.btn-border-gray:focus, .btn-default.btn-border-gray:hover {
    color: #c40e00;
    border: 1px solid #c40e00;
  }
  .btn-default.btn-red-no-border:active, .btn-default.btn-red-no-border:focus, .btn-default.btn-red-no-border:hover {
    color: #c40e00;
    background-color: #fff;
  }
  .btn-close:active:before, .btn-close:active:after, .btn-close:focus:before, .btn-close:focus:after, .btn-close:hover:before, .btn-close:hover:after {
    background: #c40e00 !important;
  }
}

.section-header-bg {
  position: relative;
  background: url(../images/loyalty-banner-bg.png) no-repeat top;
  background-size: cover;
  height: 118px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-header-bg {
    height: 153px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-header-bg {
    height: 150px;
  }
}

@media screen and (max-width: 575px) {
  .section-header-bg {
    height: 133px;
  }
}

.holder-moblie-tabs {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.holder-moblie-tabs .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 10px;
  border-top: 1px solid #fff;
}

.holder-moblie-tabs .tab-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
}

.holder-moblie-tabs .tab-list .tab-text {
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .holder-moblie-tabs {
    display: block;
  }
}

.sidebar {
  position: absolute;
  right: calc(-100% + 126px);
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4px;
  width: 100%;
  height: calc(100vh - 115px - 150px);
  min-height: 503px;
  background-color: #fff;
  -webkit-transition: all .8s linear;
  transition: all .8s linear;
}

.sidebar.sidebar-width {
  height: 100%;
  right: 0;
  padding-left: 3%;
  width: 100%;
  background-color: #fff;
}

.sidebar.sidebar-width .nav-tab {
  width: 122px;
  height: 100%;
  overflow-x: hidden;
}

.sidebar.sidebar-width .tab-content {
  width: calc(100% - 122px);
  height: 100%;
  overflow-y: auto;
  background-color: #4c4c4c;
}

.sidebar.sidebar-width .btn-tabs {
  width: 99%;
}

.sidebar .nav-tab {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 122px;
  height: calc(100vh - 115px - 150px);
  min-height: 503px;
  overflow-y: auto;
}

.sidebar .btn-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  margin-right: 2px;
  height: auto;
  width: 120px;
  color: #fff;
  background-color: #c50d01;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar .btn-tabs:not(:last-child) {
  margin-bottom: 2px;
}

.sidebar .btn-tabs .holder-fa {
  display: none;
}

.sidebar .btn-tabs.active {
  padding-left: 4px;
  margin-right: 0;
  width: 100%;
  background-color: #4c4c4c;
}

.sidebar .btn-tabs.active .holder-title {
  background-color: transparent;
}

.sidebar .btn-tabs.active .image {
  padding: 0 0 44px;
}

.sidebar .btn-tabs.active .holder-fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .btn-tabs.active .tab-image {
  display: none;
}

.sidebar .holder-fa {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.sidebar .fas, .sidebar .section-listings .listing-item:before, .section-listings .sidebar .listing-item:before, .sidebar .section-listings .listing-title-mobile:before, .section-listings .sidebar .listing-title-mobile:before, .sidebar .re-owned-properties .property-item:before, .re-owned-properties .sidebar .property-item:before, .sidebar .re-owned-properties .property-desc:before, .re-owned-properties .sidebar .property-desc:before {
  padding: 17px 0;
  width: 44px;
  height: 44px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar .image {
  padding: 0 0 51px;
}

.sidebar .image .tab-image,
.sidebar .image path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar .holder-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  width: 100%;
  background-color: #a90d01;
}

.sidebar .tab-title {
  margin: 0 auto;
  width: 59%;
  font: 200 13px "Frutiger Regular";
  line-height: 1.1;
}

.sidebar .tab-content {
  width: calc(100% - 122px);
  overflow-x: hidden;
  background-color: #4c4c4c;
}

.sidebar .tab-content::-webkit-scrollbar {
  width: 6px;
}

.sidebar .tab-content::-webkit-scrollbar-track {
  background-color: #4c4c4c;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}

.sidebar .tab-content::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0;
}

.sidebar .tab-title-close {
  padding-bottom: 10px;
  margin-top: 15px;
  font: 200 15px "Frutiger Regular";
  letter-spacing: .31px;
  color: #fcfcfc;
  border-bottom: 1px solid #626262;
}

.sidebar .tab-2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
  font: 200 41px "Myriad Pro Regular";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.9px;
}

.sidebar .holder-form-special .form-controls {
  margin-top: 0;
}

.sidebar .holder-tab-1,
.sidebar .holder-tab-2,
.sidebar .holder-tab-3,
.sidebar .holder-tab-4 {
  height: 100%;
}

.sidebar .holder-tab-1 {
  width: 100%;
}

.sidebar .holder-tab-1 .holder-part2__title {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 17px;
  width: 100%;
  border-bottom: 1px solid #626262;
}

.sidebar .holder-tab-1 .part2-title__list {
  width: 50%;
}

.sidebar .holder-tab-1 .part2-title__list:first-child {
  padding-top: 6px;
  font: 200 25px "Frutiger Bold";
  letter-spacing: .58px;
  color: #fff;
}

.sidebar .holder-tab-1 .part2-title__list:last-child {
  text-align: right;
}

.sidebar .holder-tab-1 .holder-part1 {
  position: relative;
}

.sidebar .holder-tab-1 .holder-part1.part1-hide {
  position: relative;
  z-index: 1;
  opacity: 0;
  height: 0;
}

.sidebar .holder-tab-1 .holder-part1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: calc(100vh - 152px);
  border-right: 1px solid #626262;
}

.sidebar .holder-tab-1 .holder-part1 .holder-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidebar .holder-tab-1 .holder-part1 .holder-content:last-child .content-list:first-child, .sidebar .holder-tab-1 .holder-part1 .holder-content:last-child .content-list:last-child {
  padding-top: 0;
}

.sidebar .holder-tab-1 .holder-part1 .holder-main-title .content-list:first-child, .sidebar .holder-tab-1 .holder-part1 .holder-main-title .content-list:last-child {
  padding-bottom: 0;
}

.sidebar .holder-tab-1 .holder-part1 .content-list {
  width: 50%;
  height: 100%;
}

.sidebar .holder-tab-1 .holder-part1 .content-list:first-child {
  padding: 35px 0 32px 65px;
}

.sidebar .holder-tab-1 .holder-part1 .content-list:last-child {
  padding: 35px 48px;
}

.sidebar .holder-tab-1 .holder-part1 .business-loan {
  padding: 0 87px 0 28px;
}

.sidebar .holder-tab-1 .holder-part1 .holder-list > .list:first-child {
  padding-top: 30px;
}

.sidebar .holder-tab-1 .holder-part1 .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 28px 0 28px 28px;
  font-family: "Myriad Pro Regular";
  color: #fcfcfc;
}

.sidebar .holder-tab-1 .holder-part1 .list-title {
  padding: 0 0 19px 9px;
  font-size: 26px;
  font-family: "Myriad Pro Regular";
  letter-spacing: .78px;
  color: #fcfcfc;
  border-bottom: 1px solid #626262;
}

.sidebar .holder-tab-1 .holder-part1 .list-icon {
  width: 10.8%;
}

.sidebar .holder-tab-1 .holder-part1 .list-details {
  margin: 8px auto 0 0;
  width: 74%;
}

.sidebar .holder-tab-1 .holder-part1 .desc {
  margin-top: 8px;
}

.sidebar .holder-tab-1 .holder-part1 .details-title {
  padding-bottom: 14px;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #454545;
}

.sidebar .holder-tab-1 .holder-part1 .details-desc {
  font: 200 14px "Myriad Pro Light";
  letter-spacing: .64px;
  line-height: 2.1;
}

.sidebar .holder-tab-1 .holder-part1 .holder-btn {
  position: absolute;
  height: 0;
  bottom: 15px;
  width: 100%;
  opacity: 0;
}

.sidebar .holder-tab-1 .holder-part1 .holder-btn .btn-default {
  padding: 8px 0 3px;
  margin-right: 20px;
  max-width: 140px;
  height: auto;
  font-size: 13px;
  letter-spacing: 1px;
}

.sidebar .holder-tab-1 .holder-part1 .btn-redirect {
  padding-left: 59px;
  margin-top: 8px;
  margin-right: auto;
  width: 317px;
}

.sidebar .holder-tab-1 .holder-part1 .btn-redirect .btn-gray {
  padding: 15px 0;
  height: auto;
}

.sidebar .holder-tab-1 .holder-part1 .holder-redirect > div {
  width: 15%;
}

.sidebar .holder-tab-1 .holder-part1 .btn-gray-sidebar {
  height: 40px;
  font-size: 13.5px;
  letter-spacing: .5px;
}

.sidebar .holder-tab-1 .holder-part2 {
  padding: 29px 41px 10px 102px;
  height: 0;
  opacity: 0;
  display: none;
}

.sidebar .holder-tab-1 .holder-part2.part2-show {
  position: relative;
  z-index: 2;
  opacity: 1;
  height: auto;
  display: block;
}

.sidebar .holder-tab-1 .holder-part2 .fas, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-item:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-item:before, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-title-mobile:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-title-mobile:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-item:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-item:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-desc:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-desc:before {
  padding: 13px 0;
  width: 44px;
  color: #fff;
  background-color: transparent;
  border: 0.5px solid #808080;
  cursor: pointer;
}

.sidebar .holder-tab-1 .holder-part2 .holder-part2__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidebar .holder-tab-1 .holder-part2 .holder-content__list {
  padding: 24px 0;
}

.sidebar .holder-tab-1 .holder-part2 .holder-content__list:first-child {
  padding-right: 59px;
  width: 62%;
}

.sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child {
  margin: 57px 0 0;
  padding: 0 67px;
  width: 38%;
  border-left: 1px solid #626262;
}

.sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child .form-group {
  position: relative;
}

.sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child .form-label {
  position: absolute;
  left: 10px;
  z-index: 3;
  padding: 5px 8px;
  font-family: "Myriad Pro Light";
  background-color: #858585;
  border-radius: 15px;
}

.sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child .form-field {
  position: relative;
  z-index: 2;
  padding: 18px 10px 2px;
  margin-top: 15px;
  width: 100%;
}

.sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child .btn-holder {
  margin-top: 66px;
}

.sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child .btn-wrapper {
  margin-bottom: 20px;
}

.sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child .btn-light-gray,
.sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child .btn-red {
  max-width: 100%;
}

.sidebar .holder-tab-1 .holder-part2 .holder-status {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
}

.sidebar .holder-tab-1 .holder-part2 .holder-status .form-group {
  padding: 15px 0 30px;
  width: 46%;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.sidebar .holder-tab-1 .holder-part2 .holder-status .form-group.check {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #c40e00;
}

.sidebar .holder-tab-1 .holder-part2 .holder-status .form-group:first-child {
  position: relative;
}

.sidebar .holder-tab-1 .holder-part2 .holder-status .form-group:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -3.7vw;
  width: 3.7vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sidebar .holder-tab-1 .holder-part2 .holder-status .label-image {
  position: absolute;
  top: 16px;
  left: 39px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.sidebar .holder-tab-1 .holder-part2 .holder-status .label-year {
  font-size: 12px;
}

.sidebar .holder-tab-1 .holder-part2 .holder-instruction {
  margin-bottom: 34px;
  font: 13px "Arial";
  line-height: 1.7;
  letter-spacing: 1.8px;
  color: #fff;
}

.sidebar .holder-tab-1 .holder-part2 .holder-note {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.sidebar .holder-tab-1 .holder-part2 .note-req__sign {
  font-family: "Frutiger Bold";
  color: #c40e00;
}

.sidebar .holder-tab-1 .holder-part2 .note-text {
  font: 200 13px "Arial";
  color: #fff;
}

.sidebar .holder-tab-1 .holder-part2 .note-text:first-child {
  text-decoration: underline;
}

.sidebar .holder-tab-1 .holder-part2 .form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sidebar .holder-tab-1 .holder-part2 .form-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.sidebar .holder-tab-1 .holder-part2 .form-label {
  position: relative;
  font: 200 15px "Arial";
  letter-spacing: .55px;
  color: #fff;
  background-color: transparent;
}

.sidebar .holder-tab-1 .holder-part2 .form-select {
  padding: 20px 0;
  width: 100%;
  font-weight: 500;
  font-family: "Myriad Pro Regular";
  color: #fff;
  text-indent: 40%;
  background-color: #6d6d6d;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sidebar .holder-tab-1 .holder-part2 .form-select__1 {
  background: #6d6d6d url("../images/down-chevron.png") top 50% right 20px no-repeat;
}

.sidebar .holder-tab-1 .holder-part2 .form-control_holder {
  margin-top: 12px;
}

.sidebar .holder-tab-1 .holder-part2 .form-list {
  width: 46%;
}

.sidebar .holder-tab-1 .holder-part2 .form-list .form-group {
  margin-bottom: -6px;
}

.sidebar .holder-tab-1 .holder-part2 .form-icon {
  vertical-align: text-bottom;
}

.sidebar .holder-tab-1 .holder-part2 .form-group {
  position: relative;
  border-bottom: 1px solid transparent;
}

.sidebar .holder-tab-1 .holder-part2 .form-group.checked-type, .sidebar .holder-tab-1 .holder-part2 .form-group.checked-bill, .sidebar .holder-tab-1 .holder-part2 .form-group.checked-loan {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #c40e00;
}

.sidebar .holder-tab-1 .holder-part2 .form-group.form-error .form-label {
  background-color: #c40e00;
}

.sidebar .holder-tab-1 .holder-part2 .form-group.form-error .form-field {
  border-bottom: 1px solid #c40e00;
}

.sidebar .holder-tab-1 .holder-part2 .form-group.form-error .form-error.ng-active {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 3;
  font: 14px "Myriad Pro Light";
  letter-spacing: 2px;
  color: #c40e00;
  font-style: italic;
}

.sidebar .holder-tab-1 .holder-part2 .form-group.form-error .form-error.ng-inactive {
  position: absolute;
  right: 0;
}

.sidebar .holder-tab-1 .holder-part2 .form-group-price {
  width: 70%;
  margin-bottom: 20px;
}

.sidebar .holder-tab-1 .holder-part2 .form-group-price .form-controls {
  height: 100%;
}

.sidebar .holder-tab-1 .holder-part2 .form-group-price .form-field {
  position: relative;
  width: 68%;
  height: 100%;
  padding-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #7b7b7b;
  background: none;
}

.sidebar .holder-tab-1 .holder-part2 .form-group-price .form-field::-webkit-input-placeholder {
  color: #fff;
}

.sidebar .holder-tab-1 .holder-part2 .form-group-price input[type=number]::-webkit-inner-spin-button,
.sidebar .holder-tab-1 .holder-part2 .form-group-price input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sidebar .holder-tab-1 .holder-part2 .form-field {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  line-height: inherit;
  background-color: #6d6d6d;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.sidebar .holder-tab-1 .holder-part2 .form-field.ng-not-empty + .form-error.ng-active {
  left: unset;
  right: 2px;
}

.sidebar .holder-tab-1 .holder-part2 .form-error.ng-inactive {
  position: absolute;
}

.sidebar .holder-tab-1 .holder-part2 .form-2__list:first-child {
  width: 46%;
}

.sidebar .holder-tab-1 .holder-part2 .form-2__list:last-child {
  width: 46%;
}

.sidebar .holder-tab-1 .holder-part2 .holder-label {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar .holder-tab-1 .holder-part2 .holder-label .form-label {
  padding: 22px 0 0 71px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form-label {
  margin-bottom: 17px;
  font: 200 15px "Arial";
  color: #fff;
  letter-spacing: .55px;
}

.sidebar .holder-tab-1 .holder-part2 .required-sign {
  margin-left: 9px;
  color: #c40e00;
}

.sidebar .holder-tab-1 .holder-part2 .select-label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 14%;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 2px;
  color: #fff;
}

.sidebar .holder-tab-1 .holder-part2 .select-form {
  padding: 0 81px;
  width: 80%;
  background: #6d6d6d url("../images/caret-down.png") top 50% left 2px no-repeat;
  background-size: 10px;
  border-bottom: 1px solid #626262;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2 .form-group.form-error .form-error.ng-active {
  top: 59%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sidebar .holder-tab-1 .holder-part2 .holder-flex_list {
  background-color: #6d6d6d;
}

.sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel,
.sidebar .holder-tab-1 .holder-part2 .holder-form2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel {
  position: relative;
  padding: 0 25px;
  background-color: #6d6d6d;
}

.sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel .holder-form-label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0;
  color: #a3a3a3;
}

.sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel .holder-form-label:after {
  content: '';
  position: absolute;
  left: 33%;
  top: 47px;
  width: 126px;
  border-bottom: 1px solid #626262;
}

.sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel .form-select {
  width: 30%;
  background: #6d6d6d url("../images/caret-down.png") top 50% right 20px no-repeat;
  background-size: 10px;
  text-indent: initial;
}

.sidebar .holder-tab-1 .holder-part2 .holder-right-arrow {
  background-color: rgba(255, 255, 255, 0.3);
}

.sidebar .holder-tab-1 .holder-part2 .holder-right-arrow .chevron-left-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list {
  font: 200 15px "Arial";
  color: #fff;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list .holder-form-label {
  margin-bottom: 20px;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list:first-child .form-group {
  padding: 22px 0;
  margin-bottom: 0;
  width: 100%;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list:first-child .holder-right-arrow {
  width: 20%;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list:first-child .holder-right-arrow:active, .sidebar .holder-tab-1 .holder-part2 .holder-form2__list:first-child .holder-right-arrow:focus, .sidebar .holder-tab-1 .holder-part2 .holder-form2__list:first-child .holder-right-arrow:hover {
  background-color: #c40e00;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list:nth-child(n+2) .form-group {
  padding: 23px 0;
  margin-bottom: 0;
  width: 50%;
  background-color: #6d6d6d;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list:nth-child(n+2) .form-group.checked-type, .sidebar .holder-tab-1 .holder-part2 .holder-form2__list:nth-child(n+2) .form-group.checked-bill, .sidebar .holder-tab-1 .holder-part2 .holder-form2__list:nth-child(n+2) .form-group.checked-loan {
  background-color: rgba(255, 255, 255, 0.3);
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list .form-group,
.sidebar .holder-tab-1 .holder-part2 .holder-form2__list .form-field {
  cursor: pointer;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list .swiper-month-loan {
  width: 80%;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list .swiper-slide {
  width: 20%;
}

.sidebar .holder-tab-1 .holder-part2 .holder-form2__list .swiper-slide.swiper-slide-active {
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #c40e00;
}

.sidebar .holder-tab-1 .holder-part2 .loan-group .form-group {
  padding: 22px 0 0 !important;
}

.sidebar .holder-tab-1 .holder-part2 label.form-error {
  position: absolute;
}

.sidebar .holder-tab-1 .holder-part2 .btn-wrapper .error-message {
  color: #f11303;
  padding-top: 10px;
}

.sidebar .holder-tab-1 .holder-part2 .btn-wrapper .btn-loader {
  height: 51px;
}

.sidebar .holder-tab-1 .holder-part3 {
  padding: 27px 41px 0 66px;
  display: none;
  height: 0;
  opacity: 0;
  color: #fff;
}

.sidebar .holder-tab-1 .holder-part3.part3-show {
  position: relative;
  z-index: 3;
  opacity: 1;
  height: auto;
  display: block;
}

.sidebar .holder-tab-1 .holder-part3 .holder-part2__title {
  padding-bottom: 15px;
}

.sidebar .holder-tab-1 .holder-part3 .fas, .sidebar .holder-tab-1 .holder-part3 .section-listings .listing-item:before, .section-listings .sidebar .holder-tab-1 .holder-part3 .listing-item:before, .sidebar .holder-tab-1 .holder-part3 .section-listings .listing-title-mobile:before, .section-listings .sidebar .holder-tab-1 .holder-part3 .listing-title-mobile:before, .sidebar .holder-tab-1 .holder-part3 .re-owned-properties .property-item:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part3 .property-item:before, .sidebar .holder-tab-1 .holder-part3 .re-owned-properties .property-desc:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part3 .property-desc:before {
  padding: 13px 0;
  background-color: transparent;
  border: 1px solid #fff;
}

.sidebar .holder-tab-1 .holder-part3 .holder-results {
  margin-top: 92px;
}

.sidebar .holder-tab-1 .holder-part3 .results-list {
  padding: 59px 0;
  font-family: "Frutiger Bold";
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.3);
}

.sidebar .holder-tab-1 .holder-part3 .results-list:first-child {
  width: 39%;
  border-top: 2px solid #c40e00;
}

.sidebar .holder-tab-1 .holder-part3 .results-list:first-child .payment-value {
  font-size: 31px;
}

.sidebar .holder-tab-1 .holder-part3 .results-list:nth-child(n+2) {
  width: 19%;
}

.sidebar .holder-tab-1 .holder-part3 .results-details {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
  font-family: "Frutiger Light";
}

.sidebar .holder-tab-1 .holder-part3 .results-price {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar .holder-tab-1 .holder-part3 .payment-list {
  width: 50%;
}

.sidebar .holder-tab-1 .holder-part3 .payment-list:first-child {
  border-right: 1px solid #fff;
}

.sidebar .holder-tab-1 .holder-part3 .payment-title {
  font-size: 15px;
  letter-spacing: 2px;
}

.sidebar .holder-tab-1 .holder-part3 .payment-value {
  font-size: 20px;
  letter-spacing: 1.5px;
}

.sidebar .holder-tab-1 .holder-part3 .details-list {
  padding-right: 22px;
  letter-spacing: 2px;
}

.sidebar .holder-tab-1 .holder-part3 .details-list:not(:last-child) {
  border-right: 1px solid #a1a1a1;
}

.sidebar .holder-tab-1 .holder-part3 .details-list:not(:first-child) {
  padding-left: 18px;
}

.sidebar .holder-tab-1 .holder-part3 .details-title {
  font-family: "Myriad Pro Light";
  font-size: 17px;
}

.sidebar .holder-tab-1 .holder-part3 .details-value {
  font-family: "Myriad Pro Regular";
  font-size: 18px;
}

.sidebar .holder-tab-1 .holder-part3 .holder-action {
  padding-top: 91px;
}

.sidebar .holder-tab-1 .holder-part3 .action-button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar .holder-tab-1 .holder-part3 .action-button:first-child {
  width: 80%;
}

.sidebar .holder-tab-1 .holder-part3 .action-button:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 20%;
}

.sidebar .holder-tab-1 .holder-part3 .btn-action__list {
  width: 32%;
}

.sidebar .holder-tab-1 .holder-part3 .btn-action__list .btn-red {
  max-width: 100%;
}

.sidebar .holder-tab-1 .holder-part3 .btn-action__list .image {
  padding: 0;
}

.sidebar .holder-tab-1 .holder-part3 .btn-action__list .icon-phone {
  width: 24px;
  fill: #fff;
}

.sidebar .holder-tab-1 .holder-part3 .btn-redo-print {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  cursor: pointer;
}

.sidebar .holder-tab-1 .holder-part3 .action-btn__images {
  margin: 0 15px;
}

.sidebar .holder-tab-1 .holder-part3 .action-btn__number {
  font-size: 24px;
}

.sidebar .holder-tab-1 .holder-part3 .btn-dark-charcoal {
  padding: 8px 0 10px;
}

.sidebar .holder-tab-2 .tab-2__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 158px;
  height: calc(100vh - 152px);
}

.sidebar .holder-tab-2 .tab-2-content__list:first-child {
  width: 25%;
}

.sidebar .holder-tab-2 .tab-2-content__list:last-child {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 14px;
  width: 64%;
}

.sidebar .holder-tab-2 .btn-red {
  padding: 17px 0;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}

.sidebar .holder-tab-2 .looking-for_list {
  width: 25%;
  cursor: pointer;
}

.sidebar .holder-tab-2 .looking-for_list .holder-content-image {
  background-color: rgba(255, 255, 255, 0.3);
}

.sidebar .holder-tab-2 .holder-content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 124px;
  height: 119px;
  border-radius: 100%;
}

.sidebar .holder-tab-2 .content-title {
  margin-top: 20px;
  font: 700 20px "Myriad Pro Regular";
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sidebar .holder-tab-2 .image {
  padding: 0;
}

.sidebar .holder-tab-3 {
  padding: 0;
}

.sidebar .holder-tab-3 .image {
  width: 53px;
  max-width: 100%;
}

.sidebar .holder-tab-3 .holder-tab-part__1 {
  padding: 113px 20px 0 103px;
  display: none;
  opacity: 0;
  height: 0;
}

.sidebar .holder-tab-3 .holder-tab-part__1.tab-3__part-1-hide {
  opacity: 0;
  height: 0;
  display: none;
}

.sidebar .holder-tab-3 .holder-tab-part__1 .tab-2-content__list:first-child {
  margin-top: 125px;
}

.sidebar .holder-tab-3 .holder-tab-part__1 .tab-2-content__list:last-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 73%;
}

.sidebar .holder-tab-3 .holder-tab-part__1 .holder-content-image {
  margin-bottom: 34px;
}

.sidebar .holder-tab-3 .holder-tab-part__1 .looking-for_list {
  margin-bottom: 89px;
}

.sidebar .holder-tab-3 .holder-tab-part__1 .content-title {
  line-height: .2;
}

.sidebar .holder-tab-3 .holder-tab-part__2 {
  padding: 44px 50px 10px 62px;
  color: #fff;
  font-weight: 200;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .tab-part2__title {
  font-size: 25px;
  font-family: "Myriad Pro Regular";
}

.sidebar .holder-tab-3 .holder-tab-part__2.tab-3__part-2-show {
  position: relative;
  z-index: 3;
  display: block;
  opacity: 1;
  height: auto;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .holder-part2__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 58px;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .part-2__list {
  width: 50%;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .part-2__list:first-child {
  border-right: 1px solid #626262;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .part-2__list:last-child {
  padding-left: 53px;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .list-details {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 17px 0 22px 36px;
  margin-right: 40px;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .list-details > div:first-child {
  margin-top: 6px;
  width: 10%;
  text-transform: uppercase;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .list-details > div:last-child {
  padding-left: 8px;
  margin-right: auto;
  width: 81%;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .list-details:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .list-details:not(:last-child) .holder-details:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 329px;
  height: 2px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #545454), color-stop(50%, #383838));
  background: linear-gradient(to top, #545454 50%, #383838 50%);
}

.sidebar .holder-tab-3 .holder-tab-part__2 .details-title {
  padding-top: 2px;
  font: 500 18px "Myriad Pro Regular";
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .details-desc {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: .45px;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .image {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .holder-details {
  position: relative;
  padding-bottom: 37px;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .holder-btn {
  position: absolute;
  width: 100%;
  margin-top: 18px;
  display: none;
  height: 0;
  opacity: 0;
}

.sidebar .holder-tab-3 .holder-tab-part__2 .btn-default {
  padding: 0;
  max-width: 142px;
  height: 31px;
  font-family: "Myriad Pro Regular";
}

.sidebar .holder-tab-3 .holder-tab-part__2 .btn-default:first-child {
  margin-right: 18px;
}

.sidebar .holder-tab-4 {
  padding: 62px 5px 0;
}

.sidebar .holder-tab-4 .tab-4__title {
  font-size: 25px;
  font-family: "Myriad Pro Regular";
  letter-spacing: 1.2px;
  color: #fff;
  text-align: center;
}

.sidebar .holder-tab-4 .holder-services {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
}

.sidebar .holder-tab-4 .holder-title__desc {
  margin-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar .holder-tab-4 .services-list {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 70px;
  width: 15%;
  font-size: 12px;
  font-family: "Frutiger Light";
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar .holder-tab-4 .services-list-icon path,
.sidebar .holder-tab-4 .services-list-icon rect,
.sidebar .holder-tab-4 .services-list-icon polygon {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar .holder-tab-4 .services-list:not(:nth-child(6n+6)):after {
  width: 2px;
  height: 49px;
}

.sidebar .holder-tab-4 .services-list:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #545454), color-stop(50%, #383838));
  background: linear-gradient(to right, #545454 50%, #383838 50%);
}

.sidebar .holder-tab-4 .services-list:last-child:after {
  display: none;
}

.sidebar .holder-tab-4 .services-list img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.sidebar .holder-tab-4 .title__desc {
  line-height: 1.2;
}

@media all and (-ms-high-contrast: none) {
  .sidebar *::-ms-backdrop, .sidebar .nav-tab {
    height: auto;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .sidebar.sidebar-width .nav-tab {
    width: 10%;
  }
  .sidebar .holder-tab-1 .business-loan {
    padding-right: 37px;
  }
  .sidebar .holder-tab-1 .list-title {
    font-size: 20px;
  }
  .sidebar .holder-tab-1 .list-details {
    width: 82%;
  }
  .sidebar .holder-tab-1 .content-list:first-child, .sidebar .holder-tab-1 .content-list:last-child {
    padding: 32px 33px;
  }
  .sidebar .holder-tab-2 {
    padding-left: 107px;
  }
  .sidebar .holder-tab-2 .tab-2__title {
    font-size: 38px;
  }
  .sidebar .holder-tab-2 .content-title {
    font-size: 18px;
  }
  .sidebar .holder-tab-3 {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sidebar .holder-tab-1 .holder-part3 .holder-results {
    margin-top: 66px;
  }
  .sidebar .holder-tab-1 .holder-part3 .payment-title {
    font-size: 13px;
  }
  .sidebar .holder-tab-1 .holder-part3 .payment-value {
    font-size: 27px;
  }
  .sidebar .holder-tab-1 .holder-part3 .results-list:nth-child(n+2), .sidebar .holder-tab-1 .holder-part3 .results-list:first-child {
    margin-bottom: 10px;
    width: 48%;
  }
  .sidebar .holder-tab-1 .holder-part3 .results-list:first-child .payment-value {
    font-size: 27px;
  }
  .sidebar .holder-tab-1 .holder-part3 .results-details {
    margin-top: 59px;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-title {
    font-size: 15px;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-value {
    font-size: 12px;
  }
  .sidebar .holder-tab-1 .holder-part3 .holder-action {
    padding: 57px 0 27px;
  }
  .sidebar .holder-tab-1 .holder-part3 .action-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar .holder-tab-1 .holder-part3 .action-button:last-child {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .sidebar .holder-tab-1 .holder-part3 .btn-action__list:not(:last-child) {
    margin-bottom: 10px;
    width: 48%;
  }
  .sidebar .holder-tab-1 .holder-part3 .btn-action__list:last-child {
    width: 100%;
  }
  .sidebar .holder-tab-4 .holder-services {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .sidebar .holder-tab-4 .services-list {
    width: 33.33%;
  }
  .sidebar .holder-tab-4 .services-list:nth-child(3n+3):after {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .sidebar .holder-tab-3 .holder-tab-part__2 .image {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sidebar .tab-content {
    width: 86.5%;
  }
  .sidebar.sidebar-width .tab-content {
    width: 89%;
  }
  .sidebar .holder-tab-1 .holder-part1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar .holder-tab-1 .holder-part1 .business-loan {
    padding-right: 25px;
  }
  .sidebar .holder-tab-1 .holder-part1 .content-list:first-child, .sidebar .holder-tab-1 .holder-part1 .content-list:last-child {
    padding: 32px 25px;
  }
  .sidebar .holder-tab-1 .holder-part1 .list {
    margin-bottom: 20px;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-title {
    font-size: 15px;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-image {
    width: 25px;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-details {
    width: 83%;
  }
  .sidebar .holder-tab-1 .holder-part1 .details-title {
    font-size: 14px;
  }
  .sidebar .holder-tab-1 .holder-part1 .details-desc {
    font-size: 12px;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-btn {
    width: 82%;
  }
  .sidebar .holder-tab-1 .holder-part2 {
    padding: 29px 35px 10px;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-content__list:first-child {
    padding-right: 28px;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child {
    padding: 0 0 0 59px;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-status .label-image {
    top: 50%;
    left: 24px;
    width: 44px;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel {
    padding: 0 8px;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel .form-select {
    background: #6d6d6d url(../images/caret-down.png) top 50% right 0 no-repeat;
  }
  .sidebar .holder-tab-1 .holder-part2 .required-sign {
    margin-left: 4px;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-form-label {
    font-size: 14px;
  }
  .sidebar .holder-tab-2 .tab-2__content {
    padding-left: 76px;
  }
  .sidebar .holder-tab-2 .tab-2-content__list:first-child {
    width: 34%;
  }
  .sidebar .holder-tab-2 .tab-2__title {
    margin-bottom: 21px;
    font-size: 32px;
  }
  .sidebar .holder-tab-2 .holder-content-image {
    width: 100px;
    height: 100px;
  }
  .sidebar .holder-tab-2 .image {
    width: 44px;
  }
  .sidebar .holder-tab-2 .content-title {
    font-size: 15px;
  }
  .sidebar .holder-tab-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 {
    padding: 27px 36px 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .tab-2-content__list:first-child {
    margin-top: 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .tab-2-content__list:last-child {
    width: 100%;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .looking-for_list {
    margin-bottom: 63px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 {
    padding-left: 24px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .holder-part2__content {
    padding-top: 36px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details {
    padding-left: 14px;
    margin-right: 15px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details > div:first-child {
    margin-top: 0px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details > div:last-child {
    padding-left: 11px;
    width: 83%;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details:not(:last-child) .holder-details:after {
    left: 10px;
    width: 270px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .holder-details {
    padding-bottom: 21px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .image {
    width: 35px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .details-title {
    font-size: 16px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .details-details {
    font-size: 12px;
  }
  .sidebar .holder-tab-4 .services-list {
    width: 25%;
  }
  .sidebar .holder-tab-4 .services-list:nth-child(4n+4):after {
    display: none;
  }
  .sidebar .holder-tab-4 .services-list:nth-child(6):after {
    width: 2px;
    height: 49px;
  }
  .sidebar .holder-title {
    padding: 10px 0;
  }
  .sidebar .nav-link {
    padding-top: 10px;
  }
  .sidebar .nav-tab {
    height: 100%;
  }
  .sidebar .tab-image {
    width: 30px;
    margin-bottom: 0;
  }
}

.sidebar .side-img-red {
  display: none;
}

@media screen and (min-width: 768px) {
  .sidebar .btn-tabs:not(.active):hover {
    background-color: #ededed;
  }
  .sidebar .btn-tabs:not(.active):hover .side-img-white {
    display: none;
  }
  .sidebar .btn-tabs:not(.active):hover .side-img-red {
    display: block;
  }
  .sidebar .btn-tabs:hover .image .tab-image path {
    fill: #c40e00;
  }
  .sidebar .fas:active, .sidebar .section-listings .listing-item:active:before, .section-listings .sidebar .listing-item:active:before, .sidebar .section-listings .listing-title-mobile:active:before, .section-listings .sidebar .listing-title-mobile:active:before, .sidebar .re-owned-properties .property-item:active:before, .re-owned-properties .sidebar .property-item:active:before, .sidebar .re-owned-properties .property-desc:active:before, .re-owned-properties .sidebar .property-desc:active:before, .sidebar .fas:focus, .sidebar .section-listings .listing-item:focus:before, .section-listings .sidebar .listing-item:focus:before, .sidebar .section-listings .listing-title-mobile:focus:before, .section-listings .sidebar .listing-title-mobile:focus:before, .sidebar .re-owned-properties .property-item:focus:before, .re-owned-properties .sidebar .property-item:focus:before, .sidebar .re-owned-properties .property-desc:focus:before, .re-owned-properties .sidebar .property-desc:focus:before, .sidebar .fas:hover, .sidebar .section-listings .listing-item:hover:before, .section-listings .sidebar .listing-item:hover:before, .sidebar .section-listings .listing-title-mobile:hover:before, .section-listings .sidebar .listing-title-mobile:hover:before, .sidebar .re-owned-properties .property-item:hover:before, .re-owned-properties .sidebar .property-item:hover:before, .sidebar .re-owned-properties .property-desc:hover:before, .re-owned-properties .sidebar .property-desc:hover:before {
    color: #c40e00;
    background-color: #fff;
  }
  .sidebar main > .home {
    position: relative;
  }
  .sidebar .holder-tab-1 .list {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .sidebar .holder-tab-1 .list.active-rollover {
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 6px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sidebar .holder-tab-1 .list.active-rollover .holder-btn {
    opacity: 1;
    height: auto;
  }
  .sidebar .holder-tab-1 .list:active, .sidebar .holder-tab-1 .list:focus, .sidebar .holder-tab-1 .list:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sidebar .holder-tab-1 .list:active .holder-btn, .sidebar .holder-tab-1 .list:focus .holder-btn, .sidebar .holder-tab-1 .list:hover .holder-btn {
    opacity: 1;
    height: auto;
  }
  .sidebar .holder-tab-1 .list:active .desc .details-desc:nth-of-type(3), .sidebar .holder-tab-1 .list:focus .desc .details-desc:nth-of-type(3), .sidebar .holder-tab-1 .list:hover .desc .details-desc:nth-of-type(3) {
    opacity: 0;
  }
  .sidebar .holder-tab-1 .list:active .desc .details-desc p:nth-of-type(3), .sidebar .holder-tab-1 .list:focus .desc .details-desc p:nth-of-type(3), .sidebar .holder-tab-1 .list:hover .desc .details-desc p:nth-of-type(3) {
    opacity: 0;
  }
  .sidebar .holder-tab-1 .holder-part2 .form-select__1:active, .sidebar .holder-tab-1 .holder-part2 .form-select__1:focus, .sidebar .holder-tab-1 .holder-part2 .form-select__1:hover {
    background: #6d6d6d url("../images/down-chevron-colored.png") top 50% right 20px no-repeat;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel:active .holder-form-label, .sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel:focus .holder-form-label, .sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel:hover .holder-form-label {
    color: #c40e00;
  }
  .sidebar .holder-tab-1 .holder-part2 .fas, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-item:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-item:before, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-title-mobile:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-title-mobile:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-item:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-item:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-desc:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-desc:before {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .sidebar .holder-tab-1 .holder-part2 .fas:active, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-item:active:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-item:active:before, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-title-mobile:active:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-title-mobile:active:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-item:active:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-item:active:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-desc:active:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-desc:active:before, .sidebar .holder-tab-1 .holder-part2 .fas:focus, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-item:focus:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-item:focus:before, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-title-mobile:focus:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-title-mobile:focus:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-item:focus:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-item:focus:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-desc:focus:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-desc:focus:before, .sidebar .holder-tab-1 .holder-part2 .fas:hover, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-item:hover:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-item:hover:before, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-title-mobile:hover:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-title-mobile:hover:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-item:hover:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-item:hover:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-desc:hover:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-desc:hover:before {
    background-color: #c40e00;
    border-color: #c40e00;
  }
  .sidebar .holder-tab-1 .holder-part3 .btn-action__list .btn-default:active .icon-phone, .sidebar .holder-tab-1 .holder-part3 .btn-action__list .btn-default:focus .icon-phone, .sidebar .holder-tab-1 .holder-part3 .btn-action__list .btn-default:hover .icon-phone {
    fill: #000;
  }
  .sidebar .holder-tab-2 .looking-for_list .holder-content-image {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .sidebar .holder-tab-2 .looking-for_list .holder-content-image.active-rollover {
    background-color: #c40e00;
  }
  .sidebar .holder-tab-2 .looking-for_list:active .holder-content-image, .sidebar .holder-tab-2 .looking-for_list:focus .holder-content-image, .sidebar .holder-tab-2 .looking-for_list:hover .holder-content-image {
    background-color: #c40e00;
  }
  .sidebar .holder-tab-3 .list-details {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .sidebar .holder-tab-3 .list-details.active-rollover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sidebar .holder-tab-3 .list-details.active-rollover > div:last-child {
    padding-bottom: 23px;
  }
  .sidebar .holder-tab-3 .list-details.active-rollover .holder-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    height: auto;
  }
  .sidebar .holder-tab-3 .list-details.active-rollover .holder-details:after {
    display: none;
  }
  .sidebar .holder-tab-3 .list-details.active-rollover:not(:last-child) {
    margin-bottom: 9px;
  }
  .sidebar .holder-tab-3 .list-details:active, .sidebar .holder-tab-3 .list-details:focus, .sidebar .holder-tab-3 .list-details:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sidebar .holder-tab-3 .list-details:active .holder-btn, .sidebar .holder-tab-3 .list-details:focus .holder-btn, .sidebar .holder-tab-3 .list-details:hover .holder-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    height: auto;
  }
  .sidebar .holder-tab-3 .list-details:active .holder-details:after, .sidebar .holder-tab-3 .list-details:focus .holder-details:after, .sidebar .holder-tab-3 .list-details:hover .holder-details:after {
    display: none;
  }
  .sidebar .holder-tab-4 .services-list:active, .sidebar .holder-tab-4 .services-list:focus, .sidebar .holder-tab-4 .services-list:hover {
    color: #f11303;
  }
  .sidebar .holder-tab-4 .services-list:active .services-list-icon path, .sidebar .holder-tab-4 .services-list:focus .services-list-icon path, .sidebar .holder-tab-4 .services-list:hover .services-list-icon path {
    fill: #f11303;
  }
  .sidebar .holder-tab-4 .services-list:active .services-list-icon .custom-fill, .sidebar .holder-tab-4 .services-list:focus .services-list-icon .custom-fill, .sidebar .holder-tab-4 .services-list:hover .services-list-icon .custom-fill {
    fill: none;
    stroke: #f11303;
  }
  .sidebar .holder-tab-4 .services-list:active .services-list-icon .custom-fill-rect rect, .sidebar .holder-tab-4 .services-list:focus .services-list-icon .custom-fill-rect rect, .sidebar .holder-tab-4 .services-list:hover .services-list-icon .custom-fill-rect rect {
    fill: #f11303;
  }
  .sidebar .holder-tab-4 .services-list:active .services-list-icon .custom-fill-rect path, .sidebar .holder-tab-4 .services-list:focus .services-list-icon .custom-fill-rect path, .sidebar .holder-tab-4 .services-list:hover .services-list-icon .custom-fill-rect path {
    stroke: #f11303;
  }
  .sidebar .holder-tab-4 .services-list:active .services-list-icon .custom-fill-polygon polygon, .sidebar .holder-tab-4 .services-list:focus .services-list-icon .custom-fill-polygon polygon, .sidebar .holder-tab-4 .services-list:hover .services-list-icon .custom-fill-polygon polygon {
    fill: #f11303;
  }
  .sidebar .holder-tab-4 .services-list:active .services-list-icon .custom-fill-stroke, .sidebar .holder-tab-4 .services-list:focus .services-list-icon .custom-fill-stroke, .sidebar .holder-tab-4 .services-list:hover .services-list-icon .custom-fill-stroke {
    fill: none;
    stroke: #f11303;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    height: 722px;
  }
  .sidebar.sidebar-width {
    height: initial;
  }
  .sidebar.sidebar-width .nav-tab {
    width: 16%;
    height: calc(100vh - 152px);
  }
  .sidebar.sidebar-width .tab-content {
    width: 84%;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-select__wLabel .form-select {
    background: #6d6d6d url(../images/caret-down.png) top 50% right 15% no-repeat;
  }
  .sidebar .holder-tab-1,
  .sidebar .holder-tab-2,
  .sidebar .holder-tab-3,
  .sidebar .holder-tab-4 {
    height: calc(100vh - 152px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .sidebar .holder-tab-1::-webkit-scrollbar,
  .sidebar .holder-tab-2::-webkit-scrollbar,
  .sidebar .holder-tab-3::-webkit-scrollbar,
  .sidebar .holder-tab-4::-webkit-scrollbar {
    width: 6px;
  }
  .sidebar .holder-tab-1::-webkit-scrollbar-track,
  .sidebar .holder-tab-2::-webkit-scrollbar-track,
  .sidebar .holder-tab-3::-webkit-scrollbar-track,
  .sidebar .holder-tab-4::-webkit-scrollbar-track {
    background-color: #4c4c4c;
    border: 1px solid #d2d2d2;
    border-radius: 0;
  }
  .sidebar .holder-tab-1::-webkit-scrollbar-thumb,
  .sidebar .holder-tab-2::-webkit-scrollbar-thumb,
  .sidebar .holder-tab-3::-webkit-scrollbar-thumb,
  .sidebar .holder-tab-4::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 0;
  }
  .sidebar .holder-tab-1 .holder-part1 .business-loan {
    padding: 0 25px 0 13px;
  }
  .sidebar .holder-tab-1 .holder-part1 .content-list:first-child {
    padding-left: 8px;
  }
  .sidebar .holder-tab-1 .holder-part1 .content-list:last-child {
    padding: 35px 8px;
  }
  .sidebar .holder-tab-1 .holder-part1 .content-list:last-child .list-details {
    width: 84%;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-list > .list:first-child {
    padding-top: 16px;
  }
  .sidebar .holder-tab-1 .holder-part1 .list {
    padding-left: 13px;
    margin-bottom: 14px;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-title {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-image {
    width: 22px;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-details {
    width: 80%;
  }
  .sidebar .holder-tab-1 .holder-part1 .details-title {
    font-size: 14px;
  }
  .sidebar .holder-tab-1 .holder-part1 .details-desc {
    font-size: 12px;
  }
  .sidebar .holder-tab-1 .holder-part1 .btn-redirect {
    padding-left: 0;
    width: 100%;
    max-width: 315px;
  }
  .sidebar .holder-tab-1 .holder-part1 .btn-redirect .btn-gray {
    padding: 6px 0;
    font-size: 13px;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-btn {
    width: 85%;
  }
  .sidebar .holder-tab-1 .holder-part2 {
    padding: 29px 40px 10px;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child {
    margin: 0;
    padding: 49px 0 0;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-status .form-group:first-child:after {
    right: -5vw;
    width: 4.5vw;
  }
  .sidebar .holder-tab-1 .holder-part2 .btn-default {
    max-width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-list {
    margin-bottom: 10px;
  }
  .sidebar .holder-tab-1 .holder-part3 .redo-print__image {
    width: 16px;
  }
  .sidebar .holder-tab-1 .holder-part3 .btn-redo-print {
    margin-right: 3px;
    width: 39px;
    height: 39px;
  }
  .sidebar .holder-tab-2 {
    padding: 129px 53px 0;
  }
  .sidebar .holder-tab-2 .tab-2__title {
    font-size: 37px;
  }
  .sidebar .holder-tab-2 .tab-2__content {
    padding-left: 0;
  }
  .sidebar .holder-tab-2 .tab-2-content__list:last-child {
    margin-top: 41px;
  }
  .sidebar .holder-tab-2 .btn-red {
    max-width: 286px;
  }
  .sidebar .holder-tab-2 .holder-content-image {
    width: 95px;
    height: 95px;
  }
  .sidebar .holder-tab-2 .image {
    width: 54px;
  }
  .sidebar .holder-tab-2 .content-title {
    font-size: 15px;
  }
  .sidebar .holder-tab-3 {
    padding: 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 {
    padding: 52px 53px 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .tab-2-content__list:first-child {
    margin-top: 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .tab-2-content__list:last-child {
    width: 100%;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .looking-for_list {
    width: 33.33%;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 {
    padding: 44px 10px 10px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .holder-part2__content {
    padding-top: 34px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .part-2__list:last-child {
    padding-left: 11px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details {
    padding-left: 16px;
    margin-right: 17px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details > div:first-child {
    margin-top: 0;
    width: 13%;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details:not(:last-child) .holder-details:after {
    left: 10px;
    width: 185px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .holder-details {
    padding-bottom: 17px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .details-title {
    padding-top: 7px;
    font-size: 15px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .details-desc {
    margin-top: 11px;
    font-weight: 200;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .holder-btn {
    margin-top: 8px;
  }
  .sidebar .nav-link {
    padding-top: 7px;
  }
  .sidebar .nav-tab {
    width: 16.5%;
    height: 100%;
  }
  .sidebar .tab-title {
    font-size: 10px;
  }
  .sidebar .tab-image {
    width: 34px;
  }
}

@media screen and (max-width: 991px) {
  .sidebar .holder-tab-1 .holder-part2 .holder-content__list:first-child, .sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child {
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-content__list:first-child {
    padding-right: 0;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child {
    border-top: 1px solid #626262;
    border-left: 0;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-status .label-image {
    top: 38%;
    width: 58px;
  }
  .sidebar .holder-tab-1 .holder-part3 .results-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-list {
    width: 50%;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-list:nth-child(3) {
    padding-left: 0;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-list:nth-child(2) {
    border-right: 0;
  }
  .sidebar .holder-tab-2 .tab-2-content__list:first-child, .sidebar .holder-tab-2 .tab-2-content__list:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar {
    position: fixed;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    z-index: 21;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    width: 100%;
    height: auto;
    min-height: auto;
    overflow-y: hidden;
  }
  .sidebar.sidebar-width {
    top: 0;
    display: block;
    width: 100%;
    padding-left: 0;
    height: 100%;
    background-color: transparent;
  }
  .sidebar.sidebar-width .nav-tab {
    width: 100%;
  }
  .sidebar.sidebar-width .tab-content {
    position: absolute;
    top: 0;
    right: initial;
    left: initial;
    bottom: initial;
    padding: 0 10px 20px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .sidebar.sidebar-width .tab-content::-webkit-scrollbar {
    width: 6px;
  }
  .sidebar.sidebar-width .tab-content::-webkit-scrollbar-track {
    background-color: #4c4c4c;
    border: 1px solid #d2d2d2;
    border-radius: 0;
  }
  .sidebar.sidebar-width .tab-content::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 0;
  }
  .sidebar .tab-image {
    width: 21px;
  }
  .sidebar .nav-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
    overflow-y: hidden;
  }
  .sidebar .btn-tabs {
    margin-right: 0;
    width: 25%;
    height: 71px;
    max-height: 71px;
  }
  .sidebar .btn-tabs:not(:last-child) {
    margin-bottom: 0;
  }
  .sidebar .btn-tabs:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #dfdfdf;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sidebar .tab-title {
    font-size: 9px;
  }
  .sidebar .tab-title-close {
    padding-bottom: 21px;
    margin-top: 21px;
  }
  .sidebar .image {
    padding: 2px 0 0;
    margin-top: 15px;
    height: 25px;
  }
  .sidebar .holder-title {
    position: relative;
    padding-top: 8px;
    background-color: transparent;
  }
  .sidebar .holder-tab-1,
  .sidebar .holder-tab-2,
  .sidebar .holder-tab-3,
  .sidebar .holder-tab-4 {
    height: auto;
  }
  .sidebar .holder-tab-1 .holder-part1:before {
    display: none;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-list > .list:first-child {
    padding-top: 26px;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-content:last-child .content-list {
    display: none;
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-content:last-child .content-list.active {
    display: block;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-content:last-child .content-list.hide {
    display: none;
  }
  .sidebar .holder-tab-1 .holder-part1 .content-list:first-child {
    border-right: 0;
  }
  .sidebar .holder-tab-1 .holder-part1 .content-list:last-child {
    border-left: 0;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-title-close {
    padding: 4px 0;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-title-none {
    display: none;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-list-title-show {
    padding: 17px 0;
  }
  .sidebar .holder-tab-1 .holder-part1 .business-loan {
    position: relative;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  .sidebar .holder-tab-1 .holder-part1 .business-loan.active {
    background-color: #c40e00;
  }
  .sidebar .holder-tab-1 .holder-part1 .business-loan.active:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    border-top: 20px solid #c40e00;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sidebar .holder-tab-1 .holder-part1 .business-loan.active .list-title {
    color: #fff;
  }
  .sidebar .holder-tab-1 .holder-part1 .list {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-title {
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #808080;
    border-bottom: 0;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-title-show {
    font: 500 20px "Myriad Pro Regular";
    letter-spacing: 1.2px;
    color: #fcfcfc;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-icon {
    position: absolute;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-image {
    width: 27px;
  }
  .sidebar .holder-tab-1 .holder-part1 .list-details {
    margin-top: 4px;
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part1 .desc {
    padding-left: 3px;
    margin: 11px 0 33px;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-btn {
    opacity: 1;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-btn .btn-default {
    width: 48%;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-btn .btn-default:last-child {
    margin-right: auto;
  }
  .sidebar .holder-tab-1 .holder-part1 .details-title {
    padding-left: 48px;
    padding-bottom: 10px;
    letter-spacing: 1.8px;
  }
  .sidebar .holder-tab-1 .holder-part1 .details-desc {
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 1.4;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-main-title {
    text-align: center;
  }
  .sidebar .holder-tab-1 .holder-part1 .content-list:first-child, .sidebar .holder-tab-1 .holder-part1 .content-list:last-child {
    padding: 0;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-redirect {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-redirect .blank {
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part1 .holder-redirect .btn-gray {
    margin: 0 auto;
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part2 {
    padding: 0;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-part2__title {
    border-bottom: 0;
  }
  .sidebar .holder-tab-1 .holder-part2 .part2-title__list:first-child {
    padding-top: 20px;
    width: 100%;
    font-size: 21px;
    text-align: center;
  }
  .sidebar .holder-tab-1 .holder-part2 .part2-title__list:last-child {
    position: absolute;
    top: -11px;
    left: 0;
    width: auto;
    text-align: left;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-content__list:last-child {
    padding: 15px 0 0;
    margin: 0;
  }
  .sidebar .holder-tab-1 .holder-part2 .fas, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-item:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-item:before, .sidebar .holder-tab-1 .holder-part2 .section-listings .listing-title-mobile:before, .section-listings .sidebar .holder-tab-1 .holder-part2 .listing-title-mobile:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-item:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-item:before, .sidebar .holder-tab-1 .holder-part2 .re-owned-properties .property-desc:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part2 .property-desc:before {
    border: 0;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-status .label-image {
    position: relative;
    left: 0;
    top: 0;
    height: 36px;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-status .form-group:first-child:after {
    right: -7vw;
    width: 6vw;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar .holder-tab-1 .holder-part2 .holder-label .form-label {
    left: 0;
    padding: 10px 0 0;
    text-align: center;
  }
  .sidebar .holder-tab-1 .holder-part2 .form-2__list:first-child, .sidebar .holder-tab-1 .holder-part2 .form-2__list:last-child {
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part3 {
    padding: 0;
  }
  .sidebar .holder-tab-1 .holder-part3 .holder-part2__title {
    border-bottom: 0;
  }
  .sidebar .holder-tab-1 .holder-part3 .part2-title__list:first-child {
    padding-top: 11px;
    width: 100%;
    font-size: 19px;
    text-align: center;
  }
  .sidebar .holder-tab-1 .holder-part3 .holder-fa {
    position: absolute;
    top: -6px;
    left: 0;
    width: auto;
    text-align: left;
  }
  .sidebar .holder-tab-1 .holder-part3 .holder-fa .fas, .sidebar .holder-tab-1 .holder-part3 .holder-fa .section-listings .listing-item:before, .section-listings .sidebar .holder-tab-1 .holder-part3 .holder-fa .listing-item:before, .sidebar .holder-tab-1 .holder-part3 .holder-fa .section-listings .listing-title-mobile:before, .section-listings .sidebar .holder-tab-1 .holder-part3 .holder-fa .listing-title-mobile:before, .sidebar .holder-tab-1 .holder-part3 .holder-fa .re-owned-properties .property-item:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part3 .holder-fa .property-item:before, .sidebar .holder-tab-1 .holder-part3 .holder-fa .re-owned-properties .property-desc:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part3 .holder-fa .property-desc:before {
    padding: 0;
    width: 100%;
    background-color: transparent;
  }
  .sidebar .holder-tab-1 .holder-part3 .holder-fa .fas.fa-chevron-left, .sidebar .holder-tab-1 .holder-part3 .holder-fa .section-listings .fa-chevron-left.listing-item:before, .section-listings .sidebar .holder-tab-1 .holder-part3 .holder-fa .fa-chevron-left.listing-item:before, .sidebar .holder-tab-1 .holder-part3 .holder-fa .section-listings .fa-chevron-left.listing-title-mobile:before, .section-listings .sidebar .holder-tab-1 .holder-part3 .holder-fa .fa-chevron-left.listing-title-mobile:before, .sidebar .holder-tab-1 .holder-part3 .holder-fa .re-owned-properties .fa-chevron-left.property-item:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part3 .holder-fa .fa-chevron-left.property-item:before, .sidebar .holder-tab-1 .holder-part3 .holder-fa .re-owned-properties .fa-chevron-left.property-desc:before, .re-owned-properties .sidebar .holder-tab-1 .holder-part3 .holder-fa .fa-chevron-left.property-desc:before {
    border: none;
  }
  .sidebar .holder-tab-1 .holder-part3 .holder-results {
    margin-top: 15px;
  }
  .sidebar .holder-tab-1 .holder-part3 .results-list {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar .holder-tab-1 .holder-part3 .results-list:nth-child(n+2), .sidebar .holder-tab-1 .holder-part3 .results-list:first-child {
    margin-bottom: 12px;
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part3 .results-list:first-child {
    padding: 27px 0 18px;
  }
  .sidebar .holder-tab-1 .holder-part3 .results-list:nth-child(n+2) {
    padding: 34px 0 44px;
  }
  .sidebar .holder-tab-1 .holder-part3 .results-details {
    margin-top: 2px;
  }
  .sidebar .holder-tab-1 .holder-part3 .payment-list {
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part3 .payment-list:first-child {
    position: relative;
    padding-bottom: 25px;
    border-right: 0;
  }
  .sidebar .holder-tab-1 .holder-part3 .payment-list:first-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sidebar .holder-tab-1 .holder-part3 .payment-list:last-child {
    padding-top: 26px;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-list:first-child {
    margin-bottom: 25px;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-list:not(:first-child) {
    padding-left: 40px;
    padding-right: 0;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-list:nth-child(3) {
    padding-left: 0;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-title {
    font-size: 14px;
  }
  .sidebar .holder-tab-1 .holder-part3 .details-value {
    display: block;
    font-size: 12px;
  }
  .sidebar .holder-tab-1 .holder-part3 .holder-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 16px;
  }
  .sidebar .holder-tab-1 .holder-part3 .action-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar .holder-tab-1 .holder-part3 .action-button:first-child, .sidebar .holder-tab-1 .holder-part3 .action-button:last-child {
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part3 .action-button:first-child {
    margin-top: 15px;
  }
  .sidebar .holder-tab-1 .holder-part3 .action-button:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar .holder-tab-1 .holder-part3 .btn-redo-print {
    width: 56px;
    height: 58px;
  }
  .sidebar .holder-tab-1 .holder-part3 .btn-action__list {
    width: 100%;
  }
  .sidebar .holder-tab-1 .holder-part3 .btn-action__list:not(:last-child) {
    margin-bottom: 17px;
  }
  .sidebar .holder-tab-2 {
    padding: 5px 0;
  }
  .sidebar .holder-tab-2 .tab-2-content__list:last-child {
    margin-top: 44px;
  }
  .sidebar .holder-tab-2 .tab-2__title {
    margin: 20px 0 20px;
    font-size: 19px;
  }
  .sidebar .holder-tab-2 .holder-content-image {
    width: 80px;
    height: 80px;
  }
  .sidebar .holder-tab-2 .image {
    width: 40px;
  }
  .sidebar .holder-tab-2 .content-title {
    font-size: 13px;
  }
  .sidebar .holder-tab-2 .looking-for_list {
    margin-bottom: 27px;
  }
  .sidebar .holder-tab-2 .tab-2__content {
    padding-left: 0;
  }
  .sidebar .holder-tab-3 .tab-title-close {
    padding-bottom: 19px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 {
    padding: 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .tab-2-content__list:first-child {
    margin-top: 5px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .tab-2-content__list:last-child {
    width: 100%;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .tab-2__title {
    margin-bottom: 26px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .holder-content-image {
    margin-bottom: 21px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__1 .content-title {
    margin-top: 0;
    line-height: 1.3;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 {
    padding: 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .tab-part2__title {
    padding-top: 20px;
    font-size: 21px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .holder-part2__content {
    padding-top: 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .part-2__list {
    width: 100%;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .part-2__list:first-child {
    border-right: 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .part-2__list:last-child {
    padding-left: 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details {
    position: relative;
    padding-left: 0;
    margin-right: 0;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details > div:first-child {
    position: absolute;
    margin-top: 0;
    width: 41px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details > div:last-child {
    width: 100%;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .list-details:not(:last-child) .holder-details:after {
    display: none;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .details-title {
    padding: 8px 0 15px 42px;
    font-size: 15px;
    border-bottom: 1px solid #626262;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .details-desc {
    margin-top: 15px;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .holder-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    height: auto;
    width: 100%;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .btn-default {
    width: 50%;
    max-width: 100%;
  }
  .sidebar .holder-tab-3 .holder-tab-part__2 .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: auto;
  }
  .sidebar .holder-tab-4 {
    padding: 5px 0;
  }
  .sidebar .holder-tab-4 .tab-4__title {
    margin-top: 20px;
  }
  .sidebar .holder-tab-4 .holder-services {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 34px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .sidebar .holder-tab-4 .tab-4__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .sidebar .holder-tab-4 .tab-4__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
  }
  .sidebar .holder-tab-4 .services-list {
    width: 50%;
  }
  .sidebar .holder-tab-4 .services-list:not(:nth-child(6n+6)):after {
    display: none;
  }
  .sidebar .holder-tab-2 .looking-for_list {
    width: 50%;
  }
  .sidebar .holder-fa .fa-times:before {
    color: #fff;
  }
}

@-moz-document url-prefix() {
  .sidebar .holder-tab-1 .holder-part2 .form-select__1 {
    text-indent: 0;
  }
  .sidebar .holder-tab-1 .holder-part2 .form-field {
    -moz-appearance: textfield;
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.custom-input, .filter, .filter-branch {
  padding: 5px 23px 0;
  width: 100%;
  height: 49px;
  color: #fff;
  font: 15px "Myriad Pro Regular";
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
}

.custom-input::-webkit-input-placeholder, .filter::-webkit-input-placeholder, .filter-branch::-webkit-input-placeholder {
  color: #fff;
  font: 15px "Myriad Pro Regular";
}

.custom-input:-moz-placeholder, .filter:-moz-placeholder, .filter-branch:-moz-placeholder {
  color: #fff;
  font: 15px "Myriad Pro Regular";
}

.custom-input::-moz-placeholder, .filter::-moz-placeholder, .filter-branch::-moz-placeholder {
  color: #fff;
  font: 15px "Myriad Pro Regular";
}

.custom-input:-ms-input-placeholder, .filter:-ms-input-placeholder, .filter-branch:-ms-input-placeholder {
  color: #fff;
  font: 15px "Myriad Pro Regular";
}

.filter, .filter-branch {
  background: url(../images/icon-arrow-white.png) no-repeat 94% 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

.filter::-ms-expand, .filter-branch::-ms-expand {
  display: none;
}

.filter option, .filter-branch option {
  color: #000;
  border-bottom: 1px solid #000;
}

.filter:focus, .filter-branch:focus {
  color: #fff;
  background-image: url("../images/icon-arrow-white-up.png");
  background-color: #c40e00;
}

.filter:focus option, .filter-branch:focus option {
  background-color: #fff;
}

.filter.filter-bg-none, .filter-bg-none.filter-branch {
  background-image: none;
}

.filter-branch {
  padding-top: 0;
  color: #000;
  font-family: "Myriad Pro SemiBold";
  letter-spacing: .8px;
  text-transform: uppercase;
  background: url(../images/icon-arrow-black.png) no-repeat 94% 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

.filter-branch:focus {
  background-image: url("../images/icon-arrow-black-up.png");
}

.filter-branch::-ms-expand {
  display: none;
}

.form-group {
  position: relative;
}

.form-group.form-error .form-label {
  color: #fff;
  background-color: #c40e00;
}

.form-group.form-error .form-field {
  border-color: #c40e00;
}

.form-group.form-error .title-holder {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-group.form-error .title-holder .form-error-custom {
  position: static;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.form-group.form-error .checkbox-title {
  padding: 5px 10px;
  width: auto;
  color: #fff;
  background-color: #c40e00;
  border-radius: 15px;
}

.form-group.form-error .custom-checkbox {
  top: 46px;
}

.form-group.form-error .custom-checkbox + label:before {
  border-bottom-color: #c40e00;
}

.form-controls {
  margin-top: 15px;
}

.form-label, .form-field {
  font: 14px "Myriad Pro Regular";
}

.form-label {
  position: absolute;
  left: 10px;
  z-index: 1;
  padding: 5px 10px;
  background-color: #e0e0e0;
  border-radius: 15px;
}

.form-field {
  padding: 15px 10px 10px;
  width: 100%;
  background-color: #f4f4f4;
  border: 0;
  border-bottom: 2px solid transparent;
}

.form-field.ng-not-empty + .form-error.ng-active {
  left: unset;
  right: 15px;
}

.form-select {
  background: #f4f4f4 url("../images/arrow-down.png") top 50% right 15px no-repeat;
  background-size: 12px;
  cursor: pointer;
}

.form-select::-ms-expand {
  display: none;
}

.form-error-custom {
  position: absolute;
  left: 10px;
  top: 50%;
  font: 12px "Arial";
  font-style: italic;
  letter-spacing: 1px;
  color: #c40e00;
}

.form-date {
  background: #f4f4f4 url("../images/icon-date.png") top 50% right 15px no-repeat;
  background-size: 18px;
}

.form-date[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-date[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.form-date[type="date"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.form-date[type="date"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.form-group-status .custom-checkbox {
  top: 44px;
}

.form-group-status.form-error .custom-checkbox {
  top: 54px;
}

.checkbox-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.checkbox-holder .checkbox-title {
  margin-bottom: 6px;
  width: 100%;
  font: 15px "Arial";
  letter-spacing: -.1px;
}

.checkbox-holder .form-group {
  margin-right: 31px;
}

.checkbox-holder .form-group.form-error {
  width: 100%;
}

.checkbox-holder .form-group:last-of-type {
  margin-right: 0;
}

.checkbox-holder .checkbox-label {
  font-size: 14px;
}

.checkbox-holder.status {
  margin: -17px 0 33px;
  padding-left: 9px;
}

.checkbox-holder.status .checkbox-title {
  margin-bottom: 15px;
  font-size: 14px;
}

.checkbox-holder.status .form-group {
  margin-right: 20px;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
  top: 36px;
  z-index: 25;
  width: 17px;
  height: 15px;
}

.custom-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.custom-checkbox + label:before {
  content: '';
  margin-right: 6px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 16px;
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
}

.custom-checkbox:hover + label:before {
  background: #f4f4f4;
}

.custom-checkbox:checked + label:before {
  background: #f4f4f4;
}

.custom-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.custom-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

.custom-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #c40e00;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #c40e00, 4px 0 0 #c40e00, 4px -2px 0 #c40e00, 4px -4px 0 #c40e00, 4px -6px 0 #c40e00, 4px -8px 0 #c40e00;
          box-shadow: 2px 0 0 #c40e00, 4px 0 0 #c40e00, 4px -2px 0 #c40e00, 4px -4px 0 #c40e00, 4px -6px 0 #c40e00, 4px -8px 0 #c40e00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.children-box-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.children-box-radio .box-radio-title {
  width: 100%;
  font: 15px "Arial";
  letter-spacing: -.1px;
}

.children-box-radio .form-group {
  max-width: 48px;
}

.children-box-radio .form-controls {
  position: relative;
  margin-top: 6px;
  max-height: 47px;
}

.children-box-radio .box-radio {
  height: 0;
}

.children-box-radio .child-number {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font: 17px "Myriad Pro Bold";
}

.box-radio {
  position: absolute;
  opacity: 0;
}

.box-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.box-radio + label:before {
  content: '';
  margin-right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 48px;
  height: 47px;
  background: #f5f5f5;
  border-right: 1px solid #e9e9e9;
}

.box-radio:hover + label:before {
  background: #f4f4f4;
}

.box-radio:checked + label:before {
  background: #f5f5f5;
}

.box-radio:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.box-radio:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

.box-radio:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 48px;
  height: 47px;
  background: #e9e9e9;
  border-bottom: 1px solid #c40e00;
}

.car-radio .form-group {
  position: relative;
  max-width: 180px;
}

.car-radio .form-group:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 150px;
  border-bottom: 1px solid #c3c3c3;
}

.car-radio .form-group:last-of-type {
  margin-left: auto;
}

.car-radio .form-group:last-of-type:before {
  display: none;
}

.car-radio .box-radio + label:before {
  width: 170px;
}

.car-radio .box-radio:checked + label:after {
  width: 170px;
}

.car-radio .child-number {
  top: 18px;
  width: 79%;
  font-size: 14px;
}

.car-radio .label-image {
  margin-right: 14px;
  margin-top: -5px;
  max-width: 53px;
  max-height: 27px;
}

.insurance-radio .form-group {
  max-width: 50%;
}

.insurance-radio .box-radio + label:before {
  width: 200px;
}

.insurance-radio .box-radio:checked + label:after {
  width: 200px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .checkbox-holder.status .form-group-status {
    width: 100px;
  }
}

@media screen and (max-width: 991px) {
  .checkbox-holder.status .form-group {
    margin-right: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .children-box-radio .child-number {
    top: 9px;
  }
  .box-radio + label:before {
    width: 38px;
    height: 37px;
  }
  .box-radio:checked + label:after {
    width: 38px;
    height: 37px;
  }
}

@media screen and (max-width: 767px) {
  .checkbox-holder.status .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-input, .filter, .filter-branch {
    padding: 3px 15px 0;
    font-size: 13px;
  }
  .custom-input::-webkit-input-placeholder, .filter::-webkit-input-placeholder, .filter-branch::-webkit-input-placeholder {
    font-size: 13px;
  }
  .custom-input:-moz-placeholder, .filter:-moz-placeholder, .filter-branch:-moz-placeholder {
    font-size: 13px;
  }
  .custom-input::-moz-placeholder, .filter::-moz-placeholder, .filter-branch::-moz-placeholder {
    font-size: 13px;
  }
  .custom-input:-ms-input-placeholder, .filter:-ms-input-placeholder, .filter-branch:-ms-input-placeholder {
    font-size: 13px;
  }
  .filter-branch {
    padding: 0px 26px 0;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@-moz-document url-prefix() {
  .field-has-placeholder {
    padding-top: 18px;
  }
}

form .btn-wrapper {
  margin-top: 18px;
  width: 100%;
}

form .btn-wrapper .btn-loader {
  position: relative;
  width: 64px;
  height: 100%;
  margin: auto;
  display: block;
}

form .btn-wrapper .btn-loader div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c40e00;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

form .btn-wrapper .btn-loader div:nth-child(1) {
  left: 6px;
  -webkit-animation: btn-loader1 0.6s infinite;
          animation: btn-loader1 0.6s infinite;
}

form .btn-wrapper .btn-loader div:nth-child(2) {
  left: 6px;
  -webkit-animation: btn-loader2 0.6s infinite;
          animation: btn-loader2 0.6s infinite;
}

form .btn-wrapper .btn-loader div:nth-child(3) {
  left: 26px;
  -webkit-animation: btn-loader2 0.6s infinite;
          animation: btn-loader2 0.6s infinite;
}

form .btn-wrapper .btn-loader div:nth-child(4) {
  left: 45px;
  -webkit-animation: btn-loader3 0.6s infinite;
          animation: btn-loader3 0.6s infinite;
}

form .btn-wrapper:not(.loading) .btn-loader {
  display: none !important;
}

form .btn-wrapper:not(.loading) input[type="submit"],
form .btn-wrapper:not(.loading) button[type="submit"],
form .btn-wrapper:not(.loading) ._btnToDiv,
form .btn-wrapper:not(.loading) .ang-submit,
form .btn-wrapper:not(.loading) .btn-facebook {
  display: block;
}

form .btn-wrapper.loading .btn-loader {
  display: block;
}

form .btn-wrapper.loading input[type="submit"],
form .btn-wrapper.loading button[type="submit"],
form .btn-wrapper.loading ._btnToDiv,
form .btn-wrapper.loading .ang-submit,
form .btn-wrapper.loading .btn-facebook {
  display: none !important;
}

@-webkit-keyframes btn-loader1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btn-loader1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes btn-loader3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes btn-loader3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes btn-loader2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

@keyframes btn-loader2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

.modal {
  z-index: 10002;
}

.holder-modal-popUp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.holder-modal-popUp.active-modal {
  z-index: 100;
  opacity: 1;
}

.holder-modal-popUp .holder-modal {
  position: relative;
  width: 81%;
  background-color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .holder-modal-popUp {
    top: 153px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .holder-modal-popUp {
    top: 10px;
  }
  .holder-modal-popUp .holder-modal {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 93%;
  }
  .holder-modal-popUp.holder-newsletter-popup .holder-modal {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .holder-modal-popUp .holder-modal {
    width: 97%;
  }
}

@media screen and (max-width: 575px) {
  .holder-modal-popUp {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .holder-modal-popUp .holder-modal {
    width: 100%;
  }
}

/* 
  Modal: Notification Part 3 
  Location : 43_10_compare.html
*/
.listing-card-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 97px;
  background-color: #2b2b2b;
}

.listing-card-notification .container {
  height: 100%;
}

.listing-card-notification .holder-notification {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 80px;
  height: 100%;
}

.listing-card-notification .text-notification {
  color: #adadad;
  font-family: "Myriad Pro SemiBold";
  font-size: 19px;
  letter-spacing: 1px;
}

.listing-card-notification .card-numbers {
  color: #fcfcfc;
}

.listing-card-notification .btn-default {
  width: 222px;
  letter-spacing: 1px;
}

.listing-card-notification .btn-close {
  position: absolute;
  top: 40%;
  right: 5px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.listing-card-notification .btn-close:after, .listing-card-notification .btn-close:before {
  height: 40px;
}

.listing-card-notification.listing-card-notification-close {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .listing-card-notification .text-notification {
    font-size: 14px;
  }
  .listing-card-notification .btn-default {
    width: 200px;
    height: 40px;
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .listing-card-notification .btn-close {
    top: 50%;
  }
  .listing-card-notification .btn-close:after, .listing-card-notification .btn-close:before {
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .listing-card-notification {
    height: auto;
  }
  .listing-card-notification .holder-notification {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 15px 25px;
  }
  .listing-card-notification .holder-text {
    width: 100%;
    text-align: center;
  }
  .listing-card-notification .text-notification {
    margin: 25px 0 15px;
  }
  .listing-card-notification .holder-button {
    width: 100%;
  }
  .listing-card-notification .btn-default {
    margin: auto;
  }
  .listing-card-notification .btn-close {
    top: 15px;
    right: 50%;
    margin-top: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.apply-modal {
  padding-right: 0 !important;
}

.apply-modal .modal-dialog {
  max-width: 1400px;
}

.apply-modal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 0;
  border-bottom: 2px solid #c40e00;
}

.apply-modal .application-heading-holder {
  padding-top: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.3%;
          flex: 0 0 35.3%;
  max-width: 35.3%;
  background-size: cover;
  background-repeat: no-repeat;
}

.apply-modal .btn-close {
  margin: 15px auto 10px;
  width: 30px;
  height: 32px;
}

.apply-modal .btn-close:after, .apply-modal .btn-close:before {
  left: 13px;
  height: 34px;
}

.apply-modal .application-title {
  color: #fff;
  font: 35px "Myriad Pro Regular";
  text-align: center;
}

.apply-modal .application-steps {
  position: relative;
  padding: 44px 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64.7%;
          flex: 0 0 64.7%;
  max-width: 64.7%;
}

.apply-modal .steps-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c3c3c3;
}

.apply-modal .steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 33px;
  width: 100%;
}

.apply-modal .holder-action-btn .btn-border-red {
  width: 123px;
  height: 38px;
}

.apply-modal .holder-action-btn .icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  fill: #c40e00;
  stroke: #c40e00;
}

.apply-modal .btn-print {
  margin-top: -6px;
  padding-top: 8px;
  width: 100%;
  max-width: 123px;
  height: 38px;
  color: #c40e00;
  font: 14px "Myriad Pro SemiBold";
  text-align: center;
  border: 1px solid #c40e00;
}

.apply-modal .btn-print .icon-print {
  margin-right: 10px;
}

.apply-modal .steps-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 24%;
  color: #9b9b9b;
  font: 15px "Myriad Pro SemiBold";
  line-height: 13px;
  letter-spacing: .2px;
}

.apply-modal .steps-item-active {
  color: #c40e00;
}

.apply-modal .steps-item-active:after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 59%;
  border-bottom: 1px solid #c40e00;
}

.apply-modal .steps-form {
  position: relative;
}

.apply-modal .steps-form-holder {
  display: none;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  pointer-events: none;
}

.apply-modal .steps-form-holder.current-step {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.apply-modal .form-field {
  max-height: 46px;
}

.apply-modal #stepsForm2 {
  margin: 214px 0;
}

.apply-modal #stepsForm2 .form-group {
  margin-bottom: 50px;
}

.apply-modal #stepsForm2 .checkbox-title {
  width: 69%;
}

.apply-modal #stepsForm2 .checkbox-holder {
  margin-bottom: 19px;
}

.apply-modal #stepsForm2 .checkbox-holder .form-group {
  margin-right: 18px;
}

.apply-modal #stepsForm2 .checkbox-holder .form-group {
  width: 100%;
}

.apply-modal #stepsForm3 {
  margin: 284px 0;
}

.apply-modal #stepsForm4 .steps-form-column:first-child .form-group:nth-child(2) {
  margin-bottom: 68px;
}

.apply-modal #stepsForm4 .loan-list .form-group {
  position: relative;
  width: 23%;
}

.apply-modal #stepsForm4 .loan-list .form-group:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  height: 32px;
  border-right: 0.5px solid #c3c3c3;
}

.apply-modal #stepsForm4 .loan-list .form-group:last-of-type {
  width: 77%;
}

.apply-modal #stepsForm4 .loan-list .form-group:last-of-type:before {
  display: none;
}

.apply-modal #stepsForm4 .loan-list .form-controls {
  margin-top: 0;
}

.apply-modal #stepsForm4 .loan-list .form-select {
  background-position: 74% 23px;
}

.apply-modal .steps-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 37px;
  padding-right: 10px;
}

.apply-modal .steps-form-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  max-width: 47%;
}

.apply-modal .steps-form-column:last-of-type .form-group:first-child {
  margin-bottom: 45px;
}

.apply-modal .form-group {
  margin-bottom: 57px;
}

.apply-modal .form-field {
  padding: 17px 24px 10px;
}

.apply-modal .form-label {
  margin-top: -15px;
}

.apply-modal .form-control {
  margin-top: 15px;
}

.apply-modal .form-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-modal .form-custom-select .form-error-custom {
  position: relative;
}

.apply-modal .date-of-birth .form-error-custom {
  top: 18px;
  left: 115px;
}

.apply-modal .estValue-select {
  width: 100%;
  max-width: 42%;
}

.apply-modal .estValue-select .form-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-modal .estValue-select .form-label {
  margin-top: 0;
}

.apply-modal .estValue-select .form-select {
  margin-right: -6px;
  padding: 19px 50px 6px;
  text-align: center;
  font: 15px "Myriad Pro Bold";
  background-image: none;
  border-right: 1px solid #e9e9e9;
}

.apply-modal .estValue-select .fa-caret-down {
  position: absolute;
  top: 60%;
  left: 95px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.apply-modal .estValue-input {
  max-width: 57%;
}

.apply-modal .estValue-input .estValue {
  padding: 12px 28px 9px;
  color: #000;
  font: 18px "Myriad Pro Bold";
}

.apply-modal .estValue-input .estValue::-webkit-input-placeholder {
  color: #000;
}

.apply-modal .estValue-input .estValue:-moz-placeholder {
  color: #000;
}

.apply-modal .estValue-input .estValue::-moz-placeholder {
  color: #000;
}

.apply-modal .estValue-input .estValue:-ms-input-placeholder {
  color: #000;
}

.apply-modal .checkbox-holder .form-group {
  margin-bottom: 0;
}

.apply-modal .form-model {
  margin-bottom: 36px;
}

.apply-modal .franchise-radio .form-group {
  margin-bottom: 43px;
}

.apply-modal .section-thank-you {
  display: none;
  margin: 300px 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  pointer-events: none;
}

.apply-modal .section-thank-you.success-open {
  display: block;
  pointer-events: auto;
}

.apply-modal .thank-you-title {
  margin-bottom: 10px;
  color: #c40e00;
  font: 29px "Arial";
  font-weight: 600;
}

.apply-modal .thank-you-desc {
  font: 15px "Arial";
}

.apply-modal .btn-validate {
  max-width: 300px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .apply-modal .form-label {
    font-size: 12px;
  }
  .apply-modal #stepsForm4 .steps-form-column:last-of-type .form-group:first-child {
    margin-bottom: 10px;
  }
  .apply-modal .car-radio .form-group {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .apply-modal .car-radio .form-group:first-child:before {
    top: 78PX;
    left: 28%;
    width: 70px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .apply-modal .car-radio .form-group:last-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .apply-modal .modal-content {
    margin: 0 auto;
    max-width: 992px;
  }
  .apply-modal #stepsForm2 {
    margin: 150px 0 150px;
  }
  .apply-modal .estValue-select .fa-caret-down {
    top: 57%;
    left: 78px;
  }
  .apply-modal .estValue-select .form-select {
    padding: 17px 36px 10px;
  }
  .apply-modal .insurance-radio .form-group {
    margin-bottom: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .apply-modal .holder-action-btn .btn-border-red:active .icon, .apply-modal .holder-action-btn .btn-border-red:focus .icon, .apply-modal .holder-action-btn .btn-border-red:hover .icon {
    fill: #fff;
    stroke: #fff;
  }
}

@media screen and (max-width: 991px) {
  .apply-modal .modal-content {
    max-width: 768px;
  }
  .apply-modal .steps-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 26%;
    font-size: 14px;
  }
  .apply-modal .steps-item:after {
    width: 90%;
  }
  .apply-modal #stepsForm2 .steps-form-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .apply-modal #stepsForm2 .checkbox-holder .form-group {
    margin-bottom: 30px;
  }
  .apply-modal #stepsForm3 {
    margin: 150px 0;
  }
  .apply-modal #stepsForm3 .steps-form-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .apply-modal #stepsForm4 .steps-form-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .apply-modal #stepsForm4 .steps-form-column:first-child .form-group:nth-child(2) {
    margin-bottom: 50px;
  }
  .apply-modal .children-box-radio .form-group {
    margin-bottom: 30px;
  }
  .apply-modal .car-radio .form-group {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .apply-modal .car-radio .form-group:first-child:before {
    top: 55%;
    left: 140px;
    width: 70px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .apply-modal .car-radio .form-group:last-of-type {
    margin-left: 30px;
  }
  .apply-modal .insurance-radio {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .apply-modal .modal-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .apply-modal .steps-item:after {
    width: 51%;
  }
  .apply-modal .application-heading-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 150px;
  }
  .apply-modal .application-steps {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .apply-modal .steps-form-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .apply-modal .section-thank-you {
    margin: 200px 0;
    padding: 0 15px;
  }
}

@media screen and (max-width: 575px) {
  .apply-modal .application-title {
    font-size: 30px;
  }
  .apply-modal .application-steps {
    padding: 25px 10px;
  }
  .apply-modal .steps-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .apply-modal .steps-list {
    padding-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .apply-modal .steps-item {
    margin: 0 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 100%;
  }
  .apply-modal .steps-item:after {
    display: none;
  }
  .apply-modal .steps-item:first-child {
    margin-left: 0;
  }
  .apply-modal .steps-item:last-of-type {
    margin-right: 0;
  }
  .apply-modal .holder-action-btn {
    width: 100%;
  }
  .apply-modal .holder-action-btn .btn-default {
    margin: 0 auto 15px;
  }
  .apply-modal .steps-form-row {
    padding-right: 0;
  }
  .apply-modal #stepsForm2 {
    margin: 50px 0 0;
  }
  .apply-modal #stepsForm2 .form-label {
    font-size: 12px;
  }
  .apply-modal #stepsForm3 {
    margin: 50px 0;
  }
  .apply-modal #stepsForm4 {
    margin: 50px 0 0;
  }
  .apply-modal #stepsForm4 .loan-list .form-group {
    width: 34%;
  }
  .apply-modal #stepsForm4 .loan-list .form-group:last-of-type {
    width: 70%;
  }
  .apply-modal #stepsForm4 .form-label {
    font-size: 12px;
  }
  .apply-modal .car-radio .form-group:last-of-type {
    margin-left: 0;
  }
  .apply-modal .car-radio .box-radio + label:before {
    width: 141px;
    height: 45px;
  }
  .apply-modal .car-radio .box-radio:checked + label:after {
    width: 141px;
    height: 45px;
  }
  .apply-modal .car-radio .child-number {
    top: 18px;
    font-size: 12px;
  }
  .apply-modal .car-radio .label-image {
    max-width: 33px;
    max-height: 20px;
  }
  .apply-modal .insurance-radio .form-group {
    margin-bottom: 0;
  }
  .apply-modal .insurance-radio .box-radio + label:before {
    width: 141px;
  }
  .apply-modal .insurance-radio .box-radio:checked + label:after {
    width: 141px;
  }
  .apply-modal .insurance-radio .child-number {
    top: 11px;
    font-size: 13px;
  }
}

/* 
  Modal: Cookies Management Part 5 
  Location : Header.html
*/
.cookies-modal .modal-title {
  color: #fff;
  font-size: 22px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: "Myriad Pro Bold";
}

.cookies-modal .modal-dialog {
  max-width: 742px;
}

.cookies-modal .modal-content {
  padding: 25px;
  border-radius: 0;
  background-color: #bbbbbb;
  -webkit-overflow-scrolling: touch;
}

.cookies-modal .form-group-checkbox {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

.cookies-modal .form-group-checkbox:nth-of-type(3) {
  border-bottom: 0;
}

.cookies-modal .form-group-checkbox:nth-of-type(1) {
  position: relative;
}

.cookies-modal .form-group-checkbox:nth-of-type(1) .holder-input {
  position: unset;
  padding-left: 0;
}

.cookies-modal .form-group-checkbox:nth-of-type(1) .checkmark {
  position: absolute;
  top: 50%;
  right: 0;
  left: unset;
  height: 30px;
  width: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cookies-modal .form-group-checkbox:nth-of-type(1) .checkmark:after {
  left: 30%;
  top: 46%;
  width: 7px;
  height: 14px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.cookies-modal .form-group-title {
  padding-bottom: 4px;
  font-size: 18px;
  color: #c40d00;
  font-family: "Myriad Pro Bold";
}

.cookies-modal .holder-input,
.cookies-modal .form-desc {
  display: block;
  width: 100%;
  max-width: 376px;
  font-size: 16px;
  color: #fff;
  font-family: "Myriad Pro Light";
}

.cookies-modal .form-desc {
  padding: 0;
}

.cookies-modal .holder-input {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
}

.cookies-modal .holder-input .checkmark:after {
  left: 4px;
  top: .5px;
  width: 5px;
  height: 10px;
  border: solid #c40e00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cookies-modal .holder-input .checkbox:checked ~ .checkmark:after {
  display: block;
}

.cookies-modal .holder-input .checkbox:checked ~ .checkmark {
  border: 1px solid #fff;
  background-color: transparent;
}

.cookies-modal .checkbox {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}

.cookies-modal .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
}

.cookies-modal .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cookies-modal .form-group-submit .submit {
  padding: 5px;
  width: 175px;
  background-color: #c40e00;
  font-family: "Myriad Pro SemiBold";
  border: none;
  color: #fff;
  border-radius: 5px;
}

.cookies-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  margin-top: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .cookies-modal .modal-title {
    font-size: 18px;
  }
  .cookies-modal .form-group-checkbox:nth-of-type(1) .checkmark {
    top: 20px;
  }
  .cookies-modal .form-group-checkbox:nth-of-type(1) .holder-input {
    padding-top: 7px;
  }
}

.cookies-modal .section-thank-you {
  padding: 260px 80px 260px;
  font-size: 18px;
  color: #c40d00;
  font-family: "Myriad Pro Bold";
}

.cookies-modal-open {
  position: fixed;
  top: 0;
  left: 0;
}

.popWrap {
  position: fixed;
  right: 0px;
  bottom: 31px;
  width: 100%;
  z-index: 11;
}

.popWrap .inner {
  position: relative;
  margin: auto;
  width: 977px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#disclaimerPop {
  position: relative;
  width: 422px;
  background: #BBBBBB;
  min-height: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 22px 30px;
}

#disclaimerPop .close {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 12px;
  top: 20px;
  cursor: pointer;
  background: url(../images/close2.png);
}

#disclaimerPop .close:hover {
  opacity: 0.7;
}

#disclaimerPop .name {
  margin-bottom: 20px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

#disclaimerPop .text {
  margin-bottom: 30px;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}

#disclaimerPop .text a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}

#disclaimerPop .text a:hover {
  opacity: 0.7;
}

#disclaimerPop .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

#disclaimerPop .accept {
  display: block;
  cursor: pointer;
  width: 177px;
  height: 39px;
  line-height: 40px;
  background: #B90C00;
  border: 1px solid #B90C00;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
}

#disclaimerPop .accept:hover {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

#disclaimerPop .personalize {
  display: block;
  cursor: pointer;
  width: 177px;
  height: 39px;
  line-height: 40px;
  background: #BBBBBB;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}

#disclaimerPop .personalize:hover {
  background: #B90C00;
  color: #fff;
  border: 1px solid #B90C00;
}

.popWrap.cookiesDisclaimer .inner {
  width: 100%;
}

.popWrap.cookiesDisclaimer .inner #disclaimerPop {
  margin: auto;
}

@-moz-document url-prefix() {
  .apply-modal .estValue-select .form-select {
    padding-left: 44px;
    padding-right: 44px;
    text-align: justify;
  }
}

.breadcrumbs-holder {
  position: relative;
  padding: 22px 50px;
  background: #454545;
}

.breadcrumbs-holder .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumbs-holder .breadcrumb-item {
  color: #adadad;
  font: 15px "Myriad Pro Regular";
  letter-spacing: .6px;
}

.breadcrumbs-holder .breadcrumb-item + .breadcrumb-item:before {
  content: '•';
  padding-right: 7px;
  padding-left: 10px;
  color: #adadad;
}

.breadcrumbs-holder .breadcrumb-item.active {
  color: #fff;
}

.breadcrumbs-holder .breadcrumb-link {
  color: #adadad;
}

.breadcrumbs-holder .customer-service-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 314px;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.breadcrumbs-holder .customer-service-wrapper.service-open .time-img-holder {
  opacity: 0;
}

.breadcrumbs-holder .customer-service-wrapper.service-open .custom-service-details {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.breadcrumbs-holder .time-img-holder {
  margin-left: auto;
  padding: 7px;
  width: 88px;
  text-align: center;
  background: #c40e00;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.breadcrumbs-holder .custom-service-details {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  background: #c40e00;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.breadcrumbs-holder .custom-service-desc {
  font: 14px "Frutiger Bold";
  margin-bottom: 5px;
}

.breadcrumbs-holder .custom-phone {
  font: 24px "Frutiger Bold";
}

.breadcrumbs-holder .custom-phone-num {
  color: #fff;
}

@media screen and (min-width: 1500px) {
  .breadcrumbs-holder > .container {
    max-width: 1920px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs-holder {
    padding: 10px 0;
  }
  .breadcrumbs-holder > .container {
    padding: 0 11px;
  }
  .breadcrumbs-holder .breadcrumb {
    display: -webkit-inline-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs-holder .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs-holder .breadcrumb-item {
    font-size: 12px;
  }
  .breadcrumbs-holder .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 10px;
  }
  .breadcrumbs-holder .customer-service-wrapper {
    display: none;
  }
}

.holder-chat {
  position: absolute;
  right: 77px;
  bottom: -65px;
  z-index: 5;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .holder-chat {
    display: none;
  }
}

.holder-btn-scroll {
  position: relative;
  margin: 5px 0;
  height: 41px;
  text-align: center;
}

.holder-btn-scroll .btn-scroll-down {
  padding: 6px 16px;
  width: 41px;
  height: 41px;
  background-image: none;
  background-color: #403c3b;
  border-radius: 100%;
}

.holder-btn-scroll .btn-scroll-up {
  padding: 6px 16px;
  width: 41px;
  height: 41px;
  background-image: none;
  background-color: #403c3b;
  border-radius: 100%;
}

.holder-btn-scroll .btn-scroll-up .fa-angle-double-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.holder-btn-scroll .fas, .holder-btn-scroll .section-listings .listing-item:before, .section-listings .holder-btn-scroll .listing-item:before, .holder-btn-scroll .section-listings .listing-title-mobile:before, .section-listings .holder-btn-scroll .listing-title-mobile:before, .holder-btn-scroll .re-owned-properties .property-item:before, .re-owned-properties .holder-btn-scroll .property-item:before, .holder-btn-scroll .re-owned-properties .property-desc:before, .re-owned-properties .holder-btn-scroll .property-desc:before {
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .holder-btn-scroll .btn-scroll-down:active, .holder-btn-scroll .btn-scroll-down:focus, .holder-btn-scroll .btn-scroll-down:hover,
  .holder-btn-scroll .btn-scroll-up:active,
  .holder-btn-scroll .btn-scroll-up:focus,
  .holder-btn-scroll .btn-scroll-up:hover {
    background-color: #c40e00;
  }
}

.breadcrumbs-holder {
  position: relative;
  padding: 22px 50px;
  background: #454545;
}

.breadcrumbs-holder .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumbs-holder .breadcrumb-item {
  color: #adadad;
  font: 15px "Myriad Pro Regular";
  letter-spacing: .6px;
}

.breadcrumbs-holder .breadcrumb-item + .breadcrumb-item:before {
  content: '•';
  padding-right: 7px;
  padding-left: 10px;
  color: #adadad;
}

.breadcrumbs-holder .breadcrumb-item.active {
  color: #fff;
}

.breadcrumbs-holder .breadcrumb-link {
  color: #adadad;
}

.breadcrumbs-holder .customer-service-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 314px;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.breadcrumbs-holder .customer-service-wrapper.service-open .time-img-holder {
  opacity: 0;
}

.breadcrumbs-holder .customer-service-wrapper.service-open .custom-service-details {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.breadcrumbs-holder .time-img-holder {
  margin-left: auto;
  padding: 7px;
  width: 88px;
  text-align: center;
  background: #c40e00;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.breadcrumbs-holder .custom-service-details {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  background: #c40e00;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.breadcrumbs-holder .custom-service-desc {
  font: 14px "Frutiger Bold";
  margin-bottom: 5px;
}

.breadcrumbs-holder .custom-phone {
  font: 24px "Frutiger Bold";
}

.breadcrumbs-holder .custom-phone-num {
  color: #fff;
}

@media screen and (min-width: 1500px) {
  .breadcrumbs-holder > .container {
    max-width: 1920px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs-holder {
    padding: 10px 0;
  }
  .breadcrumbs-holder > .container {
    padding: 0 11px;
  }
  .breadcrumbs-holder .breadcrumb {
    display: -webkit-inline-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs-holder .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs-holder .breadcrumb-item {
    font-size: 12px;
  }
  .breadcrumbs-holder .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 10px;
  }
  .breadcrumbs-holder .customer-service-wrapper {
    display: none;
  }
}

.dropdown-filter .dropdown-select {
  width: 215px;
  height: 42px;
  padding: 8px 10px;
  font: normal 14px "Arial";
  background: #eeeeee url("../images/arrow-down.png") no-repeat 92% center;
  background-size: 12px;
  border: 1px solid #eeeeee;
}

.dropdown-filter .dropdown-select::-ms-expand {
  display: none;
}

.dropdown-filter .dropdown-select:active, .dropdown-filter .dropdown-select:focus, .dropdown-filter .dropdown-select:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .dropdown-filter .dropdown-select {
    width: 150px;
  }
}

.pagination {
  margin: auto;
  display: inline-block !important;
  vertical-align: middle;
  height: 36px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pagination .page-item {
  display: inline-block;
}

.pagination .page-item .page-link {
  padding: 9px 4px 3px;
  color: #000;
  font-size: 16px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  position: relative;
}

.pagination .page-item .page-link.disabled-pagination-arrow {
  opacity: 0.5;
  cursor: default;
}

.pagination .page-item .page-link.go-to-first:before, .pagination .page-item .page-link.go-to-last:before {
  height: 11px;
  width: 2px;
  position: absolute;
  background-color: black;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pagination .page-item .page-link.go-to-first {
  padding-right: 5px !important;
}

.pagination .page-item .page-link.go-to-first:before {
  left: 10px;
  top: 13px;
}

.pagination .page-item .page-link.go-to-first .fas, .pagination .page-item .page-link.go-to-first .section-listings .listing-item:before, .section-listings .pagination .page-item .page-link.go-to-first .listing-item:before, .pagination .page-item .page-link.go-to-first .section-listings .listing-title-mobile:before, .section-listings .pagination .page-item .page-link.go-to-first .listing-title-mobile:before, .pagination .page-item .page-link.go-to-first .re-owned-properties .property-item:before, .re-owned-properties .pagination .page-item .page-link.go-to-first .property-item:before, .pagination .page-item .page-link.go-to-first .re-owned-properties .property-desc:before, .re-owned-properties .pagination .page-item .page-link.go-to-first .property-desc:before {
  position: relative;
}

.pagination .page-item .page-link.go-to-first .fas:after {
  content: "";
  height: 11px;
  width: 2px;
  position: absolute;
  background-color: black;
  /* transition: all 0.2s ease-in-out; */
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pagination .page-item .page-link.go-to-last {
  padding-left: 5px !important;
}

.pagination .page-item .page-link.go-to-last:before {
  right: 10px;
  top: 13px;
}

.pagination .page-item .page-link.go-to-last .fas, .pagination .page-item .page-link.go-to-last .section-listings .listing-item:before, .section-listings .pagination .page-item .page-link.go-to-last .listing-item:before, .pagination .page-item .page-link.go-to-last .section-listings .listing-title-mobile:before, .section-listings .pagination .page-item .page-link.go-to-last .listing-title-mobile:before, .pagination .page-item .page-link.go-to-last .re-owned-properties .property-item:before, .re-owned-properties .pagination .page-item .page-link.go-to-last .property-item:before, .pagination .page-item .page-link.go-to-last .re-owned-properties .property-desc:before, .re-owned-properties .pagination .page-item .page-link.go-to-last .property-desc:before {
  position: relative;
}

.pagination .page-item .page-link.go-to-last .fas:after {
  content: "";
  height: 11px;
  width: 2px;
  position: absolute;
  background-color: black;
  /* transition: all 0.2s ease-in-out; */
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pagination .page-item .page-link.go-to-prev {
  padding-left: 5px !important;
}

.pagination .page-item .page-link.go-to-next {
  padding-right: 5px !important;
}

.pagination .page-item.go-to-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pagination .page-item.arrow-box .page-link {
  padding: 9px 11px 5px;
}

.pagination .page-item.active .page-link {
  color: #E50050;
}

.pagination .page-item:active .page-link:not(.disabled-pagination-arrow), .pagination .page-item:focus .page-link:not(.disabled-pagination-arrow), .pagination .page-item:hover .page-link:not(.disabled-pagination-arrow) {
  color: #ceb068;
  background: none;
}

.pagination .page-item:active .page-link:not(.disabled-pagination-arrow):before, .pagination .page-item:focus .page-link:not(.disabled-pagination-arrow):before, .pagination .page-item:hover .page-link:not(.disabled-pagination-arrow):before {
  background-color: #ceb068;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .pagination .page-item .page-link.go-to-first:before, .pagination .page-item .page-link.go-to-last:before {
    top: 14px;
  }
}

.home .custom-container {
  max-width: 100%;
  padding: 0;
}

.home .section-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .home .section-banner {
    margin-bottom: -35px;
  }
}

.home .section-banner .section-heading {
  text-align: left;
  color: unset;
}

.home .section-banner .section-heading-primary {
  color: #fff;
}

.home .section-banner .pointer-none {
  cursor: default;
  pointer-events: none;
}

.home .section-services {
  padding: 20px 0;
  background-color: #f5f5f5;
}

.home .section-services .holder-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home .section-services .services-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  font-family: "Myriad Pro Bold";
  font-size: 16px;
  color: #525252;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home .section-services .holder-image {
  text-align: center;
}

.home .section-financial {
  padding: 30px 25px 50px;
}

.home .section-financial .container {
  position: relative;
}

.home .section-financial .box-slide {
  width: 33.33%;
}

.home .section-financial .holder-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 20px;
}

.home .section-financial .holder-box .box-image {
  width: 100%;
}

.home .section-financial .holder-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 30px;
  max-height: 100%;
  min-height: 160px;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.home .section-financial .box-title {
  margin-bottom: 12px;
  font-size: 22px;
  font-family: "Myriad Pro SemiBold";
}

.home .section-financial .box-info {
  font-size: 17px;
  font-family: "Myriad Pro Light";
}

.home .section-financial .swiper-custom-btn {
  height: 50px;
  width: 50px;
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.home .section-financial .swiper-custom-btn:before {
  position: absolute;
  top: 50%;
  font-size: 28px;
  color: #c40e00;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home .section-financial .swiper-button-next {
  right: 10px;
  -webkit-transform: translateX(28%);
          transform: translateX(28%);
  -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
}

.home .section-financial .swiper-button-next:before {
  content: '\f054';
  left: 50%;
}

.home .section-financial .swiper-button-prev {
  left: 10px;
  -webkit-transform: translateX(-28%);
          transform: translateX(-28%);
  -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
}

.home .section-financial .swiper-button-prev:before {
  content: '\f053';
  left: 45%;
}

.home .section-financial .pointer-none {
  cursor: default;
  pointer-events: none;
}

.home .section-vision .holder-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #dfdfdf;
}

.home .section-vision .vision {
  padding: 0 25px;
  width: 33.33%;
}

.home .section-vision .holder-image {
  padding: 16px 0;
  text-align: center;
}

.home .section-vision .vision-title {
  font-size: 28px;
  text-align: center;
  font-family: "Myriad Pro Bold";
  color: #525252;
}

.home .section-vision .vision-span {
  display: none;
}

.home .section-vision .vision-description {
  font-size: 16px;
  text-align: center;
  font-family: "Myriad Pro Light";
}

.home .section-reports {
  background: url(../images/blog-background.png) top no-repeat;
  background-size: cover;
}

.home .section-reports .holder-reports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .section-reports .item-report {
  padding: 25px;
  width: 25%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
}

.home .section-reports .item-report:first-child {
  padding: 0;
}

.home .section-reports .item-report:nth-of-type(odd) {
  background-color: rgba(241, 242, 244, 0.6);
}

.home .section-reports .item-report:nth-of-type(even) {
  background-color: rgba(241, 242, 244, 0.3);
}

.home .section-reports .item-report .item-report-wrapper {
  height: 353px;
  overflow: hidden;
}

.home .section-reports .item-title {
  margin-bottom: 25px;
  font-size: 22px;
  font-family: "Myriad Pro Bold";
  color: #c40e00;
  text-align: center;
}

.home .section-reports .data-arrows {
  position: absolute;
  top: 60px;
  right: 0;
  left: initial;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  width: 40%;
}

.home .section-reports .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
  width: 40px;
  height: 40px;
  color: #c40e00;
  background-color: #fcfcfc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home .section-reports .arrow.swiper-button-disabled {
  opacity: .3;
}

.home .section-reports .holder-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  height: 250px;
  max-height: 100%;
  background-color: #dddee2;
}

.home .section-reports .holder-downloads a {
  max-width: 275px;
  font-size: 13px;
  letter-spacing: 1px;
  width: 100%;
}

.home .section-reports .swiper-reports {
  height: 100%;
}

.home .section-reports .btn-report {
  max-width: 275px;
  font-size: 13px;
  letter-spacing: 1px;
}

.home .section-reports .btn-report:first-child {
  margin-bottom: 18px;
}

.home .section-reports .report-blog {
  padding: 10px 0 25px;
}

.home .section-reports .report-blog:nth-of-type(1) {
  height: 219px;
  border-bottom: 1.5px solid gainsboro;
}

.home .section-reports .report-blog:nth-of-type(2) {
  padding-top: 60px;
}

.home .section-reports .holder-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.home .section-reports .blog-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 1em 5px;
  font-size: 16px;
  color: #454545;
  font-family: "Myriad Pro Bold";
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.home .section-reports .blog-info {
  font-size: 15px;
  color: #444;
  font-family: "Myriad Pro Regular";
}

.home .section-reports .holder-press-release {
  height: 219px;
  border-bottom: 1.5px solid gainsboro;
}

.home .section-reports .press {
  margin-bottom: 30px;
}

.home .section-reports .press-date {
  font-size: 12px;
  font-family: "Frutiger Light";
  color: #4e4f51;
}

.home .section-reports .link-text {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 1em 0;
  font-size: 16px;
  color: #454545;
  font-family: "Myriad Pro Bold";
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.home .section-reports .holder-featured-article {
  padding: 20px 0;
}

.home .section-reports .holder-featured-article .feature.is-arabic {
  direction: rtl;
  text-align: justify;
}

.home .section-reports .holder-featured-article .feature.is-arabic .feature-info {
  margin-right: 10px !important;
  margin-left: auto !important;
}

.home .section-reports .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .section-reports .feature-image {
  height: auto;
  max-width: 150px;
  max-height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid white;
}

.home .section-reports .feature-info {
  margin-left: 10px;
}

.home .section-reports .awards-image {
  width: 100%;
}

.home .section-reports .awards {
  margin: auto;
  width: 230px;
  max-width: 100%;
}

.home .section-reports .awards-year {
  margin: 20px 0 10px;
  font-size: 14px;
  font-family: "Frutiger Light";
  color: #454545;
}

.home .section-reports .awards-title {
  font-size: 43px;
  color: #383838;
  font-family: "Myriad Pro SemiBold";
}

.home .section-reports .holder-reports-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .section-reports .holder-reports-sitemap .holder-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c3c3c3;
}

.home .section-reports .item-statistics {
  position: relative;
  padding: 25px;
}

.home .section-reports .item-statistics:nth-of-type(1) {
  width: 50%;
}

.home .section-reports .item-statistics:nth-of-type(n+2) {
  width: 25%;
}

.home .section-reports .item-statistics .inner {
  position: relative;
  width: auto;
  padding-left: 10px;
  padding-right: 50px;
}

.home .section-reports .item-statistics .inner:after {
  content: '';
  position: absolute;
  top: 6px;
  left: -25px;
  height: 24px;
  width: 100%;
  border-right: 1px solid #9b9b9b;
}

.home .section-reports .item-statistics .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .section-reports .item-statistics .list {
  margin-bottom: 20px;
}

.home .section-reports .item-statistics .list .title {
  font-size: 16px;
}

.home .section-reports .item-statistics .list .num {
  font-size: 17px;
}

.home .section-reports .item-statistics .statistic-list:nth-of-type(n+3) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: justify;
}

.home .section-reports .item-statistics .holder-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .section-reports .item-statistics .btn-default {
  margin-left: auto;
  margin-right: auto;
}

.home .section-reports .swiper-blogs .swiper-wrapper {
  padding-bottom: 25px;
}

.home .section-reports .swiper-blogs .swiper-pagination-bullets,
.home .section-reports .swiper-blogs .swiper-pagination-fraction {
  bottom: 0;
}

.home .section-reports .swiper-blogs .swiper-pagination-bullet-active {
  background: #c40e00;
}

.home .section-reports .blog-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .section-reports .blog-slide .holder-info {
  padding-left: 25px;
}

.home .section-reports .blog-slide .blog-text {
  font-size: 14px;
  font-family: "Myriad Pro Regular";
  color: #454545;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .home .section-financial .box-slide {
    width: 50%;
  }
  .home .section-vision .vision-span {
    display: block;
  }
  .home .section-reports {
    background: url(../images/blog-background.png) center;
    background-size: 1511px;
    background-position: top;
    background-repeat: repeat;
  }
  .home .section-reports .item-report {
    width: 50%;
  }
  .home .section-reports .item-report:nth-of-type(1) {
    background-color: rgba(0, 0, 0, 0.09);
  }
  .home .section-reports .item-report:nth-of-type(2) {
    background-color: rgba(0, 0, 0, 0.06);
  }
  .home .section-reports .item-statistics:nth-of-type(1) {
    width: 100%;
  }
  .home .section-reports .item-statistics:nth-of-type(n+2) {
    width: 50%;
  }
  .home .section-reports .item-statistics:nth-of-type(3) {
    background-color: rgba(100, 100, 100, 0.1);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home .section-banner .section-heading {
    font-size: 21px;
  }
  .home .section-services {
    padding: 21px;
  }
  .home .section-services .services-title {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home .section-vision .vision {
    padding: 0;
  }
  .home .section-vision .vision-span {
    display: block;
  }
  .home .section-vision .vision-description {
    padding: 0 26px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .home .section-financial .swiper-custom-btn:active, .home .section-financial .swiper-custom-btn:focus, .home .section-financial .swiper-custom-btn:hover {
    background-color: #c50d01;
  }
  .home .section-financial .swiper-custom-btn:active:before, .home .section-financial .swiper-custom-btn:focus:before, .home .section-financial .swiper-custom-btn:hover:before {
    color: #fff;
  }
  .home .section-services .services-link:active .services-title, .home .section-services .services-link:focus .services-title, .home .section-services .services-link:hover .services-title {
    color: #c40d00;
  }
  .home .section-reports .arrow:active, .home .section-reports .arrow:focus, .home .section-reports .arrow:hover {
    color: #efefef;
    background-color: #c40e00;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home .section-reports .statistic-list {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .home .section-financial .box-slide {
    width: 100%;
  }
  .home .section-financial .box-image {
    width: 100%;
  }
  .home .section-financial .box-title {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .home .section-financial .box-info {
    font-size: 14px;
  }
  .home .section-financial .swiper-custom-btn {
    width: 40px;
    height: 40px;
  }
  .home .section-financial .swiper-custom-btn:before {
    font-size: 20px;
  }
  .home .section-financial .swiper-button-next {
    right: 15px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .home .section-financial .swiper-button-prev {
    left: 15px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .home .section-services .holder-services {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .section-services .services {
    width: 50%;
    padding: 25px 0 12px;
    border: 1px solid #dfdfdf;
  }
  .home .section-services .services:nth-of-type(odd) {
    border-top: none;
    border-left: none;
  }
  .home .section-services .services:nth-of-type(even) {
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .home .section-services .services:last-child {
    border-bottom: 0;
  }
  .home .section-services .holder-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 0;
    height: auto;
  }
  .home .section-vision .holder-vision {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .section-vision .vision {
    width: 100%;
    margin: 15px 0;
  }
  .home .section-reports .item-title {
    text-align: justify;
  }
  .home .section-reports .item-report {
    padding: 20px 25px;
    width: 100%;
    min-height: auto;
  }
  .home .section-reports .holder-statistics-list {
    padding: 10px 15px;
  }
  .home .section-reports .holder-featured-article {
    padding-top: 0;
  }
  .home .section-reports .statistic-list .title {
    font-size: 16px;
  }
  .home .section-reports .statistic-list .num {
    font-size: 14px;
  }
  .home .section-reports .blog-title {
    font-size: 14px;
  }
  .home .section-reports .blog-info {
    font-size: 12px;
  }
  .home .section-reports .press-date {
    color: #414141;
  }
  .home .section-reports .link-text {
    margin-top: 5px;
    font-size: 14px;
  }
  .home .section-reports .awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .home .section-reports .holder-image {
    width: auto;
  }
  .home .section-reports .awards-image {
    width: 100%;
  }
  .home .section-reports .holder-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 12px;
    width: 48%;
  }
  .home .section-reports .awards-title {
    font-size: 20px;
  }
  .home .section-reports .item-statistics .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .section-reports .item-statistics .data-title {
    text-align: center;
  }
  .home .section-reports .item-statistics .inner {
    padding: 0;
    width: 100%;
  }
  .home .section-reports .item-statistics .inner:after {
    display: none;
  }
  .home .section-reports .item-statistics:nth-of-type(1) {
    width: 100%;
  }
  .home .section-reports .item-statistics:nth-of-type(n+2) {
    width: 100%;
  }
  .home .section-reports .item-statistics:nth-of-type(3) {
    background-color: rgba(100, 100, 100, 0.1);
  }
  .home .section-reports .item-title {
    margin-bottom: 15px;
  }
  .home .section-reports .holder-downloads {
    height: auto;
  }
  .home .section-reports .holder-downloads a:last-child .btn-default {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .home .section-banner .section-heading {
    text-align: center;
  }
  .home .section-reports .item-statistics .inner {
    margin-bottom: 20px;
  }
  .home .section-reports .statistic-list {
    margin: 0;
    width: 50%;
    margin-bottom: 18px;
  }
  .home .section-reports .blog-slide .holder-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 15px;
  }
  .home .section-financial {
    padding: 30px 0;
  }
  .home .section-financial .holder-text {
    padding: 0 15px;
    min-height: 120px;
  }
}

@media (max-width: 767px) {
  .home .section-services.section-services--home-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .home .section-services.section-services--home-mobile {
    display: none;
  }
}

.home .section-services.section-services--home {
  background-color: #fff;
  padding: 0;
  padding-bottom: 7px;
}

.home .section-services.section-services--home .container {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 5px;
}

.home .section-services.section-services--home .container .holder-services .services {
  width: calc(100%/5);
  background-color: #474747;
  margin-right: 5px;
  height: 60px;
}

@media (min-width: 768px) {
  /*.home .section-services.section-services--home .container .holder-services .services:hover {
    background-color: #fff;
    border: 3px solid #474747;
  }*/
    .home .section-services.section-services--home .container .holder-services .services:hover {
        height: 70px;
        margin-top: -10px;
    }

  /*.home .section-services.section-services--home .container .holder-services .services:hover .services-title {
    color: #474747;
  }*/
}

.home .section-services.section-services--home .container .holder-services .services .services-title {
  color: #fff;
  font-size: 14px;
  height: 100%;
}

.home .section-services.section-services--home-mobile .holder-services {
  display: block !important;
}

.home .section-services.section-services--home-mobile .container {
  padding-right: 3px;
  padding-left: 3px;
}

.home .section-services.section-services--home-mobile .services {
  padding: 0 !important;
  height: 46px !important;
  width: 100% !important;
  border-top: none;
  border-right: none;
  border-left: none;
}

.about-loyalty .section-half-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-loyalty .section-half-banner .banner-image {
  width: 50%;
  background: url(../images/about-loyalty-right-bg.png) no-repeat center;
  background-size: cover;
}

.about-loyalty .section-half-banner .holder-banner-desc {
  padding: 50px 70px 47px;
  width: 50%;
  color: #fff;
  background: url(../images/about-loyalty-left-bg.png) no-repeat center;
  background-size: cover;
}

.about-loyalty .section-half-banner .holder-gift-list {
  padding-bottom: 33px;
  border-bottom: 1px solid #fff;
}

.about-loyalty .section-half-banner .section-title {
  margin-bottom: 8px;
  font-size: 21px;
  font-family: "Frutiger Bold";
}

.about-loyalty .section-half-banner .gift-list {
  padding-left: 20px;
  list-style: initial;
}

.about-loyalty .section-half-banner .list {
  margin-bottom: 10px;
  font-size: 14px;
  color: #eeeeee;
}

.about-loyalty .section-half-banner .holder-reward {
  padding-top: 48px;
}

.about-loyalty .section-half-banner .holder-reward .section-title {
  margin-bottom: 3px;
}

.about-loyalty .section-half-banner .reward-desc {
  width: 545px;
  max-width: 100%;
  font-size: 14.6px;
  line-height: 26px;
  font-family: "Frutiger Regular";
  color: #eeeeee;
}

.about-loyalty .section-first-content {
  padding-bottom: 70px;
}

.about-loyalty .section-first-content .holder-sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.about-loyalty .section-first-content .holder-sides:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 50%;
  height: 87%;
  border-left: 3px dotted silver;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-loyalty .section-first-content .holder-left-side,
.about-loyalty .section-first-content .holder-right-side {
  padding-top: 95px;
  width: 50%;
}

.about-loyalty .section-first-content .side-title {
  margin-bottom: 28px;
  font-size: 32px;
  text-align: center;
}

.about-loyalty .section-first-content .holder-icon {
  text-align: center;
}

.about-loyalty .section-first-content .holder-icon:last-of-type .icon-title {
  margin-bottom: 11px;
}

.about-loyalty .section-first-content .icon {
  margin-bottom: 14px;
}

.about-loyalty .section-first-content .icon-title {
  margin-bottom: 20px;
  font-family: "Myriad Pro SemiBold";
}

.about-loyalty .section-first-content .holder-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 18px;
  width: 462px;
  max-width: 100%;
}

.about-loyalty .section-first-content .holder-content:last-of-type {
  margin-bottom: 0;
}

.about-loyalty .section-first-content .dot-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-loyalty .section-first-content .dot-desc:first-of-type {
  position: relative;
}

.about-loyalty .section-first-content .dot-desc:first-of-type:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -100%;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  -webkit-transform: translateX(16%);
          transform: translateX(16%);
}

.about-loyalty .section-first-content .dot-desc:last-of-type .dollars {
  padding: 10px 19px;
}

.about-loyalty .section-first-content .dollars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 8px;
  color: #cf3337;
}

.about-loyalty .section-first-content .dollars:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #eaeaea;
  border-radius: 100%;
}

.about-loyalty .section-first-content .dollar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  width: 75px;
  font-size: 13px;
}

.about-loyalty .section-first-content .holder-double-caret-down {
  margin-bottom: 30px;
  width: 100%;
  height: 81px;
  background: url(../images/double-caret-down.png) no-repeat center;
  background-size: contain;
}

.about-loyalty .section-first-content .desc {
  font-size: 15.3px;
  text-align: center;
  line-height: 26px;
}

.about-loyalty .section-first-content .redeem-desc {
  margin: 0 auto;
  width: 390px;
  max-width: 100%;
}

.about-loyalty .section-first-content .side-desc {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.about-loyalty .section-first-content .holder-right-side .side-title {
  margin-bottom: 57px;
}

.about-loyalty .section-first-content .holder-accordion {
  width: 440px;
  max-width: 100%;
  margin: 64px auto;
}

.about-loyalty .section-first-content .card {
  margin-bottom: 46.4px;
  border: 0;
  background-color: transparent;
}

.about-loyalty .section-first-content .card-header {
  padding: 15px 0 0;
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.about-loyalty .section-first-content .card-body .desc {
  text-align: left;
}

.about-loyalty .section-first-content .btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  width: 100%;
  font-family: "Myriad Pro SemiBold";
  font-size: 21.5px;
  color: #000;
}

.about-loyalty .section-first-content .btn-link:active, .about-loyalty .section-first-content .btn-link:focus, .about-loyalty .section-first-content .btn-link:hover {
  text-decoration: none;
}

.about-loyalty .section-first-content .btn-link .fa-plus,
.about-loyalty .section-first-content .btn-link .fa-minus {
  font-size: 18px;
  color: #ca0800;
}

.about-loyalty .section-first-content .btn-link[aria-expanded="true"] .fa-plus {
  display: none;
}

.about-loyalty .section-first-content .btn-link[aria-expanded="false"] .fa-minus {
  display: none;
}

.about-loyalty .section-second-content {
  padding-top: 87px;
  padding-bottom: 134px;
}

.about-loyalty .section-second-content .btn-close {
  position: relative;
  left: 50%;
  margin-bottom: 29px;
  height: 32px;
  background-color: transparent;
  border: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-loyalty .section-second-content .btn-close:before, .about-loyalty .section-second-content .btn-close:after {
  height: 34px;
  background-color: #717171;
}

.about-loyalty .section-second-content .btn-close:active, .about-loyalty .section-second-content .btn-close:focus, .about-loyalty .section-second-content .btn-close:hover {
  outline: none;
}

.about-loyalty .section-second-content .section-title {
  margin-bottom: 30px;
  font-size: 32px;
  text-align: center;
}

.about-loyalty .section-second-content .holder-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 37px;
  width: 837px;
  max-width: 100%;
}

.about-loyalty .section-second-content .age-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
  width: 50%;
  color: #717171;
  font-size: 18px;
  font-family: "Myriad Pro SemiBold";
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.about-loyalty .section-second-content .age-text:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #f0f0f0;
}

.about-loyalty .section-second-content .age-text.active {
  color: #c21205;
}

.about-loyalty .section-second-content .age-text.active:before {
  background-color: #c21205;
}

.about-loyalty .section-second-content .section-desc {
  position: relative;
  padding-bottom: 25px;
  margin: 0 auto 16px;
  width: 730px;
  max-width: 100%;
  font-size: 17.7px;
  font-family: "Myriad Pro SemiBold";
  text-align: center;
}

.about-loyalty .section-second-content .section-desc:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #f0f0f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-loyalty .section-second-content .slider-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "Myriad Pro SemiBold";
  color: #717171;
  text-align: center;
}

.about-loyalty .section-second-content .holder-range-slider {
  margin: 0 auto;
  width: 1060px;
  max-width: 100%;
}

.about-loyalty .section-second-content .holder-range-slider .irs-handle {
  top: 50%;
  width: 23px;
  height: 23px;
  background-color: white;
  border-radius: 100%;
  border: 1px solid gray;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 9px;
          box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-loyalty .section-second-content .holder-range-slider .irs-handle > i:first-child {
  top: 50%;
  width: 3px;
  height: 3px;
  margin: 0;
  background-color: gray;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-loyalty .section-second-content .holder-range-slider .irs-grid {
  top: 7px;
}

.about-loyalty .section-second-content .holder-range-slider .irs-single {
  top: -20px;
  color: #c21205;
  font-size: 16px;
  font-family: "Myriad Pro SemiBold";
  background-color: transparent;
}

.about-loyalty .section-second-content .holder-range-slider .irs-single:before {
  display: none;
}

.about-loyalty .section-second-content .holder-range-slider .irs-grid-text,
.about-loyalty .section-second-content .holder-range-slider .irs-max,
.about-loyalty .section-second-content .holder-range-slider .irs-min {
  display: none;
}

.about-loyalty .section-second-content .holder-range-slider .irs-bar {
  background: -webkit-gradient(linear, left top, left bottom, from(#e05349), color-stop(27%, #d82e1b), color-stop(54%, #dd3b2c), color-stop(79%, #dc4a3d), to(#e79c96));
  background: linear-gradient(to bottom, #e05349 0%, #d82e1b 27%, #dd3b2c 54%, #dc4a3d 79%, #e79c96 100%);
}

.about-loyalty .section-second-content .holder-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 52px;
  width: 1160px;
  max-width: 100%;
  margin: 20px auto 0;
}

.about-loyalty .section-second-content .holder-left-stats,
.about-loyalty .section-second-content .holder-right-side {
  width: 50%;
}

.about-loyalty .section-second-content .holder-left-stats {
  position: relative;
  padding: 24px 0 0 108px;
  background-color: #e1e1e1;
}

.about-loyalty .section-second-content .holder-left-stats:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 86px solid transparent;
  border-bottom: 86px solid transparent;
  border-left: 54px solid #e1e1e1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.about-loyalty .section-second-content .holder-right-side {
  position: relative;
  padding: 24px 0 32px 94px;
  background-color: #eeeeee;
}

.about-loyalty .section-second-content .holder-right-side .title {
  color: #c21205;
}

.about-loyalty .section-second-content .btn-add-to-cart {
  position: absolute;
  top: 42%;
  right: 0;
  padding: 17px 14px;
  color: #fff;
  font-size: 12.8px;
  text-transform: uppercase;
  text-decoration: underline;
  background-color: #000;
  -webkit-transform: translateX(36%);
          transform: translateX(36%);
}

.about-loyalty .section-second-content .cart-img {
  margin-top: -3px;
  margin-right: 6px;
}

.about-loyalty .section-second-content .title {
  font-size: 83px;
  font-family: "Myriad Pro Bold";
}

.about-loyalty .section-second-content .period,
.about-loyalty .section-second-content .reward {
  margin-left: -7px;
  font-size: 17px;
}

.about-loyalty .section-second-content .subtitle {
  margin-top: -10px;
  margin-left: 5px;
  font-size: 17.8px;
  font-family: "Myriad Pro Bold";
  color: #7b7b7b;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-loyalty .section-second-content .holder-left-stats {
    padding: 10px 0 0 30px;
  }
  .about-loyalty .section-second-content .holder-right-side {
    padding: 24px 0 32px 60px;
  }
}

@media screen and (max-width: 991px) {
  .about-loyalty .section-half-banner .banner-image,
  .about-loyalty .section-half-banner .holder-banner-desc {
    width: 100%;
  }
  .about-loyalty .section-first-content .holder-sides:before {
    display: none;
  }
  .about-loyalty .section-first-content .holder-left-side,
  .about-loyalty .section-first-content .holder-right-side {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-loyalty .section-half-banner .banner-image {
    height: 400px;
  }
  .about-loyalty .section-first-content .holder-left-side,
  .about-loyalty .section-first-content .holder-right-side {
    padding-top: 50px;
  }
  .about-loyalty .section-second-content .holder-left-stats {
    padding: 10px 0 0 20px;
  }
  .about-loyalty .section-second-content .holder-left-stats:after {
    border-top: 56px solid transparent;
    border-bottom: 57px solid transparent;
    border-left: 45px solid #e1e1e1;
  }
  .about-loyalty .section-second-content .title {
    font-size: 50px;
  }
  .about-loyalty .section-second-content .subtitle {
    font-size: 13px;
  }
  .about-loyalty .section-second-content .holder-right-side {
    padding: 31px 0 21px 59px;
  }
  .about-loyalty .section-second-content .rewards-poitns {
    width: 138px;
    font-size: 50px;
    line-height: 25px;
  }
  .about-loyalty .section-second-content .reward {
    margin-left: 0;
  }
  .about-loyalty .section-second-content .btn-add-to-cart {
    top: 25%;
  }
}

@media screen and (max-width: 767px) {
  .about-loyalty .section-second-content .holder-stats {
    padding: 0;
    position: relative;
  }
  .about-loyalty .section-second-content .holder-right-side {
    position: initial;
  }
  .about-loyalty .section-second-content .btn-add-to-cart {
    top: 110%;
    right: initial;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .about-loyalty .section-half-banner .banner-image {
    height: 300px;
  }
  .about-loyalty .section-second-content .holder-left-stats {
    padding: 10px 10px;
  }
  .about-loyalty .section-second-content .holder-left-stats:after {
    border-top: 48px solid transparent;
    border-bottom: 48px solid transparent;
    border-left: 30px solid #e1e1e1;
  }
  .about-loyalty .section-second-content .holder-right-side {
    padding: 17px 0 0 52px;
  }
  .about-loyalty .section-second-content .title {
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 29px;
  }
  .about-loyalty .section-second-content .period,
  .about-loyalty .section-second-content .reward {
    margin: 0;
  }
  .about-loyalty .section-second-content .subtitle {
    margin: 0;
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .about-loyalty .section-half-banner .banner-image {
    height: 203px;
  }
  .about-loyalty .section-half-banner .holder-banner-desc {
    padding: 10px 14px 34px;
  }
  .about-loyalty .section-half-banner .holder-gift-list {
    padding-bottom: 4px;
  }
  .about-loyalty .section-half-banner .section-title {
    margin-bottom: 13px;
    font-size: 20px;
  }
  .about-loyalty .section-half-banner .list {
    margin-bottom: 14px;
    font-size: 11.9px;
  }
  .about-loyalty .section-half-banner .holder-reward {
    padding-top: 18px;
  }
  .about-loyalty .section-half-banner .holder-reward .section-title {
    margin-bottom: 6px;
  }
  .about-loyalty .section-half-banner .reward-desc {
    font-size: 11.3px;
    line-height: 21px;
  }
  .about-loyalty .section-first-content {
    padding-bottom: 43px;
  }
  .about-loyalty .section-first-content .holder-left-side {
    padding-top: 22px;
  }
  .about-loyalty .section-first-content .side-title {
    margin-bottom: 12px;
    font-size: 17.7px;
  }
  .about-loyalty .section-first-content .icon {
    width: 38px;
  }
  .about-loyalty .section-first-content .icon-title {
    margin-bottom: 33px;
    font-size: 16px;
  }
  .about-loyalty .section-first-content .holder-dot-desc {
    padding: 0 12px;
    margin: 0 auto;
    width: 320px;
  }
  .about-loyalty .section-first-content .dot-desc:first-of-type:before {
    top: 61%;
    right: -87%;
    width: 80%;
  }
  .about-loyalty .section-first-content .dot-desc:last-of-type .dollars {
    padding: 6px 14px;
  }
  .about-loyalty .section-first-content .dollars {
    padding: 0 4px;
    font-size: 15px;
  }
  .about-loyalty .section-first-content .dollars:before {
    top: 50%;
    height: 34px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .about-loyalty .section-first-content .dollar-text {
    margin-left: 8px;
    margin-top: 5px;
    width: 50px;
    line-height: 14px;
  }
  .about-loyalty .section-first-content .holder-double-caret-down {
    margin-bottom: 21px;
    height: 57px;
  }
  .about-loyalty .section-first-content .holder-icon:last-of-type .icon {
    margin-bottom: 5px;
  }
  .about-loyalty .section-first-content .holder-icon:last-of-type .icon-title {
    margin-bottom: 5px;
  }
  .about-loyalty .section-first-content .redeem-desc {
    width: 260px;
    font-size: 11.5px;
    line-height: 21px;
  }
  .about-loyalty .section-first-content .holder-right-side {
    padding: 40px 15px 0;
  }
  .about-loyalty .section-first-content .holder-right-side .side-title {
    margin-bottom: 13px;
  }
  .about-loyalty .section-first-content .side-desc {
    font-size: 11.7px;
    line-height: 21px;
  }
  .about-loyalty .section-first-content .holder-accordion {
    margin: 7px auto;
  }
  .about-loyalty .section-first-content .card-header {
    padding: 15px 0 7px;
  }
  .about-loyalty .section-first-content .btn-link {
    padding: 0 7px 0 0;
    font-size: 15.6px;
  }
  .about-loyalty .section-first-content .card {
    margin-bottom: 0px;
  }
  .about-loyalty .section-second-content {
    padding-top: 0px;
    padding-bottom: 79px;
  }
  .about-loyalty .section-second-content .container {
    padding: 0 10px;
  }
  .about-loyalty .section-second-content .btn-close {
    margin-bottom: 12px;
    height: 23px;
  }
  .about-loyalty .section-second-content .btn-close:before, .about-loyalty .section-second-content .btn-close:after {
    height: 23px;
  }
  .about-loyalty .section-second-content .section-title {
    margin-bottom: 34px;
    font-size: 18px;
  }
  .about-loyalty .section-second-content .age-text {
    padding: 0 0 16px 0;
    font-size: 18px;
    font-family: "Myriad Pro Light";
  }
  .about-loyalty .section-second-content .age-text.active {
    font-family: "Myriad Pro SemiBold";
  }
  .about-loyalty .section-second-content .holder-age {
    margin-bottom: 16px;
  }
  .about-loyalty .section-second-content .section-desc {
    padding-bottom: 14px;
    font-size: 16.4px;
  }
  .about-loyalty .section-second-content .slider-title {
    font-size: 15.5px;
  }
  .about-loyalty .section-second-content .holder-stats {
    margin: 33px auto 0;
  }
  .about-loyalty .section-second-content .holder-left-stats {
    padding: 19px 10px 5px 20px;
  }
  .about-loyalty .section-second-content .holder-left-stats:after {
    border-top: 44px solid transparent;
    border-bottom: 44px solid transparent;
    border-left: 34px solid #e1e1e1;
  }
  .about-loyalty .section-second-content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 22px;
    line-height: 20px;
  }
  .about-loyalty .section-second-content .period {
    font-size: 12.6px;
    margin: 0;
  }
  .about-loyalty .section-second-content .subtitle {
    margin: 0;
    width: 112px;
    font-size: 10.9px;
    line-height: 12px;
  }
  .about-loyalty .section-second-content .holder-right-side {
    padding: 22px 0 0 47px;
  }
  .about-loyalty .section-second-content .reward {
    margin: 0;
    font-size: 14px;
  }
}

.checking-account .features-list {
  padding: 0;
  max-width: 830px;
}

.checking-account .features-column {
  padding: 36px 0 0;
}

.checking-account .features-title {
  font-family: "Myriad Pro Bold";
}

.checking-account .features {
  position: relative;
  padding: 23px 22px;
  margin-left: 57.4%;
  margin-bottom: 7px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 208px;
}

.checking-account .features:nth-child(2n) {
  margin: 0 58.1% 10px auto;
}

.checking-account .features:nth-child(5) {
  margin-bottom: -17px;
}

.checking-account .features-advantages {
  padding: 46px 0 64px;
}

.checking-account .features-advantages .features-list {
  padding-top: 9px;
}

.checking-account .features-advantages .features-title:after {
  height: 521px;
}

.checking-account .features-requirements {
  padding: 65px 0;
}

.checking-account .features-requirements .features-list {
  padding-top: 20px;
}

.checking-account .features-requirements .features {
  margin-left: 59%;
  padding: 23px 22px 23px 40px;
  min-width: 144px;
  border: 0;
}

.checking-account .features-requirements .features:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url(../images/check-icon.png) no-repeat center;
  background-size: 15px;
  background-color: #403c3b;
  border-radius: 100%;
}

.checking-account .features-requirements .features:nth-child(2n) {
  margin: 0 59.4% -4px auto;
  padding: 23px 45px 23px 27px;
}

.checking-account .features-requirements .features:nth-child(2n):before {
  left: initial;
  right: -21px;
}

.checking-account .features-requirements .features:nth-child(3n) {
  margin-bottom: -3px;
}

.checking-account .features-requirements .features-title:after {
  height: 376px;
}

.checking-account .features-requirements .holder-btn-scroll {
  margin-top: 158px;
}

@media screen and (max-width: 1199px) {
  .checking-account .features-list {
    max-width: 608px;
  }
  .checking-account .features br {
    display: none;
  }
  .checking-account .features:nth-child(2n) {
    padding-right: 20px;
    margin-bottom: 5px;
  }
  .checking-account .features:nth-child(3n) {
    margin-bottom: 5px;
  }
  .checking-account .features:nth-child(5) {
    margin-bottom: -22px;
  }
}

@media screen and (max-width: 991px) {
  .checking-account .holder-tab-template .holder-tabs .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .checking-account .features {
    padding: 15px 10px;
    min-width: 195px;
  }
  .checking-account .features:before {
    left: -31px;
  }
  .checking-account .features-desc {
    font-size: 14px;
  }
  .checking-account .features:nth-child(2n) {
    padding-right: 7px;
    margin-bottom: 5px;
  }
  .checking-account .features-advantages {
    margin: 0 auto;
    max-width: 495px;
  }
  .checking-account .features-advantages .features-title:after {
    height: 500px;
  }
  .checking-account .features-advantages .holder-btn-scroll {
    margin-top: 75px;
  }
  .checking-account .features-requirements .holder-btn-scroll {
    margin-top: 105px;
  }
}

@media screen and (max-width: 767px) {
  .checking-account .features-title:after {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .checking-account .breadcrumbs-holder > .container {
    padding: 0 6px;
  }
  .checking-account .breadcrumbs-holder .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 3px;
    padding-left: 7px;
  }
  .checking-account .features-title:after {
    display: none;
  }
  .checking-account .features-column {
    padding-top: 18px;
  }
  .checking-account .features {
    padding: 25px 10px;
    margin-left: 18px;
    margin-bottom: 20px;
    min-width: 95%;
  }
  .checking-account .features:after {
    left: -27px;
    width: 17px;
  }
  .checking-account .features:nth-child(2n) {
    margin-right: 6%;
    margin-bottom: 22px;
  }
  .checking-account .features:nth-child(2n):after {
    right: -25px;
  }
  .checking-account .features:nth-child(3n) {
    margin-bottom: 24px;
  }
  .checking-account .features:nth-child(5) {
    margin-bottom: 23px;
    padding: 14px 8px;
  }
  .checking-account .features:last-of-type {
    padding: 18px 17px 18px 21px;
  }
  .checking-account .features-desc {
    font-size: 13px;
    line-height: 18px;
  }
  .checking-account .btn-scroll-down {
    display: none;
  }
  .checking-account .features-advantages {
    padding-top: 35px;
  }
  .checking-account .features-requirements {
    padding: 34px 0;
  }
  .checking-account .features-requirements .features {
    margin-left: 18px;
    margin-bottom: 20px;
    min-width: 95%;
  }
  .checking-account .features-requirements .features:before {
    left: -15px;
  }
  .checking-account .features-requirements .features:after {
    left: -27px;
    width: 17px;
  }
  .checking-account .features-requirements .features:nth-child(2n) {
    margin-right: 6%;
    margin-bottom: 22px;
  }
  .checking-account .features-requirements .features:nth-child(2n):before {
    right: -15px;
  }
  .checking-account .features-requirements .features:nth-child(2n):after {
    left: initial;
    right: -25px;
  }
  .checking-account .features-requirements .features:nth-child(3n) {
    margin-bottom: 24px;
  }
  .checking-account .features-requirements .features:nth-child(5) {
    margin-bottom: 23px;
    padding: 14px 8px;
  }
  .checking-account .features-requirements .features:last-of-type {
    padding: 18px 17px 18px 21px;
  }
  .checking-account .features-requirements .features-desc {
    font-size: 13px;
    line-height: 18px;
  }
  .checking-account .features-related .related-accounts {
    height: 250px;
  }
  .checking-account .features-related .related-details {
    padding: 20px 25px 26px;
  }
}

.faq .btn-close {
  position: relative;
  left: 50%;
  margin-bottom: 12px;
  height: 32px;
  background-color: transparent;
  border: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faq .btn-close:before, .faq .btn-close:after {
  height: 34px;
  background-color: #545454;
}

.faq .btn-close:active, .faq .btn-close:focus, .faq .btn-close:hover {
  outline: none;
}

.faq .section-faq-banner {
  height: 442px;
  background: url(../images/faq-banner-bg2.png) no-repeat center;
  background-size: cover;
}

.faq .section-faq-banner .holder-faq-banner-content {
  padding: 112px 0;
  margin: 0 auto;
  height: 100%;
  width: 406px;
  max-width: 100%;
  text-align: center;
}

.faq .section-faq-banner .holder-icon {
  margin-bottom: 22px;
}

.faq .section-faq-banner .faq-banner-desc {
  margin: 0 auto 37px;
  width: 330px;
  max-width: 100%;
  font-size: 31px;
  font-family: "Frutiger Regular";
}

.faq .section-faq-banner .btn-red-border {
  margin: 0 auto;
  width: 51%;
}

.faq .section-faq-banner.faq-ask-us-banner {
  height: 364px;
}

.faq .section-faq-banner.faq-ask-us-banner .btn-red-border {
  display: none;
}

.faq .section-faq-form {
  padding: 37px 0 63px;
}

.faq .section-faq-form .section-title {
  margin-bottom: 51px;
  font-size: 32px;
  text-align: center;
  color: #717171;
}

.faq .section-faq-form .holder-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1062px;
  max-width: 100%;
  margin: 0 auto;
}

.faq .section-faq-form .holder-form .form-label {
  top: 1px;
}

.faq .section-faq-form .holder-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 54%;
}

.faq .section-faq-form .holder-inputs .form-group {
  margin: 0;
  width: 46%;
  height: 59px;
}

.faq .section-faq-form .holder-inputs .form-group:nth-of-type(3), .faq .section-faq-form .holder-inputs .form-group:nth-of-type(4) {
  margin-top: -12px;
}

.faq .section-faq-form .holder-text-area {
  padding-left: 40px;
  width: 46%;
}

.faq .section-faq-form .holder-text-area .form-label {
  top: -12px;
}

.faq .section-faq-form .holder-text-area .form-group {
  width: 100%;
}

.faq .section-faq-form .holder-text-area .form-field {
  height: 139px;
}

.faq .section-faq-form .btn-wrapper {
  margin-top: 18px;
  width: 100%;
}

.faq .section-faq-form .btn-wrapper .btn-loader {
  position: relative;
  width: 64px;
  height: 100%;
  margin: auto;
  display: block;
}

.faq .section-faq-form .btn-wrapper .btn-loader div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c40e00;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.faq .section-faq-form .btn-wrapper .btn-loader div:nth-child(1) {
  left: 6px;
  -webkit-animation: btn-loader1 0.6s infinite;
          animation: btn-loader1 0.6s infinite;
}

.faq .section-faq-form .btn-wrapper .btn-loader div:nth-child(2) {
  left: 6px;
  -webkit-animation: btn-loader2 0.6s infinite;
          animation: btn-loader2 0.6s infinite;
}

.faq .section-faq-form .btn-wrapper .btn-loader div:nth-child(3) {
  left: 26px;
  -webkit-animation: btn-loader2 0.6s infinite;
          animation: btn-loader2 0.6s infinite;
}

.faq .section-faq-form .btn-wrapper .btn-loader div:nth-child(4) {
  left: 45px;
  -webkit-animation: btn-loader3 0.6s infinite;
          animation: btn-loader3 0.6s infinite;
}

.faq .section-faq-form .btn-wrapper:not(.loading) .btn-loader {
  display: none !important;
}

.faq .section-faq-form .btn-wrapper:not(.loading) input[type="submit"],
.faq .section-faq-form .btn-wrapper:not(.loading) button[type="submit"],
.faq .section-faq-form .btn-wrapper:not(.loading) ._btnToDiv,
.faq .section-faq-form .btn-wrapper:not(.loading) .ang-submit,
.faq .section-faq-form .btn-wrapper:not(.loading) .btn-facebook {
  display: block;
}

.faq .section-faq-form .btn-wrapper.loading .btn-loader {
  display: block;
}

.faq .section-faq-form .btn-wrapper.loading input[type="submit"],
.faq .section-faq-form .btn-wrapper.loading button[type="submit"],
.faq .section-faq-form .btn-wrapper.loading ._btnToDiv,
.faq .section-faq-form .btn-wrapper.loading .ang-submit,
.faq .section-faq-form .btn-wrapper.loading .btn-facebook {
  display: none !important;
}

@keyframes btn-loader1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btn-loader3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes btn-loader2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

.faq .section-faq-form .req-text {
  margin-bottom: 11px;
  text-align: center;
  font-size: 11.7px;
}

.faq .section-faq-form .btn-red-border {
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
}

.faq .section-thanks-message {
  width: 100%;
  padding: 37px 0 243px;
}

.faq .section-thanks-message .section-title {
  margin-bottom: 13px;
  margin-top: 139px;
  font-size: 32px;
  font-family: "Myriad Pro SemiBold";
  color: #cb0a03;
  text-align: center;
}

.faq .section-thanks-message .section-subtitle {
  font-size: 14.2px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .faq .section-faq-form .holder-inputs {
    width: 100%;
  }
  .faq .section-faq-form .holder-inputs .form-group {
    margin-bottom: 15px;
    width: 100%;
  }
  .faq .section-faq-form .holder-inputs .form-group:nth-of-type(3), .faq .section-faq-form .holder-inputs .form-group:nth-of-type(4) {
    margin-top: initial;
  }
  .faq .section-faq-form .holder-text-area {
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .faq .section-faq-banner .faq-banner-desc {
    font-size: 22px;
  }
  .faq .section-faq-content {
    padding-top: 30px;
  }
  .faq .section-faq-content .features-title {
    font-size: 23px;
  }
  .faq .section-faq-content .features-list {
    padding-bottom: 0;
  }
  .faq .section-faq-content .features-list:before {
    display: none;
  }
  .faq .section-faq-content .features {
    margin: 0 auto 30px 40px;
    width: auto;
  }
  .faq .section-faq-content .features:nth-child(2n) {
    margin: 0 40px 30px auto;
    width: auto;
  }
  .faq .section-faq-content .btn-link {
    font-size: 12px;
    padding: 15px 25px 15px 15px;
  }
  .faq .section-faq-content .btn-link .fas, .faq .section-faq-content .btn-link .section-listings .listing-item:before, .section-listings .faq .section-faq-content .btn-link .listing-item:before, .faq .section-faq-content .btn-link .section-listings .listing-title-mobile:before, .section-listings .faq .section-faq-content .btn-link .listing-title-mobile:before, .faq .section-faq-content .btn-link .re-owned-properties .property-item:before, .re-owned-properties .faq .section-faq-content .btn-link .property-item:before, .faq .section-faq-content .btn-link .re-owned-properties .property-desc:before, .re-owned-properties .faq .section-faq-content .btn-link .property-desc:before {
    top: 19px;
    right: 12px;
  }
  .faq .section-faq-content .card-text {
    font-size: 12px;
  }
  .faq .section-faq-content .card-text:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.tax-payment .section-hero-banner {
  padding: 65px 0 119px;
}

.tax-payment .section-hero-banner .hero-banner-title {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.tax-payment .section-image-desc {
  margin-bottom: 91px;
}

.tax-payment .section-image-desc .holder-desc-side {
  padding: 65px 64px 45px;
}

.tax-payment .section-image-desc .desc {
  margin-bottom: 37px;
}

.tax-payment .section-image-desc .list-title {
  margin-bottom: 13px;
}

.tax-payment .section-image-desc .holder-image-side {
  background: url(../images/tax-payment-side-bg.png) no-repeat center;
  background-size: cover;
}

.tax-payment .section-image-desc .btn-red-border {
  width: 261px;
  margin-top: 35px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tax-payment .section-image-desc .holder-desc-side {
    padding: 20px;
  }
  .tax-payment .section-image-desc .list-title {
    font-size: 22px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .tax-payment .section-how-it-works .holder-side {
    width: 100%;
  }
  .tax-payment .section-how-it-works .holder-lists:before {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .tax-payment .section-image-desc .holder-desc-side {
    padding: 25px;
  }
}

@media screen and (max-width: 575px) {
  .tax-payment .section-hero-banner {
    padding: 30px 0 50px;
  }
  .tax-payment .section-image-desc {
    margin-bottom: 40px;
  }
  .tax-payment .section-image-desc .holder-desc-side {
    padding: 15px;
  }
}

.salary-domiciliation .section-hero-banner {
  padding: 135px 0 91px;
}

.salary-domiciliation .section-first-image {
  margin-bottom: 66px;
}

.salary-domiciliation .section-first-image .holder-desc-side {
  padding: 45px 58px 37px;
}

.salary-domiciliation .section-first-image .list-title {
  margin-bottom: 20px;
}

.salary-domiciliation .section-first-image .desc {
  margin-bottom: 16px;
}

.salary-domiciliation .section-first-image .holder-list {
  margin-bottom: 30px;
}

.salary-domiciliation .section-first-image .list-text {
  padding-left: 24px;
  margin-bottom: 11.5px;
}

.salary-domiciliation .section-first-image .btn-red-border {
  width: 260px;
  color: #fff;
}

.salary-domiciliation .section-first-image .bullet-left {
  position: relative;
}

.salary-domiciliation .section-first-image .bullet-left:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #c40e00;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.salary-domiciliation .section-first-image .holder-image-side {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.salary-domiciliation .section-benefits .section-title {
  padding-bottom: 28px;
  margin-bottom: 59px;
}

.salary-domiciliation .section-benefits .benefit-text {
  padding: 11px 40px;
  margin-bottom: 16px;
}

.salary-domiciliation .section-second-image .holder-desc-side {
  padding: 82px 67px 66px;
}

.salary-domiciliation .section-second-image .list-title {
  margin-bottom: 41px;
}

.salary-domiciliation .section-second-image .list-text {
  position: relative;
  padding-left: 75px;
  margin-bottom: 33px;
  width: 485px;
  max-width: 100%;
  line-height: 25px;
}

.salary-domiciliation .section-second-image .list-text:before {
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 0;
  padding: 17px 23px;
  font-size: 12px;
  font-weight: 800;
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  border-radius: 100%;
  background-color: #c40e00;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.salary-domiciliation .section-second-image .holder-image-side {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
  .salary-domiciliation .section-first-image .holder-desc-side,
  .salary-domiciliation .section-second-image .holder-desc-side {
    padding: 20px;
  }
  .salary-domiciliation .section-benefits .benefit {
    width: 33%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .salary-domiciliation .section-first-image .holder-desc-side,
  .salary-domiciliation .section-second-image .holder-desc-side {
    padding: 15px;
  }
  .salary-domiciliation .section-benefits .benefit-text {
    padding: 10px 0 0;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .salary-domiciliation .section-first-image .holder-desc-side,
  .salary-domiciliation .section-second-image .holder-desc-side {
    padding: 15px;
  }
  .salary-domiciliation .section-first-image .btn-red-border {
    margin: 0 auto;
  }
}

.deposit-box .section-image-desc .holder-desc-side {
  padding: 108px 63px 85px;
}

.deposit-box .section-image-desc .list-title {
  margin-bottom: 10px;
  width: 355px;
  max-width: 100%;
}

.deposit-box .section-image-desc .desc:last-of-type {
  margin-bottom: 29px;
}

.deposit-box .section-image-desc .btn-red-border {
  width: 257px;
  color: #fff;
}

.deposit-box .section-image-desc .holder-image-side {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 991px) {
  .deposit-box .section-image-desc .holder-desc-side {
    padding: 20px;
  }
  .deposit-box .section-image-desc .list-title {
    font-size: 22px;
    line-height: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .deposit-box .section-image-desc .holder-desc-side {
    padding: 25px;
  }
}

@media screen and (max-width: 575px) {
  .deposit-box .section-image-desc .holder-desc-side {
    padding: 15px;
  }
}

.search .section-search-results {
  background-image: url("../images/result-content-bg.png");
  background-repeat: no-repeat;
  background-size: 445px;
  background-position: right center;
}

.search .section-search-results .container {
  padding: 0 9px;
}

.search .section-search-results .input-search-result {
  padding: 40px 41px 31px;
  width: 100%;
  font-size: 29px;
  font-family: "Arial";
  color: #ebebeb;
  border: 0;
  background-color: #2c2c2c;
}

.search .section-search-results .results-title {
  padding: 21px 0px;
  font-size: 36px;
  font-family: "Myriad Pro SemiBold";
  color: #ababab;
  border-bottom: 1px solid #d2ddf1;
}

.search .section-search-results .holder-result {
  padding: 23px 0px;
  border-bottom: 1px solid #d2ddf1;
}

.search .section-search-results .result-count {
  font-family: "Myriad Pro Bold";
  color: #c40e00;
}

.search .section-search-results .result-title {
  margin-bottom: 1px;
  font-size: 17.5px;
  font-family: "Myriad Pro SemiBold";
  text-transform: uppercase;
}

.search .section-search-results .result-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 900px;
  max-width: 100%;
  font-size: 14.8px;
  font-family: "Arial";
  line-height: 25px;
}

.search .section-search-results .btn-read-more {
  font-size: 14.2px;
  font-family: "Myriad Pro SemiBold";
  text-decoration: underline;
  text-transform: uppercase;
  color: #c40e00;
}

@media screen and (max-width: 767px) {
  .search .section-search-results {
    background-size: 300px;
  }
}

@media screen and (max-width: 575px) {
  .search .section-search-results .input-search-result {
    padding: 15px;
    font-size: 15px;
  }
  .search .section-search-results .results-title {
    font-size: 30px;
  }
  .search .section-search-results .result-title {
    font-size: 14px;
  }
  .search .section-search-results .result-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .search .section-search-results .btn-read-more {
    font-size: 11px;
  }
}

.money-transfer .section-hero-banner {
  padding: 135px 0 91px;
}

.money-transfer .section-image-desc {
  margin-bottom: 56px;
}

.money-transfer .section-image-desc .holder-desc-side {
  padding: 40px 61px 36px;
}

.money-transfer .section-image-desc .list-title {
  margin-bottom: 10px;
}

.money-transfer .section-image-desc .desc {
  margin-bottom: 21px;
}

.money-transfer .section-image-desc .small-list-title {
  line-height: 21px;
  margin-bottom: 18px;
}

.money-transfer .section-image-desc .holder-list {
  margin-bottom: 18px;
}

.money-transfer .section-image-desc .list-text {
  padding-left: 28px;
  margin-bottom: 13px;
}

.money-transfer .section-image-desc .list-text:before {
  left: 8px;
}

.money-transfer .section-image-desc .btn-red-border {
  width: 256px;
  color: #fff;
}

.money-transfer .section-benefits .holder-benefits {
  margin-bottom: 8px;
}

.money-transfer .section-benefits .section-title {
  margin-bottom: 56px;
}

.money-transfer .section-benefits .notice-text {
  padding: 25px 0;
  font-size: 14.8px;
  text-align: center;
  border: 1px dashed #8f8f8f;
  background-color: #f4f4f4;
}

@media (min-width: 768px) and (max-width: 991px) {
  .money-transfer .section-benefits .benefit {
    width: 33%;
  }
}

@media screen and (max-width: 575px) {
  .money-transfer .section-image-desc .holder-desc-side {
    padding: 15px;
  }
  .money-transfer .section-image-desc .btn-red-border {
    margin: 0 auto;
  }
}

.my-cart .section-my-cart,
.my-cart .section-overview {
  padding-bottom: 98px;
}

.my-cart .section-my-cart .section-title,
.my-cart .section-overview .section-title {
  margin-top: 52px;
  margin-bottom: 13px;
  font-size: 29.9px;
  font-family: "Myriad Pro SemiBold";
  letter-spacing: 1px;
}

.my-cart .section-my-cart .cart-count,
.my-cart .section-overview .cart-count {
  position: relative;
  color: #ca0800;
}

.my-cart .section-my-cart .cart-count:before,
.my-cart .section-overview .cart-count:before {
  content: '(';
  font-size: 31px;
}

.my-cart .section-my-cart .cart-count:after,
.my-cart .section-overview .cart-count:after {
  content: ')';
  font-size: 31px;
}

.my-cart .section-my-cart .holder-section-content,
.my-cart .section-overview .holder-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.my-cart .section-my-cart .holder-heading,
.my-cart .section-overview .holder-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 17px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.my-cart .section-my-cart .cart-product-title,
.my-cart .section-my-cart .holder-prod,
.my-cart .section-overview .cart-product-title,
.my-cart .section-overview .holder-prod {
  width: 45%;
}

.my-cart .section-my-cart .holder-prod,
.my-cart .section-overview .holder-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-cart .section-my-cart .cart-unit-price,
.my-cart .section-my-cart .holder-points,
.my-cart .section-overview .cart-unit-price,
.my-cart .section-overview .holder-points {
  width: 17%;
}

.my-cart .section-my-cart .holder-points,
.my-cart .section-overview .holder-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-cart .section-my-cart .cart-quantity,
.my-cart .section-my-cart .holder-quantity,
.my-cart .section-overview .cart-quantity,
.my-cart .section-overview .holder-quantity {
  width: 16%;
}

.my-cart .section-my-cart .holder-quantity,
.my-cart .section-overview .holder-quantity {
  position: relative;
  left: -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-cart .section-my-cart .quantity-text,
.my-cart .section-overview .quantity-text {
  margin: 15px 5px 0;
  font-size: 14px;
  width: inherit;
  text-align: center;
  border: 0;
}

.my-cart .section-my-cart .quantity-text::-webkit-inner-spin-button, .my-cart .section-my-cart .quantity-text::-webkit-outer-spin-button,
.my-cart .section-overview .quantity-text::-webkit-inner-spin-button,
.my-cart .section-overview .quantity-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.my-cart .section-my-cart .total-price,
.my-cart .section-overview .total-price {
  width: 21%;
}

.my-cart .section-my-cart .holder-total-points,
.my-cart .section-overview .holder-total-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-cart .section-my-cart .holder-delete,
.my-cart .section-overview .holder-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 14%;
}

.my-cart .section-my-cart .btn-delete,
.my-cart .section-overview .btn-delete {
  margin-right: 20px;
  margin-top: 11px;
  width: 17px;
  height: 24px;
  border: 0;
  background-color: transparent;
  background: url(../images/delete.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.my-cart .section-my-cart .heading-title,
.my-cart .section-overview .heading-title {
  font-size: 14px;
  font-family: "Myriad Pro SemiBold";
}

.my-cart .section-my-cart .holder-cart-content,
.my-cart .section-overview .holder-cart-content {
  padding-right: 21px;
  width: 74%;
}

.my-cart .section-my-cart .product,
.my-cart .section-overview .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 21px 0 25px;
  margin-bottom: 6px;
  border-bottom: 1px solid #efefef;
}

.my-cart .section-my-cart .holder-image,
.my-cart .section-overview .holder-image {
  padding: 8px;
  width: 90px;
  height: 83px;
  border: 1px solid #efefef;
}

.my-cart .section-my-cart .prod-img,
.my-cart .section-overview .prod-img {
  width: 100%;
  height: 100%;
}

.my-cart .section-my-cart .holder-desc,
.my-cart .section-overview .holder-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 17px;
  width: calc(100% - 90px);
}

.my-cart .section-my-cart .prod-title,
.my-cart .section-overview .prod-title {
  margin-bottom: -2px;
  text-transform: uppercase;
  font-size: 17.2px;
  letter-spacing: 0.9px;
  font-family: "Myriad Pro SemiBold";
}

.my-cart .section-my-cart .prod-desc,
.my-cart .section-overview .prod-desc {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Arial";
}

.my-cart .section-my-cart .point-text,
.my-cart .section-overview .point-text {
  padding-top: 15px;
  font-size: 14px;
  font-family: "Arial";
}

.my-cart .section-my-cart .btn-decrease,
.my-cart .section-my-cart .btn-increase,
.my-cart .section-overview .btn-decrease,
.my-cart .section-overview .btn-increase {
  position: relative;
  top: 8px;
  padding: 5px 7px;
  font-size: 10px;
  background-color: #3b3b3b;
  border-radius: 100%;
  cursor: pointer;
}

.my-cart .section-my-cart .btn-decrease .fas, .my-cart .section-my-cart .btn-decrease .section-listings .listing-item:before, .section-listings .my-cart .section-my-cart .btn-decrease .listing-item:before, .my-cart .section-my-cart .btn-decrease .section-listings .listing-title-mobile:before, .section-listings .my-cart .section-my-cart .btn-decrease .listing-title-mobile:before, .my-cart .section-my-cart .btn-decrease .re-owned-properties .property-item:before, .re-owned-properties .my-cart .section-my-cart .btn-decrease .property-item:before, .my-cart .section-my-cart .btn-decrease .re-owned-properties .property-desc:before, .re-owned-properties .my-cart .section-my-cart .btn-decrease .property-desc:before,
.my-cart .section-my-cart .btn-increase .fas,
.my-cart .section-my-cart .btn-increase .section-listings .listing-item:before,
.section-listings .my-cart .section-my-cart .btn-increase .listing-item:before,
.my-cart .section-my-cart .btn-increase .section-listings .listing-title-mobile:before,
.section-listings .my-cart .section-my-cart .btn-increase .listing-title-mobile:before,
.my-cart .section-my-cart .btn-increase .re-owned-properties .property-item:before,
.re-owned-properties .my-cart .section-my-cart .btn-increase .property-item:before,
.my-cart .section-my-cart .btn-increase .re-owned-properties .property-desc:before,
.re-owned-properties .my-cart .section-my-cart .btn-increase .property-desc:before,
.my-cart .section-overview .btn-decrease .fas,
.my-cart .section-overview .btn-decrease .section-listings .listing-item:before,
.section-listings .my-cart .section-overview .btn-decrease .listing-item:before,
.my-cart .section-overview .btn-decrease .section-listings .listing-title-mobile:before,
.section-listings .my-cart .section-overview .btn-decrease .listing-title-mobile:before,
.my-cart .section-overview .btn-decrease .re-owned-properties .property-item:before,
.re-owned-properties .my-cart .section-overview .btn-decrease .property-item:before,
.my-cart .section-overview .btn-decrease .re-owned-properties .property-desc:before,
.re-owned-properties .my-cart .section-overview .btn-decrease .property-desc:before,
.my-cart .section-overview .btn-increase .fas,
.my-cart .section-overview .btn-increase .section-listings .listing-item:before,
.section-listings .my-cart .section-overview .btn-increase .listing-item:before,
.my-cart .section-overview .btn-increase .section-listings .listing-title-mobile:before,
.section-listings .my-cart .section-overview .btn-increase .listing-title-mobile:before,
.my-cart .section-overview .btn-increase .re-owned-properties .property-item:before,
.re-owned-properties .my-cart .section-overview .btn-increase .property-item:before,
.my-cart .section-overview .btn-increase .re-owned-properties .property-desc:before,
.re-owned-properties .my-cart .section-overview .btn-increase .property-desc:before {
  color: #fff;
}

.my-cart .section-my-cart .holder-side-content,
.my-cart .section-overview .holder-side-content {
  width: 26%;
  padding-left: 22px;
}

.my-cart .section-my-cart .holder-content,
.my-cart .section-overview .holder-content {
  padding: 42px 38px 28px;
  margin-bottom: 51px;
  background-color: #f7f7f7;
}

.my-cart .section-my-cart .total-price-text,
.my-cart .section-overview .total-price-text {
  margin-bottom: 33px;
  font-size: 25.7px;
  font-family: "Myriad Pro Bold";
  text-align: center;
}

.my-cart .section-my-cart .total-price-text.form-desc-show,
.my-cart .section-overview .total-price-text.form-desc-show {
  margin-bottom: 8px;
}

.my-cart .section-my-cart .btn-req-items,
.my-cart .section-overview .btn-req-items {
  height: 43px;
}

.my-cart .section-my-cart .form-desc,
.my-cart .section-overview .form-desc {
  margin: 0 auto;
  width: 200px;
  max-width: 100%;
  font-size: 16.6px;
  font-family: "Myriad Pro Regular";
  text-align: center;
}

.my-cart .section-my-cart .holder-form .form-label,
.my-cart .section-overview .holder-form .form-label {
  top: -15px;
}

.my-cart .section-overview .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-cart .section-overview .holder-overview {
  padding-top: 52px;
  width: 68.4%;
}

.my-cart .section-overview .btn-print {
  margin-left: auto;
  margin-bottom: 15px;
  height: 43px;
  width: 174px;
}

.my-cart .section-overview .holder-overview-content {
  border: 1px solid #dfdfdf;
}

.my-cart .section-overview .holder-overview-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 28px 30px;
  border-bottom: 1px solid #efefef;
}

.my-cart .section-overview .holder-logo {
  width: 43%;
}

.my-cart .section-overview .holder-logo .logo {
  width: 211px;
}

.my-cart .section-overview .holder-remaining-points {
  width: 26%;
}

.my-cart .section-overview .holder-req-num {
  width: 18%;
}

.my-cart .section-overview .holder-date {
  width: 13%;
}

.my-cart .section-overview .holder-remaining-points,
.my-cart .section-overview .holder-req-num,
.my-cart .section-overview .holder-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-cart .section-overview .req-text {
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
}

.my-cart .section-overview .req-text .points {
  margin-left: 8px;
}

.my-cart .section-overview .holder-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 31px 33px 0;
  width: 585px;
  max-width: 100%;
}

.my-cart .section-overview .info {
  margin-bottom: 18px;
  width: 50%;
}

.my-cart .section-overview .info-label {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
}

.my-cart .section-overview .info-desc {
  font-size: 13.2px;
  color: #ababab;
}

.my-cart .section-overview .holder-thankyou-message {
  padding: 110px 0 0 6.6vw;
  width: 31.6%;
}

.my-cart .section-overview .message {
  padding: 46px 35px;
  font-size: 25.5px;
  font-family: "Myriad Pro SemiBold";
  color: #ca0800;
  line-height: 32px;
  text-align: center;
  background-color: #f7f7f7;
}

.my-cart .section-overview .holder-cart-content {
  padding: 0 32px;
  width: 100%;
}

.my-cart .section-overview .cart-product-title,
.my-cart .section-overview .holder-prod {
  width: 51%;
}

.my-cart .section-overview .cart-unit-price,
.my-cart .section-overview .holder-points {
  width: 20%;
}

.my-cart .section-overview .cart-quantity,
.my-cart .section-overview .holder-quantity {
  width: 16%;
}

.my-cart .section-overview .total-price,
.my-cart .section-overview .holder-total-points {
  width: 13%;
}

.my-cart .section-overview .product {
  border-bottom: 0;
}

.my-cart .section-overview .holder-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 22px 49px;
}

.my-cart .section-overview .total {
  font-weight: 600;
  font-size: 20px;
}

.my-cart .req-form .form-group {
  margin-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .my-cart .section-my-cart .holder-prod {
    width: 43%;
  }
  .my-cart .section-my-cart .holder-side-content {
    padding-left: 0;
  }
  .my-cart .section-my-cart .holder-content {
    padding: 30px 15px;
  }
  .my-cart .section-overview .holder-overview {
    width: 75%;
  }
  .my-cart .section-overview .holder-thankyou-message {
    padding: 110px 0 0 25px;
    width: 25%;
  }
  .my-cart .section-overview .holder-overview-heading {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 28px 15px;
  }
  .my-cart .section-overview .holder-logo {
    width: 27%;
  }
  .my-cart .section-overview .holder-logo .logo {
    width: 160px;
  }
  .my-cart .section-overview .holder-remaining-points {
    width: 31%;
  }
  .my-cart .section-overview .holder-req-num {
    width: 15%;
  }
  .my-cart .section-overview .holder-date {
    width: 16%;
  }
  .my-cart .section-overview .message {
    padding: 25px;
  }
}

@media screen and (max-width: 991px) {
  .my-cart .section-my-cart .section-title {
    border-bottom: 1px solid #efefef;
  }
  .my-cart .section-my-cart .holder-heading {
    display: none;
  }
  .my-cart .section-my-cart .product {
    position: relative;
    padding: 25px;
    border: 1px solid #efefef;
  }
  .my-cart .section-my-cart .holder-prod {
    width: 100%;
  }
  .my-cart .section-my-cart .holder-points,
  .my-cart .section-my-cart .holder-quantity,
  .my-cart .section-my-cart .holder-total-points {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .my-cart .section-my-cart .holder-points {
    position: relative;
  }
  .my-cart .section-my-cart .holder-points:before {
    content: 'Unit Price';
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    font-family: "Myriad Pro SemiBold";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .my-cart .section-my-cart .holder-quantity {
    position: relative;
  }
  .my-cart .section-my-cart .holder-quantity:before {
    content: 'Quantity';
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    font-family: "Myriad Pro SemiBold";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .my-cart .section-my-cart .holder-total-points {
    position: relative;
  }
  .my-cart .section-my-cart .holder-total-points:before {
    content: 'Total Price';
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    font-family: "Myriad Pro SemiBold";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .my-cart .section-my-cart .holder-delete {
    position: absolute;
  }
  .my-cart .section-my-cart .btn-delete {
    margin: 0;
  }
  .my-cart .section-overview .holder-overview {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
    width: 100%;
  }
  .my-cart .section-overview .holder-thankyou-message {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
  }
  .my-cart .section-my-cart .holder-quantity,
  .my-cart .section-overview .holder-quantity {
    left: 0;
  }
  .my-cart .section-my-cart .holder-quantity:before,
  .my-cart .section-overview .holder-quantity:before {
    left: 0;
  }
  .my-cart .section-my-cart .quantity-text,
  .my-cart .section-overview .quantity-text {
    margin-top: 0;
    width: 25px;
  }
  .my-cart .section-my-cart .point-text,
  .my-cart .section-overview .point-text {
    padding: 15px 0;
  }
  .my-cart .section-my-cart .btn-decrease,
  .my-cart .section-my-cart .btn-increase,
  .my-cart .section-overview .btn-decrease,
  .my-cart .section-overview .btn-increase {
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .my-cart .section-my-cart .section-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .my-cart .section-my-cart .holder-cart-content {
    width: 60%;
  }
  .my-cart .section-my-cart .holder-side-content {
    width: 40%;
    padding-left: 0;
  }
  .my-cart .section-my-cart .product {
    margin-bottom: 25px;
  }
  .my-cart .section-my-cart .holder-delete {
    right: 15px;
    top: 15px;
  }
  .my-cart .section-overview .holder-logo {
    width: 27%;
  }
  .my-cart .section-overview .holder-logo .logo {
    width: 160px;
  }
  .my-cart .section-overview .holder-remaining-points {
    width: 31%;
  }
  .my-cart .section-overview .holder-req-num {
    width: 17%;
  }
  .my-cart .section-overview .holder-date {
    width: 16%;
  }
  .my-cart .section-overview .holder-overview-heading {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 28px 15px;
  }
  .my-cart .section-overview .holder-infos,
  .my-cart .section-overview .holder-total {
    padding: 25px;
  }
  .my-cart .section-overview .holder-cart-content {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .my-cart .section-my-cart .holder-cart-content {
    width: 100%;
    padding-right: 0;
  }
  .my-cart .section-my-cart .holder-side-content {
    width: 100%;
    padding-left: 0;
  }
  .my-cart .section-overview .holder-logo,
  .my-cart .section-overview .holder-remaining-points,
  .my-cart .section-overview .holder-req-num,
  .my-cart .section-overview .holder-date {
    width: 100%;
  }
  .my-cart .section-overview .holder-heading {
    display: none;
  }
  .my-cart .section-overview .product {
    position: relative;
    padding: 25px;
    border: 1px solid #efefef;
  }
  .my-cart .section-overview .holder-prod {
    width: 100%;
  }
  .my-cart .section-overview .holder-points,
  .my-cart .section-overview .holder-quantity,
  .my-cart .section-overview .holder-total-points {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .my-cart .section-overview .holder-points {
    position: relative;
  }
  .my-cart .section-overview .holder-points:before {
    content: 'Unit Price';
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    font-family: "Myriad Pro SemiBold";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .my-cart .section-overview .holder-quantity {
    position: relative;
  }
  .my-cart .section-overview .holder-quantity:before {
    content: 'Quantity';
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    font-family: "Myriad Pro SemiBold";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .my-cart .section-overview .holder-total-points {
    position: relative;
  }
  .my-cart .section-overview .holder-total-points:before {
    content: 'Total Price';
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    font-family: "Myriad Pro SemiBold";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .my-cart .section-overview .holder-total {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .my-cart .req-form .form-group {
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .my-cart .section-my-cart .holder-products {
    margin-bottom: 20px;
  }
  .my-cart .section-my-cart .holder-delete {
    top: 15px;
    right: 15px;
  }
  .my-cart .section-overview .holder-logo {
    margin-bottom: 20px;
  }
  .my-cart .section-overview .holder-remaining-points,
  .my-cart .section-overview .holder-req-num,
  .my-cart .section-overview .holder-date {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 575px) {
  .my-cart .section-my-cart {
    padding-top: 19px;
  }
  .my-cart .section-my-cart .container {
    padding: 0 10px;
  }
  .my-cart .section-my-cart .section-title {
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 6px;
    font-size: 20px;
  }
  .my-cart .section-my-cart .cart-count:before, .my-cart .section-my-cart .cart-count:after {
    font-size: 21px;
  }
  .my-cart .section-my-cart .product {
    padding: 14px 18px 35px;
    margin-bottom: 16px;
  }
  .my-cart .section-my-cart .holder-prod {
    margin-bottom: 16px;
  }
  .my-cart .section-my-cart .holder-image {
    width: 56px;
    height: 50px;
  }
  .my-cart .section-my-cart .holder-desc {
    padding: 0 12px;
    width: 200px;
  }
  .my-cart .section-my-cart .prod-title {
    margin-bottom: 6px;
    font-size: 11.9px;
  }
  .my-cart .section-my-cart .prod-desc {
    width: 125px;
    font-size: 12px;
    line-height: 18px;
  }
  .my-cart .section-my-cart .holder-delete {
    top: 5px;
    right: 5px;
  }
  .my-cart .section-my-cart .point-text {
    padding: 0;
  }
  .my-cart .section-my-cart .holder-points {
    margin-bottom: 17px;
  }
  .my-cart .section-my-cart .holder-quantity {
    margin-bottom: 22px;
  }
  .my-cart .section-my-cart .holder-content {
    padding: 19px 10px;
  }
  .my-cart .section-my-cart .total-price-text {
    font-size: 21.1px;
  }
  .my-cart .section-overview .container {
    padding: 0 10px;
  }
  .my-cart .section-overview .holder-thankyou-message {
    margin-top: 14px;
  }
  .my-cart .section-overview .message {
    padding: 35px;
    font-size: 21.2px;
    line-height: 23px;
  }
  .my-cart .section-overview .btn-print {
    margin: 0 auto 10px;
  }
  .my-cart .section-overview .holder-overview-heading {
    padding: 11px 13px;
  }
  .my-cart .section-overview .holder-logo {
    margin-bottom: 22px;
  }
  .my-cart .section-overview .holder-logo .logo {
    width: 142px;
  }
  .my-cart .section-overview .req-text {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .my-cart .section-overview .req-text .points {
    margin-left: -1px;
  }
  .my-cart .section-overview .holder-infos {
    padding: 17px 13px 0;
  }
  .my-cart .section-overview .info {
    margin-bottom: 21px;
  }
  .my-cart .section-overview .info:nth-child(even) {
    padding-left: 45px;
  }
  .my-cart .section-overview .info-label {
    margin-bottom: 4px;
    font-size: 11px;
  }
  .my-cart .section-overview .info-desc {
    font-size: 11.8px;
  }
  .my-cart .section-overview .holder-cart-content {
    padding: 0 11px;
  }
  .my-cart .section-overview .product {
    padding: 10px 16px 6px;
  }
  .my-cart .section-overview .product:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .my-cart .section-overview .holder-image {
    padding: 3px;
    width: 86px;
    height: 49px;
  }
  .my-cart .section-overview .holder-desc {
    padding: 0 9px;
    width: 274px;
  }
  .my-cart .section-overview .prod-title {
    font-size: 11.3px;
    margin-bottom: 6px;
  }
  .my-cart .section-overview .prod-desc {
    width: 130px;
    font-size: 12.1px;
  }
  .my-cart .section-overview .holder-prod {
    margin-bottom: 16px;
  }
  .my-cart .section-overview .holder-points {
    margin-bottom: 11px;
  }
  .my-cart .section-overview .holder-quantity {
    margin-bottom: 12px;
  }
  .my-cart .section-overview .holder-total {
    padding: 12px 0 15px;
  }
}

.find-us .section-find-us {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}

.find-us .holder-filter-content {
  position: relative;
  z-index: 2;
  width: 39.2%;
  padding: 22px 92px 71px;
  background-color: #444;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.find-us .holder-filter-content .btn-dark-red {
  margin-top: 97px;
  padding: 17px 0;
}

.find-us .holder-filter {
  margin-top: 29px;
}

.find-us .holder-filter-branch {
  padding-bottom: 29px;
  border-bottom: 1px solid #fff;
}

.find-us .filter-branch-title {
  margin-bottom: 14px;
  font: 27px "Myriad Pro SemiBold";
}

.find-us .filter-title {
  margin-bottom: 11px;
  font: 16px "Myriad Pro Light";
  letter-spacing: .5px;
}

.find-us .btn-red-border {
  margin-top: 97px;
  padding: 12px 0 7px;
  font-size: 13px;
}

.find-us .holder-btn-filter-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.find-us .holder-btn-filter-mobile.hide-btn-filter {
  display: none;
}

.find-us .btn-show-filter-mobile {
  width: 300px;
  max-width: 100%;
  padding: 17px 10px;
}

.find-us .branch-details-holder {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  padding-top: 34px;
  width: 313px;
  height: 100%;
  text-align: center;
  background: #3a3a3a;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.find-us .branch-details-holder.branch-show {
  left: 39%;
}

.find-us .branch-details-holder .btn-close {
  margin-bottom: 54px;
}

.find-us .branch-title {
  font: 24px "Frutiger Bold";
}

.find-us .content-holder {
  margin-bottom: 20px;
}

.find-us .content-holder:last-child {
  margin-bottom: 0;
}

.find-us .icon-holder {
  margin-bottom: 15px;
}

.find-us .detail-icon {
  max-width: 100%;
}

.find-us .content-desc {
  font: 15px "Arial";
  line-height: 21px;
  letter-spacing: -.15px;
}

.find-us .cell-number {
  color: #fff;
  font-family: "Arial";
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .find-us .cell-number:active, .find-us .cell-number:focus, .find-us .cell-number:hover {
    color: #c40e00;
  }
}

.find-us .branch-status-holder {
  position: absolute;
  bottom: 0;
  padding: 16px 0 18px;
  width: 100%;
  background: #2e2e2e;
  border-top: 3px solid #c40e00;
}

.find-us .branch-status {
  font: 13px "Myriad Pro Regular";
}

.find-us .holder-map {
  position: relative;
  width: 60.8%;
}

.find-us .btn-direction-holder {
  position: absolute;
  bottom: 0;
  right: 173px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.find-us .btn-direction-holder .btn-red-border {
  margin-top: 97px;
  padding: 18px 0 7px;
  width: 180px;
  font-size: 16px;
}

.find-us .btn-direction-holder.show-direction {
  opacity: 1;
  pointer-events: all;
}

.find-us .map {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 1199px) {
  .find-us .holder-filter-content {
    padding: 25px;
  }
  .find-us .content-holder {
    margin-bottom: 60px;
  }
  .find-us .branch-status-holder {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .find-us .holder-filter-content {
    width: 34%;
  }
  .find-us .branch-details-holder {
    width: 280px;
  }
  .find-us .branch-details-holder.branch-show {
    left: 34%;
  }
  .find-us .holder-map {
    width: 66%;
  }
  .find-us .btn-direction-holder {
    right: 6%;
  }
}

@media screen and (max-width: 991px) {
  .find-us .holder-filter-content {
    padding: 15px;
  }
}

@media screen and (min-width: 768px) {
  .find-us .holder-filter-content > .btn-close {
    display: none;
  }
  .find-us .holder-btn-filter-mobile {
    display: none;
  }
  .find-us .another-branch-holder {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .find-us .holder-filter-content {
    position: fixed;
    top: 0;
    left: -100%;
    padding: 15px 11px;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .find-us .holder-filter-content.show-filter-content {
    left: 0;
    opacity: 1;
    pointer-events: all;
  }
  .find-us .holder-filter-content > .btn-close {
    margin: 0 auto 18px;
  }
  .find-us .holder-filter-branch {
    padding-bottom: 19px;
  }
  .find-us .filter-branch-title {
    margin-bottom: 22px;
    font-size: 22px;
    text-align: center;
  }
  .find-us .holder-filter {
    margin-top: 17px;
  }
  .find-us .holder-filter ~ .holder-filter {
    margin-top: 30px;
  }
  .find-us .btn-red-border {
    margin-top: 24px;
  }
  .find-us .filter-title {
    margin-bottom: 15px;
    padding-left: 3px;
    font-size: 12px;
    letter-spacing: .6px;
  }
  .find-us .branch-details-holder {
    top: 100%;
    padding-top: 0;
  }
  .find-us .branch-details-holder.branch-show {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    left: 0;
    width: 100%;
    height: auto;
  }
  .find-us .branch-details-holder .btn-close {
    margin: 11px auto 7px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .find-us .branch-details-holder .btn-close:before {
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
  }
  .find-us .branch-details-holder .btn-close:after {
    left: 50%;
    -webkit-transform: rotate(-45deg) translateX(50%);
            transform: rotate(-45deg) translateX(50%);
  }
  .find-us .branch-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .find-us .branch-title {
    margin-bottom: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font: 19px "Arial";
    letter-spacing: .8px;
  }
  .find-us .content-holder {
    margin-bottom: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .find-us .content-holder:first-child .content-desc br {
    display: none;
  }
  .find-us .icon-holder {
    margin-bottom: 6px;
  }
  .find-us .detail-icon {
    max-width: 28px;
  }
  .find-us .content-desc {
    margin: 0 auto;
    max-width: 270px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .find-us .branch-status-holder {
    position: relative;
    margin-top: 25px;
    padding-bottom: 20px;
  }
  .find-us .another-branch-holder .btn-red-border {
    margin-top: 0;
  }
  .find-us .btn-red-border {
    padding-top: 12px;
    height: 52px;
    font: 14px "Arial";
    letter-spacing: -.2px;
  }
  .find-us .holder-map {
    width: 100%;
    height: calc(100vh - 207px);
  }
  .find-us .btn-direction-holder {
    position: relative;
    right: 0;
    bottom: 9px;
  }
  .find-us .btn-direction-holder .btn-red-border {
    margin: -51px auto 0px;
    padding-top: 16px;
    width: 92%;
    font: 12px "Arial";
    letter-spacing: .5px;
  }
}

@media screen and (max-width: 575px) {
  .find-us .holder-map {
    height: 313px;
  }
}

.adsl-services .section-hero-banner {
  padding: 96px 0 130px;
}

.adsl-services .section-image-desc {
  margin-bottom: 71px;
}

.adsl-services .section-image-desc .holder-desc-side {
  padding: 111px 62px 79px;
}

.adsl-services .section-image-desc .list-title {
  margin-bottom: 22px;
}

.adsl-services .section-image-desc .desc {
  margin-bottom: 30px;
}

.adsl-services .section-image-desc .btn-red-border {
  width: 258px;
  color: #fff;
}

.adsl-services .section-image-desc .holder-image-side {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
  .adsl-services .section-image-desc .holder-desc-side {
    padding: 25px;
  }
  .adsl-services .section-benefits .benefit {
    width: 25%;
    padding: 0 10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .adsl-services .section-benefits .benefit {
    width: 33%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 575px) {
  .adsl-services .section-image-desc .holder-desc-side {
    padding: 15px;
  }
  .adsl-services .section-benefits .benefit {
    width: 100%;
    padding: 0 10px;
  }
  .adsl-services .section-benefits .benefit-text {
    margin-bottom: 20px;
  }
}

.error-page .section-error {
  text-align: center;
  color: #c40e00;
  background-color: #eeeeee;
}

.error-page .section-error .holder-error {
  padding: 188px 0 206px;
}

.error-page .section-error .error-title {
  font: 53px "Myriad Pro Bold";
  letter-spacing: .8px;
}

.error-page .section-error .error-desc {
  padding-top: 2px;
  font: 18px "Myriad Pro SemiBold";
  letter-spacing: .3px;
  text-transform: uppercase;
}

.error-page .section-error .holder-redirect {
  margin: 21px auto 0;
  width: 270px;
  max-width: 100%;
}

.bancassurance .section-bancassurance-banner .section-features {
  padding-bottom: 10px;
  background: #576263;
}

.bancassurance .section-bancassurance-banner .section-features .container {
  height: 100%;
}

.bancassurance .section-bancassurance-banner .section-features .features-list {
  position: relative;
}

.bancassurance .section-bancassurance-banner .section-features .features-list::before {
  content: '';
  position: absolute;
  top: 31px;
  left: 50%;
  height: 79%;
  border-left: 3px dotted silver;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bancassurance .section-bancassurance-banner .section-features .container .bancassurance-title {
  text-align: center;
  color: #fff;
}

.bancassurance .section-bancassurance-banner .section-features .container .features {
  background: #789495;
  color: #fff;
}

.bancassurance .section-bancassurance-banner .section-features .container .features .feature-number-holder {
  font-size: 14px;
}

.bancassurance .section-features .contribution-title.main-title {
  font-size: 28px;
}

.bancassurance .section-features .contribution-title.sub-title {
  margin-top: 35px;
  color: #c40e00;
  font-size: 17px;
  margin-bottom: 10px;
}

.bancassurance .section-features .files-btns-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bancassurance .section-features .files-btns-wrapper {
    display: block;
  }
  .bancassurance .section-features .files-btns-wrapper .btn-red-border {
    margin-bottom: 10px;
  }
}

.bancassurance .section-features .files-btns-wrapper .btn-red-border {
  width: 50%;
}

.bancassurance-details {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bancassurance-details .details-column.first-column {
  padding-left: 37px !important;
  padding-right: 37px !important;
  width: 80%;
  display: block;
  max-width: 100% !important;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-bottom: 41px;
  font: 15px "Frutiger Regular";
  line-height: 25px;
}

.bancassurance-details .details-column.first-column table {
  width: 100% !important;
}

@media (max-width: 767px) {
  .bancassurance-details .details-column.first-column {
    overflow-x: scroll;
  }
  .bancassurance-details .details-column.first-column table {
    zoom: 0.4 !important;
    width: 100% !important;
    line-height: 1.3 !important;
  }
  .bancassurance-details .details-column.first-column table th, .bancassurance-details .details-column.first-column table td {
    font-size: 7px !important;
  }
}

.bancassurance-details .details-column.first-column ul {
  margin-bottom: 30px;
}

.bancassurance-details .details-column.first-column ul li {
  margin-bottom: 10px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font: 16px "Myriad Pro Regular";
  line-height: 22px;
  letter-spacing: .18px;
}

.bancassurance-details .details-column.first-column ul li:before {
  content: '•';
  position: absolute;
  top: -3px;
  left: -19px;
  font-size: 35px;
  color: #c50d01;
}

.bancassurance-details .details-column.first-column ul ul {
  padding-left: 20px;
}

.bancassurance-details .details-column.first-column ul ul li:before {
  content: '-';
  position: absolute;
  top: -3px;
  left: -19px;
  font-size: 25px;
  color: #c50d01;
}

.bancassurance-details .nav.nav-tabs {
  height: 51px;
  width: 100%;
  margin-bottom: 10px;
  background: #f6f6f6;
}

.bancassurance-details .nav.nav-tabs .nav-link {
  color: #495057;
  background-color: #f6f6f6;
  border-color: #dee2e6 #dee2e6 #f6f6f6;
  background: #f6f6f6;
  padding: 16px 0 !important;
}

.bancassurance-details .nav.nav-tabs .nav-link.active {
  border-bottom: 1px solid;
  color: #495057;
  padding: 16px 0 !important;
  background-color: #f6f6f6;
  background: #f6f6f6;
}

.bancassurance-details .nav.nav-tabs .nav-link.active::before {
  content: none;
}

.bancassurance-details .nav.nav-tabs .nav-link:hover {
  color: #495057;
  background-color: #f6f6f6;
  border-color: #dee2e6 #dee2e6 #f6f6f6;
  background: #f6f6f6;
}

.bancassurance-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bancassurance-column {
  position: relative;
  padding: 115px 38px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  background: -webkit-gradient(linear, left top, right top, from(#b0e7ea), to(#94bdbf));
  background: linear-gradient(to right, #b0e7ea, #94bdbf);
}

.bancassurance-column:last-child {
  z-index: 1;
  padding-top: 117px;
  padding-left: 58px;
  background: -webkit-gradient(linear, left top, right top, from(#94bdbf), to(#576263));
  background: linear-gradient(to right, #94bdbf, #576263);
}

.bancassurance-column:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.bancassurance-column.w-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
  height: 100%;
  min-height: 419px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bancassurance-title {
  margin-bottom: 6px;
  color: #c40e00;
  font: 29px "Myriad Pro Bold";
  letter-spacing: 1px;
}

.bancassurance-subheading {
  margin-bottom: 28px;
  padding-right: 25px;
  font: 21px "Myriad Pro SemiBold";
  letter-spacing: .4px;
}

.bancassurance-desc {
  padding-right: 40px;
  font: 16px "Myriad Pro Regular";
  line-height: 26px;
  letter-spacing: .4px;
}

.bancassurance-list-title {
  margin-bottom: 24px;
  color: #fff;
  font: 21px "Myriad Pro Regular";
  letter-spacing: .6px;
}

.bancassurance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 19px;
  color: #fff;
}

.bancassurance-list-item {
  position: relative;
  margin-bottom: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  max-width: 42%;
  font: 16px "Myriad Pro Regular";
}

.bancassurance-list-item:before {
  content: '•';
  position: absolute;
  top: 0;
  left: -20px;
  color: #fff;
  font-size: 29px;
  line-height: 15px;
}

.bancassurance .tab-pane {
  padding-bottom: 77px;
}

.bancassurance-details-holder > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bancassurance-img-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}

.bancassurance-img-holder .banc-img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.bancassurance-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 43px 37px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  max-width: 66%;
  background: #efefef;
}

.bancassurance .details-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.bancassurance .details-column:last-of-type {
  max-width: 46%;
}

.bancassurance .details-title {
  margin-bottom: 12px;
  color: #c50d01;
  font: 17px "Myriad Pro Bold";
  letter-spacing: -.15px;
}

.bancassurance .details-desc {
  padding-right: 5px;
  margin-bottom: 25px;
  font: 16px "Myriad Pro Regular";
  line-height: 22px;
  letter-spacing: .27px;
}

.bancassurance .details-desc:last-of-type {
  margin-bottom: 41px;
}

.bancassurance .details-list {
  padding: 0 30px 0 20px;
}

.bancassurance .details-list-item {
  position: relative;
  margin-bottom: 23px;
  font: 16px "Myriad Pro Regular";
  line-height: 22px;
  letter-spacing: .18px;
}

.bancassurance .details-list-item:before {
  content: '•';
  position: absolute;
  top: -3px;
  left: -19px;
  font-size: 35px;
  color: #c50d01;
}

.bancassurance .details-list-wrapper {
  margin-bottom: 26px;
}

.bancassurance .details-list-wrapper .details-list-item {
  margin-bottom: 9px;
}

.bancassurance-table-holder {
  margin-top: 64px;
}

.bancassurance-table-holder .details-title {
  margin-bottom: 0;
}

.bancassurance-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bancassurance-table-row:not(:first-of-type) .bancassurance-table {
  margin-top: 0;
}

.bancassurance-table-row:not(:first-of-type) .bancassurance-table-heading {
  display: none;
}

.bancassurance-table-row:not(:first-of-type) .bancassurance-table-item {
  border-top: 0;
}

.bancassurance-table-row-second {
  margin-bottom: 31px;
}

.bancassurance-table-row-second .bancassurance-table {
  margin-top: 0;
}

.bancassurance-table-row-second .bancassurance-table-heading {
  display: none;
}

.bancassurance-table-row-second .bancassurance-table-item {
  border-top: 0;
}

.bancassurance-table {
  margin-top: 21px;
  line-height: 16px;
}

.bancassurance-table:first-child {
  width: 8.3%;
}

.bancassurance-table:first-child .bancassurance-table-item {
  border-left: 1px solid #ececec;
}

.bancassurance-table:nth-child(2) {
  width: 9.1%;
}

.bancassurance-table:nth-child(3) {
  width: 9%;
}

.bancassurance-table:nth-child(4) {
  width: 8.1%;
}

.bancassurance-table:nth-child(5) {
  width: 6.9%;
}

.bancassurance-table:nth-child(6) {
  width: 13%;
}

.bancassurance-table:nth-child(7) {
  width: 12.6%;
}

.bancassurance-table:nth-child(8) {
  width: 6.8%;
}

.bancassurance-table:nth-child(9), .bancassurance-table:nth-child(10) {
  width: 13%;
}

.bancassurance-table-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 12px 10px;
  min-height: 56px;
  font: 14px "Myriad Pro Regular";
  line-height: 16px;
  letter-spacing: .4px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-bottom: 0;
}

.bancassurance-table-item {
  padding: 18px 12px;
  font: 15px "Myriad Pro Regular";
  background: #fafafa;
  border: 1px solid #ececec;
  border-left: 0;
}

.bancassurance .table-subdesc {
  margin-bottom: 13px;
  font: 14px "Myriad Pro Regular";
  letter-spacing: .39px;
}

.bancassurance .table-desc {
  font: 14px "Myriad Pro Regular";
  line-height: 16px;
  letter-spacing: .3px;
}

@media screen and (min-width: 1200px) {
  .bancassurance-details-holder > .container {
    max-width: 1540px;
  }
}

@media screen and (max-width: 1199px) {
  .bancassurance-column {
    padding-top: 80px;
  }
  .bancassurance-column:last-child {
    padding-top: 85px;
  }
  .bancassurance-column.w-image {
    min-height: 448px;
  }
  .bancassurance-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bancassurance-table-heading {
    min-height: 87px;
  }
  .bancassurance-table-heading br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .bancassurance-column {
    padding-bottom: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .bancassurance-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bancassurance-column:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bancassurance-column.w-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .bancassurance-img-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bancassurance-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bancassurance-table-holder .details-title {
    margin-bottom: 15px;
  }
  .bancassurance-table-row {
    margin-bottom: 15px;
  }
  .bancassurance-table-row:not(:first-of-type) .bancassurance-table-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bancassurance-table-row-second .bancassurance-table-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bancassurance-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding: 0 15px;
    width: 100%;
    background: #f7f7f7;
  }
  .bancassurance-table:first-child, .bancassurance-table:nth-child(2), .bancassurance-table:nth-child(3), .bancassurance-table:nth-child(4), .bancassurance-table:nth-child(5), .bancassurance-table:nth-child(6), .bancassurance-table:nth-child(7), .bancassurance-table:nth-child(8), .bancassurance-table:nth-child(9), .bancassurance-table:last-of-type {
    width: 100%;
  }
  .bancassurance-table:first-child .bancassurance-table-item {
    border-left: 0;
  }
  .bancassurance-table:last-of-type .bancassurance-table-item {
    border-bottom: 0;
  }
  .bancassurance-table-heading {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ececec;
  }
  .bancassurance-table-item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ececec;
  }
}

@media screen and (max-width: 767px) {
  .bancassurance-column {
    padding: 27px 12px 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bancassurance-column:last-child {
    padding: 26px 13px 9px;
  }
  .bancassurance-title {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .bancassurance-subheading {
    margin-bottom: 14px;
    font-size: 17px;
    letter-spacing: 1.2px;
  }
  .bancassurance-desc {
    padding-right: 30px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: .7px;
  }
  .bancassurance-list-title {
    margin-bottom: 17px;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: .5px;
  }
  .bancassurance-list-item {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .bancassurance-table-row-second {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .bancassurance-column.w-image {
    min-height: 268px;
    background-position: left;
  }
  .bancassurance .tab-pane {
    padding-bottom: 40px;
  }
  .bancassurance-details-holder > .container {
    padding: 0;
  }
  .bancassurance-details {
    padding: 10px 13px 0;
  }
  .bancassurance .details-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bancassurance .details-column:last-of-type {
    margin-top: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bancassurance .details-desc {
    padding-right: 0;
    margin-bottom: 19px;
    font-size: 13px;
  }
  .bancassurance .details-desc:last-of-type {
    margin-bottom: 16px;
  }
  .bancassurance .details-list {
    padding: 0 7px 0 20px;
  }
  .bancassurance .details-list-item {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .5px;
  }
  .bancassurance-table-holder {
    margin-top: 31px;
  }
  .bancassurance-table {
    padding: 0 7px;
  }
  .bancassurance-table-heading {
    padding: 0;
    min-height: 56px;
  }
  .bancassurance .table-subdesc {
    margin-bottom: 13px;
    font-size: 12px;
    letter-spacing: .6px;
  }
  .bancassurance .table-desc {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .6px;
  }
}

@-moz-document url-prefix() {
  @media screen and (min-width: 1200px) and (max-width: 1440px) {
    .bancassurance-table-heading {
      height: 100px;
    }
  }
}

.holder-newsletter-popup .holder-modal {
  border-bottom: 5px solid #c40e00;
}

.holder-newsletter-popup .holder-body-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.holder-newsletter-popup .holder-body-header {
  position: relative;
}

.holder-newsletter-popup .holder-body-form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.holder-newsletter-popup .holder-content-list:first-child {
  width: 38%;
  background: url("../images/newsletter-image.png") center no-repeat;
  background-size: cover;
}

.holder-newsletter-popup .holder-content-list:last-child {
  padding: 31px 55px 52px;
  width: 62%;
}

.holder-newsletter-popup .header-title {
  padding-top: 42px;
  font: 32px "Myriad Pro Regular";
  letter-spacing: 1.45px;
}

.holder-newsletter-popup .header-title.header-title-hide {
  opacity: 0;
  height: 0;
}

.holder-newsletter-popup .header-close:before, .holder-newsletter-popup .header-close:after {
  left: 0;
  height: 35px;
  background-color: #222;
}

.holder-newsletter-popup .holder-form {
  padding-top: 58px;
}

.holder-newsletter-popup .holder-form.form-hide {
  display: none;
  opacity: 0;
  height: 0;
}

.holder-newsletter-popup .form-group {
  width: 48%;
}

.holder-newsletter-popup .form-field {
  margin-bottom: 6px;
}

.holder-newsletter-popup .form-note {
  margin-bottom: 8px;
  font: 12px "Myriad Pro Regular";
}

.holder-newsletter-popup .form-message-text {
  font: 15px "Myriad Pro SemiBold";
}

.holder-newsletter-popup .btn-wrapper {
  padding-top: 31px;
}

.holder-newsletter-popup .btn-red {
  padding: 0;
  margin: 0 auto;
  width: 163px;
  height: 41px;
}

.holder-newsletter-popup .btn-close {
  position: relative;
  z-index: 6;
}

.holder-newsletter-popup .holder-message {
  position: relative;
  z-index: 5;
  opacity: 0;
  height: 0;
}

.holder-newsletter-popup .holder-message.message-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 140px 0;
  height: 100%;
  opacity: 1;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.holder-newsletter-popup .message-title {
  font: 30px "Frutiger Bold";
  color: #c40e00;
}

.holder-newsletter-popup .message-desc {
  margin-top: 12px;
  font: 500 15px "Arial";
}

@media screen and (min-width: 768px) {
  .holder-newsletter-popup .btn-close:active:before, .holder-newsletter-popup .btn-close:active:after, .holder-newsletter-popup .btn-close:focus:before, .holder-newsletter-popup .btn-close:focus:after, .holder-newsletter-popup .btn-close:hover:before, .holder-newsletter-popup .btn-close:hover:after {
    background: #c40e00;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .holder-newsletter-popup .holder-content-list:last-child {
    padding: 31px 24px 52px;
  }
  .holder-newsletter-popup .header-title {
    font-size: 26px;
  }
  .holder-newsletter-popup .header-close:before, .holder-newsletter-popup .header-close:after {
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .holder-newsletter-popup .holder-content-list:last-child {
    padding: 13px 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .holder-newsletter-popup .header-title {
    font-size: 24px;
  }
  .holder-newsletter-popup .header-close:before, .holder-newsletter-popup .header-close:after {
    height: 25px;
  }
}

@media screen and (max-width: 575px) {
  .holder-newsletter-popup .holder-modal {
    border-color: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
  }
  .holder-newsletter-popup .holder-content-list:last-child {
    width: 100%;
  }
  .holder-newsletter-popup .header-title {
    padding-top: 34px;
    font-size: 17px;
  }
  .holder-newsletter-popup .header-close:before, .holder-newsletter-popup .header-close:after {
    height: 22px;
  }
  .holder-newsletter-popup .holder-form {
    padding-top: 31px;
  }
  .holder-newsletter-popup .form-group {
    width: 100%;
  }
  .holder-newsletter-popup .form-note {
    margin-bottom: 11px;
  }
  .holder-newsletter-popup .btn-wrapper {
    padding-top: 1px;
  }
  .holder-newsletter-popup .btn-red {
    width: 100%;
  }
}

.loyalty-program .section-loyalty-banner {
  position: relative;
  z-index: -1;
  padding-top: 115px;
  height: 701px;
  color: #fff;
  text-align: center;
  background: url(../images/loyalty-banner-bg.jpg) no-repeat center;
  background-size: cover;
}

.loyalty-program .section-loyalty-banner .holder-content {
  width: 700px;
  max-width: 100%;
  padding-top: 230px;
  margin: 0 auto;
}

.loyalty-program .section-loyalty-banner .loyalty-banner-title {
  margin-bottom: 11px;
  font-size: 38.5px;
}

.loyalty-program .section-loyalty-banner .loyalty-banner-desc {
  font-family: "Open Sans";
  font-size: 15.2px;
  line-height: 25px;
}

.loyalty-program .section-category .holder-content {
  padding: 87px 0 21px;
  text-align: center;
}

.loyalty-program .section-category .section-title {
  position: relative;
  margin-bottom: 82px;
  font-size: 26.4px;
  font-family: "Myriad Pro SemiBold";
}

.loyalty-program .section-category .section-title:before, .loyalty-program .section-category .section-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 27%;
  height: 1px;
  background: #f2f2f2;
}

.loyalty-program .section-category .section-title:before {
  left: 50px;
}

.loyalty-program .section-category .section-title:after {
  right: 50px;
}

.loyalty-program .section-category .section-title br {
  display: none;
}

.loyalty-program .section-category .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 19px;
  border: 0;
}

.loyalty-program .section-category .cat-nav {
  padding: 0 46px;
}

.loyalty-program .section-category .cat-nav .cat-tab.active .cat-title {
  color: #b73e81;
  font-family: "Frutiger Bold";
}

.loyalty-program .section-category .holder-image {
  margin-bottom: 27px;
}

.loyalty-program .section-category .holder-image.inactive {
  opacity: .5;
}

.loyalty-program .section-category .cat-title {
  font-size: 15.6px;
  letter-spacing: 0.4px;
  font-family: "Frutiger Light";
  text-transform: uppercase;
}

.loyalty-program .section-category .tab-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
}

.loyalty-program .section-category .tab-pane:not(.active) {
  display: none;
}

.loyalty-program .section-category .tab-pane.active {
  border-top: 1px solid #dee2e6;
}

.loyalty-program .section-category .category {
  margin-bottom: 39px;
  width: 200px;
}

.loyalty-program .section-category .holder-cat-image {
  margin-bottom: 22px;
}

.loyalty-program .section-item-list {
  background-color: #f8f8f8;
}

.loyalty-program .section-item-list .holder-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 46px;
  padding-bottom: 59px;
}

.loyalty-program .section-item-list .holder-latest-gift,
.loyalty-program .section-item-list .holder-featured-merchants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
  height: 100%;
}

.loyalty-program .section-item-list .holder-latest-gift .content,
.loyalty-program .section-item-list .holder-featured-merchants .content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 47%;
  background-color: #fff;
  border: 1px solid #efefef;
}

.loyalty-program .section-item-list .holder-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 50px;
}

.loyalty-program .section-item-list .item-img {
  width: 225px;
  max-width: 100%;
}

.loyalty-program .section-item-list .section-title {
  margin-bottom: 19px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: "Myriad Pro Bold";
}

.loyalty-program .section-item-list .holder-desc {
  position: relative;
  padding: 27px 21px;
  border-top: 1px solid #efefef;
}

.loyalty-program .section-item-list .holder-points {
  position: absolute;
  top: 0;
  left: 23px;
  padding: 5px 12px;
  color: #fff;
  font-size: 13.5px;
  background-color: #bb0f01;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loyalty-program .section-item-list .desc-title {
  margin-bottom: 2px;
  font-size: 19.4px;
  font-family: "Myriad Pro SemiBold";
  text-transform: uppercase;
}

.loyalty-program .section-item-list .desc-text {
  font-size: 14.7px;
  text-transform: uppercase;
}

.loyalty-program .section-item-list .add-to-cart {
  margin-top: 6px;
  padding-left: 3px;
}

.loyalty-program .section-item-list .cart-img {
  margin-right: 8px;
  width: 20px;
}

.loyalty-program .section-item-list .cart-text {
  color: #b80c0c;
  text-transform: uppercase;
  font-size: 11.9px;
  text-decoration: underline;
  font-family: "Myriad Pro SemiBold";
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .loyalty-program .section-category .nav-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .loyalty-program .section-category .cat-nav {
    padding: 0;
    width: 24%;
  }
  .loyalty-program .section-category .section-title:before, .loyalty-program .section-category .section-title:after {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .loyalty-program .section-category .section-title:before, .loyalty-program .section-category .section-title:after {
    width: 16%;
  }
  .loyalty-program .section-category .section-title:before {
    left: 0;
  }
  .loyalty-program .section-category .section-title:after {
    right: 0;
  }
  .loyalty-program .section-item-list .holder-latest-gift,
  .loyalty-program .section-item-list .holder-featured-merchants {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .loyalty-program .section-item-list .holder-latest-gift {
    margin-bottom: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .loyalty-program .section-category .nav-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .loyalty-program .section-category .cat-nav {
    margin-bottom: 25px;
    width: 49%;
  }
  .loyalty-program .section-category .section-title:before, .loyalty-program .section-category .section-title:after {
    width: 20%;
  }
  .loyalty-program .section-category .section-title:before {
    left: -50px;
  }
  .loyalty-program .section-category .section-title:after {
    right: -50px;
  }
}

@media screen and (max-width: 575px) {
  .loyalty-program .section-loyalty-banner {
    position: relative;
    padding-top: 65px;
    height: 277px;
  }
  .loyalty-program .section-loyalty-banner .holder-content {
    padding-top: 74px;
  }
  .loyalty-program .section-loyalty-banner .loyalty-banner-title {
    font-size: 19.7px;
  }
  .loyalty-program .section-loyalty-banner .loyalty-banner-desc {
    position: absolute;
    bottom: -49%;
    left: 0;
    color: #000;
    font-size: 11.7px;
    line-height: 18px;
  }
  .loyalty-program .section-category .holder-content {
    padding: 178px 0 14px;
  }
  .loyalty-program .section-category .section-title {
    margin: 0 auto;
    font-size: 20.8px;
    line-height: 24px;
  }
  .loyalty-program .section-category .section-title br {
    display: block;
  }
  .loyalty-program .section-category .nav-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 19px;
  }
  .loyalty-program .section-category .cat-nav {
    padding: 0;
    width: 19%;
  }
  .loyalty-program .section-category .holder-image {
    margin-bottom: 15px;
  }
  .loyalty-program .section-category .cat-image {
    width: 100%;
  }
  .loyalty-program .section-category .cat-title {
    font-size: 12px;
  }
  .loyalty-program .section-category .nav-tabs {
    padding-bottom: 12px;
  }
  .loyalty-program .section-category .tab-pane {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
  }
  .loyalty-program .section-category .category {
    margin-bottom: 20px;
    width: 26%;
  }
  .loyalty-program .section-category .category .cat-title {
    font-size: 10px;
  }
  .loyalty-program .section-category .holder-cat-image {
    margin-bottom: 6px;
  }
  .loyalty-program .section-category .cat-img {
    width: 80%;
  }
  .loyalty-program .section-item-list .container {
    padding: 0 4px;
  }
  .loyalty-program .section-item-list .holder-content {
    padding-top: 19px;
    padding-bottom: 18px;
  }
  .loyalty-program .section-item-list .section-title {
    font-size: 20px;
  }
  .loyalty-program .section-item-list .holder-image {
    padding: 24px 24px 23px;
  }
  .loyalty-program .section-item-list .holder-points {
    left: 12px;
  }
  .loyalty-program .section-item-list .holder-desc {
    padding: 22px 26px 5px 13px;
  }
  .loyalty-program .section-item-list .desc-title {
    font-size: 12.7px;
  }
  .loyalty-program .section-item-list .desc-text {
    font-size: 10.9px;
  }
  .loyalty-program .section-item-list .holder-featured-merchants {
    margin-top: 33px;
  }
  .loyalty-program .section-item-list .add-to-cart {
    display: block;
  }
}

.redemption .section-products .container {
  position: relative;
}

.redemption .section-products .holder-close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: none;
}

.redemption .section-products .holder-close .btn-close {
  height: 45px;
  width: 45px;
  border: none;
  background: none;
}

.redemption .section-products .holder-close .btn-close:after, .redemption .section-products .holder-close .btn-close:before {
  left: 22px;
  height: 45px;
  width: 1px;
  background: #a8a8a8;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.redemption .section-products .mobile-btn-close-filter,
.redemption .section-products .mobile-filter-title,
.redemption .section-products .mobile-btn-apply,
.redemption .section-products .btn-show-filter {
  display: none;
}

.redemption .section-products .mobile-btn-close-filter:active, .redemption .section-products .mobile-btn-close-filter:focus, .redemption .section-products .mobile-btn-close-filter:hover,
.redemption .section-products .mobile-filter-title:active,
.redemption .section-products .mobile-filter-title:focus,
.redemption .section-products .mobile-filter-title:hover,
.redemption .section-products .mobile-btn-apply:active,
.redemption .section-products .mobile-btn-apply:focus,
.redemption .section-products .mobile-btn-apply:hover,
.redemption .section-products .btn-show-filter:active,
.redemption .section-products .btn-show-filter:focus,
.redemption .section-products .btn-show-filter:hover {
  outline: 0;
}

.redemption .section-products .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.redemption .section-products .holder-filter-content {
  width: 23%;
}

.redemption .section-products .holder-products {
  width: 77%;
}

.redemption .section-products .holder-products .filter-title {
  display: none;
}

.redemption .section-products .holder-filter-content {
  padding-top: 33px;
}

.redemption .section-products .filter-title {
  padding-bottom: 32px;
  margin-bottom: 19px;
  font-size: 30.7px;
  font-family: "Myriad Pro SemiBold";
  letter-spacing: 0.6px;
  border-bottom: 1px solid #efefef;
}

.redemption .section-products .select-filter {
  padding: 11.8px 11px;
  margin-bottom: 15.8px;
  width: 93.1%;
  font-size: 15.3px;
  font-family: "Myriad Pro Regular";
  border: 0;
}

.redemption .section-products .pr-title {
  margin-bottom: 7px;
  width: 100%;
  font-size: 15.4px;
  font-family: "Myriad Pro Regular";
}

.redemption .section-products .holder-points-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  width: 92%;
}

.redemption .section-products .holder-from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  background-color: #f4f4f4;
}

.redemption .section-products .from-to {
  padding: 14px 11px;
  font-size: 12px;
  font-family: "Myriad Pro Regular";
  border-right: 1px solid #dbdbdb;
}

.redemption .section-products .input-from-to {
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  font-family: "Myriad Pro Regular";
  border: 0;
  background-color: #f4f4f4;
}

.redemption .section-products .holder-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  background-color: #f4f4f4;
}

.redemption .section-products .holder-to .from-to {
  padding: 14px 19px;
}

.redemption .section-products .btn-ok {
  width: 19.4%;
  color: #fff;
  font-size: 12px;
  font-family: "Myriad Pro Regular";
  text-transform: uppercase;
  border: 0;
  background-color: #404042;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .redemption .section-products .btn-ok:active, .redemption .section-products .btn-ok:focus, .redemption .section-products .btn-ok:hover {
    background-color: #c40e00;
  }
}

.redemption .section-products .holder-filter-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 92.4%;
}

.redemption .section-products .btn-find {
  width: 19.5%;
  color: #fff;
  font-size: 12px;
  font-family: "Myriad Pro Regular";
  text-transform: uppercase;
  border: 0;
  background-color: #404042;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .redemption .section-products .btn-find:active, .redemption .section-products .btn-find:focus, .redemption .section-products .btn-find:hover {
    background-color: #c40e00;
  }
}

.redemption .section-products .input-search {
  padding: 13px 13px;
  width: 77%;
  font-size: 13.5px;
  font-family: "Myriad Pro Regular";
  border: 0;
  background-color: #f4f4f4;
}

.redemption .section-products .holder-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 104px;
}

.redemption .section-products .product {
  margin-bottom: 24px;
  width: 31%;
  border: 1px solid #efefef;
}

@media screen and (min-width: 768px) {
  .redemption .section-products .product:active .add-to-cart, .redemption .section-products .product:focus .add-to-cart, .redemption .section-products .product:hover .add-to-cart {
    opacity: 1;
    pointer-events: initial;
  }
  .redemption .section-products .product:active .holder-image, .redemption .section-products .product:focus .holder-image, .redemption .section-products .product:hover .holder-image {
    height: 276px;
  }
}

.redemption .section-products .product.active-product .add-to-cart {
  opacity: 1;
  pointer-events: initial;
}

.redemption .section-products .product.active-product .holder-prod-desc {
  padding: 26px 22px 40px;
}

.redemption .section-products .holder-image {
  position: relative;
  height: 296px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.redemption .section-products .product-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.redemption .section-products .holder-prod-desc {
  position: relative;
  padding: 26px 22px 16px;
  border-top: 1px solid #efefef;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.redemption .section-products .points {
  position: absolute;
  top: 0;
  left: 23px;
  padding: 5px 12px;
  color: #fff;
  font-size: 13.5px;
  background-color: #bb0f01;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.redemption .section-products .prod-title {
  margin-bottom: 4px;
  font-size: 17.6px;
  font-family: "Myriad Pro SemiBold";
  text-transform: uppercase;
}

.redemption .section-products .prod-desc {
  font-size: 14.1px;
  text-transform: uppercase;
}

.redemption .section-products .add-to-cart {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.redemption .section-products .cart-img {
  margin-right: 8px;
  width: 20px;
}

.redemption .section-products .cart-text {
  color: #b80c0c;
  text-transform: uppercase;
  font-size: 11.9px;
  text-decoration: underline;
  font-family: "Myriad Pro SemiBold";
}

@media (min-width: 992px) and (max-width: 1199px) {
  .redemption .section-products .holder-filter-content {
    width: 35%;
  }
  .redemption .section-products .holder-products {
    width: 65%;
  }
  .redemption .section-products .product {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .redemption .section-products .holder-filter-content {
    width: 40%;
  }
  .redemption .section-products .holder-products {
    width: 60%;
  }
  .redemption .section-products .product {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .redemption .section-header-bg {
    height: 133px;
  }
  .redemption .section-products .holder-products {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .redemption .section-products .holder-products .filter-title {
    display: block;
  }
  .redemption .section-products .filter-title {
    padding-bottom: 0;
    width: 100%;
    text-align: center;
    border: 0;
  }
  .redemption .section-products .holder-filter-content {
    position: absolute;
    top: -250%;
    left: 0;
    padding: 15px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
  }
  .redemption .section-products .holder-filter-content .filter-title {
    display: none;
  }
  .redemption .section-products .holder-filter-content.show-filter {
    top: 0;
  }
  .redemption .section-products .select-filter,
  .redemption .section-products .holder-points-range,
  .redemption .section-products .holder-filter-search {
    width: 100%;
  }
  .redemption .section-products .btn-show-filter {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    font-family: "Myriad Pro Regular";
    border: 0;
    cursor: pointer;
  }
  .redemption .section-products .fa-filter {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .redemption .section-products .product {
    width: 48%;
  }
  .redemption .section-products .btn-ok,
  .redemption .section-products .btn-find {
    display: none;
  }
  .redemption .section-products .holder-from,
  .redemption .section-products .holder-to {
    width: 49%;
  }
  .redemption .section-products .input-search {
    width: 100%;
  }
  .redemption .section-products .mobile-filter-title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-family: "Myriad Pro Regular";
  }
  .redemption .section-products .mobile-btn-close-filter {
    display: block;
    position: relative;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
  }
  .redemption .section-products .mobile-btn-close-filter:before, .redemption .section-products .mobile-btn-close-filter:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 10px;
    background-color: #000;
  }
  .redemption .section-products .mobile-btn-close-filter:before {
    -webkit-transform: translateY(12px) rotate(135deg);
            transform: translateY(12px) rotate(135deg);
  }
  .redemption .section-products .mobile-btn-close-filter:after {
    -webkit-transform: translateY(12px) rotate(-135deg);
            transform: translateY(12px) rotate(-135deg);
  }
  .redemption .section-products .mobile-btn-apply {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .redemption .section-products .holder-products {
    margin-top: 20px;
  }
  .redemption .section-products .filter-title {
    margin-bottom: 20px;
  }
  .redemption .section-products .btn-show-filter {
    padding: 10px 17px;
    margin-bottom: 30px;
  }
  .redemption .section-products .fa-filter {
    right: 17px;
  }
  .redemption .section-products .holder-filter-search {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .redemption .section-products .container {
    padding: 0 8px;
  }
  .redemption .section-products .holder-products {
    margin-top: 7px;
  }
  .redemption .section-products .product-img {
    padding: 20px;
    width: 100%;
    height: 100%;
  }
  .redemption .section-products .filter-title {
    margin-bottom: 15px;
    font-size: 20.7px;
  }
  .redemption .section-products .btn-show-filter {
    padding: 11px 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .redemption .section-products .fa-filter {
    right: 20px;
    font-size: 12px;
  }
  .redemption .section-products .points {
    left: 13px;
  }
  .redemption .section-products .holder-image {
    height: 44vw;
  }
  .redemption .section-products .holder-prod-desc {
    padding: 21px 13px 15px;
  }
  .redemption .section-products .prod-title {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .redemption .section-products .prod-desc {
    font-size: 11.3px;
  }
  .redemption .section-products .add-to-cart {
    opacity: 1;
    pointer-events: initial;
  }
  .redemption .section-products .mobile-filter-title {
    margin-bottom: 29px;
  }
  .redemption .section-products .holder-filter-content {
    padding: 10px 11px;
  }
  .redemption .section-products .mobile-btn-close-filter {
    margin-bottom: 12px;
    width: 21px;
    height: 21px;
  }
  .redemption .section-products .holder-filter-search {
    margin-bottom: 24px;
  }
  .redemption .section-products .mobile-btn-apply {
    font-size: 13px;
    height: 44px;
  }
}

.listing-cards .title {
  margin-top: 14px;
  padding-bottom: 9px;
  font-family: "Myriad Pro SemiBold";
  color: #454545;
  text-transform: uppercase;
}

.listing-cards .list-text {
  position: relative;
  padding-right: 60px;
  margin-bottom: 25px;
  font-size: 14px;
  font-family: "Myriad Pro Regular";
  letter-spacing: .7px;
  color: #454545;
}

.listing-cards .list-text.red-text {
  color: #c40e00;
}

.listing-cards .card-title {
  margin-top: 20px;
  width: 100%;
  font-size: 19px;
  font-family: "Myriad Pro Bold";
  color: #454545;
}

.listing-cards .holder-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 5px;
  width: 100%;
}

.listing-cards .section-bacnassurance-tabs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.listing-cards .section-bacnassurance-tabs .bacnassurance-tabs {
  width: 100%;
}

.listing-cards .section-cards {
  padding: 25px 0 50px;
}

.listing-cards .section-cards .holder-btn-scroll {
  height: 100px;
}

.listing-cards .section-cards .holder-btn-scroll .btn-scroll-down {
  top: 100%;
}

.listing-cards .section-cards .holder-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 56px;
  border-bottom: 1px solid #dfdfdf;
}

.listing-cards .section-cards .holder-card:first-child, .listing-cards .section-cards .holder-card:last-child {
  padding-bottom: 0;
  border: none;
}

.listing-cards .section-cards .title {
  font-size: 15px;
  border-bottom: 1px solid #dfdfdf;
}

.listing-cards .section-cards .item:nth-of-type(1),
.listing-cards .section-cards .card-item:nth-of-type(1) {
  width: 27%;
}

.listing-cards .section-cards .item:nth-of-type(2),
.listing-cards .section-cards .card-item:nth-of-type(2) {
  width: 23.5%;
}

.listing-cards .section-cards .item:nth-of-type(3),
.listing-cards .section-cards .card-item:nth-of-type(3) {
  width: 18.5%;
}

.listing-cards .section-cards .item:nth-of-type(4),
.listing-cards .section-cards .card-item:nth-of-type(4) {
  width: 22.5%;
}

.listing-cards .section-cards .item:nth-of-type(5),
.listing-cards .section-cards .card-item:nth-of-type(5) {
  width: 8.5%;
}

.listing-cards .section-cards .list-text:before {
  content: '\f0da';
  position: absolute;
  top: 0;
  left: -12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.listing-cards .section-cards .info-list:last-child .list-text {
  margin-bottom: 0;
}

.listing-cards .section-cards .holder-radio {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 18px;
  font-size: 12px;
  color: #454545;
  font-family: "Myriad Pro SemiBold";
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.listing-cards .section-cards .holder-radio .radio-input {
  position: absolute;
  left: -9999;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}

.listing-cards .section-cards .holder-radio .radio-input :checked ~ .checkmark {
  background-color: red;
}

.listing-cards .section-cards .holder-radio .radio-input:checked ~ .checkmark:after {
  display: block;
}

.listing-cards .section-cards .holder-radio .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 12px;
  width: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #6d6d6d;
}

.listing-cards .section-cards .holder-radio .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 4px;
  height: 7px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.listing-cards .section-cards .holder-button {
  max-width: 279px;
}

.listing-cards .section-cards .btn-default {
  max-width: 125px;
  height: 40px;
}

.listing-cards .section-card-details .container-fluid {
  padding: 0;
}

.listing-cards .section-card-details .holder-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listing-cards .section-card-details .card-info {
  position: relative;
}

.listing-cards .section-card-details .card-info:nth-of-type(odd) {
  background-color: #f4f4f4;
}

.listing-cards .section-card-details .holder-card-title {
  margin-bottom: 25px;
  padding: 15px 0 0;
}

.listing-cards .section-card-details .title {
  padding-bottom: 15px;
}

.listing-cards .section-card-details .item {
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}

.listing-cards .section-card-details .item:nth-of-type(1),
.listing-cards .section-card-details .card-item:nth-of-type(1) {
  width: 16.6666666667%;
}

.listing-cards .section-card-details .item:nth-of-type(2),
.listing-cards .section-card-details .card-item:nth-of-type(2) {
  width: 17.5%;
}

.listing-cards .section-card-details .item:nth-of-type(3),
.listing-cards .section-card-details .card-item:nth-of-type(3) {
  width: 18%;
}

.listing-cards .section-card-details .item:nth-of-type(4),
.listing-cards .section-card-details .card-item:nth-of-type(4) {
  width: 18%;
}

.listing-cards .section-card-details .item:nth-of-type(5),
.listing-cards .section-card-details .card-item:nth-of-type(5) {
  width: 17.5%;
}

.listing-cards .section-card-details .item:nth-of-type(6),
.listing-cards .section-card-details .card-item:nth-of-type(6) {
  width: 12.3%;
}

.listing-cards .section-card-details .card-item {
  margin: 25px 0;
  padding: 15px 0 0;
  text-align: center;
  border-right: 1px solid #dfdfdf;
}

.listing-cards .section-card-details .card-item:nth-of-type(n+2) {
  padding: 15px 36px;
}

.listing-cards .section-card-details .card-item:first-child {
  padding: 15px 16px 0 0;
}

.listing-cards .section-card-details .card-item:last-child {
  padding: 15px 0 15px 30px;
  border: none;
}

.listing-cards .section-card-details .title {
  font-size: 13px;
}

.listing-cards .section-card-details .item-info {
  font-size: 15px;
  font-family: "Myriad Pro Regular";
  color: #858585;
}

.listing-cards .section-card-details .item-info.red-text {
  color: #c40e00;
}

.listing-cards .section-card-details .card-title {
  margin-bottom: 0;
  text-align: center;
}

.listing-cards .section-card-details .image-card {
  width: 100%;
  max-width: 170px;
}

.listing-cards .section-card-details .btn-default {
  max-width: 138px;
  height: 37px;
}

.listing-cards .holder-card-title-fixed {
  position: fixed;
  top: 143px;
  left: 0;
  z-index: 999;
  padding: 0 !important;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .listing-cards .section-cards .container {
    max-width: 1199px;
  }
  .listing-cards .section-cards .card-item:nth-of-type(1) {
    padding-right: 30px;
  }
  .listing-cards .section-cards .image-card {
    width: 100%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(n+2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 16px;
  }
  .listing-cards .section-card-details .card-title {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .listing-cards .section-bacnassurance-tabs {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .listing-cards .section-bacnassurance-tabs .nav-link {
    padding: 25px 15px;
  }
  .listing-cards .section-cards .holder-card:first-child {
    display: none;
  }
  .listing-cards .section-cards .card-item {
    position: relative;
    padding-top: 40px;
    margin-top: 30px;
  }
  .listing-cards .section-cards .card-item:nth-of-type(1) {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .listing-cards .section-cards .card-item:nth-of-type(2) {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .listing-cards .section-cards .card-item:nth-of-type(3) {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .listing-cards .section-cards .card-item:nth-of-type(4) {
    width: 50%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .listing-cards .section-cards .card-item:nth-of-type(5) {
    width: 50%;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .listing-cards .section-cards .info-list {
    padding-left: 15px;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(1),
  .listing-cards .section-card-details .item:nth-of-type(1) {
    width: 33.33%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(2),
  .listing-cards .section-card-details .item:nth-of-type(2) {
    width: 33.33%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(3),
  .listing-cards .section-card-details .item:nth-of-type(3) {
    width: 33.33%;
    border-right: none;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(4),
  .listing-cards .section-card-details .item:nth-of-type(4) {
    width: 33.33%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(5),
  .listing-cards .section-card-details .item:nth-of-type(5) {
    width: 33.33%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(6),
  .listing-cards .section-card-details .item:nth-of-type(6) {
    width: 33.33%;
  }
  .listing-cards .section-card-details .holder-image {
    margin-top: 20px;
  }
  .listing-cards .section-card-details .item-info {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .listing-cards .section-bacnassurance-tabs .nav-item {
    width: auto;
  }
  .listing-cards .section-bacnassurance-tabs .nav-link {
    padding: 15px 25px;
  }
  .listing-cards .section-cards .holder-card:first-child {
    display: none;
  }
  .listing-cards .section-cards .card-item {
    position: relative;
  }
  .listing-cards .section-cards .card-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 15px;
    font-family: "Myriad Pro SemiBold";
    color: #454545;
    text-transform: uppercase;
  }
  .listing-cards .section-cards .card-item:nth-of-type(1):before {
    content: 'Card Name';
  }
  .listing-cards .section-cards .card-item:nth-of-type(2):before {
    content: 'New Cardholder benefits';
  }
  .listing-cards .section-cards .card-item:nth-of-type(3):before {
    content: 'At a glance';
  }
  .listing-cards .section-cards .card-item:nth-of-type(4):before {
    content: 'Annual Fee';
  }
  .listing-cards .section-cards .card-item:nth-of-type(5):before {
    content: 'Compare';
  }
  .listing-cards .section-cards .info-list {
    padding-left: 15px;
  }
  .listing-cards .section-card-details .holder-card-title {
    display: none;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(1):before,
  .listing-cards .section-card-details .item:nth-of-type(1):before {
    content: 'Card Name';
  }
  .listing-cards .section-card-details .card-item:nth-of-type(2):before,
  .listing-cards .section-card-details .item:nth-of-type(2):before {
    content: 'New Cardholder Benefits';
  }
  .listing-cards .section-card-details .card-item:nth-of-type(3):before,
  .listing-cards .section-card-details .item:nth-of-type(3):before {
    content: 'Annual Fee';
  }
  .listing-cards .section-card-details .card-item:nth-of-type(4):before,
  .listing-cards .section-card-details .item:nth-of-type(4):before {
    content: 'Foreign transaction Fee';
  }
  .listing-cards .section-card-details .card-item:nth-of-type(5):before,
  .listing-cards .section-card-details .item:nth-of-type(5):before {
    content: 'Rewards';
  }
  .listing-cards .section-card-details .card-item:nth-of-type(6):before,
  .listing-cards .section-card-details .item:nth-of-type(6):before {
    content: ' ';
  }
  .listing-cards .section-card-details .card-item {
    position: relative;
  }
  .listing-cards .section-card-details .card-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 15px;
    font-family: "Myriad Pro SemiBold";
    color: #454545;
    text-transform: uppercase;
  }
  .listing-cards .section-card-details .btn-default {
    margin: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .listing-cards .section-card-details .holder-card-title {
    display: none;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(1),
  .listing-cards .section-card-details .item:nth-of-type(1) {
    width: 100%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(2),
  .listing-cards .section-card-details .item:nth-of-type(2) {
    width: 50%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(3),
  .listing-cards .section-card-details .item:nth-of-type(3) {
    width: 50%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(4),
  .listing-cards .section-card-details .item:nth-of-type(4) {
    width: 50%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(5),
  .listing-cards .section-card-details .item:nth-of-type(5) {
    width: 50%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(6),
  .listing-cards .section-card-details .item:nth-of-type(6) {
    width: 100%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(odd),
  .listing-cards .section-card-details .item:nth-of-type(odd) {
    border: none;
  }
  .listing-cards .section-card-details .holder-image {
    margin-top: 20px;
  }
  .listing-cards .section-card-details .item-info {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .listing-cards .section-cards .holder-card {
    margin-top: 0;
  }
  .listing-cards .section-cards .card-item {
    position: relative;
    padding-top: 40px;
    margin-top: 20px;
  }
  .listing-cards .section-cards .card-item:nth-of-type(1), .listing-cards .section-cards .card-item:nth-of-type(2), .listing-cards .section-cards .card-item:nth-of-type(3), .listing-cards .section-cards .card-item:nth-of-type(4), .listing-cards .section-cards .card-item:nth-of-type(5), .listing-cards .section-cards .card-item:nth-of-type(6) {
    width: 100%;
  }
  .listing-cards .section-cards .card-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .listing-cards .section-cards .card-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .listing-cards .section-cards .card-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .listing-cards .section-cards .card-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .listing-cards .section-cards .card-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .listing-cards .section-card-details .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    width: auto;
  }
  .listing-cards .section-card-details .holder-card {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    padding: 15px;
  }
  .listing-cards .section-card-details .holder-card:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: calc(100% - 105px);
    width: 100%;
    border-right: 1px solid #dfdfdf;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .listing-cards .section-card-details .card-title {
    text-align: left;
  }
  .listing-cards .section-card-details .holder-card-title {
    display: none;
  }
  .listing-cards .section-card-details .card-item,
  .listing-cards .section-card-details .item {
    border: none;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(1),
  .listing-cards .section-card-details .item:nth-of-type(1) {
    width: 100%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(1):before,
  .listing-cards .section-card-details .item:nth-of-type(1):before {
    display: none;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(2),
  .listing-cards .section-card-details .item:nth-of-type(2) {
    width: 100%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(3),
  .listing-cards .section-card-details .item:nth-of-type(3) {
    width: 100%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(4),
  .listing-cards .section-card-details .item:nth-of-type(4) {
    width: 100%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(5),
  .listing-cards .section-card-details .item:nth-of-type(5) {
    width: 100%;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(6),
  .listing-cards .section-card-details .item:nth-of-type(6) {
    width: 100%;
  }
  .listing-cards .section-card-details .card-item {
    text-align: left;
    margin: 7px 0;
  }
  .listing-cards .section-card-details .card-item:first-child {
    padding-bottom: 5px;
  }
  .listing-cards .section-card-details .card-item:nth-of-type(n+2) {
    padding: 15px 0;
  }
  .listing-cards .section-card-details .card-item:before {
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
  }
  .listing-cards .section-card-details .holder-image {
    margin-top: 20px;
  }
  .listing-cards .section-card-details .item-info {
    margin-top: 20px;
    max-width: 190px;
  }
  .listing-cards .section-card-details .btn-default {
    max-width: 100%;
  }
}

.listing-cards .corporate-single-text-image-section .holder-text-info {
  padding: 50px 0;
}

.listing-cards .corporate-single-text-image-section .holder-text-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 365px;
}

.listing-cards .corporate-single-text-image-section .holder-text-info .item .holder-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding: 60px;
}

.listing-cards .corporate-single-text-image-section .holder-text-info .item .holder-text.bg-light-gray {
  background-color: #f4f4f4;
}

.listing-cards .corporate-single-text-image-section .holder-text-info .item .holder-text .title {
  margin-bottom: 14px;
  color: #333333;
  font-family: "Myriad Pro SemiBold";
  font-size: 31px;
  letter-spacing: .5px;
}

.listing-cards .corporate-single-text-image-section .holder-text-info .item .holder-text .sub-title {
  padding-left: 4px;
  color: #333333;
  font-family: "Frutiger Regular";
  font-size: 15px;
  letter-spacing: -.1px;
  line-height: 1.85;
}

.listing-cards .corporate-single-text-image-section .holder-text-info .item .holder-image {
  width: 50%;
}

.listing-cards .corporate-single-text-image-section .holder-text-info .item .holder-image .corporate-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.listing-cards .section-services {
  padding-bottom: 94px;
}

.listing-cards .section-services .holder-services-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listing-cards .section-services .holder-services-details {
  position: absolute;
  bottom: 36px;
  z-index: 2;
  padding: 0 52px;
  width: 100%;
}

.listing-cards .section-services .holder-services-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.listing-cards .section-services .services-list {
  position: relative;
  width: 33.33%;
  color: #fff;
}

.listing-cards .section-services .services-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.listing-cards .section-services .services-list.active-rollover .services-image {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.listing-cards .section-services .services-title {
  padding: 67px 0 42px;
  font: 30px "Frutiger Bold";
  text-transform: uppercase;
}

.listing-cards .section-services .services-image {
  margin-bottom: -11px;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.listing-cards .section-services .services-desc {
  padding-bottom: 14px;
  font: 38px "Myriad Pro SemiBold";
  letter-spacing: 3.93px;
  line-height: 1;
  text-transform: uppercase;
}

.listing-cards .section-services .services-subdesc {
  display: -webkit-box;
  margin: 0 auto;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: 14px "Myriad Pro Regular";
  letter-spacing: .5px;
  text-overflow: ellipsis;
}

.listing-cards .section-services .holder-info {
  text-align: center !important;
}

.listing-cards .section-services .holder-info .hero-desc {
  padding: 25px 0 31px;
  font: 16px "Frutiger Light";
  line-height: 1.5;
}

.wedding-account .holder-tab-template .holder-left-side {
  position: relative;
  padding-top: 177px;
  z-index: 2;
}

.wedding-account .holder-tab-template .holder-left-side:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(transparent));
  background: linear-gradient(to bottom, #2e2e2e, transparent);
}

.wedding-account .holder-tab-template .holder-left-side .holder-title {
  padding-bottom: 60px;
}

.wedding-account .holder-tab-template .holder-left-side .page-description {
  padding: 0 20px;
  margin: 14px 0 36px;
}

.wedding-account .holder-tab-template .holder-left-side .btn-default {
  margin-bottom: 15px;
}

.wedding-account .section-contribution {
  margin: 150px auto 40px;
  max-width: 600px;
  text-align: center;
}

.wedding-account .section-contribution .contribution-title {
  margin-bottom: 0;
  font: 20px "Frutiger Bold";
}

.wedding-account .section-contribution .contribution-desc {
  margin-bottom: 41px;
  font: 15px "Frutiger Regular";
  line-height: 25px;
}

.wedding-account .section-contribution .contribution-desc ul li {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 12px auto;
  font: 16px "Myriad Pro Regular";
  line-height: 22px;
  letter-spacing: .18px;
}

.wedding-account .section-contribution .contribution-desc ul li:before {
  content: '•';
  position: absolute;
  top: -3px;
  left: -19px;
  font-size: 35px;
  color: #c50d01;
}

.wedding-account .section-contribution .btn-red-border {
  margin: 0 auto;
  max-width: 255px;
}

.wedding-account .section-contribution .holder-btn-scroll {
  margin-top: 262px;
}

.wedding-account .section-features {
  padding-top: 39px;
}

.wedding-account .section-features .features-title {
  margin-bottom: 10px;
  font: 19px "Myriad Pro Bold";
}

.wedding-account .section-features .features-title:after {
  top: 77px;
  height: 535px;
  border-width: 2px;
}

.wedding-account .section-features .features-list {
  padding: 29px 0 36px;
  max-width: 818px;
}

.wedding-account .section-features .features {
  max-width: 344px;
}

.wedding-account .online-payment .section-contribution {
  position: relative;
  margin-top: 59px;
  padding-bottom: 50px;
  max-width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.wedding-account .online-payment .section-contribution:after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 44px;
  border-left: 0.5px solid #c40e00;
}

.wedding-account .online-payment .section-contribution .contribution-title {
  margin-bottom: 7px;
}

.wedding-account .online-payment .section-contribution .contribution-desc {
  margin: 0 auto 32px;
  max-width: 735px;
}

.wedding-account .online-payment .section-secure {
  margin-top: 106px;
}

.wedding-account .online-payment .secure-details {
  margin: 0 auto 94px;
  padding: 27px 25px 13px;
  max-width: 751px;
  text-align: center;
  background: #f7f7f7;
  border: 1px dotted #000;
}

.wedding-account .online-payment .secure-desc {
  margin-bottom: 26px;
  font: 15px "Frutiger Regular";
  line-height: 25px;
}

.wedding-account .online-payment .secure-desc:last-of-type {
  margin-bottom: 0;
}

.wedding-account .online-payment .holder-btn-scroll {
  margin-top: 28px;
}

.wedding-account .online-payment .features-column {
  position: relative;
}

.wedding-account .online-payment .features-column:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 300px;
  border-left: 2px dotted silver;
}

.wedding-account .online-payment .features {
  position: relative;
  padding: 14px 38px 16px;
  margin-left: 59%;
  margin-bottom: 25px;
  max-width: 322px;
  border: 0;
}

.wedding-account .online-payment .features:nth-child(2n) {
  margin-left: 0;
  margin-bottom: -32px;
  padding: 20px 20px 24px;
  max-width: 341px;
}

.wedding-account .online-payment .features:nth-child(2n) .feature-number-holder {
  left: initial;
  right: -19px;
}

.wedding-account .online-payment .features-desc {
  line-height: 26px;
}

.wedding-account .online-payment .feature-number-holder {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: -19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 39px;
  height: 39px;
  color: #fff;
  text-align: center;
  background: #c40e00;
  border-radius: 50%;
}

.wedding-account .online-payment .feature-number {
  font: 18px "Frutiger Bold";
}

.wedding-account .section-discounts {
  margin-top: 37px;
  text-align: center;
}

.wedding-account .section-discounts .discounts-title {
  margin-bottom: 6px;
  font: 20px "Myriad Pro Bold";
}

.wedding-account .section-discounts .discounts-subtitle {
  margin-bottom: 33px;
  color: #c40e00;
  font: 16px "Myriad Pro Bold";
  letter-spacing: .1px;
}

.wedding-account .section-discounts .discounts-list {
  margin: 0 auto 41px;
  max-width: 800px;
}

.wedding-account .section-discounts .discounts {
  margin-bottom: 20px;
  padding: 21px 88px 19px;
  background: #f5f5f5;
}

.wedding-account .section-discounts .discounts:first-child {
  padding: 31px 88px 23px;
}

.wedding-account .section-discounts .discounts:last-of-type {
  padding: 21px 88px 19px;
}

.wedding-account .section-discounts .discounts-desc {
  font: 14px "Frutiger Regular";
  letter-spacing: .4px;
  line-height: 22px;
}

@media screen and (max-width: 1280px) {
  .wedding-account .section-features .features-list {
    padding-bottom: 0;
    max-width: 700px;
  }
  .wedding-account .section-features .features {
    max-width: 306px;
  }
}

@media screen and (max-width: 1199px) {
  .wedding-account .section-features .features-title:after {
    height: 455px;
  }
  .wedding-account .section-features .features {
    padding: 15px 24px 15px 38px;
    width: 43%;
    max-width: 100%;
  }
  .wedding-account .online-payment .features-desc br {
    display: none;
  }
  .wedding-account .online-payment .section-secure {
    margin-top: 50px;
  }
  .wedding-account .online-payment .secure-details {
    margin-bottom: 65px;
    padding: 20px 25px 15px;
  }
  .wedding-account .online-payment .secure-desc {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .wedding-account .section-discounts .discounts {
    margin-bottom: 15px;
    padding: 21px 15px 19px;
  }
  .wedding-account .section-discounts .discounts:first-child {
    padding: 31px 15px 23px;
  }
  .wedding-account .section-discounts .discounts:last-of-type {
    padding: 21px 15px 19px;
  }
}

@media screen and (max-width: 991px) {
  .wedding-account .section-contribution {
    max-width: 460px;
  }
  .wedding-account .section-contribution .holder-btn-scroll {
    margin-top: 220px;
  }
  .wedding-account .section-features .features-title:after {
    height: 404px;
  }
  .wedding-account .section-features .features {
    padding: 15px;
    width: 41%;
  }
  .wedding-account .section-features .features-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .wedding-account .online-payment .features {
    padding: 15px 28px;
  }
  .wedding-account .section-discounts .discounts-desc {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .wedding-account .section-contribution {
    margin-top: 45px;
  }
  .wedding-account .section-contribution .contribution-desc {
    padding: 0 10px;
  }
  .wedding-account .section-contribution .holder-btn-scroll {
    margin-top: 90px;
  }
  .wedding-account .section-features .features-list {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wedding-account .section-features .features {
    margin-bottom: 15px;
    width: 90%;
  }
  .wedding-account .section-features .features:nth-child(2n), .wedding-account .section-features .features:nth-child(3n), .wedding-account .section-features .features:nth-child(5n) {
    margin: 0 0 15px 20px;
  }
  .wedding-account .online-payment .section-contribution {
    margin-top: 33px;
    padding-bottom: 35px;
  }
  .wedding-account .online-payment .section-contribution .contribution-title {
    margin-bottom: 14px;
  }
  .wedding-account .online-payment .section-contribution .contribution-desc {
    margin-bottom: 21px;
    max-width: 540px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -.3px;
  }
  .wedding-account .online-payment .features-list {
    padding-top: 0;
  }
  .wedding-account .online-payment .features {
    margin-left: 9%;
  }
  .wedding-account .online-payment .features:nth-child(3n) {
    margin-left: 9%;
  }
  .wedding-account .online-payment .features:last-of-type {
    margin-bottom: 0;
  }
  .wedding-account .online-payment .features-column:after {
    display: none;
  }
  .wedding-account .online-payment .section-secure {
    margin-top: 32px;
  }
  .wedding-account .online-payment .section-secure .secure-details {
    margin-bottom: 65px;
    padding: 26px 16px 18px;
  }
  .wedding-account .online-payment .secure-desc {
    margin-bottom: 19px;
    font-size: 12px;
    line-height: 21px;
  }
  .wedding-account .online-payment .holder-btn-scroll {
    margin-top: 4px;
  }
  .wedding-account .section-discounts {
    margin-top: 19px;
  }
  .wedding-account .section-discounts .discounts-subtitle {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .wedding-account .section-discounts .discounts-list {
    margin-bottom: 35px;
  }
  .wedding-account .section-discounts .discounts {
    margin-bottom: 17px;
    padding: 15px 4px 15px;
  }
  .wedding-account .section-discounts .discounts:first-child {
    padding: 6px 4px 6px;
  }
  .wedding-account .section-discounts .discounts-desc {
    font-size: 11px;
    line-height: 18px;
  }
  .wedding-account .section-features .related-list {
    margin-top: 15px;
  }
  .wedding-account .section-features .related-accounts {
    height: 250px;
    margin-bottom: 108px;
  }
  .wedding-account .section-features .img-card-holder {
    margin: 16px 0 0;
  }
  .wedding-account .section-features .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .wedding-account .breadcrumbs-holder > .container {
    padding: 0 8px;
  }
  .wedding-account .breadcrumbs-holder .breadcrumb-item {
    font-size: 12px;
  }
  .wedding-account .breadcrumbs-holder .breadcrumb-item:before {
    padding-right: 5px;
    padding-left: 5px;
  }
  .wedding-account .holder-tab-template .holder-left-side {
    padding-top: 77px;
  }
  .wedding-account .holder-tab-template .holder-left-side .holder-title {
    padding-bottom: 33px;
  }
  .wedding-account .holder-tab-template .holder-left-side .page-description {
    padding: 0 3px;
    margin: 2px auto 40px;
    max-width: 300px;
  }
  .wedding-account .holder-tab-template .holder-left-side .btn-default {
    margin-bottom: 30px;
  }
  .wedding-account .section-secure > .container {
    padding: 0 10px;
  }
  .wedding-account .online-payment .section-contribution .contribution-desc {
    padding: 0 15px;
  }
  .wedding-account .holder-btn-scroll {
    display: none;
  }
  .wedding-account .section-contribution .contribution-desc ul {
    padding: 15px 30px;
  }
  .wedding-account .section-contribution .contribution-desc ul li {
    width: 100%;
    text-align: left;
  }
}

.consumer-loans .holder-tab-template .holder-left-side {
  padding-top: 91px;
}

.consumer-loans .holder-tab-template .holder-title {
  padding-bottom: 57px;
}

.consumer-loans .holder-tab-template .page-description {
  margin: 7px auto 117px;
}

.consumer-loans .holder-tab-template .btn-white-opacity {
  margin-bottom: 15px;
}

.consumer-loans .section-table {
  padding-top: 89px;
}

.consumer-loans .consumer-loan-table {
  margin: 0 auto 97px;
  max-width: 720px;
}

.consumer-loans .table-title {
  margin-bottom: 24px;
  font: 20px "Frutiger Bold";
  text-align: center;
  text-transform: uppercase;
}

.consumer-loans .red-text {
  color: #c40e00;
}

.consumer-loans .consumer-loan-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 30px;
}

.consumer-loans .consumer-loan-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 100%;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-right: 0;
}

.consumer-loans .consumer-loan-holder:last-of-type {
  border-right: 1px solid #e6e6e6;
}

.consumer-loans .consumer-loan-title {
  padding: 13px 20px 10px 15px;
  font: 13px "Frutiger Regular";
  border-bottom: 1px solid #e6e6e6;
}

.consumer-loans .consumer-loan-desc {
  padding: 20px 20px 16px 15px;
  font: 15px "Myriad Pro SemiBold";
}

.consumer-loans .consumer-loan-table-desc {
  margin-top: 23px;
  width: 100%;
  font: 15px "Frutiger Regular";
  text-align: center;
}

.consumer-loans .section-apply-loan {
  text-align: center;
  color: #404040;
}

.consumer-loans .section-apply-loan .apply-loan-title {
  position: relative;
  margin: 0 auto;
  padding-bottom: 49px;
  max-width: 895px;
  font: 20px "Frutiger Bold";
  letter-spacing: .2px;
  border-bottom: 1px solid #dfdfdf;
}

.consumer-loans .section-apply-loan .apply-loan-title:after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: .3px;
  height: 43px;
  border-left: 0.5px solid #c40e00;
}

.consumer-loans .section-apply-loan .loan-list {
  margin: 76px auto 0;
  max-width: 566px;
}

.consumer-loans .section-apply-loan .loan ~ .loan .loan-desc:after {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  border-bottom: 1px solid #a1a1a1;
}

.consumer-loans .section-apply-loan .loan-desc {
  position: relative;
  margin-bottom: 56px;
  font: 15px "Frutiger Regular";
  line-height: 22px;
}

.consumer-loans .section-apply-loan .holder-btn-scroll {
  margin-top: 117px;
}

.consumer-loans .section-notes {
  margin: 0 auto;
  padding: 120px 0 120px;
  max-width: 800px;
  text-align: center;
}

.consumer-loans .section-notes .img-error-holder {
  margin-bottom: 33px;
}

.consumer-loans .section-notes .note-desc {
  margin-bottom: 0;
  font: 15px 'Frutiger Regular';
  line-height: 22px;
}

.consumer-loans .section-notes .holder-btn-scroll {
  margin-top: 258px;
}

@media screen and (max-width: 991px) {
  .consumer-loans .holder-tab-template .holder-left-side {
    max-height: 900px;
  }
  .consumer-loans .holder-tab-template .page-title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .consumer-loans .holder-tab-template .page-description {
    margin-bottom: 40px;
  }
  .consumer-loans .section-table {
    padding-top: 30px;
  }
  .consumer-loans .table-title {
    font-size: 17px;
  }
  .consumer-loans .consumer-loan-table {
    margin-bottom: 22px;
  }
  .consumer-loans .consumer-loan-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 0;
  }
  .consumer-loans .consumer-loan-title {
    padding: 8px 20px 5px 15px;
    width: 50%;
    border-bottom: 0;
    border-right: 1px solid #e6e6e6;
  }
  .consumer-loans .consumer-loan-desc {
    padding: 12px 20px 10px 15px;
    width: 50%;
    text-align: right;
  }
  .consumer-loans .consumer-loan-table-desc {
    font-size: 14px;
  }
  .consumer-loans .holder-btn-scroll {
    display: none;
  }
  .consumer-loans .section-apply-loan .loan ~ .loan .loan-desc:after {
    top: -18px;
  }
  .consumer-loans .section-apply-loan .loan-desc {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .consumer-loans .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 8px;
  }
  .consumer-loans .holder-tab-template .holder-left-side {
    padding: 19px 10px 0;
  }
  .consumer-loans .holder-tab-template .holder-title {
    padding-bottom: 44px;
  }
  .consumer-loans .holder-tab-template .page-subtitle {
    font-size: 21px;
  }
  .consumer-loans .holder-tab-template .page-description {
    margin: 2px auto 32px;
  }
  .consumer-loans .holder-tab-template .btn-white-opacity {
    margin-bottom: 10px;
  }
  .consumer-loans .section-table {
    padding: 32px 12px;
  }
  .consumer-loans .table-title {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }
  .consumer-loans .consumer-loan-table {
    margin-bottom: 45px;
  }
  .consumer-loans .consumer-loan-table-row {
    margin: 0;
  }
  .consumer-loans .consumer-loan-holder {
    border-bottom: 0;
  }
  .consumer-loans .consumer-loan-title {
    padding: 10px 20px 10px 15px;
    width: 52%;
    border-bottom: 0;
    border-right: 1px solid #e6e6e6;
  }
  .consumer-loans .consumer-loan-desc {
    padding: 16px 20px 15px 15px;
    width: 48%;
    text-align: right;
  }
  .consumer-loans .consumer-loan-table-desc {
    font-size: 12px;
  }
  .consumer-loans .section-apply-loan {
    padding: 45px 15px 0;
  }
  .consumer-loans .section-notes {
    padding: 110px 0 110px;
  }
}

@media screen and (max-width: 575px) {
  .consumer-loans .section-notes {
    padding: 70px 10px 0;
  }
}

.global-market-banking .section-hero {
  margin-bottom: -47px;
}

@media screen and (max-width: 767px) {
  .global-market-banking .section-hero {
    margin-bottom: 0;
  }
}

.retail-banking .section-alternate .alternate-item-inverted {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .retail-banking .section-alternate .alternate-item-inverted {
    padding-bottom: 50px;
  }
}

.global-market .section-hero {
  margin-bottom: -67px;
}

.global-market .section-alternate .alternate-item:nth-child(2) {
  background-position: 50%;
}

.global-market .section-alternate .alternate-item:nth-child(3) .wrapper {
  margin-right: 8vw;
}

@media (max-width: 1300px) {
  .global-market .section-alternate .alternate-item:first-child {
    background-position: 10%;
  }
  .global-market .section-alternate .alternate-item:nth-child(2) {
    background-position: 35%;
  }
  .global-market .section-alternate .alternate-item:last-child {
    background-position: 20%;
  }
}

@media screen and (max-width: 991px) {
  .global-market .section-alternate .alternate-item:first-child {
    background-position: 20%;
  }
  .global-market .section-alternate .alternate-item:nth-child(2) {
    background-position: 25%;
  }
  .global-market .section-alternate .alternate-item:last-child .wrapper {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .global-market .section-hero {
    margin-bottom: 0;
  }
  .global-market .section-alternate .alternate-item:first-child {
    background-position: left;
  }
  .global-market .section-alternate .alternate-item:nth-child(2) {
    background-position: 87%;
  }
  .global-market .section-alternate .alternate-item:last-child .wrapper {
    margin: auto;
  }
}

.corporate-banking .section-alternate .alternate-item-inverted {
  padding-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .corporate-banking .section-alternate .alternate-item-inverted {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .corporate-banking .section-alternate .alternate-item:first-child {
    background-position: 55%;
  }
}

@media screen and (max-width: 767px) {
  .corporate-banking .section-alternate .alternate-item:first-child {
    background-position: 13%;
  }
}

.car-loan .holder-tab-template .holder-left-side {
  padding-top: 75px;
}

.car-loan .holder-tab-template .holder-title {
  padding-bottom: 56px;
}

.car-loan .holder-tab-template .page-description {
  margin: 6px auto 74px;
}

.car-loan .holder-tab-template .btn-white-opacity {
  margin-bottom: 46px;
}

.car-loan .section-features {
  padding-top: 0;
}

.car-loan .section-features .features-title {
  font-size: 20px;
}

.car-loan .section-features .features-title:after {
  top: 83px;
  height: 405px;
  border-width: 2px;
}

.car-loan .section-features .features-list {
  padding: 25px 0;
  max-width: 858px;
}

.car-loan .section-features .features {
  margin-bottom: 69px;
  padding: 19px 24px 17px 38px;
  max-width: 362px;
}

.car-loan .section-features .features:nth-child(2n) {
  margin: -43px 0 19px 0;
  padding-right: 51px;
  padding-left: 22px;
}

.car-loan .section-features .features:nth-child(3n) {
  margin-bottom: 84px;
}

.car-loan .section-features .features-desc {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .car-loan .holder-tab-template .holder-left-side {
    padding-top: 28px;
  }
}

@media screen and (max-width: 991px) {
  .car-loan .section-features {
    padding-right: 10px;
    padding-left: 10px;
  }
  .car-loan .section-features .features-list {
    max-width: 500px;
    padding: 15px 0;
  }
  .car-loan .section-features .features {
    margin-bottom: 32px;
    max-width: 197px;
  }
  .car-loan .section-features .features:nth-child(2n) {
    margin: -43px 0 -29px 0;
    padding-right: 15px;
    padding-left: 20px;
  }
  .car-loan .section-features .features:nth-child(5n) {
    padding: 19px 24px 17px 38px;
  }
  .car-loan .section-features .features:last-of-type {
    padding: 19px 24px 17px 38px;
  }
}

@media screen and (max-width: 767px) {
  .car-loan .holder-tab-template .holder-left-side {
    padding: 77px 10px 20px;
  }
  .car-loan .holder-tab-template .page-description {
    margin-bottom: 35px;
  }
  .car-loan .holder-tab-template .btn-white-opacity {
    margin-bottom: 30px;
  }
  .car-loan .section-features .features {
    margin: 0 auto;
    max-width: 100%;
  }
  .car-loan .section-features .features:nth-child(2n) {
    margin: 20px auto;
  }
  .car-loan .section-features .features:nth-child(3n) {
    margin-bottom: 20px;
  }
  .car-loan .section-features .features:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .car-loan .section-features .features {
    max-width: 270px;
  }
  .car-loan .section-features .holder-btn-scroll {
    display: none;
  }
}

.car-loan .section-apply-loan.discount-template .apply-loan-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: none;
  padding-bottom: 4px;
  font: 21px "Myriad Pro Bold";
  padding-top: 30px;
}

.car-loan .section-apply-loan.discount-template .apply-loan-title::after {
  content: none;
}

.car-loan .section-apply-loan.discount-template .apply-loan-subtitle {
  padding-bottom: 49px;
  font-size: 14px;
  color: #c40e00;
  font-weight: bold;
}

.car-loan .section-apply-loan.discount-template .loan-list {
  max-width: 850px;
  margin-top: 0 !important;
}

.car-loan .section-apply-loan.discount-template .loan-list .loan {
  background-color: #d9d9d963;
}

.car-loan .section-apply-loan.discount-template .loan-list .loan .loan-desc {
  border: 1px solid #d9d9d963;
  margin-bottom: 26px !important;
  padding: 20px;
}

.car-loan .section-apply-loan.discount-template .loan-list .loan .loan-desc::after {
  content: none;
}

.car-loan .tabs-wrapper .card-holder {
  height: auto !important;
}

.car-loan #applyLoanForm .holder-right-arrow {
  background-color: #c40e00;
}

.car-loan .section-calculate .holder-part2.part2-hide {
  display: none;
}

.car-loan .section-calculate .holder-part3.part3-show {
  display: block;
  padding-bottom: 135px;
}

.contact-us .section-hero {
  background-image: url(../images/contact-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.contact-us .section-hero .contact-info {
  padding: 18px 0;
}

.contact-us .section-hero .holder-contact {
  padding: 19px 0;
  color: #fff;
}

.contact-us .section-hero .contact-title {
  margin-bottom: 6px;
  font-size: 21px;
  color: #fcfcfc;
  font-family: "Myriad Pro SemiBold";
}

.contact-us .section-hero .contact-desc {
  font-size: 15px;
  letter-spacing: .5px;
  color: #eaeaea;
  font-family: "Frutiger Light";
}

.contact-us .section-hero .contact-num-link {
  margin-top: 10px;
}

.contact-us .section-hero .contact-num {
  margin-left: 10px;
  font-size: 15px;
  font-family: "Myriad Pro Regular";
  color: #eaeaea;
}

.contact-us .section-cta {
  padding: 35px 0px;
}

.contact-us .section-cta .holder-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-us .section-cta .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 25px 0;
  width: 25%;
}

.contact-us .section-cta .item:nth-of-type(-n+3) {
  border-right: 1px solid #dfdfdf;
}

.contact-us .section-cta .item-title {
  margin-top: 18px;
  font-size: 20px;
  letter-spacing: .5px;
  color: #454545;
  font-family: "Myriad Pro SemiBold";
}

.contact-us .section-form {
  padding: 67px 0 59px;
}

.contact-us .section-form .form-title {
  font: 28px "Frutiger Bold";
  letter-spacing: .8px;
}

.contact-us .section-form .form-group {
  margin-bottom: 21px;
}

.contact-us .section-form .form-field {
  margin-top: 12px;
}

.contact-us .section-form .form-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-us .section-form .form-list .form-group:first-child {
  margin-bottom: 38px;
}

.contact-us .section-form .form-list .form-group:last-child {
  margin-bottom: 0;
}

.contact-us .section-form .form-list__list {
  width: 31%;
}

.contact-us .section-form .form-note {
  font: 13px "Myriad Pro Light";
}

.contact-us .section-form .holder-header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-us .section-form .holder-form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 22px;
}

.contact-us .section-form .holder-form-list:first-child {
  width: 60%;
}

.contact-us .section-form .holder-form-list:last-child {
  width: 39%;
}

.contact-us .section-form .holder-note {
  margin-top: -20px;
}

.contact-us .section-form .btn-wrapper {
  margin-top: 37px;
}

.contact-us .section-form .btn-red {
  margin-right: auto;
  width: 243px;
  height: 37px;
}

.contact-us .section-form .btn-close {
  top: -7px;
  margin: 0;
}

.contact-us .section-form .btn-close:after, .contact-us .section-form .btn-close:before {
  top: -11px;
  left: -19px;
  height: 43px;
  background-color: #2b2b2b;
}

.contact-us .section-message .container {
  position: relative;
}

.contact-us .section-message .holder-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 459px;
}

.contact-us .section-message .holder-close {
  position: absolute;
  top: 64px;
  right: 30px;
}

.contact-us .section-message .btn-close {
  margin: 0;
}

.contact-us .section-message .btn-close:after, .contact-us .section-message .btn-close:before {
  left: -19px;
  height: 43px;
  background-color: #2b2b2b;
}

.contact-us .section-message .message-title {
  font: 30px "Frutiger Bold";
  color: #c40e00;
}

.contact-us .section-message .message-desc {
  margin-top: 12px;
  font: 500 15px "Arial";
}

@media screen and (min-width: 768px) {
  .contact-us .section-message .btn-close:active:after, .contact-us .section-message .btn-close:active:before, .contact-us .section-message .btn-close:focus:after, .contact-us .section-message .btn-close:focus:before, .contact-us .section-message .btn-close:hover:after, .contact-us .section-message .btn-close:hover:before,
  .contact-us .section-form .btn-close:active:after,
  .contact-us .section-form .btn-close:active:before,
  .contact-us .section-form .btn-close:focus:after,
  .contact-us .section-form .btn-close:focus:before,
  .contact-us .section-form .btn-close:hover:after,
  .contact-us .section-form .btn-close:hover:before {
    background-color: #c40e00;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-us .section-cta .item-title {
    font-size: 14px;
  }
  .contact-us .section-form {
    padding: 49px 0;
  }
  .contact-us .section-form .btn-close:after, .contact-us .section-form .btn-close:before {
    top: -7px;
    height: 33px;
  }
}

@media screen and (max-width: 991px) {
  .contact-us .section-form .holder-form-list:first-child, .contact-us .section-form .holder-form-list:last-child {
    width: 100%;
  }
  .contact-us .section-form .form-list .form-group:last-child {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .section-form {
    padding: 34px 0;
  }
  .contact-us .section-form .holder-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-us .section-form .holder-form {
    padding-top: 17px;
  }
  .contact-us .section-form .form-list.form-group:first-child {
    margin-bottom: 21px;
  }
  .contact-us .section-form .form-list__list {
    width: 100%;
  }
  .contact-us .section-form .form-title {
    padding-top: 35px;
    font-size: 23px;
  }
  .contact-us .section-form .btn-close:after, .contact-us .section-form .btn-close:before {
    top: 0;
    left: 0;
    height: 31px;
  }
  .contact-us .section-message .holder-close {
    right: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact-us .section-message .btn-close:after, .contact-us .section-message .btn-close:before {
    left: 0;
    height: 31px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .contact-us .section-cta {
    padding: 20px 0;
  }
  .contact-us .section-cta .item {
    width: 50%;
  }
  .contact-us .section-cta .item:nth-of-type(2) {
    border-right: 0;
  }
  .contact-us .section-cta .item-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .contact-us .section-cta {
    padding: 15px 0;
  }
  .contact-us .section-cta .item {
    width: 50%;
    padding: 10px 20px;
    margin: 15px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-us .section-cta .item:nth-of-type(-n+3) {
    border-right: none;
  }
  .contact-us .section-cta .holder-image img {
    max-height: 40px;
    max-width: 40px;
  }
  .contact-us .section-cta .item-title {
    font-size: 14px;
  }
}

.contact-us.feedback-page .banner-title-profile, .contact-us.feedback-page .banner-desc-profile {
  color: #ffffff;
}

.contact-us.feedback-page .items .item .item-column:last-child .holder {
  text-align: right;
}

.contact-us.feedback-page .items .item .item-column:last-child .holder .description {
  padding-right: 0;
  padding-left: 15px;
  font-family: Tahoma;
  font-size: 15px;
}

.contact-us.feedback-page .items .item .item-column:last-child .holder .title {
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
}

.contact-us.feedback-page form .part-title {
  margin-top: 40px;
  border-bottom: 1px solid #dbd7d7;
  padding-bottom: 15px;
}

.contact-us.feedback-page form .part-title p {
  font-size: 20px;
}

.contact-us.feedback-page form .text-area-wrapper {
  width: 60%;
}

.contact-us.feedback-page form .form-list__list.one-column {
  width: 100%;
}

.contact-us.feedback-page form .form-list__list.two-column {
  width: 48%;
}

.contact-us.feedback-page form .holder-note {
  margin-top: 40px;
}

.contact-us.feedback-page form .holder-note .form-note {
  font-size: 17px;
}

.contact-us.feedback-page form .holder-note .form-note.ar {
  padding-top: 30px;
  font-family: Tahoma;
  font-size: 16px;
  text-align: right;
}

.privacy-policy .section-privacy-content {
  position: relative;
}

.privacy-policy .section-privacy-content .holder-privacy-content {
  padding-top: 54px;
  margin-right: auto;
  width: 72%;
}

.privacy-policy .section-privacy-content .holder-content__list {
  position: relative;
  z-index: 2;
  margin-bottom: 45px;
}

.privacy-policy .section-privacy-content .content-title {
  font: 15px "Frutiger Etrablack";
  letter-spacing: .8px;
  text-transform: uppercase;
}

.privacy-policy .section-privacy-content .content-desc {
  padding-top: 5px;
  font: 15px "Frutiger Light";
  line-height: 1.6;
}

.privacy-policy .section-privacy-content .content-desc ul {
  position: relative;
  padding-left: 13px;
}

.privacy-policy .section-privacy-content .content-desc ul li {
  position: relative;
}

.privacy-policy .section-privacy-content .content-desc ul li:before {
  content: '\f0da';
  position: absolute;
  top: 3px;
  left: -13px;
  width: 10px;
  height: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.privacy-policy .section-privacy-content .content-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .privacy-policy .section-privacy-content .container {
    padding: 0 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .privacy-policy .section-privacy-content .holder-privacy-content {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy .section-privacy-content .holder-privacy-content {
    width: 100%;
  }
}

.cards-landing .cards-portal-banner .hero-btn.gray-button .btn-default {
  background-color: rgba(96, 94, 94, 0.75) !important;
  border-bottom: 5px solid #636363 !important;
}

.cards-landing .cards-portal-banner .hero-btn.gray-button .btn-default:hover {
  background-color: #eeeeee !important;
  color: #636363;
}

.cards-landing .section-services {
  padding-bottom: 94px;
}

.cards-landing .section-services .holder-services-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards-landing .section-services .holder-services-details {
  position: absolute;
  bottom: 36px;
  z-index: 2;
  padding: 0 52px;
  width: 100%;
}

.cards-landing .section-services .holder-services-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cards-landing .section-services .services-list {
  position: relative;
  width: 33.33%;
  color: #fff;
}

.cards-landing .section-services .services-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.cards-landing .section-services .services-list.active-rollover .services-image {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.cards-landing .section-services .services-title {
  padding: 67px 0 42px;
  font: 30px "Frutiger Bold";
  text-transform: uppercase;
}

.cards-landing .section-services .services-image {
  margin-bottom: -11px;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.cards-landing .section-services .services-desc {
  padding-bottom: 14px;
  font: 38px "Myriad Pro SemiBold";
  letter-spacing: 3.93px;
  line-height: 1;
  text-transform: uppercase;
}

.cards-landing .section-services .services-subdesc {
  display: -webkit-box;
  margin: 0 auto;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: 14px "Myriad Pro Regular";
  letter-spacing: .5px;
  text-overflow: ellipsis;
}

.cards-landing .section-services .holder-info {
  text-align: center !important;
}

.cards-landing .section-services .holder-info .hero-desc {
  padding: 25px 0 31px;
  font: 16px "Frutiger Light";
  line-height: 1.5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cards-landing .section-services .holder-services-details {
    bottom: 10px;
    padding: 0 28px;
  }
  .cards-landing .section-services .services-desc {
    font-size: 22px;
  }
  .cards-landing .section-services .services-subdesc {
    letter-spacing: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cards-landing .section-services {
    padding-bottom: 50px;
  }
  .cards-landing .section-services .holder-services-details {
    bottom: 6px;
    padding: 0 17px;
  }
  .cards-landing .section-services .services-title {
    padding: 35px 0;
    font-size: 23px;
  }
  .cards-landing .section-services .services-desc {
    font-size: 16px;
  }
  .cards-landing .section-services .services-subdesc {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .cards-landing .section-services .services-list:active .services-image, .cards-landing .section-services .services-list:focus .services-image, .cards-landing .section-services .services-list:hover .services-image {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@media screen and (max-width: 767px) {
  .cards-landing .section-services .break {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cards-landing .section-services .holder-services-details {
    bottom: 0;
    padding: 0 23px;
  }
  .cards-landing .section-services .services-list {
    width: 50%;
  }
  .cards-landing .section-services .services-list:last-child {
    height: 172.59px;
  }
  .cards-landing .section-services .services-desc {
    display: -webkit-box;
    margin: 0 auto;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
  }
  .cards-landing .section-services .services-subdesc {
    font-size: 11px;
  }
}

@media screen and (max-width: 575px) {
  .cards-landing .section-services {
    padding-bottom: 50px;
  }
  .cards-landing .section-services .holder-services-details {
    bottom: 12px;
    padding: 0 12px;
  }
  .cards-landing .section-services .services-list {
    width: 100%;
  }
  .cards-landing .section-services .services-list:last-child {
    height: 237.39px;
  }
  .cards-landing .section-services .services-list:last-child .holder-services-details {
    text-align: center;
  }
  .cards-landing .section-services .services-title {
    padding: 32px 0 20px;
    font-size: 20px;
  }
  .cards-landing .section-services .services-desc {
    padding-bottom: 8px;
    font-size: 19px;
    letter-spacing: 1.7px;
    text-align: center;
  }
  .cards-landing .section-services .services-subdesc {
    font-size: 12px;
    text-align: center;
  }
}

.press-release .latest-offers .holder-desc {
  min-height: 250px;
}

.press-release .latest-offers .holder-news-details.full-image .holder-swiper, .press-release .latest-offers .holder-news-details.full-image .holder-swiper .swiper-slide {
  width: 100% !important;
}

.press-release .section-news .holder-form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.press-release .section-news .tab-header {
  padding: 27px 3px;
  font: 35px "Myriad Pro Regular";
}

.press-release .section-news .tab-form {
  width: 210px;
  font-size: 16px;
  outline: 0;
}

.press-release .section-news .tab-date {
  font: 14px "Frutiger Light";
}

.press-release .section-news .tab-title {
  padding-top: 60px;
  margin-right: auto;
  width: 94%;
  font: 31px "Frutiger Bold";
}

.press-release .section-news .holder-news {
  padding-bottom: 90px;
  border-bottom: 1px solid #eaeaea;
}

.press-release .section-news .holder-press-release {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.press-release .section-news .holder-press-release:first-child .holder-news-list:first-child {
  width: 47%;
}

.press-release .section-news .holder-press-release:first-child .holder-news-list:first-child .holder-news-image {
  background-image: url("../images/press-image.jpg");
}

.press-release .section-news .holder-press-release:first-child .holder-news-list:nth-child(3) .holder-news-image, .press-release .section-news .holder-press-release:first-child .holder-news-list:nth-child(7) .holder-news-image {
  background-image: url("../images/press-image1.jpg");
}

.press-release .section-news .holder-press-release:first-child .holder-news-list:nth-child(6) .holder-news-image {
  background-image: url("../images/press-image2.jpg");
}

.press-release .section-news .holder-press-release:first-child .holder-news-list:nth-child(n+4) {
  margin-top: 67px;
}

.press-release .section-news .holder-press-release:first-child .holder-news-list:not(:first-child) {
  width: 20.5%;
}

.press-release .section-news .holder-press-release:last-of-type {
  margin-top: 73px;
}

.press-release .section-news .holder-press-release:last-of-type .holder-news-list:first-child, .press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(2) {
  width: 47%;
}

.press-release .section-news .holder-press-release:last-of-type .holder-news-list:first-child .holder-news-image {
  background-image: url("../images/press-image3.jpg");
}

.press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(2) .holder-news-image {
  background-image: url("../images/press-image4.jpg");
}

.press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(n+3) {
  margin-top: 77px;
  width: 20.5%;
}

.press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(3) .holder-news-image {
  background-image: url("../images/press-image5.jpg");
}

.press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(6) .holder-news-image {
  background-image: url("../images/press-image1.jpg");
}

.press-release .section-news .holder-news-list {
  border-top: 1px solid #eaeaea;
  border-bottom: 3px solid #c40e00;
}

.press-release .section-news .holder-news-image {
  height: 294px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.press-release .section-news .holder-news-image + .holder-news-details {
  padding: 17px 0 21px;
}

.press-release .section-news .holder-news-image + .holder-news-details .tab-title {
  padding-top: 7px;
  width: 78%;
  font-size: 22px;
}

.press-release .section-news .holder-news-image + .holder-news-details .tab-sm-title {
  padding-top: 5px;
  width: 82%;
  font-size: 15px;
}

.press-release .section-news .holder-news-details {
  padding: 21px 4px;
}

.press-release.is-arabic .section-news-details {
  direction: rtl;
  text-align: justify;
}

.press-release.is-arabic .section-news-details .holder-swiper-desc {
  min-height: 550px;
}

.press-release.is-arabic .section-news-details .holder-swiper-desc .holder-desc .news-desc {
  font: 16px "Tahoma" !important;
}

.press-release.is-arabic .section-news-details .news-title {
  margin-right: 0;
  margin-left: auto;
  text-align: justify;
}

.press-release.is-arabic .section-news-details .holder-close {
  right: auto;
  left: 35px;
}

.press-release .section-news-details {
  padding-bottom: 55px;
}

.press-release .section-news-details .holder-action {
  padding: 42px 0 28px;
  border-bottom: 2px solid #f2f2f2;
}

.press-release .section-news-details .holder-fa {
  margin-right: 21px;
  font-size: 17px;
}

.press-release .section-news-details .holder-details {
  position: relative;
  padding: 42px 2px;
}

.press-release .section-news-details .holder-swiper-desc {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 31px 5px;
}

.press-release .section-news-details .holder-swiper {
  padding-top: 8px;
  margin-right: 40px;
  width: 37%;
  float: left;
}

.press-release .section-news-details .holder-desc {
  width: 82%;
}

.press-release .section-news-details .holder-desc .news-desc:last-child {
  margin-top: 10px;
}

.press-release .section-news-details .holder-desc-bottom {
  margin-right: auto;
  margin-top: -10px;
  width: 82%;
}

.press-release .section-news-details .holder-close {
  position: absolute;
  right: 0;
}

.press-release .section-news-details .holder-action,
.press-release .section-news-details .holder-action-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.press-release .section-news-details .btn-default {
  height: 37px;
}

.press-release .section-news-details .btn-border-white {
  width: 43px;
  font: 16px "Frutiger Light";
  color: #c40e00;
  border-color: #eaeaea;
}

.press-release .section-news-details .btn-border-red {
  width: 123px;
}

.press-release .section-news-details .btn-border-red .icon {
  fill: #c40e00;
  stroke: #c40e00;
}

.press-release .section-news-details .btn-red {
  width: 117px;
  font-size: 13px;
  letter-spacing: 1px;
  border-bottom: 0;
}

.press-release .section-news-details .btn-red .icon {
  fill: #fff;
}

.press-release .section-news-details .btn-close:after, .press-release .section-news-details .btn-close:before {
  top: -23px;
  left: unset;
  right: 17px;
  height: 41px;
  background-color: #2b2b2b;
}

.press-release .section-news-details .holder-action-btn:not(:first-child) {
  margin-left: 12px;
}

.press-release .section-news-details .icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.press-release .section-news-details .news-date {
  font: 14px "Frutiger Light";
}

.press-release .section-news-details .news-title {
  padding-top: 13px;
  margin-right: auto;
  width: 76%;
  font: 45px "Frutiger Bold";
}

.press-release .section-news-details .news-image {
  width: 100%;
}

.press-release .section-news-details .news-desc {
  font: 16px "Myriad Pro Regular";
  line-height: 1.6;
  color: #2b2b2b;
  text-align: justify;
}

.press-release .section-news-details .news-desc:nth-child(4) {
  margin-top: 25px;
}

.press-release .section-news-details .swiper-action {
  position: absolute;
  bottom: -1px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.press-release .section-news-details .swiper-action-list:first-child {
  margin-right: 16px;
}

.press-release .section-news-details .swiper-pagination-fraction {
  position: relative;
  bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 38px;
  font: 14px "Frutiger Regular";
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
}

.press-release .section-news-details .swiper-btn {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 38px;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  opacity: 1;
  outline: 0;
}

.press-release .section-news-details .swiper-btn:first-child {
  margin-right: 5px;
}

.press-release .section-news-details .swiper-icon {
  width: 10px;
  height: 10px;
  fill: #fff;
}

.press-release .holder-news .holder-news-list.is-arabic .holder-news-details {
  direction: rtl;
  text-align: justify;
}

.press-release .holder-news .holder-news-list.is-arabic .holder-news-details .tab-title {
  margin-left: auto !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .press-release .section-news-details .holder-desc {
    width: 90%;
  }
}

@media screen and (max-width: 1199px) {
  .press-release .section-news-details .holder-desc {
    width: 100%;
  }
  .press-release .section-news-details .news-desc {
    margin-top: 10px;
  }
  .press-release .section-news-details .news-desc:nth-child(3) {
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .press-release .section-news .holder-press-release:first-child .holder-news-list:first-child {
    width: 48.5%;
  }
  .press-release .section-news .holder-press-release:first-child .holder-news-list:not(:first-child) {
    width: 22.5%;
  }
  .press-release .section-news .holder-press-release:last-of-type .holder-news-list:first-child, .press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(2) {
    width: 48.5%;
  }
  .press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(n+3) {
    width: 22.5%;
  }
  .press-release .section-news .tab-title {
    font-size: 21px;
  }
  .press-release .section-news .holder-news-image + .holder-news-details .tab-title {
    font-size: 19px;
  }
  .press-release .section-news .holder-news-image + .holder-news-details .tab-sm-title {
    width: 90%;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .press-release .section-news .holder-press-release:first-child .holder-news-list:first-child, .press-release .section-news .holder-press-release:last-of-type .holder-news-list:first-child {
    width: 100%;
  }
  .press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(2) {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-release .section-news .holder-news {
    padding-bottom: 50px;
  }
  .press-release .section-news .holder-press-release:first-child .holder-news-list:nth-child(n+2), .press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(n+2) {
    margin-top: 50px;
  }
  .press-release .section-news .holder-press-release:first-child .holder-news-list:not(:first-child) {
    width: 48%;
  }
  .press-release .section-news .holder-press-release:last-of-type {
    margin-top: 50px;
  }
  .press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(n+3) {
    width: 48%;
  }
  .press-release .section-news .tab-title {
    font-size: 28px;
  }
  .press-release .section-news-details .holder-details {
    padding-bottom: 0;
  }
  .press-release .section-news-details .holder-swiper-desc {
    padding-bottom: 0;
  }
  .press-release .section-news-details .news-title {
    width: 83%;
    font-size: 37px;
  }
}

@media screen and (min-width: 768px) {
  .press-release .section-news-details .btn-close:active:before, .press-release .section-news-details .btn-close:active:after, .press-release .section-news-details .btn-close:focus:before, .press-release .section-news-details .btn-close:focus:after, .press-release .section-news-details .btn-close:hover:before, .press-release .section-news-details .btn-close:hover:after {
    background-color: #c40e00;
  }
  .press-release .section-news-details .btn-red:active, .press-release .section-news-details .btn-red:focus, .press-release .section-news-details .btn-red:hover {
    background-color: transparent;
    border: 1px solid #c40e00;
  }
  .press-release .section-news-details .btn-red:active .icon, .press-release .section-news-details .btn-red:focus .icon, .press-release .section-news-details .btn-red:hover .icon {
    fill: #c40e00;
  }
  .press-release .section-news-details .btn-border-red:active .icon, .press-release .section-news-details .btn-border-red:focus .icon, .press-release .section-news-details .btn-border-red:hover .icon {
    fill: #fff;
    stroke: #fff;
  }
  .press-release .section-news-details .btn-border-white:active, .press-release .section-news-details .btn-border-white:focus, .press-release .section-news-details .btn-border-white:hover {
    border-color: #c40e00;
  }
  .press-release .section-news-details .swiper-btn {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .press-release .section-news-details .swiper-btn:active, .press-release .section-news-details .swiper-btn:focus, .press-release .section-news-details .swiper-btn:hover {
    background-color: #c40e00;
    border-color: #c40e00;
  }
}

@media screen and (max-width: 767px) {
  .press-release .section-news .holder-news {
    padding-bottom: 18px;
  }
  .press-release .section-news .holder-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 14px;
  }
  .press-release .section-news .tab-form {
    width: 100%;
  }
  .press-release .section-news .tab-header {
    padding: 18px 0px 15px;
    width: 100%;
    font-size: 20px;
  }
  .press-release .section-news .tab-title {
    padding-top: 23px;
    width: 69%;
    font-size: 15px;
  }
  .press-release .section-news .holder-press-release:first-child .holder-news-list:nth-child(n+2), .press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(n+2) {
    margin-top: 50px;
  }
  .press-release .section-news .holder-press-release:first-child .holder-news-list:nth-child(n+3), .press-release .section-news .holder-press-release:first-child .holder-news-list:not(:first-child), .press-release .section-news .holder-press-release:last-of-type .holder-news-list:nth-child(n+3), .press-release .section-news .holder-press-release:last-of-type .holder-news-list:not(:first-child) {
    margin-top: 38px;
    width: 100%;
  }
  .press-release .section-news .holder-press-release:last-of-type {
    margin-top: 50px;
  }
  .press-release .section-news .holder-news-image + .holder-news-details {
    padding-bottom: 14px;
  }
  .press-release .section-news .holder-news-image + .holder-news-details .tab-title {
    padding-top: 9px;
    width: 100%;
    font-size: 15px;
  }
  .press-release .section-news .holder-news-details {
    padding: 33px 0px;
  }
  .press-release .section-news-details {
    padding-bottom: 38px;
    overflow: hidden;
  }
  .press-release .section-news-details .holder-action {
    padding: 10px 0 17px;
  }
  .press-release .section-news-details .holder-action-btn:not(:first-child) {
    margin-left: 9px;
  }
  .press-release .section-news-details .holder-close {
    position: relative;
    right: unset;
    left: 50%;
  }
  .press-release .section-news-details .holder-details {
    padding: 13px 0;
  }
  .press-release .section-news-details .holder-swiper-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 0;
  }
  .press-release .section-news-details .holder-swiper {
    margin-right: 0;
    width: 100%;
    float: initial;
  }
  .press-release .section-news-details .holder-desc {
    padding-top: 11px;
  }
  .press-release .section-news-details .btn-border-white {
    width: 38px;
  }
  .press-release .section-news-details .btn-border-red {
    width: 99px;
  }
  .press-release .section-news-details .btn-red {
    width: 90px;
  }
  .press-release .section-news-details .btn-close:before, .press-release .section-news-details .btn-close:after {
    top: 0;
    right: 0;
    height: 21px;
  }
  .press-release .section-news-details .news-title {
    padding-top: 38px;
    width: 100%;
    font-size: 21px;
    line-height: 1.1;
  }
  .press-release .section-news-details .news-desc {
    font-size: 13px;
  }
}

@media screen and (min-width: 320px) and (max-width: 399px) {
  .press-release .section-news .holder-news-image {
    height: 186px;
    background-position: top center;
  }
}

.calculate .section-calculate {
  position: relative;
  left: 0;
  height: 100%;
  background: url("../images/bg-calculate.jpg") no-repeat;
  background-size: cover;
}

.calculate .section-calculate .holder-form-special {
  margin: 0 auto;
  max-width: 1095px;
}

.calculate .section-calculate .holder-part2 {
  display: block;
  padding-bottom: 75px;
  opacity: 1;
  height: 100%;
}

.calculate .section-calculate .holder-part2__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculate .section-calculate .holder-part2 .holder-content__list:first-child {
  padding-right: 0;
  width: 62%;
}

.calculate .section-calculate .holder-part2 .holder-content__list:last-child {
  padding: 0;
  width: 29%;
  border-left: 0;
}

.calculate .section-calculate .holder-part2 .holder-content__list:last-child .form-error .form-field {
  background: #e9e9e9;
  border-bottom: 1px solid #c40e00;
}

.calculate .section-calculate .holder-part2 .holder-content__list:last-child .form-field {
  background-color: rgba(250, 250, 250, 0.1);
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}

.calculate .section-calculate .holder-part2 .form-group,
.calculate .section-calculate .holder-part2 .form-select {
  font-family: "Myriad Pro Bold";
}

.calculate .section-calculate .holder-part2 .form-group.checked-loan {
  background: #e9e9e9;
}

.calculate .section-calculate .holder-part2 .holder-status .form-group {
  background: #f7f7f7;
}

.calculate .section-calculate .holder-part2 .holder-status .form-group.check {
  background: #e9e9e9;
}

.calculate .section-calculate .holder-part2 .holder-status .form-label {
  padding: 20px 0 0 71px;
  color: #2b2b2b;
  font: 16px "Myriad Pro Bold";
  letter-spacing: 1px;
}

.calculate .section-calculate .holder-part2 .holder-status .label-year {
  font: 13px "Myriad Pro SemiBold";
}

.calculate .section-calculate .holder-part2 .form-field {
  color: #2b2b2b;
  background: #e9e9e9;
}

.calculate .section-calculate .holder-part2 .holder-select__wLabel {
  background: #e9e9e9;
  cursor: pointer;
}

.calculate .section-calculate .holder-part2 .holder-select__wLabel .holder-form-label,
.calculate .section-calculate .holder-part2 .holder-select__wLabel .fa-caret-down {
  color: #a3a3a3;
  pointer-events: none;
  cursor: pointer;
}

.calculate .section-calculate .holder-part2 .holder-select__wLabel .holder-form-label {
  position: absolute;
  top: 36%;
  left: 46px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Myriad Pro Bold";
}

.calculate .section-calculate .holder-part2 .holder-select__wLabel .holder-form-label:after {
  left: 15px;
  top: 21px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 120px;
  border-color: #a3a3a3;
}

.calculate .section-calculate .holder-part2 .holder-select__wLabel .form-field {
  margin-right: auto;
  padding: 18px 75px 24px;
  width: 100%;
  color: #2b2b2b;
  background: #e9e9e9;
  cursor: pointer;
}

.calculate .section-calculate .holder-part2 .holder-flex_list {
  color: #2b2b2b;
  background: #f7f7f7;
}

.calculate .section-calculate .holder-part2 .fas, .calculate .section-calculate .holder-part2 .section-listings .listing-item:before, .section-listings .calculate .section-calculate .holder-part2 .listing-item:before, .calculate .section-calculate .holder-part2 .section-listings .listing-title-mobile:before, .section-listings .calculate .section-calculate .holder-part2 .listing-title-mobile:before, .calculate .section-calculate .holder-part2 .re-owned-properties .property-item:before, .re-owned-properties .calculate .section-calculate .holder-part2 .property-item:before, .calculate .section-calculate .holder-part2 .re-owned-properties .property-desc:before, .re-owned-properties .calculate .section-calculate .holder-part2 .property-desc:before {
  padding: 0;
  width: auto;
  color: #2b2b2b;
  border: 0;
}

.calculate .section-calculate .holder-part2 .holder-form2__list:nth-child(n+2) .form-group {
  padding: 27px 0;
  height: 73px;
  color: #2b2b2b;
  font: 17px "Myriad Pro Bold";
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: #f7f7f7;
}

.calculate .section-calculate .holder-part2 .holder-form2__list:nth-child(n+2) .form-group.checked-type, .calculate .section-calculate .holder-part2 .holder-form2__list:nth-child(n+2) .form-group.checked-bill {
  background: #e9e9e9;
}

.calculate .section-calculate .holder-part2 .btn-wrapper .error-message {
  color: #f11303;
  padding-top: 10px;
}

.calculate .section-calculate .holder-part2 .btn-wrapper .btn-loader {
  height: 51px;
}

.calculate .calculate-heading {
  position: relative;
  margin: 38px 0 18px;
}

.calculate .calculate-heading .btn-close {
  position: absolute;
  top: -23px;
  right: -26px;
  width: 30px;
  height: 32px;
}

.calculate .calculate-heading .btn-close:before, .calculate .calculate-heading .btn-close:after {
  left: 14px;
  width: 2px;
  height: 32px;
}

.calculate .calculate-title {
  color: #fff;
  font: 33px "Frutiger Light";
  text-align: center;
}

@media screen and (min-width: 768px) {
  .calculate .section-calculate .holder-part2 .form-select__1:active, .calculate .section-calculate .holder-part2 .form-select__1:focus, .calculate .section-calculate .holder-part2 .form-select__1:hover {
    background: #e9e9e9 url("../images/left-arrow-color.png") top 50% left 20px no-repeat;
  }
  .calculate .section-calculate .holder-part2 .holder-select__wLabel:active .holder-form-label,
  .calculate .section-calculate .holder-part2 .holder-select__wLabel:active .fa-caret-down, .calculate .section-calculate .holder-part2 .holder-select__wLabel:focus .holder-form-label,
  .calculate .section-calculate .holder-part2 .holder-select__wLabel:focus .fa-caret-down, .calculate .section-calculate .holder-part2 .holder-select__wLabel:hover .holder-form-label,
  .calculate .section-calculate .holder-part2 .holder-select__wLabel:hover .fa-caret-down {
    color: #c40e00;
  }
  .calculate .section-calculate .holder-part2 .holder-select__wLabel:active .form-select, .calculate .section-calculate .holder-part2 .holder-select__wLabel:focus .form-select, .calculate .section-calculate .holder-part2 .holder-select__wLabel:hover .form-select {
    background: #e9e9e9;
  }
}

@media screen and (max-width: 991px) {
  .calculate .section-calculate .holder-part2 .holder-content__list:first-child, .calculate .section-calculate .holder-part2 .holder-content__list:last-child {
    width: 100%;
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  .calculate .section-calculate {
    background-position: center;
  }
  .calculate .section-calculate .holder-part2 .holder-status .form-group {
    padding: 30px 0;
  }
  .calculate .section-calculate .holder-part2 .holder-status .form-label {
    padding-left: 0;
  }
  .calculate .calculate-heading {
    margin: 60px 0 5px;
  }
  .calculate .calculate-heading .btn-close {
    top: -56px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (max-width: 575px) {
  .calculate .breadcrumb-item + .breadcrumb-item:before {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.corporate-responsibility {
  /*
  / GLOBAL STYLES CORPORATE RESPONSIBILITY
  */
  /*
  / END OF GLOBAL STYLES CORPORATE RESPONSIBILITY
  */
}

.corporate-responsibility .holder-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.corporate-responsibility .section-title {
  margin-bottom: 25px;
  color: #fff;
  font-family: "Myriad Pro SemiBold";
  font-size: 31px;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
}

.corporate-responsibility .section-desc {
  width: 100%;
  max-width: 634px;
  margin: 0 auto;
  color: #e6e6e6;
  font-family: "Frutiger Light";
  font-size: 15px;
  text-align: center;
  letter-spacing: .5px;
  line-height: 1.75;
}

.corporate-responsibility .section-banner {
  background-image: url(../images/cl-strategy-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 366px;
}

.corporate-responsibility .section-banner .container {
  height: 100%;
}

.corporate-responsibility .section-banner .holder-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.corporate-responsibility .section-text-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 365px;
}

.corporate-responsibility .section-text-info .holder-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 60px;
}

.corporate-responsibility .section-text-info .holder-image {
  width: 50%;
}

.corporate-responsibility .section-text-info .corporate-image {
  width: 100%;
  height: 100%;
}

.corporate-responsibility .section-text-info .holder-text-info {
  padding: 50px 0;
}

.corporate-responsibility .section-text-info .title {
  margin-bottom: 14px;
  color: #333333;
  font-family: "Myriad Pro SemiBold";
  font-size: 31px;
  letter-spacing: .5px;
}

.corporate-responsibility .section-text-info .sub-title {
  padding-left: 4px;
  color: #333333;
  font-family: "Frutiger Regular";
  font-size: 15px;
  letter-spacing: -.1px;
  line-height: 1.85;
}

.corporate-responsibility .section-text-info .sub-title-width {
  max-width: 530px;
}

.corporate-responsibility .section-text-info .stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.corporate-responsibility .section-text-info .stat-list {
  font-family: "Frutiger Bold";
  text-align: center;
}

.corporate-responsibility .section-text-info .bg-light-gray {
  background-color: #f4f4f4;
}

.corporate-responsibility .section-text-info .bg-light-white {
  background-color: #efefef;
}

.corporate-responsibility .section-text-info .bg-lighter-white {
  background-color: #e5e5e5;
}

.corporate-responsibility .section-text-info .bg-white {
  background-color: #fff;
  border-right: 1px solid #f4f4f4;
}

.corporate-responsibility .section-text-info .bg-white-left {
  border-left: 1px solid #f4f4f4;
}

.corporate-responsibility .section-text-info .bg-white-left-bottom {
  border-left: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.corporate-responsibility .holder-layer .layer-title {
  text-align: center;
  font-family: "Myriad Pro SemiBold";
  font-size: 31px;
  letter-spacing: .5px;
}

.corporate-responsibility .holder-layer .line {
  position: relative;
  width: 100%;
  margin: 30px 0;
  height: 1px;
  background-color: #e0e0e0;
}

.corporate-responsibility .holder-layer .line:before {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  height: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 1.5px solid #f21206;
}

.corporate-responsibility .holder-layer .layer-paragraph {
  color: #454545;
  font-family: "Frutiger Light";
  font-size: 15px;
  text-align: center;
  letter-spacing: .5px;
  line-height: 1.75;
}

.corporate-responsibility .holder-layer .text-border-bottom, .corporate-responsibility .holder-layer .text-border-top {
  position: relative;
}

.corporate-responsibility .holder-layer .text-border-bottom:before, .corporate-responsibility .holder-layer .text-border-top:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 100%;
}

.corporate-responsibility .holder-layer .text-border-bottom:before {
  bottom: -10px;
  border-bottom: 1px solid #c50d01;
}

.corporate-responsibility .holder-layer .text-border-top:before {
  top: -15px;
  border-top: 1px solid #c50d01;
}

.corporate-responsibility .cl-strategy-tab .section-history {
  padding: 50px 0;
}

.corporate-responsibility .cl-strategy-tab .section-history .holder-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.corporate-responsibility .cl-strategy-tab .section-history .holder-left {
  position: relative;
  margin-top: 40px;
  padding: 0 50px 0 25px;
  width: 50%;
}

.corporate-responsibility .cl-strategy-tab .section-history .holder-right {
  position: relative;
  margin-top: 60px;
  padding: 0 0 40px 85px;
  width: 50%;
  border-left: 1px solid #dfdfdf;
}

.corporate-responsibility .cl-strategy-tab .section-history .history-title {
  font-size: 48px;
  color: #454545;
  font-family: "Myriad Pro Bold";
  letter-spacing: 1px;
}

.corporate-responsibility .cl-strategy-tab .section-history .history-desc {
  max-width: 515px;
  font-size: 15.5px;
  letter-spacing: .5px;
  line-height: 1.65;
  font-family: "Myriad Pro Regular";
}

.corporate-responsibility .cl-strategy-tab .section-history .history-desc:nth-of-type(1) {
  margin-top: 35px;
}

.corporate-responsibility .cl-strategy-tab .section-history .history-desc:nth-of-type(2) {
  margin-top: 27px;
}

.corporate-responsibility .cl-strategy-tab .section-history .swiper-pagination {
  bottom: 0;
}

.corporate-responsibility .cl-strategy-tab .section-history .swiper-pagination-bullet {
  margin-right: 10px;
  width: 10px;
  height: 10px;
}

.corporate-responsibility .cl-strategy-tab .section-history .swiper-pagination-bullet-active {
  background-color: #c40e00;
}

.corporate-responsibility .cl-strategy-tab .section-history .swiper-title {
  font-size: 20px;
  letter-spacing: .7px;
  color: #c40e00;
  font-family: "Myriad Pro Bold";
  text-transform: uppercase;
}

.corporate-responsibility .cl-strategy-tab .section-history .swiper-slide .list:nth-of-type(1) {
  margin-top: 15px;
}

.corporate-responsibility .cl-strategy-tab .section-history .swiper-slide .list:nth-of-type(n+2) {
  margin-top: 33px;
}

.corporate-responsibility .cl-strategy-tab .section-history .swiper-slide .list-title {
  font-size: 14px;
  letter-spacing: .5px;
  font-family: "Myriad Pro Bold";
}

.corporate-responsibility .cl-strategy-tab .section-history .swiper-slide .list-desc {
  margin-top: 10px;
  padding-right: 108px;
  font-size: 14.5px;
  line-height: 1.6;
  letter-spacing: .5px;
  font-family: "Myriad Pro Regular";
}

.corporate-responsibility .cl-strategy-tab .section-founded {
  padding: 130px 0 65px;
  background-color: #f5f5f5;
}

.corporate-responsibility .cl-strategy-tab .section-founded .holder-founded {
  margin-bottom: 65px;
}

.corporate-responsibility .cl-strategy-tab .section-founded .title {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Myriad Pro SemiBold";
  text-align: center;
  color: #454545;
  letter-spacing: .5px;
  line-height: 1.75;
}

.corporate-responsibility .cl-strategy-tab .section-founded .table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

.corporate-responsibility .cl-strategy-tab .section-founded .table:before {
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  /* left: 50%; */
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  height: 62px;
  border: 1px solid #adadad;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.corporate-responsibility .cl-strategy-tab .section-founded .table-title {
  position: relative;
  widows: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 15px;
  background-color: #c40e00;
  font-family: "Myriad Pro SemiBold";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.corporate-responsibility .cl-strategy-tab .section-founded .table-title:before {
  content: '';
  position: absolute;
  bottom: -37px;
  left: 50%;
  width: auto;
  height: 38px;
  border-right: 1px solid #adadad;
}

.corporate-responsibility .cl-strategy-tab .section-founded .table-list {
  position: relative;
  width: 152px;
  padding: 0 10px;
  z-index: 2;
}

.corporate-responsibility .cl-strategy-tab .section-founded .table-list:before {
  display: none;
  content: '';
  position: absolute;
  top: calc(50% - -1px);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 16px solid #000;
  border-bottom: 8px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.corporate-responsibility .cl-strategy-tab .section-founded .table-list:first-child:before {
  display: block;
  left: -25px;
}

.corporate-responsibility .cl-strategy-tab .section-founded .table-list:last-child:before {
  display: block;
  right: -25px;
}

.corporate-responsibility .cl-strategy-tab .section-founded .table-text {
  padding: 15px 0;
  font-size: 14px;
  color: #454545;
  letter-spacing: .5px;
  text-align: center;
  font-family: "Myriad Pro SemiBold";
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.corporate-responsibility .capital-optimization-tab .section-banner {
  height: 266px;
}

.corporate-responsibility .capital-optimization-tab .employees-title {
  font-family: "Myriad Pro SemiBold";
  font-size: 32px;
  letter-spacing: .5px;
  text-align: center;
}

.corporate-responsibility .capital-optimization-tab .employees-desc {
  max-width: 890px;
  margin: 8px auto 52px;
  font-family: "Frutiger Light";
  font-size: 15px;
  text-align: center;
  letter-spacing: .5px;
  line-height: 1.75;
}

.corporate-responsibility .capital-optimization-tab .holder-employees {
  padding: 58px 0 24px;
}

.corporate-responsibility .capital-optimization-tab .stat-item {
  max-width: 1142px;
  margin: 52px auto 0;
}

.corporate-responsibility .capital-optimization-tab .stat-title {
  font-size: 15px;
}

.corporate-responsibility .capital-optimization-tab .stat-list.open-width {
  width: 100%;
}

.corporate-responsibility .capital-optimization-tab .stat-num {
  margin-bottom: 33px;
  font-size: 60px;
  color: #c50d01;
}

.corporate-responsibility .capital-optimization-tab .holder-btn {
  padding: 25px 0;
  text-align: center;
}

.corporate-responsibility .capital-optimization-tab .holder-btn .fas, .corporate-responsibility .capital-optimization-tab .holder-btn .section-listings .listing-item:before, .section-listings .corporate-responsibility .capital-optimization-tab .holder-btn .listing-item:before, .corporate-responsibility .capital-optimization-tab .holder-btn .section-listings .listing-title-mobile:before, .section-listings .corporate-responsibility .capital-optimization-tab .holder-btn .listing-title-mobile:before, .corporate-responsibility .capital-optimization-tab .holder-btn .re-owned-properties .property-item:before, .re-owned-properties .corporate-responsibility .capital-optimization-tab .holder-btn .property-item:before, .corporate-responsibility .capital-optimization-tab .holder-btn .re-owned-properties .property-desc:before, .re-owned-properties .corporate-responsibility .capital-optimization-tab .holder-btn .property-desc:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #737373;
  border: 1px solid #737373;
  border-radius: 50%;
  cursor: pointer;
}

.corporate-responsibility .communities-tab .holder-layer {
  padding: 64px 0 52px;
}

.corporate-responsibility .communities-tab .holder-layer .line {
  margin: 50px 0;
}

.corporate-responsibility .communities-tab .stat-item {
  max-width: 1142px;
  margin: 63px auto 0;
}

.corporate-responsibility .communities-tab .stat-title {
  font-size: 16px;
  line-height: 1.75;
  font-family: "Myriad Pro Regular";
}

.corporate-responsibility .communities-tab .stat-item-layer .stat-list {
  width: 33.33%;
}

.corporate-responsibility .communities-tab .stat-item-community .stat-list {
  width: 33.33%;
}

.corporate-responsibility .communities-tab .stat-item-community .stat-list.open-width {
  width: 100%;
}

.corporate-responsibility .communities-tab .stat-item-environment .stat-list {
  width: 20%;
}

.corporate-responsibility .communities-tab .stat-list {
  margin-top: 25px;
}

.corporate-responsibility .communities-tab .stat-num {
  margin-bottom: 33px;
  font-size: 60px;
  color: #c50d01;
}

.corporate-responsibility .environment-tab .holder-employees .layer-paragraph {
  margin: 0 auto;
  padding-top: 16px;
  max-width: 765px;
}

.corporate-responsibility .environment-tab .holder-text-info .holder-layer {
  margin-bottom: 60px;
}

.corporate-responsibility .environment-tab .holder-layer {
  padding: 60px 0 0px;
}

.corporate-responsibility .environment-tab .holder-layer .layer-paragraph {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 934px;
  font-size: 15px;
}

.corporate-responsibility .environment-tab .logo-image {
  margin: 0 auto 25px;
  text-align: center;
}

.corporate-responsibility .environment-tab .layer-title {
  padding-bottom: 20px;
}

.corporate-responsibility .environment-tab .item-list {
  padding-left: 15px;
}

.corporate-responsibility .environment-tab .horizontal-line {
  margin: 25px 10px;
}

.corporate-responsibility .environment-tab .list .sub-title {
  font-size: 14px;
}

.corporate-responsibility .environment-tab .item-banner {
  background-image: url(../images/corporate-image-10.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 420px;
}

.corporate-responsibility .environment-tab .item-banner .container {
  height: 100%;
}

.corporate-responsibility .environment-tab .item-banner .holder-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.corporate-responsibility .environment-tab .item-banner .section-title {
  font-size: 41px;
}

.corporate-responsibility .environment-tab .item-banner .title-image {
  margin-bottom: 10px;
}

.corporate-responsibility .environment-tab .stat-item {
  padding-top: 42px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.corporate-responsibility .environment-tab .stat-list {
  color: #454545;
}

.corporate-responsibility .environment-tab .bordered-subtitle {
  padding: 15px;
  margin-top: 22px;
  border: 1px dashed #333333;
}

.corporate-responsibility .environment-tab .stat-title.tree-bold {
  font-family: "Frutiger Bold";
  font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .corporate-responsibility .section-bacnassurance-tabs .nav-tabs {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .corporate-responsibility .section-bacnassurance-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .corporate-responsibility .section-bacnassurance-tabs .nav-link {
    padding: 20px 15px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list {
    width: 20%;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:first-child:before {
    display: none;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:nth-of-type(5):before {
    display: block;
    left: -50px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:last-child:before {
    right: -50px;
  }
}

@media screen and (max-width: 1199px) {
  .corporate-responsibility .section-text-info .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .corporate-responsibility .section-text-info .holder-text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .corporate-responsibility .section-text-info .holder-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .corporate-responsibility .section-text-info .bg-white {
    border-left: 1px solid #f4f4f4;
  }
  .corporate-responsibility .section-text-info .bg-white-left {
    border-right: 1px solid #f4f4f4;
  }
  .corporate-responsibility .environment-tab .holder-layer {
    margin: 0;
  }
  .corporate-responsibility .environment-tab .item-full {
    margin-top: 30px;
  }
  .corporate-responsibility .environment-tab .item-full .holder-text:first-child {
    padding-bottom: 0;
  }
  .corporate-responsibility .environment-tab .item-full .holder-text:last-child {
    padding-top: 0;
  }
  .corporate-responsibility .environment-tab .item-full .holder-text:last-child .title {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .corporate-responsibility .cl-strategy-tab .section-founded .table-title:before {
    bottom: -65px;
    height: 65px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table:before {
    top: 25px;
    height: 68px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list {
    margin-bottom: 15px;
    margin: 0 20px 15px;
    padding: 0;
    z-index: 2;
  }
  .corporate-responsibility .environment-tab .stat-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list {
    margin-bottom: 50px;
    width: 33.33%;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list:nth-of-type(1) {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list:nth-of-type(5) {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media screen and (min-width: 768px) {
  .corporate-responsibility .capital-optimization-tab .holder-btn .fas, .corporate-responsibility .capital-optimization-tab .holder-btn .section-listings .listing-item:before, .section-listings .corporate-responsibility .capital-optimization-tab .holder-btn .listing-item:before, .corporate-responsibility .capital-optimization-tab .holder-btn .section-listings .listing-title-mobile:before, .section-listings .corporate-responsibility .capital-optimization-tab .holder-btn .listing-title-mobile:before, .corporate-responsibility .capital-optimization-tab .holder-btn .re-owned-properties .property-item:before, .re-owned-properties .corporate-responsibility .capital-optimization-tab .holder-btn .property-item:before, .corporate-responsibility .capital-optimization-tab .holder-btn .re-owned-properties .property-desc:before, .re-owned-properties .corporate-responsibility .capital-optimization-tab .holder-btn .property-desc:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .corporate-responsibility .capital-optimization-tab .holder-btn .fas:active, .corporate-responsibility .capital-optimization-tab .holder-btn .section-listings .listing-item:active:before, .section-listings .corporate-responsibility .capital-optimization-tab .holder-btn .listing-item:active:before, .corporate-responsibility .capital-optimization-tab .holder-btn .section-listings .listing-title-mobile:active:before, .section-listings .corporate-responsibility .capital-optimization-tab .holder-btn .listing-title-mobile:active:before, .corporate-responsibility .capital-optimization-tab .holder-btn .re-owned-properties .property-item:active:before, .re-owned-properties .corporate-responsibility .capital-optimization-tab .holder-btn .property-item:active:before, .corporate-responsibility .capital-optimization-tab .holder-btn .re-owned-properties .property-desc:active:before, .re-owned-properties .corporate-responsibility .capital-optimization-tab .holder-btn .property-desc:active:before, .corporate-responsibility .capital-optimization-tab .holder-btn .fas:focus, .corporate-responsibility .capital-optimization-tab .holder-btn .section-listings .listing-item:focus:before, .section-listings .corporate-responsibility .capital-optimization-tab .holder-btn .listing-item:focus:before, .corporate-responsibility .capital-optimization-tab .holder-btn .section-listings .listing-title-mobile:focus:before, .section-listings .corporate-responsibility .capital-optimization-tab .holder-btn .listing-title-mobile:focus:before, .corporate-responsibility .capital-optimization-tab .holder-btn .re-owned-properties .property-item:focus:before, .re-owned-properties .corporate-responsibility .capital-optimization-tab .holder-btn .property-item:focus:before, .corporate-responsibility .capital-optimization-tab .holder-btn .re-owned-properties .property-desc:focus:before, .re-owned-properties .corporate-responsibility .capital-optimization-tab .holder-btn .property-desc:focus:before, .corporate-responsibility .capital-optimization-tab .holder-btn .fas:hover, .corporate-responsibility .capital-optimization-tab .holder-btn .section-listings .listing-item:hover:before, .section-listings .corporate-responsibility .capital-optimization-tab .holder-btn .listing-item:hover:before, .corporate-responsibility .capital-optimization-tab .holder-btn .section-listings .listing-title-mobile:hover:before, .section-listings .corporate-responsibility .capital-optimization-tab .holder-btn .listing-title-mobile:hover:before, .corporate-responsibility .capital-optimization-tab .holder-btn .re-owned-properties .property-item:hover:before, .re-owned-properties .corporate-responsibility .capital-optimization-tab .holder-btn .property-item:hover:before, .corporate-responsibility .capital-optimization-tab .holder-btn .re-owned-properties .property-desc:hover:before, .re-owned-properties .corporate-responsibility .capital-optimization-tab .holder-btn .property-desc:hover:before {
    color: #c40e00;
    border: 1px solid #c40e00;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .corporate-responsibility .section-bacnassurance-tabs .nav-link {
    padding: 20px 15px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded {
    padding: 50px 0 20px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list {
    width: 130px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:first-child:before {
    display: none;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:nth-of-type(5):before {
    display: block;
    left: -50px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:last-child:before {
    right: -50px;
  }
  .corporate-responsibility .capital-optimization-tab .stat-list {
    width: 50%;
  }
  .corporate-responsibility .environment-tab .item-banner {
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  .corporate-responsibility .section-bacnassurance-tabs .nav-item {
    margin-bottom: 0;
    width: auto;
  }
  .corporate-responsibility .cl-strategy-tab .section-history .holder-left {
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }
  .corporate-responsibility .cl-strategy-tab .section-history .holder-right {
    padding: 25px;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    border-left: none;
  }
  .corporate-responsibility .cl-strategy-tab .section-history .swiper-slide {
    margin-bottom: 15px;
  }
  .corporate-responsibility .capital-optimization-tab .section-text-info .holder-text-info {
    padding: 0 0 50px;
  }
  .corporate-responsibility .capital-optimization-tab .stat-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .corporate-responsibility .capital-optimization-tab .stat-list {
    padding-bottom: 15px;
  }
  .corporate-responsibility .communities-tab .section-text-info .holder-text-info {
    padding: 0 0 50px;
  }
  .corporate-responsibility .communities-tab .holder-layer {
    padding: 35px 0;
  }
  .corporate-responsibility .communities-tab .stat-item {
    margin: 55px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .corporate-responsibility .communities-tab .stat-list {
    padding-bottom: 15px;
  }
  .corporate-responsibility .communities-tab .stat-title {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .corporate-responsibility .section-bacnassurance-tabs .nav-link {
    padding: 20px 15px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-title:before {
    bottom: -238px;
    height: 238px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table:before {
    top: 28px;
    height: 72px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list {
    margin-bottom: 25px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:before {
    top: 68px;
    border-left: 8px solid transparent;
    border-top: 16px solid #000;
    border-right: 8px solid transparent;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:first-child:before {
    left: -34px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:nth-of-type(3):before {
    display: block;
    right: -34px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:last-child:before {
    display: none;
  }
  .corporate-responsibility .cl-strategy-tab .section-history .history-title {
    font-size: 28px;
  }
  .corporate-responsibility .capital-optimization-tab .stat-list {
    width: 50%;
  }
  .corporate-responsibility .communities-tab .stat-list {
    padding-bottom: 15px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .corporate-responsibility .cl-strategy-tab .section-founded {
    padding: 40px 0;
  }
  .corporate-responsibility .environment-tab .layer-title br {
    display: none;
  }
  .corporate-responsibility .environment-tab .stat-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list {
    margin-bottom: 50px;
    width: 100%;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list:nth-of-type(1) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .corporate-responsibility .environment-tab .stat-item-environment .stat-list:nth-of-type(5) {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media screen and (max-width: 575px) {
  .corporate-responsibility .holder-layer .layer-title {
    font-size: 15px;
  }
  .corporate-responsibility .section-text-info .container {
    padding: 0;
  }
  .corporate-responsibility .section-text-info .holder-text-info {
    padding: 0;
  }
  .corporate-responsibility .section-text-info .item:first-child .holder-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .corporate-responsibility .section-text-info .holder-text {
    padding: 12px;
  }
  .corporate-responsibility .section-text-info .title {
    font-size: 22px;
  }
  .corporate-responsibility .section-text-info .title br {
    display: none;
  }
  .corporate-responsibility .section-text-info .heading-break {
    display: none;
  }
  .corporate-responsibility .section-bacnassurance-tabs .nav-link {
    padding: 12px 15px;
  }
  .corporate-responsibility .section-banner {
    height: auto;
  }
  .corporate-responsibility .section-banner .holder-content {
    padding: 50px 0;
  }
  .corporate-responsibility .section-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .corporate-responsibility .section-desc {
    font-size: 12px;
    letter-spacing: .4px;
  }
  .corporate-responsibility .breadcrumbs-holder .breadcrumbs {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .corporate-responsibility .breadcrumbs-holder .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .corporate-responsibility .breadcrumbs-holder .breadcrumb {
    width: 575px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded {
    padding: 15px 0;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .title {
    font-size: 14px;
    letter-spacing: 0;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .holder-founded {
    margin-bottom: 25px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-title {
    font-size: 16px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-title:before {
    display: none;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table:before {
    top: 0;
    width: 90px;
    height: calc(100% - 5px);
    border-top: 0;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list {
    width: 100%;
    margin-top: 10px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:first-child {
    margin-top: 40px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:first-child:after {
    content: '';
    position: absolute;
    top: -20px;
    right: calc(50% - 52px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 16px solid #000;
    border-right: 8px solid transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:before {
    top: -15px;
    border-left: 8px solid transparent;
    border-top: 16px solid #000;
    border-right: 8px solid transparent;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:first-child:before {
    left: calc(50% - 52px);
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:last-child {
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-list:last-child:before {
    display: none;
  }
  .corporate-responsibility .cl-strategy-tab .section-founded .table-text {
    max-width: 125px;
    margin: 0 auto;
  }
  .corporate-responsibility .cl-strategy-tab .section-history {
    padding: 25px 0;
  }
  .corporate-responsibility .cl-strategy-tab .section-history .holder-left {
    padding: 0;
  }
  .corporate-responsibility .cl-strategy-tab .section-history .holder-right {
    margin-top: 20px;
    padding: 25px 0;
  }
  .corporate-responsibility .cl-strategy-tab .section-history .history-title {
    font-size: 20px;
  }
  .corporate-responsibility .cl-strategy-tab .section-history .history-desc:nth-of-type(1) {
    margin-top: 20px;
    font-size: 14px;
  }
  .corporate-responsibility .cl-strategy-tab .section-history .swiper-slide .list-desc {
    padding-right: 0;
  }
  .corporate-responsibility .cl-strategy-tab .section-history .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .corporate-responsibility .capital-optimization-tab .holder-employees {
    padding: 15px 0;
  }
  .corporate-responsibility .capital-optimization-tab .layer-title {
    padding-bottom: 15px;
  }
  .corporate-responsibility .capital-optimization-tab .stat-item-layer .stat-list {
    width: 100%;
  }
  .corporate-responsibility .capital-optimization-tab .stat-num {
    font-size: 40px;
  }
  .corporate-responsibility .capital-optimization-tab .section-text-info .holder-text-info {
    padding: 0;
  }
  .corporate-responsibility .corporate-governance-tab .section-text-info .item:first-child .holder-text .heading-break {
    display: block;
  }
  .corporate-responsibility .communities-tab .stat-item-community .stat-list {
    padding-bottom: 15px;
    width: 100%;
  }
  .corporate-responsibility .environment-tab .item-banner {
    height: 300px;
  }
  .corporate-responsibility .environment-tab .item-banner .section-title {
    font-size: 20px;
  }
  .corporate-responsibility .environment-tab .layer-title br {
    display: none;
  }
  .corporate-responsibility .environment-tab .stat-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .corporate-responsibility .environment-tab .stat-list {
    margin-bottom: 35px;
    font-size: 16px;
  }
}

.cle-bank-mobile-app .section-hero {
  color: #fff;
  background: url("../images/cle-image.jpg") center no-repeat;
  background-size: cover;
}

.cle-bank-mobile-app .section-hero .holder-hero {
  padding: 48px 0;
  margin: 0 auto;
  width: 80%;
}

.cle-bank-mobile-app .section-hero .holder-hero-title {
  padding-bottom: 29px;
  border-bottom: 1px solid #dfdfdf;
}

.cle-bank-mobile-app .section-hero .holder-hero-action {
  padding-top: 14px;
}

.cle-bank-mobile-app .section-hero .holder-btn {
  padding-top: 16px;
  margin: 0 auto;
  width: 37%;
}

.cle-bank-mobile-app .section-hero .hero-title {
  font-size: 29px;
}

.cle-bank-mobile-app .section-hero .hero-desc {
  margin: 18px auto 0;
  width: 61%;
  font-size: 15px;
  line-height: 1.8;
}

.cle-bank-mobile-app .section-hero .btn-default {
  text-transform: initial;
}

.cle-bank-mobile-app .section-hero .btn-default:first-child {
  margin-right: 19px;
}

.cle-bank-mobile-app .section-hero .icon {
  margin-right: 19px;
  width: 34px;
  height: 34px;
  fill: #fff;
}

.cle-bank-mobile-app .section-swiper .holder-slide {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 85%;
}

.cle-bank-mobile-app .section-swiper .holder-details:first-child {
  padding-top: 95px;
  width: 42%;
}

.cle-bank-mobile-app .section-swiper .holder-details:last-child {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 53%;
}

.cle-bank-mobile-app .section-swiper .swiper-image {
  width: 100%;
}

.cle-bank-mobile-app .section-swiper .swiper-subtitle {
  font: 16px "Frutiger Bold";
  color: #c40e00;
  text-transform: uppercase;
}

.cle-bank-mobile-app .section-swiper .swiper-title {
  margin-top: 11px;
  font: 48px "Frutiger Bold";
  line-height: 1.2;
  color: #2b2b2b;
}

.cle-bank-mobile-app .section-swiper .swiper-desc {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8;
}

.cle-bank-mobile-app .section-swiper .swiper-pagination {
  left: 50%;
  padding-top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cle-bank-mobile-app .section-swiper .swiper-pagination-bullet {
  position: relative;
  margin: 0 7px;
  width: 11px;
  height: 11px;
  background-color: #dedede;
  opacity: 1;
  outline: 0;
}

.cle-bank-mobile-app .section-swiper .swiper-pagination-bullet-active {
  background-color: #c40e00;
}

.cle-bank-mobile-app .section-swiper .swiper-pagination-bullet-active.active-rollover .pagination-text {
  opacity: 0;
}

.cle-bank-mobile-app .section-swiper .swiper-pagination-bullet-active:active .pagination-text, .cle-bank-mobile-app .section-swiper .swiper-pagination-bullet-active:focus .pagination-text, .cle-bank-mobile-app .section-swiper .swiper-pagination-bullet-active:hover .pagination-text {
  opacity: 0;
}

.cle-bank-mobile-app .section-swiper .swiper-btn {
  top: 42%;
  width: 43px;
  height: 84px;
  background-image: none;
  background-size: contain;
  outline: 0;
}

.cle-bank-mobile-app .section-swiper .swiper-button-next {
  right: 0px;
}

.cle-bank-mobile-app .section-swiper .swiper-arrow {
  height: 55px;
  fill: #7d7d7d;
}

.cle-bank-mobile-app .section-swiper .pagination-text {
  position: relative;
  top: 21px;
  left: -30px;
  padding: 2px 0;
  width: 71px;
  opacity: 0;
  font-size: 12px;
  letter-spacing: .5px;
  color: #fff;
  background-color: #c40e00;
}

.cle-bank-mobile-app .section-swiper .pagination-text:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #c40e00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cle-bank-mobile-app .section-hero .hero-desc {
    width: 77%;
  }
  .cle-bank-mobile-app .section-hero .holder-btn {
    width: 55%;
  }
  .cle-bank-mobile-app .section-swiper .swiper-title {
    font-size: 32px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-subtitle {
    font-size: 14px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-desc {
    font-size: 12px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-btn {
    top: 50%;
    height: 59px;
  }
}

@media screen and (min-width: 768px) {
  .cle-bank-mobile-app .section-hero .btn-default:active, .cle-bank-mobile-app .section-hero .btn-default:focus, .cle-bank-mobile-app .section-hero .btn-default:hover {
    background-color: transparent;
  }
  .cle-bank-mobile-app .section-hero .btn-davys-gray:active, .cle-bank-mobile-app .section-hero .btn-davys-gray:focus, .cle-bank-mobile-app .section-hero .btn-davys-gray:hover {
    border-color: #414141;
  }
  .cle-bank-mobile-app .section-hero .btn-tea-green:active, .cle-bank-mobile-app .section-hero .btn-tea-green:focus, .cle-bank-mobile-app .section-hero .btn-tea-green:hover {
    border-color: #9ebc36;
  }
  .cle-bank-mobile-app .section-swiper .swiper-arrow {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .cle-bank-mobile-app .section-swiper .swiper-arrow:active, .cle-bank-mobile-app .section-swiper .swiper-arrow:focus, .cle-bank-mobile-app .section-swiper .swiper-arrow:hover {
    fill: #c40e00;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cle-bank-mobile-app .section-hero .holder-hero {
    width: 90%;
  }
  .cle-bank-mobile-app .section-hero .holder-btn {
    width: 63%;
  }
  .cle-bank-mobile-app .section-hero .hero-title {
    font-size: 23px;
  }
  .cle-bank-mobile-app .section-hero .hero-desc {
    width: 85%;
    font-size: 13px;
  }
  .cle-bank-mobile-app .section-swiper .holder-details:last-child {
    padding-left: 0;
  }
  .cle-bank-mobile-app .section-swiper .swiper-title {
    font-size: 19px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-subtitle {
    font-size: 12px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-desc {
    font-size: 11px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-btn {
    top: 50%;
    height: 53px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-arrow {
    height: 53px;
  }
}

@media screen and (max-width: 767px) {
  .cle-bank-mobile-app .section-hero .holder-hero {
    padding: 25px 0 34px;
    width: 100%;
  }
  .cle-bank-mobile-app .section-hero .holder-hero-title {
    padding-bottom: 27px;
  }
  .cle-bank-mobile-app .section-hero .holder-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    width: 100%;
  }
  .cle-bank-mobile-app .section-hero .holder-hero-action {
    padding-top: 0px;
  }
  .cle-bank-mobile-app .section-hero .hero-title {
    font-size: 19px;
  }
  .cle-bank-mobile-app .section-hero .hero-desc {
    margin-top: 26px;
    width: 100%;
    font-size: 12px;
  }
  .cle-bank-mobile-app .section-hero .btn-default {
    width: 100%;
    height: 53px;
  }
  .cle-bank-mobile-app .section-hero .btn-default:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .cle-bank-mobile-app .section-swiper {
    padding-top: 34px;
  }
  .cle-bank-mobile-app .section-swiper .holder-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .cle-bank-mobile-app .section-swiper .holder-details:first-child {
    padding-top: 10px;
    margin: 0 auto;
    width: 73%;
  }
  .cle-bank-mobile-app .section-swiper .holder-details:last-child {
    width: 100%;
  }
  .cle-bank-mobile-app .section-swiper .swiper-subtitle {
    font-size: 12px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-title {
    margin-top: 0;
    font-size: 20px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-desc {
    margin-top: 8px;
    font-size: 12px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-pagination {
    display: none;
  }
  .cle-bank-mobile-app .section-swiper .swiper-btn {
    top: 46%;
    height: 27px;
  }
  .cle-bank-mobile-app .section-swiper .swiper-arrow {
    height: 27px;
  }
}

.group-profile .section-hero {
  color: #000;
  background: url("../images/group-profile-image.jpg") center no-repeat;
  background-size: cover;
}

.group-profile .section-hero .holder-hero {
  padding: 65px 0 23px;
}

.group-profile .section-hero .holder-details {
  padding-top: 58px;
}

.group-profile .section-hero .holder-details_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.group-profile .section-hero .holder-details_list:first-child .holder-principle-list {
  width: 21%;
}

.group-profile .section-hero .holder-details_list:last-child .holder-principle-list {
  padding-top: 21px;
  width: 20%;
}

.group-profile .section-hero .hero-title {
  font: 30px "Frutiger Bold";
}

.group-profile .section-hero .hero-details-title {
  padding-top: 15px;
  font: 16px "Frutiger Bold";
  text-transform: uppercase;
}

.group-profile .section-hero .hero-details-desc {
  padding-top: 10px;
  margin: 0 auto;
  width: 73%;
  font-size: 14px;
  line-height: 1.6;
}

.group-profile .section-swiper .holder-swiper {
  padding: 89px 0 65px;
}

.group-profile .section-swiper .swiper-group-profile {
  padding-top: 43px;
}

.group-profile .section-swiper .swiper-slide {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.group-profile .section-swiper .swiper-slide-active .swiper-date {
  font-size: 63px;
  color: #c6140a;
}

.group-profile .section-swiper .swiper-slide-active .swiper-date:after {
  opacity: 1;
}

.group-profile .section-swiper .swiper-slide-active .swiper-desc {
  opacity: 1;
}

.group-profile .section-swiper .swiper-btn {
  top: 45%;
  background-image: none;
  outline: 0;
}

.group-profile .section-swiper .swiper-button-next {
  right: 41%;
}

.group-profile .section-swiper .swiper-button-prev {
  left: 41%;
}

.group-profile .section-swiper .swiper-icon {
  height: 35px;
  fill: #a1a1a1;
}

.group-profile .section-swiper .swiper-title {
  margin: 0 auto;
  width: 40%;
  font: 30px "Frutiger Bold";
  line-height: 1.2;
}

.group-profile .section-swiper .swiper-date {
  position: relative;
  padding-bottom: 9px;
  font-size: 35px;
  color: #cdcdcd;
}

.group-profile .section-swiper .swiper-date:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 29px;
  opacity: 0;
  border-bottom: 2px solid #303030;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.group-profile .section-swiper .swiper-desc {
  position: relative;
  left: 50%;
  padding-top: 24px;
  width: 274px;
  opacity: 0;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .group-profile .section-hero .holder-details_list:first-child .holder-principle-list {
    width: 23%;
  }
  .group-profile .section-hero .holder-hero {
    padding-top: 53px;
  }
  .group-profile .section-hero .holder-details {
    padding-top: 39px;
  }
  .group-profile .section-hero .hero-title {
    font-size: 27px;
  }
  .group-profile .section-hero .hero-details-desc {
    width: 95%;
    font-size: 12px;
  }
  .group-profile .section-swiper .holder-swiper {
    padding: 50px 0;
  }
  .group-profile .section-swiper .swiper-title {
    font-size: 23px;
  }
  .group-profile .section-swiper .swiper-slide-active .swiper-date {
    font-size: 44px;
  }
  .group-profile .section-swiper .swiper-date {
    font-size: 30px;
  }
  .group-profile .section-swiper .swiper-icon {
    height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .group-profile .section-swiper .swiper-icon {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .group-profile .section-swiper .swiper-icon:active, .group-profile .section-swiper .swiper-icon:focus, .group-profile .section-swiper .swiper-icon:hover {
    fill: #c40e00;
  }
  .group-profile .section-swiper .swiper-date {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  .group-profile .section-swiper .swiper-date:active, .group-profile .section-swiper .swiper-date:focus, .group-profile .section-swiper .swiper-date:hover {
    color: #c40e00;
    cursor: default;
  }
}

@media screen and (max-width: 991px) {
  .group-profile .section-hero .hero-details-desc {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .group-profile .section-hero .holder-details_list:first-child .holder-principle-list {
    width: 25%;
  }
  .group-profile .section-hero .holder-details_list:last-child .holder-principle-list {
    width: 26%;
  }
  .group-profile .section-hero .hero-details-title {
    height: 33px;
    font-size: 15px;
  }
  .group-profile .section-hero .hero-details-desc {
    font-size: 13px;
  }
  .group-profile .section-hero .hero-image {
    height: 25px;
  }
  .group-profile .section-swiper .holder-swiper {
    padding: 45px 0;
  }
  .group-profile .section-swiper .swiper-slide-active .swiper-date {
    font-size: 35px;
  }
  .group-profile .section-swiper .swiper-btn {
    top: 48%;
  }
  .group-profile .section-swiper .swiper-icon {
    height: 25px;
  }
  .group-profile .section-swiper .swiper-button-next {
    right: 38%;
  }
  .group-profile .section-swiper .swiper-title {
    font-size: 23px;
  }
  .group-profile .section-swiper .swiper-date {
    font-size: 25px;
  }
  .group-profile .section-swiper .swiper-desc {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .group-profile .section-hero .holder-hero {
    padding: 17px 0 23px;
  }
  .group-profile .section-hero .holder-details {
    padding-top: 36px;
  }
  .group-profile .section-hero .holder-details_list:first-child .holder-principle-list, .group-profile .section-hero .holder-details_list:last-child .holder-principle-list {
    width: 50%;
  }
  .group-profile .section-hero .holder-principle-list {
    margin-bottom: 35px;
  }
  .group-profile .section-hero .hero-title {
    font-size: 20px;
  }
  .group-profile .section-hero .hero-details-title {
    padding-top: 11px;
  }
  .group-profile .section-hero .hero-details-desc {
    padding-top: 8px;
    font-size: 12px;
  }
  .group-profile .section-hero .hero-image {
    height: 27px;
  }
  .group-profile .section-swiper .holder-swiper {
    padding: 20px 0 45px;
  }
  .group-profile .section-swiper .swiper-group-profile {
    padding-top: 36px;
  }
  .group-profile .section-swiper .swiper-slide-active .swiper-date {
    font-size: 42px;
  }
  .group-profile .section-swiper .swiper-btn {
    top: 50%;
  }
  .group-profile .section-swiper .swiper-button-next {
    right: 14px;
  }
  .group-profile .section-swiper .swiper-button-prev {
    left: 12px;
  }
  .group-profile .section-swiper .swiper-title {
    width: 90%;
    font-size: 21px;
  }
  .group-profile .section-swiper .swiper-desc {
    padding-top: 10px;
    width: 100%;
    font-size: 13px;
  }
  .group-profile .section-swiper .swiper-date {
    padding-bottom: 21px;
  }
}

.group-profile-two .holder-box-shadow .holder-content {
  padding-top: 109px;
}

.group-profile-two .holder-box-shadow .title-black {
  font-family: "Frutiger Bold";
  font-size: 35px;
  text-align: center;
}

.group-profile-two .holder-box-shadow .desc {
  padding-top: 9px;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  letter-spacing: .3px;
  text-align: center;
}

.group-profile-two .holder-box-shadow .title-red {
  font-family: "Frutiger Bold";
  font-size: 22px;
  color: #c20f06;
  text-align: center;
  line-height: 2;
}

.group-profile-two .holder-box-shadow .title-red.left {
  height: 79px;
  text-align: left;
  line-height: 1;
}

.group-profile-two .holder-box-shadow .col-desc {
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}

.group-profile-two .holder-box-shadow .col-desc.left {
  text-align: left;
}

.group-profile-two .holder-box-shadow .col-desc.left:before {
  content: '';
  display: block;
  margin: 0 0 17px;
  width: 28px;
  height: 1px;
  background: #000;
}

.group-profile-two .holder-box-shadow .col-desc:before {
  content: '';
  display: block;
  margin: 0 auto 17px;
  width: 28px;
  height: 1px;
  background: #000;
}

.group-profile-two .holder-box-shadow .holder-three-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 55px auto 38px;
  max-width: 1050px;
}

.group-profile-two .holder-box-shadow .holder-three-col .holder-col:first-child {
  width: 21%;
}

.group-profile-two .holder-box-shadow .holder-three-col .holder-col:nth-child(2) {
  width: 27%;
}

.group-profile-two .holder-box-shadow .holder-three-col .holder-col:last-child {
  width: 22%;
}

.group-profile-two .holder-box-shadow .holder-four-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 21px auto 0;
  max-width: 1327px;
}

.group-profile-two .holder-box-shadow .holder-four-col .title-red:after {
  display: none;
}

.group-profile-two .holder-box-shadow .holder-four-col .holder-col {
  width: 22%;
}

.group-profile-two .holder-box-shadow .holder-four-col .holder-col:first-child {
  width: 18.7%;
}

.group-profile-two .holder-box-shadow .holder-four-col .holder-col:last-child {
  width: 21%;
}

.group-profile-two .section-shareholding .holder-shareholding {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group-profile-two .section-shareholding .holder-shareholding-list {
  width: 50%;
  font-family: "Frutiger Light";
  color: #fff;
}

.group-profile-two .section-shareholding .holder-shareholding-list:first-child {
  position: relative;
  height: 557px;
  background: url("../images/directors-image2.jpg") center center no-repeat;
  background-size: cover;
}

.group-profile-two .section-shareholding .holder-shareholding-list:last-child {
  padding-left: 60px;
  background-color: #3a3a3a;
}

.group-profile-two .section-shareholding .holder-shareholding-list.with-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.group-profile-two .section-shareholding .holder-details {
  position: relative;
  left: 61%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 62px 47px 42px;
  margin-right: auto;
  width: 88%;
  height: 380px;
  border: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.group-profile-two .section-shareholding .holder-details.philosophy {
  padding: 104px 33px 42px;
}

.group-profile-two .section-shareholding .holder-ownership:not(:last-child) {
  margin-bottom: 48px;
}

.group-profile-two .section-shareholding .holder-sh-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 557px;
}

.group-profile-two .section-shareholding .details-title {
  position: relative;
  font-size: 33px;
  letter-spacing: .2px;
}

.group-profile-two .section-shareholding .details-title-with-border:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 39px;
  border-bottom: 1px solid #fff;
}

.group-profile-two .section-shareholding .details-desc {
  position: relative;
  padding: 29px 0 42px;
  margin-right: auto;
  width: 90%;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.78;
}

.group-profile-two .section-shareholding .details-desc:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39px;
  border-bottom: 1px solid #fff;
}

.group-profile-two .section-shareholding .details-desc-no-border:after {
  display: none;
}

.group-profile-two .section-shareholding .details-image {
  width: 100%;
}

.group-profile-two .section-shareholding .details-percent {
  font-size: 36px;
  position: relative;
}

.group-profile-two .section-shareholding .details-percent::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #c50d01;
}

.group-profile-two .section-shareholding .details-own-desc {
  margin-right: auto;
  width: 66%;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .9px;
}

.group-profile-two .section-featured-border {
  padding: 0;
  background-color: #f2f2f2;
}

.group-profile-two .section-featured-border .title-partnerships {
  font-family: "Myriad Pro Regular";
  font-size: 35px;
}

.group-profile-two .section-featured-border .holder-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

.group-profile-two .section-featured-border .desc {
  margin-top: 15px;
  max-width: 600px;
  font-size: 15px;
  line-height: 1.7;
}

.group-profile-two .section-featured-border .desc-bordered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  width: 185px;
  height: 60px;
  line-height: 1.3;
  border-left: 3px solid #c20f06;
}

.group-profile-two .section-featured-border .desc-bordered:nth-child(2) {
  width: 165px;
}

.group-profile-two .section-featured-border .title-cooperatives {
  padding-top: 55px;
  max-width: 420px;
  font-family: "Frutiger Bold";
  font-size: 20px;
}

.group-profile-two .section-featured-border .holder-featured .holder-image {
  left: 150px;
}

.group-profile-two .section-featured-border .holder-featured .holder-image:before {
  width: calc(100% - 228px);
}

.group-profile-two .section-featured-border .holder-featured:before {
  width: calc(100% - 78px);
}

.group-profile-two .section-featured-border .holder-partners {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 15px;
  margin-left: 13%;
}

.group-profile-two .section-daily-news .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0px;
}

.group-profile-two .section-daily-news .column {
  width: 50%;
}

.group-profile-two .section-daily-news .column .holder-image {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.group-profile-two .section-daily-news .column .holder-text {
  padding: 20px 48px 20px 43px;
  margin-left: -35px;
  background-color: #fff;
}

.group-profile-two .section-daily-news .column-image {
  width: calc(50% + 95px);
}

.group-profile-two .section-daily-news .section-title {
  padding-bottom: 21px;
}

.group-profile-two .section-daily-news .section-text {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 1199px) {
  .group-profile-two .holder-box-shadow .holder-content {
    padding-top: 50px;
  }
  .group-profile-two .holder-box-shadow .title-red {
    font-size: 20px;
  }
  .group-profile-two .holder-box-shadow .title-red.left {
    padding-bottom: 10px;
    height: auto;
  }
  .group-profile-two .holder-box-shadow .holder-three-col {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .group-profile-two .holder-box-shadow .holder-three-col .holder-col:first-child, .group-profile-two .holder-box-shadow .holder-three-col .holder-col:nth-child(2), .group-profile-two .holder-box-shadow .holder-three-col .holder-col:last-child {
    width: 30%;
  }
  .group-profile-two .holder-box-shadow .holder-four-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto 4px;
  }
  .group-profile-two .holder-box-shadow .holder-four-col .holder-col {
    margin-bottom: 30px;
    width: 45%;
  }
  .group-profile-two .holder-box-shadow .holder-four-col .holder-col:first-child, .group-profile-two .holder-box-shadow .holder-four-col .holder-col:last-child {
    width: 45%;
  }
  .group-profile-two .section-shareholding .holder-details {
    padding: 41px 47px;
    height: 344px;
  }
  .group-profile-two .section-shareholding .details-title {
    font-size: 30px;
  }
  .group-profile-two .section-shareholding .details-desc {
    width: 88%;
    font-size: 13px;
  }
  .group-profile-two .section-shareholding .details-own-desc {
    width: 84%;
    font-size: 12px;
  }
  .group-profile-two .section-featured-border .title-partnerships {
    font-size: 30px;
  }
  .group-profile-two .section-featured-border .desc {
    font-size: 13px;
  }
  .group-profile-two .section-featured-border .holder-featured .holder-image {
    left: 85px;
  }
  .group-profile-two .section-featured-border .holder-featured .holder-image:before {
    width: calc(100% - 125px);
  }
  .group-profile-two .section-featured-border .holder-featured:before {
    width: calc(100% - 40px);
  }
  .group-profile-two .section-featured-border .holder-featured:after {
    right: 50vw;
  }
  .group-profile-two .section-featured-border .holder-partners {
    margin-left: 12%;
  }
  .group-profile-two .section-daily-news .section-title {
    font-size: 25px;
  }
  .group-profile-two .section-daily-news .section-text {
    font-size: 13px;
  }
  .group-profile-two .section-daily-news .column .holder-text {
    padding: 35px;
    margin-left: -90px;
  }
}

@media screen and (max-width: 991px) {
  .group-profile-two .section-featured-border .holder-featured .holder-image {
    left: 64px;
    width: 80%;
  }
  .group-profile-two .section-featured-border .holder-featured .holder-image:before {
    right: auto;
    width: 65%;
  }
  .group-profile-two .section-featured-border .holder-partners {
    padding-right: 0;
    margin: 25px 15px;
    width: 50%;
  }
  .group-profile-two .section-daily-news .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .group-profile-two .section-daily-news .column {
    width: 100%;
  }
  .group-profile-two .section-daily-news .column-text {
    width: calc(100% - 100px);
    margin-top: -50px;
  }
  .group-profile-two .section-daily-news .column-text .holder-text {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .group-profile-two .holder-box-shadow .title-red.left {
    height: 63px;
  }
  .group-profile-two .section-shareholding .holder-details {
    padding: 41px 47px;
    height: 344px;
  }
  .group-profile-two .section-shareholding .holder-details.philosophy {
    padding: 104px 33px 60px;
    height: 400px;
  }
  .group-profile-two .section-shareholding .holder-shareholding-list:last-child {
    padding-left: 55px;
  }
  .group-profile-two .section-shareholding .details-title {
    font-size: 30px;
  }
  .group-profile-two .section-shareholding .details-desc {
    width: 88%;
    font-size: 13px;
  }
  .group-profile-two .section-shareholding .details-own-desc {
    width: 84%;
    font-size: 12px;
  }
  .group-profile-two .section-featured-border .holder-featured:before {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 767px) {
  .group-profile-two .holder-box-shadow .container:before {
    -webkit-transform: translate(-1px, -36px) !important;
            transform: translate(-1px, -36px) !important;
  }
  .group-profile-two .holder-box-shadow .holder-content {
    padding-top: 35px;
  }
  .group-profile-two .holder-box-shadow .title-black {
    font-size: 25px;
  }
  .group-profile-two .holder-box-shadow .desc,
  .group-profile-two .holder-box-shadow .col-desc {
    font-size: 14px;
  }
  .group-profile-two .holder-box-shadow .title-red {
    font-size: 18px;
  }
  .group-profile-two .holder-box-shadow .title-red.left {
    padding-bottom: 10px;
    height: auto;
  }
  .group-profile-two .holder-box-shadow .holder-three-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0;
  }
  .group-profile-two .holder-box-shadow .holder-three-col .holder-col .col-desc {
    font-size: 14px;
  }
  .group-profile-two .holder-box-shadow .holder-three-col .holder-col:first-child, .group-profile-two .holder-box-shadow .holder-three-col .holder-col:nth-child(2), .group-profile-two .holder-box-shadow .holder-three-col .holder-col:last-child {
    margin: 0 auto 30px;
    width: 80%;
  }
  .group-profile-two .holder-box-shadow .holder-four-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .group-profile-two .holder-box-shadow .holder-four-col .holder-col {
    width: 90%;
  }
  .group-profile-two .holder-box-shadow .holder-four-col .holder-col:first-child, .group-profile-two .holder-box-shadow .holder-four-col .holder-col:last-child {
    width: 90%;
  }
  .group-profile-two .section-shareholding .holder-details {
    top: 0;
    left: 0;
    display: block;
    padding: 25px 25px;
    width: 100%;
    height: 100%;
    -webkit-transform: initial;
            transform: initial;
  }
  .group-profile-two .section-shareholding .holder-details.philosophy {
    padding: 51px 37px 0;
  }
  .group-profile-two .section-shareholding .holder-shareholding-list {
    width: 100%;
  }
  .group-profile-two .section-shareholding .holder-shareholding-list:first-child {
    padding: 31px 10px;
    height: 100%;
  }
  .group-profile-two .section-shareholding .holder-shareholding-list:last-child {
    padding: 0 13px;
  }
  .group-profile-two .section-shareholding .holder-shareholding-list.with-bg-image {
    height: 300px;
  }
  .group-profile-two .section-shareholding .holder-sh-list {
    padding: 30px 0 80px;
    height: 100%;
  }
  .group-profile-two .section-shareholding .holder-sh-list .details-percent {
    font-size: 24px;
  }
  .group-profile-two .section-shareholding .holder-ownership:not(:last-child) {
    margin-bottom: 25px;
  }
  .group-profile-two .section-shareholding .details-title {
    font-size: 18px;
    letter-spacing: .6px;
  }
  .group-profile-two .section-shareholding .details-title-with-border:after {
    bottom: -3px;
  }
  .group-profile-two .section-shareholding .details-desc {
    padding: 11px 0 42px;
    width: 88%;
    font-size: 11px;
  }
  .group-profile-two .section-shareholding .details-own-desc {
    padding-top: 20px;
    width: 90%;
    font-size: 11px;
  }
  .group-profile-two .section-featured-border .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .group-profile-two .section-featured-border .title-partnerships {
    font-size: 22px;
  }
  .group-profile-two .section-featured-border .holder-featured .holder-image {
    left: 10px;
    width: 98%;
  }
  .group-profile-two .section-featured-border .holder-featured .holder-image:before {
    right: 174px;
    width: 155px;
  }
  .group-profile-two .section-featured-border .holder-partners {
    margin: 25px auto;
    width: 85%;
  }
  .group-profile-two .section-featured-border .holder-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 420px) {
  .group-profile-two .section-shareholding .holder-details.philosophy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 330px;
  }
  .group-profile-two .section-shareholding .holder-shareholding-list.philosophy {
    height: 350px;
  }
}

@media screen and (max-width: 575px) {
  .group-profile-two .holder-box-shadow .title-black {
    margin: auto;
    max-width: 250px;
    font-size: 22px;
  }
  .group-profile-two .section-featured-border .holder-featured .holder-image {
    left: -11px;
  }
  .group-profile-two .section-featured-border .holder-featured .holder-image:before {
    right: 134px;
    width: 150px;
  }
  .group-profile-two .section-shareholding .holder-details.philosophy {
    padding: 35px 10px 0;
  }
  .group-profile-two .section-shareholding .holder-shareholding-list.philosophy {
    padding: 38px 20px 0;
  }
  .group-profile-two .section-daily-news .column .holder-text {
    padding: 15px;
  }
  .group-profile-two .section-daily-news .column-text {
    width: calc(100% - 30px);
  }
}

.card-details .holder-left-side {
  padding: 15px 0;
}

.card-details .holder-left-side .btn-black-opacity-link {
  color: #fff;
  font-size: 12px;
}

.card-details .holder-left-side .btn-transparent-gray {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Myriad Pro Light";
  text-transform: unset;
  background: url(../images/icon-arrow-white.png) no-repeat 94% 50%;
}

.card-details .holder-left-side .holder-title {
  margin-top: 50px;
}

.card-details .holder-left-side .holder-title:before {
  top: 40px;
  bottom: unset;
}

.card-details .holder-left-side .holder-image {
  margin-bottom: 25px;
}

.card-details .holder-left-side .desc {
  margin: 25px 0 15px;
  font-size: 13px;
  color: #a3a3a3;
  font-family: "Myriad Pro Regular";
}

.card-details .holder-left-side .holder-helper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 25px;
  margin: auto;
  max-width: 300px;
}

.card-details .holder-left-side .holder-helper-list .btn-helper {
  line-height: normal;
  background-color: transparent;
}

.card-details .holder-left-side .holder-helper-list .bg-helper-white {
  border: 1px solid #fff;
}

.card-details .holder-left-side .holder-helper-list .bg-red {
  background-color: #c40e00;
  border: 1px solid #c40e00;
}

.card-details .holder-left-side .holder-helper-list .icon-text {
  color: #fff;
}

.card-details .holder-left-side .holder-helper-list .list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  width: 25%;
}

.card-details .holder-left-side .holder-helper-list .list-button .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  stroke: #fff;
}

.card-details .holder-left-side .holder-details {
  padding: 15px;
}

.card-details .holder-left-side .holder-custom-select {
  position: relative;
}

.card-details .holder-left-side .holder-checkbox {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 9;
  padding: 10px 20px;
  width: 100%;
  height: auto;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.card-details .holder-left-side .holder-checkbox .checkbox-text {
  padding: 5px 0 9px;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
}

.card-details .holder-left-side .holder-checkbox .checkbox-text:last-child {
  border: none;
}

.card-details .holder-left-side .holder-checkbox [type="checkbox"]:not(:checked),
.card-details .holder-left-side .holder-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.card-details .holder-left-side .holder-checkbox [type="checkbox"]:not(:checked) + .checkbox-label:before,
.card-details .holder-left-side .holder-checkbox [type="checkbox"]:checked + .checkbox-label:before {
  content: '\f00c';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  opacity: 0;
}

.card-details .holder-left-side .holder-checkbox [type="checkbox"]:checked + .checkbox-label {
  color: #c40e00;
}

.card-details .holder-left-side .holder-checkbox [type="checkbox"]:checked + .checkbox-label:before {
  opacity: 1;
}

.card-details .holder-left-side .holder-checkbox [type="checkbox"]:not(:checked) + .checkbox-label,
.card-details .holder-left-side .holder-checkbox [type="checkbox"]:checked + .checkbox-label {
  position: relative;
  width: 100%;
  font-size: 14px;
  letter-spacing: .5px;
  font-family: "Frutiger Regular";
  cursor: pointer;
}

.card-details .holder-left-side .custom-select-open {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.card-details .holder-tab-template .holder-left-side {
  max-height: 828px;
}

.card-details .features {
  position: relative;
  padding: 11px 22px;
  margin-left: 57.4%;
  margin-bottom: 7px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 208px;
}

.card-details .features-title:after {
  top: 66px;
  height: 518px;
}

.card-details .section-features {
  padding-top: 30px;
  height: 100%;
}

.card-details .section-features .container {
  height: 100%;
}

.card-details .section-features .features-numbered-list {
  padding: 0 15px;
}

.card-details .section-features .features-numbered-list .list {
  padding-left: 14px;
}

.card-details .section-features .btn-scroll-down {
  top: -41px;
}

.card-details .features-about-card .features:nth-child(1) .features-desc {
  max-width: 305px;
}

.card-details .features-about-card .features:nth-child(2) .features-desc {
  max-width: 265px;
}

.card-details .features-about-card .features:nth-of-type(4) .features-desc {
  max-width: 190px;
}

.card-details .features-about-card .features:nth-of-type(6) .features-desc {
  max-width: 265px;
}

.card-details .features-about-card .features:nth-child(2n) {
  padding-right: 32px;
  margin: 0 58.1% 10px auto;
}

.card-details .features-about-card .features:nth-of-type(3) {
  margin-bottom: 22px;
  padding: 20px 22px;
}

.card-details .features-about-card .features:nth-of-type(5) {
  margin-bottom: 0;
  padding: 22px;
}

.card-details .features-about-card .features:nth-of-type(6) {
  padding: 22px;
}

.card-details .features-privileges .features:nth-child(1) {
  margin-bottom: 22px;
  padding: 20px 22px;
}

.card-details .features-privileges .features:nth-child(2n) {
  padding-right: 10px;
  margin: 0 58.1% 10px auto;
}

.card-details .features-privileges .features:nth-child(3) {
  margin-bottom: 7px;
  padding: 20px 22px;
}

.card-details .features-privileges .features:nth-child(5n) {
  margin-bottom: 7px;
}

.card-details .features-privileges .features:nth-child(6) {
  max-width: 330px;
  padding-right: 15px;
}

.card-details .features-requirements {
  height: 100%;
  padding: 20px;
}

.card-details .features-requirements .features-title:after {
  display: none;
}

.card-details .features-requirements .container {
  height: 100%;
}

.card-details .features-requirements .holder-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.card-details .features-requirements .line {
  margin: 50px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .card-details .features {
    margin-bottom: 0;
  }
  .card-details .section-features .features-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .card-details .section-features .features-desc br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .card-details .holder-left-side .holder-helper-list .list-button:active, .card-details .holder-left-side .holder-helper-list .list-button:focus, .card-details .holder-left-side .holder-helper-list .list-button:hover {
    background-color: transparent;
  }
  .card-details .holder-left-side .holder-helper-list .list-button:active .icon, .card-details .holder-left-side .holder-helper-list .list-button:focus .icon, .card-details .holder-left-side .holder-helper-list .list-button:hover .icon {
    fill: #c40e00;
    stroke: #c40e00;
  }
  .card-details .holder-left-side .holder-helper-list .bg-helper-white {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .card-details .holder-left-side .holder-helper-list .bg-helper-white .icon-text {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .card-details .holder-left-side .holder-helper-list .bg-helper-white:active, .card-details .holder-left-side .holder-helper-list .bg-helper-white:focus, .card-details .holder-left-side .holder-helper-list .bg-helper-white:hover {
    border-color: #c40e00;
  }
  .card-details .holder-left-side .holder-helper-list .bg-helper-white:active .icon-text, .card-details .holder-left-side .holder-helper-list .bg-helper-white:focus .icon-text, .card-details .holder-left-side .holder-helper-list .bg-helper-white:hover .icon-text {
    color: #c40e00;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-details .holder-left-side {
    padding: 22px;
  }
  .card-details .holder-left-side .page-title {
    font-size: 25px;
  }
  .card-details .holder-left-side .holder-helper-list {
    padding: 0;
  }
  .card-details .holder-left-side .card-image {
    width: 100%;
  }
  .card-details .holder-left-side .btn-black-opacity-link {
    font-size: 11px;
  }
  .card-details .holder-left-side .holder-details {
    padding: 0;
  }
  .card-details .section-features .features-desc {
    font-size: 14px;
    line-height: 18px;
  }
  .card-details .features-privileges .features-desc br {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .card-details .holder-tab-template .holder-right-side .holder-content {
    max-height: 800px;
  }
}

@media screen and (max-width: 575px) {
  .card-details .holder-left-side {
    max-height: 100%;
    padding: 15px 0 0;
  }
  .card-details .holder-left-side .holder-title {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .card-details .holder-left-side .holder-title:before {
    top: 25px;
  }
  .card-details .holder-left-side .holder-helper-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-details .holder-left-side .holder-helper-list .list-button {
    max-width: 40px;
    height: 40px;
  }
  .card-details .holder-left-side .desc {
    font-size: 11.5px;
  }
  .card-details .holder-left-side .page-title {
    letter-spacing: .5px;
  }
  .card-details .card-image {
    width: 100%;
    max-width: 160px;
  }
  .card-details .features {
    margin: 15px;
    width: calc(100% - 15px);
    max-width: 100%;
  }
  .card-details .features:nth-child(2n) {
    margin: 15px 0;
  }
  .card-details .features:after {
    left: -27px;
    width: 17px;
  }
  .card-details .features:nth-child(2n):after {
    right: -25px;
  }
  .card-details .featuresfeatures:nth-child(6) {
    max-width: 100%;
  }
  .card-details .section-features .features-desc {
    font-size: 12px;
  }
  .card-details .features-about-card .features:nth-child(2n) {
    margin: 15px 0;
  }
  .card-details .features-privileges .features:nth-child(2n) {
    margin: 15px 0;
  }
  .card-details .features-privileges .features:nth-child(6) {
    max-width: 100%;
  }
  .card-details .holder-btn-scroll {
    display: none;
  }
}

.card-details .section-services {
  padding-bottom: 94px;
}

.card-details .section-services .holder-services-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-details .section-services .holder-services-details {
  position: absolute;
  bottom: 36px;
  z-index: 2;
  padding: 0 52px;
  width: 100%;
}

.card-details .section-services .holder-services-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-details .section-services .services-list {
  position: relative;
  width: 33.33%;
  color: #fff;
}

.card-details .section-services .services-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.card-details .section-services .services-list.active-rollover .services-image {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.card-details .section-services .services-title {
  padding: 67px 0 42px;
  font: 30px "Frutiger Bold";
  text-transform: uppercase;
}

.card-details .section-services .services-image {
  margin-bottom: -11px;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.card-details .section-services .services-desc {
  padding-bottom: 14px;
  font: 38px "Myriad Pro SemiBold";
  letter-spacing: 3.93px;
  line-height: 1;
  text-transform: uppercase;
}

.card-details .section-services .services-subdesc {
  display: -webkit-box;
  margin: 0 auto;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: 14px "Myriad Pro Regular";
  letter-spacing: .5px;
  text-overflow: ellipsis;
}

.card-details .section-services .holder-info {
  text-align: center !important;
}

.card-details .section-services .holder-info .hero-desc {
  padding: 25px 0 31px;
  font: 16px "Frutiger Light";
  line-height: 1.5;
}

@-moz-document url-prefix() {
  @media screen and (min-width: 1200px) and (max-width: 1440px) {
    .card-details .holder-left-side .holder-title {
      padding-bottom: 47px;
      margin-top: 18px;
    }
    .card-details .holder-left-side .holder-title:before {
      top: 29px;
      width: 77px;
    }
    .card-details .holder-left-side .holder-image .card-image {
      width: 196px;
    }
    .holder-tab-template .holder-left-side .page-title {
      font-size: 24px;
    }
    .holder-tab-template .holder-left-side .holder-buttons {
      margin-top: 14px;
    }
  }
}

.board-of-director .holder-btn-scroll .btn-scroll-up {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.board-of-director .tabs-wrapper .card-holder {
  height: 100%;
  margin: 0;
}

.board-of-director .tabs-wrapper .content-holder {
  height: 800px;
}

.board-of-director .section-directors .holder-directors {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.board-of-director .section-directors .holder-details, .board-of-director .section-directors .holder-image {
  width: 50%;
}

.board-of-director .section-directors .holder-image {
  background-size: cover;
  background-position: left center;
  height: 726px;
}

.board-of-director .section-directors .holder-details {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 88px;
}

.board-of-director .section-directors .holder-description {
  padding-top: 37px;
}

.board-of-director .section-directors .details-title, .board-of-director .section-directors .details-subtitle {
  font-weight: 600;
}

.board-of-director .section-directors .details-title {
  font-size: 20px;
  letter-spacing: .5px;
  color: #c6140a;
  text-transform: uppercase;
}

.board-of-director .section-directors .details-subtitle {
  padding-top: 3px;
  margin-right: auto;
  width: 50%;
  font-size: 20px;
  line-height: 1.2;
}

.board-of-director .section-directors .details-desc {
  margin-bottom: 24px;
  margin-right: auto;
  width: 88%;
  font-size: 14px;
  letter-spacing: .38px;
  line-height: 1.6;
}

.board-of-director .section-directors-template-2 .container {
  max-width: 1387px;
}

.board-of-director .section-directors-template-2 .holder-hierarchy {
  position: relative;
  padding: 61px 0 63px;
  border-bottom: 1px solid #c30f12;
}

.board-of-director .section-directors-template-2 .holder-hierarchy:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 46px;
  border-left: 1px solid #be1212;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.board-of-director .section-directors-template-2 .holder-dept-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 0 88px 12px;
}

.board-of-director .section-directors-template-2 .holder-department:first-child {
  width: 20%;
}

.board-of-director .section-directors-template-2 .holder-department:nth-child(2) {
  width: 40%;
}

.board-of-director .section-directors-template-2 .holder-department:last-child {
  width: 16%;
}

.board-of-director .section-directors-template-2 .holder-list {
  margin-top: 11px;
}

.board-of-director .section-directors-template-2 .holder-list:first-child {
  margin-right: 76px;
}

.board-of-director .section-directors-template-2 .details-title {
  margin: 0 auto;
  width: 31%;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: .1px;
  line-height: 1.4;
}

.board-of-director .section-directors-template-2 .details-image {
  padding-top: 17px;
}

.board-of-director .section-directors-template-2 .details-name {
  margin-top: 17px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: .69px;
  color: #c6140a;
}

.board-of-director .section-directors-template-2 .details-position {
  margin-top: 2px;
  font: 17px "Myriad Pro Regular";
}

.board-of-director .section-directors-template-2 .details-dept-desc {
  margin-right: auto;
  width: 80%;
  height: 43px;
  font-weight: 600;
  font-size: 15px;
}

.board-of-director .section-directors-template-2 .details-list {
  position: relative;
  font-size: 15px;
}

.board-of-director .section-directors-template-2 .details-list:before {
  content: "•";
  display: inline-block;
  margin: 0 -2px 0 -4px;
  width: 1em;
  font-size: 20px;
  color: #ce1000;
}

.board-of-director .section-management .holder-hierarchy {
  padding: 40px 0 37px;
}

.board-of-director .section-management .holder-hierarchy:after {
  height: 23px;
}

.board-of-director .section-management .holder-committee {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 61px;
}

.board-of-director .section-management .holder-committee__list {
  padding: 25px 0 19px 4px;
  width: 22%;
  border-bottom: 1px solid #dfdfdf;
}

.board-of-director .section-management .holder-committee__list:not(:nth-child(4n+4)) {
  margin-right: 49px;
}

.board-of-director .section-management .details-title {
  width: 100%;
}

.board-of-director .section-management .details-name {
  margin-top: 7px;
}

.board-of-director .section-management .details-position {
  margin-top: -2px;
}

.board-of-director .section-management .details-image {
  width: 85px;
}

.board-of-director .section-management .details-committee-name {
  font-size: 15px;
}

.board-of-director .section-management .details-positions {
  padding-top: 4px;
  font: 16px "Frutiger Bold";
}

.board-of-director .section-corporate .holder-corporate {
  padding: 15px 0;
}

.board-of-director .section-corporate .holder-action {
  padding-top: 39px;
  margin: 0 auto;
  width: 284px;
}

.board-of-director .section-corporate .details-title {
  padding-top: 20px;
  font: 22px "Frutiger Bold";
}

.board-of-director .section-corporate .details-desc {
  padding-top: 45px;
  margin: auto;
  width: 55%;
  font-size: 15px;
  line-height: 1.7;
}

.board-of-director .section-corporate .btn-default.btn-red a {
  color: #fff;
}

.board-of-director .section-corporate .btn-default.btn-red a:hover {
  color: #c40e00;
}

@media screen and (min-width: 1200px) {
  .board-of-director .tabs-wrapper .card-holder {
    min-height: 762px;
  }
  .board-of-director .tabs-wrapper .card-holder.board-of-directors-2 {
    min-height: 870px;
  }
  .board-of-director .tabs-wrapper .card-holder#regional-management-762-tab {
    min-height: 400px;
    height: auto;
  }
  .board-of-director .tabs-wrapper .card-holder#central-departments-managers-768-tab {
    min-height: 400px;
    height: auto;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .board-of-director .section-tabs-wrapper .holder-tab-template,
  .board-of-director .section-tabs-wrapper .holder-right-side,
  .board-of-director .section-tabs-wrapper .tabs-wrapper {
    height: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .board-of-director .tabs-wrapper .card-holder {
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .board-of-director .section-directors .holder-details {
    padding-left: 65px;
  }
  .board-of-director .section-directors .details-subtitle {
    width: 82%;
  }
  .board-of-director .section-directors-template-2 .holder-department:first-child, .board-of-director .section-directors-template-2 .holder-department:last-child {
    width: 25%;
  }
  .board-of-director .section-directors-template-2 .holder-department:nth-child(2) {
    width: 45%;
  }
  .board-of-director .section-directors-template-2 .details-title {
    width: 46%;
  }
  .board-of-director .section-directors-template-2 .details-list, .board-of-director .section-directors-template-2 .details-dept-desc {
    font-size: 13px;
  }
  .board-of-director .section-directors-template-2 .details-list:before {
    font-size: 16px;
  }
  .board-of-director .section-management .holder-committee__list {
    padding-bottom: 15px;
  }
  .board-of-director .section-management .holder-committee__list:not(:nth-child(4n+4)) {
    margin-right: 39px;
  }
  .board-of-director .section-management .details-title {
    width: 66%;
  }
  .board-of-director .section-management .details-positions {
    font-size: 13px;
  }
  .board-of-director .section-corporate .holder-corporate {
    padding: 103px 0 134px;
  }
  .board-of-director .section-corporate .details-desc {
    width: 68%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .board-of-director .section-directors .holder-details {
    padding-left: 49px;
  }
  .board-of-director .section-directors .holder-description {
    padding-top: 28px;
  }
  .board-of-director .section-directors .details-title, .board-of-director .section-directors .details-subtitle {
    font-size: 16px;
  }
  .board-of-director .section-directors-template-2 .holder-hierarchy {
    padding: 29px 0 39px;
  }
  .board-of-director .section-directors-template-2 .holder-hierarchy:after {
    height: 31px;
  }
  .board-of-director .section-directors-template-2 .holder-dept-list {
    padding-bottom: 30px;
  }
  .board-of-director .section-directors-template-2 .holder-department:first-child, .board-of-director .section-directors-template-2 .holder-department:last-child {
    width: 45%;
  }
  .board-of-director .section-directors-template-2 .holder-department:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .board-of-director .section-directors-template-2 .holder-department:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 14px;
  }
  .board-of-director .section-directors-template-2 .holder-department:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .board-of-director .section-directors-template-2 .holder-dept {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .board-of-director .section-directors-template-2 .holder-dept .holder-list {
    margin-top: 0;
    width: 45%;
  }
  .board-of-director .section-directors-template-2 .holder-dept .holder-list:first-child {
    margin-right: 0;
  }
  .board-of-director .section-directors-template-2 .details-title {
    width: 55%;
  }
  .board-of-director .section-directors-template-2 .details-dept-desc {
    width: 100%;
    height: 38px;
    font-size: 14px;
  }
  .board-of-director .section-management .holder-committee {
    padding-bottom: 0;
  }
  .board-of-director .section-management .holder-committee__list {
    padding-bottom: 15px;
    width: 30%;
  }
  .board-of-director .section-management .holder-committee__list:nth-child(4n+4), .board-of-director .section-management .holder-committee__list:not(:nth-child(4n+4)) {
    margin-right: 34px;
  }
  .board-of-director .section-management .holder-committee__list:nth-child(3n+3) {
    margin-right: 0;
  }
  .board-of-director .section-management .details-title {
    width: 76%;
    font-size: 18px;
  }
  .board-of-director .section-management .details-image {
    width: 76px;
  }
  .board-of-director .section-management .details-name, .board-of-director .section-management .details-position {
    font-size: 14px;
  }
  .board-of-director .section-management .details-committee-name {
    font-size: 12px;
  }
  .board-of-director .section-management .details-positions {
    font-size: 13px;
  }
  .board-of-director .section-corporate .holder-corporate {
    padding: 133px 0;
  }
  .board-of-director .section-corporate .details-desc {
    width: 86%;
  }
}

@media screen and (max-width: 991px) {
  .board-of-director .section-directors .holder-details {
    padding-right: 15px;
  }
  .board-of-director .section-directors .details-desc, .board-of-director .section-directors .details-subtitle {
    width: 100%;
  }
  .board-of-director .section-directors-template-2 .holder-dept {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .board-of-director .holder-tab-template .holder-right-side .tab-text {
    font-size: 12px;
  }
  .board-of-director .section-tabs-template {
    position: relative;
  }
  .board-of-director .section-tabs-template .swiper-wrapper {
    height: auto !important;
  }
  .board-of-director .section-tabs-template .holder-tab-template .holder-right-side .holder-tabs.holderTabsPosition {
    position: absolute;
    z-index: 24;
    top: 316px;
    width: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .board-of-director .section-tabs-template .holder-tab-template .holder-right-side .holder-tabs.holderTabsPosition.is--animate {
    top: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .board-of-director .section-tabs-template .section-directors .holder-image,
  .board-of-director .section-tabs-template .section-directors .holder-details {
    width: 100%;
  }
  .board-of-director .section-tabs-template .section-directors .holder-details {
    padding: 88px 0 0 10px;
  }
  .board-of-director .section-tabs-template .section-directors .holder-description {
    padding: 13px 0 0 2px;
  }
  .board-of-director .section-tabs-template .section-directors .holder-image {
    height: 316px;
  }
  .board-of-director .section-tabs-template .section-directors .details-title {
    font-size: 19px;
  }
  .board-of-director .section-tabs-template .section-directors .details-subtitle {
    padding-top: 14px;
    font-size: 14px;
    letter-spacing: .3px;
  }
  .board-of-director .section-tabs-template .section-directors .details-desc {
    margin-bottom: 19px;
    width: 93%;
    font-size: 11px;
  }
  .board-of-director .section-directors-template-2 .holder-hierarchy {
    padding: 6px 0 42px;
  }
  .board-of-director .section-directors-template-2 .holder-hierarchy:after {
    height: 31px;
  }
  .board-of-director .section-directors-template-2 .holder-department {
    margin-bottom: 30px;
  }
  .board-of-director .section-directors-template-2 .holder-department:first-child, .board-of-director .section-directors-template-2 .holder-department:nth-child(2), .board-of-director .section-directors-template-2 .holder-department:last-child {
    width: 100%;
  }
  .board-of-director .section-directors-template-2 .holder-list {
    margin-top: 0;
    width: 100%;
  }
  .board-of-director .section-directors-template-2 .holder-dept-list {
    padding: 17px 0 88px 2px;
  }
  .board-of-director .section-directors-template-2 .details-title {
    width: 88%;
    font-size: 18px;
    line-height: 1.5;
  }
  .board-of-director .section-directors-template-2 .details-image {
    padding-top: 13px;
    width: 91px;
  }
  .board-of-director .section-directors-template-2 .details-name {
    margin-top: 9px;
    font-size: 14px;
    letter-spacing: .43px;
  }
  .board-of-director .section-directors-template-2 .details-position {
    margin-top: 0;
    font-size: 12px;
    letter-spacing: .5px;
  }
  .board-of-director .section-directors-template-2 .details-dept-desc {
    width: 100%;
    height: 41px;
  }
  .board-of-director .section-directors-template-2 .details-list {
    font-size: 12px;
  }
  .board-of-director .section-management .holder-hierarchy {
    padding-bottom: 27px;
  }
  .board-of-director .section-management .holder-hierarchy:after {
    height: 20px;
  }
  .board-of-director .section-management .holder-committee {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .board-of-director .section-management .holder-committee__list {
    width: 48%;
  }
  .board-of-director .section-management .holder-committee__list:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
  .board-of-director .section-management .details-title {
    width: 91%;
    font-size: 16px;
  }
  .board-of-director .section-management .details-image {
    width: 77px;
  }
  .board-of-director .section-management .details-committee-name {
    font-size: 13px;
  }
  .board-of-director .section-management .details-positions {
    font-size: 11px;
  }
  .board-of-director .section-corporate .holder-corporate {
    padding: 120px 0;
  }
  .board-of-director .section-corporate .details-title {
    font-size: 19px;
  }
  .board-of-director .section-corporate .details-desc {
    width: 100%;
    font-size: 12px;
  }
}

.services .section-title {
  color: #fff;
}

.services .services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 56px 0;
  border-bottom: 1px solid #e6e6e6;
}

.services .services-list:nth-child(2) {
  padding-bottom: 65px;
}

.services .services-holder {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66%;
          flex: 0 0 16.66%;
  max-width: 16.66%;
  text-align: center;
}

.services .services-holder:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 56px;
  border-right: 1px solid #cfcfcf;
}

.services .services-holder:last-of-type:after {
  display: none;
}

.services .img-service-holder {
  margin-bottom: 16px;
  height: 70px;
  line-height: 70px;
}

.services .img-services {
  max-width: 100%;
}

.services .services-title {
  color: #3a3a3a;
  font: 14px "Frutiger Bold";
  line-height: 14px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .services .services-holder:active .services-title, .services .services-holder:focus .services-title, .services .services-holder:hover .services-title {
    color: #c40f00;
  }
}

@media screen and (max-width: 991px) {
  .services .services-list {
    padding-bottom: 0;
  }
  .services .services-list:nth-child(2) {
    padding-bottom: 0;
  }
  .services .services-holder {
    margin-bottom: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .services .services-holder:nth-child(3n):after {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .services .section-services-list .container {
    padding: 0 8px;
  }
  .services .services-list {
    padding: 17px 0 0;
  }
  .services .services-list:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services .services-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .services .services-holder:after {
    top: 41%;
  }
  .services .services-holder:nth-child(3n):after {
    display: block;
  }
  .services .services-holder:nth-child(2n):after {
    display: none;
  }
  .services .img-service-holder {
    margin-bottom: 9px;
    height: 50px;
    line-height: 50px;
  }
  .services .img-services {
    max-width: 43px;
    max-height: 43px;
  }
  .services .services-title {
    font-size: 11px;
    line-height: 11px;
  }
}

.re-owned-properties .section-hero-banner {
  padding: 37px 0 32px;
}

.re-owned-properties .re-owned-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0 67px;
}

.re-owned-properties .invest-property-holder {
  padding-top: 29px;
  padding-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
  border-top: 1px solid #efefef;
}

.re-owned-properties .invest-property-title {
  margin-bottom: 32px;
  font: 30px "Frutiger Bold";
  line-height: 35px;
}

.re-owned-properties .btn-red-border {
  margin-top: 36px;
}

.re-owned-properties .filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding: 12px 13px 10px;
  height: 43px;
  font-size: 13px;
  letter-spacing: -.8px;
  background: #f4f4f4;
  cursor: pointer;
}

.re-owned-properties .filter-btn .fa-filter {
  margin-left: auto;
  margin-right: 5px;
  padding-top: 5px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .re-owned-properties .filter-btn {
    display: none;
  }
}

.re-owned-properties .filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .re-owned-properties .filters-list {
    display: none;
  }
}

.re-owned-properties .btn-red-border {
  margin-bottom: 15px;
}

.re-owned-properties .filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 9px 2px 13px;
  font-size: 13px;
  background: #cfcfcf;
  border-radius: 20px;
}

.re-owned-properties .filter-selected .btn-close {
  margin: 5px 0 0 15px;
  width: 11px;
  height: 11px;
}

.re-owned-properties .filter-selected .btn-close:before, .re-owned-properties .filter-selected .btn-close:after {
  left: 4px;
  width: 1px;
  height: 8px;
  background: #000;
}

.re-owned-properties .property-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.re-owned-properties .property {
  margin-bottom: 33px;
  padding: 25px 24px 41px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  border: 1px solid #efefef;
}

.re-owned-properties .property-header {
  position: relative;
  margin: 0 -24px 48px;
  padding: 0 24px 33px;
  border-bottom: 1px solid #efefef;
}

.re-owned-properties .property .btn-red-border {
  max-width: 100px;
  height: 35px;
  margin-bottom: 0;
  width: 100%;
  margin-top: 20px;
}

.re-owned-properties .property-name {
  font: 18px "Frutiger Bold";
}

.re-owned-properties .property-area {
  position: absolute;
  bottom: -16px;
  left: 23px;
  padding-top: 5px;
  min-width: 83px;
  height: 28px;
  color: #fff;
  font: 15px "Frutiger Bold";
  text-align: center;
  background: #c40e00;
}

.re-owned-properties .properties-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 11px;
  margin-bottom: 22px;
}

.re-owned-properties .property-item {
  position: relative;
  margin-bottom: 9px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  max-width: 47%;
  font: 14px "Arial";
}

.re-owned-properties .property-item:nth-child(2n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}

.re-owned-properties .property-item:before {
  content: '\f0da';
  position: absolute;
  top: 4px;
  left: -9px;
  width: 10px;
  height: 10px;
  color: #c40e00;
}

.re-owned-properties .property-desc {
  position: relative;
  padding-left: 11px;
  padding-right: 7px;
  font: 13px "Arial";
  line-height: 21px;
  letter-spacing: .6px;
}

.re-owned-properties .property-desc:before {
  content: '\f0da';
  position: absolute;
  top: 4px;
  left: 2px;
  width: 10px;
  height: 10px;
  color: #c40e00;
}

.re-owned-properties .btn-down-holder {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

.re-owned-properties .selected-apartment {
  padding: 29px 24px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.6%;
          flex: 0 0 30.6%;
  max-width: 30.6%;
  border: 1px solid #efefef;
}

.re-owned-properties .selected-apartment .property-header {
  margin-bottom: 41px;
  padding-bottom: 6px;
}

.re-owned-properties .selected-apartment .properties-details {
  padding-left: 21px;
  padding-bottom: 17px;
  margin-bottom: 28px;
  border-bottom: 1px solid #efefef;
}

.re-owned-properties .selected-apartment .property-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 15px;
}

.re-owned-properties .selected-apartment .property-item:before {
  left: -20px;
}

.re-owned-properties .selected-apartment .property-desc {
  padding-left: 21px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .2px;
}

.re-owned-properties .inquiries-form {
  position: relative;
  padding-top: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65.4%;
          flex: 0 0 65.4%;
  max-width: 65.4%;
  border-top: 1px solid #efefef;
}

.re-owned-properties .inquiries-form .invest-property-title {
  margin-bottom: 42px;
}

.re-owned-properties .inquiries-form .btn-close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 34px;
  height: 41px;
}

.re-owned-properties .inquiries-form .btn-close:after, .re-owned-properties .inquiries-form .btn-close:before {
  left: 16px;
  width: 2px;
  height: 44px;
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.re-owned-properties .inquiries-form .section-thanks-message .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 459px;
}

.re-owned-properties .inquiries-form .section-thanks-message .container .section-title {
  font: 30px "Frutiger Bold";
  color: #c40e00;
}

.re-owned-properties .inquiries-form .section-thanks-message .container .section-subtitle {
  margin-top: 12px;
  font: 500 15px "Arial";
}

.re-owned-properties .inquire-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.re-owned-properties .inquire-form-row .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
}

.re-owned-properties .message .form-label {
  top: -10px;
}

.re-owned-properties .btn-red-border {
  max-width: 295px;
}

@media screen and (max-width: 1199px) {
  .re-owned-properties .invest-property-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .re-owned-properties .inquiries-form .btn-close:active:before, .re-owned-properties .inquiries-form .btn-close:active:after, .re-owned-properties .inquiries-form .btn-close:focus:before, .re-owned-properties .inquiries-form .btn-close:focus:after, .re-owned-properties .inquiries-form .btn-close:hover:before, .re-owned-properties .inquiries-form .btn-close:hover:after {
    background: #c40e00;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .re-owned-properties .btn-red-border {
    margin: 36px auto 0;
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .re-owned-properties .invest-property-holder {
    margin-bottom: 40px;
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .re-owned-properties .property-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .re-owned-properties .property-item:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .re-owned-properties .inquiries-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .re-owned-properties .selected-apartment {
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .re-owned-properties .section-hero-banner {
    padding: 19px 0 10px;
  }
  .re-owned-properties .re-owned-details > .container {
    padding: 0 8px;
  }
  .re-owned-properties .re-owned-row {
    padding: 10px 0 17px;
  }
  .re-owned-properties .invest-property-holder {
    margin-bottom: 20px;
    padding-top: 3px;
    padding-left: 3px;
    border-top: 0;
  }
  .re-owned-properties .invest-property-title {
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .2px;
  }
  .re-owned-properties .filter-holder .btn-red-border {
    max-width: 100%;
  }
  .re-owned-properties .filter-holder-open {
    height: auto;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .re-owned-properties .property {
    margin-bottom: 12px;
    padding: 25px 25px 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .re-owned-properties .property:last-child, .re-owned-properties .property:nth-last-child(2), .re-owned-properties .property:nth-last-child(3), .re-owned-properties .property:nth-last-child(4), .re-owned-properties .property:nth-last-child(5) {
    display: none;
  }
  .re-owned-properties .property-header {
    margin: 0 -25px 48px;
    padding: 0 25px  33px;
  }
  .re-owned-properties .properties-details {
    margin-bottom: 5px;
  }
  .re-owned-properties .property-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .re-owned-properties .property-item:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .re-owned-properties .property-desc {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .1px;
  }
  .re-owned-properties .btn-down-holder {
    display: none;
  }
  .re-owned-properties .inquiries-form .btn-close {
    top: 16px;
    width: 24px;
    height: 25px;
  }
  .re-owned-properties .inquiries-form .btn-close:after, .re-owned-properties .inquiries-form .btn-close:before {
    left: 11px;
    height: 25px;
  }
  .re-owned-properties .inquire-form-row .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.cards-online-payment .section-image-desc .holder-desc-side {
  padding: 50px 40px;
}

.cards-online-payment .holder-box-shadow .holder-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards-online-payment .holder-box-shadow .holder-card-list {
  margin: 15px 0;
  min-height: 127px;
}

.cards-online-payment .holder-box-shadow .holder-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cards-online-payment .holder-box-shadow .holder-image {
  padding: 15px;
  width: 35%;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.cards-online-payment .holder-box-shadow .bg-link-water {
  background-color: #eef3fa;
}

.cards-online-payment .holder-box-shadow .holder-info {
  padding: 0 15px;
  width: 65%;
}

.cards-online-payment .holder-box-shadow .card-text {
  font-size: 15px;
  font-family: "Myriad Pro Regular";
}

.cards-online-payment .holder-box-shadow .card-text a {
  color: #f11303;
}

.cards-online-payment .holder-box-shadow .btn-default {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .cards-online-payment .section-image-desc .holder-desc-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cards-online-payment .section-image-desc .holder-image-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 575px) {
  .cards-online-payment .section-image-desc .holder-desc-side {
    padding: 20px 15px;
  }
  .cards-online-payment .section-image-desc .list-title {
    margin-bottom: 12px;
    text-align: center;
  }
  .cards-online-payment .section-image-desc .desc {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }
  .cards-online-payment .holder-box-shadow .holder-image {
    margin: 0 auto;
    width: 200px;
  }
  .cards-online-payment .holder-box-shadow .holder-info {
    margin: 15px 0;
    width: 100%;
    text-align: center;
  }
  .cards-online-payment .holder-box-shadow .holder-image {
    min-height: 127px;
  }
  .cards-online-payment .holder-box-shadow .btn-default {
    margin: 35px auto 0;
  }
}

.port-beirut .holder-desc-side {
  padding: 51px 67px 51px 63px;
}

.port-beirut .list-title {
  margin-bottom: 20px;
  font: 30px "Frutiger Bold";
  line-height: 36px;
}

.port-beirut .desc {
  margin-bottom: 25px;
}

.port-beirut .holder-list {
  margin-bottom: 28px;
}

.port-beirut .list-text {
  margin-bottom: 12px;
}

.port-beirut .btn-red-border {
  max-width: 255px;
}

@media screen and (max-width: 767px) {
  .port-beirut .section-hero-banner {
    padding-bottom: 95px;
  }
  .port-beirut .holder-desc-side {
    padding: 20px 15px;
  }
  .port-beirut .list-title {
    font-size: 26px;
    line-height: 26px;
  }
  .port-beirut .caret-left:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 575px) {
  .port-beirut .list-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }
}

.port-beirut .btn-red-border {
  margin: 0 auto;
}

.western-union .section-hero-banner {
  padding: 50px 0 89px;
}

.western-union .holder-desc-side {
  padding: 43px 56px 30px 63px;
}

.western-union .list-title {
  margin-bottom: 19px;
}

.western-union .desc {
  margin-bottom: 16px;
  letter-spacing: .1px;
}

.western-union .list-text {
  margin-bottom: 12px;
}

.western-union .download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.western-union .download-holder {
  margin-bottom: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  height: 52px;
  border: 1px solid #c40e00;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.western-union .download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #c40e00;
  font: 12px "Frutiger Bold";
}

.western-union .download-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px;
  width: 83%;
  height: 100%;
  border-right: 1px solid #c40e00;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.western-union .fa-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17%;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.western-union .btn-red-border {
  margin-top: 12px;
}

@media screen and (max-width: 1199px) {
  .western-union .holder-desc-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .western-union .holder-image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 350px;
    background-position: 50% 58%;
  }
}

@media screen and (min-width: 768px) {
  .western-union .download-holder:active, .western-union .download-holder:focus, .western-union .download-holder:hover {
    border-color: #444;
  }
  .western-union .download-holder:active .download-title,
  .western-union .download-holder:active .fa-download, .western-union .download-holder:focus .download-title,
  .western-union .download-holder:focus .fa-download, .western-union .download-holder:hover .download-title,
  .western-union .download-holder:hover .fa-download {
    color: #444;
  }
  .western-union .download-holder:active .download-title, .western-union .download-holder:focus .download-title, .western-union .download-holder:hover .download-title {
    border-right-color: #444;
  }
}

@media screen and (max-width: 767px) {
  .western-union .download-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .western-union .btn-red-border {
    max-width: 100%;
  }
  .western-union .holder-image-side {
    height: 260px;
  }
}

@media screen and (max-width: 575px) {
  .western-union .section-hero-banner {
    padding: 29px 0 33px;
  }
  .western-union .holder-desc-side {
    padding: 22px 21px 30px;
  }
}

.university .section-hero-banner {
  padding: 60px 0 94px;
}

.university .holder-desc-side {
  padding: 147px 65px 123px 63px;
}

.university .list-title {
  margin-bottom: 25px;
}

.university .desc {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .university .holder-image-side {
    height: 350px;
  }
}

@media screen and (max-width: 575px) {
  .university .btn-red-border {
    margin: 0 auto;
  }
  .university .section-hero-banner {
    padding: 29px 0 33px;
  }
  .university .holder-desc-side {
    padding: 22px 21px 30px;
  }
  .university .holder-image-side {
    height: 250px;
  }
}

.financial .section-hero-banner {
  padding: 103px 0 168px;
}

.financial .holder-records {
  padding: 25px 0 0 85px;
}

.financial .holder-record-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.financial .record-list {
  width: 33.33%;
}

.financial .holder-statistics .statistic-list {
  width: 40%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .financial .holder-records {
    padding: 25px 0 25px 50px;
  }
  .financial .holder-statistics-list {
    padding: 10px 0;
  }
  .financial .holder-statistics .statistic-list {
    width: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .financial .record-list {
    width: 50%;
  }
  .financial .holder-statistics-list {
    padding: 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .financial .record-list {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .financial .holder-records {
    padding: 0;
  }
  .financial .data {
    width: 100%;
  }
  .financial .holder-statistics-list {
    padding: 10px 0;
  }
  .financial .holder-statistics .statistic-list {
    width: 50%;
  }
  .financial .statistic-list .title {
    text-align: center;
  }
  .financial .statistic-list .num {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .financial .section-hero-banner {
    padding: 40px 0 50px;
  }
  .financial .record-list {
    width: 100%;
  }
}

.annual-mecanique .section-hero-banner {
  padding: 58px 0 92px;
}

.annual-mecanique .holder-desc-side {
  padding: 63px 63px 51px;
}

.annual-mecanique .list-title {
  margin-bottom: 6px;
}

.annual-mecanique .desc {
  margin-bottom: 26px;
}

.annual-mecanique .small-list-title {
  margin-bottom: 17px;
}

.annual-mecanique .holder-list {
  padding-left: 7px;
}

.annual-mecanique .list-text {
  margin-bottom: 12px;
}

.annual-mecanique .btn-red-border {
  margin-top: 50px;
}

.annual-mecanique .section-benefits {
  padding-top: 22px;
}

.annual-mecanique .section-title {
  padding-bottom: 42px;
  margin-bottom: 59px;
}

.annual-mecanique .section-title:before {
  height: 50px;
}

.annual-mecanique .annual-form-holder {
  margin-bottom: 35px;
}

.annual-mecanique .annual-form-holder .btn-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  max-width: 28%;
}

.annual-mecanique .annual-form-holder .btn-red-border {
  margin-top: 11px;
  height: 52px;
}

.annual-mecanique .annual-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.annual-mecanique .form-group {
  margin-bottom: 53px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.5%;
          flex: 0 0 28.5%;
  max-width: 28.5%;
}

.annual-mecanique .form-field {
  height: 44px;
}

.annual-mecanique .annual-form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-top: 7px;
  max-width: 1121px;
}

.annual-mecanique .annual-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
  max-width: 17%;
  font: 16px "Frutiger Bold";
  letter-spacing: -.4px;
}

.annual-mecanique .btn-wrapper {
  max-width: 300px;
}

.annual-mecanique .btn-wrapper-reset {
  margin: 0 auto 70px;
}

@media screen and (max-width: 767px) {
  .annual-mecanique .section-hero-banner {
    padding: 29px 0 33px;
  }
  .annual-mecanique .holder-desc-side {
    padding: 22px 21px 30px;
  }
  .annual-mecanique .holder-image-side {
    height: 250px;
  }
  .annual-mecanique .annual-form-holder {
    padding-top: 22px;
  }
  .annual-mecanique .annual-form-holder .btn-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .annual-mecanique .form-group {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .annual-mecanique .annual-item {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.bahrain .section-banner-country {
  background-image: url("../images/bg-banner-bahrain.png");
}

.bahrain .section-banner-country .holder-button {
  width: 100%;
  max-width: 240px;
  margin-top: 41px;
}

.bahrain .section-banner-country .holder-button .btn-red {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.bahrain .section-banner-country .holder-button .btn-red:hover {
  color: #c40e00;
  background-color: #eee;
  border-bottom-color: #c40e00;
}

.bahrain .section-products-services {
  padding-bottom: 71px;
}

.bahrain .section-products-services .holder-description .accordion-link {
  cursor: pointer;
}

.bahrain .section-transparency-awareness .item-column.item-text .title.ar {
  text-align: right;
  font-family: Tahoma;
}

.bahrain .section-transparency-awareness .item-column.item-text .description.ar {
  font-family: Tahoma;
  font-size: 17px;
  text-align: right;
  padding-right: 0;
}

.bahrain .section-transparency-awareness .item-column.item-text .description.ar.centered {
  text-align: center;
}

.bahrain .section-cta-country-inverted .cta-description, .bahrain .section-cta-country-inverted .cta-name {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .bahrain .section-products-services {
    padding: 50px 0;
  }
  .bahrain .section-transparency-awareness .section-heading {
    padding-top: 50px;
  }
}

.bahrain.opt-without .section-transparency-awareness .items {
  padding-top: 30px;
}

.bahrain.three-column .section-transparency-awareness .container:after {
  display: none;
}

.bahrain.three-column .section-transparency-awareness .item:last-child {
  margin-bottom: 0;
}

.bahrain.three-column .section-icon-circles .items {
  padding: 45px;
}

.bahrain.three-column .section-products-services .items {
  margin-top: 30px;
}

.online-banking .paragraph-title {
  padding-bottom: 15px;
  color: #454545;
  font: 30px "Frutiger Bold";
}

.online-banking .paragraph-text {
  color: #454545;
  font-size: 14.7px;
  line-height: 26px;
}

.online-banking .holder-text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.online-banking .holder-text-info-padding {
  padding: 25px 0;
}

.online-banking .holder-text-info .holder-left,
.online-banking .holder-text-info .holder-right {
  width: 49.9%;
}

.online-banking .feature-title {
  margin-bottom: 12px;
  padding-top: 20px;
  font-size: 14px;
  font-family: "Myriad Pro SemiBold";
  text-transform: uppercase;
}

.online-banking .feature-title-border {
  border-top: 1px solid #dfdfdf;
}

.online-banking .bg-lighter-gray {
  background-color: #f4f4f4;
}

.online-banking .bg-light-gray {
  background-color: #f0f0f0;
}

.online-banking .holder-box-shadow {
  background-color: transparent;
}

.online-banking .section-hero-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 150px;
  height: calc(100vh - 212px);
  min-height: 725px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.online-banking .section-hero-banner .hero-banner-title {
  margin: 20px 0 60px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.online-banking .section-hero-banner .holder-sub-title {
  opacity: 1;
  height: auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.online-banking .section-hero-banner .hero-banner-sub-title {
  margin: 0 auto;
  max-width: 762px;
  font-size: 28px;
  font-family: "Myriad Pro SemiBold";
  color: #dfdfdf;
  line-height: 28px;
  letter-spacing: -.1px;
}

.online-banking .section-hero-banner .btn-red-border {
  max-width: 180px;
  height: 45px;
  margin: 62px auto 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.online-banking .section-tabs {
  margin-top: -124px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.online-banking .section-tabs .holder-content {
  -webkit-transform: none;
          transform: none;
}

.online-banking .section-tabs .holder-box-shadow .container:before {
  -webkit-transform: translate(0, -22px);
          transform: translate(0, -22px);
}

.online-banking .section-tabs .holder-tabs {
  position: static;
}

.online-banking .section-tabs .holder-tabs .nav-tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.online-banking .section-tabs .holder-tabs .nav-item {
  position: relative;
  width: calc((100% / 6));
  margin: 0;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.online-banking .section-tabs .holder-tabs .nav-item:first-child {
  margin-left: 0;
}

.online-banking .section-tabs .holder-tabs .nav-item:last-child {
  margin-right: 0;
}

.online-banking .section-tabs .holder-tabs .nav-item:last-child:before {
  display: none;
}

.online-banking .section-tabs .holder-tabs .nav-item-active {
  background-color: #fff;
}

.online-banking .section-tabs .holder-tabs .nav-item-active .icon-tabs path {
  fill: #000;
}

.online-banking .section-tabs .holder-tabs .nav-item-prev:before {
  display: none;
}

.online-banking .section-tabs .holder-tabs .nav-item:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 1px;
  height: 25px;
  background-color: #dfdfdf;
}

.online-banking .section-tabs .holder-tabs .holder-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 70px;
  padding-bottom: 20px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.online-banking .section-tabs .holder-tabs .icon-image {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.online-banking .section-tabs .holder-tabs .nav-link {
  padding: 10px 6px;
  font-size: 14px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-family: "Myriad Pro SemiBold";
}

.online-banking .section-tabs .holder-tabs .nav-link.active {
  color: black;
  background-color: transparent;
}

.online-banking .section-tabs .holder-tabs .nav-link.active .icon-image {
  -webkit-filter: none;
          filter: none;
}

.online-banking .section-tabs .tab-content {
  padding: 50px 0;
}

.online-banking .section-tabs .icon-tabs path {
  fill: #fff;
}

.online-banking .section-tabs .icon-sms g:nth-of-type(2) path {
  stroke: #000;
}

.online-banking .section-tabs .icon-phone-bank rect {
  fill: #fff;
}

.online-banking .online-banking-tab .holder-desc-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 60px;
  min-height: 350px;
  height: auto;
}

.online-banking .online-banking-tab .section-how-it-works {
  margin-top: 50px;
}

.online-banking .online-banking-tab .list-title {
  margin-bottom: 8px;
}

.online-banking .online-banking-tab .text-sub {
  padding-bottom: 15px;
}

.online-banking .online-banking-tab .holder-text {
  position: relative;
  margin-top: 60px;
}

.online-banking .online-banking-tab .holder-text:first-child {
  border-right: 1px solid #dfdfdf;
}

.online-banking .online-banking-tab .holder-text:before {
  content: '';
  position: absolute;
  top: -40px;
  width: calc(100% - 50px);
  height: 100%;
  border-top: 1px solid #dfdfdf;
}

.online-banking .online-banking-tab .holder-left {
  padding-right: 40px;
}

.online-banking .online-banking-tab .holder-left:before {
  left: 0;
}

.online-banking .online-banking-tab .holder-left .paragraph-text {
  width: 100%;
  max-width: 535px;
}

.online-banking .online-banking-tab .holder-right {
  padding-left: 60px;
}

.online-banking .online-banking-tab .holder-right:before {
  right: 0;
}

.online-banking .online-banking-tab .list {
  padding-left: 9px;
}

.online-banking .online-banking-tab .list .paragraph-text {
  margin-bottom: 8px;
  padding-left: 8px;
}

.online-banking .online-banking-tab .holder-data-security {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 60px;
}

.online-banking .online-banking-tab .holder-data-security .paragraph-title {
  font-size: 40px;
  text-align: center;
  color: #dfdfdf;
}

.online-banking .online-banking-tab .holder-data-security .paragraph-text {
  max-width: 1075px;
  margin: 20px auto;
  text-align: center;
  color: #dfdfdf;
  line-height: 1.5;
}

.online-banking .online-banking-tab .holder-data-security .holder-image {
  text-align: center;
}

.online-banking .online-banking-tab .holder-data-security .title-below-image {
  width: 100%;
  max-width: 65px;
}

.online-banking .online-banking-tab .holder-bg-text {
  padding: 50px;
}

.online-banking .phone-banking .section-image-desc .holder-text {
  padding: 50px 0;
  margin: 0 50px;
}

.online-banking .phone-banking .section-image-desc .holder-text:first-child {
  border-bottom: 1px solid #dfdfdf;
}

.online-banking .phone-banking .section-image-desc .list-title {
  margin-bottom: 10px;
}

.online-banking .phone-banking .section-image-desc .desc {
  margin-bottom: 15px;
  width: 100%;
  max-width: 550px;
}

.online-banking .phone-banking .section-image-desc .desc:last-child {
  margin-bottom: 0;
}

.online-banking .phone-banking .section-image-desc .holder-image-side {
  position: relative;
}

.online-banking .phone-banking .section-image-desc .holder-image-side .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.online-banking .phone-banking .section-details {
  margin-top: 50px;
}

.online-banking .phone-banking .section-details .holder-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.online-banking .phone-banking .section-details .item {
  padding: 50px 30px;
  width: 33.33%;
}

.online-banking .phone-banking .section-details .list {
  padding-left: 9px;
}

.online-banking .phone-banking .section-details .paragraph-text {
  margin-bottom: 6px;
  padding-left: 9px;
}

.online-banking .phone-banking .section-details .holder-note {
  margin-top: 50px;
  padding: 20px;
  border: 2px dotted #dfdfdf;
}

.online-banking .phone-banking .section-details .holder-note .paragraph-text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.online-banking .sms-alert .section-image-desc .holder-desc-side {
  padding: 50px 50px 20px;
}

.online-banking .sms-alert .section-image-desc .list-title {
  margin-bottom: 8px;
}

.online-banking .sms-alert .section-image-desc .desc {
  margin-bottom: 15px;
  width: 100%;
  max-width: 535px;
}

.online-banking .sms-alert .section-benefits {
  margin-top: 50px;
}

.online-banking .sms-alert .section-benefits .section-title {
  margin-bottom: 45px;
}

.online-banking .sms-alert .section-benefits .holder-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.online-banking .sms-alert .section-benefits .item {
  width: 33.33%;
}

.online-banking .sms-alert .section-benefits .paragraph-text {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.online-banking .sms-alert .list {
  padding-left: 8px;
}

.online-banking .sms-alert .list .paragraph-text {
  margin-bottom: 8px;
  padding-left: 2px;
  width: 100%;
  max-width: 525px;
}

.online-banking .sms-alert .holder-text-info {
  margin-top: 50px;
}

.online-banking .sms-alert .holder-text-info .holder-bg-text {
  padding: 50px;
}

.online-banking .sms-alert .holder-text-info .holder-right .holder-text {
  margin-bottom: 35px;
}

.online-banking .sms-alert .holder-text-info .holder-right .paragraph-title {
  padding-bottom: 0;
}

.online-banking .sms-alert .holder-text-info .holder-right .paragraph-text {
  width: 100%;
  max-width: 560px;
}

.online-banking .deposit-atm .holder-desc-side {
  padding: 50px;
}

.online-banking .deposit-atm .list-title {
  margin-bottom: 15px;
}

.online-banking .deposit-atm .list-subtitle {
  margin-bottom: 20px;
}

.online-banking .deposit-atm .section-image-desc .list {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
}

.online-banking .deposit-atm .section-image-desc .list:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #c40e00;
}

.online-banking .deposit-atm .holder-text-info {
  margin-top: 50px;
}

.online-banking .deposit-atm .holder-text-info .list {
  padding-left: 8px;
  min-height: 42%;
}

.online-banking .deposit-atm .holder-text-info .paragraph-text {
  margin-bottom: 18px;
  padding-left: 9px;
  width: 100%;
  max-width: 332px;
}

.online-banking .deposit-atm .holder-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.online-banking .deposit-atm .item {
  padding: 40px;
  width: 33.33%;
}

.online-banking .deposit-atm .holder-dashed-item {
  padding: 15px;
  border: 1px dashed #dedede;
}

.online-banking .deposit-atm .holder-dashed-item .paragraph-text {
  padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .online-banking .paragraph-title {
    font-size: 24px;
  }
  .online-banking .section-image-desc .list-title {
    font-size: 24px;
  }
  .online-banking .section-how-it-works .section-title {
    font-size: 25px;
  }
  .online-banking .section-tabs .holder-tabs .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .online-banking .section-tabs .holder-tabs .nav-item:before {
    top: 50%;
    bottom: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .online-banking .section-tabs .holder-tabs .nav-link {
    font-size: 12px;
  }
  .online-banking .online-banking .holder-data-security {
    padding: 80px;
  }
  .online-banking .deposit-atm .item {
    padding: 30px;
  }
  .online-banking .deposit-atm .holder-text-info .paragraph-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .online-banking .section-tabs .holder-tabs .nav-item:active, .online-banking .section-tabs .holder-tabs .nav-item:focus, .online-banking .section-tabs .holder-tabs .nav-item:hover {
    background-color: #fff;
  }
  .online-banking .section-tabs .holder-tabs .nav-item:active .nav-link, .online-banking .section-tabs .holder-tabs .nav-item:focus .nav-link, .online-banking .section-tabs .holder-tabs .nav-item:hover .nav-link {
    color: black;
    background-color: transparent;
  }
  .online-banking .section-tabs .holder-tabs .nav-item:active .nav-link .icon-image, .online-banking .section-tabs .holder-tabs .nav-item:focus .nav-link .icon-image, .online-banking .section-tabs .holder-tabs .nav-item:hover .nav-link .icon-image {
    -webkit-filter: none;
            filter: none;
  }
  .online-banking .section-tabs .holder-tabs .nav-item:active .nav-link .icon-tabs path, .online-banking .section-tabs .holder-tabs .nav-item:focus .nav-link .icon-tabs path, .online-banking .section-tabs .holder-tabs .nav-item:hover .nav-link .icon-tabs path {
    fill: #000;
  }
  .online-banking .section-tabs .holder-tabs .nav-item:active .nav-link .icon-phone-bank rect, .online-banking .section-tabs .holder-tabs .nav-item:focus .nav-link .icon-phone-bank rect, .online-banking .section-tabs .holder-tabs .nav-item:hover .nav-link .icon-phone-bank rect {
    fill: #000;
  }
  .online-banking .section-tabs .holder-tabs .nav-item .title-break {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .online-banking .section-tabs {
    margin-top: -142px;
  }
  .online-banking .section-tabs .holder-tabs .nav-link {
    font-size: 12px;
  }
  .online-banking .section-image-desc .list-title {
    font-size: 22px;
  }
  .online-banking .section-image-desc .desc {
    font-size: 14px;
  }
  .online-banking .paragraph-title {
    font-size: 17px;
  }
  .online-banking .paragraph-text {
    font-size: 14px;
  }
  .online-banking .section-how-it-works .section-title {
    font-size: 17px;
  }
  .online-banking .section-faq-content {
    padding-top: 30px;
  }
  .online-banking .section-faq-content .features-title {
    font-size: 17px;
  }
  .online-banking .online-banking-tab .holder-desc-side {
    height: 200px;
  }
  .online-banking .online-banking-tab .holder-data-security {
    padding: 60px;
  }
  .online-banking .phone-banking .section-image-desc .holder-text {
    padding: 32px 0;
    margin: 0 40px;
  }
  .online-banking .phone-banking .section-details .item {
    padding: 32px 20px;
  }
  .online-banking .sms-alert .section-image-desc .holder-desc-side {
    padding: 25px;
  }
  .online-banking .sms-alert .section-benefits .paragraph-text {
    padding: 0 12px;
    font-size: 13px;
  }
  .online-banking .sms-alert .holder-text-info .holder-bg-text {
    padding: 25px;
  }
}

@media screen and (max-width: 991px) {
  .online-banking .section-tabs .holder-tabs .nav-item:before {
    display: none;
  }
  .online-banking .phone-banking .section-details .paragraph-text br {
    display: none;
  }
  .online-banking .deposit-atm .item {
    width: 100%;
  }
  .online-banking .deposit-atm .holder-text-info .paragraph-text {
    max-width: initial;
  }
  .online-banking .deposit-atm .holder-text-info .list {
    min-height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .online-banking .paragraph-text {
    font-size: 14px;
  }
  .online-banking .online-banking-tab .holder-text-info .holder-left {
    padding: 25px;
  }
  .online-banking .online-banking-tab .holder-text-info .holder-right {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .online-banking .section-hero-banner {
    padding-top: 40px;
    height: 1000px;
    min-height: unset;
  }
  .online-banking .section-hero-banner .hero-banner-title {
    margin: 20px 0;
  }
  .online-banking .section-hero-banner .hero-banner-sub-title {
    font-size: 16px;
    line-height: 1;
  }
  .online-banking .section-hero-banner .btn-red-border {
    margin: 25px auto 0;
  }
  .online-banking .section-hero-banner .banner-logo {
    width: 100%;
    max-width: 45px;
    margin: 0 auto;
  }
  .online-banking .holder-desc-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .online-banking .section-tabs {
    margin-top: -740px;
  }
  .online-banking .section-tabs .holder-tabs {
    margin-bottom: 48px;
  }
  .online-banking .section-tabs .holder-tabs .nav-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #dfdfdf;
  }
  .online-banking .section-tabs .holder-tabs .nav-item {
    width: calc(545px / 3);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto;
  }
  .online-banking .section-tabs .holder-tabs .nav-link {
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1;
  }
  .online-banking .section-tabs .holder-tabs .icon-image {
    max-width: 45px;
  }
  .online-banking .paragraph-title {
    font-size: 16px;
  }
  .online-banking .online-banking-tab .holder-desc-side {
    padding: 40px;
    height: 100%;
  }
  .online-banking .online-banking-tab .list-title {
    font-size: 22px;
  }
  .online-banking .online-banking-tab .holder-left {
    width: 100%;
  }
  .online-banking .online-banking-tab .holder-right {
    width: 100%;
  }
  .online-banking .online-banking-tab .holder-text-info-padding {
    padding: 0;
  }
  .online-banking .online-banking-tab .holder-text-info-padding .holder-right {
    padding-left: 0;
  }
  .online-banking .online-banking-tab .holder-text {
    padding: 25px 15px;
    margin: 0;
  }
  .online-banking .online-banking-tab .holder-text:first-child {
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
  }
  .online-banking .online-banking-tab .holder-text:before {
    display: none;
  }
  .online-banking .online-banking-tab .holder-data-security {
    padding: 40px;
  }
  .online-banking .section-image-desc .desc {
    font-size: 13px;
  }
  .online-banking .section-how-it-works .section-title {
    font-size: 15px;
  }
  .online-banking .section-how-it-works .list-text {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .online-banking .section-how-it-works .holder-left-list {
    padding: 70px 25px 0;
  }
  .online-banking .section-how-it-works .holder-right-list {
    padding: 0 25px 0;
  }
  .online-banking .phone-banking .section-image-desc .list-title {
    font-size: 22px;
    line-height: 1.5;
  }
  .online-banking .phone-banking .section-image-desc .list-title br {
    display: none;
  }
  .online-banking .phone-banking .section-image-desc .holder-text {
    padding: 20px 0;
    margin: 0 20px;
  }
  .online-banking .phone-banking .section-details {
    margin-top: 20px;
  }
  .online-banking .phone-banking .section-details .item {
    padding: 15px 25px;
    width: 100%;
  }
  .online-banking .phone-banking .section-details .holder-note {
    margin-top: 20px;
    padding: 15px;
  }
  .online-banking .sms-alert .section-benefits .holder-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .online-banking .sms-alert .section-benefits .item {
    margin-bottom: 10px;
    width: 100%;
  }
  .online-banking .sms-alert .section-benefits .section-title {
    margin-bottom: 32px;
    padding-bottom: 25px;
    font-size: 22px;
  }
  .online-banking .sms-alert .section-benefits .section-title:before {
    height: 40px;
  }
  .online-banking .sms-alert .holder-text-info .holder-bg-text {
    padding: 20px 25px;
  }
  .online-banking .sms-alert .holder-text-info .holder-left {
    width: 100%;
  }
  .online-banking .sms-alert .holder-text-info .holder-right {
    width: 100%;
  }
  .online-banking .sms-alert .holder-text-info .holder-right .paragraph-title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 575px) {
  .online-banking .section-tabs .tab-content {
    padding: 20px 0;
  }
  .online-banking .paragraph-text {
    font-size: 12px;
    line-height: 1.75;
  }
  .online-banking .section-features .features:nth-child(3n),
  .online-banking .section-features .features:nth-child(5n) {
    margin-bottom: 30px;
  }
  .online-banking .section-how-it-works .section-title {
    padding: 15px 10px;
    width: 250px;
    font-size: 14px;
  }
  .online-banking .section-how-it-works .list-text {
    font-size: 13px;
    line-height: 1.5;
  }
  .online-banking .section-how-it-works .holder-right-list {
    padding: 0 25px 15px;
  }
  .online-banking .section-tabs .holder-box-shadow .container:before {
    left: 50%;
    max-width: 100%;
    width: calc(100% - 12px);
    -webkit-transform: translate(-50%, -16px);
            transform: translate(-50%, -16px);
  }
  .online-banking .online-banking-tab .holder-desc-side {
    padding: 25px;
  }
  .online-banking .online-banking-tab .section-how-it-works {
    margin-top: 25px;
  }
  .online-banking .online-banking-tab .holder-data-security {
    padding: 20px 15px;
  }
  .online-banking .online-banking-tab .holder-data-security .paragraph-title {
    font-size: 26px;
    padding-bottom: 0;
  }
  .online-banking .online-banking-tab .holder-bg-text {
    padding: 20px;
  }
  .online-banking .section-image-desc .desc {
    line-height: 1.75;
  }
  .online-banking .section-image-desc .desc br {
    display: none;
  }
  .online-banking .sms-alert .section-image-desc .holder-desc-side {
    padding: 25px 25px 5px;
  }
  .online-banking .deposit-atm .holder-text-info {
    margin-top: 20px;
  }
  .online-banking .deposit-atm .holder-desc-side {
    padding: 25px;
  }
  .online-banking .deposit-atm .item {
    padding: 25px;
  }
}

.online-banking .holder-desc-side .holder-list {
  font-size: 14.7px;
  line-height: 26px;
  letter-spacing: .1px;
}

.online-banking .section-image-desc .video-popup.show {
  z-index: 4;
  opacity: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.online-banking .section-image-desc .video-popup {
  display: none !important;
}

.online-banking .section-image-desc .video-popup .btn-close {
  position: absolute;
}

.online-banking .section-image-desc .video-popup .holder-modal {
  background-color: #454545;
  height: 60%;
  width: 50% !important;
}

.online-banking .section-image-desc .video-popup .holder-modal .holder-body-content {
  height: 100%;
}

.online-banking .section-image-desc .video-popup .holder-modal .holder-body-content .holder-content-list {
  width: 100%;
  height: 100%;
}

.online-banking .section-image-desc .video-popup .holder-modal .holder-body-content .holder-content-list .video-youtube {
  width: 100%;
  padding: 65px;
  height: 100%;
}

.online-banking .corporate-responsibility .section-text-info .sub-title {
  min-height: 320px;
}

.online-banking .online-banking-tab .holder-text {
  margin-top: 0;
}

.online-banking .online-banking-tab .corporate-responsibility .holder-text:before {
  content: none;
}

.online-banking .online-banking-tab .corporate-responsibility .container.section-text {
  padding-right: 0;
  padding-left: 0;
}

.online-banking .banner-logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.scrolled .section-tabs {
  margin-top: -450px;
}

.scrolled .section-hero-banner {
  padding-top: 30px;
}

.scrolled .section-hero-banner .hero-banner-title {
  margin-bottom: 15px;
}

.scrolled .section-hero-banner .holder-sub-title {
  opacity: 0;
  height: 0;
}

.scrolled .section-hero-banner .btn-red-border {
  margin: 0 auto;
}

.scroll-tab .section-tabs .holder-tabs {
  position: fixed;
  top: 143px;
  width: 100%;
  padding: 20px 0;
  z-index: 4;
  background-image: url(../images/online-banking-scroll.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.scroll-tab .section-tabs .holder-tabs .holder-image {
  display: none;
}

.scroll-tab .section-tabs .holder-tabs .nav-item {
  padding: 5px 0;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .scroll-tab .section-tabs .holder-tabs .nav-item {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .scroll-tab .section-tabs .holder-tabs {
    top: 131px;
  }
  .scroll-tab .section-tabs .holder-tabs .nav-item {
    padding: 0;
  }
  .scroll-tab .section-tabs .holder-tabs .nav-item .title-break {
    display: block;
  }
}

.mobile-clicked .section-hero-banner {
  padding-top: 30px;
  height: 430px;
}

.mobile-clicked .section-hero-banner .hero-banner-title {
  margin-bottom: 15px;
}

.mobile-clicked .section-hero-banner .holder-sub-title {
  opacity: 0;
  height: 0;
}

.mobile-clicked .section-hero-banner .btn-red-border {
  margin: 0 auto;
}

.mobile-clicked .section-tabs {
  margin-top: -240px;
}

.mobile-clicked .section-tabs .holder-tabs {
  margin-bottom: 30px;
}

.mobile-clicked .section-tabs .holder-tabs .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  padding-top: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.mobile-clicked .section-tabs .holder-tabs .nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.policy .section-hero-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.4))), url("../images/banner-policy.jpg") no-repeat center;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4)), url("../images/banner-policy.jpg") no-repeat center;
  background-size: cover;
}

.policy .banner-desc-dark {
  width: 100%;
  max-width: 510px;
  margin: 10px auto;
}

.policy .section-shareholding .holder-shareholding-list:first-child {
  height: 565px;
}

.policy .section-shareholding .holder-ownership:not(:last-child) {
  margin-bottom: 40px;
}

.policy .section-shareholding .holder-sh-list {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  padding: 90px 0 0;
  height: 565px;
}

.policy .section-shareholding .details-desc {
  width: 465px;
}

.policy .section-shareholding .details-desc:after {
  display: none;
}

.policy .holder-box-shadow .holder-content {
  padding: 108px 25px 0;
}

.policy .holder-box-shadow .image {
  margin: 25px 0 16px;
  width: 100%;
  max-width: 90px;
}

.policy .holder-box-shadow .paragraph-desc-dark {
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

.policy .section-three-pillars {
  padding: 50px 0;
}

.policy .section-three-pillars .pillar-title {
  padding-bottom: 50px;
  margin-bottom: 25px;
  font-size: 35px;
  text-align: center;
  font-family: "Myriad Pro Regular";
  color: #2c2c2c;
  border-bottom: 1px solid #dfdfdf;
}

.policy .section-three-pillars .pillar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.policy .section-three-pillars .inner-list {
  width: 33.33%;
  padding: 15px;
}

.policy .section-three-pillars .list-title {
  position: relative;
  padding-bottom: 20px;
  font-size: 35px;
  color: #454545;
  text-align: center;
}

.policy .section-three-pillars .list-title:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 24px;
  height: 1px;
  background-color: #c50d01;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.policy .section-three-pillars .list-desc {
  font-size: 16px;
  text-align: center;
  font-family: "Myriad Pro Regular";
}

@media screen and (max-width: 1199px) {
  .policy .section-shareholding .details-desc {
    width: 100%;
    padding: 0;
  }
  .policy .section-three-pillars .break {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .policy .section-three-pillars .pillar-title {
    font-size: 28px;
  }
  .policy .section-three-pillars .inner-list {
    padding: 15px 0;
  }
  .policy .section-three-pillars .list-title {
    font-size: 28px;
  }
  .policy .section-three-pillars .list-desc {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .policy .section-three-pillars .list-title {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .policy .holder-box-shadow .holder-content {
    padding: 65px 15px 0;
  }
  .policy .section-shareholding .holder-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
  }
  .policy .section-shareholding .holder-shareholding-list:first-child {
    height: 100%;
    padding-bottom: 25px;
  }
  .policy .section-shareholding .holder-sh-list {
    padding: 30px 0;
    height: 100%;
  }
  .policy .section-three-pillars .pillar-list {
    margin-top: 0;
  }
  .policy .section-three-pillars .pillar-title {
    padding-bottom: 30px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .policy .section-three-pillars .inner-list {
    width: 100%;
  }
  .policy .section-three-pillars .list-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .policy .section-hero-banner {
    padding: 42px 0 31px;
  }
  .policy .section-three-pillars .list-title {
    font-size: 18px;
  }
}

.mobile-atm-recharge .holder-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: center;
  margin: 0 auto;
}

.mobile-atm-recharge .holder-table .inner-table {
  margin: 25px auto 45px;
}

.mobile-atm-recharge .holder-table .table-heading {
  color: #b0b0b0;
  background-color: #414141;
}

.mobile-atm-recharge .holder-table .table-text {
  color: #414141;
  background-color: #f7f7f7;
}

.mobile-atm-recharge .holder-table .table-text,
.mobile-atm-recharge .holder-table .table-heading {
  padding: 12px 10px;
  height: 55px;
  width: 200px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #cfcfcf;
}

.mobile-atm-recharge .section-image-desc .holder-desc-side {
  padding: 50px;
}

.mobile-atm-recharge .section-image-desc .holder-desc-side ul li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 12px;
}

.mobile-atm-recharge .section-image-desc .holder-desc-side ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #c40e00;
  border-bottom: 4px solid transparent;
}

.mobile-atm-recharge .section-image-desc .list-title {
  margin-bottom: 10px;
}

.mobile-atm-recharge .section-image-desc .desc {
  margin-bottom: 18px;
}

.mobile-atm-recharge .section-image-desc .btn-red-border {
  color: #fff;
}

.mobile-atm-recharge .section-how-it-works {
  margin-top: 50px;
}

.mobile-atm-recharge .section-how-it-works .holder-title {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 17px;
  font-family: "Myriad Pro SemiBold";
  text-align: center;
  line-height: 22px;
}

.mobile-atm-recharge .section-how-it-works .holder-receipt {
  margin: 20px 0 44px;
  padding: 50px;
  width: 100%;
  background-color: #fff;
}

.mobile-atm-recharge .section-how-it-works .text-uppercase {
  text-align: center;
  text-transform: uppercase;
}

.mobile-atm-recharge .section-how-it-works .text-gray {
  font-size: 12px;
  color: #626262;
  font-family: "Frutiger Light";
}

.mobile-atm-recharge .section-how-it-works .text-margin-lg {
  margin: 10px 0;
}

.mobile-atm-recharge .section-how-it-works .text-margin-md {
  margin: 4px 0;
}

.mobile-atm-recharge .section-how-it-works .receipt-title {
  margin-bottom: 12px;
  font-size: 14px;
  color: #585858;
  font-family: "Myriad Pro Bold";
}

.mobile-atm-recharge .section-how-it-works .receipt-price {
  padding-left: 20px;
}

.mobile-atm-recharge .section-how-it-works .receipt-code {
  margin: 15px 0 0;
}

.mobile-atm-recharge .section-how-it-works .receipt-number {
  margin-bottom: 15px;
}

.mobile-atm-recharge .section-how-it-works .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}

.mobile-atm-recharge .section-how-it-works .item {
  width: 33.33%;
}

.mobile-atm-recharge .section-how-it-works .holder-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobile-atm-recharge .section-benefits {
  margin-top: 50px;
}

.mobile-atm-recharge .section-benefits .benefit-text {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-atm-recharge .section-benefits .benefit {
    margin-bottom: 30px;
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .mobile-atm-recharge .section-how-it-works .holder-receipt {
    padding: 50px 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .mobile-atm-recharge .section-benefits .benefit {
    margin-bottom: 18px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .mobile-atm-recharge .holder-table .inner-table {
    margin: 25px 0 0;
  }
  .mobile-atm-recharge .section-how-it-works .holder-side:first-child {
    padding-bottom: 15px;
  }
  .mobile-atm-recharge .section-how-it-works .holder-receipt {
    padding: 30px 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .mobile-atm-recharge .holder-table {
    margin: 25px auto;
  }
  .mobile-atm-recharge .section-benefits .benefit {
    margin-bottom: 18px;
    width: 100%;
    max-width: 300px;
  }
  .mobile-atm-recharge .section-image-desc .holder-desc-side {
    padding: 15px;
  }
  .mobile-atm-recharge .section-how-it-works {
    margin-top: 15px;
  }
  .mobile-atm-recharge .section-how-it-works .holder-title {
    font-size: 14px;
    line-height: initial;
  }
}

.disclaimer .holder-box-shadow .container:before {
  height: 19.7%;
  background-color: rgba(0, 0, 0, 0.2);
}

.disclaimer .section-disclaimer {
  position: relative;
  padding-top: 60px;
}

.disclaimer .section-disclaimer .btn-close {
  position: absolute;
  top: 5px;
  right: 22px;
  bottom: initial;
  left: initial;
  display: block;
  width: 23px;
  height: 35px;
}

.disclaimer .section-disclaimer .btn-close:before, .disclaimer .section-disclaimer .btn-close:after {
  height: 35px;
  background-color: #414141;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.disclaimer .section-disclaimer .title-red {
  margin: auto;
  max-width: 150px;
  font-family: "Frutiger Bold";
  font-size: 30px;
  text-align: center;
  color: #c20f06;
  border-bottom: 2px solid #c20f06;
}

.disclaimer .section-disclaimer .desc {
  margin: 25px auto;
  max-width: 800px;
  font-family: "Frutiger Light";
  font-size: 15px;
  text-align: center;
  color: #565656;
}

.disclaimer .section-disclaimer .holder-button {
  margin: 75px auto 24px;
  max-width: 285px;
}

@media screen and (min-width: 768px) {
  .disclaimer .btn-close:active:before, .disclaimer .btn-close:active:after, .disclaimer .btn-close:focus:before, .disclaimer .btn-close:focus:after, .disclaimer .btn-close:hover:before, .disclaimer .btn-close:hover:after {
    background-color: #c40e00;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .disclaimer .holder-box-shadow .container:before {
    height: 13.5%;
  }
  .disclaimer .section-disclaimer .desc {
    max-width: 650px;
  }
}

@media screen and (max-width: 767px) {
  .disclaimer .section-disclaimer {
    padding-top: 30px;
  }
  .disclaimer .section-disclaimer .title-red {
    max-width: 130px;
    font-size: 25px;
  }
  .disclaimer .section-disclaimer .desc {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .disclaimer .holder-box-shadow .container:before {
    height: 17.5%;
  }
  .disclaimer .section-disclaimer .desc {
    max-width: 480px;
  }
}

@media screen and (max-width: 575px) {
  .disclaimer .holder-box-shadow .container:before {
    height: 25px;
  }
  .disclaimer .section-banner-reflections .banner-title-reflections {
    padding-top: 150px;
  }
}

.pioneering-role .section-hero-banner {
  padding: 89px 0 172px;
}

.pioneering-role .paragraph-title-dark {
  margin-bottom: 15px;
}

.pioneering-role .paragraph-desc-dark {
  width: 100%;
  max-width: 1049px;
  margin: 23px auto 0;
}

.pioneering-role .paragraph-desc-dark:first-of-type {
  margin-top: 8px;
}

.pioneering-role .banner-desc-dark {
  width: 100%;
  max-width: 515px;
  margin: 12px auto 0;
}

.pioneering-role .holder-box-shadow .holder-content {
  padding: 86px 15px 0;
}

@media screen and (max-width: 575px) {
  .pioneering-role .section-hero-banner {
    padding: 50px 0;
  }
}

.annual-report .section-hero-banner {
  padding: 100px 0 178px;
}

.annual-report .holder-box-shadow .holder-content {
  padding: 25px 15px 0;
}

.annual-report .holder-box-shadow .content-bordered {
  padding-bottom: 147px;
  border-bottom: 1px solid #dfdfdf;
}

.annual-report .holder-box-shadow .holder-btn-scroll {
  bottom: -72px;
}

.annual-report .section-form .holder-header {
  margin-bottom: 64px;
}

.annual-report .section-form .form-title {
  margin: 0 auto;
  font-size: 31px;
}

.annual-report .section-form .holder-body-form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.annual-report .section-form .holder-body-form .form-group {
  margin-top: 36px;
  width: calc(33.33% - 60px);
}

.annual-report .section-form .holder-body-form .message {
  width: 100%;
}

.annual-report .section-form .message {
  margin-top: 42px;
}

.annual-report .section-form .message .form-field {
  height: 150px;
}

.annual-report .section-form .holder-form .btn-wrapper {
  margin: 85px 0 65px;
  height: 100px;
}

.annual-report .section-form .holder-form .btn-red {
  max-width: 300px;
  margin: 0 auto;
}

.annual-report .section-form .section-thanks-message {
  width: 100%;
  padding: 37px 0 243px;
}

.annual-report .section-form .section-thanks-message .section-title {
  margin-bottom: 13px;
  margin-top: 139px;
  font-size: 32px;
  font-family: "Myriad Pro SemiBold";
  color: #cb0a03;
  text-align: center;
}

.annual-report .section-form .section-thanks-message .section-subtitle {
  font-size: 14.2px;
  text-align: center;
}

@media (max-width: 991px) and (min-width: 576px) {
  .annual-report .section-form .holder-body-form .form-group {
    width: calc(50% - 15px);
  }
  .annual-report .section-form .holder-body-form .message {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .annual-report .section-hero-banner .section-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .annual-report .section-hero-banner {
    padding: 40px 0 70px;
  }
  .annual-report .section-hero-banner .banner-title-dark-bottom-line br {
    display: none;
  }
  .annual-report .holder-box-shadow .holder-content {
    padding-top: 8px;
  }
  .annual-report .section-form .form-title {
    font-size: 24px;
    text-align: center;
  }
  .annual-report .section-form .holder-body-form .form-group {
    margin-top: 12px;
    width: 100%;
  }
  .annual-report .section-form .holder-form .btn-wrapper {
    margin: 25px 0;
  }
}

.reflections .container-custom {
  max-width: 1326px;
}

.reflections .holder-reflections {
  padding-top: 40px;
}

.reflections .holder-reflections .results-month {
  font-family: "Frutiger Bold";
  font-size: 22px;
}

.reflections .holder-reflections .list-results {
  padding-top: 14px;
}

.reflections .holder-reflections .item-results {
  margin-bottom: 20px;
}

.reflections .holder-reflections .link-results {
  font-family: "Frutiger Bold";
  font-size: 16px;
  line-height: 1;
  color: #c40e00;
  border-bottom: 1px solid #c40e00;
}

.reflections .holder-reflections .link-results:active, .reflections .holder-reflections .link-results:focus, .reflections .holder-reflections .link-results:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.reflections .section-search-results {
  padding: 58px 0 380px;
}

.reflections .section-search-results .link-results-all {
  margin-right: 60px;
  font-family: "Frutiger Bold";
  font-size: 13px;
  line-height: 1;
  color: #c40e00;
  border-bottom: 1px solid #c40e00;
}

.reflections .section-search-results .link-results-all:active, .reflections .section-search-results .link-results-all:focus, .reflections .section-search-results .link-results-all:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.reflections .section-search-results .results-year {
  font-family: "Myriad Pro Bold";
  font-size: 21px;
  color: #3a3a3a;
}

.reflections .section-search-results .holder-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 23px;
  border-bottom: 1px solid #f4f4f4;
}

.reflections .section-search-results .holder-results__left .title-results {
  font-family: "Frutiger Bold";
  letter-spacing: -1px;
  color: #a8a8a8;
}

.reflections .section-search-results .holder-results__left .num-results {
  padding-right: 7px;
  color: #c40e00;
}

.reflections .section-search-results .holder-results__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reflections .section-search-results .holder-results__right .link-close {
  position: absolute;
  top: 6px;
  right: 35px;
}

.reflections .section-search-results .close-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.reflections .section-search-results .close-icon:before, .reflections .section-search-results .close-icon:after {
  content: ' ';
  position: absolute;
  left: 15px;
  height: 23px;
  width: 2px;
  background-color: #c40e00;
}

.reflections .section-search-results .close-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reflections .section-search-results .close-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.reflections .section-all-archive .holder-reflections {
  padding-top: 0;
}

.reflections .section-all-archive .holder-reflections .list-results {
  padding-top: 0;
}

.reflections .section-all-archive .card-archive,
.reflections .section-all-archive .card-archive-month {
  position: relative;
  border: 0;
}

.reflections .section-all-archive .card-archive {
  margin-bottom: 30px;
  width: 50%;
}

.reflections .section-all-archive .card-archive-month {
  margin-bottom: 10px;
  width: 48%;
}

.reflections .section-all-archive .card-header-archive {
  padding: 3px 0;
  border-bottom: 1px solid #f2f2f2;
}

.reflections .section-all-archive .card-header-archive-month {
  padding: 0;
  border: 0;
}

.reflections .section-all-archive .card-header-archive,
.reflections .section-all-archive .card-header-archive-month {
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.reflections .section-all-archive .card-body-archive,
.reflections .section-all-archive .card-body-archive-month {
  padding: 20px 0 7px;
}

.reflections .section-all-archive .holder-archive-list {
  padding-top: 48px;
}

.reflections .section-all-archive .btn-link {
  padding: 0;
  width: 100%;
  font-family: "Myriad Pro Bold";
  font-size: 16px;
  color: #3a3a3a;
  text-align: left;
  text-decoration: none;
}

.reflections .section-all-archive .btn-link-month {
  color: #ababab;
}

.reflections .section-all-archive .btn-link[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reflections .section-all-archive .btn-link:after {
  content: '\f078';
  position: absolute;
  top: 8px;
  right: 6px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: #636363;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.reflections .section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font: normal 30px "Myriad Pro Bold";
  letter-spacing: 0.7px;
  color: #cb0a03;
}

.reflections .section-title:after {
  content: '';
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cb0a03;
}

.reflections .section-red-gray:before, .reflections .section-red-gray:after {
  display: none;
}

.reflections .section-red-gray .column-red {
  padding-right: 15px;
}

.reflections .section-red-gray .column-gray {
  padding-left: 15px;
}

.reflections .section-red-gray .section-title {
  color: #c40e00;
}

.reflections .section-red-gray .section-title:after {
  background-color: #c40e00;
}

.reflections .section-red-gray .image-table-swiper {
  border-top: 1px solid #000;
}

.reflections .section-red-gray .image-table,
.reflections .section-red-gray .image-table-swiper {
  max-width: 100%;
}

.reflections .section-subtitle {
  font: normal 20px "Myriad Pro Regular";
  color: #576263;
}

.reflections .section-daily-news .section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font: normal 30px "Myriad Pro Bold";
  letter-spacing: 0.7px;
  color: #cb0a03;
}

.reflections .section-daily-news .section-title:after {
  content: '';
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cb0a03;
}

.reflections .section-daily-news .section-subtitle {
  font: normal 20px "Myriad Pro Regular";
  color: #576263;
}

.reflections .section-daily-news .list-daily {
  margin-top: 15px;
}

.reflections .section-daily-news .list-daily-item {
  position: relative;
  padding-left: 40px;
  font: normal 16px "Myriad Pro Regular";
  line-height: 26px;
  color: #576263;
}

.reflections .section-daily-news .list-daily-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: initial;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #cb0a03;
  border-radius: 50%;
}

.reflections .section-daily-news .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0px;
}

.reflections .section-daily-news .column {
  width: 50%;
}

.reflections .section-daily-news .column .holder-image {
  width: 100%;
  height: 445px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.reflections .section-daily-news .column .holder-text {
  padding: 37px 43px;
  margin-left: -35px;
  background-color: #fff;
}

.reflections .section-daily-news .column-image {
  width: calc(50% + 35px);
}

.reflections .section-graph-currencies {
  padding: 63px 0;
}

.reflections .section-graph-currencies .title-graph {
  margin: 0 0 9px;
  font-size: 18px;
}

.reflections .section-graph-currencies .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
}

.reflections .section-graph-currencies .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}

.reflections .section-graph-currencies .image-graph {
  width: auto;
  max-width: 100%;
}

.reflections .section-markets {
  padding: 40px 0;
}

.reflections .section-markets .section-title {
  font-size: 29px;
}

.reflections .section-markets .title-block {
  padding: 11px 10px;
  margin: 7px 0 17px;
  font-size: 22px;
  background-color: #dddddd;
}

.reflections .section-markets .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reflections .section-markets .column-half:first-child {
  margin-right: 25px;
  margin-bottom: 45px;
}

.reflections .section-markets .description {
  margin-top: 31px;
  font-size: 11.93px;
  line-height: 21px;
}

.reflections .section-markets .holder-image {
  margin-top: 15px;
}

.reflections .section-markets .image-table {
  max-width: 100%;
}

.reflections .international-markets .column {
  margin-bottom: 45px;
}

.reflections .international-markets .column:nth-child(2) {
  margin-right: 6.8%;
}

.reflections .international-markets .column:nth-child(2) .holder-image {
  margin-top: 45px;
}

.reflections .lebanon-markets {
  padding-bottom: 25px;
}

.reflections .lebanon-markets .column-half .column-inner {
  width: 100%;
  max-width: 440px;
  margin-bottom: 45px;
}

.reflections .lebanon-markets .column-half .column-inner .holder-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reflections .lebanon-markets .column-half .column-inner .image-table {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .reflections *::-ms-backdrop, .reflections .section-search-results .holder-results__right .link-close {
    top: -6px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reflections .section-search-results {
    padding: 20px 0 200px;
  }
  .reflections .section-all-archive .card-archive-month {
    width: 60%;
  }
}

@media screen and (max-width: 1199px) {
  .reflections .section-markets .column-half:first-child {
    margin-right: 0;
  }
  .reflections .international-markets .column:nth-child(2) .holder-image {
    margin-top: 20px;
  }
  .reflections .section-daily-news .column .holder-text {
    padding: 35px;
    margin-left: -90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .reflections .section-search-results {
    padding: 20px 0 100px;
  }
  .reflections .section-all-archive .card-archive-month {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .reflections .section-graph-currencies .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .reflections .section-graph-currencies .column {
    padding: 0;
    max-width: 400px;
    margin: auto;
  }
  .reflections .section-graph-currencies .column:not(:first-child) {
    margin-top: 35px;
  }
  .reflections .section-red-gray .column {
    padding: 40px 0;
    height: auto;
  }
  .reflections .section-daily-news .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reflections .section-daily-news .column {
    width: 100%;
  }
  .reflections .section-daily-news .column-text {
    width: calc(100% - 100px);
    margin-top: -50px;
  }
  .reflections .section-daily-news .column-text .holder-text {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .reflections .holder-reflections .link-results {
    font-size: 14px;
  }
  .reflections .section-search-results {
    padding: 30px 0 50px;
  }
  .reflections .section-search-results .holder-results {
    padding-bottom: 10px;
  }
  .reflections .section-search-results .holder-results__left .title-results {
    font-size: 22px;
  }
  .reflections .section-all-archive .card-archive {
    width: 70%;
  }
  .reflections .section-all-archive .card-archive-month {
    width: 80%;
  }
  .reflections .section-daily-news .column-image .holder-image {
    height: 300px;
  }
  .reflections .section-daily-news .column-text {
    width: calc(100% - 50px);
  }
  .reflections .section-daily-news .section-title {
    font-size: 24px;
  }
  .reflections .section-markets {
    padding-bottom: 0;
  }
  .reflections .section-markets .description {
    margin-top: 0;
  }
  .reflections .section-markets .section-title {
    font-size: 24px;
  }
  .reflections .section-markets .title-block {
    padding: 8px;
    font-size: 18px;
  }
  .reflections .section-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .reflections .section-all-archive .card-archive,
  .reflections .section-all-archive .card-archive-month {
    width: 100%;
  }
}

.the-group .section-group .holder-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.the-group .section-group .inner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  border: 2.5px solid transparent;
  border-bottom: 2.5px solid #c40e00;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.the-group .section-group .holder-image {
  height: 100px;
  text-align: center;
}

.the-group .section-group .group-image {
  width: auto;
  max-width: 100%;
  max-height: 75px;
}

.the-group .section-group .inner-list {
  padding: 30px 20px;
  width: 25%;
}

.the-group .section-group .group-name {
  padding: 15px 0;
  font-size: 16px;
  font-family: "Myriad Pro Bold";
  letter-spacing: .5px;
  text-align: center;
  border-top: 1px solid #dfdfdf;
}

.the-group .section-latest-news .news-title {
  padding-top: 25px;
  border-top: 1px solid #dfdfdf;
}

.the-group .section-group-page .holder-group-nav {
  padding: 20px 0;
  height: 155px;
  border-bottom: 1px solid #dfdfdf;
}

.the-group .section-group-page .holder-logo {
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.the-group .section-group-page .holder-group-content {
  padding: 30px 0 65px;
  background-color: #f4f4f4;
}

.the-group .section-group-page .holder-group-content .holder-left {
  padding-right: 50px;
  width: 50%;
}

.the-group .section-group-page .holder-group-content .holder-left .group-desc-title {
  width: 100%;
}

.the-group .section-group-page .holder-group-content .holder-left .group-desc-hermes {
  max-width: 425px;
}

.the-group .section-group-page .holder-group-content .holder-left .group-desc-credilease {
  padding-bottom: 22px;
  max-width: 605px;
}

.the-group .section-group-page .holder-group-content .holder-right {
  padding-top: 35px;
  padding-left: 85px;
  width: 50%;
}

.the-group .section-group-page .holder-group-content .holder-right .group-desc-title {
  width: 100%;
  max-width: 500px;
}

.the-group .section-group-page .holder-content-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.the-group .section-group-page .holder-content-nav .holder-left {
  width: 50%;
}

.the-group .section-group-page .holder-content-nav .holder-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.the-group .section-group-page .holder-content-nav .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 45px;
  height: 45px;
}

.the-group .section-group-page .holder-content-nav .btn-close:before, .the-group .section-group-page .holder-content-nav .btn-close:after {
  left: 18px;
  height: 45px;
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.the-group .section-group-page .holder-action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}

.the-group .section-group-page .holder-action-list .icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.the-group .section-group-page .holder-action-list .btn-default {
  height: 37px;
}

.the-group .section-group-page .holder-action-list .btn-border-gray {
  width: 117px;
  font-size: 13px;
  letter-spacing: 1px;
}

.the-group .section-group-page .holder-action-list .btn-border-gray .icon {
  fill: #454545;
  stroke: #454545;
}

.the-group .section-group-page .holder-action-list .btn-red {
  width: 117px;
  font-size: 13px;
  letter-spacing: 1px;
  border-bottom: 0;
}

.the-group .section-group-page .holder-action-list .btn-red .icon {
  fill: #fff;
}

.the-group .section-group-page .holder-action-list .btn-border-white {
  width: 43px;
  background-color: #ebebeb;
  font-family: "Myriad Pro Regular";
  font-size: 18px;
  color: #c40e00;
}

.the-group .section-group-page .holder-action-list .holder-action-btn {
  padding: 0 10px;
}

.the-group .section-group-page .holder-action-list .holder-action-btn:last-child {
  padding-right: 0;
}

.the-group .section-group-page .group-name-title {
  font-family: "Myriad Pro SemiBold";
  color: #454545;
}

.the-group .section-group-page .holder-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.the-group .section-group-page .holder-contents .holder-left {
  border-right: 1px solid #dfdfdf;
}

.the-group .section-group-page .credilease-content .group-title {
  margin-bottom: 32px;
}

.the-group .section-group-page .credilease-content .holder-right {
  padding-top: 56px;
}

.the-group .section-group-page .group-title {
  font-size: 31px;
  font-family: "Myriad Pro Bold";
}

.the-group .section-group-page .group-desc {
  font-size: 16px;
  color: #454545;
  font-family: "Myriad Pro Regular";
}

.the-group .section-group-page .group-desc-title {
  padding: 25px 0 15px;
}

.the-group .section-group-page .group-desc-list {
  padding: 5px 0;
  width: 100%;
}

.the-group .section-group-page .holder-download {
  margin-bottom: 15px;
}

.the-group .section-group-page .group-link-red {
  color: #f21206;
  border-bottom: 1px solid #f21206;
}

.the-group .section-group-page .title-red {
  color: #c40e00;
  font-family: "Myriad Pro Bold";
}

.the-group .section-group-page .paragraph-title {
  padding-bottom: 8px;
}

.the-group .section-group-page .list-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.the-group .section-group-page .list-details .title-red {
  padding: 5px 0;
  width: 85px;
  font-size: 16px;
}

.the-group .section-group-page .list-title {
  padding-top: 10px;
  font-size: 16px;
  letter-spacing: 0.65px;
}

.the-group .section-group-page .holder-list-title {
  padding-top: 14px;
}

.the-group .section-group-page .holder-list-text {
  margin-top: 10px;
}

.the-group .section-group-page .holder-list-desc {
  margin-top: 20px;
}

.the-group .section-group-page .list-text {
  position: relative;
  padding: 0 0 11px 20px;
  font-size: 15px;
  letter-spacing: .5px;
  color: #454545;
  font-family: "Myriad Pro Regular";
}

.the-group .section-group-page .list-text:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c40e00;
}

.the-group .section-group-page .holder-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.the-group .section-group-page .holder-btn .btn-default {
  width: 100%;
  max-width: 200px;
  height: 45px;
}

.the-group .section-group-page .holder-btn .btn-red {
  margin-right: 25px;
}

.the-group .section-group-page .holder-btn .btn-light-gray .btn-black-opacity-link {
  letter-spacing: .5px;
}

.the-group .section-group-page .holder-btn .btn-black-opacity-link {
  font-size: 14px;
  color: #fff;
  font-family: "Myriad Pro SemiBold";
}

.the-group .section-group-page .holder-btn .link-red {
  text-transform: lowercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .the-group .section-group .inner-list {
    width: 33.33%;
  }
}

@media screen and (max-width: 1199px) {
  .the-group .section-group-page .group-desc .break {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .the-group .section-group .inner-link:active, .the-group .section-group .inner-link:focus, .the-group .section-group .inner-link:hover {
    border: 2.5px solid #c40e00;
  }
  .the-group .section-group .inner-link-rollover {
    border: 2.5px solid #c40e00;
  }
  .the-group .section-group-page .holder-action-list .btn-red:active, .the-group .section-group-page .holder-action-list .btn-red:focus, .the-group .section-group-page .holder-action-list .btn-red:hover {
    background-color: transparent;
    color: #c40e00;
    border: 1px solid #c40e00;
  }
  .the-group .section-group-page .holder-action-list .btn-red:active .icon, .the-group .section-group-page .holder-action-list .btn-red:focus .icon, .the-group .section-group-page .holder-action-list .btn-red:hover .icon {
    fill: #c40e00;
  }
  .the-group .section-group-page .holder-action-list .btn-border-gray:active .icon, .the-group .section-group-page .holder-action-list .btn-border-gray:focus .icon, .the-group .section-group-page .holder-action-list .btn-border-gray:hover .icon {
    fill: #c40e00;
    stroke: #c40e00;
  }
  .the-group .section-group-page .holder-content-nav .btn-close:active:before, .the-group .section-group-page .holder-content-nav .btn-close:active:after, .the-group .section-group-page .holder-content-nav .btn-close:focus:before, .the-group .section-group-page .holder-content-nav .btn-close:focus:after, .the-group .section-group-page .holder-content-nav .btn-close:hover:before, .the-group .section-group-page .holder-content-nav .btn-close:hover:after {
    background: #c40e00;
  }
}

@media screen and (max-width: 991px) {
  .the-group .section-group .inner-list {
    padding: 20px 15px;
  }
  .the-group .section-group .group-name {
    font-size: 14px;
  }
  .the-group .section-group-page .holder-group-content {
    padding: 25px 0;
  }
  .the-group .section-group-page .holder-group-content .holder-left {
    width: 100%;
    border: none;
  }
  .the-group .section-group-page .holder-group-content .holder-right {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .the-group .section-group-page .holder-content-nav .holder-left {
    width: 100%;
  }
  .the-group .section-group-page .holder-content-nav .holder-right {
    width: 100%;
  }
  .the-group .section-group-page .holder-group-nav {
    height: auto;
  }
  .the-group .section-group-page .holder-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .the-group .section-group-page .holder-action-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .the-group .section-group-page .holder-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .the-group .section-group-page .holder-content-nav .holder-left {
    width: 100%;
  }
  .the-group .section-group-page .holder-content-nav .holder-right {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .the-group .section-group .inner-list {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .the-group .section-group .inner-link {
    padding-top: 0;
  }
  .the-group .section-group .holder-image {
    height: 70px;
  }
  .the-group .section-group .group-image {
    max-height: 55px;
    max-width: 175px;
  }
  .the-group .section-group .inner-list {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .the-group .section-group-page .holder-action-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .the-group .section-group-page .holder-logo {
    text-align: center;
    margin: 30px 0 15px;
  }
  .the-group .section-group-page .holder-action-btn {
    width: 50%;
  }
  .the-group .section-group-page .holder-action-btn:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .the-group .section-group-page .holder-action-btn:nth-of-type(1) .btn-border-white {
    margin-left: auto;
    padding-right: 7.5px;
  }
  .the-group .section-group-page .holder-action-btn:nth-of-type(2) {
    padding-left: 7.5px;
  }
  .the-group .section-group-page .holder-action-btn:nth-of-type(3) .btn-border-gray {
    margin-right: 0;
    margin-left: auto;
  }
  .the-group .section-group-page .holder-action-btn:nth-of-type(4) .brn-red {
    margin-left: 7.5px;
  }
  .the-group .section-group-page .holder-content-nav .btn-close {
    right: unset;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .the-group .section-group-page .holder-content-nav .btn-close:before, .the-group .section-group-page .holder-content-nav .btn-close:after {
    height: 30px;
  }
  .the-group .section-group-page .holder-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .the-group .section-group-page .holder-btn .btn-red {
    margin: 0 0 12px;
  }
  .the-group .section-group-page .holder-btn .btn-default {
    max-width: 300px;
  }
  .the-group .section-group-page .holder-group-content .holder-left {
    padding-right: 0;
  }
}

.transparency-and-awareness .section-hero-banner {
  padding: 115px 0 200px;
}

.transparency-and-awareness .holder-box-shadow .container:before {
  -webkit-transform: translate(-1px, -97px) !important;
          transform: translate(-1px, -97px) !important;
  height: 97px !important;
}

.transparency-and-awareness .holder-box-shadow .holder-content {
  -webkit-transform: translateY(-77px);
          transform: translateY(-77px);
}

.transparency-and-awareness .section-bacnassurance-tabs .bacnassurance-tabs {
  padding: 14px 35px 0;
  background-color: #fff;
}

.transparency-and-awareness .section-bacnassurance-tabs .nav-tabs {
  overflow-y: hidden;
  overflow-x: auto;
  border-bottom: 1px solid #dfdfdf;
}

.transparency-and-awareness .section-bacnassurance-tabs .nav-tabs::-webkit-scrollbar {
  display: none;
}

.transparency-and-awareness .section-bacnassurance-tabs .nav-item {
  background-color: #fff;
}

.transparency-and-awareness .section-bacnassurance-tabs .nav-link {
  color: #454545;
  font-size: 16px;
  font-family: "Myriad Pro SemiBold";
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.transparency-and-awareness .section-bacnassurance-tabs .nav-link.active {
  color: #c40e00;
  background: transparent;
  border-bottom: 2px solid #c40e00;
}

.transparency-and-awareness .section-bacnassurance-tabs .nav-link:after {
  display: none;
}

.transparency-and-awareness .list-tab {
  padding: 85px 0 15px;
}

.transparency-and-awareness .list-tab .holder-image {
  margin-bottom: 43px;
  text-align: center;
}

.transparency-and-awareness .list-tab .desc {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  font-size: 17px;
  color: #454545;
  font-family: "Myriad Pro Regular";
  text-align: center;
}

.transparency-and-awareness .list-tab .holder-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.transparency-and-awareness .list-tab .btn-black-opacity-link {
  color: #fff;
}

.transparency-and-awareness .list-tab .btn-red {
  width: 100%;
  max-width: 270px;
}

.transparency-and-awareness .list-tab .btn-red:first-child {
  margin-right: 8px;
}

.transparency-and-awareness .list-tab .btn-red:last-child {
  margin-left: 8px;
}

.transparency-and-awareness .list-tab .transparency-tab-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Myriad Pro SemiBold";
  color: #333333;
}

.transparency-and-awareness .list-tab .transparency-tab-lists {
  margin-bottom: 4px;
  line-height: 1.6;
  list-style: none;
}

.transparency-and-awareness .list-tab .transparency-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  font-size: 14px;
  color: #333333;
}

.transparency-and-awareness .list-tab .transparency-tab-list:before {
  content: '\2022';
  position: relative;
  top: -4px;
  display: inline-block;
  margin-right: 17px;
  width: 5px;
  font-size: 19px;
  font-weight: bold;
  color: #c40e00;
}

.transparency-and-awareness .list-tab .transparency-tab-list:last-of-type {
  margin-bottom: 0;
}

.transparency-and-awareness .tab-feedback .transparency-tab-title {
  margin-top: 0;
  margin-bottom: 0;
}

.transparency-and-awareness .tab-feedback .feedback-wrapper {
  padding: 0 35px;
}

.transparency-and-awareness .tab-feedback .feedback-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.transparency-and-awareness .tab-feedback .feedback-holder:last-child {
  margin-top: 110px;
}

.transparency-and-awareness .tab-feedback .feedback-items {
  width: 33.33%;
}

.transparency-and-awareness .tab-feedback .feedback-items:first-child {
  border-right: 1px #dfdfdf solid;
}

.transparency-and-awareness .tab-feedback .feedback-items:first-child .transparency-tab-title {
  width: 100%;
  max-width: 400px;
}

.transparency-and-awareness .tab-feedback .feedback-items:not(:first-child) {
  padding: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.transparency-and-awareness .tab-feedback .complaint-wrapper {
  width: 100%;
}

.transparency-and-awareness .tab-feedback .complaint-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 50px;
}

.transparency-and-awareness .tab-feedback .complaint-icon-holder {
  margin-bottom: 30px;
  width: 180px;
}

@media screen and (min-width: 768px) {
  .transparency-and-awareness .tab-feedback .complaint-icon-holder:not(:nth-child(2)) .complaint-logo-holder:active .complaint-logo path, .transparency-and-awareness .tab-feedback .complaint-icon-holder:not(:nth-child(2)) .complaint-logo-holder:focus .complaint-logo path, .transparency-and-awareness .tab-feedback .complaint-icon-holder:not(:nth-child(2)) .complaint-logo-holder:hover .complaint-logo path {
    fill: #d81303;
  }
}

@media screen and (min-width: 768px) {
  .transparency-and-awareness .tab-feedback .complaint-icon-holder:nth-child(2) .complaint-logo-holder:active .complaint-logo polyline,
  .transparency-and-awareness .tab-feedback .complaint-icon-holder:nth-child(2) .complaint-logo-holder:active .complaint-logo line, .transparency-and-awareness .tab-feedback .complaint-icon-holder:nth-child(2) .complaint-logo-holder:focus .complaint-logo polyline,
  .transparency-and-awareness .tab-feedback .complaint-icon-holder:nth-child(2) .complaint-logo-holder:focus .complaint-logo line, .transparency-and-awareness .tab-feedback .complaint-icon-holder:nth-child(2) .complaint-logo-holder:hover .complaint-logo polyline,
  .transparency-and-awareness .tab-feedback .complaint-icon-holder:nth-child(2) .complaint-logo-holder:hover .complaint-logo line {
    stroke: #d81303;
  }
}

@media screen and (min-width: 768px) {
  .transparency-and-awareness .tab-feedback .complaint-icon-holder:last-child .complaint-logo-holder:active .complaint-logo, .transparency-and-awareness .tab-feedback .complaint-icon-holder:last-child .complaint-logo-holder:focus .complaint-logo, .transparency-and-awareness .tab-feedback .complaint-icon-holder:last-child .complaint-logo-holder:hover .complaint-logo {
    stroke: #d81303;
  }
}

@media screen and (min-width: 768px) {
  .transparency-and-awareness .tab-feedback .complaint-icon-holder .complaint-logo-holder:active, .transparency-and-awareness .tab-feedback .complaint-icon-holder .complaint-logo-holder:focus, .transparency-and-awareness .tab-feedback .complaint-icon-holder .complaint-logo-holder:hover {
    background: #eeeeee;
  }
}

.transparency-and-awareness .tab-feedback .complaint-logo-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background-color: #d81303;
  border-radius: 50%;
}

.transparency-and-awareness .tab-feedback .complaint-logo-holder path,
.transparency-and-awareness .tab-feedback .complaint-logo-holder polyline,
.transparency-and-awareness .tab-feedback .complaint-logo-holder line {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.transparency-and-awareness .tab-feedback .complaint-logo {
  width: 40px;
  height: 40px;
}

.transparency-and-awareness .tab-feedback .complaint-logo-box {
  position: relative;
  left: -6px;
  width: 50px;
  height: 50px;
}

.transparency-and-awareness .tab-feedback .complaint-logo-email {
  position: relative;
  top: -3px;
  left: -1px;
  width: 50px;
  height: 50px;
}

.transparency-and-awareness .tab-feedback .complaint-text-holder {
  text-align: center;
}

.transparency-and-awareness .tab-feedback .complaint-icon-title {
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  max-width: 239px;
  font-family: "Frutiger Bold";
  font-size: 16px;
}

.transparency-and-awareness .tab-feedback .complaint-icon-subtitle {
  margin: 0 auto;
  margin-top: 7px;
  width: 100%;
  max-width: 237px;
  font-size: 15px;
}

.transparency-and-awareness .tab-feedback .complaint-social-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 7px;
  width: 100%;
  max-width: 140px;
}

.transparency-and-awareness .tab-feedback .complaint-social-icons .fab {
  color: #7d7d7d;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media screen and (min-width: 768px) {
  .transparency-and-awareness .tab-feedback .complaint-social-icons:active .fab, .transparency-and-awareness .tab-feedback .complaint-social-icons:focus .fab, .transparency-and-awareness .tab-feedback .complaint-social-icons:hover .fab {
    color: #d81303;
  }
}

.transparency-and-awareness .tab-feedback .feedback-img-hover {
  display: none;
}

.transparency-and-awareness .tab-feedback .complaint-logo-holder {
  cursor: pointer;
}

.transparency-and-awareness .tab-feedback .complaint-logo-holder:hover .feedback-img {
  display: none;
}

.transparency-and-awareness .tab-feedback .complaint-logo-holder:hover .feedback-img-hover {
  display: block;
}

.transparency-and-awareness .tab-keyfact {
  padding-top: 40px;
  padding-bottom: 0;
}

.transparency-and-awareness .tab-keyfact .holder-btn {
  margin-top: 0;
}

.transparency-and-awareness .tab-keyfact .keyfact-grid-wrapper {
  padding-top: 40px;
}

.transparency-and-awareness .tab-keyfact .keyfact-grid-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.transparency-and-awareness .tab-keyfact .keyfact-grid-holder:nth-child(2) .keyfact-grid-items:nth-child(2) {
  background: url("../images/image-awareness4.jpg") no-repeat center;
  background-size: cover;
}

.transparency-and-awareness .tab-keyfact .keyfact-grid-holder:last-child .keyfact-grid-items {
  padding-bottom: 10px;
}

.transparency-and-awareness .tab-keyfact .keyfact-grid-items {
  padding: 50px;
  padding-top: 30px;
  width: 50%;
  background: #f4f4f4;
  border: 1px #fff solid;
}

.transparency-and-awareness .tab-keyfact .keyfact-grid-subtitle {
  margin-bottom: 25px;
  font-size: 14px;
  color: #333333;
}

.transparency-and-awareness .tab-keyfact .keyfact-grid-broken {
  padding: 25px;
  padding-right: 0;
  line-height: 1.9;
  border: 1px #a3a3a3 dashed;
}

.transparency-and-awareness .tab-keyfact .keyfact-table-title {
  font-family: "Myriad Pro SemiBold";
  font-size: 16px;
}

.transparency-and-awareness .tab-keyfact .keyfact-grid-image {
  height: 170px;
  max-height: 100%;
}

.transparency-and-awareness .tab-keyfact .keyfact-table-holder {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  background: #f4f4f4;
}

.transparency-and-awareness .tab-keyfact .keyfact-table-holder .container-custom {
  max-width: 1325px;
}

.transparency-and-awareness .tab-keyfact .keyfact-table-holder .container-custom:before {
  display: none;
}

.transparency-and-awareness .tab-keyfact .keyfact-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.transparency-and-awareness .tab-keyfact .keyfact-table {
  width: 16.66%;
}

.transparency-and-awareness .tab-keyfact .keyfact-table:first-child {
  width: 18.56%;
}

.transparency-and-awareness .tab-keyfact .keyfact-table:first-child .keyfact-table-heading {
  border-left: 1px solid #737373;
}

.transparency-and-awareness .tab-keyfact .keyfact-table:first-child .keyfact-table-item {
  border-left: 1px solid #e5e5e5;
}

.transparency-and-awareness .tab-keyfact .keyfact-table:nth-child(2) {
  width: 18.46%;
}

.transparency-and-awareness .tab-keyfact .keyfact-table:nth-child(3) {
  width: 14.76%;
}

.transparency-and-awareness .tab-keyfact .keyfact-table:nth-child(4) {
  width: 13.26%;
}

.transparency-and-awareness .tab-keyfact .keyfact-table:nth-child(5) {
  width: 23.16%;
}

.transparency-and-awareness .tab-keyfact .keyfact-table:last-child {
  width: 11.76%;
}

.transparency-and-awareness .tab-keyfact .keyfact-table:last-child .keyfact-table-heading {
  border-right: 1px solid #737373;
}

.transparency-and-awareness .tab-keyfact .keyfact-table:last-child .keyfact-table-item {
  border-right: 1px solid #e5e5e5;
}

.transparency-and-awareness .tab-keyfact .keyfact-table-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 12px 10px;
  min-height: 56px;
  font: 14px "Myriad Pro Regular";
  letter-spacing: .4px;
  line-height: 16px;
  color: #cbcbcb;
  background: #414141;
  border: 1px solid #737373;
  border-bottom: 0;
  border-left: 0;
}

.transparency-and-awareness .tab-keyfact .keyfact-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 12px;
  font: 15px "Myriad Pro Regular";
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-left: 0;
}

.transparency-and-awareness .tab-keyfact .keyfact-table-subdesc {
  margin-top: 15px;
  font: 12px "Frutiger Regular";
  font-style: italic;
  color: #a3a3a3;
}

.transparency-and-awareness .tab-keyfact:not(:first-child) {
  padding-top: 0;
}

.transparency-and-awareness .tab-keyfact:not(:first-child) .keyfact-grid-wrapper {
  padding-top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .transparency-and-awareness .section-bacnassurance-tabs .nav-link {
    font-size: 12px;
  }
  .transparency-and-awareness .tab-feedback .complaint-icon-wrapper {
    max-width: 700px;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-grid-holder:nth-child(2) .keyfact-grid-items:nth-child(2) {
    background-position: left;
  }
}

@media screen and (min-width: 768px) {
  .transparency-and-awareness .section-bacnassurance-tabs .nav-link:not(.active):active, .transparency-and-awareness .section-bacnassurance-tabs .nav-link:not(.active):focus, .transparency-and-awareness .section-bacnassurance-tabs .nav-link:not(.active):hover {
    color: #fff;
  }
  .transparency-and-awareness .list-tab .btn-red:active .btn-black-opacity-link, .transparency-and-awareness .list-tab .btn-red:focus .btn-black-opacity-link, .transparency-and-awareness .list-tab .btn-red:hover .btn-black-opacity-link {
    color: #c40e00;
  }
}

@media screen and (max-width: 991px) {
  .transparency-and-awareness .section-bacnassurance-tabs .nav-item {
    padding: 0;
    width: auto;
  }
  .transparency-and-awareness .section-bacnassurance-tabs .nav-link {
    padding: 25px;
    font-size: 14px;
  }
  .transparency-and-awareness .list-tab .transparency-tab-list {
    margin-bottom: 15px;
  }
  .transparency-and-awareness .tab-feedback .feedback-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .transparency-and-awareness .tab-feedback .feedback-holder:last-child {
    margin-top: 0;
  }
  .transparency-and-awareness .tab-feedback .feedback-items {
    width: 100%;
  }
  .transparency-and-awareness .tab-feedback .feedback-items:first-child {
    padding: 0;
    margin-bottom: 20px;
    border-right: none;
  }
  .transparency-and-awareness .tab-feedback .feedback-items:first-child .transparency-tab-title {
    width: 100%;
    max-width: initial;
  }
  .transparency-and-awareness .tab-feedback .feedback-items:not(:first-child) {
    padding: 0;
  }
  .transparency-and-awareness .tab-feedback .complaint-icon-wrapper {
    margin-top: 40px;
    max-width: 700px;
  }
  .transparency-and-awareness .tab-feedback .complaint-icon-holder {
    margin-bottom: 30px;
  }
  .transparency-and-awareness .tab-feedback .complaint-icon-title {
    margin: 0 auto;
    margin-top: 15px;
  }
  .transparency-and-awareness .tab-feedback .complaint-icon-subtitle {
    margin: 0 auto;
    margin-top: 7px;
  }
  .transparency-and-awareness .tab-feedback .complaint-social-holder {
    max-width: 180px;
    margin: 0 auto;
    margin-top: 7px;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-grid-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-grid-holder:nth-child(2) .keyfact-grid-items:nth-child(2) {
    height: 400px;
    max-height: 400px;
    background-position: left;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-grid-items {
    padding: 30px;
    padding-top: 20px;
    width: 100%;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-table:first-child {
    width: 100%;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-table:nth-child(2) {
    width: 100%;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-table:nth-child(3) {
    width: 100%;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-table:nth-child(4) {
    width: 100%;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-table:nth-child(5) {
    width: 100%;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-table:last-child {
    width: 100%;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-table-heading {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-table-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .transparency-and-awareness .section-banner-group-profile {
    height: 100%;
    padding-bottom: 96px;
  }
  .transparency-and-awareness .section-banner-group-profile .banner-title-profile {
    padding: 50px 0 40px;
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .transparency-and-awareness .section-hero-banner {
    padding: 50px 0 145px;
  }
  .transparency-and-awareness .banner-title-dark br {
    display: none;
  }
  .transparency-and-awareness .holder-box-shadow .container:before {
    left: 50%;
    -webkit-transform: translate(-50%, -86px);
            transform: translate(-50%, -86px);
    height: 86px !important;
  }
  .transparency-and-awareness .section-bacnassurance-tabs .bacnassurance-tabs {
    height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .transparency-and-awareness .section-bacnassurance-tabs .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .transparency-and-awareness .section-bacnassurance-tabs .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px;
  }
  .transparency-and-awareness .list-tab {
    padding-top: 30px;
  }
  .transparency-and-awareness .list-tab .holder-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .transparency-and-awareness .list-tab .btn-red {
    max-width: 280px;
  }
  .transparency-and-awareness .list-tab .btn-red:first-child {
    margin: 0 0 15px 0;
  }
  .transparency-and-awareness .list-tab .btn-red:last-child {
    margin-left: 0;
  }
  .transparency-and-awareness .list-tab .btn-black-opacity-link {
    font-size: 14px;
  }
  .transparency-and-awareness .list-tab-grid-title {
    font-size: 21px;
  }
  .transparency-and-awareness .tab-feedback .transparency-tab-title {
    font-size: 24px;
  }
  .transparency-and-awareness .tab-feedback .feedback-wrapper {
    padding: 0 10px;
  }
  .transparency-and-awareness .tab-feedback .complaint-logo-holder {
    width: 65px;
    height: 65px;
  }
  .transparency-and-awareness .tab-feedback .complaint-logo {
    width: 30px;
    height: 30px;
  }
  .transparency-and-awareness .tab-feedback .complaint-logo-box {
    width: 40px;
    height: 40px;
  }
  .transparency-and-awareness .tab-feedback .complaint-logo-email {
    width: 40px;
    height: 40px;
  }
  .transparency-and-awareness .tab-feedback .complaint-icon-holder {
    width: 135px;
  }
  .transparency-and-awareness .tab-feedback .complaint-icon-title {
    font-size: 14px;
  }
  .transparency-and-awareness .tab-feedback .complaint-icon-subtitle {
    font-size: 13px;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-grid-holder:nth-child(2) .keyfact-grid-items:nth-child(2) {
    height: 230px;
    max-height: 230px;
  }
  .transparency-and-awareness .tab-keyfact .keyfact-grid-items {
    padding: 10px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 374px) {
  .transparency-and-awareness .section-bacnassurance-tabs .nav-link {
    font-size: 12px;
  }
  .transparency-and-awareness .tab-feedback .complaint-icon-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 250px;
  }
  .transparency-and-awareness .tab-feedback .complaint-icon-holder {
    width: 200px;
  }
}

.iraq .section-banner-country {
  background-image: url("../images/bg-banner-iraq.png");
}

.iraq .section-banner-country .holder {
  max-width: 680px;
  padding: 103px 0 122px;
}

.iraq .section-products-services {
  padding-bottom: 71px;
}

.iraq .section-transparency-awareness .item .item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.iraq .section-transparency-awareness .item .item-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.iraq .section-transparency-awareness .item:nth-child(even) .item-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.iraq .section-transparency-awareness .item:nth-child(even) .item-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 991px) {
  .iraq .section-products-services {
    padding: 50px 0;
  }
  .iraq .section-transparency-awareness .section-heading {
    padding-top: 50px;
  }
}

.cyprus .section-banner-country {
  background-image: url("../images/bg-banner-cyprus.png");
}

.cyprus .section-banner-country .holder {
  max-width: 770px;
  padding: 103px 0 56px;
}

.cyprus .section-banner-country .holder-button {
  width: 100%;
  max-width: 240px;
  margin-top: 41px;
}

.cyprus .section-banner-country .holder-button .btn-red {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.cyprus .section-transparency-awareness {
  margin-top: 30px;
}

.cyprus .section-transparency-awareness .container:after {
  display: none;
}

.cyprus .section-transparency-awareness .items {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cyprus .section-transparency-awareness .item:last-child {
  margin-bottom: 10px;
}

.cyprus .section-icon-circles {
  border: none;
}

.cyprus .section-icon-circles .items {
  padding: 46px 45px 42px;
}

.cyprus .section-cta-country-inverted {
  height: 525px;
}

@media screen and (max-width: 991px) {
  .cyprus .section-banner-country .btn-default {
    height: 51px;
  }
  .cyprus .section-cta-country-inverted .holder:before, .cyprus .section-cta-country-inverted .holder:after {
    background-color: #545454;
  }
}

.canada .section-banner-country {
  background-image: url("../images/bg-banner-canada.png");
}

.canada .section-banner-country .holder {
  max-width: 700px;
  padding: 103px 0 56px;
}

.canada .section-banner-country .holder-button {
  width: 100%;
  max-width: 240px;
  margin-top: 41px;
}

.canada .section-banner-country .holder-button .btn-red {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.canada .section-transparency-awareness {
  margin-top: 30px;
}

.canada .section-transparency-awareness .container:after {
  display: none;
}

.canada .section-transparency-awareness .items {
  padding-bottom: 0;
  margin-bottom: 0;
}

.canada .section-transparency-awareness .item:last-child {
  margin-bottom: 10px;
}

.canada .section-icon-circles {
  border: none;
}

.canada .section-icon-circles .items {
  padding: 46px 45px 42px;
}

.canada .section-cta-country-inverted {
  height: 525px;
  background-image: url("../images/bg-cta-country4.png");
}

@media screen and (max-width: 991px) {
  .canada .section-banner-country .btn-default {
    height: 51px;
  }
  .canada .section-cta-country-inverted .holder:before, .canada .section-cta-country-inverted .holder:after {
    background-color: #545454;
  }
}

.vision .holder-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 124px 0 100px;
  background: url("../images/bg-vision.jpg") no-repeat center;
  background-size: cover;
}

.vision .title-vision {
  margin: auto;
  max-width: 450px;
  font-family: "Frutiger Bold";
  font-size: 30px;
  text-align: center;
}

.vision .title-vision .red-span {
  color: #db1c07;
}

.vision .desc-vision {
  margin-top: 14px;
  font-family: "Frutiger Bold";
  font-size: 14px;
  text-align: center;
}

.vision .holder-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 65px;
  margin: auto;
  max-width: 1050px;
}

.vision .holder-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vision .holder-item:first-child {
  width: 26%;
}

.vision .holder-item:nth-child(2) {
  width: 25%;
}

.vision .holder-item:last-child {
  width: 24%;
}

.vision .holder-item .title-item {
  margin-bottom: 4px;
  font-family: "Frutiger Bold";
  font-size: 16px;
  text-transform: uppercase;
}

.vision .holder-item .desc-item {
  font-family: "Frutiger Regular";
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.vision .holder-item .holder-image {
  padding-bottom: 24px;
}

@media all and (-ms-high-contrast: none) {
  .vision *::-ms-backdrop, .vision .holder-item .desc-item {
    margin: 0 auto;
    width: 86%;
  }
}

@media screen and (max-width: 991px) {
  .vision .title-vision {
    font-size: 25px;
  }
  .vision .holder-vision {
    padding: 70px 0 60px;
  }
  .vision .holder-item:first-child, .vision .holder-item:nth-child(2), .vision .holder-item:last-child {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .vision .title-vision {
    font-size: 20px;
  }
  .vision .holder-vision {
    padding: 40px 0 30px;
  }
  .vision .holder-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
  }
  .vision .holder-item {
    margin-bottom: 30px;
  }
  .vision .holder-item:first-child, .vision .holder-item:nth-child(2), .vision .holder-item:last-child {
    width: 80%;
  }
  .vision .holder-item .desc-item {
    width: 50%;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .vision .title-vision {
    max-width: 300px;
  }
  .vision .desc-vision {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .vision .holder-item .desc-item {
    width: 80%;
  }
}

.careers {
  background: url("../images/bg-careers.jpg") no-repeat center;
  background-size: cover;
}

.careers .section-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 284px 0 258px;
}

.careers .section-apply .title-white {
  font-family: "Myriad Pro Regular";
  font-size: 35px;
  text-align: center;
  color: #fff;
}

.careers .section-apply .desc {
  margin-top: 7px;
  max-width: 700px;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}

.careers .section-apply .holder-button {
  padding-top: 25px;
}

.careers .section-apply .holder-button .btn-red {
  width: 220px;
}

@media screen and (max-width: 991px) {
  .careers .section-apply {
    padding: 150px 0 120px;
  }
  .careers .section-apply .title-white {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .careers .section-apply {
    padding: 100px 0 80px;
    min-height: calc(100vh - 425px);
  }
  .careers .section-apply .title-white {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 23px;
  }
  .careers .section-apply .desc {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
  }
}

.awards .gallery-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0 29px;
}

.awards .gallery-header .gallery-title {
  font-size: 31px;
}

.awards .gallery-content .gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(20% - 18px) calc(20% - 18px) (calc(20% - 18px))[auto-fill];
      grid-template-columns: calc(20% - 18px) calc(20% - 18px) repeat(auto-fill, calc(20% - 18px));
  grid-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.awards .gallery-content .gallery-item {
  min-height: auto;
  margin-bottom: 15px;
  border-bottom: 3px solid #c40d00;
}

.awards .gallery-content .gallery-item-big {
  height: 715px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.awards .gallery-content .gallery-item-big .item {
  position: relative;
  height: 100%;
}

.awards .gallery-content .gallery-item-big .item-background {
  height: 100%;
  border: none;
}

.awards .gallery-content .gallery-item-big .item-text {
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0 35px 30px;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100%, #000000), to(#000000));
  background: linear-gradient(to bottom, transparent 0%, #000000 100%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.awards .gallery-content .gallery-item-big .item-year {
  color: #fff;
}

.awards .gallery-content .gallery-item-big .item-title {
  font: normal 46.5px "Myriad Pro SemiBold";
  line-height: 50px;
  color: #fff;
}

.awards .gallery-content .item {
  position: relative;
  display: block;
  height: 100%;
}

.awards .gallery-content .item-background {
  height: 265px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #efefef;
}

.awards .gallery-content .item-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  width: 100%;
  padding: 17px 0;
}

.awards .gallery-content .item-year {
  font-size: 14px;
  color: #636363;
}

.awards .gallery-content .item-title {
  font: normal 18.5px "Myriad Pro Bold";
  color: #3b3b3b;
}

.awards .gallery-content .awards-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.awards .gallery-content .awards-holder:nth-child(2) {
  margin-top: 20px;
}

.awards .gallery-content .awards-holder:nth-child(2) .gallery-item {
  width: 19%;
}

.awards .gallery-content .awards-list:first-child {
  width: 38%;
}

.awards .gallery-content .awards-list:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 60%;
}

.awards .gallery-content .awards-list:last-child .gallery-item {
  width: 32%;
}

.awards .section-awards-details {
  margin-bottom: 145px;
}

.awards .section-awards-details .wrapper {
  position: relative;
  padding: 60px 35px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.awards .section-awards-details .btn-close {
  position: absolute;
  top: 5px;
  right: 22px;
  bottom: initial;
  left: initial;
  display: block;
  width: 23px;
  height: 35px;
}

.awards .section-awards-details .btn-close:before, .awards .section-awards-details .btn-close:after {
  height: 35px;
  background-color: #414141;
}

.awards .section-awards-details .btn-close:active:before, .awards .section-awards-details .btn-close:active:after, .awards .section-awards-details .btn-close:focus:before, .awards .section-awards-details .btn-close:focus:after, .awards .section-awards-details .btn-close:hover:before, .awards .section-awards-details .btn-close:hover:after {
  background-color: #c40d00;
}

.awards .section-awards-details .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.awards .section-awards-details .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.awards .section-awards-details .column-image {
  width: 445px;
  height: 410px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 3px solid #c40d00;
}

.awards .section-awards-details .column-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 445px);
  padding-left: 40px;
}

.awards .section-awards-details .column-text .award-year {
  margin-bottom: 4px;
  font: normal 18px "Myriad Pro Bold";
  color: #c40d00;
}

.awards .section-awards-details .column-text .award-title {
  max-width: 250px;
  margin-bottom: 27px;
  font: normal 30px "Myriad Pro Bold";
  color: #383838;
  line-height: 35px;
}

.awards .section-awards-details .column-text .award-description {
  max-width: 540px;
  font-size: 14.4px;
  line-height: 24px;
}

@media screen and (max-width: 1199px) {
  .awards .gallery-content .item-background {
    height: 240px;
  }
  .awards .gallery-content .gallery-item-big .item-text {
    padding: 0 30px 25px;
  }
  .awards .section-awards-details .column-image {
    width: 40%;
    height: 350px;
  }
  .awards .section-awards-details .column-text {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .awards .gallery-content .gallery-item-big .item-title {
    font-size: 39px;
  }
}

@media screen and (max-width: 991px) {
  .awards .gallery-content .gallery-grid {
    -ms-grid-columns: calc(25% - 18px) calc(25% - 18px) (calc(25% - 18px))[auto-fill];
        grid-template-columns: calc(25% - 18px) calc(25% - 18px) repeat(auto-fill, calc(25% - 18px));
  }
  .awards .gallery-content .gallery-item {
    height: auto;
  }
  .awards .gallery-content .gallery-item-big {
    height: 600px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .awards .gallery-content .gallery-item-big .item-title {
    font-size: 31px;
    line-height: 38px;
  }
  .awards .gallery-content .item-background {
    height: 190px;
  }
  .awards .gallery-content .item-text {
    padding-bottom: 10px;
  }
  .awards .section-awards-details {
    margin-bottom: 80px;
  }
  .awards .section-awards-details .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .awards .section-awards-details .column-image {
    width: 370px;
    margin: 20px auto 40px;
  }
  .awards .section-awards-details .column-text {
    width: 370px;
    padding: 0;
    margin: auto;
  }
  .awards .section-awards-details .column-text .award-year {
    font-size: 16px;
  }
  .awards .section-awards-details .column-text .award-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  .awards .section-awards-details .column-text .award-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .awards .gallery-header .gallery-title {
    font-size: 28px;
  }
  .awards .gallery-content .gallery-grid {
    -ms-grid-columns: calc(33% - 10px) calc(33% - 10px) (calc(33% - 10px))[auto-fill];
        grid-template-columns: calc(33% - 10px) calc(33% - 10px) repeat(auto-fill, calc(33% - 10px));
  }
  .awards .gallery-content .gallery-item {
    margin-bottom: 0;
  }
  .awards .gallery-content .gallery-item-big {
    height: 580px;
  }
  .awards .gallery-content .gallery-item-big .item-text {
    padding: 0 20px 15px;
  }
  .awards .gallery-content .gallery-item-big .item-title {
    font-size: 26px;
    line-height: 30px;
  }
  .awards .gallery-content .awards-holder:nth-child(2) {
    margin-top: 0;
  }
  .awards .gallery-content .awards-list:first-child, .awards .gallery-content .awards-list:last-child {
    width: 100%;
  }
  .awards .section-awards-details {
    margin-bottom: 50px;
  }
  .awards .section-awards-details .wrapper {
    padding: 40px 20px;
  }
  .awards .section-awards-details .btn-close {
    right: 0;
    left: 0;
    height: 25px;
  }
  .awards .section-awards-details .btn-close:before, .awards .section-awards-details .btn-close:after {
    height: 25px;
  }
  .awards .section-awards-details .column-image {
    margin-top: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .awards .gallery-content {
    margin-bottom: 20px;
  }
  .awards .gallery-content .awards-holder:nth-child(2) .gallery-item {
    margin-top: 25px;
    width: 48%;
  }
  .awards .gallery-content .awards-list:last-child .gallery-item {
    margin-top: 25px;
    width: 48%;
  }
}

@media screen and (max-width: 575px) {
  .awards .gallery-content .gallery-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: initial;
        grid-template-columns: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 340px;
    margin: auto;
  }
  .awards .gallery-content .gallery-item {
    width: 100%;
    height: auto;
    margin: auto auto 35px;
  }
  .awards .gallery-content .gallery-item-big {
    grid-column: initial;
    grid-row: initial;
    height: 360px;
  }
  .awards .gallery-content .item {
    position: relative;
    height: 100%;
  }
  .awards .gallery-content .item-background {
    height: 250px;
  }
  .awards .gallery-content .item-text {
    position: relative;
    padding: 10px 0;
  }
  .awards .gallery-content .awards-holder:nth-child(2) .gallery-item {
    width: 100%;
  }
  .awards .gallery-content .awards-list:last-child .gallery-item {
    width: 100%;
  }
  .awards .section-awards-details .column-image {
    width: 100%;
    max-width: 370px;
    height: 75vw;
    max-height: 350px;
  }
  .awards .section-awards-details .column-text {
    max-width: 100%;
  }
}

.apply .section-application-form {
  padding: 40px 50px;
}

.apply .section-application-form .title {
  font-size: 31px;
}

.apply .section-application-form .accordion {
  padding-top: 30px;
}

.apply .section-application-form .card-apply {
  padding-bottom: 45px;
  border: 0;
}

.apply .section-application-form .card-header-apply {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
}

.apply .section-application-form .card-body-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.apply .section-application-form .card-body-apply.personal-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.apply .section-application-form .card-body-apply.experience .holder-body-form-full-width {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e4e4e4;
}

.apply .section-application-form .card-body-apply.experience .holder-body-form-full-width:first-child {
  border-top: 0;
}

.apply .section-application-form .card-body-apply.experience .holder-body-form .holder-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply .section-application-form .card-body-apply.experience .link-add-more {
  margin-bottom: 35px;
}

.apply .section-application-form .btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  width: 100%;
  font-family: "Frutiger Bold";
  font-size: 20px;
  color: #c20f06;
  text-decoration: none;
}

.apply .section-application-form .btn-link[aria-expanded="true"] .icon:before {
  max-height: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.apply .section-application-form .btn-link[aria-expanded="true"] .icon:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.apply .section-application-form .icon {
  position: relative;
  top: 10px;
  display: inline-block;
  width: 100%;
  max-width: 30px;
  height: 30px;
}

.apply .section-application-form .icon:before, .apply .section-application-form .icon:after {
  content: '';
  position: absolute;
  background-color: #c20f06;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

.apply .section-application-form .icon:before {
  top: 0;
  left: 50%;
  margin-left: -9px;
  width: 3px;
  height: 100%;
  max-height: 16px;
}

.apply .section-application-form .icon:after {
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 100%;
  max-width: 15px;
  height: 3px;
}

.apply .section-application-form .holder-body-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}

.apply .section-application-form .holder-body-form .form-group {
  margin-top: 50px;
  margin-bottom: 0;
  width: 100%;
}

.apply .section-application-form .holder-body-form .form-group.checkbox {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.apply .section-application-form .holder-body-form .form-group.four-col {
  margin-right: 60px;
  width: 92%;
}

.apply .section-application-form .holder-body-form .form-group.four-col:last-child {
  margin-right: 0;
}

.apply .section-application-form .holder-body-form .form-group.certificate {
  margin-top: 40px;
  margin-right: 50px;
  width: 680px;
}

.apply .section-application-form .holder-body-form .form-group.certificate-year {
  margin-top: 40px;
  width: 320px;
}

.apply .section-application-form .holder-body-form .form-group-error .form-error-custom {
  left: 115px;
}

.apply .section-application-form .holder-body-form-full-width {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.apply .section-application-form .holder-body-form .holder-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.apply .section-application-form .holder-body-form .checkbox-holder.status {
  padding: 0;
  margin: 7px 0 0;
}

.apply .section-application-form .holder-body-form .checkbox-holder.gender {
  padding-top: 32px;
}

.apply .section-application-form .holder-body-form .checkbox-holder.experience {
  margin: 28px 0 25px;
}

.apply .section-application-form .holder-body-form .checkbox-title {
  padding-top: 30px;
  font-size: 14px;
}

.apply .section-application-form .link-add-more {
  padding-top: 32px;
  width: 70px;
  font-family: "Frutiger Bold";
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .apply .section-application-form .link-add-more:active, .apply .section-application-form .link-add-more:focus, .apply .section-application-form .link-add-more:hover {
    color: #c20f06;
    border-bottom: 1px solid #c20f06;
  }
}

.apply .section-application-form .file-upload {
  display: block;
  max-width: 677px;
  text-align: center;
  font-size: 12px;
}

.apply .section-application-form .file-upload .file-select {
  position: relative;
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  text-align: left;
  color: #34495e;
  background-color: #f4f4f4;
  cursor: pointer;
}

.apply .section-application-form .file-upload .file-select input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.apply .section-application-form .file-upload .file-select-button {
  height: 40px;
  padding: 0 20px;
  float: right;
  color: #fff;
  line-height: 40px;
  background-color: #dddddd;
}

.apply .section-application-form .file-upload .file-select-name {
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
}

.apply .section-application-form .file-upload .form-controls {
  width: 100%;
}

.apply .section-application-form .file-upload .form-controls .upload-btn-wrapper {
  margin-top: -53px;
}

.apply .section-application-form .file-upload .form-controls .upload-btn-wrapper .attach-wrapper.attach-btn {
  width: 100%;
  cursor: pointer;
}

.apply .section-application-form .file-upload .form-controls .upload-btn-wrapper .file-upload-info {
  margin-left: 20px;
}

.apply .section-application-form .file-upload .form-controls .upload-btn-wrapper .file-upload-info .remove-btn {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 25px;
}

.apply .section-application-form .file-upload .form-controls .upload-btn-wrapper .attach-wrapper.attach-btn {
  opacity: 0;
}

.apply .section-application-form .btn-wrapper .btn-red {
  width: 308px;
}

.apply .section-application-form .section-thanks-message {
  width: 100%;
  padding: 37px 0 243px;
}

.apply .section-application-form .section-thanks-message .section-title {
  margin-bottom: 13px;
  margin-top: 139px;
  font-size: 32px;
  font-family: "Myriad Pro SemiBold";
  color: #cb0a03;
  text-align: center;
}

.apply .section-application-form .section-thanks-message .section-subtitle {
  font-size: 14.2px;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .apply .section-application-form .holder-body-form .form-group.checkbox {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .apply .section-application-form .holder-body-form {
    width: 100%;
  }
  .apply .section-application-form .holder-body-form-full-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .apply .section-application-form .holder-body-form .holder-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .apply .section-application-form .holder-body-form .holder-checkbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .apply .section-application-form .holder-body-form .form-group-error .form-error-custom {
    left: 98px;
  }
  .apply .section-application-form .holder-body-form .form-group.checkbox {
    margin-right: 0;
  }
  .apply .section-application-form .holder-body-form .form-group.checkbox-gender {
    margin-right: 20px;
  }
  .apply .section-application-form .holder-body-form .form-group.checkbox-experience {
    margin-right: 10px;
  }
  .apply .section-application-form .holder-body-form .form-group.four-col {
    margin-right: 0;
    width: 100%;
  }
  .apply .section-application-form .holder-body-form .form-group.certificate {
    width: 100%;
  }
  .apply .section-application-form .holder-body-form .form-group.certificate-year {
    width: 100%;
  }
  .apply .section-application-form .card-body-apply.personal-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .apply .section-application-form {
    padding: 20px 0;
  }
  .apply .section-application-form .title {
    font-size: 25px;
  }
  .apply .section-application-form .btn-link {
    font-size: 15px;
  }
  .apply .section-application-form .holder-body-form .form-group {
    margin-top: 20px;
  }
  .apply .section-application-form .holder-body-form .form-group.checkbox-experience {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .apply .section-application-form .card-apply {
    padding-bottom: 20px;
  }
  .apply .section-application-form .btn-link {
    font-size: 14px;
  }
  .apply .section-application-form .btn-wrapper .btn-red {
    width: 100%;
  }
}

.global-markets .holder-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 25px;
}

.global-markets .desc-sm {
  margin: 9px auto;
  max-width: 900px;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.global-markets .title-black-sm {
  color: #000;
  font-family: "Frutiger Bold";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.global-markets .section-grey {
  padding: 65px 0 85px;
  background-color: #fbfbfb;
}

.global-markets .holder-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.global-markets .holder-list .holder-image {
  padding-bottom: 14px;
}

.global-markets .holder-list .list-market {
  padding-top: 30px;
  text-align: center;
}

.global-markets .holder-list .item-market {
  position: relative;
  padding-bottom: 38px;
  font-size: 16px;
}

.global-markets .holder-list .item-market:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 20px auto 0;
  width: 28px;
  height: 1px;
  background-color: #000;
}

.global-markets .holder-list .item-market:last-child {
  padding-bottom: 0;
}

.global-markets .holder-list .item-market:last-child:after {
  display: none;
}

.global-markets .section-two-col .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.global-markets .section-two-col .holder-two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-markets .section-two-col .holder-two-col .full-width {
  width: 100% !important;
}

.global-markets .section-two-col .holder-two-col .holder-col {
  position: relative;
  padding: 78px 15px 50px;
  width: 50%;
  background-color: #f8f8f8;
}

.global-markets .section-two-col .holder-two-col .holder-col:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100vw;
  background: #f8f8f8;
}

.global-markets .section-two-col .holder-two-col .holder-col:last-child {
  background-color: #fbfbfb;
}

.global-markets .section-bacnassurance-tabs .nav-item {
  width: 33.33%;
}

.global-markets .holder-content {
  padding: 50px 0;
}

.global-markets .holder-content.with-bg-color {
  background-color: #fbfbfb;
}

.global-markets .holder-flyer {
  position: relative;
  display: none;
  padding: 25px 0 53px;
}

.global-markets .holder-flyer.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.global-markets .holder-flyer .img-flyer {
  max-width: 100%;
  height: 100%;
}

.global-markets .holder-flyer .close-icon {
  position: absolute;
  top: -90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.global-markets .holder-flyer .close-icon:before, .global-markets .holder-flyer .close-icon:after {
  content: ' ';
  position: absolute;
  left: 15px;
  height: 45px;
  width: 2px;
  background-color: #fff;
}

.global-markets .holder-flyer .close-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.global-markets .holder-flyer .close-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
  .global-markets .holder-flyer .img-flyer {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .global-markets .holder-desc {
    padding: 40px 0 25px;
  }
  .global-markets .desc-sm {
    font-size: 14px;
  }
  .global-markets .title-black-sm {
    font-size: 14px;
  }
  .global-markets .holder-list .list-market {
    padding-top: 20px;
  }
  .global-markets .holder-list .item-market {
    padding-bottom: 30px;
    font-size: 14px;
  }
  .global-markets .holder-list .item-market:after {
    margin: 10px auto 0;
  }
  .global-markets .section-two-col .holder-two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .global-markets .section-two-col .holder-two-col .holder-col {
    padding: 25px 15px;
    width: 100%;
  }
  .global-markets .section-grey {
    padding: 30px 0;
  }
  .global-markets .holder-content {
    padding: 30px 0;
  }
  .global-markets .section-bacnassurance-tabs .nav-link {
    padding: 10px 0;
  }
  .global-markets .holder-flyer {
    padding: 15px 0 20px;
  }
  .global-markets .holder-flyer .close-icon {
    top: -60px;
  }
  .global-markets .holder-flyer .close-icon:before, .global-markets .holder-flyer .close-icon:after {
    height: 30px;
  }
}

.social-icons .icon-svg path {
  fill: #fff;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.social-icons .icon-fa {
  color: #fff;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.social-icons .icon-social:last-child .icon-svg {
  width: 21px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  .social-icons .icon-svg:active path, .social-icons .icon-svg:focus path, .social-icons .icon-svg:hover path {
    fill: #2c2c2c;
  }
  .social-icons .icon-fa:active, .social-icons .icon-fa:focus, .social-icons .icon-fa:hover {
    color: #2c2c2c;
  }
}
/*# sourceMappingURL=main.css.map */