@charset "UTF-8";
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  min-width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  scroll-padding-top: 5.1875rem;
  /* set to the height of your header */
}

body {
  height: 100%;
  padding-top: 4.125rem;
}
@media (min-width: 768px) {
  body {
    padding-top: 6.0625rem;
  }
}

html.mobile-map-active, body.mobile-map-active {
  padding-top: 0;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #5C489C;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.btn:focus, .btn:active, a:focus, a:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

hr {
  border-top: 1px solid #DEE1E4 !important;
}

@font-face {
  font-family: "eina";
  src: url("./content/fonts/eina-bold-webfont.woff2") format("woff2"), url("./content/fonts/eina-bold-webfont.woff") format("woff"), url("./content/fonts/eina-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maison_neue_bold";
  src: url("./content/fonts/maisonneue-bold-webfont.woff2") format("woff2"), url("./content/fonts/maisonneue-bold-webfont.woff") format("woff"), url("./content/fonts/maisonneue-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maison_neue_book";
  src: url("./content/fonts/maisonneue-book-webfont.woff2") format("woff2"), url("./content/fonts/maisonneue-book-webfont.woff") format("woff"), url("./content/fonts/maisonneue-book-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maison_neue_demi";
  src: url("./content/fonts/maisonneue-demi-webfont.woff2") format("woff2"), url("./content/fonts/maisonneue-demi-webfont.woff") format("woff"), url("./content/fonts/maisonneue-demi-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maison_neue_light";
  src: url("./content/fonts/maisonneue-light-webfont.woff2") format("woff2"), url("./content/fonts/maisonneue-light-webfont.woff") format("woff"), url("./content/fonts/maisonneue-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maison_neue_light_italic";
  src: url("./content/fonts/maisonneue-lightitalic-webfont.woff2") format("woff2"), url("./content/fonts/maisonneue-lightitalic-webfont.woff") format("woff"), url("./content/fonts/maisonneue-lightitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maison_neue_medium";
  src: url("./content/fonts/maisonneue-medium-webfont.woff2") format("woff2"), url("./content/fonts/maisonneue-medium-webfont.woff") format("woff"), url("./content/fonts/maisonneue-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maison_neue_medium_italic";
  src: url("./content/fonts/maisonneue-mediumitalic-webfont.woff2") format("woff2"), url("./content/fonts/maisonneue-mediumitalic-webfont.woff") format("woff"), url("./content/fonts/maisonneue-mediumitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "officefreedom";
  src: url("./content/fonts/officefreedom.eot?41559490");
  src: url("./content/fonts/officefreedom.eot?41559490#iefix") format("embedded-opentype"), url("./content/fonts/officefreedom.woff2?41559490") format("woff2"), url("./content/fonts/officefreedom.woff?41559490") format("woff"), url("./content/fonts/officefreedom.ttf?41559490") format("truetype"), url("./content/fonts/officefreedom.svg?41559490#officefreedom") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'officefreedom';
    src: url('./content/fonts/officefreedom.svg?41559490#officefreedom') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "officefreedom";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-download:before {
  content: "";
}

/* '' */
.icon-envelope:before {
  content: "";
}

/* '' */
.icon-external-link:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.icon-linkedin:before {
  content: "";
}

/* '' */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/**
 * 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;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  outline: 0 none;
}

.container-right-half {
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .container-left-half {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .container-left-half {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .container-left-half,
.container-right-half {
    width: 345px;
  }

  .container-left-half {
    margin-right: 0;
    margin-left: auto;
  }

  .hero-left {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container-left-half,
.container-right-half {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .container-left-half,
.container-right-half {
    width: 555px;
  }
}
.w-xs-25 {
  width: 25% !important;
}

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

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

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

.w-xs-auto {
  width: auto !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
}
@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}
@media (min-width: 576px) {
  .w-sm-75 {
    width: 75% !important;
  }
}
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-75 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
}
.ofFadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translate3d(0px, 100px, 0px);
          transform: translate3d(0px, 100px, 0px);
}

.ofFadeIn.visible {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.headroom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.site-header {
  border-bottom: 1px solid #E8EDF5;
  z-index: 1031 !important;
  display: none;
}
.site-header a {
  font-size: 1rem;
}
.site-header .navbar-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-header .navbar-nav .menu-icon {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.site-header .navbar-nav a:hover .menu-icon {
  border-color: #acb2b9 !important;
}

.menu-icon {
  border: 1px solid #C2C8CE;
}
@media (min-width: 768px) {
  .menu-icon {
    border: 1.5px solid #C2C8CE;
  }
}

.menu-dropdown {
  top: 97px !important;
  -webkit-transform: translate(0, -150%);
          transform: translate(0, -150%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.menu-dropdown.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.menu-dropdown .nav-link a,
.menu-dropdown .nav-link h6 {
  font-size: 0.9375rem;
}
.menu-dropdown p {
  font-size: 0.9375rem;
  line-height: 23px;
}

@media (min-width: 1600px) {
  .listing-page:not(.listing-page-new) #site-header .container.container-xxl {
    padding-right: 0 !important;
  }
}
.listing-page .menu-dropdown,
.business-center .menu-dropdown,
.aboutus-page .menu-dropdown,
.contactus-page .menu-dropdown,
.privacypolicy-page .menu-dropdown,
.meet-the-team-page .menu-dropdown,
.howitworks-page .menu-dropdown,
.business-services .menu-dropdown,
.service-page .menu-dropdown,
.video-page .menu-dropdown,
.report-page .menu-dropdown,
.case-studies-page .menu-dropdown,
.case-study-page .menu-dropdown {
  top: 97px !important;
}
.listing-page .navbar-header,
.business-center .navbar-header,
.aboutus-page .navbar-header,
.contactus-page .navbar-header,
.privacypolicy-page .navbar-header,
.meet-the-team-page .navbar-header,
.howitworks-page .navbar-header,
.business-services .navbar-header,
.service-page .navbar-header,
.video-page .navbar-header,
.report-page .navbar-header,
.case-studies-page .navbar-header,
.case-study-page .navbar-header {
  height: 4.0625rem;
}
@media (min-width: 768px) {
  .listing-page .navbar-header,
.business-center .navbar-header,
.aboutus-page .navbar-header,
.contactus-page .navbar-header,
.privacypolicy-page .navbar-header,
.meet-the-team-page .navbar-header,
.howitworks-page .navbar-header,
.business-services .navbar-header,
.service-page .navbar-header,
.video-page .navbar-header,
.report-page .navbar-header,
.case-studies-page .navbar-header,
.case-study-page .navbar-header {
    height: 6.0625rem;
  }
}
@media (max-width: 767.98px) {
  .listing-page .navbar-header .main-nav-logo,
.business-center .navbar-header .main-nav-logo,
.aboutus-page .navbar-header .main-nav-logo,
.contactus-page .navbar-header .main-nav-logo,
.privacypolicy-page .navbar-header .main-nav-logo,
.meet-the-team-page .navbar-header .main-nav-logo,
.howitworks-page .navbar-header .main-nav-logo,
.business-services .navbar-header .main-nav-logo,
.service-page .navbar-header .main-nav-logo,
.video-page .navbar-header .main-nav-logo,
.report-page .navbar-header .main-nav-logo,
.case-studies-page .navbar-header .main-nav-logo,
.case-study-page .navbar-header .main-nav-logo {
    width: 35px;
  }
}
.listing-page .navbar-header .navbar-serach input,
.business-center .navbar-header .navbar-serach input,
.aboutus-page .navbar-header .navbar-serach input,
.contactus-page .navbar-header .navbar-serach input,
.privacypolicy-page .navbar-header .navbar-serach input,
.meet-the-team-page .navbar-header .navbar-serach input,
.howitworks-page .navbar-header .navbar-serach input,
.business-services .navbar-header .navbar-serach input,
.service-page .navbar-header .navbar-serach input,
.video-page .navbar-header .navbar-serach input,
.report-page .navbar-header .navbar-serach input,
.case-studies-page .navbar-header .navbar-serach input,
.case-study-page .navbar-header .navbar-serach input {
  height: 35px;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .listing-page .navbar-header .navbar-serach input,
.business-center .navbar-header .navbar-serach input,
.aboutus-page .navbar-header .navbar-serach input,
.contactus-page .navbar-header .navbar-serach input,
.privacypolicy-page .navbar-header .navbar-serach input,
.meet-the-team-page .navbar-header .navbar-serach input,
.howitworks-page .navbar-header .navbar-serach input,
.business-services .navbar-header .navbar-serach input,
.service-page .navbar-header .navbar-serach input,
.video-page .navbar-header .navbar-serach input,
.report-page .navbar-header .navbar-serach input,
.case-studies-page .navbar-header .navbar-serach input,
.case-study-page .navbar-header .navbar-serach input {
    height: 47px;
  }
}
.listing-page .navbar-header .navbar-serach .btn,
.business-center .navbar-header .navbar-serach .btn,
.aboutus-page .navbar-header .navbar-serach .btn,
.contactus-page .navbar-header .navbar-serach .btn,
.privacypolicy-page .navbar-header .navbar-serach .btn,
.meet-the-team-page .navbar-header .navbar-serach .btn,
.howitworks-page .navbar-header .navbar-serach .btn,
.business-services .navbar-header .navbar-serach .btn,
.service-page .navbar-header .navbar-serach .btn,
.video-page .navbar-header .navbar-serach .btn,
.report-page .navbar-header .navbar-serach .btn,
.case-studies-page .navbar-header .navbar-serach .btn,
.case-study-page .navbar-header .navbar-serach .btn {
  left: 0;
}
.listing-page .navbar-nav,
.business-center .navbar-nav,
.aboutus-page .navbar-nav,
.contactus-page .navbar-nav,
.privacypolicy-page .navbar-nav,
.meet-the-team-page .navbar-nav,
.howitworks-page .navbar-nav,
.business-services .navbar-nav,
.service-page .navbar-nav,
.video-page .navbar-nav,
.report-page .navbar-nav,
.case-studies-page .navbar-nav,
.case-study-page .navbar-nav {
  padding-top: 5px;
}
.listing-page #myLocation.open,
.business-center #myLocation.open,
.aboutus-page #myLocation.open,
.contactus-page #myLocation.open,
.privacypolicy-page #myLocation.open,
.meet-the-team-page #myLocation.open,
.howitworks-page #myLocation.open,
.business-services #myLocation.open,
.service-page #myLocation.open,
.video-page #myLocation.open,
.report-page #myLocation.open,
.case-studies-page #myLocation.open,
.case-study-page #myLocation.open {
  border-bottom-right-radius: 0;
}
.listing-page .autocomplete input,
.business-center .autocomplete input,
.aboutus-page .autocomplete input,
.contactus-page .autocomplete input,
.privacypolicy-page .autocomplete input,
.meet-the-team-page .autocomplete input,
.howitworks-page .autocomplete input,
.business-services .autocomplete input,
.service-page .autocomplete input,
.video-page .autocomplete input,
.report-page .autocomplete input,
.case-studies-page .autocomplete input,
.case-study-page .autocomplete input {
  padding-left: 50px !important;
  font-size: 0.9375rem;
  letter-spacing: -0.02px;
}
@media (min-width: 768px) {
  .listing-page .autocomplete input,
.business-center .autocomplete input,
.aboutus-page .autocomplete input,
.contactus-page .autocomplete input,
.privacypolicy-page .autocomplete input,
.meet-the-team-page .autocomplete input,
.howitworks-page .autocomplete input,
.business-services .autocomplete input,
.service-page .autocomplete input,
.video-page .autocomplete input,
.report-page .autocomplete input,
.case-studies-page .autocomplete input,
.case-study-page .autocomplete input {
    letter-spacing: normal;
  }
}
.listing-page .autocomplete input[type=search],
.business-center .autocomplete input[type=search],
.aboutus-page .autocomplete input[type=search],
.contactus-page .autocomplete input[type=search],
.privacypolicy-page .autocomplete input[type=search],
.meet-the-team-page .autocomplete input[type=search],
.howitworks-page .autocomplete input[type=search],
.business-services .autocomplete input[type=search],
.service-page .autocomplete input[type=search],
.video-page .autocomplete input[type=search],
.report-page .autocomplete input[type=search],
.case-studies-page .autocomplete input[type=search],
.case-study-page .autocomplete input[type=search] {
  background-color: #FAFAFA;
  padding-top: 12px;
}
.listing-page .autocomplete .autocomplete-items.list-visible,
.business-center .autocomplete .autocomplete-items.list-visible,
.aboutus-page .autocomplete .autocomplete-items.list-visible,
.contactus-page .autocomplete .autocomplete-items.list-visible,
.privacypolicy-page .autocomplete .autocomplete-items.list-visible,
.meet-the-team-page .autocomplete .autocomplete-items.list-visible,
.howitworks-page .autocomplete .autocomplete-items.list-visible,
.business-services .autocomplete .autocomplete-items.list-visible,
.service-page .autocomplete .autocomplete-items.list-visible,
.video-page .autocomplete .autocomplete-items.list-visible,
.report-page .autocomplete .autocomplete-items.list-visible,
.case-studies-page .autocomplete .autocomplete-items.list-visible,
.case-study-page .autocomplete .autocomplete-items.list-visible {
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.navbar-header {
  height: 4.0625rem;
}
@media (min-width: 768px) {
  .navbar-header {
    height: 6.0625rem;
  }
}
.navbar-header .main-nav-logo {
  width: 160px;
}
@media (min-width: 768px) {
  .navbar-header .main-nav-logo {
    width: 220px;
  }
}
.navbar-header .navbar-serach {
  width: 70%;
  position: relative;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .navbar-header .navbar-serach {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .navbar-header .navbar-serach {
    width: 45%;
  }
}
.navbar-header .navbar-serach input {
  background-color: #FAFAFA;
  border: 1px solid #DEE1E4;
  border-radius: 24px;
  height: 47px;
}
.navbar-header .navbar-serach .btn {
  left: 12px;
  top: 58%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.navbar-header .navbar-serach .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-header .dropdown-menu {
  margin-top: 1px;
  display: block;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.navbar-header .show > .dropdown-menu {
  max-height: 400px;
  visibility: visible;
}

.with-bg {
  position: static;
}

.with-bg::after {
  content: "";
  position: absolute;
  right: -100vw;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #F4F6F9;
}

.menu-icon {
  width: 35px;
  height: 35px;
  float: left;
  padding: 8px 7px 7px 7px;
  fill: #042040;
}

.favourite .menu-icon {
  position: relative;
}
.favourite .menu-icon .counter {
  position: absolute;
  top: -5px;
  left: 25px;
  padding: 4px 6px 3px;
  font-size: 11px;
  border: 1px solid #ffffff;
  font-family: "maison_neue_book";
}

.menu-name {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}

.navbar-toggler {
  border: none;
  position: relative;
  display: block;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: black;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.nav-link h6 {
  color: #111111;
}
.nav-link a {
  color: #4C545D;
}

.hamburger-btn {
  height: 19px;
  display: block;
}
.hamburger-btn button {
  width: 27px;
  height: 19px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none;
}
.hamburger-btn button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hamburger-btn button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #042040;
}
.hamburger-btn button span:nth-child(1) {
  top: 0px;
}
.hamburger-btn button span:nth-child(2),
.hamburger-btn button span:nth-child(3) {
  top: 8px;
}
.hamburger-btn button span:nth-child(4) {
  top: 16px;
}
.hamburger-btn button.show span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.hamburger-btn button.show span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger-btn button.show span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger-btn button.show span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

@media (max-width: 992px) {
  .navbar-collapsed {
    position: absolute;
    top: 54px;
    right: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
  }

  .navbar-collapsed.collapsing {
    height: auto !important;
    margin-right: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
  }

  .navbar-collapsed.show {
    right: 0;
  }
}
.mobile-menu {
  width: 350px;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .mobile-menu {
    width: 100%;
  }
}
.mobile-menu.active {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.mobile-menu .menu-header {
  padding: 10px 30px;
  height: 63px;
  border-bottom: 1px solid #DEE1E4;
}
.mobile-menu #initial {
  display: none;
  padding-top: 2px;
}
.mobile-menu #initial .search-mobile input {
  width: 100%;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  padding-left: 38px;
  font-family: "maison_neue_book";
  color: #4C545D;
  letter-spacing: -0.2px;
  background: #FAFAFA;
  border: 1px solid #DBDEE2;
  border-radius: 23px;
  -webkit-appearance: none;
}
.mobile-menu #initial .search-mobile button {
  background-color: transparent;
  left: 20px;
}
.mobile-menu #initial.active {
  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;
}
.mobile-menu .currentMenu-wrapper {
  height: 43px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu #currentMenu {
  color: #042040;
  font-family: "maison_neue_medium";
  display: none;
}
.mobile-menu #currentMenu.active {
  display: inline-block;
  padding-left: 60px;
  line-height: 45px;
}
.mobile-menu #back {
  position: absolute;
  left: -65px;
  top: 0;
  padding: 26px;
  border-right: 1px solid #DEE1E4;
}
.mobile-menu #back.active {
  left: 0;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.mobile-menu #back span {
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: block;
  padding: 5px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  float: right;
  position: relative;
  right: -2px;
  top: 0;
}
.mobile-menu #close {
  position: relative;
  padding: 12px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.mobile-menu #close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #042040;
}
.mobile-menu #close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu #close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-menu .menu {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  position: absolute;
  left: 100%;
  right: -100%;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  top: 63px;
  bottom: 0;
  background: #ffffff;
}
.mobile-menu .menu ul {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "maison_neue_medium";
}
.mobile-menu .menu.active {
  left: 0;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  right: 0%;
  width: 100%;
}
.mobile-menu .menu .next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px 30px;
  padding-left: 100%;
}
.mobile-menu .menu .next span {
  border: solid #4C545D;
  border-width: 0 2px 2px 0;
  padding: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
}
.mobile-menu .menu ul {
  list-style: none;
  padding: 0;
}
.mobile-menu .menu ul li {
  position: relative;
  display: block;
  padding: 20px 30px;
  color: #042040;
}
.mobile-menu .menu ul li.has-submenu {
  border-bottom: 1px solid #DEE1E4;
}

.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.73);
  -webkit-transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
  z-index: 1065;
}
.screen-overlay.active {
  -webkit-transition: opacity 0.5s ease, width 0s;
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.mobile-filters-menu {
  width: 350px;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  height: 100%;
  z-index: 1070;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-overflow-scrolling: touch;
  padding-bottom: 150px;
}
@media (max-width: 575.98px) {
  .mobile-filters-menu {
    width: 100%;
  }
}
.mobile-filters-menu .inside-filters-menu {
  padding-top: 45px;
  padding-bottom: 100px;
}
.mobile-filters-menu .inside-filters-menu {
  overflow-y: auto;
  position: absolute;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  z-index: -1;
  scroll-behavior: smooth;
}
.mobile-filters-menu.active {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.mobile-filters-menu header {
  height: 50px;
  line-height: 50px;
  display: block;
}
.mobile-filters-menu header a {
  color: #4C545D;
  font-family: "maison_neue_book";
}
.mobile-filters-menu h6 {
  color: #042040;
  font-family: "maison_neue_bold";
  letter-spacing: -0.3px;
  line-height: 31px;
  font-size: 0.9375rem;
  margin: 10px 0;
}
.mobile-filters-menu .mfilters {
  padding: 10px 0 15px;
}
.mobile-filters-menu .form-check-label {
  font-size: 0.9375rem;
}
.mobile-filters-menu .form-check input:checked ~ .checkmark {
  background-color: #5C489C;
  border-color: #5C489C;
}
.mobile-filters-menu .more-filters {
  display: none;
}
.mobile-filters-menu .header-footer {
  background: #fff;
}
.mobile-filters-menu .view-offices-btn {
  border-top: 1px solid #DEE1E4;
  position: fixed;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  bottom: 0;
  width: 100%;
  background: white;
}
.mobile-filters-menu .view-offices-btn button {
  border-radius: 0;
}
.mobile-filters-menu .help {
  font-size: 0.6875rem;
  background-color: #EEEEEE;
  border-radius: 50%;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  position: relative;
  bottom: 2px;
  line-height: 18px;
  text-align: center;
}
.mobile-filters-menu .more-filters {
  display: none;
}
.mobile-filters-menu .show-more {
  margin: 16px 0;
}
.mobile-filters-menu .show-more span:last-child {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #5C489C transparent transparent transparent;
}
.mobile-filters-menu .show-more.show span {
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #5C489C transparent;
}
.mobile-filters-menu #mclose {
  position: absolute;
  padding: 12px;
  cursor: pointer;
  background: transparent;
  border: none;
  top: 12px;
  right: 27px;
}
.mobile-filters-menu #mclose span {
  display: block;
  top: 12px;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #042040;
}
.mobile-filters-menu #mclose span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-filters-menu #mclose span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .business-center footer {
    padding-bottom: 7.5rem;
  }
}

footer {
  font-size: 0.875rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767.98px) {
  footer .navbar {
    border-bottom: 1px solid #DEE1E4;
  }
  footer .row:first-child div:first-child .navbar {
    border-top: 1px solid #DEE1E4;
  }
  footer .navbar-collapse li {
    line-height: 2rem;
  }
}
footer .more-hidden {
  display: none;
}
footer .navbar-toggler {
  font-size: 0.875rem;
  font-family: "maison_neue_bold";
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: left;
  color: #4C545D;
  -webkit-appearance: none;
}
footer .navbar-toggler:focus {
  outline: none;
}
footer .navbar-toggler span {
  border: solid #5C489C;
  border-width: 0 2px 2px 0;
  display: block;
  padding: 5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  float: right;
  position: relative;
  right: 5px;
  top: 3px;
}
footer .navbar-toggler.collapsed span {
  top: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer ul {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer ul {
    margin-bottom: 0;
  }
}
footer a {
  color: #4C545D;
  line-height: 1.5rem;
  font-family: "maison_neue_book";
}
footer .menu-more {
  cursor: pointer;
}
@media (min-width: 768px) {
  footer .menu-more {
    margin-top: 27px;
  }
}
footer .menu-more:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  position: relative;
  bottom: 3px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #4c545d transparent transparent transparent;
}
footer .menu-more.show:after {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #4c545d transparent;
}
footer p {
  font-size: 0.75rem;
  line-height: 1.3125rem;
}
@media (max-width: 991.98px) {
  footer p {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  footer p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
footer h6 {
  font-family: "maison_neue_bold";
  font-size: 0.875rem;
  margin-bottom: 0;
}
footer .trustpilot-wg {
  position: relative;
  left: 15px;
}
@media (min-width: 768px) {
  footer .trustpilot-wg {
    left: -15px;
    top: -16px;
  }
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  top: 5px !important;
}

.help {
  font-size: 0.6875rem;
  background-color: #EEEEEE;
  border-radius: 50%;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  position: relative;
  bottom: 2px;
  line-height: 18px;
  text-align: center;
  cursor: help;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-primary.btn-lg, .btn-group-lg > .btn.btn-primary {
  border-radius: 3px;
  min-width: 220px;
  padding: 0.8rem 1rem;
  font-size: 1.125rem;
}

/* Customize the label (the container) */
.form-check-custom {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
  line-height: 18px;
  letter-spacing: -0.3px;
  font-size: 0.9375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Hide the browser's default checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add background */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.form-check-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-check-custom:hover input ~ .checkmark {
  background-color: #fff;
}
.form-check-custom input:checked ~ .checkmark {
  background-color: #B4B9BD;
}
.form-check-custom input:checked ~ .checkmark:after {
  display: block;
}
.form-check-custom .checkmark:after {
  background-image: url("./content/images/check.svg");
  width: 13px;
  height: 11px;
  top: 2px;
  left: 1px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 1px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #B4B9BD;
  cursor: pointer;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/*! nouislider - 14.6.1 - 8/17/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-handle,
.noUi-connect {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.noUi-horizontal:hover .noUi-handle,
.noUi-horizontal:hover .noUi-connect {
  background-color: #5C489C;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  right: -20px;
  top: -10px;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle-upper {
  right: -20px;
}

.noUi-vertical {
  width: 3px;
}

.noUi-vertical .noUi-handle {
  width: 22px;
  height: 22px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  border-radius: 2px;
  background: #E6E6E6;
}

#m-price-range.noUi-target {
  border-radius: 2px;
  background: #D8CCFF;
  margin-bottom: 40px;
}

.noUi-connects {
  border-radius: 3px;
}

#m-price-range .noUi-connect {
  background: #5C489C;
}

.noUi-connect {
  background: #B4B9BD;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 2px solid #fff;
  border-radius: 50%;
  background: #B4B9BD;
  cursor: default;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

#m-price-range .noUi-handle {
  background: #5C489C;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  background: transparent;
  color: #4C545D;
  font-size: 0.875rem;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.home-page .autocomplete .autocomplete-items {
  border-bottom: none;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 100%;
  color: #4C545D;
}
@media (max-width: 767.98px) {
  .autocomplete {
    font-size: 0.6875rem;
  }
}
.autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  border-top: 0;
  padding: 10px;
  font-size: 16px;
}
.autocomplete input[type=search] {
  background-color: #ffffff;
  width: 100%;
}
.autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete .autocomplete-items.list-visible {
  position: absolute;
  border: 1px solid #DEE1E4;
  border-top: 0;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 10px -5px #B9C7D5;
          box-shadow: 0 5px 10px -5px #B9C7D5;
  width: calc(100% - 55px);
}
@media (min-width: 576px) {
  .autocomplete .autocomplete-items.list-visible {
    width: calc(100% - 70px);
  }
}
.autocomplete .autocomplete-items div {
  cursor: pointer;
  background-color: #fff;
  padding: 5px 24px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete .autocomplete-items div:last-child {
  padding-bottom: 10px;
}
.autocomplete .autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #F4F6F9;
}
.autocomplete .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #F4F6F9 !important;
}

.nearby-offices a {
  position: relative;
  height: 45px;
  line-height: 45px;
  padding-left: 60px;
  display: block;
  font-size: 1rem;
  color: #042040;
  font-family: "maison_neue_medium";
}
@media (min-width: 768px) {
  .nearby-offices a {
    font-size: 1.125rem;
    color: #4C545D;
  }
}
.nearby-offices a:before {
  content: "";
  border-radius: 4px;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("./content/images/nearby.svg") no-repeat;
}

#nearby-offices-container {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  top: 66px;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  #nearby-offices-container {
    border: 1px solid #DEE1E4;
    top: 47px;
  }
}
@media (min-width: 768px) {
  #nearby-offices-container {
    position: absolute;
    border-top: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 2px 14px 0 rgba(205, 205, 205, 0.5);
            box-shadow: 0 2px 14px 0 rgba(205, 205, 205, 0.5);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  #nearby-offices-container img {
    margin-left: 0;
    margin-right: 16px;
  }
}
#nearby-offices-container input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #DEE1E4;
  -webkit-box-shadow: 0 0 10px 0 #B9C7D5;
          box-shadow: 0 0 10px 0 #B9C7D5;
  border-radius: 31.25px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  padding: 20px;
  padding-right: 60px;
  -webkit-appearance: none;
  width: 100%;
}
#nearby-offices-container .geo-spinner {
  padding: 24px;
}
#nearby-offices-container .geo-spinner .spinner-border {
  margin-right: 12px;
}
#nearby-offices-container.geolocation-error {
  color: #FF4747;
  padding: 24px;
}

.nearby-offices {
  padding: 19px;
}

.home-page .nearby-offices {
  padding: 24px;
}

#nearby-offices-container > div.nearby-office {
  padding: 5px 24px;
  cursor: pointer;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#nearby-offices-container > div.nearby-office:first-child() {
  padding-top: 20px;
}
#nearby-offices-container > div.nearby-office:last-child() {
  padding-bottom: 20px;
}

#nearby-offices-container, #myLocation-autocomplete-list {
  font-size: 1rem;
  color: #042040;
}

#recent-search-container {
  cursor: pointer;
  background-color: #fff;
  padding: 5px 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#recent-search-container div > div:last-child {
  padding-bottom: 20px;
}

.listing-page #recent-search-container, .business-center #recent-search-container {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.listing-page .navbar-serach .btn, .business-center .navbar-serach .btn {
  padding-left: 20px;
}

.listing-page #myLocation.open, .business-center #myLocation.open {
  border-bottom: 0;
  background-color: #fff;
  z-index: 100;
  padding-right: 40px !important;
}

.navbar-serach .btn {
  z-index: 100;
}

#myLocation-autocomplete-list > div:first-child() {
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  #myLocation-autocomplete-list {
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    border: none;
    width: 100vw;
    height: 100vh;
    background: #fff;
  }
}

.home-page #nearby-offices-container {
  -webkit-box-shadow: 0 5px 10px -5px #B9C7D5;
          box-shadow: 0 5px 10px -5px #B9C7D5;
  border: 1px solid #DEE1E4;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  top: 59px;
}
@media (min-width: 768px) {
  .home-page #nearby-offices-container {
    width: calc(100% - 70px);
  }
}
@media (max-width: 991.98px) {
  .home-page.search-active #search-location {
    position: fixed;
    top: 0;
    z-index: 1500;
    margin-top: 0;
    left: 0;
    background-color: #fff;
  }
  .home-page.search-active #search-location #myLocation {
    border-radius: 0;
    padding-left: 50px;
    height: 66px;
    padding-right: 80px;
  }
  .home-page.search-active #search-location .btn {
    background: transparent;
    border: none;
    height: 66px;
  }
  .home-page.search-active #search-location .btn svg {
    width: 17px;
    height: 17px;
  }
  .home-page.search-active #search-location .btn svg g {
    fill: #042040;
  }
  .home-page.search-active #search-location .backArr {
    z-index: 1600;
  }
  .home-page.search-active #search-location #nearby-offices-container {
    top: 66px;
    border: none;
    text-align: left !important;
  }
  .home-page.search-active #search-location #myLocation-autocomplete-list {
    text-align: left !important;
  }
}

#recent-search-container h3 {
  font-family: "maison_neue_medium";
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #A9A9A9;
}

.backArr {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  left: 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: url("./content/images/back-arr.svg") no-repeat left center;
}

.navbar-serach {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.search-active .navbar-serach {
  width: calc(100% - 30px);
  left: 30px;
}
.search-active .navbar-serach .btn {
  right: 0;
  left: auto !important;
}
.search-active .navbar-serach input[type=search] {
  border: none;
  background-color: #fff;
  padding-left: 0 !important;
  border-radius: 0;
  padding-right: 50px !important;
}
.search-active .navbar-header h1,
.search-active .nav-phone {
  display: none;
}
.search-active .backArr {
  display: inline-block;
}
.search-active .hamburger-btn {
  display: none !important;
}

#myLocation {
  -webkit-appearance: none;
}
#myLocation.open {
  border-bottom-left-radius: 0;
}

#myLocation::-webkit-search-cancel-button {
  position: absolute;
  right: 50px;
  -webkit-appearance: none;
  height: 15px;
  width: 14px;
  background-image: url("./content/images/clear.svg");
  cursor: pointer;
  top: 25px;
}
@media (min-width: 768px) {
  #myLocation::-webkit-search-cancel-button {
    right: 90px;
    top: 20px;
  }
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.os-resize-observer-host.observed {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 21px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
  background: #E6E6F5;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #5C489C;
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: #4d3c82;
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.bg-light-gray {
  background-color: #F4F6F9;
}

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: #5C489C !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #473879 !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: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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-pink {
  background-color: #FF64C1 !important;
}

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

.bg-purple {
  background-color: #B553ED !important;
}

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

.bg-purple-2 {
  background-color: #8462EF !important;
}

a.bg-purple-2:hover, a.bg-purple-2:focus,
button.bg-purple-2:hover,
button.bg-purple-2:focus {
  background-color: #6034ea !important;
}

.bg-navy-blue {
  background-color: #042040 !important;
}

a.bg-navy-blue:hover, a.bg-navy-blue:focus,
button.bg-navy-blue:hover,
button.bg-navy-blue:focus {
  background-color: #010810 !important;
}

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

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

.bg-mid-grey {
  background-color: #646464 !important;
}

a.bg-mid-grey:hover, a.bg-mid-grey:focus,
button.bg-mid-grey:hover,
button.bg-mid-grey:focus {
  background-color: #4b4b4b !important;
}

.bg-dark-grey {
  background-color: #4C545D !important;
}

a.bg-dark-grey:hover, a.bg-dark-grey:focus,
button.bg-dark-grey:hover,
button.bg-dark-grey:focus {
  background-color: #353b41 !important;
}

.bg-border-bottom-header {
  background-color: #E8EDF5 !important;
}

a.bg-border-bottom-header:hover, a.bg-border-bottom-header:focus,
button.bg-border-bottom-header:hover,
button.bg-border-bottom-header:focus {
  background-color: #c4d1e6 !important;
}

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

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

.bg-black {
  background-color: #000 !important;
}

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #DEE1E4 !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: #5C489C !important;
}

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

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

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

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

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

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

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

.border-pink {
  border-color: #FF64C1 !important;
}

.border-purple {
  border-color: #B553ED !important;
}

.border-purple-2 {
  border-color: #8462EF !important;
}

.border-navy-blue {
  border-color: #042040 !important;
}

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

.border-mid-grey {
  border-color: #646464 !important;
}

.border-dark-grey {
  border-color: #4C545D !important;
}

.border-border-bottom-header {
  border-color: #E8EDF5 !important;
}

.border-background-light-gray {
  border-color: #F4F6F9 !important;
}

.border-black {
  border-color: #000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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.8571428571%;
}

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !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 {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  -ms-flex-item-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;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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 {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

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

  .align-self-sm-stretch {
    -ms-flex-item-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;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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 {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

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

  .align-self-md-stretch {
    -ms-flex-item-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;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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 {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

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

  .align-self-lg-stretch {
    -ms-flex-item-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;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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 {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

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

  .align-self-xl-stretch {
    -ms-flex-item-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;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #5C489C !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-pink {
  color: #FF64C1 !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #ff18a2 !important;
}

.text-purple {
  color: #B553ED !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #9517dc !important;
}

.text-purple-2 {
  color: #8462EF !important;
}

a.text-purple-2:hover, a.text-purple-2:focus {
  color: #4e1de8 !important;
}

.text-navy-blue {
  color: #042040 !important;
}

a.text-navy-blue:hover, a.text-navy-blue:focus {
  color: black !important;
}

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

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

.text-mid-grey {
  color: #646464 !important;
}

a.text-mid-grey:hover, a.text-mid-grey:focus {
  color: #3e3e3e !important;
}

.text-dark-grey {
  color: #4C545D !important;
}

a.text-dark-grey:hover, a.text-dark-grey:focus {
  color: #2a2e33 !important;
}

.text-border-bottom-header {
  color: #E8EDF5 !important;
}

a.text-border-bottom-header:hover, a.text-border-bottom-header:focus {
  color: #b3c3de !important;
}

.text-background-light-gray {
  color: #F4F6F9 !important;
}

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

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-body {
  color: #212529 !important;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 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: "— ";
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 72, 156, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(92, 72, 156, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #5C489C;
  border-color: #5C489C;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4d3c82;
  border-color: #473879;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4d3c82;
  border-color: #473879;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 99, 171, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(116, 99, 171, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5C489C;
  border-color: #5C489C;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #473879;
  border-color: #423470;
}
.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(116, 99, 171, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(116, 99, 171, 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 {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.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(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-pink {
  color: #212529;
  background-color: #FF64C1;
  border-color: #FF64C1;
}
.btn-pink:hover {
  color: #fff;
  background-color: #ff3eb2;
  border-color: #ff31ad;
}
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #ff3eb2;
  border-color: #ff31ad;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 91, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 91, 170, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #212529;
  background-color: #FF64C1;
  border-color: #FF64C1;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #ff31ad;
  border-color: #ff24a8;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 91, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 91, 170, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #B553ED;
  border-color: #B553ED;
}
.btn-purple:hover {
  color: #fff;
  background-color: #a630e9;
  border-color: #a125e8;
}
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #a630e9;
  border-color: #a125e8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 109, 240, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(192, 109, 240, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #B553ED;
  border-color: #B553ED;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #a125e8;
  border-color: #9c19e7;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 109, 240, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(192, 109, 240, 0.5);
}

.btn-purple-2 {
  color: #fff;
  background-color: #8462EF;
  border-color: #8462EF;
}
.btn-purple-2:hover {
  color: #fff;
  background-color: #693feb;
  border-color: #6034ea;
}
.btn-purple-2:focus, .btn-purple-2.focus {
  color: #fff;
  background-color: #693feb;
  border-color: #6034ea;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 122, 241, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(150, 122, 241, 0.5);
}
.btn-purple-2.disabled, .btn-purple-2:disabled {
  color: #fff;
  background-color: #8462EF;
  border-color: #8462EF;
}
.btn-purple-2:not(:disabled):not(.disabled):active, .btn-purple-2:not(:disabled):not(.disabled).active, .show > .btn-purple-2.dropdown-toggle {
  color: #fff;
  background-color: #6034ea;
  border-color: #5728e9;
}
.btn-purple-2:not(:disabled):not(.disabled):active:focus, .btn-purple-2:not(:disabled):not(.disabled).active:focus, .show > .btn-purple-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 122, 241, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(150, 122, 241, 0.5);
}

.btn-navy-blue {
  color: #fff;
  background-color: #042040;
  border-color: #042040;
}
.btn-navy-blue:hover {
  color: #fff;
  background-color: #020e1c;
  border-color: #010810;
}
.btn-navy-blue:focus, .btn-navy-blue.focus {
  color: #fff;
  background-color: #020e1c;
  border-color: #010810;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 65, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 65, 93, 0.5);
}
.btn-navy-blue.disabled, .btn-navy-blue:disabled {
  color: #fff;
  background-color: #042040;
  border-color: #042040;
}
.btn-navy-blue:not(:disabled):not(.disabled):active, .btn-navy-blue:not(:disabled):not(.disabled).active, .show > .btn-navy-blue.dropdown-toggle {
  color: #fff;
  background-color: #010810;
  border-color: #000204;
}
.btn-navy-blue:not(:disabled):not(.disabled):active:focus, .btn-navy-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-navy-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 65, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 65, 93, 0.5);
}

.btn-light-grey {
  color: #212529;
  background-color: #F4F6F9;
  border-color: #F4F6F9;
}
.btn-light-grey:hover {
  color: #212529;
  background-color: #dbe2ec;
  border-color: #d3dbe7;
}
.btn-light-grey:focus, .btn-light-grey.focus {
  color: #212529;
  background-color: #dbe2ec;
  border-color: #d3dbe7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 215, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 215, 218, 0.5);
}
.btn-light-grey.disabled, .btn-light-grey:disabled {
  color: #212529;
  background-color: #F4F6F9;
  border-color: #F4F6F9;
}
.btn-light-grey:not(:disabled):not(.disabled):active, .btn-light-grey:not(:disabled):not(.disabled).active, .show > .btn-light-grey.dropdown-toggle {
  color: #212529;
  background-color: #d3dbe7;
  border-color: #cbd4e3;
}
.btn-light-grey:not(:disabled):not(.disabled):active:focus, .btn-light-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-light-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 215, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 215, 218, 0.5);
}

.btn-mid-grey {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.btn-mid-grey:hover {
  color: #fff;
  background-color: #515151;
  border-color: #4b4b4b;
}
.btn-mid-grey:focus, .btn-mid-grey.focus {
  color: #fff;
  background-color: #515151;
  border-color: #4b4b4b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
}
.btn-mid-grey.disabled, .btn-mid-grey:disabled {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.btn-mid-grey:not(:disabled):not(.disabled):active, .btn-mid-grey:not(:disabled):not(.disabled).active, .show > .btn-mid-grey.dropdown-toggle {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #444444;
}
.btn-mid-grey:not(:disabled):not(.disabled):active:focus, .btn-mid-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-mid-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
}

.btn-dark-grey {
  color: #fff;
  background-color: #4C545D;
  border-color: #4C545D;
}
.btn-dark-grey:hover {
  color: #fff;
  background-color: #3b4148;
  border-color: #353b41;
}
.btn-dark-grey:focus, .btn-dark-grey.focus {
  color: #fff;
  background-color: #3b4148;
  border-color: #353b41;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 110, 117, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 110, 117, 0.5);
}
.btn-dark-grey.disabled, .btn-dark-grey:disabled {
  color: #fff;
  background-color: #4C545D;
  border-color: #4C545D;
}
.btn-dark-grey:not(:disabled):not(.disabled):active, .btn-dark-grey:not(:disabled):not(.disabled).active, .show > .btn-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #353b41;
  border-color: #2f343a;
}
.btn-dark-grey:not(:disabled):not(.disabled):active:focus, .btn-dark-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 110, 117, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 110, 117, 0.5);
}

.btn-border-bottom-header {
  color: #212529;
  background-color: #E8EDF5;
  border-color: #E8EDF5;
}
.btn-border-bottom-header:hover {
  color: #212529;
  background-color: #cdd8e9;
  border-color: #c4d1e6;
}
.btn-border-bottom-header:focus, .btn-border-bottom-header.focus {
  color: #212529;
  background-color: #cdd8e9;
  border-color: #c4d1e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 207, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(202, 207, 214, 0.5);
}
.btn-border-bottom-header.disabled, .btn-border-bottom-header:disabled {
  color: #212529;
  background-color: #E8EDF5;
  border-color: #E8EDF5;
}
.btn-border-bottom-header:not(:disabled):not(.disabled):active, .btn-border-bottom-header:not(:disabled):not(.disabled).active, .show > .btn-border-bottom-header.dropdown-toggle {
  color: #212529;
  background-color: #c4d1e6;
  border-color: #bccae2;
}
.btn-border-bottom-header:not(:disabled):not(.disabled):active:focus, .btn-border-bottom-header:not(:disabled):not(.disabled).active:focus, .show > .btn-border-bottom-header.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 207, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(202, 207, 214, 0.5);
}

.btn-background-light-gray {
  color: #212529;
  background-color: #F4F6F9;
  border-color: #F4F6F9;
}
.btn-background-light-gray:hover {
  color: #212529;
  background-color: #dbe2ec;
  border-color: #d3dbe7;
}
.btn-background-light-gray:focus, .btn-background-light-gray.focus {
  color: #212529;
  background-color: #dbe2ec;
  border-color: #d3dbe7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 215, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 215, 218, 0.5);
}
.btn-background-light-gray.disabled, .btn-background-light-gray:disabled {
  color: #212529;
  background-color: #F4F6F9;
  border-color: #F4F6F9;
}
.btn-background-light-gray:not(:disabled):not(.disabled):active, .btn-background-light-gray:not(:disabled):not(.disabled).active, .show > .btn-background-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #d3dbe7;
  border-color: #cbd4e3;
}
.btn-background-light-gray:not(:disabled):not(.disabled):active:focus, .btn-background-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-background-light-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 215, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 215, 218, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-primary {
  color: #5C489C;
  border-color: #5C489C;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5C489C;
  border-color: #5C489C;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 72, 156, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(92, 72, 156, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5C489C;
  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: #5C489C;
  border-color: #5C489C;
}
.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(92, 72, 156, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(92, 72, 156, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -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: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -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;
  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;
  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;
  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;
  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-outline-pink {
  color: #FF64C1;
  border-color: #FF64C1;
}
.btn-outline-pink:hover {
  color: #212529;
  background-color: #FF64C1;
  border-color: #FF64C1;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 100, 193, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 100, 193, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #FF64C1;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #212529;
  background-color: #FF64C1;
  border-color: #FF64C1;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 100, 193, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 100, 193, 0.5);
}

.btn-outline-purple {
  color: #B553ED;
  border-color: #B553ED;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #B553ED;
  border-color: #B553ED;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 83, 237, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(181, 83, 237, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #B553ED;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #B553ED;
  border-color: #B553ED;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 83, 237, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(181, 83, 237, 0.5);
}

.btn-outline-purple-2 {
  color: #8462EF;
  border-color: #8462EF;
}
.btn-outline-purple-2:hover {
  color: #fff;
  background-color: #8462EF;
  border-color: #8462EF;
}
.btn-outline-purple-2:focus, .btn-outline-purple-2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 98, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(132, 98, 239, 0.5);
}
.btn-outline-purple-2.disabled, .btn-outline-purple-2:disabled {
  color: #8462EF;
  background-color: transparent;
}
.btn-outline-purple-2:not(:disabled):not(.disabled):active, .btn-outline-purple-2:not(:disabled):not(.disabled).active, .show > .btn-outline-purple-2.dropdown-toggle {
  color: #fff;
  background-color: #8462EF;
  border-color: #8462EF;
}
.btn-outline-purple-2:not(:disabled):not(.disabled):active:focus, .btn-outline-purple-2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 98, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(132, 98, 239, 0.5);
}

.btn-outline-navy-blue {
  color: #042040;
  border-color: #042040;
}
.btn-outline-navy-blue:hover {
  color: #fff;
  background-color: #042040;
  border-color: #042040;
}
.btn-outline-navy-blue:focus, .btn-outline-navy-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 32, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(4, 32, 64, 0.5);
}
.btn-outline-navy-blue.disabled, .btn-outline-navy-blue:disabled {
  color: #042040;
  background-color: transparent;
}
.btn-outline-navy-blue:not(:disabled):not(.disabled):active, .btn-outline-navy-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-navy-blue.dropdown-toggle {
  color: #fff;
  background-color: #042040;
  border-color: #042040;
}
.btn-outline-navy-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-navy-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-navy-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 32, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(4, 32, 64, 0.5);
}

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

.btn-outline-mid-grey {
  color: #646464;
  border-color: #646464;
}
.btn-outline-mid-grey:hover {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.btn-outline-mid-grey:focus, .btn-outline-mid-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100, 100, 100, 0.5);
}
.btn-outline-mid-grey.disabled, .btn-outline-mid-grey:disabled {
  color: #646464;
  background-color: transparent;
}
.btn-outline-mid-grey:not(:disabled):not(.disabled):active, .btn-outline-mid-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-mid-grey.dropdown-toggle {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.btn-outline-mid-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-mid-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mid-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100, 100, 100, 0.5);
}

.btn-outline-dark-grey {
  color: #4C545D;
  border-color: #4C545D;
}
.btn-outline-dark-grey:hover {
  color: #fff;
  background-color: #4C545D;
  border-color: #4C545D;
}
.btn-outline-dark-grey:focus, .btn-outline-dark-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 84, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 84, 93, 0.5);
}
.btn-outline-dark-grey.disabled, .btn-outline-dark-grey:disabled {
  color: #4C545D;
  background-color: transparent;
}
.btn-outline-dark-grey:not(:disabled):not(.disabled):active, .btn-outline-dark-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #4C545D;
  border-color: #4C545D;
}
.btn-outline-dark-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 84, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 84, 93, 0.5);
}

.btn-outline-border-bottom-header {
  color: #E8EDF5;
  border-color: #E8EDF5;
}
.btn-outline-border-bottom-header:hover {
  color: #212529;
  background-color: #E8EDF5;
  border-color: #E8EDF5;
}
.btn-outline-border-bottom-header:focus, .btn-outline-border-bottom-header.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 237, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(232, 237, 245, 0.5);
}
.btn-outline-border-bottom-header.disabled, .btn-outline-border-bottom-header:disabled {
  color: #E8EDF5;
  background-color: transparent;
}
.btn-outline-border-bottom-header:not(:disabled):not(.disabled):active, .btn-outline-border-bottom-header:not(:disabled):not(.disabled).active, .show > .btn-outline-border-bottom-header.dropdown-toggle {
  color: #212529;
  background-color: #E8EDF5;
  border-color: #E8EDF5;
}
.btn-outline-border-bottom-header:not(:disabled):not(.disabled):active:focus, .btn-outline-border-bottom-header:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-border-bottom-header.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 237, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(232, 237, 245, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #5C489C;
  text-decoration: none;
}
.btn-link:hover {
  color: #3d3068;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .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%;
}

.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: 1;
      -ms-flex: 1 1 auto;
          flex: 1 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-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:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn: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, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn: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;
}

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5C489C;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.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;
  pointer-events: none;
  cursor: default;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5C489C;
}

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

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

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

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

.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,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  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-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,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    -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;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    -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;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    -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;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    -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 {
  -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,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -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 .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -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-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.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 > .form-control-plaintext,
.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%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(: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::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -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-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.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;
  border-radius: 0.25rem;
}

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

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

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

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

.list-group-item-primary {
  color: #302551;
  background-color: #d1cce3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #302551;
  background-color: #c2bcda;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #302551;
  border-color: #302551;
}

.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: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

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

.list-group-item-pink {
  color: #853464;
  background-color: #ffd4ee;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #853464;
  background-color: #ffbbe4;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #853464;
  border-color: #853464;
}

.list-group-item-purple {
  color: #5e2b7b;
  background-color: #eacffa;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #5e2b7b;
  background-color: #e0b8f8;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #5e2b7b;
  border-color: #5e2b7b;
}

.list-group-item-purple-2 {
  color: #45337c;
  background-color: #ddd3fb;
}
.list-group-item-purple-2.list-group-item-action:hover, .list-group-item-purple-2.list-group-item-action:focus {
  color: #45337c;
  background-color: #cbbcf9;
}
.list-group-item-purple-2.list-group-item-action.active {
  color: #fff;
  background-color: #45337c;
  border-color: #45337c;
}

.list-group-item-navy-blue {
  color: #021121;
  background-color: #b9c1ca;
}
.list-group-item-navy-blue.list-group-item-action:hover, .list-group-item-navy-blue.list-group-item-action:focus {
  color: #021121;
  background-color: #aab4bf;
}
.list-group-item-navy-blue.list-group-item-action.active {
  color: #fff;
  background-color: #021121;
  border-color: #021121;
}

.list-group-item-light-grey {
  color: #7f8081;
  background-color: #fcfcfd;
}
.list-group-item-light-grey.list-group-item-action:hover, .list-group-item-light-grey.list-group-item-action:focus {
  color: #7f8081;
  background-color: #ededf3;
}
.list-group-item-light-grey.list-group-item-action.active {
  color: #fff;
  background-color: #7f8081;
  border-color: #7f8081;
}

.list-group-item-mid-grey {
  color: #343434;
  background-color: #d4d4d4;
}
.list-group-item-mid-grey.list-group-item-action:hover, .list-group-item-mid-grey.list-group-item-action:focus {
  color: #343434;
  background-color: #c7c7c7;
}
.list-group-item-mid-grey.list-group-item-action.active {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

.list-group-item-dark-grey {
  color: #282c30;
  background-color: #cdcfd2;
}
.list-group-item-dark-grey.list-group-item-action:hover, .list-group-item-dark-grey.list-group-item-action:focus {
  color: #282c30;
  background-color: #c0c2c6;
}
.list-group-item-dark-grey.list-group-item-action.active {
  color: #fff;
  background-color: #282c30;
  border-color: #282c30;
}

.list-group-item-border-bottom-header {
  color: #797b7f;
  background-color: #f9fafc;
}
.list-group-item-border-bottom-header.list-group-item-action:hover, .list-group-item-border-bottom-header.list-group-item-action:focus {
  color: #797b7f;
  background-color: #e8ecf4;
}
.list-group-item-border-bottom-header.list-group-item-action.active {
  color: #fff;
  background-color: #797b7f;
  border-color: #797b7f;
}

.list-group-item-background-light-gray {
  color: #7f8081;
  background-color: #fcfcfd;
}
.list-group-item-background-light-gray.list-group-item-action:hover, .list-group-item-background-light-gray.list-group-item-action:focus {
  color: #7f8081;
  background-color: #ededf3;
}
.list-group-item-background-light-gray.list-group-item-action.active {
  color: #fff;
  background-color: #7f8081;
  border-color: #7f8081;
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.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 {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-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,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

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

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

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

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

.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;
  -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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.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: #5C489C;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #473879;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 72, 156, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(92, 72, 156, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -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);
}

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

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -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);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -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);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -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);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -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);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -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);
}

.badge-pink {
  color: #212529;
  background-color: #FF64C1;
}
a.badge-pink:hover, a.badge-pink:focus {
  color: #212529;
  background-color: #ff31ad;
}
a.badge-pink:focus, a.badge-pink.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 100, 193, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 100, 193, 0.5);
}

.badge-purple {
  color: #fff;
  background-color: #B553ED;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #fff;
  background-color: #a125e8;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 83, 237, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(181, 83, 237, 0.5);
}

.badge-purple-2 {
  color: #fff;
  background-color: #8462EF;
}
a.badge-purple-2:hover, a.badge-purple-2:focus {
  color: #fff;
  background-color: #6034ea;
}
a.badge-purple-2:focus, a.badge-purple-2.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 98, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(132, 98, 239, 0.5);
}

.badge-navy-blue {
  color: #fff;
  background-color: #042040;
}
a.badge-navy-blue:hover, a.badge-navy-blue:focus {
  color: #fff;
  background-color: #010810;
}
a.badge-navy-blue:focus, a.badge-navy-blue.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 32, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(4, 32, 64, 0.5);
}

.badge-light-grey {
  color: #212529;
  background-color: #F4F6F9;
}
a.badge-light-grey:hover, a.badge-light-grey:focus {
  color: #212529;
  background-color: #d3dbe7;
}
a.badge-light-grey:focus, a.badge-light-grey.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 246, 249, 0.5);
}

.badge-mid-grey {
  color: #fff;
  background-color: #646464;
}
a.badge-mid-grey:hover, a.badge-mid-grey:focus {
  color: #fff;
  background-color: #4b4b4b;
}
a.badge-mid-grey:focus, a.badge-mid-grey.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100, 100, 100, 0.5);
}

.badge-dark-grey {
  color: #fff;
  background-color: #4C545D;
}
a.badge-dark-grey:hover, a.badge-dark-grey:focus {
  color: #fff;
  background-color: #353b41;
}
a.badge-dark-grey:focus, a.badge-dark-grey.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 84, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 84, 93, 0.5);
}

.badge-border-bottom-header {
  color: #212529;
  background-color: #E8EDF5;
}
a.badge-border-bottom-header:hover, a.badge-border-bottom-header:focus {
  color: #212529;
  background-color: #c4d1e6;
}
a.badge-border-bottom-header:focus, a.badge-border-bottom-header.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 237, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(232, 237, 245, 0.5);
}

.badge-background-light-gray {
  color: #212529;
  background-color: #F4F6F9;
}
a.badge-background-light-gray:hover, a.badge-background-light-gray:focus {
  color: #212529;
  background-color: #d3dbe7;
}
a.badge-background-light-gray:focus, a.badge-background-light-gray.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 246, 249, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -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: scale(0.8);
          transform: scale(0.8);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.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% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -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%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DEE1E4;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #DEE1E4;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a395ce;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 72, 156, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(92, 72, 156, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -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, .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: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 10px 15px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 10px 15px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -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 textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -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-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -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 .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -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;
    -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;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
  }
}

.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: #302551;
  background-color: #dedaeb;
  border-color: #d1cce3;
}
.alert-primary hr {
  border-top-color: #c2bcda;
}
.alert-primary .alert-link {
  color: #1b152e;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-pink {
  color: #853464;
  background-color: #ffe0f3;
  border-color: #ffd4ee;
}
.alert-pink hr {
  border-top-color: #ffbbe4;
}
.alert-pink .alert-link {
  color: #602648;
}

.alert-purple {
  color: #5e2b7b;
  background-color: #f0ddfb;
  border-color: #eacffa;
}
.alert-purple hr {
  border-top-color: #e0b8f8;
}
.alert-purple .alert-link {
  color: #411e55;
}

.alert-purple-2 {
  color: #45337c;
  background-color: #e6e0fc;
  border-color: #ddd3fb;
}
.alert-purple-2 hr {
  border-top-color: #cbbcf9;
}
.alert-purple-2 .alert-link {
  color: #312458;
}

.alert-navy-blue {
  color: #021121;
  background-color: #cdd2d9;
  border-color: #b9c1ca;
}
.alert-navy-blue hr {
  border-top-color: #aab4bf;
}
.alert-navy-blue .alert-link {
  color: black;
}

.alert-light-grey {
  color: #7f8081;
  background-color: #fdfdfe;
  border-color: #fcfcfd;
}
.alert-light-grey hr {
  border-top-color: #ededf3;
}
.alert-light-grey .alert-link {
  color: #666767;
}

.alert-mid-grey {
  color: #343434;
  background-color: #e0e0e0;
  border-color: #d4d4d4;
}
.alert-mid-grey hr {
  border-top-color: #c7c7c7;
}
.alert-mid-grey .alert-link {
  color: #1b1b1b;
}

.alert-dark-grey {
  color: #282c30;
  background-color: #dbdddf;
  border-color: #cdcfd2;
}
.alert-dark-grey hr {
  border-top-color: #c0c2c6;
}
.alert-dark-grey .alert-link {
  color: #111314;
}

.alert-border-bottom-header {
  color: #797b7f;
  background-color: #fafbfd;
  border-color: #f9fafc;
}
.alert-border-bottom-header hr {
  border-top-color: #e8ecf4;
}
.alert-border-bottom-header .alert-link {
  color: #606265;
}

.alert-background-light-gray {
  color: #7f8081;
  background-color: #fdfdfe;
  border-color: #fcfcfd;
}
.alert-background-light-gray hr {
  border-top-color: #ededf3;
}
.alert-background-light-gray .alert-link {
  color: #666767;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-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: 10px 15px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #4C545D;
  font: normal 100%/1.4 "maison_neue_book", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: "eina";
  color: #042040;
}

p {
  font-family: "maison_neue_book";
}

.book-italic {
  font-family: "maison_neue_book";
  font-style: italic;
}

b, strong {
  font-weight: normal;
  font-family: "maison_neue_bold";
}

p {
  font-family: "maison_neue_book";
  font-size: 1rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  p {
    font-size: 1.0625rem;
    line-height: 29px;
  }
}

small {
  font-size: 9.87px !important;
  line-height: 14.5px !important;
}
@media (min-width: 768px) {
  small {
    font-size: 13px !important;
    line-height: 19px !important;
  }
}

.book-italic {
  font-family: "maison_neue_book";
  font-style: italic;
}

b, strong {
  font-weight: normal;
  font-family: "maison_neue_bold";
}

h1 {
  font-family: "eina";
  font-size: 1.8125rem;
  line-height: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 46px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.0625rem;
    line-height: 55px;
  }
}

h2 {
  font-family: "eina";
  font-size: 1.3125rem;
  line-height: 28px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.875rem;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.375rem;
    line-height: 44px;
  }
}

h3 {
  font-family: "eina";
  font-size: 1.1875rem;
  line-height: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 29px;
  }
}

p.text {
  font-size: 0.9375rem;
  line-height: 24px;
}

p.leader {
  font-family: "maison_neue_book";
  font-size: 1rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  p.leader {
    font-size: 1.3125rem;
    line-height: 32px;
  }
}

.txt-below-nav {
  display: none;
  font-size: 13px;
  border-bottom: 1px solid #E8EDF5;
  height: 45px;
  line-height: 46px;
}
.txt-below-nav span {
  margin: 0 17px;
}
@media (min-width: 768px) {
  .txt-below-nav .slick-track {
    width: 100% !important;
  }
}

.slick-slide img {
  color: transparent;
}

/******************** HERO SECTION ********************/
.hero-right {
  height: 175px;
}
@media (min-width: 576px) {
  .hero-right {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .hero-right {
    height: 555px;
  }
  .hero-right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 555px solid #F4F6F9;
    border-right: 73px solid transparent;
    z-index: 1;
  }
}

.hero-right .trustpilot-wg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 3px;
  padding: 10px 15px 3px 15px;
}

.hero-image {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-image p {
  position: absolute;
  right: 0;
  bottom: -36px;
}

.hero-section h1 {
  font-size: 1.8125rem;
  line-height: 2.125rem;
}
@media (min-width: 576px) {
  .hero-section h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    letter-spacing: -0.2px;
  }
}
@media (min-width: 992px) {
  .hero-section h1 {
    font-size: 3.0625rem;
    line-height: 3.4375rem;
    letter-spacing: -0.2px;
  }
}
.hero-section .input-group {
  border-radius: 31.25px;
}
.hero-section .input-group input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #DEE1E4;
  -webkit-box-shadow: 0 0 10px 0 #B9C7D5;
          box-shadow: 0 0 10px 0 #B9C7D5;
  border-radius: 31.25px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  padding: 20px;
  padding-right: 60px;
  -webkit-appearance: none;
  width: 100%;
}
.hero-section .input-group input::-webkit-input-placeholder {
  color: #4C545D;
}
.hero-section .input-group input::-moz-placeholder {
  color: #4C545D;
}
.hero-section .input-group input:-ms-input-placeholder {
  color: #4C545D;
}
.hero-section .input-group input::-ms-input-placeholder {
  color: #4C545D;
}
.hero-section .input-group input::placeholder {
  color: #4C545D;
}
@media (min-width: 576px) {
  .hero-section .input-group input {
    padding-right: 125px;
  }
}
.hero-section .input-group .btn {
  border-radius: 0 31.25px 31.25px 0;
  border: 1px solid #5C489C;
  right: 0;
  top: 0;
  height: 60px;
  width: 55px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 576px) {
  .hero-section .input-group .btn {
    width: 70px;
  }
}
.hero-section .input-group .btn svg {
  position: relative;
  right: 2px;
}
@media (min-width: 768px) {
  .hero-section .container-left-half .col-12:first-child {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .hero-section .container-left-half .col-12:first-child {
    padding-right: 2.5rem;
  }
  .hero-section .container-left-half img {
    margin-left: -10px;
    margin-right: 10px;
  }
}
.hero-section .container-left-half ul {
  margin-top: 5px;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-size: 0.9375rem;
}
@media (max-width: 767.98px) {
  .hero-section .container-left-half ul {
    font-size: 0.9375rem;
  }
}

#search-location {
  margin-top: 20px;
}
#search-location form {
  width: 100%;
}

/******************** BENEFITS ********************/
.benefits-section {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .benefits-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.benefits-section h4 {
  margin-top: 27px;
}
.benefits-section p {
  font-size: 1.0625rem;
  line-height: 1.8125rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "maison_neue_book";
}
@media (max-width: 575.98px) {
  .benefits-section img {
    width: 150px;
    height: 150px;
  }
  .benefits-section .row:first-child div:after {
    content: "";
    display: block;
    border-bottom: 1px solid #DEE1E4;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .benefits-section .row:first-child div:last-child:after {
    display: none;
    border-bottom: none;
  }
}
@media (max-width: 767.98px) {
  .benefits-section h4 {
    font-size: 1.1875rem;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .benefits-section p {
    font-size: 1rem;
    line-height: 24px;
  }
}
.benefits-section .btn.btn-lg, .benefits-section .btn-group-lg > .btn {
  font-size: 1.125rem;
  border-radius: 3px;
  line-height: 2.0625rem;
  padding: 0.625rem 3.125rem;
}
@media (max-width: 575.98px) {
  .benefits-section .btn.btn-lg, .benefits-section .btn-group-lg > .btn {
    margin-top: 30px !important;
    width: 100%;
  }
}

/******************** RECENTLY VIEWED OFFICES ********************/
.offices-carousel-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .offices-carousel-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.offices-carousel-section h6 {
  font-size: 1.3125rem;
  font-family: "maison_neue_bold";
  line-height: 1.75rem;
  color: #042040;
}
@media (min-width: 576px) {
  .offices-carousel-section h6 {
    font-size: 1.0625rem;
  }
}
.offices-carousel-section a {
  font-size: 0.9375rem;
}
.offices-carousel-section .btn.btn-lg, .offices-carousel-section .btn-group-lg > .btn {
  font-size: 1.125rem;
  border-radius: 3px;
  line-height: 2.0625rem;
  padding: 0.625rem 3.125rem;
}
@media (max-width: 575.98px) {
  .offices-carousel-section .btn.btn-lg, .offices-carousel-section .btn-group-lg > .btn {
    margin-top: 30px !important;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .offices-carousel-section .btn.btn-lg, .offices-carousel-section .btn-group-lg > .btn {
    margin-top: 30px !important;
  }
}

.offices-carousel {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.offices-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.offices-carousel .slick-list {
  margin: 0 -10px;
}
.offices-carousel .slick-slide {
  margin: 0 10px;
}
@media (max-width: 575.98px) {
  .offices-carousel .slick-list {
    padding: 0 20% 0 0;
  }
}
@media (min-width: 768px) {
  .offices-carousel .slick-list {
    margin: 0 -15px;
  }
  .offices-carousel .slick-slide {
    margin: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .offices-carousel.col-12 {
    padding-right: 0;
  }
}
.offices-carousel .card {
  border: none;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .offices-carousel .card-link {
    margin-left: 0 !important;
  }
}
.offices-carousel .card-body {
  color: #4C545D;
  position: relative;
}
.offices-carousel .card-body .card-text {
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  line-height: 19.6px;
}
.offices-carousel .card-body p {
  margin-bottom: 2px;
}
.offices-carousel .card-body p:last-child {
  margin-top: 0;
}
.offices-carousel .card-body strong {
  font-size: 1rem;
  font-family: "maison_neue_bold";
  margin-right: 5px;
}
.offices-carousel .card-with-link:hover .card-img-top {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.offices-carousel .card-img-top {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: 1;
}
.offices-carousel .save-offer {
  position: absolute;
  display: block;
  top: 14px;
  right: 0;
  width: 21px;
  height: 23px;
  background: none;
  border: none;
  fill: #DEE1E4;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.offices-carousel .save-offer:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.offices-carousel .save-offer:hover {
  fill: #FF4747;
}
.offices-carousel .save-offer.saved {
  fill: #FF4747;
}

.slider-navigation,
.major-office-navigation {
  line-height: 1rem;
}
.slider-navigation .slick-arrow,
.major-office-navigation .slick-arrow {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.slider-navigation .slick-arrow span,
.major-office-navigation .slick-arrow span {
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  text-indent: -9999px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 767.98px) {
  .slider-navigation .slick-arrow,
.major-office-navigation .slick-arrow {
    display: none;
  }
}
.slider-navigation .slick-next,
.major-office-navigation .slick-next {
  margin-left: 9px;
  padding-right: 0;
}
.slider-navigation .slick-next span,
.major-office-navigation .slick-next span {
  left: 0;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #042040;
}
.slider-navigation .slick-next:hover span,
.major-office-navigation .slick-next:hover span {
  border-color: transparent transparent transparent #5C489C;
}
.slider-navigation .slick-prev span,
.major-office-navigation .slick-prev span {
  right: 0;
  border-width: 8px 10px 8px 0;
  border-color: transparent #042040 transparent transparent;
}
.slider-navigation .slick-prev:hover span,
.major-office-navigation .slick-prev:hover span {
  border-color: transparent #5C489C transparent transparent;
}

/******************** MAJOR OFFICE ********************/
.major-office-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .major-office-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.major-office-section h2 {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 576px) {
  .major-office-section h2 {
    font-size: 2.375rem;
    line-height: 3.125rem;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
.major-office-section .container p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "maison_neue_book";
  letter-spacing: -0.1px;
}
@media (min-width: 576px) {
  .major-office-section .container p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: "maison_neue_book";
    margin-top: 10px;
  }
}
.major-office-section .btn.btn-lg, .major-office-section .btn-group-lg > .btn {
  font-size: 1.125rem;
  border-radius: 3px;
  line-height: 2.0625rem;
  padding: 0.625rem 3.125rem;
}
@media (min-width: 768px) {
  .major-office-section .btn.btn-lg, .major-office-section .btn-group-lg > .btn {
    margin-top: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .major-office-section .btn.btn-lg, .major-office-section .btn-group-lg > .btn {
    margin-top: 30px !important;
    width: 100%;
  }
}

.major-office-navigation {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .major-office-navigation {
    margin-bottom: 25px;
  }
}

.major-office-carousel {
  left: 0;
  top: 0;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .major-office-carousel .col-12 {
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .major-office-carousel {
    width: 652px;
  }
}
@media (min-width: 768px) {
  .major-office-carousel {
    width: 960px;
  }
}
@media (min-width: 992px) {
  .major-office-carousel {
    width: 1280px;
  }
}
@media (min-width: 1200px) {
  .major-office-carousel {
    width: 1465px;
  }
}

@media (max-width: 767.98px) {
  .major-office-carousel .slick-list {
    padding: 0 20% 0 0;
  }
}
.office-suppliers-carousel {
  display: none;
}
.office-suppliers-carousel .card {
  border: none;
  overflow: hidden;
}
.office-suppliers-carousel .slick-list {
  margin: 0 -10px;
}
.office-suppliers-carousel .slick-slide {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .office-suppliers-carousel .slick-list {
    margin: 0 -15px;
  }
  .office-suppliers-carousel .slick-slide {
    margin: 0 15px;
  }
}
.office-suppliers-carousel .card-with-link:hover .card-img-top {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.office-suppliers-carousel .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: 1;
  width: 100%;
  height: 170px;
}
@media (min-width: 576px) {
  .office-suppliers-carousel .card-img-top {
    height: 180px;
  }
}
.office-suppliers-carousel .offices-count {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 12px;
  border-radius: 3px;
  background-color: #ffffff;
  z-index: 2;
  color: #042040;
  font-size: 0.75rem;
}
.office-suppliers-carousel .card-logo {
  position: relative;
  top: -14px;
  height: 43px;
  width: 93px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 14px 0 rgba(199, 199, 199, 0.5);
          box-shadow: 0 0 14px 0 rgba(199, 199, 199, 0.5);
  z-index: 3;
}
@media (min-width: 576px) {
  .office-suppliers-carousel .card-logo {
    top: -22px;
    height: 74px;
    width: 134px;
  }
}
.office-suppliers-carousel .card-logo img {
  max-width: 75%;
  max-height: 70%;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

/******************** PARTNERS ********************/
.partners-section {
  padding-bottom: 2.75rem;
}
@media (min-width: 576px) {
  .partners-section {
    padding-bottom: 3.625rem;
  }
}
.partners-section p {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .partners-section p {
    font-size: 1.125rem;
  }
}
.partners-section .spotify-logo {
  width: 166px;
}
.partners-section .deliveroo-logo {
  width: 152px;
}
.partners-section .tesco-logo {
  width: 148px;
}
.partners-section .nhs-logo {
  width: 112px;
}
.partners-section .groupon-logo {
  width: 180px;
}

/******************** CASE STUDY ********************/
.case-study-section {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 576px) {
  .case-study-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.case-study-carousel {
  display: none;
}
.case-study-carousel p {
  font-family: "maison_neue_book";
  font-size: 1.3125rem;
  line-height: 2rem;
}
@media (min-width: 1200px) {
  .case-study-carousel p {
    font-size: 1.75rem;
    line-height: 2.6875rem;
    margin-top: 3.125rem;
  }
}
@media (min-width: 992px) {
  .case-study-carousel .partner-img {
    padding-right: 70px;
  }
}
.case-study-carousel .partner-logo {
  width: 70%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .case-study-carousel .partner-logo {
    width: 40%;
  }
}
.case-study-carousel i {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (max-width: 767.98px) {
  .case-study-carousel i {
    padding-left: 40px;
    text-indent: -40px;
  }
}
@media (min-width: 576px) {
  .case-study-carousel i {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.case-study-carousel i span {
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  bottom: 6px;
}

.case-study {
  position: relative;
  background-image: linear-gradient(156deg, #604C93 4%, #32255A 89%);
}
.case-study .case-study-navigation {
  margin-top: 40px;
  border-top: 1px solid rgba(130, 106, 193, 0.3);
  border-bottom: 1px solid rgba(130, 106, 193, 0.3);
  padding: 20px 0;
}
@media (min-width: 768px) {
  .case-study .case-study-navigation {
    margin-top: -70px;
  }
}
.case-study .case-study-navigation a {
  color: #A083FF;
  font-size: 18px;
}
.case-study .case-study-navigation a svg {
  width: 25px;
  height: 21px;
  margin-left: 16px;
  position: relative;
  top: 4px;
}
.case-study .slick-dots {
  padding-left: 0;
  display: inline;
}
.case-study .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.case-study .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.case-study .slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.case-study .slick-dots li.slick-active button:before {
  color: #7857E1;
  opacity: 1;
}

.case-study-bullets ul {
  list-style: none;
}

@media (min-width: 1300px) {
  .case-study-arrows {
    position: absolute;
    top: calc(50% - 61px);
    right: 0;
    width: 90px;
    height: 112px;
    background-color: #7857E1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  .case-study-arrows:hover {
    background-color: #ffffff;
  }
  .case-study-arrows:hover .slick-next span {
    border-color: transparent transparent transparent #7857E1;
  }
  .case-study-arrows .slick-next {
    height: 100%;
    width: 100%;
    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;
  }
  .case-study-arrows .slick-next span {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 25px;
    border-color: transparent transparent transparent #ffffff;
  }
}
/******************** EVERYTHING YOU NEED TO KNOW ********************/
.everything-you-need-to-know {
  padding-top: 2.5rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .everything-you-need-to-know {
    padding-bottom: 2.5rem;
  }
}
.everything-you-need-to-know h2 {
  font-size: 1.3125rem;
  line-height: 1.75rem;
}
@media (max-width: 991.98px) {
  .everything-you-need-to-know h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .everything-you-need-to-know h2 {
    font-size: 2.375rem;
    line-height: 3.125rem;
    padding-right: 210px;
  }
}
.everything-you-need-to-know img {
  width: 88px;
}
@media (max-width: 767.98px) {
  .everything-you-need-to-know img {
    margin-bottom: 20px;
  }
}
.everything-you-need-to-know h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "maison_neue_bold";
  margin-left: 13px;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #042040;
}
@media (min-width: 768px) {
  .everything-you-need-to-know h5 {
    padding-right: 100px;
    font-family: "maison_neue_demi";
    line-height: 1.75rem;
  }
}
.everything-you-need-to-know li {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .everything-you-need-to-know li {
    padding-top: 27px;
    padding-bottom: 27px;
    margin-right: 45px;
  }
  .everything-you-need-to-know li a {
    position: relative;
  }
  .everything-you-need-to-know li .arrow-right {
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18.5px 0 18.5px 24px;
    border-color: transparent transparent transparent #DEE1E4;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .everything-you-need-to-know li:hover .arrow-right {
    opacity: 1;
  }
}

#video-modal .modal-lg {
  max-width: 806px;
}
#video-modal .video-modal-container {
  margin-bottom: 0;
  z-index: inherit;
  -webkit-filter: unset;
          filter: unset;
}
#video-modal .modal-content {
  border: none;
  border-radius: 0;
}
#video-modal .modal-header {
  padding-right: 32px;
  padding-top: 32px;
}
#video-modal iframe {
  height: 405px;
  margin: 40px;
  margin-top: 20px;
}
#video-modal .close {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer !important;
}
#video-modal .close:hover {
  cursor: pointer;
}
#video-modal .close:hover {
  opacity: 1;
}
#video-modal .close:before, #video-modal .close:after {
  position: absolute;
  left: 15px;
  content: "";
  height: 23px;
  top: 5px;
  width: 2px;
  background-color: #B7C1D1;
  border-radius: 2px;
}
#video-modal .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#video-modal .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#video-modal .video-modal-container .video-modal-content, #video-modal .video-modal-container {
  background: #ffffff;
}

.nav-phone a {
  white-space: nowrap;
}

body .navbar-nav .btn-outline-primary {
  padding: 0 25px 0 17px;
  line-height: 40px;
  min-width: 155px;
}

.btn-circle-arrow {
  position: relative;
  top: 5px;
  right: -5px;
}

.top-banner {
  border-bottom: 1px solid #E8EDF5;
}
.top-banner button {
  font-size: 0.8125rem;
  padding: 6px 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .top-banner button {
    font-size: 0.875rem;
    padding: 8px 15px;
    margin-top: 0;
    top: 21px;
    right: 15px;
    position: absolute;
  }
}
.top-banner h2, .top-banner p {
  margin: 0;
}
.top-banner h2 {
  font-size: 1.4375rem;
  line-height: 39px;
}
@media (min-width: 1124px) {
  .top-banner h2 {
    font-size: 1.5rem;
  }
}
.top-banner p {
  font-size: 0.875rem;
  line-height: 14px;
}
@media (min-width: 768px) {
  .top-banner p {
    font-size: 0.9375rem;
    line-height: 18px;
  }
}
.top-banner .banner-txt {
  padding: 8px 0 15px;
}
@media (max-width: 991.98px) {
  .top-banner a {
    color: #6B727A;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-new .hero-right {
    height: 608px;
  }
  .home-new .hero-right:after {
    border-top: 615px solid #F4F6F9;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-new .hero-right {
    height: 615px;
  }
  .home-new .hero-right:after {
    border-top: 625px solid #F4F6F9;
  }
}
.home-new .container-left-half {
  z-index: 2;
}
@media (min-width: 992px) {
  .home-new #search-location {
    width: 85%;
  }
}
.home-new .hero-section h2 {
  font-size: 1.1875rem;
  line-height: 27px;
}
@media (min-width: 768px) {
  .home-new .hero-section h2 {
    font-size: 1.625rem;
    line-height: 32px;
    margin-right: -100px;
  }
}
@media (min-width: 992px) {
  .home-new .hero-section h2 {
    font-size: 2rem;
    line-height: 40px;
  }
}
.home-new #myLocation {
  background: #FFFFFF;
  border: 1px solid #D4D8DD;
  -webkit-box-shadow: 0 0 4px 0 #C4C4C4;
          box-shadow: 0 0 4px 0 #C4C4C4;
  border-radius: 31.25px;
}
.home-new #myLocation.open {
  border-bottom-left-radius: 0;
}
@media (max-width: 767.98px) {
  .home-new #myLocation {
    height: 50px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .home-new #search-offices-form button {
    height: 50px;
  }
  .home-new #search-offices-form button svg {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 992px) {
  .home-new .hero-section .container-left-half .col-12:first-child {
    padding-right: 0;
  }
}
.home-new .partners-section .deliveroo-logo {
  width: 186px;
}
.home-new .our-services-section {
  padding-bottom: 40px;
  padding-top: 45px;
}
@media (min-width: 992px) {
  .home-new .our-services-section {
    padding-bottom: 82px;
    padding-top: 85px;
  }
}
.home-new .our-services-section img {
  height: auto;
  margin: 0 auto;
  display: block;
  width: 80%;
  padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-new .our-services-section img {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .home-new .our-services-section img {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .home-new .our-services-section img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home-new .our-services-section img {
    width: 581px;
    height: auto;
  }
}
.home-new .our-services-section h2 {
  font-size: 1.3125rem;
  line-height: 28px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .home-new .our-services-section h2 {
    font-size: 2.375rem;
    line-height: 50px;
  }
}
.home-new .our-services-section p {
  font-size: 1rem;
  line-height: 27px;
}
.home-new .our-services-section .btn {
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .home-new .our-services-section .btn {
    width: 100%;
  }
}
.home-new .au-our-benefits {
  padding-bottom: 36px;
  padding-top: 36px;
}
@media (min-width: 992px) {
  .home-new .au-our-benefits {
    padding-bottom: 86px;
    padding-top: 86px;
  }
}
@media (max-width: 991.98px) {
  .home-new .au-our-benefits h2 {
    font-size: 1.3125rem;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .home-new .au-our-benefits li {
    font-size: 0.9375rem;
  }
}
.home-new .au-our-benefits img {
  height: auto;
  margin: 0 auto;
  display: block;
  width: 80%;
}
@media (max-width: 991.98px) {
  .home-new .au-our-benefits img {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .home-new .au-our-benefits img {
    width: 100%;
  }
}
.home-new .au-our-benefits .with-thick {
  line-height: 27px;
}
.home-new .major-office-section {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .home-new .major-office-section {
    padding-top: 80px;
    padding-bottom: 86px;
  }
}
.home-new .major-office-section h2 {
  font-size: 1.3125rem;
  line-height: 28px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .home-new .major-office-section h2 {
    font-size: 2.375rem;
    line-height: 50px;
  }
}
.home-new .everything-you-need-to-know li {
  margin-right: 0;
}
.home-new .everything-you-need-to-know h5 {
  padding-right: 0;
  margin-right: 0;
}
.home-new .everything-you-need-to-know h2 {
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .home-new .everything-you-need-to-know h2 {
    padding-right: 0;
  }
}

.container-left-half .info-below-search {
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .container-left-half .info-below-search {
    margin-bottom: 38px;
  }
}
.container-left-half .info-below-search > div {
  background: #EFF2F8;
  border: 1px solid #DCD9F0;
  padding: 20px;
}
@media (min-width: 992px) {
  .container-left-half .info-below-search > div {
    padding: 30px;
    padding: 20px;
    width: 95%;
  }
}
.container-left-half .info-below-search img {
  border: 3px solid #FFFFFF;
  width: 130px;
  height: auto;
  margin-right: 20px;
  margin-left: 0;
  -webkit-box-shadow: 0 0 4px #DDE5F0;
          box-shadow: 0 0 4px #DDE5F0;
}
@media (max-width: 991.98px) {
  .container-left-half .info-below-search img {
    margin-bottom: 10px;
  }
}
.container-left-half .info-below-search ul {
  margin: 0;
  margin-bottom: 7px;
  text-align: left;
}
@media (max-width: 1199.98px) {
  .container-left-half .info-below-search ul {
    margin-top: 5px;
  }
}
.container-left-half .info-below-search strong {
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.container-left-half .info-below-search li {
  padding-left: 27px;
  position: relative;
  line-height: 22px;
  font-size: 0.8125rem;
}
.container-left-half .info-below-search li:before {
  content: "";
  background-image: url("./content/images/thick.svg");
  width: 16px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}
.container-left-half .info-below-search .btn {
  font-size: 0.875rem;
  padding-left: 20px;
  padding-right: 20px;
}

.home-box-section {
  margin-top: 38px;
}
@media (min-width: 992px) {
  .home-box-section {
    margin-top: 2.5rem;
  }
}
.home-box-section .home-box-wrapper {
  background-color: #F4F6F9;
  border: 1px solid #E0E3E6;
  padding: 25px 20px 20px 20px;
}
.home-box-section img {
  width: 251px;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .home-box-section img {
    width: 261px;
    position: absolute;
    right: 10px;
  }
}
.home-box-section h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  font-size: 1.1875rem;
  line-height: 25px;
}
@media (min-width: 768px) {
  .home-box-section h3 {
    font-size: 1.5rem;
    line-height: 31px;
  }
}
@media (min-width: 992px) {
  .home-box-section h3 {
    line-height: 28px;
  }
}
.home-box-section p {
  font-size: 0.9375rem;
  line-height: 24px;
}
@media (min-width: 992px) {
  .home-box-section p {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.of-video-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  padding-top: 29px;
  padding-bottom: 44px;
}
@media (min-width: 992px) {
  .of-video-section {
    padding-top: 59px;
    padding-bottom: 84px;
  }
}
.of-video-section iframe {
  width: 100%;
  height: 215px;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .of-video-section iframe {
    width: 100%;
    height: 295px;
  }
}
@media (min-width: 768px) {
  .of-video-section iframe {
    width: 615px;
    height: 345px;
  }
}
@media (min-width: 992px) {
  .of-video-section iframe {
    width: 800px;
    height: 450px;
  }
}

@media (max-width: 991.98px) {
  .home-new .benefits-section {
    padding-bottom: 28px;
  }
}
.home-new .benefits-section h5 {
  font-size: 1.0625rem;
}
@media (max-width: 991.98px) {
  .home-new .benefits-section img {
    width: 85px;
    height: 85px;
  }
}
.home-new .offices-carousel-section {
  padding-top: 40px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .home-new .offices-carousel-section {
    padding-top: 80px;
    padding-bottom: 96px;
  }
}
.home-new .case-study {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .home-new .case-study {
    padding-bottom: 50px;
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-new .everything-you-need-to-know h2 {
    padding-right: 210px;
  }
}
@media (min-width: 992px) {
  .home-new .everything-you-need-to-know h2 {
    margin-bottom: 50px;
    font-size: 2.375rem;
    line-height: 50px;
  }
}

.podcast-section {
  margin-top: 38px;
  margin-bottom: 38px;
}
@media (min-width: 992px) {
  .podcast-section {
    margin-bottom: 80px;
  }
}
.podcast-section .podcast-wrapper {
  height: 327px;
  overflow: hidden;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .podcast-section .podcast-wrapper {
    border-radius: 0;
    overflow: visible;
    height: 136px;
  }
}
.podcast-section .podcast-left {
  left: 0;
  bottom: 0;
  z-index: 1;
}
.podcast-section .podcast-left img {
  left: 0;
  bottom: 0;
}
.podcast-section .podcast-right {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.podcast-section .podcast-right img {
  right: 0;
}
.podcast-section .podcast-thumb {
  right: -50px;
  left: auto;
  height: 205px;
  width: auto;
  z-index: 1;
}
@media (min-width: 992px) {
  .podcast-section .podcast-thumb {
    height: 154px;
    left: 20px;
  }
}
.podcast-section .podcast-mic {
  width: 183px;
  height: auto;
  bottom: -8px;
}
.podcast-section .podcast-wave {
  opacity: 100%;
  bottom: 17px;
}
@media (max-width: 991.98px) {
  .podcast-section .podcast-wave {
    opacity: 52%;
    bottom: 5px;
    right: 3px;
  }
}
.podcast-section .podcast-copy {
  z-index: 10;
  left: 15px;
}
@media (min-width: 992px) {
  .podcast-section .podcast-copy {
    left: 22%;
  }
}
.podcast-section .podcast-copy h2, .podcast-section .podcast-copy p {
  margin: 0;
}
.podcast-section .podcast-copy h2 {
  margin-top: 18px;
}
@media (max-width: 991.98px) {
  .podcast-section .podcast-copy h2 {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media (max-width: 991.98px) {
  .podcast-section .podcast-copy p, .podcast-section .podcast-copy a {
    font-size: 1.0625rem;
    line-height: 23px;
  }
}
.podcast-section .pink-circle-arrow {
  position: relative;
  top: 4px;
  margin-right: 8px;
}

.partners-section {
  padding-top: 32px;
  padding-bottom: 42px;
}
@media (min-width: 992px) {
  .partners-section {
    padding-top: 62px;
    padding-bottom: 52px;
  }
}
.partners-section .partners-logos {
  margin-top: 22px;
}
@media (min-width: 992px) {
  .partners-section .partners-logos {
    margin-top: 52px;
  }
}

.office-suppliers-carousel-home {
  display: none;
}
.office-suppliers-carousel-home .card {
  border: none;
  overflow: hidden;
}
.office-suppliers-carousel-home .slick-list {
  margin: 0 -10px;
}
.office-suppliers-carousel-home .slick-slide {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .office-suppliers-carousel-home .slick-list {
    margin: 0 -15px;
  }
  .office-suppliers-carousel-home .slick-slide {
    margin: 0 15px;
  }
}
.office-suppliers-carousel-home .card-with-link:hover .card-img-top {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.office-suppliers-carousel-home .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: 1;
  width: 100%;
  height: 125px;
}
@media (min-width: 576px) {
  .office-suppliers-carousel-home .card-img-top {
    height: 180px;
  }
}
.office-suppliers-carousel-home .offices-count {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 12px;
  border-radius: 3px;
  background-color: #ffffff;
  z-index: 2;
  color: #042040;
  font-size: 0.75rem;
}
.office-suppliers-carousel-home .card-logo {
  position: relative;
  top: -14px;
  height: 43px;
  width: 93px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 14px 0 rgba(199, 199, 199, 0.5);
          box-shadow: 0 0 14px 0 rgba(199, 199, 199, 0.5);
  z-index: 3;
}
@media (min-width: 576px) {
  .office-suppliers-carousel-home .card-logo {
    top: -22px;
    height: 74px;
    width: 134px;
  }
}
.office-suppliers-carousel-home .card-logo img {
  max-width: 75%;
  max-height: 70%;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

@media (max-width: 991.98px) {
  .major-office-carousel .slick-list {
    padding: 0 5% 0 0;
  }

  .home-new .partners-logos div {
    width: 50%;
  }
  .home-new .partners-logos .spotify-logo {
    width: 168px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .home-new .partners-logos .spotify-logo {
    width: 112px;
  }
}
@media (max-width: 991.98px) {
  .home-new .partners-logos .deliveroo-logo {
    width: 177px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .home-new .partners-logos .deliveroo-logo {
    width: 118px;
  }
}
@media (max-width: 991.98px) {
  .home-new .partners-logos .tesco-logo {
    width: 150px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .home-new .partners-logos .tesco-logo {
    width: 100px;
  }
}
@media (max-width: 991.98px) {
  .home-new .partners-logos .nhs-logo {
    width: 111px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .home-new .partners-logos .nhs-logo {
    width: 74px;
  }
}
.home-new .offices-carousel .card-body {
  color: #042040;
}

@media (max-width: 991.98px) {
  .hitw-trustpilot-section {
    margin-top: 40px;
  }
  .hitw-trustpilot-section h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .case-study-new .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 768px) {
  .case-study-new.case-study img {
    margin: 0 auto;
  }
  .case-study-new.case-study .case-study-bullets {
    margin: 0 auto;
  }
}
.case-study-new.case-study .case-study-navigation {
  margin-top: 40px;
}
.case-study-new.case-study .case-study-navigation a {
  position: absolute;
  right: 0;
}

.breadcrumb {
  margin: 10px 0;
}
.breadcrumb .breadcrumb-item {
  color: #4C545D;
  font-size: 0.8125rem;
}
.breadcrumb .breadcrumb-item a {
  color: #5C489C;
}
.breadcrumb .breadcrumb-item:not(:last-child):after {
  content: "";
  background-image: url("/content/images/breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  width: 11px;
  height: 9px;
  display: inline-block;
  margin: 0 0 0 7px;
}

.form-group {
  margin-bottom: 0;
}

.column-right {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .column-right {
    margin-bottom: 115px;
  }
}

.column-left {
  padding-bottom: 50px;
}

.ofbtn {
  background: none;
  border: none;
  cursor: pointer;
}
.ofbtn:focus {
  outline: 0;
}

.map-active .list-heading .col:first-child {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
}
.map-active .list-heading .col:last-child {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
.map-active hr {
  margin-right: -15px !important;
}

.list-heading .col {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}
@media screen and (min-width: 1600px) {
  .list-heading .col:last-child {
    padding-right: 0;
  }
}
.list-heading h1 {
  font-size: 1.125rem;
  margin-top: 37px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .list-heading h1 {
    font-size: 1.5rem;
    margin-top: 14px;
    margin-bottom: 5px;
  }
}
.list-heading p {
  font-size: 0.8125rem;
  margin: 5px 0 18px;
  letter-spacing: 0.05px;
}
.list-heading .ofbtn {
  margin-left: 25px;
}
.list-heading .sortby-dropdown {
  color: #323C49;
  font-size: 0.9375rem;
  position: relative;
}
.list-heading .sortby-dropdown:nth-child(1) button {
  margin-left: 0;
}
.list-heading .sortby-dropdown:nth-child(2) button {
  margin-left: 25px;
}
.list-heading .sortby-dropdown button {
  border: 1px solid #DEE1E4;
  border-radius: 21px;
  height: 43px;
  padding: 3px 50px 0 20px;
  color: #323C49;
  max-width: 131px;
  width: 131px;
  position: relative;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.list-heading .sortby-dropdown button + .dropdown-menu {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.list-heading .sortby-dropdown button:hover {
  border-color: #acb2b9;
}
.list-heading .sortby-dropdown button:hover + .dropdown-menu {
  border-color: #acb2b9;
}
.list-heading .sortby-dropdown button:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  width: 17px;
  height: 9px;
  margin-left: 10px;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #5C489C transparent transparent transparent;
}
@media (max-width: 1199.98px) {
  .list-heading .sortby-dropdown:first-child button {
    margin-left: 0;
  }
}
.list-heading .sortby-dropdown.show button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #fff;
}
.list-heading .sortby-dropdown.show button:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 9px 8.5px;
  border-color: transparent transparent #5C489C transparent;
}
.list-heading .sortby-dropdown .dropdown-menu {
  border-radius: 0 0 21px 21px;
  border-color: #DEE1E4;
  border-top: none;
  width: 131px;
  min-width: 1rem;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
  z-index: 9999;
}
.list-heading .sortby-dropdown .dropdown-item {
  color: #323C49;
  font-size: 0.9375rem;
  padding: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 5px 5px 20px;
}
.list-heading .sortby-dropdown .dropdown-item:hover {
  background: transparent;
  text-decoration: underline;
}
.list-heading .sortby-dropdown .dropdown-item:first-child {
  padding-top: 0;
}
.list-heading .switch-view {
  width: 43px;
  height: 43px;
  border: 1px solid #DEE1E4;
  border-radius: 4px;
  padding: 13px 12px;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  display: none;
}
@media (min-width: 992px) {
  .list-heading .switch-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-heading .switch-view:hover {
  border-color: #acb2b9;
}
.list-heading .switch-view span {
  height: 3px;
  display: block;
  background-color: #5C489C;
  width: 3px;
  margin-right: 2px;
}
.list-heading .switch-view span:nth-child(n+7) {
  display: none;
}
.list-heading .switch-view span:nth-child(even) {
  width: 12px;
}
.list-heading .switch-view span:nth-child(2n) {
  margin-right: 0;
}
.list-heading .switch-view.grid {
  padding: 13px;
}
.list-heading .switch-view.grid span {
  width: 3px;
  margin-right: 3px;
}
.list-heading .switch-view.grid span:nth-child(n+7) {
  display: block;
}
.list-heading .switch-view.grid span:nth-child(3n) {
  width: 3px;
}
.list-heading .switch-view.grid span:nth-child(3n) {
  margin-right: 0;
}
.list-heading .map-view {
  background-image: url("/content/images/map-view.jpg");
  border-radius: 3px;
  padding: 14px 10px;
  background-size: cover;
  color: #323C49;
  font-size: 0.9375rem;
}
.list-heading .map-view span {
  background: #fff;
  border-radius: 5px;
  padding: 7px 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.list-heading .map-view:hover span {
  background: #5C489C;
  color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .list-heading .map-view {
    background-image: url("/content/images/map-view@2x.jpg");
  }
}

@media (max-width: 767.98px) {
  .listing-page .txt-below-nav {
    display: none;
  }
}

.consultant-card {
  background: transparent;
}
.consultant-card .card-header h4 {
  font-size: 1.25rem;
  font-family: "maison_neue_bold";
  padding-right: 15px;
}
.consultant-card .card-text {
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: -0.09px;
  padding-right: 15px;
}
.consultant-card .card-footer {
  margin-bottom: 20px;
}
.consultant-card .card-footer ul {
  margin-top: 25px;
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: -0.09px;
}
.consultant-card .card-footer ul a {
  text-decoration: underline;
}
.consultant-card .consultant-location {
  font-size: 0.6875rem;
  font-family: "maison_neue_bold";
  margin-bottom: 5px;
}

.map-active .column-left.border-right {
  border: none !important;
}

/************** COLUMN LEFT ******************/
.column-left {
  padding-right: 9px;
  position: relative;
  background-color: #fff;
}
.column-left.map-active {
  padding-right: 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.filters {
  border-top: 1px solid #DEE1E4;
  padding-right: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filters h6 {
  font-size: 0.9375rem;
  font-family: "maison_neue_bold";
  color: #042040;
  margin-bottom: 2px;
}
.filters .price-filter h6 {
  margin-top: 26px;
  margin-bottom: 8px;
  letter-spacing: -0.03px;
  font-family: "maison_neue_demi";
}
.filters .range-filter {
  margin-top: 20px;
  margin-bottom: 70px;
}
.filters .wrunner__valueNote_theme_default.wrunner__valueNote {
  padding-top: 0;
}
.filters .facilities-filters h6 {
  margin-top: 100px;
  margin-bottom: 15px;
}
.filters .facilities-filters .more-filters {
  display: none;
}
.filters .facilities-filters .show-more {
  margin: 16px 0;
}
.filters .facilities-filters .show-more .more-less {
  font-size: 0.9375rem;
}
.filters .facilities-filters .show-more span:last-child {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #B4B9BD transparent transparent transparent;
}
.filters .facilities-filters .show-more.show span {
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #B4B9BD transparent;
}
.filters .facilities-filters button {
  margin: 18px 0;
  font-size: 0.9375rem;
  padding: 0 17px;
  color: #4C545D;
  height: 38px;
  line-height: 38px;
}
.filters .facilities-filters button:hover {
  background-color: #F8F8F9;
}
.filters .facilities-filters .form-check-label:hover {
  cursor: pointer;
  text-decoration: underline;
}

/************** OFICES LIST ******************/
@media (min-width: 768px) {
  .offices-list {
    padding-left: 12px;
    padding-top: 6px;
  }
}
.offices-list .card {
  border: none;
}
.offices-list .card .card-body {
  padding: 14px 0 0 0;
}
.offices-list .item {
  width: 100%;
}
.offices-list .item:hover .save-offer:not(.saved) {
  opacity: 1;
  fill: #DEE1E4;
}
.offices-list .item.linked .save-offer:not(.saved) {
  opacity: 1;
  fill: #DEE1E4;
}
.offices-list .item.linked .offices-thumbnails .slick-prev {
  left: 10px;
  opacity: 1;
}
.offices-list .item.linked .offices-thumbnails .slick-next {
  right: 10px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .offices-list .item {
    margin-bottom: 30px;
  }
}
.offices-list .img-event {
  position: relative;
  height: 196px;
  width: 100%;
  background-color: #F4F6F9;
}
@media (min-width: 768px) {
  .offices-list .img-event {
    height: 218px;
    width: 35.1%;
  }
}
.offices-list .office-footer {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offices-list .office-footer .office-footer-right .btn {
  width: 100%;
}
.offices-list .view-on-map {
  display: none;
  text-decoration: underline;
}
.offices-list .view-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}
.offices-list .thumbnail {
  padding: 0px;
  border-radius: 0px;
}
.offices-list .office-badge {
  position: absolute;
  top: 8px;
  left: 11px;
  line-height: 26px;
  background-color: #36ffd1;
  color: #0D552F;
  font-size: 0.75rem;
  padding: 0 10px;
  letter-spacing: -0.03px;
}
.offices-list .has-video {
  position: absolute;
  bottom: 11px;
  right: 10px;
  width: 30px;
  height: 19px;
}
.offices-list .save-offer {
  position: absolute;
  top: 9px;
  right: 0;
  width: 30px;
  height: 27px;
  fill: #DEE1E4;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (min-width: 768px) {
  .offices-list .save-offer {
    opacity: 0;
    fill: #fff;
  }
}
.offices-list .save-offer.saved {
  opacity: 1;
  fill: #FF4747;
}
.offices-list .caption {
  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;
}
.offices-list .caption h4 {
  font-family: "maison_neue_bold";
  font-size: 1rem;
  letter-spacing: -0.16px;
}
.offices-list .caption .office-more .btn {
  width: 100%;
}
.offices-list .caption .item-bg-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.offices-list .offices-thumbnails {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.offices-list .offices-thumbnails.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.offices-list .offices-thumbnails .slick-list {
  height: 196px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .offices-list .offices-thumbnails .slick-list {
    height: 218px;
  }
}
.offices-list .offices-thumbnails .slick-list img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 196px;
}
@media (min-width: 768px) {
  .offices-list .offices-thumbnails .slick-list img {
    height: 218px;
  }
}
.offices-list .offices-thumbnails .slick-list:after {
  content: "";
  height: 66px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.71;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.offices-list .offices-thumbnails .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 31px;
  height: 31px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.offices-list .offices-thumbnails .slick-arrow:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.offices-list .offices-thumbnails .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 8px;
  height: 12px;
  border-style: solid;
}
.offices-list .offices-thumbnails .slick-arrow.slick-prev {
  left: -10px;
}
.offices-list .offices-thumbnails .slick-arrow.slick-prev:before {
  left: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.offices-list .offices-thumbnails .slick-arrow.slick-prev:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.offices-list .offices-thumbnails .slick-arrow.slick-prev:after {
  left: 10px;
  border-width: 6px 8px 6px 0;
  border-color: transparent #3E3C3A transparent transparent;
}
.offices-list .offices-thumbnails .slick-arrow.slick-next {
  right: -10px;
}
.offices-list .offices-thumbnails .slick-arrow.slick-next:before {
  right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.offices-list .offices-thumbnails .slick-arrow.slick-next:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.offices-list .offices-thumbnails .slick-arrow.slick-next:after {
  right: 10px;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #3E3C3A;
}
.offices-list .offices-thumbnails:hover .slick-prev {
  left: 10px;
  opacity: 1;
}
.offices-list .offices-thumbnails:hover .slick-next {
  right: 10px;
  opacity: 1;
}
.offices-list .offices-thumbnails:hover .slick-next:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.offices-list .offices-thumbnails .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 10px;
}
.offices-list .offices-thumbnails .slick-dots li {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.offices-list .offices-thumbnails .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.offices-list .offices-thumbnails .slick-dots li button:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ABABAB;
  border-radius: 50%;
}
.offices-list .offices-thumbnails .slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.offices-list .office-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;
  pointer-events: none;
  z-index: 1;
}
.offices-list .office-details a {
  pointer-events: all;
}
.offices-list .office-details ul {
  padding-left: 0;
  margin: 10px 0 5px;
  list-style: none;
}
.offices-list .office-details ul li {
  font-size: 0.875rem;
  letter-spacing: -0.05px;
  float: left;
}
.offices-list .office-details ul li:not(:first-child) {
  padding-left: 9px;
}
.offices-list .office-details ul li:not(:first-child):before {
  content: "";
  height: 3px;
  width: 3px;
  display: inline-block;
  background: #4C545D;
  border-radius: 50%;
  position: relative;
  bottom: 4px;
  left: -5px;
}
.offices-list .office-details .directions {
  font-size: 0.875rem;
  letter-spacing: 0.05px;
  margin: 5px 0 5px;
}
.offices-list .office-details .directions .station {
  width: 15px;
  height: 14px;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 1px;
}
.offices-list .office-details .directions .rail-station {
  width: 18px;
  height: 11px;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 1px;
}
.offices-list .item.list-group-item {
  border: none;
  padding: 0;
}
.offices-list .save-offer {
  width: 23px;
  height: 21px;
  top: 15px;
  z-index: 3;
}
.offices-list .office-details .office-name {
  font-size: 0.8125rem;
  letter-spacing: 0.05px;
  margin-bottom: 3px;
  color: #5C489C;
}
.offices-list .office-details h4 {
  font-family: "maison_neue_demi";
  font-size: 1.25rem;
}
.offices-list .office-details h4 a {
  color: #042040;
}
@media (max-width: 991.98px) {
  .offices-list .office-details ul {
    margin: 4px 0;
  }
  .offices-list .office-details ul li {
    font-size: 0.85rem;
    font-family: "maison_neue_book";
    letter-spacing: 0.04px;
    line-height: 18px;
  }
}
.offices-list .office-details .directions {
  font-size: 0.85rem;
  font-family: "maison_neue_book";
  letter-spacing: 0.04px;
  margin: 8px 0 0;
}
.offices-list .office-details .directions .station {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 1px;
}
.offices-list .office-details .directions .rail-station {
  width: 15px;
  height: 9px;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 1px;
}
.offices-list .office-more {
  font-size: 0.75rem;
  letter-spacing: 0.04px;
  line-height: 23px;
}
.offices-list .office-more p {
  margin: 10px 0;
  font-family: "maison_neue_book";
  font-size: 0.85rem;
}
.offices-list .office-more strong {
  font-family: "maison_neue_bold";
}
.offices-list .office-more .btn {
  font-size: 0.9375rem;
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .offices-list .office-details .office-name {
    font-family: "maison_neue_bold";
    margin-top: 0;
  }
  .offices-list .office-details h4 {
    font-size: 1rem;
  }
  .offices-list .office-details ul {
    margin: 4px 0;
  }
  .offices-list .office-details ul li {
    font-size: 0.75rem;
    font-family: "maison_neue_book";
    letter-spacing: 0.04px;
    line-height: 17px;
    margin-bottom: 1px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .offices-list .office-details ul li:nth-child(3n) {
    clear: left;
    padding-left: 0;
  }
  .offices-list .office-details ul li:nth-child(3n)::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .offices-list .office-details .directions {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .offices-list .office-more p {
    font-size: 0.75rem;
    margin-bottom: 15px;
  }
}
.offices-list.grid-view {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offices-list.grid-view .office-details .office-name {
  font-family: "maison_neue_bold";
  margin-top: 0;
}
.offices-list.grid-view .office-details h4 {
  font-size: 1rem;
}
.offices-list.grid-view .office-details ul {
  margin: 4px 0;
}
.offices-list.grid-view .office-details ul li {
  font-size: 0.75rem;
  font-family: "maison_neue_book";
  letter-spacing: 0.04px;
  line-height: 17px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .offices-list.grid-view .office-details ul li:nth-child(3n) {
    clear: left;
    padding-left: 0;
  }
  .offices-list.grid-view .office-details ul li:nth-child(3n)::before {
    display: none;
  }
}
.offices-list.grid-view .office-details .directions {
  font-size: 0.75rem;
}
.offices-list.grid-view .office-more p {
  font-size: 0.75rem;
  margin-bottom: 15px;
}
.offices-list.grid-view .item-bg-link {
  bottom: 36px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .offices-list.grid-view .item {
    margin-bottom: 30px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
  .offices-list.grid-view .item:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6.8%;
    border-right: 1px solid #DEE1E4;
  }
  .offices-list.grid-view .item:nth-child(2n):after {
    border: none;
  }
}
@media (min-width: 992px) {
  .offices-list.grid-view .item {
    margin-bottom: 41px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
  }
  .offices-list.grid-view .item:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6%;
    border-right: 1px solid #DEE1E4;
  }
  .offices-list.grid-view .item:nth-child(3n):after {
    border: none;
  }
}
.offices-list.grid-view .thumbnail {
  margin-bottom: 0;
}
.offices-list.grid-view .img-event {
  width: auto;
  height: 196px;
}
.offices-list.grid-view .offices-thumbnails .slick-list {
  width: 100%;
  height: 196px;
  border-radius: 3px;
}
.offices-list.grid-view .offices-thumbnails .slick-list img {
  height: 196px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .offices-list {
    padding-left: 0;
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .offices-list .save-offer {
    fill: #DEE1E4;
    opacity: 1;
  }
  .offices-list .item:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6.8%;
    border-right: 1px solid #DEE1E4;
  }
  .offices-list .item:nth-child(2n):after {
    border: none;
  }
  .offices-list .item.list-group-item {
    margin-bottom: 30px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
  .offices-list .img-event {
    width: auto;
    height: 196px;
  }
  .offices-list .offices-thumbnails .slick-list {
    width: 100%;
    height: 196px;
    border-radius: 3px;
  }
  .offices-list .offices-thumbnails .slick-list img {
    height: 196px;
  }
  .offices-list .office-details .office-name {
    font-family: "maison_neue_bold";
    margin-top: 0;
  }
  .offices-list .office-details h4 {
    font-size: 1rem;
  }
  .offices-list .office-details ul {
    margin: 4px 0;
  }
  .offices-list .office-details ul li {
    font-size: 0.75rem;
    font-family: "maison_neue_book";
    letter-spacing: 0.04px;
    line-height: 17px;
    margin-bottom: 1px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) and (min-width: 768px) {
  .offices-list .office-details ul li:nth-child(3n) {
    clear: left;
    padding-left: 0;
  }
  .offices-list .office-details ul li:nth-child(3n)::before {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .offices-list .office-details .directions {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .offices-list .office-more p {
    font-size: 0.75rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .offices-list .item .item-bg-link {
    bottom: 70px;
  }
}
@media (min-width: 992px) {
  .offices-list .item.list-group-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offices-list .item.list-group-item:not(:first-child) .card {
    padding-top: 15px;
  }
  .offices-list .item.list-group-item .card {
    padding-bottom: 16px;
    border-bottom: 1px solid #D8D8D8;
  }
  .offices-list .item.list-group-item .list-group-image {
    margin-right: 10px;
  }
  .offices-list .item.list-group-item .thumbnail {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .offices-list .item.list-group-item .office-details h4 {
    font-family: "maison_neue_bold";
  }
  .offices-list .item.list-group-item .office-details ul li {
    font-size: 0.875rem;
    letter-spacing: -0.05px;
    float: left;
  }
  .offices-list .item.list-group-item .office-details .directions {
    font-size: 0.875rem;
    font-family: "maison_neue_book";
    letter-spacing: 0.05px;
    margin: 3px 0 0;
  }
  .offices-list .item.list-group-item .office-details .view-on-map {
    display: block;
    margin-top: 6px;
  }
  .offices-list .item.list-group-item .office-name {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 1rem;
    letter-spacing: 0.06px;
    font-family: "maison_neue_medium";
  }
  .offices-list .item.list-group-item .caption {
    width: 65%;
    margin: 0;
    padding: 0 0 0 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .offices-list .item.list-group-item .caption h4 {
    font-size: 1.3125rem;
    letter-spacing: -0.21px;
    margin-top: 8px;
  }
  .offices-list .item.list-group-item .office-more {
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    pointer-events: none;
    z-index: 1;
    max-width: 125px;
    text-align: right;
  }
  .offices-list .item.list-group-item .office-more a {
    pointer-events: all;
  }
  .offices-list .item.list-group-item .office-more span {
    display: block;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  .offices-list .item.list-group-item .office-more p {
    margin-bottom: 8px;
    line-height: 19px;
  }
  .offices-list .item.list-group-item .office-more p strong {
    font-family: "maison_neue_bold";
  }
  .offices-list .item.list-group-item .office-more .btn {
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    white-space: nowrap;
    text-decoration: none;
  }
}

html.touch .offices-list .save-offer {
  fill: #DEE1E4;
  opacity: 1;
}
html.touch .offices-list .save-offer.saved {
  fill: #FF4747;
}

/**************** PAGINATION ********************/
.pagination-offices-list {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .pagination-offices-list {
    margin-top: 50px;
    margin-bottom: 140px;
  }
}
.pagination-offices-list .page-item .page-link {
  position: relative;
  display: block;
  padding: 0 0.5rem;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 5px;
  border-radius: 50%;
  color: #042040;
  background: #E8EDF5;
  text-align: center;
  font-family: "maison_neue_demi";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.pagination-offices-list .page-item .page-link:hover {
  background: #F4F6F9;
}
.pagination-offices-list .page-item .page-link.previous:before, .pagination-offices-list .page-item .page-link.next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}
.pagination-offices-list .page-item .page-link.previous:before {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
  border-width: 6px 8px 6px 0;
  border-color: transparent #042040 transparent transparent;
}
.pagination-offices-list .page-item .page-link.next:before {
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #042040;
}
.pagination-offices-list .page-item.active .page-link {
  color: #fff;
  background: #5C489C;
  cursor: default;
}

/************* AREA GUIDE *******************/
@media (min-width: 992px) {
  .aera-guide {
    padding-left: 11px;
  }
}
.aera-guide h4 {
  margin: 0 auto;
}
.aera-guide h4 a {
  color: #000000;
  font-size: 1rem;
  line-height: 50px;
  font-family: "maison_neue_bold";
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .aera-guide h4 a {
    font-size: 1.25rem;
    line-height: 60px;
  }
}
.aera-guide h4 a span {
  content: "";
  position: absolute;
  right: 4px;
  top: 25%;
  border: solid #5C489C;
  border-width: 0 2px 2px 0;
  padding: 6px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .aera-guide h4 a span {
    border-width: 0 3px 3px 0;
    padding: 7px;
  }
}
.aera-guide h4 a.collapsed span {
  top: 39%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.aera-guide .aera-guide-header {
  border-width: 0 0 1px 0;
  border-color: #DEE1E4;
  border-style: solid;
}
@media (min-width: 992px) {
  .aera-guide .aera-guide-header {
    border-width: 1px 0 1px 0;
  }
}
.aera-guide .aera-guide-txt {
  font-size: 0.875rem;
  line-height: 20px;
  color: #4C545D;
  margin-top: 30px;
}
.aera-guide .aera-guide-txt strong {
  font-weight: normal;
  font-family: "maison_neue_demi";
}
@media (min-width: 768px) {
  .aera-guide .aera-guide-txt {
    font-size: 0.875rem;
    line-height: 25px;
  }
}
.aera-guide .aera-guide-txt p {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 0.875rem;
}

/******************* FOOTER MOBILE MENU **********************/
.footer-mobile-menu {
  margin-bottom: 15px;
  z-index: 1031;
}
.footer-mobile-menu .btn-group {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 13px 0 rgba(167, 158, 158, 0.5);
          box-shadow: 0 0 13px 0 rgba(167, 158, 158, 0.5);
  border-radius: 3px;
  width: 85%;
}
.footer-mobile-menu .btn-group .btn {
  font-size: 0.75rem;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}
.footer-mobile-menu .btn-group .btn:last-child {
  border-left: 1px solid #DFE3E9;
}
.footer-mobile-menu .btn-group .btn:focus, .footer-mobile-menu .btn-group .btn:active, .footer-mobile-menu .btn-group .btn:hover {
  border: none;
  background: none;
  -webkit-tap-highlight-color: none;
}
.footer-mobile-menu .btn-group .btn.active {
  background: #F4F6F9;
  border-right: 1px solid #DFE3E9;
}
.footer-mobile-menu .btn-group .btn.active span {
  margin-right: 10px;
}
.footer-mobile-menu .btn-group span {
  height: 17px;
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/**************** XXL Wrapper with Map *******************/
.listing-page #mapMobile {
  width: 100vw;
  height: 100%;
  height: calc(100vh - 66px);
  height: calc(calc(var(--vh, 1vh) * 100) - 66px);
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1031;
  display: none;
}
.listing-page .wrapper-xxl-left {
  width: 100%;
}
.listing-page .wrapper-xxl-left.mobile-map-active {
  height: 100vh;
}
.listing-page .wrapper-xxl-left.map-active {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1200px) {
  .listing-page .wrapper-xxl-left.map-active .column-left {
    max-width: 276px;
  }
  .listing-page .wrapper-xxl-left.map-active #map-view-canvas {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 276px);
            flex: 0 0 calc(100% - 276px);
    max-width: calc(100% - 276px);
  }
}
.listing-page .wrapper-xxl-left #map-view-canvas.mobile-active {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.listing-page .wrapper-xxl-right {
  display: none;
}
@media (min-width: 1600px) {
  .listing-page .container.container-xxl {
    max-width: 100%;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 50px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .listing-page .container.container-xxl .column-right {
    padding-right: 0;
  }
  .listing-page hr {
    margin-right: -15px !important;
  }
  .listing-page footer .container.container-xxl > .row {
    width: 1160px;
  }
  .listing-page .mr-50 {
    margin-right: 35px;
  }
  .listing-page .wrapper-xxl-left {
    width: 1160px;
  }
  .listing-page .wrapper-xxl-right {
    display: block;
    height: 100%;
    padding-left: 50px;
    width: calc(100% - 1160px);
  }
  .listing-page #map {
    height: 100vh;
    top: 0px;
  }
}
@media (min-width: 768px) {
  .listing-page.map-active .container.container-xxl {
    max-width: 100%;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 50px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .listing-page.map-active .mr-50 {
    margin-right: 35px;
  }
}
.listing-page .gm-style .controls {
  font-size: 36px;
  /* this adjusts the size of all the controls */
  background-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 9px;
  cursor: pointer;
  font-weight: 300;
  height: 1em;
  margin: 18px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 2px;
  width: 1em;
}
.listing-page .gm-style .controls .zoom-control-in {
  border-bottom: 1px solid #DEE1E4;
}
.listing-page .gm-style .controls button {
  border: 0;
  background-color: white;
  color: rgba(0, 0, 0, 0.6);
}
.listing-page .gm-style .controls button:hover {
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.listing-page .gm-style .controls.zoom-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.listing-page .gm-style .controls.zoom-control button {
  font: 0.85em Arial;
  margin: 1px;
  padding: 0;
}
.listing-page .gm-style .gm-bundled-control {
  margin-left: 15px !important;
  margin-top: 15px !important;
}
.listing-page .gm-style .gmnoprint div {
  border-radius: 12px !important;
}
.listing-page .gm-style .public-transport-control {
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 7px 10px;
  left: 80px !important;
  margin-top: 15px;
  font-family: "maison_neue_demi";
}
.listing-page .gm-style .public-transport-control .form-check-custom {
  margin-bottom: 0;
}
.listing-page .gm-style .public-transport-control .form-check-custom input:checked ~ .checkmark {
  background-color: #5C489C;
  border-color: #5C489C;
}
.listing-page .gm-style .public-transport-control .form-check {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 0.875rem;
}
.listing-page .gm-style .public-transport-control .form-check .checkmark {
  border-radius: 3px;
  height: 22px;
  width: 22px;
}
.listing-page .gm-style .public-transport-control .form-check .checkmark:after {
  left: 5px;
  width: 10px;
  height: 15px;
}
.listing-page .gm-style .public-transport-control .form-check input:checked ~ .checkmark {
  background-color: #5C489C;
  border-color: #5C489C;
}
.listing-page .gm-style .public-transport-control-2 {
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 7px 10px;
  margin-right: 20px;
  margin-bottom: 15px;
  font-family: "maison_neue_demi";
}
.listing-page .gm-style .public-transport-control-2 .form-check-custom {
  margin-bottom: 0;
}
.listing-page .gm-style .public-transport-control-2 .form-check-custom input:checked ~ .checkmark {
  background-color: #5C489C;
  border-color: #5C489C;
}
.listing-page .gm-style .public-transport-control-2 .form-check {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 0.875rem;
}
.listing-page .gm-style .public-transport-control-2 .form-check .checkmark {
  border-radius: 3px;
  height: 22px;
  width: 22px;
}
.listing-page .gm-style .public-transport-control-2 .form-check .checkmark:after {
  left: 5px;
  width: 10px;
  height: 15px;
}
.listing-page .popup-bubble {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background-color: white;
  padding: 0;
  border-radius: 3px;
  font-family: sans-serif;
  overflow-y: auto;
  max-height: 306px;
  -webkit-filter: drop-shadow(0 2px 5px rgba(167, 158, 158, 0.5));
          filter: drop-shadow(0 2px 5px rgba(167, 158, 158, 0.5));
}
.listing-page .popup-bubble .popup-img {
  height: 160px;
  width: 216px;
  background-size: cover;
}
.listing-page .popup-bubble-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.listing-page .popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}
.listing-page .popup-content {
  padding: 15px 12px 15px;
  font-size: 0.75rem;
}
.listing-page .popup-content .popup-company {
  font-size: 0.8125rem;
  color: #5C489C;
}
.listing-page .popup-content .popup-title {
  color: #042040;
  font-family: "maison_neue_demi";
}
.listing-page .popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid white;
}
.listing-page .popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  width: 216px;
}
.listing-page .marker-btn {
  cursor: auto;
  height: auto;
  position: absolute;
  width: auto;
  padding: 8px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #353535;
  background-color: #FFFFFF;
  border: 1px solid #353535;
  -webkit-box-shadow: 0 0 10px 0 rgba(55, 55, 55, 0.5);
          box-shadow: 0 0 10px 0 rgba(55, 55, 55, 0.5);
  border-radius: 20px;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, padding-right 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, padding-right 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .listing-page .marker-btn {
    -webkit-box-shadow: 0 0 6px 0 rgba(135, 135, 135, 0.5);
            box-shadow: 0 0 6px 0 rgba(135, 135, 135, 0.5);
  }
}
.listing-page .marker-btn.saved {
  padding-left: 15px;
  padding-right: 38px;
}
.listing-page .marker-btn.saved span {
  background: url("/content/images/heart.svg") no-repeat;
  opacity: 1;
}
.listing-page .marker-btn span {
  background: url("/content/images/heart-notactive.svg") no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 0;
  margin-left: 10px;
  position: absolute;
  top: 8px;
  right: 13px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.listing-page .marker-btn:hover, .listing-page .marker-btn.active, .listing-page .marker-btn.popup-open {
  background-color: #5C489C;
  color: #FFFFFF;
  border-color: #5C489C;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.listing-page .marker-btn.popup-open, .listing-page .marker-btn:hover {
  padding-left: 15px;
  padding-right: 38px;
}
.listing-page .marker-btn.popup-open span, .listing-page .marker-btn:hover span {
  opacity: 1;
}

#map-view-canvas {
  display: none;
}
#map-view-canvas .public-transport-control {
  right: 20px !important;
  left: initial !important;
  bottom: 30px !important;
}
#map-view-canvas .public-transport-control .form-check-custom {
  margin-bottom: 0;
}
#map-view-canvas .public-transport-control .form-check-custom input:checked ~ .checkmark {
  background-color: #5C489C;
  border-color: #5C489C;
}

#offices-popup {
  position: absolute;
  left: 0;
  top: 0;
}
#offices-popup .offices-list {
  padding: 0;
  width: 100vw;
  height: 132px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media (min-width: 768px) {
  #offices-popup .offices-list {
    width: 550px;
    max-width: 60vw;
    height: auto;
    max-height: 250px;
  }
}
#offices-popup .offices-list .card {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 991.98px) {
  #offices-popup .offices-list .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#offices-popup .offices-list .item {
  margin-bottom: 0;
}
#offices-popup .offices-list .item.list-group-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
#offices-popup .offices-list .office-name {
  font-size: 0.75rem;
  line-height: 4px;
}
@media (max-width: 991.98px) {
  #offices-popup .offices-list .office-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.6875rem;
  }
}
@media (max-width: 767.98px) {
  #offices-popup .offices-list h5 {
    line-height: 12px;
  }
}
#offices-popup .offices-list h5 a {
  font-size: 0.75rem;
  color: #042040;
}
@media (max-width: 767.98px) {
  #offices-popup .offices-list h5 a {
    line-height: 12px;
  }
}
@media (min-width: 768px) {
  #offices-popup .offices-list h5 a {
    font-size: 1rem;
  }
}
#offices-popup .offices-list .office-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#offices-popup .offices-list .office-details h5 {
  line-height: 1rem;
}
@media (min-width: 768px) {
  #offices-popup .offices-list .office-details li, #offices-popup .offices-list .office-details .price, #offices-popup .offices-list .office-details .directions {
    font-size: 0.75rem;
    line-height: 16px;
  }
  #offices-popup .offices-list .office-details ul {
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  #offices-popup .offices-list .office-details li, #offices-popup .offices-list .office-details .price, #offices-popup .offices-list .office-details .directions {
    font-size: 0.6875rem;
    line-height: 1rem;
    margin-bottom: 0;
  }
  #offices-popup .offices-list .office-details ul {
    margin-top: 2px;
  }
}
#offices-popup .offices-list .slick-list {
  border-radius: 0;
  height: 132px;
}
@media (min-width: 768px) {
  #offices-popup .offices-list .slick-list {
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  #offices-popup .offices-list .slick-list:after {
    content: none;
  }
}
#offices-popup .offices-list .slick-list img {
  height: 132px;
}
@media (min-width: 768px) {
  #offices-popup .offices-list .slick-list img {
    height: 250px;
  }
}
#offices-popup .offices-list .caption {
  width: auto;
  padding: 10px 10px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #offices-popup .offices-list .caption {
    width: 45%;
  }
}
#offices-popup .offices-list .img-event {
  width: 40%;
  height: auto;
}
@media (min-width: 768px) {
  #offices-popup .offices-list .img-event {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  #offices-popup .offices-list .slick-dots, #offices-popup .offices-list .has-video, #offices-popup .offices-list .office-badge {
    display: none !important;
  }
}
#offices-popup .offices-list .office-more-map {
  text-align: right;
}
#offices-popup .offices-list .office-more-map a {
  font-size: 0.75rem;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  #offices-popup .offices-list .office-more-map a {
    font-size: 0.875rem;
  }
}
#offices-popup .offices-list .save-offer-map {
  opacity: 1;
  fill: #DEE1E4;
  right: 10px;
}
#offices-popup .offices-list .save-offer-map.saved {
  fill: #FF4747;
}

@media (max-width: 1199.98px) {
  .navbar-header .main-nav-logo {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .listing-page-new.map-active-md .wrapper-xxl-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .listing-page-new.map-active-md #map-view-canvas {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .listing-page-new.map-active .wrapper-xxl-left.map-active .column-left {
    max-width: 290px;
  }
  .listing-page-new.map-active .wrapper-xxl-left.map-active .column-left.map-active {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .listing-page-new.map-active .wrapper-xxl-left.map-active #map-view-canvas {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
            flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    left: 30px;
  }
}
.listing-page-new .aera-guide .aera-guide-txt p {
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .listing-page-new .offices-list .item.list-group-item .office-more .btn,
.business-center-new .offices-list .item.list-group-item .office-more .btn {
    padding-top: 7px;
    padding-bottom: 6px;
  }
}
.listing-page-new .sticky-offset-t10,
.business-center-new .sticky-offset-t10 {
  top: 10px;
}
.listing-page-new .offices-list .office-more-map,
.business-center-new .offices-list .office-more-map {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 575.98px) {
  .listing-page-new .list-heading h1,
.business-center-new .list-heading h1 {
    margin-top: 27px;
  }
}
@media (max-width: 991.98px) {
  .listing-page-new .list-heading h1,
.business-center-new .list-heading h1 {
    font-size: 1.4375rem;
    line-height: 30px;
  }
  .listing-page-new .item,
.business-center-new .item {
    -webkit-box-shadow: 0 0 14px #C4C4C4;
            box-shadow: 0 0 14px #C4C4C4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .listing-page-new .item .card,
.business-center-new .item .card {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .listing-page-new .item .caption,
.business-center-new .item .caption {
    padding: 30px 20px;
  }
  .listing-page-new .offices-list .offices-thumbnails .slick-list,
.business-center-new .offices-list .offices-thumbnails .slick-list {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .listing-page-new .consultant-card-new,
.business-center-new .consultant-card-new {
    border-top-width: 8px;
    padding: 19px;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) and (max-width: 1199.98px) {
  .listing-page-new .consultant-card-new:before,
.business-center-new .consultant-card-new:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: #D8D8D8;
    width: 1px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .listing-page-new .consultant-card-new,
.business-center-new .consultant-card-new {
    padding: 34px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .listing-page-new .consultant-card-new,
.business-center-new .consultant-card-new {
    -webkit-box-shadow: 0 5px 10px #EFF4FA;
            box-shadow: 0 5px 10px #EFF4FA;
    margin-bottom: 40px;
  }
  .listing-page-new .consultant-card-new .card-body,
.business-center-new .consultant-card-new .card-body {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .listing-page-new .consultant-card-new h5,
.business-center-new .consultant-card-new h5 {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .listing-page-new .consultant-card-new h5,
.business-center-new .consultant-card-new h5 {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  .listing-page-new .consultant-card-new .consultatn-details strong,
.business-center-new .consultant-card-new .consultatn-details strong {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .listing-page-new .consultant-card-new .consultatn-details strong,
.business-center-new .consultant-card-new .consultatn-details strong {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .listing-page-new .consultant-card-new .consultatn-details span,
.business-center-new .consultant-card-new .consultatn-details span {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .listing-page-new .consultant-card-new .consultant-contact,
.business-center-new .consultant-card-new .consultant-contact {
    line-height: 27px;
  }
  .listing-page-new .consultant-card-new .consultant-contact p,
.business-center-new .consultant-card-new .consultant-contact p {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .listing-page-new .consultant-card-new .consultant-contact p,
.business-center-new .consultant-card-new .consultant-contact p {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991.98px) and (max-width: 1199.98px) {
  .listing-page-new .consultant-card-new .consultant-contact ul,
.business-center-new .consultant-card-new .consultant-contact ul {
    font-size: 0.875rem;
    line-height: 21px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .listing-page-new .consultant-card-new .consultant-contact,
.business-center-new .consultant-card-new .consultant-contact {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991.98px) {
  .listing-page-new .consultant-card-new .compare-txt,
.business-center-new .consultant-card-new .compare-txt {
    line-height: 22px;
  }
  .listing-page-new .consultant-card-new .compare-txt strong,
.business-center-new .consultant-card-new .compare-txt strong {
    font-size: 1rem;
  }
  .listing-page-new .consultant-card-new .compare-txt p,
.business-center-new .consultant-card-new .compare-txt p {
    font-size: 0.875rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) and (max-width: 1199.98px) {
  .listing-page-new .consultant-card-new .compare-txt p,
.business-center-new .consultant-card-new .compare-txt p {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .listing-page-new .consultant-card-new .compare-txt strong, .listing-page-new .consultant-card-new .compare-txt p,
.business-center-new .consultant-card-new .compare-txt strong,
.business-center-new .consultant-card-new .compare-txt p {
    font-size: 1.0625rem;
    line-height: 30px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .listing-page-new .consultant-card-new .card-body,
.business-center-new .consultant-card-new .card-body {
    text-align: center;
  }
  .listing-page-new .consultant-card-new .card-body .card-header,
.business-center-new .consultant-card-new .card-body .card-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .listing-page-new .consultant-card-new .card-body .consultatn-details,
.business-center-new .consultant-card-new .card-body .consultatn-details {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .listing-page-new .consultant-card-new .card-body img,
.business-center-new .consultant-card-new .card-body img {
    width: 84px;
    height: 84px;
  }
}
@media (min-width: 992px) {
  .listing-page-new .list-heading h1,
.business-center-new .list-heading h1 {
    line-height: 30px;
    margin-bottom: 30px;
  }
  .listing-page-new .navbar-header .navbar-serach,
.business-center-new .navbar-header .navbar-serach {
    width: inherit;
  }
  .listing-page-new #search-offices-form,
.business-center-new #search-offices-form {
    min-width: 250px;
  }
}
.listing-page-new .offices-list .office-details,
.business-center-new .offices-list .office-details {
  display: block;
  width: 100%;
}
.listing-page-new .offices-list .item.list-group-item .office-more,
.business-center-new .offices-list .item.list-group-item .office-more {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listing-page-new .offices-list .item.list-group-item .caption,
.business-center-new .offices-list .item.list-group-item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.listing-page-new .aera-guide .aera-guide-header h4 a,
.business-center-new .aera-guide .aera-guide-header h4 a {
  color: #042040;
}
.listing-page-new .offices-list .item.list-group-item .office-details .directions,
.business-center-new .offices-list .item.list-group-item .office-details .directions {
  margin-top: 10px;
  line-height: 23px;
}
.listing-page-new .offices-list .item.list-group-item .office-details h4.card-title,
.listing-page-new .offices-list .item .office-details h4.card-title,
.business-center-new .offices-list .item.list-group-item .office-details h4.card-title,
.business-center-new .offices-list .item .office-details h4.card-title {
  font-size: 1.0625rem;
  line-height: 23px;
  color: #042040;
}
@media (min-width: 576px) {
  .listing-page-new .offices-list .item.list-group-item .office-details h4.card-title,
.listing-page-new .offices-list .item .office-details h4.card-title,
.business-center-new .offices-list .item.list-group-item .office-details h4.card-title,
.business-center-new .offices-list .item .office-details h4.card-title {
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .listing-page-new .offices-list .item.list-group-item .office-details h4.card-title,
.listing-page-new .offices-list .item .office-details h4.card-title,
.business-center-new .offices-list .item.list-group-item .office-details h4.card-title,
.business-center-new .offices-list .item .office-details h4.card-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .listing-page-new .offices-list .item.list-group-item .office-details h4.card-title,
.listing-page-new .offices-list .item .office-details h4.card-title,
.business-center-new .offices-list .item.list-group-item .office-details h4.card-title,
.business-center-new .offices-list .item .office-details h4.card-title {
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.listing-page-new .offices-list .item.list-group-item .office-details .office-details-info,
.listing-page-new .offices-list .item .office-details .office-details-info,
.business-center-new .offices-list .item.list-group-item .office-details .office-details-info,
.business-center-new .offices-list .item .office-details .office-details-info {
  margin: 2px 0 5px;
  font-family: "maison_neue_book";
  color: #042040;
  line-height: 19px !important;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .listing-page-new .offices-list .item.list-group-item .office-details .office-details-info,
.listing-page-new .offices-list .item .office-details .office-details-info,
.business-center-new .offices-list .item.list-group-item .office-details .office-details-info,
.business-center-new .offices-list .item .office-details .office-details-info {
    line-height: 29px;
  }
}
.listing-page-new .offices-list .item.list-group-item .office-details small,
.listing-page-new .offices-list .item.list-group-item .office-details .directions,
.listing-page-new .offices-list .item .office-details small,
.listing-page-new .offices-list .item .office-details .directions,
.business-center-new .offices-list .item.list-group-item .office-details small,
.business-center-new .offices-list .item.list-group-item .office-details .directions,
.business-center-new .offices-list .item .office-details small,
.business-center-new .offices-list .item .office-details .directions {
  font-size: 0.875rem;
  line-height: 19px;
}
@media (min-width: 576px) {
  .listing-page-new .offices-list .item.list-group-item .office-details small,
.listing-page-new .offices-list .item.list-group-item .office-details .directions,
.listing-page-new .offices-list .item .office-details small,
.listing-page-new .offices-list .item .office-details .directions,
.business-center-new .offices-list .item.list-group-item .office-details small,
.business-center-new .offices-list .item.list-group-item .office-details .directions,
.business-center-new .offices-list .item .office-details small,
.business-center-new .offices-list .item .office-details .directions {
    font-size: 0.8125rem;
  }
}
.listing-page-new .offices-list .item .office-details h4.card-title,
.business-center-new .offices-list .item .office-details h4.card-title {
  font-size: 1rem;
}
.listing-page-new .office-more .btn-outline-primary,
.business-center-new .office-more .btn-outline-primary {
  background-color: #F4F1FF;
  border-color: #C6B5FD;
  color: #002146;
}
.listing-page-new .office-more .btn-outline-primary:hover,
.business-center-new .office-more .btn-outline-primary:hover {
  background-color: #E8E2FE;
  color: #002146;
}
.listing-page-new .office-more .text-left,
.business-center-new .office-more .text-left {
  color: #4c544c;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .listing-page-new .office-more .text-left,
.business-center-new .office-more .text-left {
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) {
  .listing-page-new .office-more .text-left,
.business-center-new .office-more .text-left {
    line-height: 19px;
  }
}
.listing-page-new .office-more strong,
.business-center-new .office-more strong {
  color: #032041;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .listing-page-new .office-more strong,
.business-center-new .office-more strong {
    font-size: 1.125rem;
  }
}
.listing-page-new .office-more .btn,
.business-center-new .office-more .btn {
  font-size: 0.8125rem;
  white-space: nowrap;
  text-decoration: none;
}
@media (min-width: 768px) {
  .listing-page-new .office-more .btn,
.business-center-new .office-more .btn {
    font-size: 0.875rem;
  }
}
.listing-page-new .footer-mobile-menu .btn-group .btn,
.business-center-new .footer-mobile-menu .btn-group .btn {
  max-width: inherit;
}
.listing-page-new .footer-mobile-menu .btn-group .btn:last-child,
.business-center-new .footer-mobile-menu .btn-group .btn:last-child {
  border: none;
}
.listing-page-new .wrapper-xxl-right .popup-price,
.business-center-new .wrapper-xxl-right .popup-price {
  font-size: 0.8125rem;
  line-height: 19px;
}
.listing-page-new .wrapper-xxl-right .popup-price strong,
.business-center-new .wrapper-xxl-right .popup-price strong {
  font-size: 0.9375rem;
  color: #042040;
}

.map-active .consultant-card-new {
  min-width: 275px;
}

.consultant-card-new {
  margin-top: 6px;
  border-top: 5px solid #FF7BE2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 5px 10px #EFF4FA;
          box-shadow: 0 5px 10px #EFF4FA;
}
.consultant-card-new .card-header {
  margin-top: 15px;
  margin-bottom: 15px;
}
.consultant-card-new strong {
  color: #042040;
}
.consultant-card-new img {
  width: 70px;
  -webkit-box-shadow: 0 0 8px #E8E8E8;
          box-shadow: 0 0 8px #E8E8E8;
}
.consultant-card-new h5 {
  font-family: "maison_neue_medium";
  font-size: 1.0625rem;
  line-height: 24px;
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .consultant-card-new h5 {
    margin-top: 0;
  }
}
.consultant-card-new .consultatn-details strong {
  font-size: 1.0625rem;
}
.consultant-card-new .consultatn-details span {
  font-size: 0.8125rem;
  color: #4A5561;
  display: inline-block;
  line-height: 15px;
}
.consultant-card-new .consultant-contact {
  border-bottom: 1px solid #DEE1E4;
  font-size: 0.875rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .consultant-card-new .consultant-contact {
    border: none;
  }
}
.consultant-card-new .consultant-contact p {
  font-size: 0.875rem;
  margin: 0;
  font-family: "maison_neue_bold";
  color: #042040;
  display: inline-block;
  line-height: 17px;
  margin-bottom: 3px;
}
.consultant-card-new .consultant-contact ul {
  margin-top: 0;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .consultant-card-new .consultant-contact ul {
    margin-bottom: 0;
  }
}
.consultant-card-new .compare-txt {
  margin-top: 25px;
}
.consultant-card-new .compare-txt strong {
  font-size: 1rem;
  line-height: 22px;
}
.consultant-card-new .compare-txt p {
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: -0.2px;
}

.below-consultant-card {
  font-size: 0.875rem;
  line-height: 22px;
}
@media (min-width: 768px) {
  .below-consultant-card {
    font-size: 1.0625rem;
    line-height: 30px;
  }
}
@media (max-width: 1199.98px) {
  .below-consultant-card {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .below-consultant-card {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 20px;
  }
}

#offices-popup .card-title {
  padding-right: 26px;
}
#offices-popup .office-details-info {
  line-height: 16px;
  font-size: 0.75rem;
}

#enquiry-modal .enquiry-form-container {
  margin-bottom: 0;
  z-index: inherit;
  -webkit-filter: unset;
          filter: unset;
}
#enquiry-modal .modal-dialog {
  max-width: 366px;
}
#enquiry-modal .modal-content {
  border: none;
  border-radius: 0;
}
#enquiry-modal .modal-header {
  padding-right: 32px;
  padding-top: 32px;
}
#enquiry-modal .close {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer !important;
}
#enquiry-modal .close:hover {
  cursor: pointer;
}
#enquiry-modal .close:hover {
  opacity: 1;
}
#enquiry-modal .close:before, #enquiry-modal .close:after {
  position: absolute;
  left: 15px;
  content: "";
  height: 23px;
  top: 5px;
  width: 2px;
  background-color: #B7C1D1;
  border-radius: 2px;
}
#enquiry-modal .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#enquiry-modal .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.listing-page.most-popular .column-right {
  margin-bottom: 0;
}
.listing-page.most-popular .pagination-offices-list {
  margin-bottom: 50px;
}

@media (min-width: 1600px) {
  .listing-page.most-popular .mp-container {
    max-width: 1430px;
    padding-right: 50px !important;
    padding-left: 50px !important;
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .listing-page.most-popular.map-active .mp-container {
    max-width: 1430px;
    padding-right: 50px !important;
    padding-left: 50px !important;
    margin-right: auto;
    margin-left: 0;
  }
}

.most-popular-areas {
  background: #F5F5F5;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 55px;
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .most-popular-areas {
    padding-bottom: 68px;
  }
  .most-popular-areas h4 {
    margin-top: 0;
  }
}
.most-popular-areas .card {
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.most-popular-areas .card h5 {
  font-size: 1.125rem;
  font-family: "maison_neue_bold";
  color: #042040;
  margin: 0;
}
.most-popular-areas .card p {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 22px;
}
.most-popular-areas .card img {
  width: 100%;
  height: auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .most-popular-areas .card img {
    padding-right: 0;
  }
}
.most-popular-areas .card:hover {
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0 2px 24px 0 rgba(151, 149, 143, 0.5);
          box-shadow: 0 2px 24px 0 rgba(151, 149, 143, 0.5);
}
.most-popular-areas .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.most-popular-areas .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.most-popular-areas .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.most-popular-areas .slick-dots li button:before {
  font-family: "slick";
  font-size: 46px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #D8D8D8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.most-popular-areas .slick-dots li.slick-active button:before {
  color: #888888;
}

@media (min-width: 768px) {
  .average-office-prices img {
    width: 100%;
  }
}
.faq-section {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 991.98px) {
  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.faq-section p {
  font-size: 1rem;
  line-height: 27px;
}
@media (min-width: 768px) {
  .faq-section p {
    line-height: 29px;
  }
}
.faq-section h4 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .faq-section h4 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .faq-section h4 {
    margin-top: 0;
  }
  .faq-section .overflow-auto {
    margin-left: -15px;
    margin-right: -15px;
  }
  .faq-section .overflow-auto img {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.marker-btn-small {
  height: 13px;
  width: 13px;
  background: #5C489C;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 13px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1000;
}
.marker-btn-small:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #E04AB3;
}
.marker-btn-small.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #E04AB3;
}

.cluster {
  font-family: "maison_neue_medium";
  line-height: 35px;
}

.business-center {
  font-size: 15px;
}
.business-center .mobile-enquiry-bottom button {
  font-size: 0.75rem;
  padding: 8px 16px;
}
@media (max-width: 1199.98px) {
  .business-center .mobile-enquiry-bottom h2 {
    font-size: 1.75rem;
  }
}
.business-center .bc-right-col .sticky-top {
  top: 20px;
}
.business-center .bc-right-col .sticky-top.focused, .business-center .bc-right-col .sticky-top.focused-m {
  z-index: 1066;
}
@media (max-width: 767.98px) {
  .business-center .bc-right-col .sticky-top {
    position: relative;
  }
}
.business-center h4 {
  font-family: "maison_neue_bold";
  font-size: 1.0625rem;
}
.business-center .btn-outline-primary {
  font-size: 0.9375rem;
  padding: 11px 25px;
}

.bc-header .bc-header-nav {
  margin: 6px auto 6px;
}
@media (min-width: 768px) {
  .bc-header .bc-header-nav {
    margin: 6px auto 26px;
  }
}
.bc-header .bc-header-nav a {
  color: #4C545D;
  font-size: 0.875rem;
}
.bc-header .bc-header-nav svg {
  width: 11px;
  height: 9px;
}
.bc-header .bc-header-nav .back-to-search svg,
.bc-header .bc-header-nav .prev-office svg {
  margin-right: 10px;
}
.bc-header .bc-header-nav .next-office svg {
  margin-left: 10px;
}

.bc-header-mobile h1 {
  font-size: 1.3125rem;
  margin-top: 21px;
  line-height: 28px;
}
.bc-header-mobile a {
  font-size: 0.9375rem;
  color: #042040;
}
.bc-header-mobile .ref {
  background: #F4F6F9;
  padding: 5px 10px;
  font-size: 0.6875rem;
  margin-top: 12px;
  display: inline-block;
}

@media (min-width: 768px) {
  .bc-header {
    margin-top: 11px;
  }
}
@media (min-width: 992px) {
  .bc-header {
    margin: 11px auto 40px;
  }
}
.bc-header h1 {
  font-size: 2.25rem;
}
.bc-header a {
  font-size: 1rem;
  color: #5C489C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.bc-header a:hover {
  color: #5C489C;
}
.bc-header button {
  color: #323C49;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .bc-header button {
    margin-left: 19px;
    margin-bottom: 5px;
    margin-top: 12px;
    font-size: 0.9375rem;
    border-radius: 50px;
    border: 1px solid #C2C8CE;
    height: 43px;
    padding: 10px 19px;
  }
}
.bc-header button #bc-save-btn path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .bc-header button:hover {
    border-color: #acb2b9;
  }
}
.bc-header button span {
  margin-right: 19px;
}
.bc-header button svg {
  width: 19px;
}
.bc-header #bc-save-btn {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.bc-header #bc-save-btn.saved svg path {
  fill: #FF4747;
  stroke: #FF4747;
}
@media (max-width: 991.98px) {
  .bc-header #bc-save-btn {
    padding-right: 0;
  }
}
.bc-header #bc-save-btn:hover svg path {
  fill: #FF4747;
  stroke: #FF4747;
}

@media (min-width: 992px) {
  .bc-left-col {
    padding-right: 55px !important;
  }
}

.bc-left-col .bc-hero-carousel .slick-list {
  max-height: 206px;
}
@media (min-width: 576px) {
  .bc-left-col .bc-hero-carousel .slick-list {
    max-height: 355px;
  }
}
@media (min-width: 768px) {
  .bc-left-col .bc-hero-carousel .slick-list {
    max-height: 455px;
  }
}

.bc-hero-carousel {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.bc-hero-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .bc-hero-carousel .slick-list {
    border-radius: 3px;
  }
}
.bc-hero-carousel .slick-list img {
  width: 100%;
  height: auto;
}
.bc-hero-carousel .slick-list img:hover {
  cursor: nesw-resize;
  cursor: url("/content/images/zoom_cursor.svg") 18 18, nesw-resize;
  cursor: -webkit-image-set(url("/content/images/listzilla/zoom_cursor.svg") 1x, url("/content/images/zoom_cursor@2x.svg") 2x) 18 18, nesw-resize;
}
.bc-hero-carousel button {
  position: absolute;
  right: 0;
  z-index: 1;
  top: calc(50% - 30px);
  background: #ffffff;
  border: none;
  height: 60px;
  width: 52px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.bc-hero-carousel button:focus {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bc-hero-carousel button:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bc-hero-carousel button.slick-next {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.bc-hero-carousel button.slick-next:before {
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #042040;
}
.bc-hero-carousel button:hover.slick-next {
  background: #5C489C;
}
.bc-hero-carousel button:hover.slick-next:before {
  border-color: transparent transparent transparent #ffffff;
}
.bc-hero-carousel button.slick-prev {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bc-hero-carousel button.slick-prev:before {
  border-width: 8px 11px 8px 0;
  border-color: transparent #042040 transparent transparent;
}
.bc-hero-carousel button:hover.slick-prev {
  background: #5C489C;
}
.bc-hero-carousel button:hover.slick-prev:before {
  border-color: transparent #ffffff transparent transparent;
}
.bc-hero-carousel .bc-hero-paging {
  background: #ffffff;
  list-style: none;
  position: absolute;
  bottom: 10px;
  right: 8px;
  padding: 0;
  margin: 0;
  border-radius: 30px;
}
.bc-hero-carousel .bc-hero-paging li {
  display: none;
}
.bc-hero-carousel .bc-hero-paging li.slick-active {
  display: block;
  padding: 10px 16px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 0.875rem;
}
.bc-hero-carousel .bc-hero-paging li.slick-active:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-right: 10px;
  background: url("/content/images/camera-icon.svg") no-repeat;
}

@media (max-width: 1199.98px) {
  .bc-all-inclusive h4 {
    margin-bottom: 3px;
  }
}
.bc-all-inclusive svg {
  width: 35px;
}

.bc-features {
  padding-top: 3px;
  padding-bottom: 22px;
  line-height: normal;
}
@media (min-width: 992px) {
  .bc-features {
    padding-top: 6px;
  }
}
@media (max-width: 1199.98px) {
  .bc-features h4 {
    margin-top: 20px;
  }
}
.bc-features .list-with-columns {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .bc-features .list-with-columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 768px) {
  .bc-features .list-with-columns {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
.bc-features ul {
  margin: 0;
}
.bc-features li {
  padding-left: 30px;
  line-height: 28px;
  position: relative;
}
@media (max-width: 767.98px) {
  .bc-features li.more-hidden {
    position: absolute;
    height: 0;
    opacity: 0;
  }
  .bc-features li.more-hidden.show {
    position: relative;
    height: auto;
    opacity: 1;
  }
}
.bc-features li.more-hidden-lg {
  position: absolute;
  height: 0;
  opacity: 0;
}
.bc-features li.more-hidden-lg.show {
  position: relative;
  height: auto;
  opacity: 1;
}
.bc-features li:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
}
.bc-features .serviced:before {
  height: 7px;
  width: 13px;
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 1px solid #5C489C;
  border-left: 1px solid #5C489C;
}
.bc-features .not-serviced {
  color: #959FAC;
}
.bc-features .not-serviced:before, .bc-features .not-serviced:after {
  top: 14px;
  height: 1px;
  width: 14px;
  background: #959FAC;
}
.bc-features .not-serviced:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bc-features .not-serviced:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .bc-features button {
    margin-top: 30px;
  }
}

.bc-view-options {
  padding-top: 6px;
  padding-bottom: 10px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
@media (min-width: 992px) {
  .bc-view-options {
    padding-top: 6px;
    padding-bottom: 15px;
  }
}
.bc-view-options::-webkit-scrollbar {
  display: none;
}
.bc-view-options div {
  margin-right: 30px;
}
@media (min-width: 992px) {
  .bc-view-options div {
    max-width: 182px;
  }
}
.bc-view-options div:last-child {
  padding-right: 30px;
}
.bc-view-options img {
  margin-top: 7px;
  border-radius: 3px;
}
.bc-view-options p {
  margin-top: 5px;
  font-size: 0.8125rem;
  line-height: 21px;
}
@media (max-width: 767.98px) {
  .bc-view-options {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .bc-view-options h4 {
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .bc-view-options div {
    width: 40%;
    margin-right: 25px;
  }
  .bc-view-options div img {
    margin-top: 0;
    width: 122px;
  }
  .bc-view-options div p {
    margin-top: 5px;
    font-size: 0.75rem;
    line-height: 16px;
  }
  .bc-view-options div:last-child img {
    margin-right: 30px;
  }
}

.bc-transport {
  padding-top: 7px;
  padding-bottom: 8px;
}
.bc-transport .row {
  padding-right: 11%;
}
.bc-transport h5 {
  font-size: 0.9375rem;
  font-family: "maison_neue_demi";
  margin-top: 10px;
  margin-bottom: 4px;
  padding-left: 25px;
  position: relative;
}
.bc-transport h5 span {
  left: -25px;
}
.bc-transport .station {
  width: 15px;
  height: 14px;
  display: inline-block;
  margin-right: 14px;
  position: absolute;
  top: 2px;
  left: 0;
}
.bc-transport ul {
  padding-left: 30px;
  margin-top: 0;
}
.bc-transport ul li {
  line-height: 29px;
}
.bc-transport ul li:before {
  content: "";
  position: relative;
  bottom: 1px;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
}
.bc-transport ul li.brown:before {
  background-color: #826134;
}
.bc-transport ul li.blue:before {
  background-color: #3F5DB5;
}
.bc-transport ul li.orange:before {
  background-color: #F9963C;
}

.bc-benefits {
  padding-top: 6px;
  padding-bottom: 10px;
}
.bc-benefits li {
  padding-left: 30px;
  line-height: 28px;
  position: relative;
}
.bc-benefits .thick:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 7px;
  width: 13px;
  bottom: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 1px solid #5C489C;
  border-left: 1px solid #5C489C;
}

.bc-description {
  padding-top: 6px;
  padding-bottom: 26px;
}
.bc-description p {
  margin-top: 11px;
  margin-bottom: 24px;
}

.business-center .symilar-offices,
.business-center .looked-offices {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .business-center .symilar-offices h6,
.business-center .looked-offices h6 {
    font-size: 1rem;
    line-height: 22px;
    padding-top: 13px;
  }
  .business-center .symilar-offices .offices-carousel .slick-list,
.business-center .looked-offices .offices-carousel .slick-list {
    margin: 0 -10px;
  }
  .business-center .symilar-offices .offices-carousel .slick-slide,
.business-center .looked-offices .offices-carousel .slick-slide {
    margin: 0px 10px;
  }
  .business-center .symilar-offices .offices-carousel .card-img-top,
.business-center .looked-offices .offices-carousel .card-img-top {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .business-center .symilar-offices .offices-carousel,
.business-center .looked-offices .offices-carousel {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .business-center .symilar-offices,
.business-center .looked-offices {
    padding-top: 25px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .business-center .looked-offices h6 {
    padding-top: 0;
  }
  .business-center .looked-offices .card-img-top {
    margin-bottom: 0;
  }
  .business-center .looked-offices p {
    margin-top: 5px;
  }
}

.share-office-section {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 25px;
  padding-bottom: 33px;
}
@media (min-width: 992px) {
  .share-office-section {
    margin-top: 65px;
    margin-bottom: 65px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.share-office-section img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .share-office-section img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .share-office-section .col-md-7 {
    padding-left: 43px;
  }
  .share-office-section img {
    padding-left: 10px;
  }
}
.share-office-section h3 {
  font-size: 1.6875rem;
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .share-office-section h3 {
    margin-top: 33px;
    margin-bottom: 21px;
  }
}
@media (max-width: 1199.98px) {
  .share-office-section p {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .share-office-section p {
    width: 60%;
  }
}
.share-office-section button {
  margin-top: 20px;
  background: #8EF2BE;
  color: #5C489C;
  border: none;
  border-radius: 0;
  padding: 15px 60px;
  font-size: 1rem;
  font-family: "maison_neue_medium";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .share-office-section button {
    margin-top: 24px;
  }
}
.share-office-section button.btn-secondary:hover, .share-office-section button.btn-secondary:focus, .share-office-section button.btn-secondary:not(.disabled):active {
  background-color: #7ADFAB;
  border-color: transparent;
  color: #5C489C;
}
@media (max-width: 767.98px) {
  .share-office-section button {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  #officeModalTabs {
    overflow-y: hidden;
    height: 55px;
  }
  #officeModalTabs ul {
    height: 45px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 70px;
  }
}
#officeModalTabs ul {
  margin-top: 0;
}
@media (min-width: 1200px) {
  #officeModalTabs .nav-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  #officeModalTabs .nav-item:last-child {
    margin-right: 0;
  }
}
#officeModalTabs .nav-link {
  color: #959FAC;
  white-space: nowrap;
  font-size: 1.0625rem;
}
@media (max-width: 991.98px) {
  #officeModalTabs .nav-link {
    font-size: 0.75rem;
    letter-spacing: -0.12px;
    padding: 18px 0;
    margin: 0 7px;
  }
}
@media (min-width: 992px) {
  #officeModalTabs .nav-link {
    padding-bottom: 15px;
    padding-top: 13px;
  }
}
@media (min-width: 1200px) {
  #officeModalTabs .nav-link {
    padding-bottom: 24px;
    padding-top: 13px;
  }
}
#officeModalTabs .nav-link.active {
  color: #4C545D;
  border-bottom: 3px solid #4D4947;
}
@media (min-width: 992px) {
  #officeModalTabs .nav-link.active {
    border-bottom: 4px solid #5C489C;
  }
}
@media (min-width: 768px) {
  #officeModalTabs li:last-child a {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  #officeModalTabs li:last-child a {
    margin-right: 60px;
  }
  #officeModalTabs li:first-child a {
    margin-left: 15px;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  #officeModalTabs li:first-child a {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #officeModalTabs li:first-child a {
    margin-left: 0;
  }
  #officeModalTabs li:last-child a {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .office-modal-xl .modal-tabs {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .office-modal-xl .modal-tabs {
    margin-top: 0;
  }
}
.office-modal-xl .modal-body {
  padding: 0;
}
@media (max-width: 991.98px) {
  .office-modal-xl .modal-rigth-nav {
    width: 30%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(36%, white), color-stop(37%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 36%, white 37%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    z-index: 1;
  }
  .office-modal-xl #officeModalTabs {
    margin-top: 0;
  }
}
.office-modal-xl .modal-dialog {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.office-modal-xl .modal-content {
  height: auto;
  min-height: 100%;
  max-height: 100%;
  border-radius: 0;
  border: none;
}
@media (max-width: 1199.98px) {
  .office-modal-xl .modal-body {
    padding: 0;
  }
}
.office-modal-xl .office-modal-close {
  border: none;
  background: none;
  position: relative;
  height: 20px;
  cursor: pointer;
}
.office-modal-xl .office-modal-close:focus {
  outline: none;
}
.office-modal-xl .close {
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
}
@media (max-width: 767.98px) {
  .office-modal-xl .close {
    position: absolute;
  }
}
.office-modal-xl .close:hover {
  opacity: 1;
}
.office-modal-xl .close:before, .office-modal-xl .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 23px;
  top: 0;
  width: 2px;
  background-color: #042040;
  border-radius: 2px;
}
.office-modal-xl .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.office-modal-xl .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.office-modal-xl .embed-responsive {
  max-height: 70vh;
}
.office-modal-xl .bc-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 280px;
}
@media (orientation: landscape) {
  .office-modal-xl .bc-image {
    max-height: 68vh;
  }
}
@media (min-width: 992px) {
  .office-modal-xl .bc-image {
    height: 70vh;
  }
}
@media only screen and (max-width: 575px) and (orientation: portrait) {
  .office-modal-xl .modal-with-slider {
    padding: 0;
  }
}
.office-modal-xl .video-wrapper {
  position: relative;
}
.office-modal-xl .video-wrapper .play {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.office-modal-xl .video-wrapper .play span {
  height: 118px;
  width: 118px;
  background: #ffffff;
  position: relative;
  border-radius: 50%;
}
.office-modal-xl .video-wrapper .play span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-width: 22.5px 0 22.5px 35px;
  border-color: transparent transparent transparent #042040;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  cursor: pointer;
}
.office-modal-xl .video-wrapper .play span:hover:after {
  border-color: transparent transparent transparent #5C489C;
}
.office-modal-xl #modalMap,
.office-modal-xl #modalStreetMap {
  width: 100%;
  height: 75vh;
}
@media (orientation: landscape) {
  .office-modal-xl #modalMap,
.office-modal-xl #modalStreetMap {
    max-height: 68vh;
  }
}
@media (max-width: 1199.98px) {
  .office-modal-xl .gm-bundled-control {
    display: none;
  }
}
.office-modal-xl .map-custom-control {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 10px;
  margin-right: 9px;
  margin-top: 15px;
  min-width: 147px;
  font-family: "maison_neue_demi";
}
@media (max-width: 1199.98px) {
  .office-modal-xl .map-custom-control {
    display: none;
  }
}
.office-modal-xl .map-custom-control .form-check-custom {
  margin-bottom: 2px;
}
.office-modal-xl .map-custom-control .form-check-custom input:checked ~ .checkmark {
  background-color: #5C489C;
  border-color: #5C489C;
}
.office-modal-xl .map-custom-control .form-check {
  margin-bottom: 0;
  line-height: 18px;
  font-size: 0.875rem;
}
.office-modal-xl .map-custom-control .form-check .checkmark {
  height: 18px;
  width: 18px;
}
.office-modal-xl .map-custom-control .form-check .checkmark:after {
  left: 5px;
  width: 6px;
  height: 13px;
}
.office-modal-xl .map-custom-control .form-check input:checked ~ .checkmark {
  background-color: #5C489C;
  border-color: #5C489C;
}
@media (max-width: 767.98px) {
  .office-modal-xl .modal-enquiry-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
.office-modal-xl .modal-enquiry {
  padding: 15px 0;
}
@media (orientation: landscape) {
  .office-modal-xl .modal-enquiry {
    padding: 8px 0;
  }
}
.office-modal-xl .modal-enquiry p {
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .office-modal-xl .modal-enquiry p {
    font-size: 0.6875rem;
  }
}
.office-modal-xl .modal-enquiry h2 {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .office-modal-xl .modal-enquiry h2 {
    font-size: 2.25rem;
  }
}
.office-modal-xl .modal-enquiry button {
  padding: 14px 25px;
}
@media (max-width: 1199.98px) {
  .office-modal-xl .modal-enquiry button {
    font-size: 0.75rem;
    padding: 8px 16px;
  }
}

html.touch .btn-outline-primary:hover {
  background: initial;
  color: #5C489C;
}

.modal-backdrop {
  background-color: black !important;
  opacity: 0.73 !important;
}

.bc-map {
  padding-top: 6px;
  margin-bottom: 40px;
}
.bc-map h4 {
  margin-bottom: 20px;
}

#bc-map {
  display: none;
  width: 100%;
  height: 550px;
  display: block;
}

#enquiry-contact-form select {
  font-size: 0.9rem;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='13px' height='8px' viewBox='0 0 18 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon fill='%23D8D8D8' points='0 0 18 0 9 10'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-position: calc(100% - 12px) center;
}
#enquiry-contact-form p {
  font-size: 0.9375rem;
}
#enquiry-contact-form input, #enquiry-contact-form select {
  height: 47px;
  padding-left: 15px;
  padding-right: 15px;
}

.business-center.business-center-new .bc-header {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .business-center.business-center-new .bc-header {
    margin-bottom: 20px;
  }
}
.business-center.business-center-new .bc-header h1 {
  font-size: 2rem;
}
.business-center.business-center-new .bc-header button span {
  margin-right: 10px;
  color: #042040;
}
.business-center.business-center-new .bc-header button svg {
  width: 14px;
  top: -1px;
  position: relative;
}
.business-center.business-center-new .headroom--pinned .bc-quick-links.sticky-top {
  top: 97px;
}
.business-center.business-center-new .bc-quick-links {
  top: 0;
  z-index: 1029;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}
@media (max-width: 767.98px) {
  .business-center.business-center-new .bc-quick-links {
    margin-bottom: 20px;
  }
  .business-center.business-center-new .bc-quick-links .nav {
    overflow-y: scroll;
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
  }
  .business-center.business-center-new .bc-quick-links .nav li:first-child a {
    margin-left: 15px;
  }
  .business-center.business-center-new .bc-quick-links .nav li:last-child a {
    margin-right: 15px;
  }
}
.business-center.business-center-new .bc-quick-links.with-headroom {
  -webkit-transform: translateY(65px);
          transform: translateY(65px);
}
@media (min-width: 992px) {
  .business-center.business-center-new .bc-quick-links.with-headroom {
    -webkit-transform: translateY(97px);
            transform: translateY(97px);
  }
}
.business-center.business-center-new .bc-quick-links .row {
  background-color: #ffffff;
  border-top: 1px solid #E8EDF5;
  border-bottom: 1px solid #E8EDF5;
}
.business-center.business-center-new .bc-quick-links .row .navbar {
  padding-left: 0;
  padding-right: 0;
}
.business-center.business-center-new .bc-quick-links .row li {
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .business-center.business-center-new .bc-quick-links .row li {
    margin-right: 30px;
  }
}
.business-center.business-center-new .bc-quick-links .row li .nav-link {
  color: #4C545D;
  position: relative;
}
.business-center.business-center-new .bc-quick-links .row li .nav-link.active:after,
.business-center.business-center-new .bc-quick-links .row li .nav-link:hover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -9px;
  height: 3px;
  width: 100%;
  background-color: #5C489C;
}
@media (max-width: 767.98px) {
  .business-center.business-center-new .bc-hero-carousel button {
    top: calc(100% - 20px);
  }
  .business-center.business-center-new .bc-hero-carousel .slick-list:after {
    content: "";
    height: 66px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.71;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  .business-center.business-center-new .bc-hero-carousel .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .business-center.business-center-new .bc-hero-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .business-center.business-center-new .bc-hero-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .business-center.business-center-new .bc-hero-carousel .slick-dots li button:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #ABABAB;
    border-radius: 50%;
  }
  .business-center.business-center-new .bc-hero-carousel .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
    background-color: #fff;
  }
}
@media (min-width: 992px) and (max-width: 1185px) {
  .business-center.business-center-new .bc-header h1 {
    font-size: 1.75rem;
    line-height: 44px;
  }
  .business-center.business-center-new .bc-left-col {
    padding-right: 25px !important;
  }
}
.business-center.business-center-new .bc-right-col .sticky-top {
  top: 100px;
}
.business-center.business-center-new .enquiry-form-container {
  margin-bottom: 20px;
}
.business-center.business-center-new .enquiry-form-container .enqiry-form {
  padding: 10px 23px 30px;
}
.business-center.business-center-new #bc-share-btn {
  height: 35px;
  padding: 10px 0 10px 15px;
}
@media (min-width: 992px) {
  .business-center.business-center-new #bc-share-btn {
    padding: 10px 15px;
  }
}
.business-center.business-center-new .bc-benefits {
  margin-bottom: 14px;
}
.business-center.business-center-new .bc-benefits ul {
  margin: 0;
}
.business-center.business-center-new .bc-benefits .list-with-columns {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .business-center.business-center-new .bc-benefits .list-with-columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 992px) {
  .business-center.business-center-new .bc-benefits .list-with-columns {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (max-width: 991.98px) {
  .business-center.business-center-new .bc-benefits .more-hidden {
    position: absolute;
    height: 0;
    opacity: 0;
  }
  .business-center.business-center-new .bc-benefits .more-hidden.show {
    position: relative;
    height: auto;
    opacity: 1;
  }
}
.business-center.business-center-new .bc-below-heading {
  margin: 0;
  font-family: "maison_neue_medium";
}
.business-center.business-center-new .bc-below-heading span {
  color: #C2C4C6;
  margin: 0 10px;
}
@media (min-width: 576px) {
  .business-center.business-center-new .enquiry-nav {
    border-bottom: 1px solid #DEE1E4;
  }
}
.business-center.business-center-new #enquiry-init-new img {
  width: 75px;
  height: 75px;
}
.business-center.business-center-new #enquiry-init-new h5 {
  font-family: "maison_neue_medium";
  margin-bottom: 0;
  margin-top: 23px;
}
.business-center.business-center-new #enquiry-init-new .big-price {
  font-size: 2.25rem;
  line-height: 22px;
  font-family: "eina";
  color: #042040;
  margin-right: 10px;
}
.business-center.business-center-new #enquiry-init-new .consultant strong {
  font-size: 1.0625rem;
  color: #002144;
}
.business-center.business-center-new #enquiry-init-new .consultant span {
  font-size: 0.83125rem;
}
.business-center.business-center-new #enquiry-init-new .consultant-contact {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #002144;
}
.business-center.business-center-new #enquiry-init-new .consultant-contact p {
  margin: 0;
  font-family: "maison_neue_bold";
  font-size: 0.83125rem;
}
.business-center.business-center-new #enquiry-init-new .consultant-contact ul {
  margin: 0;
}
.business-center.business-center-new .below-enquiry-form {
  padding: 33px 23px 23px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #DBDEE2;
  z-index: 0;
}
.business-center.business-center-new .below-enquiry-form p {
  margin-top: 5px;
  line-height: 22px;
  font-size: 0.875rem;
}
.business-center.business-center-new .below-enquiry-form strong {
  font-family: "maison_neue_bold";
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 0;
}
.business-center.business-center-new .symilar-offices {
  padding-top: 16px;
  padding-bottom: 77px;
}
.business-center.business-center-new .bc-features {
  padding-bottom: 27px;
}

@media (max-width: 575.98px) {
  #enquiryModal .modal-xl {
    margin: inherit;
  }
}
@media (min-width: 992px) {
  #enquiryModal .modal-xl {
    width: 916px;
  }
  #enquiryModal .modal-header,
#enquiryModal .modal-body,
#enquiryModal .modal-footer {
    padding-left: 65px;
    padding-right: 65px;
  }
}
#enquiryModal .modal-xl .modal-content {
  border: none;
  border-radius: 0;
}
#enquiryModal .form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #enquiryModal .form-group {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#enquiryModal .office-modal-close {
  background-color: transparent;
  border: none;
  position: relative;
  top: 13px;
  right: 13px;
}
@media (max-width: 1199.98px) {
  #enquiryModal .office-modal-close svg {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  #enquiryModal .office-modal-close {
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
  }
}
#enquiryModal .modal-header img {
  width: 144px;
}
#enquiryModal #quick-enquiry-form-new ::-webkit-input-placeholder {
  color: #002145;
  font-size: 0.9rem;
}
#enquiryModal #quick-enquiry-form-new :-ms-input-placeholder {
  color: #002145;
  font-size: 0.9rem;
}
#enquiryModal #quick-enquiry-form-new ::-moz-placeholder {
  color: #002145;
  font-size: 0.9rem;
}
#enquiryModal #quick-enquiry-form-new ::-ms-input-placeholder {
  color: #002145;
  font-size: 0.9rem;
}
#enquiryModal #quick-enquiry-form-new ::placeholder {
  color: #002145;
  font-size: 0.9rem;
}
#enquiryModal #quick-enquiry-form-new select {
  color: #002145;
  font-size: 0.9rem;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='18px' height='10px' viewBox='0 0 18 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon fill='%23D8D8D8' points='0 0 18 0 9 10'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-position: calc(100% - 12px) center;
}
#enquiryModal #quick-enquiry-form-new input, #enquiryModal #quick-enquiry-form-new select {
  height: 47px;
  padding-left: 15px;
  padding-right: 15px;
}
#enquiryModal #quick-enquiry-form-new textarea {
  font-size: 0.9rem;
  padding: 15px;
  resize: none;
}

.headroomm {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroomm--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.headroomm--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.listing-page-new .enquiry-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.enquiry-form-container {
  -webkit-filter: drop-shadow(0 3px 15px rgba(214, 214, 214, 0.5));
          filter: drop-shadow(0 3px 15px rgba(214, 214, 214, 0.5));
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
  z-index: 1066;
}
@media (min-width: 992px) {
  .enquiry-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.enquiry-form-container.active {
  -webkit-filter: drop-shadow(0 0 0 #000);
          filter: drop-shadow(0 0 0 #000);
}
.enquiry-form-container .formtab-1,
.enquiry-form-container .formtab-2 {
  display: none;
}
.enquiry-form-container .formtab-end-book {
  display: none;
}
.enquiry-form-container .book-form-footer .book-signup-check {
  display: none;
}
@media (max-width: 1199.98px) {
  .enquiry-form-container.mobile-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 1200;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.enquiry-form-container.mobile-active .enquiry-type-switch {
  padding: 24px 30px 30px;
}
.enquiry-form-container.mobile-active #enquiry-init-back {
  display: none;
}
.enquiry-form-container.mobile-active .enquiry-nav p {
  margin-top: 15px;
  margin-left: 0;
}
.enquiry-form-container.mobile-active .forms-wrapper .form-contact,
.enquiry-form-container.mobile-active .enqiry-form,
.enquiry-form-container.mobile-active .consultant,
.enquiry-form-container.mobile-active #contact-form-sent,
.enquiry-form-container.mobile-active #book-form-sent,
.enquiry-form-container.mobile-active #viewing-type {
  padding: 0 18px;
}
@media (min-width: 768px) {
  .enquiry-form-container.mobile-active .forms-wrapper .form-contact,
.enquiry-form-container.mobile-active .enqiry-form,
.enquiry-form-container.mobile-active .consultant,
.enquiry-form-container.mobile-active #contact-form-sent,
.enquiry-form-container.mobile-active #book-form-sent,
.enquiry-form-container.mobile-active #viewing-type {
    padding: 0 28px;
  }
}
.enquiry-form-container.mobile-active .book-form-footer {
  padding: 0px 8px;
}
.enquiry-form-container.mobile-active #viewing-type p {
  margin-top: 0;
}
.enquiry-form-container.mobile-active #viewing-type .form-check-custom {
  margin-bottom: 9px !important;
}
.enquiry-form-container.mobile-active #form-date-slider {
  margin-top: 26px;
}
.enquiry-form-container.mobile-active #book-form-sent .btn {
  margin-top: 40px;
}
.enquiry-form-container.mobile-active .step-2 {
  padding: 0 8px;
}
.enquiry-form-container.mobile-active .form-check-custom {
  margin: 28px 0 31px;
}
.enquiry-form-container.mobile-active .enquiry-form-content,
.enquiry-form-container.mobile-active .ref {
  border: none;
}
.enquiry-form-container.mobile-active .enquiry-nav {
  height: 51px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}
.enquiry-form-container.mobile-active .mobile-container {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  padding-top: 51px;
}
.enquiry-form-container.mobile-active #close-mobile-forms {
  position: relative;
  padding: 12px;
  top: 12px;
  cursor: pointer;
  background: transparent;
  border: none;
  height: 24px;
}
.enquiry-form-container.mobile-active #close-mobile-forms span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #042040;
}
.enquiry-form-container.mobile-active #close-mobile-forms span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.enquiry-form-container.mobile-active #close-mobile-forms span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.enquiry-form-container .enquiry-form-content,
.enquiry-form-container .ref {
  background: #ffffff;
  border: 1px solid #DBDEE2;
  z-index: 0;
}
.enquiry-form-container .enqiry-form,
.enquiry-form-container .consultant,
.enquiry-form-container .ref,
.enquiry-form-container #contact-form-sent,
.enquiry-form-container #book-form-sent {
  margin: 0;
  padding: 10px 23px 40px;
}
.enquiry-form-container .enqiry-form {
  border-bottom: none;
  font-size: 1rem;
}
.enquiry-form-container .enqiry-form h2 {
  font-size: 2.25rem;
  margin-left: 6px;
}
.enquiry-form-container .enqiry-form p {
  margin-bottom: 12px;
  margin-left: 6px;
  margin-top: 10px;
  font-size: 0.9375rem;
}
.enquiry-form-container .enqiry-form button {
  font-size: 1rem;
  padding-top: 14px;
  padding-bottom: 14px;
}
.enquiry-form-container .consultant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  padding-bottom: 24px;
  border-top: none;
}
.enquiry-form-container .consultant img {
  margin-left: 6px;
}
.enquiry-form-container .consultant p {
  margin-top: 3px;
  margin-bottom: 20px;
}
.enquiry-form-container .consultant p, .enquiry-form-container .consultant ul {
  margin-left: 2px;
  line-height: 22px;
  font-size: 0.875rem;
  letter-spacing: -0.09px;
}
.enquiry-form-container .consultant .consultant-location {
  font-size: 0.6875rem;
  font-family: "maison_neue_bold";
  margin-bottom: 5px;
}
.enquiry-form-container .enquiry-nav {
  display: none;
}
.enquiry-form-container .enquiry-nav a {
  color: #4C545D;
}
.enquiry-form-container .enquiry-nav svg {
  width: 11px;
  height: 9px;
  margin-right: 10px;
}
.enquiry-form-container .enquiry-type-switch {
  display: none;
  padding: 26px 25px 23px;
}
.enquiry-form-container .switch-toggle a,
.enquiry-form-container .switch-light span span {
  display: none;
}
@media only screen {
  .enquiry-form-container .switch-toggle {
    position: relative;
    display: block;
    padding: 0 !important;
    width: 100%;
    background: #F1F1F1;
    border: 1px solid #E1E6EE;
    border-radius: 50px;
    -webkit-tap-highlight-color: transparent;
  }
  .enquiry-form-container .switch-toggle .btn-primary {
    background: white;
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: 0 0 9px 0 rgba(218, 218, 218, 0.5);
            box-shadow: 0 0 9px 0 rgba(218, 218, 218, 0.5);
  }
  .enquiry-form-container .switch-toggle .btn-primary:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 22px;
    border: 1px solid #E1E6EE;
  }
  .enquiry-form-container input[type=radio]:not(:checked) + label:hover {
    cursor: pointer;
  }
  .enquiry-form-container input[type=radio]:checked + label {
    color: #5C489C;
  }
  .enquiry-form-container .switch-toggle::after {
    clear: both;
    content: "";
    display: table;
  }
  .enquiry-form-container .switch-toggle *,
.enquiry-form-container .switch-toggle *:before,
.enquiry-form-container .switch-toggle *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .enquiry-form-container .switch-toggle a {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .enquiry-form-container .switch-toggle label,
.enquiry-form-container .switch-toggle > span {
    line-height: 2.5625rem;
  }
}
@media only screen {
  .enquiry-form-container .switch-toggle input {
    position: absolute;
    left: 0;
    opacity: 0;
  }
  .enquiry-form-container .switch-toggle input + label {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    padding: 0 0.5em;
    margin: 0;
    text-align: center;
  }
  .enquiry-form-container .switch-toggle a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 10px;
    height: 100%;
  }
  .enquiry-form-container .switch-toggle label:nth-child(2):nth-last-child(4),
.enquiry-form-container .switch-toggle label:nth-child(2):nth-last-child(4) ~ label,
.enquiry-form-container .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
    width: 50%;
  }
  .enquiry-form-container .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
    left: 50%;
  }
}
.enquiry-form-container .form-group {
  margin-bottom: 15px;
}
.enquiry-form-container .form-group ::-webkit-input-placeholder {
  color: #4C545D;
  opacity: 1;
  /* Firefox */
}
.enquiry-form-container .form-group ::-moz-placeholder {
  color: #4C545D;
  opacity: 1;
  /* Firefox */
}
.enquiry-form-container .form-group :-ms-input-placeholder {
  color: #4C545D;
  opacity: 1;
  /* Firefox */
}
.enquiry-form-container .form-group ::-ms-input-placeholder {
  color: #4C545D;
  opacity: 1;
  /* Firefox */
}
.enquiry-form-container .form-group ::placeholder {
  color: #4C545D;
  opacity: 1;
  /* Firefox */
}
.enquiry-form-container .form-group :-ms-input-placeholder {
  color: #4C545D;
}
.enquiry-form-container .form-group ::-ms-input-placeholder {
  color: #4C545D;
}
.enquiry-form-container .form-group input[type=text],
.enquiry-form-container .form-group input[type=email],
.enquiry-form-container .form-group input[type=number],
.enquiry-form-container .form-group input[type=tel] {
  padding: 0 18px;
  font-size: 0.9375rem;
  line-height: normal;
  height: 44px;
}
.enquiry-form-container .form-group textarea {
  padding: 12px 18px;
  font-size: 0.9375rem;
  line-height: 24px;
}
.enquiry-form-container .form-check-custom {
  margin: 13px 0 27px;
  padding-left: 38px;
}
.enquiry-form-container small {
  font-size: 0.8125rem;
  line-height: 21px;
  margin-top: 14px;
  display: inline-block;
  margin-bottom: 22px;
}
.enquiry-form-container .forms-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.enquiry-form-container .forms-wrapper .form-book,
.enquiry-form-container .forms-wrapper .form-contact {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0;
}
.enquiry-form-container .forms-wrapper hr {
  margin-left: -23px;
  margin-right: -23px;
}
.enquiry-form-container .forms-wrapper.contact-form-enabled .form-contact {
  height: auto;
}
.enquiry-form-container .forms-wrapper.book-form-enabled .form-contact,
.enquiry-form-container .forms-wrapper.book-form-enabled .form-book {
  -webkit-transform: translateX(calc(-100% - 23px));
          transform: translateX(calc(-100% - 23px));
}
.enquiry-form-container .forms-wrapper.book-form-enabled .form-book {
  height: auto;
}
.enquiry-form-container .forms-wrapper .form-contact {
  margin-right: 23px;
}
.enquiry-form-container .forms-wrapper .form-contact,
.enquiry-form-container .forms-wrapper .form-book {
  min-width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  padding: 0 23px;
}
.enquiry-form-container .forms-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: row;
      -ms-flex: row;
          flex: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.enquiry-form-container .forms-wrapper.active .form-contact,
.enquiry-form-container .forms-wrapper.active .form-book {
  opacity: 1;
}
.enquiry-form-container .forms-wrapper .form-row {
  margin-left: 0;
  margin-right: 0;
}
.enquiry-form-container button.btn-lg, .enquiry-form-container .btn-group-lg > button.btn,
.enquiry-form-container a.btn-lg,
.enquiry-form-container .btn-group-lg > a.btn {
  font-size: 1rem;
  padding-top: 14px;
  padding-bottom: 14px;
}
.enquiry-form-container .form-check-custom input:checked ~ .checkmark {
  background-color: #5C489C;
  border-color: #5C489C;
}
.enquiry-form-container #enquiry-contact-form {
  min-width: 100%;
}
.enquiry-form-container #contact-form-sent {
  display: none;
}
.enquiry-form-container .form-control-textarea {
  resize: none;
}
.enquiry-form-container .alert-success {
  background-color: #E7F7F1;
  border-color: #549F41;
  color: #2F6F1F;
  font-size: 1rem;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 576px) {
  .enquiry-form-container .alert-success {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767.98px) {
  .enquiry-form-container .alert-success {
    margin-top: 30px;
    padding: 16px;
    margin-bottom: 45px;
  }
}
.enquiry-form-container .alert-success svg {
  margin-right: 23px;
}
@media (max-width: 575.98px) {
  .enquiry-form-container .alert-success svg {
    display: none;
  }
}
.enquiry-form-container #enquiry-book-form {
  min-width: 100%;
}
.enquiry-form-container #enquiry-book-form #viewing-type {
  padding: 0 7px;
  line-height: 26px;
}
.enquiry-form-container #enquiry-book-form #viewing-type p {
  margin-top: 7px;
  margin-bottom: 11px;
}
.enquiry-form-container #enquiry-book-form #viewing-type .form-check-custom {
  padding-left: 31px;
  padding-right: 14px;
  margin-bottom: 0;
}
.enquiry-form-container #enquiry-book-form #viewing-type .form-check-custom:last-child {
  margin-left: 15px;
}
.enquiry-form-container #enquiry-book-form .form-check-custom {
  margin-top: 0;
}
.enquiry-form-container #form-date-slider {
  display: none;
  width: 219px;
  margin: 0 auto;
  margin-top: 20px;
}
.enquiry-form-container #form-date-slider .slick-slide {
  margin: 0 7px;
}
.enquiry-form-container #form-date-slider .slick-list {
  margin: 0 -7px;
}
.enquiry-form-container #form-date-slider .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  cursor: pointer;
}
.enquiry-form-container #form-date-slider .slick-next {
  right: -30px;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #5C489C;
}
.enquiry-form-container #form-date-slider .slick-next:hover {
  border-color: transparent transparent transparent #042040;
}
.enquiry-form-container #form-date-slider .slick-prev {
  left: -30px;
  border-width: 9px 10px 9px 0;
  border-color: transparent #5C489C transparent transparent;
}
.enquiry-form-container #form-date-slider .slick-prev:hover {
  border-color: transparent #042040 transparent transparent;
}
.enquiry-form-container #form-date-slider label {
  background: #ffffff;
  border: 1px solid #4C545D;
  color: #042040;
  padding: 0;
  width: 63px;
  height: 92px;
}
.enquiry-form-container #form-date-slider label:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.enquiry-form-container #form-date-slider label span {
  display: block;
}
.enquiry-form-container #form-date-slider label .dweek {
  background: #042040;
  color: #ffffff;
  font-family: "maison_neue_bold";
  font-size: 0.8125rem;
  height: 29px;
  line-height: 29px;
}
.enquiry-form-container #form-date-slider label .day {
  font-family: "maison_neue_bold";
  font-size: 1.625rem;
}
.enquiry-form-container #form-date-slider label .month {
  font-size: 0.75rem;
  color: #4C545D;
}
.enquiry-form-container #form-date-slider label input {
  display: none;
}
.enquiry-form-container #form-date-slider label.active {
  border-color: #5C489C;
}
.enquiry-form-container #form-date-slider label.active .dweek {
  background: #5C489C;
}
.enquiry-form-container #form-date-slider .slick-disabled {
  display: none !important;
}
.enquiry-form-container #book-hours {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
.enquiry-form-container #book-hours:after {
  content: "";
  width: 67px;
}
.enquiry-form-container #book-hours label {
  width: 58px;
  height: 35px;
  line-height: 35px;
  color: #042040;
  color: #4C545D;
  font-size: 0.8125rem;
  border-color: #042040;
  padding: 0;
  margin: 5px;
}
.enquiry-form-container #book-hours label.disabled {
  color: #D6D6D6;
  border-color: #D6D6D6;
}
.enquiry-form-container #book-hours label:hover:not(.disabled) {
  color: #ffffff;
}
.enquiry-form-container #book-hours label.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.enquiry-form-container #book-hours label.active {
  color: #ffffff;
  border-color: #5C489C;
  background-color: #5C489C;
}
.enquiry-form-container .ref {
  top: -1px;
  position: relative;
  display: inline-block;
  border-top: none;
  margin-left: auto;
  padding: 10px 17px 15px;
  background: white;
  color: #042040;
}
.enquiry-form-container .step-2 {
  display: none;
}
.enquiry-form-container #book-form-sent .text-center p,
.enquiry-form-container #contact-form-sent .text-center p {
  font-size: 1.125rem;
  margin: 0 auto 29px;
  line-height: 28px;
}
.enquiry-form-container #contact-form-sent {
  padding-bottom: 28px;
}
.enquiry-form-container #contact-form-sent .consultant {
  padding: 50px 0 0;
}
.enquiry-form-container .what-happens {
  display: none;
  padding: 10px 0 5px;
}
.enquiry-form-container .what-happens h4 {
  margin-bottom: 20px;
}
.enquiry-form-container .what-happens ol {
  list-style: none;
  counter-reset: item;
  padding-left: 65px;
  margin-bottom: 0;
}
.enquiry-form-container .what-happens li {
  counter-increment: item;
  margin-bottom: 5px;
  position: relative;
  line-height: 24px;
  margin-bottom: 30px;
}
.enquiry-form-container .what-happens li:last-child {
  margin-bottom: 0;
}
.enquiry-form-container .what-happens li:before {
  margin-right: 10px;
  content: counter(item);
  background: #5C489C;
  border-radius: 100%;
  color: white;
  font-size: 1.125rem;
  position: absolute;
  left: -65px;
  top: -5;
  line-height: 45px;
  width: 43px;
  height: 43px;
  text-align: center;
  display: inline-block;
}

.trustpilot-wg-sidebar {
  display: none;
}
@media (min-width: 992px) {
  .trustpilot-wg-sidebar {
    display: block;
  }
}

.hitw-title-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .hitw-title-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hitw-title-section .lead {
    font-size: 1.4375rem;
    padding-top: 13px;
  }
}

.hitw-section-1 .btn-lg, .hitw-section-1 .btn-group-lg > .btn,
.hitw-section-2 .btn-lg,
.hitw-section-2 .btn-group-lg > .btn,
.hitw-section-3 .btn-lg,
.hitw-section-3 .btn-group-lg > .btn,
.hitw-section-4 .btn-lg,
.hitw-section-4 .btn-group-lg > .btn,
.hitw-section-5 .btn-lg,
.hitw-section-5 .btn-group-lg > .btn {
  margin-top: 15px;
}
.hitw-section-1 img,
.hitw-section-2 img,
.hitw-section-3 img,
.hitw-section-4 img,
.hitw-section-5 img {
  height: auto;
}
@media (max-width: 767.98px) {
  .hitw-section-1 img,
.hitw-section-2 img,
.hitw-section-3 img,
.hitw-section-4 img,
.hitw-section-5 img {
    margin-bottom: 50px;
  }
  .hitw-section-1 .btn,
.hitw-section-2 .btn,
.hitw-section-3 .btn,
.hitw-section-4 .btn,
.hitw-section-5 .btn {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .howitworks-page hr {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}
.hitw-section-1 {
  padding-bottom: 30px;
}
.hitw-section-1 h2 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .hitw-section-1 {
    padding-bottom: 60px;
  }
  .hitw-section-1 img {
    padding: 0 17px 0 0;
  }
  .hitw-section-1 p {
    padding-right: 20px;
  }
}

.hitw-section-2 {
  padding-top: 15px;
  padding-bottom: 25px;
}
.hitw-section-2 h2 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .hitw-section-2 {
    padding-top: 65px;
  }
  .hitw-section-2 img {
    padding: 0 0 4px 41px;
  }
  .hitw-section-2 p {
    padding-right: 60px;
  }
}

.hitw-section-3 {
  padding-top: 15px;
  padding-bottom: 30px;
}
.hitw-section-3 h2 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .hitw-section-3 {
    padding-top: 80px;
  }
  .hitw-section-3 img {
    padding: 0 27px 0 0;
    margin-left: -19px;
  }
  .hitw-section-3 p {
    padding-right: 40px;
    padding-bottom: 0;
  }
}

.hitw-section-4 {
  padding-top: 15px;
  padding-bottom: 35px;
}
.hitw-section-4 h2 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .hitw-section-4 {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .hitw-section-4 img {
    padding: 0 0 0 0;
  }
  .hitw-section-4 p {
    padding-right: 60px;
    padding-bottom: 0;
  }
}

.hitw-section-5 {
  padding-top: 15px;
  padding-bottom: 40px;
}
.hitw-section-5 h2 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .hitw-section-5 {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .hitw-section-5 img {
    padding: 0 20px 0 0;
  }
  .hitw-section-5 p {
    padding-right: 60px;
    padding-bottom: 0;
  }
}

.hitw-trustpilot-section {
  padding-top: 0;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .hitw-trustpilot-section h3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .hitw-trustpilot-section {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.hitw-last-section button {
  width: 100%;
  height: 53px;
  border-radius: 3px;
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .hitw-last-section h1 {
    margin-top: 0;
  }
  .hitw-last-section button {
    margin: 35px auto;
  }
}
@media (min-width: 768px) {
  .hitw-last-section {
    padding-top: 55px;
    padding-bottom: 95px;
  }
  .hitw-last-section button {
    margin-top: 33px;
    width: auto;
    min-width: 247px;
  }
}

@media (max-width: 767.98px) {
  .aboutus-page .txt-below-nav {
    display: none !important;
  }
}

#video-background {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 218px;
}
@media (min-width: 768px) {
  #video-background {
    height: 426px;
  }
}

.au-hero-section {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .au-hero-section {
    margin-top: 16px;
    margin-bottom: 60px;
  }
  .au-hero-section h1 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .au-hero-section {
    padding-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .au-hero-section {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .au-hero-section .col-6:nth-child(odd) {
    padding-right: 7px;
  }
  .au-hero-section .col-6:nth-child(even) {
    padding-left: 7px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .au-hero-section .col-6 {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.of-stats {
  min-height: 123px;
  border-radius: 14px;
  border: 1px solid #DBD0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFCFF), to(#F9F8FF));
  background-image: linear-gradient(180deg, #FDFCFF 0%, #F9F8FF 100%);
  margin-top: 10px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .of-stats {
    margin-bottom: 13px;
    margin-top: 25px;
    min-height: 165px;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .of-stats {
    padding: 20px;
    min-height: 220px;
    margin-top: 31px;
  }
}
@media (min-width: 1200px) {
  .of-stats {
    padding: 20px;
    min-height: 263px;
    margin-top: 31px;
  }
}
.of-stats .leader {
  padding: 0;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .of-stats .leader {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .of-stats .leader {
    margin-bottom: 39px;
    font-size: 1.25rem;
    line-height: 29px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .of-stats > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    margin-bottom: 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.of-stats h3 {
  font-size: 1.8125rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .of-stats h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .of-stats h3 {
    font-size: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .of-stats h3 {
    margin-bottom: 17px;
    font-size: 3.5rem;
  }
}

.au-our-benefits {
  padding-top: 60px;
  padding-bottom: 40px;
}
.au-our-benefits img {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .au-our-benefits img {
    margin-top: 20px;
  }
  .au-our-benefits .btn {
    margin-left: 55px;
  }
}
.au-our-benefits .btn {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .au-our-benefits .btn {
    width: 100%;
  }
}
.au-our-benefits .before-title {
  font-family: "eina";
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .au-our-benefits .before-title {
    font-size: 1.0625rem;
  }
}
.au-our-benefits h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .au-our-benefits h2 {
    font-size: 2.375rem;
    line-height: 50px;
  }
}

.before-title {
  font-family: "eina";
  font-size: 1.0625rem;
}

.au-our-benefits-list {
  padding-left: 55px;
  margin-bottom: 20px;
}
.au-our-benefits-list .with-thick {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .au-our-benefits-list .with-thick {
    margin-bottom: 30px;
  }
}
.au-our-benefits-list .with-thick:before {
  content: "";
  display: block;
  background: url("./content/images/about-us/li-thick.svg") no-repeat;
  position: absolute;
  left: -55px;
  top: -5px;
  width: 32px;
  height: 32px;
}

.au-our-story {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAF9FF));
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF9FF 100%);
}
@media (min-width: 992px) {
  .au-our-story {
    padding-top: 100px;
  }
  .au-our-story .os-scrollbar {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .au-our-story {
    padding-bottom: 71px;
  }
}
@media (max-width: 767.98px) {
  .au-our-story {
    padding-bottom: 60px;
  }
}
.au-our-story .our-story-container {
  padding-right: 50px;
}
.au-our-story .au-os > div {
  position: relative;
}
.au-our-story .au-os p {
  font-size: 0.8125rem;
  line-height: 19px;
  margin-top: 11px;
}
@media (max-width: 767.98px) {
  .au-our-story .os-content > div > div {
    width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .au-our-story .os-content > div > div {
    width: 1170px;
  }
}
@media (max-width: 991.98px) {
  .au-our-story .of-mobile-line {
    position: relative;
    padding-top: 60px;
    margin-left: -15px;
  }
  .au-our-story .of-mobile-line:before {
    content: "";
    position: absolute;
    bottom: 40px;
    width: 95%;
    height: 5px;
    background: #5C489C;
  }
  .au-our-story .of-mobile-line div {
    font-family: "maison_neue_demi";
    color: #5C489C;
    font-size: 0.9375rem;
  }
  .au-our-story .of-mobile-line div:not(:last-child):before {
    content: "";
    position: absolute;
    bottom: 33px;
    width: 19px;
    height: 19px;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    background: #5C489C;
  }
}
@media (max-width: 767.98px) {
  .au-our-story .au-os p {
    font-size: 0.625rem;
    line-height: 14.5px;
  }
  .au-our-story .au-os img {
    width: 71px;
    height: 71px;
  }
  .au-our-story .au-os-1 {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .au-our-story .au-os-1,
.au-our-story .au-os-2 {
    top: 415px;
  }
  .au-our-story .au-os-3 {
    top: 376px;
  }
  .au-our-story .au-os-4 {
    top: 326px;
  }
  .au-our-story .au-os-5 {
    top: 225px;
  }
}
@media (min-width: 992px) {
  .au-our-story .au-os-1,
.au-our-story .au-os-2 {
    top: 345px;
  }
  .au-our-story .au-os-3 {
    top: 286px;
    left: 40px;
  }
  .au-our-story .au-os-4 {
    top: 286px;
    left: 60px;
  }
  .au-our-story .au-os-5 {
    top: 205px;
    left: 60px;
  }
  .au-our-story .au-os-5 {
    top: 30px;
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .au-our-story .au-os-1 {
    top: 435px;
    left: 5px;
    padding-right: 4%;
  }
  .au-our-story .au-os-2 {
    top: 435px;
    left: 16px;
    padding-right: 3.6%;
  }
  .au-our-story .au-os-3 {
    top: 375px;
    left: 68px;
    padding-right: 4%;
  }
  .au-our-story .au-os-4 {
    top: 340px;
    left: 75px;
    padding-right: 6%;
  }
  .au-our-story .au-os-5 {
    top: 225px;
    left: 95px;
    padding-right: 5%;
  }
  .au-our-story .au-os-6 {
    top: 0px;
    left: 62px;
    padding-right: 4%;
  }
}

@media (min-width: 768px) {
  #au-copy {
    position: relative;
    top: 300px;
    margin-top: -300px;
  }
}
.au-story-curve-img {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .au-story-curve {
    padding: 0 15px;
  }
}
.au-story-curve-img {
  width: 100%;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .our-story-container {
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 70px !important;
    margin-bottom: 30px;
  }

  .au-our-story {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .au-our-story .container {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden;
  }
  .au-our-story .container > .au-story-curve {
    padding: 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .au-our-story .container > .au-story-curve > .row {
    min-width: 1110px;
  }

  .au-story-curve-img {
    width: auto;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .au-story-curve-img {
    width: 1110px;
  }
}
@media (max-width: 767.98px) {
  .our-story-container {
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 20px !important;
  }
}
.os-scrollbar-horizontal:before {
  content: "";
  height: 19px;
  width: 45px;
  display: block;
  background: #FAF9FF;
  left: -35px;
  top: 0;
  position: absolute;
  z-index: -1;
}
.os-scrollbar-horizontal:after {
  content: "";
  height: 19px;
  width: 45px;
  display: block;
  background: #FAF9FF;
  right: -35px;
  top: 0;
  position: absolute;
  z-index: -1;
}

.au-providers {
  z-index: 200;
  background: #fff;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.au-providers .col-left {
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .au-providers .col-left {
    position: absolute;
    width: 345px;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .au-providers .col-left {
    width: 465px;
    right: 50%;
  }
}
@media (min-width: 1200px) {
  .au-providers .col-left {
    width: 50%;
    left: 0;
  }
}
.au-providers .col-left.col-fixed {
  position: fixed;
}
.au-providers .col-left .au-providers-desc {
  padding: 38px 30px 0 30px;
  max-width: 580px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .au-providers .col-left .au-providers-desc {
    padding: 0 40px 76px 0;
    max-width: 360px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .au-providers .col-left .au-providers-desc {
    padding: 0 46px 76px 0;
    max-width: 445px;
  }
}
@media (max-width: 1199.98px) {
  .au-providers .col-left .au-providers-desc p {
    margin-top: 0;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .au-providers .col-left .au-providers-desc {
    padding: 0 172px 76px 15px;
    max-width: 585px;
    margin-right: 0;
    margin-left: auto;
  }
}
.au-providers .col-left h2 {
  margin-top: 12px;
}
.au-providers .col-left p {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .au-providers .col-left::before, .au-providers .col-left::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    right: 0;
    width: 100%;
    height: 188px;
    z-index: 10;
  }
  .au-providers .col-left::after {
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(255, 255, 255, 0)), to(#FFFFFF));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 31%, #FFFFFF 100%);
  }
  .au-providers .col-left::before {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, #FFFFFF 31%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 768px) {
  .au-providers .col-right {
    position: relative;
    width: 50%;
    left: 50%;
  }
}
.au-providers .col-right img {
  width: 100%;
}
@media (min-width: 768px) {
  .au-providers .col-right img {
    width: 808px;
  }
}
.au-providers::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
@media (min-width: 576px) {
  .au-providers {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.au-clients {
  background-color: #FAF9FF;
  padding-top: 49px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .au-clients {
    padding-top: 96px;
    padding-bottom: 38px;
  }
}
.au-clients .au-clients-header {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .au-clients .au-clients-header {
    margin-bottom: 57px;
  }
}
.au-clients h2 {
  margin-top: 14px;
  margin-bottom: 5px;
}
.au-clients .leader {
  margin-top: 5px;
}
.au-clients .card {
  border-radius: 5px;
  background: #FDFDFD;
  -webkit-box-shadow: 0 0 15px 0 #D7D5E1;
          box-shadow: 0 0 15px 0 #D7D5E1;
  border-radius: 5px;
  margin-bottom: 27px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .au-clients .card {
    margin-bottom: 70px;
  }
}
.au-clients .card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.au-clients .card-header {
  height: 212px;
  padding: 0;
}
.au-clients .card-header.au-standard-life {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#134297), to(#0A2F74));
  background-image: linear-gradient(180deg, #134297 0%, #0A2F74 100%);
}
.au-clients .card-header.au-standard-life img {
  margin-bottom: 13px;
}
.au-clients .card-header.au-amido {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCB02), to(#FFCB02));
  background-image: linear-gradient(180deg, #FFCB02 0%, #FFCB02 100%);
}
.au-clients .card-header.au-lhh {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC79D), to(#EFAE7D));
  background-image: linear-gradient(180deg, #FFC79D 0%, #EFAE7D 100%);
}
.au-clients .card-header.au-nhs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A96D8), to(#1B5DAF));
  background-image: linear-gradient(180deg, #3A96D8 0%, #1B5DAF 100%);
}
.au-clients .card-header.au-groupon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#78B700), to(#51A401));
  background-image: linear-gradient(180deg, #78B700 0%, #51A401 100%);
}
.au-clients .card-header.au-hitachi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF002B), to(#D50024));
  background-image: linear-gradient(180deg, #FF002B 0%, #D50024 100%);
}
.au-clients .card-body {
  padding: 20px;
}
@media (min-width: 576px) {
  .au-clients .card-body {
    padding: 34px 24px 24px 24px;
  }
}
.au-clients .person-name p {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 24px;
  color: #4D4947;
}
.au-clients .person-name p i {
  line-height: 21px;
  font-size: 0.875rem;
}
.au-clients .card-text {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 25px;
}
@media (max-width: 767.98px) {
  .au-clients .card-text {
    font-size: 0.875rem;
    line-height: 21px;
  }
}
.au-clients .person-img {
  margin-right: 15px;
}
.au-clients .person-img img {
  -webkit-filter: drop-shadow(0 0 6px rgba(113, 113, 113, 0.5));
          filter: drop-shadow(0 0 6px rgba(113, 113, 113, 0.5));
}
@media (max-width: 767.98px) {
  .au-clients .person-img img {
    width: 61px;
    height: 61px;
  }
}

.au-map {
  background-repeat: no-repeat;
  background-color: #FAF9FF;
}
.au-map img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .au-map {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .au-map {
    background-size: cover;
    background-position: -162px center;
    padding-top: 127px;
    padding-bottom: 187px;
    background-image: url("./content/images/about-us/of-map@2x.jpg");
  }
}
@media (min-width: 992px) {
  .au-map {
    background-size: cover;
    background-position: 170px center;
    padding-top: 148px;
    padding-bottom: 170px;
  }
}
@media (min-width: 768px) {
  .au-map h2 {
    margin-top: 0;
  }
}
.au-map p {
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 23px;
}
.au-map .text-pink {
  color: #F975E8;
}

.map-description {
  text-align: center;
}
@media (min-width: 768px) {
  .map-description {
    text-align: left;
    padding: 72px;
    opacity: 0.95;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 104px 0 rgba(168, 168, 168, 0.5);
            box-shadow: 0 0 104px 0 rgba(168, 168, 168, 0.5);
  }
}

@media (max-width: 767.98px) {
  .au-search-now-btn .btn {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .meet-the-team-page .txt-below-nav {
    display: none !important;
  }
}
.meet-the-team-page .mtt-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .meet-the-team-page .mtt-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .meet-the-team-page h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .meet-the-team-page .lead {
    padding: 0 14%;
  }
}
.meet-the-team-page .card-img {
  margin-bottom: 21px;
}
.meet-the-team-page .card-img a {
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  line-height: 40px;
}
.meet-the-team-page .card-img a i {
  font-size: 1.5rem;
}
.meet-the-team-page .card-img-top {
  border-radius: 0;
}
.meet-the-team-page .card {
  margin-bottom: 47px;
}
.meet-the-team-page .card p {
  margin: 0;
}
.meet-the-team-page .card .bio p {
  padding-top: 26px;
}
.meet-the-team-page .card .bio-btn:not(.collapsed) .mtt-open-bio {
  display: none;
}
.meet-the-team-page .card .bio-btn.collapsed .mtt-close-bio {
  display: none;
}
.meet-the-team-page .mtt-last {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .meet-the-team-page .mtt-last {
    padding-top: 50px;
    padding-bottom: 113px;
  }
}
.meet-the-team-page .mtt-last button {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  height: 53px;
  min-width: 247px;
  border-radius: 3;
}
@media (max-width: 767.98px) {
  .meet-the-team-page .mtt-last button {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .privacypolicy-page main .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .contactus-page .txt-below-nav {
    display: none !important;
  }
}
.contactus-page .card {
  -webkit-box-shadow: 0 0 7px 0 #D2D8E0;
          box-shadow: 0 0 7px 0 #D2D8E0;
  border-radius: 5px;
}
.contactus-page .card-title {
  margin-top: 1.6875rem;
  margin-bottom: 0.0625rem;
}
@media (min-width: 768px) {
  .contactus-page .card-title {
    margin-top: 0.6875rem;
    margin-bottom: 1.0625rem;
  }
}
.contactus-page .text {
  letter-spacing: -0.11px;
  margin-bottom: 0;
  margin-top: 0;
}
.contactus-page .card-hours {
  margin: 33px 0 22px;
  padding: 25px 0 19px;
}
.contactus-page .cu-office-map i {
  margin-left: 9px;
  font-size: 0.75rem;
  position: relative;
  bottom: 2px;
}
.contactus-page .cu-office-map img {
  margin: 20px 0;
}

.cu-contact-form {
  padding: 35px 0 73px;
}

.cu-left-col {
  font-family: "maison_neue_demi";
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .cu-left-col h1 {
    margin-top: 17px;
  }
}
@media (max-width: 991.98px) {
  .cu-left-col h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .cu-left-col h1 {
    margin-bottom: 20px;
  }
}
.cu-left-col p {
  margin-top: 0;
  margin-bottom: 44px;
}
@media (max-width: 767.98px) {
  .cu-left-col p {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .cu-left-col p {
    padding-right: 10px;
  }
}
.cu-left-col ul {
  padding: 25px 0 25px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cu-left-col ul {
    padding: 35px 0 35px;
    margin-bottom: 10px;
  }
}
.cu-left-col ul li {
  padding-top: 10px;
}
.cu-left-col ul li i {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .cu-left-col ul li {
    padding-top: 5px;
  }
  .cu-left-col ul li i {
    margin-right: 30px;
  }
}
.cu-left-col .whatsapp-link {
  padding: 25px 0 12px;
}
@media (max-width: 767.98px) {
  .cu-left-col .whatsapp-link {
    padding: 15px 0 12px;
  }
  .cu-left-col .whatsapp-link img {
    width: 42px;
    height: 42px;
  }
}
.cu-left-col .whatsapp-link span {
  margin-left: 13px;
}
@media (min-width: 768px) {
  .cu-left-col .whatsapp-link span {
    margin-left: 10px;
  }
}
.cu-left-col .whatsapp-link span small {
  font-family: "maison_neue_demi";
  font-size: 0.8125rem;
}
.cu-left-col .icon-envelope,
.cu-left-col .icon-phone {
  margin-right: 15px;
  position: relative;
  top: 1px;
}
.cu-left-col .cu-social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  width: 38px;
  background: #BAC4D4;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-right: 8px;
}
.cu-left-col .cu-social-links:hover {
  background: #96AAC9;
}
.cu-left-col .social {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 34px;
  border-top: 1px solid #DEE1E4 !important;
}
.cu-left-col .smaller {
  font-size: 0.75rem;
  line-height: 19px;
  font-family: "maison_neue_book";
  margin-top: 0;
  letter-spacing: -0.1px;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .cu-left-col .smaller {
    font-size: 0.875rem;
    line-height: 23px;
  }
}

.cu-right-col h3 {
  margin-top: 45px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cu-right-col h3 {
    margin-top: 22px;
  }
}
.cu-right-col .float-container,
.cu-right-col .float-container-textarea {
  border: solid 1px #DEE1E4;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0 8px;
  position: relative;
  border-radius: 3px;
  /** active label */
}
@media (min-width: 768px) {
  .cu-right-col .float-container,
.cu-right-col .float-container-textarea {
    margin-bottom: 21px;
  }
}
.cu-right-col .float-container input,
.cu-right-col .float-container-textarea input {
  border: none;
  font-size: 16px;
  outline: 0;
  padding: 22px 10px 10px;
  width: 100%;
  height: 55px;
}
@media (min-width: 768px) {
  .cu-right-col .float-container input,
.cu-right-col .float-container-textarea input {
    padding: 16px 10px 10px;
    height: 65px;
  }
}
.cu-right-col .float-container label,
.cu-right-col .float-container-textarea label {
  font-size: 1rem;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: translate(10px, 18px) scale(1);
          transform: translate(10px, 18px) scale(1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #4B5560;
}
@media (min-width: 768px) {
  .cu-right-col .float-container label,
.cu-right-col .float-container-textarea label {
    -webkit-transform: translate(10px, 24px) scale(1);
            transform: translate(10px, 24px) scale(1);
  }
}
.cu-right-col .float-container.active,
.cu-right-col .float-container-textarea.active {
  border-color: #5C489C;
}
.cu-right-col .float-container.active label,
.cu-right-col .float-container-textarea.active label {
  -webkit-transform: translate(10px, 8px) scale(0.75);
          transform: translate(10px, 8px) scale(0.75);
}
@media (min-width: 768px) {
  .cu-right-col .float-container.active label,
.cu-right-col .float-container-textarea.active label {
    -webkit-transform: translate(10px, 10px) scale(0.75);
            transform: translate(10px, 10px) scale(0.75);
  }
}
.cu-right-col .float-container textarea,
.cu-right-col .float-container-textarea textarea {
  padding: 30px 10px 5px 10px;
  resize: none;
}
.cu-right-col .form-group {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cu-right-col .form-group {
    margin-bottom: 22px;
  }
}
.cu-right-col button[type=submit] {
  min-width: 245px;
  font-size: 1rem;
  border-radius: 3px;
  height: 53px;
  width: 100%;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .cu-right-col button[type=submit] {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .cu-right-col button[type=submit] {
    font-size: 1.125rem;
    width: auto;
  }
}

.cu-contact-details {
  padding: 76px 0 58px;
}
@media (max-width: 575.98px) {
  .cu-contact-details {
    padding: 0 0 15px;
  }
  .cu-contact-details .container,
.cu-contact-details .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .cu-contact-details .container .row,
.cu-contact-details .col-12 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cu-contact-details .card {
    height: auto !important;
    border-radius: 0;
  }
  .cu-contact-details .uk-details-card,
.cu-contact-details .us-details-card {
    margin-bottom: 20px;
  }
}

.cu-careers-card a {
  font-family: "maison_neue_demi";
}

@media (max-width: 991.98px) {
  .cu-general-enquires .card-title {
    margin-top: 10px;
  }
}
.cu-general-enquires i {
  font-size: 0.8125rem;
  margin-left: 8px;
  position: relative;
  bottom: 2px;
}
.cu-general-enquires a.text {
  margin-bottom: 10px;
}

.cu-careers-card .card-title {
  margin-bottom: 5px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .cu-careers-card .card-title {
    margin-top: 0;
  }
}
.cu-careers-card .text {
  padding-right: 29%;
}
@media (min-width: 768px) {
  .cu-careers-card .text {
    padding-right: 10%;
  }
}
.cu-careers-card a.text {
  display: inline-block;
  margin: 15px 0 5px;
}

/***********  HERO SECTION *************/
@media (max-width: 1199.98px) {
  .bs-hero-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .bs-hero-section {
    background-color: #F4F6F9;
    height: 515px;
  }
  .bs-hero-section .container {
    height: 515px;
  }
}

.bs-hero-img {
  height: 193px;
  background-size: cover;
}
@media (min-width: 576px) {
  .bs-hero-img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .bs-hero-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 515px;
    width: 790px;
    z-index: 1;
  }
  .bs-hero-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 515px solid #F4F6F9;
    border-right: 144px solid transparent;
  }
}

@media (min-width: 992px) {
  .border-left-primary {
    border-left: 15px solid #5C489C;
    margin-top: 70px;
    margin-left: 15px;
    padding: 20px 70px 25px 37px;
    z-index: 2;
  }
}
.border-left-primary h1 {
  margin-top: 25px;
}
.border-left-primary p {
  font-size: 0.9375rem;
  line-height: 24px;
  margin: 10px 0;
  letter-spacing: -0.2px;
}
@media (min-width: 992px) {
  .border-left-primary p {
    font-size: 1rem;
    line-height: 29px;
  }
}

/***********  BSSERVICES SECTION *************/
.bsServices {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .bsServices {
    margin-top: 70px;
  }
}
.bsServices h3 {
  font-family: "maison_neue_demi";
  letter-spacing: -0.27px;
  font-size: 1rem;
  line-height: 29px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .bsServices h3 {
    font-size: 1.375rem;
    line-height: 29px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.bsServices .bsCards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 60px;
}
@media (min-width: 576px) {
  .bsServices .bsCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 60px;
  }
}
@media (min-width: 992px) {
  .bsServices .bsCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 60px;
  }
}
.bsServices .card {
  border: 1px solid #E0E0E0;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  width: 100%;
}
.bsServices .card .card-body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .bsServices .card .card-body {
    padding: 28px 40px;
  }
}
.bsServices .card h5 {
  font-family: "maison_neue_demi";
  letter-spacing: -0.27px;
  color: #1C1C1C;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .bsServices .card h5 {
    font-size: 1.375rem;
    line-height: 29px;
  }
}
.bsServices .card ul {
  margin-top: 12px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .bsServices .card ul {
    padding-left: 25px;
  }
}
.bsServices .card li {
  font-size: 0.875rem;
  line-height: 24px;
  letter-spacing: -0.2px;
}
@media (min-width: 1200px) {
  .bsServices .card li {
    font-size: 1rem;
    line-height: 29px;
    letter-spacing: -0.2px;
  }
}
.bsServices .card li:before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .bsServices .card li:before {
    font-size: 1.5em;
  }
}
.bsServices .card .btn {
  border-radius: 2px;
  padding: 6px 0;
  margin-top: auto;
  font-size: 0.875rem;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .bsServices .card .btn {
    padding: 12px 0;
  }
}
.bsServices .card:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(187, 187, 187, 0.5);
          box-shadow: 0 0 25px 0 rgba(187, 187, 187, 0.5);
}
.bsServices .card-img-top {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 136px;
}
@media (min-width: 768px) {
  .bsServices .card-img-top {
    height: 180px;
  }
}

/***********  bsHowItWorks SECTION *************/
.bsHowItWorks {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .bsHowItWorks {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}
.bsHowItWorks .bsIcon {
  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-top: 40px;
  height: 87px;
}
@media (min-width: 576px) {
  .bsHowItWorks .bsIcon {
    margin-top: 72px;
    height: 109px;
  }
}
@media (max-width: 991.98px) {
  .bsHowItWorks .bsIcon {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.bsHowItWorks h4 {
  font-size: 1rem;
  letter-spacing: -0.2px;
}
@media (min-width: 992px) {
  .bsHowItWorks h4 {
    font-size: 1.375rem;
    letter-spacing: -0.28px;
  }
}

/***********  bsRequestConsultation SECTION *************/
.bsRequestConsultation {
  background-color: #4F3F83;
  padding-top: 35px;
  padding-bottom: 20px;
}
@media (max-width: 575.98px) {
  .bsRequestConsultation .bsColLeft,
.bsRequestConsultation .bsColRight {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .bsRequestConsultation {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.bsRequestConsultation .bsColLeft p {
  margin-bottom: 27px;
  letter-spacing: -0.2px;
  font-size: 0.9375rem;
  line-height: 24px;
}
@media (min-width: 992px) {
  .bsRequestConsultation .bsColLeft p {
    font-size: 1rem;
    line-height: 29px;
  }
}
@media (min-width: 1200px) {
  .bsRequestConsultation .bsColLeft p {
    padding-right: 90px;
  }
}
.bsRequestConsultation h2 {
  margin-top: 8px;
  letter-spacing: -0.48px;
}
@media (min-width: 992px) {
  .bsRequestConsultation h2 {
    line-height: 48px;
  }
}
.bsRequestConsultation img {
  height: auto;
}
@media (min-width: 992px) {
  .bsRequestConsultation .custom-gutter > [class*=col-]:first-child {
    padding-right: 19px;
  }
  .bsRequestConsultation .custom-gutter > [class*=col-]:last-child {
    padding-left: 19px;
  }
}
.bsRequestConsultation label {
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 5px;
}
.bsRequestConsultation input {
  height: 50px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .bsRequestConsultation input {
    margin-bottom: 20px;
  }
}
.bsRequestConsultation textarea {
  resize: none;
}
.bsRequestConsultation .btn {
  padding: 11px 0;
  border-radius: 2px;
  margin-top: 22px;
}
@media (min-width: 992px) {
  .bsRequestConsultation .btn {
    margin-top: 35px;
  }
}
.bsRequestConsultation small {
  font-size: 13px !important;
  line-height: 16px !important;
}

/***********  bsRequestConsultation SECTION *************/
.bsWhyChooseUs {
  margin-top: 55px;
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .bsWhyChooseUs {
    margin-top: 76px;
    margin-bottom: 75px;
  }
}
.bsWhyChooseUs h2 {
  color: #1C1C1C;
  letter-spacing: -0.47px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .bsWhyChooseUs h2 {
    margin-bottom: 30px;
    margin-top: 22px;
  }
}
.bsWhyChooseUs p {
  letter-spacing: -0.2px;
  padding-right: 6%;
  margin-bottom: 30px;
  font-size: 0.9375rem;
  line-height: 24px;
}
@media (min-width: 992px) {
  .bsWhyChooseUs p {
    font-size: 1rem;
    line-height: 29px;
  }
}
.bsWhyChooseUs p a {
  text-decoration: underline;
}
.bsWhyChooseUs li {
  line-height: 29px;
  letter-spacing: -0.2px;
  font-size: 0.9375rem;
  line-height: 24px;
}
@media (min-width: 992px) {
  .bsWhyChooseUs li {
    font-size: 1rem;
    line-height: 29px;
  }
}
.bsWhyChooseUs img {
  margin-bottom: 24px;
}
.bsWhyChooseUs small {
  padding-right: 4%;
  display: inline-block;
  line-height: 24px !important;
  font-size: 11px !important;
  line-height: 19px !important;
}

/***********  HERO SECTION *************/
p.service-breadcrumb {
  font-size: 0.8125rem;
  line-height: 23px;
  font-family: "maison_neue_medium";
  letter-spacing: 0.05px;
}
@media (max-width: 1199.98px) {
  p.service-breadcrumb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  p.service-breadcrumb {
    position: relative;
    top: 5px;
  }
}
p.service-breadcrumb span {
  margin: 0 7px;
}

@media (min-width: 992px) {
  .service-page h1 {
    margin-bottom: 19px;
    margin-top: 0;
  }
  .service-page .border-left-primary {
    max-width: 635px;
  }
}

@media (min-width: 992px) {
  .service-hero-section {
    background-color: #F4F6F9;
  }
}
@media (min-width: 992px) {
  .service-hero-section {
    height: 515px;
  }
  .service-hero-section .container {
    height: 515px;
  }
}
@media (max-width: 1199.98px) {
  .service-hero-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.service-hero-img {
  height: 193px;
  background-size: cover;
}
@media (min-width: 576px) {
  .service-hero-img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .service-hero-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 515px;
    width: 850px;
    z-index: 1;
  }
  .service-hero-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 515px solid #F4F6F9;
    border-right: 150px solid transparent;
  }
}

.service-content {
  margin-top: 50px;
}
.service-content h2 {
  margin-top: 0;
}
.service-content p {
  font-size: 0.9375rem;
  line-height: 24px;
}
@media (min-width: 992px) {
  .service-content {
    margin-top: 80px;
  }
  .service-content p {
    font-size: 1rem;
    line-height: 29px;
  }
}

.service-accordion {
  border-top: 1px solid #E3E3E3;
  margin-top: 60px;
  margin-bottom: 80px;
}
.service-accordion .accordionHeader {
  border-bottom: 1px solid #E3E3E3;
  position: relative;
}
.service-accordion .accordionHeader button {
  text-decoration: none;
}
.service-accordion .accordionHeader button:before {
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxjaXJjbGUgZmlsbD0iI0ZGNjVDMSIgY3g9IjE2IiBjeT0iMTYiIHI9IjE2Ii8+CiAgICA8cGF0aCBkPSJNMTAuMTQxIDE0Ljg1OUExLjE3IDEuMTcgMCAwMDkgMTZhMS4xNyAxLjE3IDAgMDAxLjE0MSAxLjE0MUgyMS44NkExLjE3IDEuMTcgMCAwMDIzIDE2YTEuMTcgMS4xNyAwIDAwLTEuMTQxLTEuMTQxSDEwLjE0eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIi8+CiAgPC9nPgo8L3N2Zz4K");
  left: 0;
  top: calc(50% - 16px);
}
@media (min-width: 992px) {
  .service-accordion .accordionHeader button:before {
    top: 22px;
  }
}
.service-accordion .accordionHeader button.collapsed:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxjaXJjbGUgZmlsbD0iI0Q5REVFNSIgY3g9IjE2IiBjeT0iMTYiIHI9IjE2Ii8+CiAgICA8cGF0aCBkPSJNMjEuODU5IDE0Ljg1OUgxNy4xNFYxMC4xNEExLjE3IDEuMTcgMCAwMDE2IDlhMS4xNyAxLjE3IDAgMDAtMS4xNDEgMS4xNDF2NC43MThIMTAuMTRBMS4xNyAxLjE3IDAgMDA5IDE2YTEuMTcgMS4xNyAwIDAwMS4xNDEgMS4xNDFoNC43MTh2NC43MThBMS4xNyAxLjE3IDAgMDAxNiAyM2ExLjE3IDEuMTcgMCAwMDEuMTQxLTEuMTQxVjE3LjE0aDQuNzE4QTEuMTcgMS4xNyAwIDAwMjMgMTZhMS4xNyAxLjE3IDAgMDAtMS4xNDEtMS4xNDF6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICA8L2c+Cjwvc3ZnPgo=");
}
.service-accordion .accordionHeader h2 {
  margin: 0;
}
.service-accordion .accordionHeader h2 .btn {
  font-size: 1.1875rem;
  line-height: 30px;
  padding: 11px 0 10px 55px;
  position: relative;
}
@media (min-width: 992px) {
  .service-accordion .accordionHeader h2 .btn {
    font-size: 1.4375rem;
    line-height: 37px;
    padding: 18px 0 16px 55px;
  }
}
.service-accordion .accordionHeader h2 .btn:hover {
  color: #5C489C;
}
.service-accordion .accordionBody {
  border-bottom: 1px solid #E3E3E3;
  font-size: 0.9375rem;
  line-height: 24px;
  padding: 20px 0 20px 0;
}
@media (min-width: 992px) {
  .service-accordion .accordionBody {
    font-size: 1rem;
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .service-accordion .accordionBody {
    padding: 8px 0 40px 55px;
  }
}
.service-accordion .accordionBody ul {
  padding-left: 20px;
  position: relative;
  margin-bottom: 28px;
}
.service-accordion .accordionBody li:before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  font-size: 0.8em;
}
.service-accordion .accordionBody p {
  margin-bottom: 28px;
}

.service-footer {
  margin-bottom: 60px;
  font-size: 1rem;
  line-height: 29px;
  letter-spacing: -0.2px;
}
.service-footer ul {
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  .service-form-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.service-before-form {
  background-color: #4F3F83;
  padding: 30px 15px 0 15px;
}
@media (min-width: 576px) {
  .service-before-form {
    padding: 30px 30px 0 30px;
  }
}
@media (min-width: 992px) {
  .service-before-form {
    padding: 40px 40px 0 40px;
    margin-left: 50px;
  }
}
.service-before-form h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3125rem;
  line-height: 28px;
}
@media (min-width: 768px) {
  .service-before-form h2 {
    font-size: 2rem;
    line-height: 42px;
  }
}
.service-before-form ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.service-before-form li {
  position: relative;
  padding-left: 35px;
  font-size: 0.9375rem;
  line-height: 28px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .service-before-form li {
    font-size: 1rem;
  }
}
.service-before-form li:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0;
  top: 2px;
}
.service-before-form li.serviceCheck:before {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c2VydmljZUZvcm1DaGVjazwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQkMtUGFnZS00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTI0LjAwMDAwMCwgLTg0MS4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9InNlcnZpY2VGb3JtQ2hlY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkyNC4wMDAwMDAsIDg0MS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiNGRjY1QzEiIGN4PSIxMSIgY3k9IjExIiByPSIxMSI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTUuODQ5MzExNSw2LjI1MjcxMzI1IEw5LjI4NzE0OTk0LDEyLjg0MTQyMTcgTDcuNTUzNzQ4NzgsMTAuODk3NjgxMyBDNy4yMTYxNTkwNSwxMC41OTE3MTg0IDYuNzIwMDY2MTcsMTAuNTY4MDIyNCA2LjM1Njg3NjU2LDEwLjg0MDUxMjQgQzYuMDAzMjkzNDUsMTEuMDk4NTYzNSA1Ljg5NjEyOTY1LDExLjU5MzM3MTIgNi4xMDkyNDc4MiwxMS45ODM4ODkyIEw4LjE3MjgyMDYzLDE1LjQ4NTQ4MDUgQzguMzc5MTc3OTEsMTUuNzk5OTA5MSA4LjczNjg2Mzg2LDE2IDkuMTIyMDY0MTIsMTYgQzkuNTA3MjY0MzcsMTYgOS44NTExOTMxNywxNS43OTk5MDkxIDEwLjA1NzU1MDUsMTUuNDg1NDgwNSBDMTAuMzg3NzIyMSwxNS4wNDI0MjIgMTYuNjg4NDk3Nyw3LjIyNDU4MzQ5IDE2LjY4ODQ5NzcsNy4yMjQ1ODM0OSBDMTcuNTEzOTI2OSw2LjM2NzA1MDkzIDE2LjUwOTY1NDgsNS41ODA5Nzk0MiAxNS44NjMwNjg2LDYuMjUyNzEzMjUgTDE1Ljg0OTMxMTUsNi4yNTI3MTMyNSBaIiBpZD0iUGF0aCIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}
.service-before-form li.servicePhone:before, .service-before-form li.serviceMail:before {
  background-color: #FF65C1;
  border-radius: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-family: "maison_neue_demi";
  line-height: 0;
}
.service-before-form li.servicePhone:before {
  content: "T";
}
.service-before-form li.serviceMail:before {
  content: "E";
}

.service-form {
  margin-bottom: 40px;
  background-color: #4F3F83;
  padding: 30px 15px 30px 15px;
}
@media (min-width: 576px) {
  .service-form {
    padding: 30px 30px 30px 30px;
  }
}
@media (min-width: 992px) {
  .service-form {
    padding: 40px 40px 30px 40px;
    margin-left: 50px;
  }
}
.service-form.sticky-top {
  top: 20px !important;
}
.service-form form label {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 5px;
}
.service-form form .form-group {
  margin-bottom: 20px;
}
.service-form form input {
  padding-top: 22px;
  padding-bottom: 22px;
}
.service-form form textarea {
  resize: none;
}
.service-form form .btn {
  border-radius: 3px;
  padding: 11px 0;
}
.service-form form small {
  font-size: 13px !important;
  line-height: 15px !important;
}

.video-page .video-section {
  padding-left: 0;
  padding-right: 0;
}
.video-page .video-section {
  background-color: #FAF9FF;
  padding-top: 26px;
  padding-bottom: 63px;
}
@media (min-width: 768px) {
  .video-page .video-section {
    padding-top: 54px;
    padding-bottom: 100px;
  }
}
.video-page .video-section .col-12 {
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .video-page .video-section .col-12 {
    margin-bottom: 41px;
  }
}
.video-page .card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 9px 17px;
  background: #6AFFD1;
  font-size: 0.875rem;
  font-family: "maison_neue_book";
  font-weight: normal;
  color: #4C545E;
}
.video-page .badge-interview {
  background-color: #FFDC54;
}
.video-page .card-video {
  background: #FDFDFD;
  -webkit-box-shadow: 0 0 15px 0 #D7D5E1;
          box-shadow: 0 0 15px 0 #D7D5E1;
  border-radius: 5px;
  border: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.video-page .card-video:hover {
  -webkit-box-shadow: 0 0 60px 0 #D7D5E1;
          box-shadow: 0 0 60px 0 #D7D5E1;
}
.video-page .card-video:hover .play-btn {
  border-color: transparent transparent transparent #EE4BD9;
}
.video-page .card-video .card-body {
  padding: 17px 21px 20px;
}
@media (min-width: 768px) {
  .video-page .card-video .card-body {
    padding: 17px 33px 10px;
  }
}
.video-page .card-video h5 {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-family: "maison_neue_bold";
  color: #032041;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .video-page .card-video h5 {
    margin-top: 0;
  }
}
.video-page .card-video .card-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.video-page .card-video-img {
  position: relative;
  min-height: 100px;
}
.video-page .card-video-img .card-img-top {
  vertical-align: top;
}
.video-page .card-video-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(100% 0%, 100% 100%, 0 100%);
  background: #fff;
  z-index: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
}
.video-page .card-video-img::after {
  content: "";
  display: block;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  z-index: 0;
  right: 10px;
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5C489C), to(#735DBA));
  background-image: linear-gradient(180deg, #5C489C 0%, #735DBA 100%);
  border: 3px solid #FFFFFF;
}
.video-page .card-video-img .play-btn {
  position: absolute;
  z-index: 1000;
  width: 18px;
  height: 28px;
  display: block;
  right: 28px;
  bottom: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 17px;
  border-color: transparent transparent transparent #f39be7;
  -webkit-filter: drop-shadow(0 0 5px #4325A3);
          filter: drop-shadow(0 0 5px #4325A3);
  pointer-events: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.video-page .video-modal .modal-dialog {
  max-width: 86vw;
  margin: 6vh auto 30px;
}
@media (min-width: 768px) {
  .video-page .video-modal .modal-dialog {
    max-width: 800px;
    margin: 10% auto 30px;
  }
}
.video-page .video-modal .modal-content {
  background-color: transparent;
}
.video-page .video-modal .close {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
  top: 12px;
  right: 10px;
}
.video-page .video-modal .close img {
  width: 17px;
  height: 17px;
}
@media (min-width: 768px) {
  .video-page .video-modal .close {
    top: 21px;
    right: 23px;
  }
  .video-page .video-modal .close img {
    width: 35px;
    height: 35px;
  }
}
.video-page .modal-backdrop {
  opacity: 0.9 !important;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 991.98px) {
  .report-page .report-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.report-page .parallax {
  background-image: url("./content/images/report/report-hero.jpg");
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 258px;
  background-size: auto 323px;
}
@media (min-width: 768px) {
  .report-page .parallax {
    min-height: 518px;
    background-size: auto 630px;
  }
}
.report-page .parallax span {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: -10px;
  font-size: 0.8125rem;
  color: #354150;
}
.report-page .sticky-offset-t10 {
  top: 120px;
  padding-bottom: 10px;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
@media (min-width: 992px) {
  .report-page .sticky-offset-t10 {
    padding-bottom: 100px;
  }
}
.report-page .report-title-section {
  position: relative;
  margin-top: -55px;
}
@media (max-width: 991.98px) {
  .report-page .report-title-section {
    text-align: center;
  }
  .report-page .report-title-section .report-border::before, .report-page .report-title-section .report-border::after {
    content: "";
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #ECECEC;
  }
  .report-page .report-title-section .report-border::after {
    bottom: 5px;
  }
}
@media (min-width: 768px) {
  .report-page .report-title-section {
    margin-top: -140px;
  }
}
.report-page .report-title-section h1 {
  margin-bottom: 20px;
}
.report-page .report-title-section span {
  color: #FFB0F4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5C489C), to(#957ECB));
  background-image: linear-gradient(180deg, #5C489C 0%, #957ECB 100%);
  font-family: "maison_neue_bold";
  padding: 9px 20px 6px;
  margin-top: 30px;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.3125rem;
}
@media (min-width: 992px) {
  .report-page .report-title-section span {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.report-page .report-wrapper {
  background-color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .report-page .report-wrapper {
    padding-left: 45px;
    padding-right: 45px;
    margin-left: 50px;
  }
}
.report-page .report-author {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (min-width: 992px) {
  .report-page .report-author {
    padding-top: 19px;
    padding-bottom: 19px;
    margin-right: 40px;
    margin-left: 50px;
  }
  .report-page .report-author > div {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.report-page .report-author img {
  margin-right: 20px;
  width: 58px;
  height: 58px;
}
@media (min-width: 992px) {
  .report-page .report-author img {
    width: 72px;
    height: 72px;
  }
}
.report-page .report-author strong, .report-page .report-author p {
  color: #032041;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}
@media (min-width: 992px) {
  .report-page .report-author strong, .report-page .report-author p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.report-page .report-section aside .sticky-top {
  padding-right: 32px;
}
.report-page .report-section aside h4 {
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  margin-top: 17px;
}
.report-page .report-section aside #aside-navbar {
  padding-top: 0;
}
.report-page .report-section aside ol {
  counter-reset: item;
  margin-top: 0;
  padding-top: 0;
}
.report-page .report-section aside ol li {
  display: block;
  margin-left: 28px;
  position: relative;
  margin-bottom: 3px;
  line-height: 1em;
  width: 100%;
}
.report-page .report-section aside ol li.active {
  font-family: "maison_neue_bold";
}
.report-page .report-section aside ol li:hover {
  font-family: "maison_neue_bold";
}
.report-page .report-section aside ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  top: 5px;
  left: 0;
  margin-left: -28px;
  color: #37414B;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}
.report-page .report-section aside ol .nav-link {
  color: #37414B;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.report-page .report-section aside .social-links .list-inline-item:not(:last-child) {
  margin-right: 4px;
}
.report-page .report-section aside .social-links button {
  padding: 0;
  margin-left: 0;
  display: block;
}
.report-page .report-section aside .btn {
  margin-left: 26px;
  font-size: 0.9375rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.report-page .report-section aside .social-links {
  margin-left: 26px;
}
.report-page .report-border {
  position: relative;
}
@media (min-width: 992px) {
  .report-page .report-border {
    padding-right: 65px;
  }
  .report-page .report-border:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ECECEC;
    position: absolute;
    left: 65px;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}
.report-page .aside-border {
  position: relative;
}
@media (min-width: 992px) {
  .report-page .aside-border {
    margin-top: -148px;
  }
  .report-page .aside-border:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ECECEC;
    position: absolute;
    right: -57px;
    top: 0;
    bottom: 0;
  }
}
.report-page .report-content {
  margin-top: 30px;
}
.report-page .report-content .scrollTosection::before {
  height: 40px;
  content: "";
  display: block;
}
.report-page .report-content h2 {
  margin-top: 0;
}
.report-page .report-content p {
  font-family: "PT Serif", serif;
  color: #37414B;
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .report-page .report-content p {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
}
.report-page .report-content strong {
  font-family: "PT Serif", serif;
  font-weight: 900;
}
.report-page .report-content a {
  color: #FF5EC2;
  text-decoration: underline;
}
.report-page .report-content h2, .report-page .report-content h3 {
  color: #5C489C;
}
.report-page .report-content ol {
  counter-reset: item;
  margin-top: 6px;
  margin-bottom: 31px;
  padding-left: 0;
}
.report-page .report-content ol li {
  display: block;
  margin-left: 28px;
  position: relative;
  margin-bottom: 12px;
  font-family: "PT Serif", serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}
@media (min-width: 992px) {
  .report-page .report-content ol li {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.report-page .report-content ol li:before {
  font-family: "PT Serif", serif;
  font-weight: 900;
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -28px;
}
.report-page .report-content ol li.numb-400:before {
  font-weight: 400;
}
.report-page .report-content ul {
  margin-top: 0;
  padding-left: 27px;
  list-style-position: inside;
  font-family: "PT Serif", serif;
}
.report-page .report-content ul li {
  position: relative;
  list-style: none;
  font-size: inherit;
  font-size: 1.1rem;
  line-height: 1.7rem;
}
@media (min-width: 992px) {
  .report-page .report-content ul li {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.report-page .report-content ul li:before {
  content: "·";
  font-size: 120px;
  font-size: 23px;
  position: absolute;
  left: -27px;
  top: -3px;
}
.report-page .report-content strong {
  color: #344251;
}
.report-page .report-content .cite {
  background-color: #F0EDFA;
  border: 1px solid #D8CEF7;
  color: #5C489C;
  font-family: "maison_neue_bold";
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-top: 68px;
  margin-bottom: 50px;
  padding: 47px 32px 34px 26px;
  z-index: 2;
}
@media (min-width: 992px) {
  .report-page .report-content .cite {
    font-size: 1.4375rem;
    line-height: 2.125rem;
    padding: 59px;
    padding-bottom: 38px;
    margin-left: -53px;
  }
}
.report-page .report-content .cite::before, .report-page .report-content .cite::after {
  height: 42px;
  width: 63px;
  content: "";
  display: block;
  position: absolute;
  background: center/100% no-repeat url("./content/images/report/cite.svg");
}
@media (min-width: 992px) {
  .report-page .report-content .cite::before, .report-page .report-content .cite::after {
    height: 55px;
    width: 82px;
  }
}
.report-page .report-content .cite::before {
  position: absolute;
  top: -14px;
  left: -5px;
}
@media (min-width: 992px) {
  .report-page .report-content .cite::before {
    top: -17px;
    left: -12px;
  }
}
.report-page .report-content .cite::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -11px;
  right: -8px;
}
@media (min-width: 992px) {
  .report-page .report-content .cite::after {
    bottom: -21px;
    right: -11px;
  }
}
.report-page .report-section .report-wrapper {
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .report-page .report-section .report-wrapper {
    padding-bottom: 100px;
  }
}
.report-page .report-image {
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1199.98px) {
  .report-page .report-image {
    height: auto;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .report-page .report-image {
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);
  }
}
@media (min-width: 992px) {
  .report-page .report-image {
    margin-left: -53px;
    margin-top: 9px;
    margin-bottom: 30px;
  }
}
.report-page .report-image.ofFadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.report-page .report-image.ofFadeIn.visible {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.report-page .decoration-block {
  position: absolute;
  width: 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9EE2), color-stop(81%, #FF65C1));
  background-image: linear-gradient(180deg, #FF9EE2 0%, #FF65C1 81%);
}
.report-page .block-left-1 {
  top: 2931px;
  left: 0;
  height: 653px;
}
.report-page .block-left-2 {
  top: 5307px;
  left: 0;
  height: 371px;
}
.report-page .block-left-3 {
  top: 8097px;
  left: 0;
  height: 535px;
}
.report-page .block-left-4 {
  top: 13552px;
  left: 0;
  height: 535px;
}
.report-page .block-left-5 {
  top: 19335px;
  left: 0;
  height: 199px;
}
.report-page .block-right-1 {
  top: 1198px;
  height: 144px;
  right: 0;
}
.report-page .block-right-2 {
  top: 6263px;
  height: 248px;
  right: 0;
}
.report-page .block-right-3 {
  top: 11022px;
  height: 248px;
  right: 0;
}
.report-page .block-right-4 {
  top: 15365px;
  height: 365px;
  right: 0;
}
.report-page .bsRequestConsultation {
  padding-bottom: 36px;
}
@media (min-width: 992px) {
  .report-page .bsRequestConsultation {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .report-page .bsRequestConsultation .bsColRight {
    margin-top: 1em;
  }
}
.report-page .report-articles-section {
  padding-top: 31px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .report-page .report-articles-section {
    padding-top: 116px;
    padding-bottom: 84px;
  }
  .report-page .report-articles-section h2 {
    margin-bottom: 54px;
  }
}
.report-page .report-articles-section .col-12 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .report-page .report-articles-section .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .report-page .report-articles-section .row > .col,
.report-page .report-articles-section .row > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.report-page .report-articles-section .card {
  border-color: #E6E6E6;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  overflow: hidden;
}
.report-page .report-articles-section .card:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(187, 187, 187, 0.5);
          box-shadow: 0 0 25px 0 rgba(187, 187, 187, 0.5);
}
.report-page .report-articles-section .card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.report-page .report-articles-section .card-body {
  padding: 0 20px 30px;
}
@media (min-width: 992px) {
  .report-page .report-articles-section .card-body {
    padding: 0 43px 30px;
  }
}
@media (max-width: 1199.98px) {
  .report-page .report-articles-section .card-body p {
    font-size: 0.875rem;
    line-height: 1.4375rem;
  }
}
.report-page .report-articles-section h5 {
  color: #1C1C1C;
  font-family: "maison_neue_demi";
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3125rem;
}
@media (min-width: 992px) {
  .report-page .report-articles-section h5 {
    font-size: 1.375rem;
    line-height: 1.8125rem;
  }
}
.report-page .report-articles-section .btn {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 1.8px;
}
@media (max-width: 1199.98px) {
  .report-page .bsWhyChooseUs {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .report-page .bsWhyChooseUs {
    padding-top: 34px;
  }
}
.report-page .bsWhyChooseUs h2 {
  margin-top: 0;
}
.report-page .bsWhyChooseUs .btn {
  width: 255px;
  margin-top: 15px;
}

.case-studies-page header {
  padding-top: 30px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .case-studies-page header {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .case-studies-page header .btn-active {
    margin-left: 18px;
    margin-right: 7px;
  }
}
.case-studies-page .cs-sections-nav .btn {
  background: transparent;
  border-radius: 24.5px;
  color: #5C489C;
  font-size: 1rem;
  line-height: 1.53125rem;
  border: none;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 13px 30px;
}
@media (min-width: 768px) {
  .case-studies-page .cs-sections-nav .btn {
    padding: 13px 45px;
  }
}
.case-studies-page .cs-sections-nav .btn-active {
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(192, 192, 192, 0.5);
          box-shadow: 0 0 13px 0 rgba(192, 192, 192, 0.5);
  border-radius: 24.5px;
}
.case-studies-page #case-studies-section,
.case-studies-page .trustpilot-carousel,
.case-studies-page .cs-search-btn-section {
  background-color: #FAF9FF;
  padding-bottom: 80px;
}
.case-studies-page .cs-divider {
  background-color: #FAF9FF;
  overflow: hidden;
}
.case-studies-page .cs-divider hr {
  margin: 0;
}
.case-studies-page #case-studies-section {
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .case-studies-page #case-studies-section {
    padding-bottom: 66px;
  }
}
@media (min-width: 768px) {
  .case-studies-page #case-studies-section {
    padding-top: 69px;
  }
}
.case-studies-page #case-studies-section .cs-card {
  border: 1px solid #E6E2FC;
  margin-bottom: 30px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  border-radius: 0;
}
.case-studies-page #case-studies-section .cs-card:last-child {
  margin-bottom: 0;
}
.case-studies-page #case-studies-section .cs-card .card-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.case-studies-page #case-studies-section .cs-card .card-body {
  height: auto;
  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-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .case-studies-page #case-studies-section .cs-card .card-body {
    padding-bottom: 30px;
  }
}
.case-studies-page #case-studies-section .cs-card .card-body .card-text img {
  height: auto;
}
@media (max-width: 767.98px) {
  .case-studies-page #case-studies-section .cs-card .card-body .card-text img {
    margin-bottom: 15px;
  }
  .case-studies-page #case-studies-section .cs-card .card-body .card-text .cs-standard-life-logo {
    width: 198px;
  }
}
@media (min-width: 992px) {
  .case-studies-page #case-studies-section .cs-card .card-body {
    padding-left: 70px;
    padding-right: 66px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-page #case-studies-section .cs-card.card-yougov .card-body {
    padding-top: 33px;
  }
}
.case-studies-page #case-studies-section .cs-card .card-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media (min-width: 992px) {
  .case-studies-page #case-studies-section .cs-card .card-text {
    font-size: 0.9375rem;
  }
}
.case-studies-page #case-studies-section .cs-card a {
  text-decoration: none;
  top: 3px;
  font-family: "maison_neue_demi";
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .case-studies-page #case-studies-section .cs-card a {
    font-size: 1rem;
  }
}
.case-studies-page #case-studies-section .cs-card a img {
  margin-left: 5px;
  top: 1px;
}
.case-studies-page #case-studies-section .card-with-link:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 25px 0 rgba(196, 191, 216, 0.5);
          box-shadow: 0 0 25px 0 rgba(196, 191, 216, 0.5);
}
.case-studies-page #trustpilot-section {
  padding-top: 34px;
  padding-bottom: 43px;
  background-color: #FAF9FF;
}
@media (min-width: 768px) {
  .case-studies-page #trustpilot-section {
    padding-top: 47px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-page #trustpilot-section {
    padding-bottom: 38px;
  }
  .case-studies-page #trustpilot-section h2 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    margin-bottom: 0;
  }
}
.case-studies-page #trustpilot-section .lead {
  margin-bottom: 27px;
}
.case-studies-page #trustpilot-section p {
  font-family: "maison_neue_bold";
  line-height: 1.6875rem;
}
@media (min-width: 768px) {
  .case-studies-page #trustpilot-section p {
    line-height: 2.25rem;
    font-size: 1.125rem;
  }
}
.case-studies-page #trustpilot-section img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  top: -4px;
}
@media (max-width: 991.98px) {
  .case-studies-page #trustpilot-section img {
    margin-right: 5px;
    margin-left: 0;
    top: -2px;
    width: 108px;
  }
}
.case-studies-page #trustpilot-section .cs-sections-nav {
  margin-top: 32px;
}
.case-studies-page #trustpilot-section a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .case-studies-page #trustpilot-section a {
    margin-left: 10px;
  }
}
.case-studies-page .tp-stars {
  display: block;
  width: 112px;
  height: 21px;
  background: center no-repeat url("./content/images/case-study/stars-5-1.svg");
}
.case-studies-page .tp-col {
  margin-right: 15px;
  margin-left: 15px;
}
.case-studies-page .tp-review {
  background-color: #fff;
  border: 1px solid #E6E2FC;
  width: 262px;
  padding: 21px 25px 5px;
  margin-bottom: 19px;
  -webkit-box-shadow: 0 0 20px 0 #E8E6F4;
          box-shadow: 0 0 20px 0 #E8E6F4;
}
.case-studies-page .tp-review:last-child {
  margin-bottom: 0;
}
.case-studies-page .tp-review h4 {
  font-family: "maison_neue_bold";
}
.case-studies-page .tp-review p, .case-studies-page .tp-review h4 {
  color: #4B545F;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.case-studies-page .tp-review .thumbnail {
  width: 41px;
  height: 41px;
  border-radius: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "maison_neue_bold";
}
.case-studies-page .tp-review .thumbnail img {
  width: 100%;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-262px * 8));
            transform: translateX(calc(-262px * 8));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-262px * 8));
            transform: translateX(calc(-262px * 8));
  }
}
.case-studies-page .trustpilot-carousel {
  overflow: hidden;
  padding-top: 37px;
  padding-bottom: 37px;
  height: auto;
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}
.case-studies-page .trustpilot-carousel .slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(262px + calc( 4 * 15 ) * 16);
  -webkit-animation: scroll 90s linear infinite;
          animation: scroll 90s linear infinite;
}
.case-studies-page .trustpilot-carousel .slider-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767.98px) {
  .case-studies-page .cs-search-btn-section {
    padding-bottom: 60px;
  }
}
.case-studies-page .cs-search-btn-section .btn {
  min-width: 273px;
}
@media (max-width: 575.98px) {
  .case-studies-page .cs-search-btn-section .btn {
    width: 100%;
  }
}
.case-studies-page .bsRequestConsultation {
  padding-top: 53px;
}
@media (max-width: 767.98px) {
  .case-studies-page .bsRequestConsultation {
    margin-bottom: 20px;
  }
}

.case-study-page .bsRequestConsultation {
  margin-top: 30px;
}
.case-study-page .parallax {
  background-image: url("./content/images/case-study/yougov.jpg");
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 258px;
  background-size: auto 323px;
}
@media (min-width: 768px) {
  .case-study-page .parallax {
    min-height: 518px;
    background-size: auto 630px;
  }
}
@media screen and (min-width: 1320px) {
  .case-study-page .parallax {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
  }
}
.case-study-page .cite {
  background-color: #F0EDFA;
  border: 1px solid #D8CEF7;
  color: #5C489C;
  font-family: "maison_neue_bold";
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-top: 68px;
  margin-bottom: 50px;
  padding: 47px 32px 34px 26px;
  z-index: 2;
}
@media (min-width: 992px) {
  .case-study-page .cite {
    font-size: 1.4375rem;
    line-height: 2.125rem;
    padding: 59px;
    padding-bottom: 38px;
    margin-left: -53px;
  }
}
.case-study-page .cite::before, .case-study-page .cite::after {
  height: 42px;
  width: 63px;
  content: "";
  display: block;
  position: absolute;
  background: center/100% no-repeat url("./content/images/report/cite.svg");
}
@media (min-width: 992px) {
  .case-study-page .cite::before, .case-study-page .cite::after {
    height: 55px;
    width: 82px;
  }
}
.case-study-page .cite::before {
  position: absolute;
  top: -14px;
  left: -5px;
}
@media (min-width: 992px) {
  .case-study-page .cite::before {
    top: -17px;
    left: -12px;
  }
}
.case-study-page .cite::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -11px;
  right: -8px;
}
@media (min-width: 992px) {
  .case-study-page .cite::after {
    bottom: -21px;
    right: -11px;
  }
}
.case-study-page .case-study-container > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .case-study-page .case-study-container > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.case-study-page .case-study-container .col {
  width: 100%;
}
.case-study-page .case-study-content {
  z-index: 1;
  margin-top: -55px;
}
@media (min-width: 992px) {
  .case-study-page .case-study-content {
    background-color: #fff;
    margin-top: -157px;
    padding: 37px 80px 116px 15px;
    position: relative;
  }
  .case-study-page .case-study-content:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: -1;
  }
}
@media (max-width: 991.98px) {
  .case-study-page .case-study-content .cs-header {
    text-align: center;
    background: #fff;
    padding-top: 20px;
  }
  .case-study-page .case-study-content .cs-header .cs-study-logo {
    max-width: 204px;
  }
}
.case-study-page .case-study-content .cs-study-logo {
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  .case-study-page .case-study-content .cs-study-logo {
    margin-bottom: 45px;
  }
}
.case-study-page .case-study-content p {
  margin-top: 0;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .case-study-page .case-study-content p {
    font-size: 1rem;
    line-height: 1.8125rem;
    margin-bottom: 30px;
  }
}
.case-study-page .case-study-content p:first-of-type {
  letter-spacing: -0.2px;
}
.case-study-page .case-study-content h3 {
  margin-bottom: 0;
  font-family: "maison_neue_bold";
  font-size: 1.1875rem;
  line-height: 2.3125rem;
}
@media (min-width: 768px) {
  .case-study-page .case-study-content h3 {
    font-size: 1.4375rem;
    line-height: 1.8125rem;
    padding-top: 20px;
  }
}
.case-study-page .case-study-content .cite {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin: 40px 0;
  padding: 47px 32px 34px 20px;
}
@media (min-width: 768px) {
  .case-study-page .case-study-content .cite {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    margin: 90px 0 40px 0;
    padding: 54px 56px 40px;
  }
}
.case-study-page .study-breadcrumg {
  text-decoration: none;
  font-size: 0.8125rem;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .case-study-page .study-breadcrumg {
    margin-bottom: 25px;
  }
}
.case-study-page .study-breadcrumg .breadcrumb-divider {
  margin: auto 6px;
}
.case-study-page .service-form-container {
  padding-left: 0;
}
@media (min-width: 992px) {
  .case-study-page .service-form-container {
    max-width: 402px;
  }
}
.case-study-page .service-form-container p {
  font-size: 1rem;
  line-height: 1.8125rem;
  letter-spacing: -0.2px;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .case-study-page .service-form-container p {
    margin-right: -20px;
  }
}
.case-study-page .service-form-container .service-before-form p:first-of-type {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .case-study-page .service-form-container .service-before-form p:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .case-study-page .service-form-container .service-before-form {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .case-study-page .service-form-container .service-form {
    padding: 26px 40px 40px 40px;
  }
}
@media (max-width: 767.98px) {
  .case-study-page .service-form-container .service-form {
    margin-bottom: 0;
  }
}
.case-study-page .case-study-video {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.case-study-page .case-study-video:hover .play-btn {
  border-color: transparent transparent transparent #EE4BD9;
}
.case-study-page .case-study-video::before {
  content: "";
  display: block;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5C489C), to(#735DBA));
  background-image: linear-gradient(180deg, #5C489C 0%, #735DBA 100%);
  border: 3px solid #FFFFFF;
  width: 46px;
  height: 46px;
  right: calc(50% - 23px);
  top: calc(50% - 23px);
}
@media (min-width: 768px) {
  .case-study-page .case-study-video::before {
    width: 97px;
    height: 97px;
    right: calc(50% - 48px);
    top: calc(50% - 48px);
  }
}
.case-study-page .case-study-content-footer {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .case-study-page .case-study-content-footer {
    margin-top: 63px;
  }
}
.case-study-page .case-study-content-footer .btn {
  min-width: 273px;
  font-size: 1.1875rem;
}
@media (max-width: 575.98px) {
  .case-study-page .case-study-content-footer .btn {
    width: 100%;
  }
}
.case-study-page .play-btn {
  position: absolute;
  z-index: 1000;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #f39be7;
  -webkit-filter: drop-shadow(0 0 5px #4325A3);
          filter: drop-shadow(0 0 5px #4325A3);
  pointer-events: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  width: 14px;
  height: 22px;
  right: calc(49.5% - 9px);
  top: calc(50% - 11px);
  border-width: 11px 0 11px 14px;
}
@media (min-width: 768px) {
  .case-study-page .play-btn {
    width: 28px;
    height: 45px;
    right: calc(49.5% - 17px);
    top: calc(50% - 22px);
    border-width: 23px 0 23px 28px;
  }
}
.case-study-page .service-form,
.case-study-page .service-before-form {
  margin-left: 0;
}
.case-study-page .report-articles-section {
  padding-top: 10px;
  padding-bottom: 27px;
}
@media (min-width: 768px) {
  .case-study-page .report-articles-section {
    padding-top: 70px;
    padding-bottom: 77px;
  }
}
.case-study-page .report-articles-section h2 {
  color: #1C1C1C;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  letter-spacing: -0.47px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case-study-page .report-articles-section h2 {
    margin-bottom: 65px;
    font-size: 2.375rem;
    line-height: 1.8125rem;
  }
}
@media (min-width: 1200px) {
  .case-study-page .report-articles-section .row:nth-child(2) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .case-study-page .report-articles-section .col-md-4 {
    max-width: 377px;
  }
}
.case-study-page .report-articles-section .card {
  margin-bottom: 20px;
  overflow: hidden;
}
.case-study-page .report-articles-section .card > img {
  height: auto;
  width: 100%;
}
.case-study-page .report-articles-section .card-body {
  padding: 14px 19px 30px;
}
@media (min-width: 992px) {
  .case-study-page .report-articles-section .card-body {
    padding: 20px 44px 30px;
  }
}
.case-study-page .report-articles-section .card-text {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: -0.18px;
}
@media (min-width: 992px) {
  .case-study-page .report-articles-section .card-text {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: -0.2px;
    margin-bottom: 38px;
  }
}
.case-study-page .report-articles-section .btn {
  font-size: 0.875rem;
  min-width: inherit;
}
@media (max-width: 1199.98px) {
  .case-study-page .report-articles-section .btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (min-width: 992px) {
  .case-study-page .report-articles-section .btn {
    font-size: 1rem;
  }
}
.case-study-page .report-articles-section .cs-logo-img {
  height: 47px;
  position: relative;
}
@media (max-width: 991.98px) {
  .case-study-page .report-articles-section .cs-logo-img {
    height: 40px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.case-study-page .report-articles-section .cs-logo-img img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .case-study-page .bsWhyChooseUs {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .case-study-page .bsWhyChooseUs img {
    margin-top: 40px;
  }
}
.case-study-page .bsWhyChooseUs .btn {
  margin-top: 10px;
  min-width: 255px;
}

.home-page .tp-stars {
  display: block;
  width: 112px;
  height: 21px;
  background: center no-repeat url("./content/images/case-study/stars-5-1.svg");
}
.home-page .tp-col {
  margin-right: 15px;
  margin-left: 15px;
}
.home-page .menu-dropdown .more-hidden {
  display: none;
}
.home-page .menu-dropdown .menu-more {
  cursor: pointer;
}
.home-page .menu-dropdown .menu-more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  position: relative;
  bottom: 3px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #D8D8D8 transparent transparent transparent;
}
.home-page .menu-dropdown .menu-more.show:after {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #D8D8D8 transparent;
}
.home-page .au-hero-section {
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .home-page .au-hero-section {
    margin-top: 70px;
    padding-bottom: 56px;
  }
}
.home-page .of-video-section {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .home-page .of-video-section {
    padding-bottom: 79px;
  }
}
@media (max-width: 991.98px) {
  .home-page .of-video-section iframe {
    margin-top: 0;
  }
}
.home-page .our-services-section {
  padding-top: 30px;
  padding-bottom: 5px;
}
@media (max-width: 991.98px) {
  .home-page .our-services-section img {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .home-page .our-services-section {
    padding-top: 100px;
    padding-bottom: 25px;
  }
}
.home-page .au-our-benefits {
  padding-bottom: 11px;
}
@media (max-width: 991.98px) {
  .home-page .au-our-benefits img {
    width: 100%;
    padding-right: 0;
  }
}
.home-page .partners-section .partners-logos {
  margin-top: 14px;
}
.home-page .tp-review {
  border: 1px solid #E6E2FC;
  padding: 21px 25px 5px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
  width: calc(100% - 30px);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-page .tp-review {
    width: 100%;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media (min-width: 1200px) {
  .home-page .tp-review {
    width: 262px;
  }
}
.home-page .tp-review h4 {
  font-family: "maison_neue_bold";
}
.home-page .tp-review p, .home-page .tp-review h4 {
  color: #4B545F;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.home-page .tp-review .thumbnail {
  width: 41px;
  height: 41px;
  border-radius: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "maison_neue_bold";
}
.home-page .tp-review .thumbnail img {
  width: 100%;
}
.home-page .partners-section {
  padding-bottom: 40px;
}
.home-page .partners-section img {
  width: auto;
}
.home-page .partners-section .standard-life-logo {
  margin-bottom: 22px;
}
.home-page .partners-section-trusted {
  position: relative;
}
.home-page .partners-section-trusted:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: #D8D8D8;
  z-index: 0;
}
.home-page .partners-section-trusted p {
  background: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  color: #4B545F;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .home-page .partners-section-trusted p {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.8125rem;
  }
}
.home-page .home-popular-locations-2 {
  background: #FAF9FF;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .home-page .home-popular-locations-2 {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-page .home-popular-locations-2 h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home-page .home-popular-locations-2 h2 {
    margin-bottom: 40px;
  }
}
.home-page .home-popular-locations-2 .card {
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home-page .home-popular-locations-2 .card {
    margin-bottom: 40px;
  }
}
.home-page .home-popular-locations-2 .card:hover {
  -webkit-box-shadow: 0 0 25px 0 #E8E6F4;
          box-shadow: 0 0 25px 0 #E8E6F4;
}
.home-page .home-popular-locations-2 .card-body {
  padding: 6px 20px 30px;
}
@media (min-width: 768px) {
  .home-page .home-popular-locations-2 .card-body {
    padding: 6px 44px 36px;
  }
}
.home-page .home-popular-locations-2 .card-body h3 {
  margin-bottom: 0;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
}
@media (min-width: 768px) {
  .home-page .home-popular-locations-2 .card-body h3 {
    font-size: 1.75rem;
    line-height: 3.4375rem;
  }
}
.home-page .home-popular-locations-2 .card-body .card-text {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .home-page .home-popular-locations-2 .card-body .card-text {
    font-size: 1rem;
    line-height: 1.8125rem;
    margin-top: -6px;
    margin-bottom: 39px;
  }
}
.home-page .home-popular-locations-2 .card-body .btn {
  font-size: 0.875rem;
  padding: 0.8rem 1rem;
  border-radius: 2px;
}
@media (max-width: 991.98px) {
  .home-page .home-popular-locations-2 .card-body .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .home-page .home-popular-locations-2 .card-body .btn {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .home-page .home-popular-locations-2 .custom-gutter {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-page .home-popular-locations-2 .custom-gutter > [class*=col-] {
    max-width: 347px;
    padding: 0;
  }
}
.home-page .bg-divider {
  background-color: #FAF9FF;
  overflow: hidden;
}
.home-page #trustpilot-section {
  background: #FAF9FF;
  padding-top: 34px;
}
@media (min-width: 768px) {
  .home-page #trustpilot-section {
    padding-bottom: 30px;
    padding-top: 39px;
  }
}
@media (max-width: 767.98px) {
  .home-page #trustpilot-section {
    padding-bottom: 15px;
  }
  .home-page #trustpilot-section h2 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.home-page #trustpilot-section p {
  font-family: "maison_neue_bold";
  line-height: 1.6875rem;
}
@media (min-width: 768px) {
  .home-page #trustpilot-section p {
    line-height: 2.25rem;
    font-size: 1.125rem;
    margin-top: 10px;
  }
}
.home-page #trustpilot-section p svg {
  margin-left: 7px;
}
.home-page #trustpilot-section img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  top: -4px;
}
@media (max-width: 991.98px) {
  .home-page #trustpilot-section img {
    margin-right: 5px;
    margin-left: 0;
    top: -2px;
    width: 108px;
  }
}
.home-page #trustpilot-section .cs-sections-nav {
  margin-top: 32px;
}
.home-page #trustpilot-section a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .home-page #trustpilot-section a {
    margin-left: 10px;
  }
}
.home-page .h-trustpilot-section {
  background: #FAF9FF;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .home-page .h-trustpilot-section {
    padding-bottom: 71px;
  }
}
.home-page .h-trustpilot-section .tp-review {
  background: #FFFFFF;
  border: 1px solid #E6E2FC;
  -webkit-box-shadow: 0 0 20px 0 #E8E6F4;
          box-shadow: 0 0 20px 0 #E8E6F4;
}
.home-page .bsRequestConsultation {
  padding-top: 50px;
  padding-bottom: 42px;
}

@media (max-width: 767.98px) {
  .footer-logos img, .footer-logos svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}/*# sourceMappingURL=main.css.map */