@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("..//FontAwesome/css/all.min.css");
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=80em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 74.875rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 48em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 74.875rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media screen and (max-width: 63.9375em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 47.9375em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }
  html.is-reveal-open body {
    overflow: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 74.875rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 74.875rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 74.875rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 74.875rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 47.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 48em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 79.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.row {
  max-width: 74.875rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.875rem;
    margin-left: -0.875rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.875rem;
        margin-left: -0.875rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.875rem;
        margin-left: -0.875rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  min-width: 0; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.875rem;
      padding-left: 0.875rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.875rem;
  padding-left: 0.875rem; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.875rem;
    padding-left: 0.875rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.875rem;
    padding-left: 0.875rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.75rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.75rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 100%; }

.SelectBox {
  padding: 5px 8px; }

.sumoStopScroll {
  overflow: hidden; }

/* Filtering style */
.SumoSelect .hidden {
  display: none; }

.SumoSelect .search-txt {
  display: none;
  outline: none; }

.SumoSelect .no-match {
  display: none;
  padding: 6px; }

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px; }

.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SelectClass {
  z-index: 1; }

.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799d0;
  border-color: #7799d0; }

.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open > .optWrapper {
  display: block; }

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px; }

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5; }

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px; }

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px; }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5; }

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none; }

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #e4e4e4; }

.SumoSelect > .optWrapper > .options li.opt.sel,
.SumoSelect .select-all.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options li span {
  display: none; }

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%; }

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer; }

.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

.large-centered {
  margin-left: auto;
  margin-right: auto; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #111; }

body {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px; }

h1 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #333333; }

h2 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
  color: #333333; }

h3 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #333333; }

h4 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #333333; }

h5 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #333333; }

h6 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333333; }

p {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 24px;
  color: #404040;
  margin: 0px;
  padding: 0 0 26px; }
  p > strong, p b {
    color: inherit;
    font-weight: 700; }

ul {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

ul li {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: 0px none !important; }

img, a img {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  border: none 0;
  outline: 0px none !important; }

input:focus, textarea:focus, a:focus {
  outline: 0px none !important; }

.main-field {
  width: 100%;
  box-shadow: none;
  border: 2px solid #d7dade;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  color: #585858;
  margin-bottom: 8px;
  padding: 10px 30px 10px 12px;
  height: 42px;
  background: #ffffff; }
  .main-field:active, .main-field:focus {
    border: 2px solid #d7dade; }
  .main-field.is-invalid-input:not(:focus) {
    border-color: #111;
    background-color: #ffffff;
    color: #555555; }

.main-field::-webkit-input-placeholder {
  opacity: 1;
  color: #585858; }

.main-field:-moz-placeholder {
  opacity: 1;
  color: #585858; }

.main-field::-moz-placeholder {
  opacity: 1;
  color: #585858; }

.main-field:-ms-input-placeholder {
  opacity: 1;
  color: #585858; }

.main-field.is-invalid-input::-webkit-input-placeholder {
  opacity: 1;
  color: #555555; }

.main-field.is-invalid-input:-moz-placeholder {
  opacity: 1;
  color: #555555; }

.main-field.is-invalid-input::-moz-placeholder {
  opacity: 1;
  color: #555555; }

.main-field.is-invalid-input:-ms-input-placeholder {
  opacity: 1;
  color: #555555; }

textarea.main-field {
  resize: none;
  height: 90px;
  margin-bottom: 10px;
  padding: 7px 30px 10px 12px; }

.more-btn {
  color: #172056;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  border: 3px solid #172056;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 59px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: transparent; }
  .more-btn:hover, .more-btn:active, .more-btn:focus {
    background: #172056;
    color: #ffffff; }

/**********************************************
   Header 
***********************************************/
.menu-icon {
  margin: 2px 12px 0 0 !important; }
  .menu-icon img {
    width: 36px; }
  .menu-icon .menu-light {
    display: inline; }
  .menu-icon .menu-dark {
    display: none; }

.language-switcher {
  padding: 10px 20px 10px 0;
  position: relative; }
  .language-switcher a {
    display: block; }
    .language-switcher a img {
      width: 28px;
      height: auto; }
  .language-switcher > a {
    display: flex;
    align-items: center; }
    .language-switcher > a:after {
      content: "";
      width: 10px;
      height: 6px;
      display: block;
      position: absolute;
      top: 17px;
      right: 3px;
      background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICB4PSIwcHgiCiAgIHk9IjBweCIKICAgdmlld0JveD0iMCAwIDE2LjA4MjAwMSAxMS45MDMzNCIKICAgc3R5bGU9ImZpbGw6I2ZmZmZmZiIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgaWQ9InN2ZzQiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImNhcmV0X2Rvd24uc3ZnIgogICB3aWR0aD0iMTYuMDgyMDAxIgogICBoZWlnaHQ9IjExLjkwMzM0IgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjQgKDVkYTY4OWMzMTMsIDIwMTktMDEtMTQpIj48bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGExMCI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPjxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PjxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGU+PC9kYzp0aXRsZT48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgICBpZD0iZGVmczgiIC8+PHNvZGlwb2RpOm5hbWVkdmlldwogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxIgogICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiCiAgICAgZ3JpZHRvbGVyYW5jZT0iMTAiCiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxMzY2IgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjcwNSIKICAgICBpZD0ibmFtZWR2aWV3NiIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgZml0LW1hcmdpbi10b3A9IjAiCiAgICAgZml0LW1hcmdpbi1sZWZ0PSIwIgogICAgIGZpdC1tYXJnaW4tcmlnaHQ9IjAiCiAgICAgZml0LW1hcmdpbi1ib3R0b209IjAiCiAgICAgaW5rc2NhcGU6em9vbT0iMi4zNiIKICAgICBpbmtzY2FwZTpjeD0iMTkuMDA3NTAxIgogICAgIGlua3NjYXBlOmN5PSI5LjAwMDAwMDMiCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSI0OTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmc0IiAvPjxwYXRoCiAgICAgZD0ibSA4LjAzMjMyNiw4LjQwMzM0MSBjIC0wLjE1NDc4MTMsMCAtMC4yODM3NjU2LC0wLjA1MTU5IC0wLjQxMjc1LC0wLjE1NDc4MSBMIDMuMjM0MTA3LDQuNjM2OTk2MyBDIDIuOTUwMzQxMyw0LjQwNDgyNDMgMi45MjQ1NDQ1LDMuOTkyMDc0MyAzLjE1NjcxNjQsMy43MzQxMDYzIDMuMzg4ODg4MywzLjQ1MDM0MDQgMy44MDE2MzgyLDMuNDI0NTQzNCA0LjA1OTYwNywzLjY1NjcxNTMgTCA4LjAzMjMyNiw2LjkzMjkxOCAxMi4wMzA4NDIsMy42NTY3MTUzIGMgMC4yODM3NjUsLTAuMjMyMTcxOSAwLjY3MDcxOSwtMC4xODA1Nzc5IDAuOTAyODkxLDAuMDc3MzkgMC4yMzIxNzEsMC4yODM3NjUgMC4xODA1NzcsMC42NzA3MTggLTAuMDc3MzksMC45MDI4OSBMIDguNDcwODcyOSw4LjI0ODU2IEMgOC4zMTYwOTE2LDguMzUxNzQ3IDguMTYxMzEwNCw4LjQwMzM0MSA4LjAzMjMyNiw4LjQwMzM0MSBaIgogICAgIGlkPSJwYXRoMiIKICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNTc5Njg3NSIgLz48L3N2Zz4=") center center no-repeat; }
  .language-switcher ul {
    position: absolute;
    z-index: 2;
    padding: 0.5em 0.75em;
    top: 40px;
    left: -12px;
    border-radius: 3px; }

.title-bar-right {
  display: none; }
  @media (max-width: 991px) {
    .title-bar-right {
      display: block; } }

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.5); }

@media (min-width: 992px) {
  .off-canvas.is-open {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px); }
  .js-off-canvas-overlay.is-visible {
    opacity: 0;
    visibility: hidden; }
  .off-canvas.is-transition-overlap.is-open {
    box-shadow: none; } }

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none; } }

.mobile-only {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-only {
      display: block; } }

.off-canvas {
  padding: 30px 0 0; }

.menu-logo {
  text-align: center; }
  .menu-logo img {
    width: 190px; }

.menu-icon {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-right: 32px;
  text-align: left; }
  .menu-icon:hover {
    color: #111; }
  .menu-icon:after {
    display: none; }
  @media only screen and (max-width: 479px) {
    .menu-icon {
      font-size: 16px;
      margin-right: 15px; } }

.header-container {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }

.header-top {
  background: #223861;
  height: 10px; }

.header-top-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 13px 12px; }
  @media screen and (min-width: 75em) {
    .header-top-in {
      margin: 0 100px;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 64em) and (max-width: 78.6875em) {
    .header-top-in {
      margin: 0 16px; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .header-top-in {
      padding: 10px 0 12px; } }
  @media only screen and (max-width: 767px) {
    .header-top-in {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 15px 0; } }

.header-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .header-top-left {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-top-left {
      padding-top: 2px; } }
  @media only screen and (max-width: 767px) {
    .header-top-left {
      padding: 0 20px 20px;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .header-top-left a {
    color: #f9f9f9;
    font-size: 14px;
    line-height: 16px; }
    @media only screen and (max-width: 767px) {
      .header-top-left a {
        color: #313131; } }
    .header-top-left a:hover {
      color: #325ba7; }
    .header-top-left a.mail {
      padding-left: 22px;
      margin-right: 33px;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .header-top-left a.mail {
          margin-right: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .header-top-left a.mail {
          margin-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .header-top-left a.mail {
          margin: 0 0 15px; } }
      .header-top-left a.mail:before {
        position: absolute;
        content: "";
        background: url(../images/svg/mail.svg) no-repeat;
        width: 16px;
        height: 11px;
        left: 0;
        top: 2px; }
        @media only screen and (max-width: 767px) {
          .header-top-left a.mail:before {
            background: url(../images/svg/mail-dark.svg) no-repeat; } }
    .header-top-left a.call {
      padding-left: 17px;
      margin-right: 40px;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .header-top-left a.call {
          margin-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .header-top-left a.call {
          margin: 0; } }
      .header-top-left a.call:before {
        position: absolute;
        content: "";
        background: url(../images/svg/call.svg) no-repeat;
        width: 11px;
        height: 13px;
        left: 0;
        top: 1px; }
        @media only screen and (max-width: 767px) {
          .header-top-left a.call:before {
            background: url(../images/svg/call-dark.svg) no-repeat; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-top-left a.agent {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .header-top-left a.agent {
        display: none; } }

.header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .header-top-right .favourite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #f9f9f9;
    font-size: 14px;
    line-height: 16px;
    padding-right: 0; }
    .header-top-right .favourite a {
      margin-left: 8px; }
      .header-top-right .favourite a img {
        display: block; }
  .header-top-right .wheather {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #f9f9f9;
    font-size: 14px;
    line-height: 16px; }
    .header-top-right .wheather span {
      padding: 4px 4px 0 0; }

.social-apps {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 18px; }
  @media only screen and (max-width: 767px) {
    .social-apps {
      padding: 20px; } }
  .social-apps li {
    margin-right: 8px; }
    .social-apps li a:hover {
      opacity: 0.8; }
    .social-apps li a img {
      width: 23px;
      display: block; }

.header-bottom-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  height: 102px; }
  @media screen and (min-width: 78.75em) {
    .header-bottom-in {
      margin: 0 100px; } }
  @media screen and (min-width: 64em) and (max-width: 78.6875em) {
    .header-bottom-in {
      margin: 0 16px; } }
  @media only screen and (max-width: 767px) {
    .header-bottom-in {
      padding: 13px 10px 15px 0;
      justify-content: space-between; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-bottom-in {
      justify-content: space-between; } }
  @media only screen and (max-width: 479px) {
    .header-bottom-in {
      height: 64px;
      justify-content: space-between; } }
  .header-bottom-in h3 {
    font-family: "Lato", sans-serif;
    color: #172056;
    font-size: 22px;
    font-size: 1.375em;
    font-size: 1.375rem;
    font-weight: 500;
    margin-left: 205px; }
    @media screen and (max-width: 37.4375em) {
      .header-bottom-in h3 {
        opacity: 0; } }

.header-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.logo {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 9; }
  .logo img {
    height: 90px;
    display: block; }
  @media (max-width: 991px) {
    .logo {
      position: unset; }
      .logo img {
        height: 52px; } }

.menu {
  position: relative;
  padding-right: 18px;
  padding-top: 1px; }
  .menu ul {
    display: flex;
    gap: 1.4rem; }
  .menu.menu-mobile ul {
    margin-top: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    .menu.menu-mobile ul li a {
      margin: 0;
      padding: 0;
      color: #111 !important; }
  @media (max-width: 991px) {
    .menu {
      display: none; }
      .menu.menu-mobile {
        display: block; } }
  .menu ul {
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .menu ul {
        padding: 0 20px 20px;
        width: 100%; } }
  .menu .active a {
    background: none;
    position: relative;
    color: #583188;
    font-weight: 700; }
  .menu .submenu {
    position: relative; }
    @media (min-width: 992px) {
      .menu .submenu:hover ul {
        display: block; } }
    .menu .submenu ul {
      display: none;
      position: absolute;
      min-width: 190px;
      left: -13px;
      right: 0;
      margin: 0 auto;
      z-index: 9;
      top: 90%;
      background: #fff;
      padding: 13px 0 28px;
      border-radius: 2px;
      z-index: 9999999;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
      @media (max-width: 991px) {
        .menu .submenu ul {
          position: relative;
          left: 0;
          right: auto;
          width: 100%;
          box-shadow: none;
          padding: 0; } }
      .menu .submenu ul li {
        padding: 9px 27px; }
        .menu .submenu ul li a {
          padding: 0;
          color: #000 !important; }
          .menu .submenu ul li a:hover {
            background: none;
            color: #325ba7; }
        @media (max-width: 991px) {
          .menu .submenu ul li:first-child {
            padding-top: 20px; }
          .menu .submenu ul li:last-child {
            padding-bottom: 20px; } }
    .menu .submenu > a {
      position: relative;
      padding-right: 23px; }
      .menu .submenu > a:before {
        position: absolute;
        right: 5px;
        top: 20px;
        content: "";
        background-image: url("../images/svg/down-arrow.svg") !important;
        background-size: 13px 7px;
        background-repeat: no-repeat;
        width: 13px;
        height: 7px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        @media (min-width: 768px) and (max-width: 991px) {
          .menu .submenu > a:before {
            right: 20px; } }
        @media only screen and (max-width: 767px) {
          .menu .submenu > a:before {
            right: 20px; } }
        @media only screen and (max-width: 479px) {
          .menu .submenu > a:before {
            top: 15px; } }
      .menu .submenu > a:hover:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGlkPSJub3VuXzU0Mzg5MyI+CjxwYXRoIGlkPSJQYXRoIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMzU0ODUgNi4xOTY5OUM2LjE2NTQ2IDYuMTk2OTkgNi4wMDc2MiA2LjEzMzg2IDUuODQ5NzkgNi4wMDc1OUwwLjQ4MzQ4NyAxLjU4ODI4QzAuMTM2MjU2IDEuMzA0MTkgMC4xMDQ2OSAwLjc5OTEyMiAwLjM4ODc4OCAwLjQ4MzQ1N0MwLjY3Mjg4NiAwLjEzNjIyNSAxLjE3Nzk1IDAuMTA0NjU5IDEuNDkzNjEgMC4zODg3NTdMNi4zNTQ4NSA0LjM5NzdMMTEuMjQ3NyAwLjM4ODc1N0MxMS41OTQ5IDAuMTA0NjU5IDEyLjA2ODQgMC4xNjc3OTIgMTIuMzUyNSAwLjQ4MzQ1N0MxMi42MzY2IDAuODMwNjg4IDEyLjU3MzUgMS4zMDQxOSAxMi4yNTc4IDEuNTg4MjhMNi44OTE0OCA2LjAwNzU5QzYuNzAyMDkgNi4xMzM4NiA2LjUxMjY5IDYuMTk2OTkgNi4zNTQ4NSA2LjE5Njk5WiIgZmlsbD0iI2ZmZmZmZiIvPgo8L2c+Cjwvc3ZnPgo=) !important; }
  .menu li {
    padding: 10px 0;
    display: inline-block; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .menu li {
        padding: 10px 3px 10px 3px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .menu li {
        display: block;
        padding: 0 0 10px; } }
    @media only screen and (max-width: 767px) {
      .menu li {
        display: block;
        padding: 0 0 10px; } }
    .menu li a {
      font-size: 16px;
      color: #333333;
      line-height: 1.4;
      font-weight: 600;
      padding: 13px 6px 13px 6px;
      border-radius: 2px; }
      @media only screen and (max-width: 479px) {
        .menu li a {
          font-size: 16px;
          padding: 10px; } }

.header-container {
  width: 100%;
  transition: 0.8s;
  /* Adds a transition effect when the padding is decreased */
  background: #fff;
  padding-top: 0 !important; }
  .header-container .header-bottom-in {
    height: 80px;
    display: flex; }
    @media only screen and (max-width: 479px) {
      .header-container .header-bottom-in {
        justify-content: space-between; }
        .header-container .header-bottom-in .logo {
          position: relative; } }
  .header-container .menu .submenu > a:before {
    background-image: url("../images/svg/down-arrow-dark.svg") !important; }
  .header-container .logo {
    top: 0; }
  .header-container #logo-white {
    display: none; }
  .header-container #logo-blue {
    display: block; }
    .header-container #logo-blue img {
      height: 80px;
      padding: 0.5rem 0; }
      @media only screen and (max-width: 479px) {
        .header-container #logo-blue img {
          height: 52px; } }
  .header-container .menu li a {
    color: #000 !important; }
  .header-container .menu-icon .menu-light {
    display: none; }
  .header-container .menu-icon .menu-dark {
    display: inline; }

.header-container.interior #logo-white {
  display: none; }

.header-container.interior #logo-blue {
  display: block; }
  .header-container.interior #logo-blue img {
    height: 80px;
    padding: 0.5rem 0; }

/**********************************************
    Footer
***********************************************/
.footer-container {
  background: #583188; }
  .footer-container .footer-top-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 53px 0 23px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-container .footer-top-container {
        padding: 53px 0 76px 90px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 767px) {
      .footer-container .footer-top-container {
        padding: 35px 30px 30px;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .footer-container .footer-top-container h5 {
      color: #ffffff; }
    .footer-container .footer-top-container .contact-info {
      width: 360px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .footer-container .footer-top-container .contact-info {
          width: 270px;
          padding-bottom: 32px; } }
      @media only screen and (max-width: 767px) {
        .footer-container .footer-top-container .contact-info {
          width: 100%;
          padding-bottom: 32px; } }
      .footer-container .footer-top-container .contact-info h5 {
        padding-bottom: 19px; }
      .footer-container .footer-top-container .contact-info address {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 20px;
        color: #d9d9d9; }
        .footer-container .footer-top-container .contact-info address a {
          color: #fff; }
      .footer-container .footer-top-container .contact-info span {
        font-size: 14px;
        line-height: 22px;
        color: #d9d9d9; }
        .footer-container .footer-top-container .contact-info span a:hover {
          color: #111; }
    .footer-container .footer-top-container .sitemap {
      width: 450px;
      padding-left: 115px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .footer-container .footer-top-container .sitemap {
          width: 334px;
          padding-left: 87px; } }
      @media only screen and (max-width: 767px) {
        .footer-container .footer-top-container .sitemap {
          width: 100%;
          padding-left: 0;
          padding-bottom: 32px; } }
      .footer-container .footer-top-container .sitemap h5 {
        padding-bottom: 17px; }
      .footer-container .footer-top-container .sitemap ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .footer-container .footer-top-container .sitemap ul li {
          width: 112px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .footer-container .footer-top-container .sitemap ul li {
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            .footer-container .footer-top-container .sitemap ul li {
              width: 100%; } }
          .footer-container .footer-top-container .sitemap ul li a {
            color: #d9d9d9;
            font-size: 14px; }
            .footer-container .footer-top-container .sitemap ul li a:hover {
              color: #111; }
    .footer-container .footer-top-container .social-icons {
      padding-left: 68px;
      width: 360px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .footer-container .footer-top-container .social-icons {
          padding-left: 0;
          width: 270px; } }
      @media only screen and (max-width: 767px) {
        .footer-container .footer-top-container .social-icons {
          padding-left: 0;
          width: 100%; } }
      .footer-container .footer-top-container .social-icons h5 {
        padding-bottom: 15px; }
      .footer-container .footer-top-container .social-icons ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .footer-container .footer-top-container .social-icons ul li {
          margin-left: 14px; }
          .footer-container .footer-top-container .social-icons ul li:first-child {
            margin-left: 0; }
          .footer-container .footer-top-container .social-icons ul li a {
            width: 28px;
            height: 28px; }
            .footer-container .footer-top-container .social-icons ul li a img {
              width: 28px;
              height: 28px; }
            .footer-container .footer-top-container .social-icons ul li a:hover {
              opacity: 0.5; }
  .footer-container .footer-bottom-container {
    font-size: 14px;
    line-height: 20px;
    color: #d9d9d9;
    padding: 25px 0 27px;
    display: flex;
    justify-content: space-between;
    color: #fff; }
    .footer-container .footer-bottom-container .links {
      display: flex;
      justify-content: flex-end;
      gap: 1.2rem;
      color: #fff; }
    .footer-container .footer-bottom-container span, .footer-container .footer-bottom-container a {
      color: #fff; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-container .footer-bottom-container {
        line-height: 24px;
        padding: 21px 0 36px; } }
    @media only screen and (max-width: 767px) {
      .footer-container .footer-bottom-container {
        line-height: 20px;
        padding: 20px 0; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }
  .fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
  color: #ccc; }
  .fancybox-button:visited, .fancybox-button:link {
    color: #ccc; }
  .fancybox-button:focus, .fancybox-button:hover {
    color: #fff; }
  .fancybox-button.disabled, .fancybox-button[disabled] {
    color: #888;
    cursor: default; }
    .fancybox-button.disabled:hover, .fancybox-button[disabled]:hover {
      color: #888;
      cursor: default; }
  .fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision; }
    .fancybox-button svg path {
      fill: transparent;
      stroke: currentColor;
      stroke-linejoin: round;
      stroke-width: 3; }

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

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

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

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

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

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }
  .fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s; }
  .fancybox-close-small:focus {
    outline: none; }
  .fancybox-close-small:hover svg {
    opacity: 1; }

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }
  .fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1; }
  .fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0; }
  .fancybox-caption a {
    color: #ccc;
    text-decoration: none; }
    .fancybox-caption a:link, .fancybox-caption a:visited {
      color: #ccc;
      text-decoration: none; }
    .fancybox-caption a:hover {
      color: #fff;
      text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }
  .fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0; }
  .fancybox-share p {
    margin: 0;
    padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }
  .fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff; }
  .fancybox-share__button:hover {
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#termsfeed-com---nb .cc-nb-main-container {
  padding: 1.2rem 2rem; }
  #termsfeed-com---nb .cc-nb-main-container .cc-nb-text {
    font-size: 13px; }

/**********************************************
    Home Page 
***********************************************/
.block {
  width: 100%;
  background: #f0f;
  display: block;
  height: 200px; }
  .block.aa {
    background: red; }
  .block.bb {
    background: green; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

/* Slider */
@keyframes animationFrames {
  0% {
    transform: scaleX(1) scaleY(1); }
  100% {
    transform: scaleX(2) scaleY(2); } }

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: scaleX(1) scaleY(1); }
  100% {
    -moz-transform: scaleX(2) scaleY(2); } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: scaleX(2) scaleY(2); } }

@-o-keyframes animationFrames {
  0% {
    -o-transform: scaleX(1) scaleY(1); }
  100% {
    -o-transform: scaleX(2) scaleY(2); } }

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: scaleX(1) scaleY(1); }
  100% {
    -ms-transform: scaleX(2) scaleY(2); } }

.grandaddy {
  position: relative; }

.banner-outerblock {
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-image: linear-gradient(to right, #583188 0%, #c92062 100%);
  margin-top: 0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .banner-outerblock {
      height: 260px; } }
  .banner-outerblock li {
    width: 100%; }
    .banner-outerblock li img {
      width: 100%;
      height: 840px;
      object-fit: cover; }
    .banner-outerblock li.zoom-active img {
      animation: animationFrames linear 50s;
      animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      -webkit-animation: animationFrames linear 50s;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 50%;
      -moz-animation: animationFrames linear 50s;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 50%;
      -o-animation: animationFrames linear 50s;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 50%;
      -ms-animation: animationFrames linear 50s;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%; }
  .banner-outerblock .slogan {
    position: absolute;
    z-index: 999;
    bottom: 240px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .banner-outerblock .slogan {
        top: 340px; } }
    @media only screen and (max-width: 479px) {
      .banner-outerblock .slogan {
        top: 210px; }
        .banner-outerblock .slogan h1 {
          font-size: 20px !important; } }
    .banner-outerblock .slogan h1 {
      width: 100%;
      color: #fff;
      text-align: center;
      font-size: 48px;
      font-weight: 400;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
      .banner-outerblock .slogan h1 em {
        font-style: italic; }
      @media (min-width: 768px) and (max-width: 991px) {
        .banner-outerblock .slogan h1 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .banner-outerblock .slogan h1 {
          font-size: 28px;
          padding: 0 2rem; } }
      @media only screen and (max-width: 479px) {
        .banner-outerblock .slogan h1 {
          font-size: 28px; } }

/* selectbox */
.sbHolder {
  font-size: 16px;
  color: #848484;
  height: 48px;
  position: relative;
  max-width: 100%;
  width: 100%;
  background: #f3f3f3;
  border-radius: 0; }
  .sbHolder .sbToggle {
    display: block;
    height: 50px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }
    .sbHolder .sbToggle:after {
      width: 15px;
      height: 6px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 17px;
      content: "";
      background: url("../images/svg/down-arrow.svg") no-repeat; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .sbHolder .sbToggle:after {
          right: 10px; } }
  .sbHolder .sbSelector {
    display: block;
    height: 48px;
    left: 0;
    line-height: 48px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 19px;
    top: 0;
    width: 100%;
    color: #333333;
    font-size: 16px; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .sbHolder .sbSelector {
        font-size: 14px;
        text-indent: 10px; } }
  .sbHolder .sbOptions {
    background: #ffffff;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100% !important;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
    width: 100%;
    border: 1px solid #f3f3f3;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #333333;
  outline: none;
  text-decoration: none; }

.sbOptions {
  background: #fff;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100% !important;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
  width: 100%;
  border: 1px solid #f3f3f3;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }
  .sbOptions li {
    padding: 0px !important; }
    .sbOptions li:first-child a {
      border: 0; }
    .sbOptions li a {
      border-top: 1px solid #f3f3f3;
      display: block;
      outline: none;
      padding: 7px 7px 7px 19px;
      font-size: 16px;
      color: #333333;
      text-decoration: none; }

/* selectbox */
.detail .property-new {
  padding: 35px 0 83px; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .detail .property-new {
      padding: 25px 0 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .detail .property-new {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .detail .property-new {
      padding: 40px 0; } }
  .detail .property-new .head-blk h4 {
    padding: 0 0 50px;
    color: #4a4a4a; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .detail .property-new .head-blk h4 {
        padding: 0 0 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .detail .property-new .head-blk h4 {
        padding: 0 0 30px; } }
    @media only screen and (max-width: 767px) {
      .detail .property-new .head-blk h4 {
        padding: 0 0 25px; } }
    @media only screen and (max-width: 479px) {
      .detail .property-new .head-blk h4 {
        font-size: 18px; } }

.grid-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .grid-outer {
      max-width: 360px;
      margin: 0 auto; } }
  .grid-outer .grid-single {
    max-width: 360px; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .grid-outer .grid-single {
        max-width: 290px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .grid-outer .grid-single {
        max-width: 340px;
        margin: 0 2%; } }
    @media only screen and (max-width: 767px) {
      .grid-outer .grid-single {
        margin: 0 0 20px !important;
        max-width: 100%; } }
    .grid-outer .grid-single .description {
      text-align: center; }
    .grid-outer .grid-single .villa-info .room-facility .facility-single {
      padding: 0 8px; }
  .grid-outer .slick-dots {
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .grid-outer .slick-dots {
        bottom: -10px; } }
    @media only screen and (max-width: 479px) {
      .grid-outer .slick-dots {
        bottom: -15px; } }

.property-new .grid-outer .slick-prev,
.property-new .grid-outer .slick-next {
  top: -60px; }
  @media only screen and (max-width: 767px) {
    .property-new .grid-outer .slick-prev,
    .property-new .grid-outer .slick-next {
      top: -55px; } }

@media only screen and (max-width: 767px) {
  .property-new .grid-outer .slick-prev {
    right: 5px; } }

@media only screen and (max-width: 479px) {
  .property-new .grid-outer .slick-prev {
    right: 40px; } }

@media only screen and (max-width: 767px) {
  .property-new .grid-outer .slick-next {
    right: -40px; } }

@media only screen and (max-width: 479px) {
  .property-new .grid-outer .slick-next {
    right: 0px; } }

.wrapper {
  max-width: 1171px;
  margin: 0 auto; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .wrapper {
      max-width: 960px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .wrapper {
      max-width: 740px; } }
  @media only screen and (max-width: 767px) {
    .wrapper {
      max-width: 100%; } }

.map-outer {
  border-bottom: 1px solid #efefef;
  padding: 40px 0 44px; }
  .map-outer iframe {
    width: 100%;
    height: 374px;
    display: block; }

.location h4 {
  color: #4a4a4a; }

.location .route {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 11px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .location .route {
      padding: 15px 0 5px; } }
  @media only screen and (max-width: 767px) {
    .location .route {
      padding: 15px 0 5px;
      font-size: 14px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .location .route li {
    padding: 0 42px 0 0;
    position: relative; }
    .location .route li:first-child {
      padding-left: 0; }
    .location .route li:last-child:before {
      display: none; }
    .location .route li:before {
      position: absolute;
      right: 16px;
      top: 0;
      content: ">";
      color: #333333; }
    .location .route li a {
      color: #333333; }
      .location .route li a:hover {
        color: #111; }

.location .nearby {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .location .nearby {
      padding: 0 0 15px; } }
  @media only screen and (max-width: 767px) {
    .location .nearby {
      padding: 0 0 15px;
      font-size: 14px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .location .nearby li {
    padding: 0 35px 0 0;
    color: #333333;
    position: relative; }
    .location .nearby li:first-child {
      padding-left: 0; }
    .location .nearby li:last-child:before {
      display: none; }
    .location .nearby li:before {
      position: absolute;
      content: "";
      width: 2px;
      height: 26px;
      background: #f4f4f4;
      right: 16px;
      top: 0; }
      @media only screen and (max-width: 767px) {
        .location .nearby li:before {
          top: 4px;
          height: 20px; } }
    .location .nearby li span {
      color: #333333;
      padding-left: 18px; }

.content-block-outer {
  position: relative; }

.content-block-in {
  padding: 36px 0 42px;
  border-bottom: 1px solid #efefef; }

.content-left {
  max-width: 740px;
  font-size: 1.125rem; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .content-left {
      max-width: 620px; } }
  .content-left p {
    padding: 0 0 10px; }

.listing-outer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .listing-outer ul li {
    position: relative;
    padding: 12px 0 0 27px;
    color: #4a4a4a;
    width: 33.33%; }
    @media only screen and (max-width: 767px) {
      .listing-outer ul li {
        width: 50%; } }
    @media only screen and (max-width: 479px) {
      .listing-outer ul li {
        width: 100%; } }
    .listing-outer ul li:before {
      position: absolute;
      left: 0;
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 100%;
      border: 1px solid #a39ca4;
      background: url(../images/svg/tick1.svg) no-repeat center;
      background-size: 12px 8px; }

.content-right .contact-form {
  position: absolute;
  margin-top: 36px;
  max-width: 363px;
  top: 0;
  right: 0;
  width: 100%;
  padding: 20px 19px 36px 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(61, 60, 60, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(61, 60, 60, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(61, 60, 60, 0.25);
  border-radius: 3px; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .content-right .contact-form {
      max-width: 300px; } }
  @media (max-width: 991px) {
    .content-right .contact-form {
      position: relative;
      max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-right .contact-form form {
      overflow: hidden; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-right .contact-form .input-outer {
      max-width: 324px;
      width: 100%;
      float: left;
      clear: left; }
      .content-right .contact-form .input-outer .form-error {
        line-height: 16px;
        top: 15px; }
      .content-right .contact-form .input-outer.text-area {
        float: right;
        margin-top: -167px; }
        .content-right .contact-form .input-outer.text-area .form-error {
          top: 12px; }
        .content-right .contact-form .input-outer.text-area .main-field {
          height: 160px; } }
  .content-right .contact-form h6 {
    padding-bottom: 15px; }
  .content-right .contact-form .main-field {
    border: 2px solid #f3f3f3;
    background: #f3f3f3;
    height: 48px; }
    .content-right .contact-form .main-field.is-invalid-input:not(:focus) {
      border-color: #c91e11; }
  .content-right .contact-form textarea.main-field {
    height: 90px; }
  .content-right .contact-form .more-btn {
    background: #111;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    margin-top: 13px;
    border: 0;
    height: 48px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .content-right .contact-form .more-btn {
        margin-top: 0;
        max-width: 324px; } }
    @media only screen and (max-width: 767px) {
      .content-right .contact-form .more-btn {
        float: none; } }
    .content-right .contact-form .more-btn:hover {
      background: #313131; }

.room-facility-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 991px) {
    .room-facility-top {
      border-bottom: 1px solid #efefef;
      padding: 0 0 15px; } }
  @media only screen and (max-width: 767px) {
    .room-facility-top {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 1px solid #efefef; } }

.room-facilty-left {
  padding-right: 105px; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .room-facilty-left {
      padding-right: 70px; } }
  @media only screen and (max-width: 767px) {
    .room-facilty-left {
      padding: 0 0 15px; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .room-facilty-left h2 {
      font-size: 24px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .room-facilty-left h2 {
      font-size: 20px;
      line-height: 24px; } }
  @media only screen and (max-width: 767px) {
    .room-facilty-left h2 {
      font-size: 22px;
      line-height: 24px; } }

.room-facilty-right {
  max-width: 265px;
  width: 100%; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .room-facilty-right {
      max-width: 212px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .room-facilty-right {
      max-width: 180px;
      text-align: right; } }
  @media only screen and (max-width: 767px) {
    .room-facilty-right {
      padding: 0 0 15px; } }
  .room-facilty-right h2 {
    color: #111;
    padding: 0 0 7px; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .room-facilty-right h2 {
        font-size: 24px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .room-facilty-right h2 {
        font-size: 20px;
        line-height: 24px;
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .room-facilty-right h2 {
        font-size: 22px;
        line-height: 24px; } }
  .room-facilty-right h5 {
    color: #7c241d;
    font-weight: 400; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .room-facilty-right h5 {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .room-facilty-right h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .room-facilty-right h5 {
        font-size: 16px; } }

.facility-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 21px 0 18px;
  border-bottom: 1px solid #efefef; }
  @media (min-width: 768px) and (max-width: 991px) {
    .facility-list {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .facility-list {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .facility-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .facility-list ul {
        padding: 0 0 15px;
        border-bottom: 1px solid #efefef;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .facility-list ul {
        border-bottom: 1px solid #efefef;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; } }
    .facility-list ul li {
      padding-right: 48px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .facility-list ul li {
          padding-right: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .facility-list ul li:last-child {
          padding: 0; } }
      @media only screen and (max-width: 767px) {
        .facility-list ul li {
          padding-right: 25px;
          padding-bottom: 15px; } }
      .facility-list ul li span {
        color: #333333;
        padding-left: 6px; }

.contact-top {
  width: 100%;
  background: #ffffff; }
  .contact-top .top-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (min-width: 768px) and (max-width: 991px) {
      .contact-top .top-contents {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .contact-top .top-contents {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .contact-top .contact-text {
    width: 47%;
    padding: 53px 0 21px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .contact-top .contact-text {
        width: 100%;
        padding: 53px 107px 21px; } }
    @media only screen and (max-width: 767px) {
      .contact-top .contact-text {
        width: 100%;
        padding: 53px 10px 35px; } }
    .contact-top .contact-text h5 {
      padding-bottom: 17px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .contact-top .contact-text h5 {
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .contact-top .contact-text h5 {
          text-align: center; } }
  .contact-top .location-map {
    display: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .contact-top .location-map {
        width: 100%;
        display: block;
        position: static;
        height: 390px; }
        .contact-top .location-map iframe {
          width: 100%;
          height: 100%; } }
    @media only screen and (max-width: 767px) {
      .contact-top .location-map {
        display: block;
        position: static;
        height: 390px; }
        .contact-top .location-map iframe {
          width: 100%;
          height: 100%; } }

.contact-area {
  width: 100%;
  background: #f6f7f9;
  position: relative; }
  .contact-area .contact-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .contact-area .contact-content {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .contact-area .contact-content .location-map {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 49%;
      height: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .contact-area .contact-content .location-map {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .contact-area .contact-content .location-map {
          display: none; } }
      .contact-area .contact-content .location-map iframe {
        width: 100%;
        height: 100%; }

.contact-form {
  width: 51%;
  padding: 44px 0 48px 76px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact-form {
      width: 100%;
      padding: 44px 115px 49px; } }
  @media only screen and (max-width: 767px) {
    .contact-form {
      width: 100%;
      padding: 44px 25px 49px; } }
  .contact-form .more-btn {
    float: right; }
    @media only screen and (max-width: 767px) {
      .contact-form .more-btn {
        padding: 10px 30px; } }
    @media only screen and (max-width: 479px) {
      .contact-form .more-btn {
        float: left;
        margin: 20px 0 0 0; } }
  .contact-form .input-outer {
    position: relative; }
    .contact-form .input-outer .form-error {
      position: absolute;
      top: 9px;
      left: 70px;
      font-weight: 400;
      font-size: 16px;
      color: #585858;
      margin: 0;
      padding: 0; }
    .contact-form .input-outer:after {
      position: absolute;
      content: "*";
      right: 17px;
      top: 13px;
      color: #c10000;
      font-size: 15px;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      width: 8px;
      height: 8px; }
    .contact-form .input-outer.not-required:after {
      display: none; }

.checkbox-outer {
  width: auto;
  float: left;
  margin: 2px 0 0; }

.checkbox-outer [type="checkbox"]:checked,
.checkbox-outer [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.checkbox-outer [type="checkbox"]:checked + label,
.checkbox-outer [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #4a4a4a;
  font-size: 12px;
  line-height: 22px;
  margin: 0; }

.checkbox-outer [type="checkbox"]:checked + label:before,
.checkbox-outer [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #d7dade;
  background: #ffffff; }

.checkbox-outer [type="checkbox"]:not(:checked) + label:before {
  border: 2px solid #d7dade;
  background: #ffffff; }

.checkbox-outer [type="checkbox"]:checked + label:after,
.checkbox-outer [type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 10px;
  background: url(../images/svg/tick.svg) no-repeat left top;
  background-size: 14px 10px;
  background-position: center center;
  position: absolute;
  top: 6px;
  left: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.checkbox-outer [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.checkbox-outer [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.assets-block {
  width: 100%;
  background: #313131;
  padding: 58px 0 53px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .assets-block {
      padding: 58px 114px 39px; } }
  @media only screen and (max-width: 767px) {
    .assets-block {
      padding: 58px 10px 39px; } }
  .assets-block h3 {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 66px; }
    .assets-block h3:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      width: 81px;
      height: 3px;
      background: #acacac;
      margin: 0 auto; }
  .assets-block ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .assets-block ul li {
      color: #f0f0f0;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 38px;
      position: relative;
      padding-left: 57px;
      width: 46%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .assets-block ul li {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .assets-block ul li {
          width: 100%; } }
      .assets-block ul li:before {
        width: 38px;
        height: 38px;
        border-radius: 100%;
        background: #111 url(../images/svg/check.svg) no-repeat center center;
        content: "";
        position: absolute;
        left: 0;
        top: 7px; }

.content-block {
  width: 100%;
  padding: 58px 0 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-block {
      padding: 59px 90px 47px; } }
  @media only screen and (max-width: 767px) {
    .content-block {
      padding: 59px 10px 47px; } }
  .content-block h3 {
    padding-bottom: 18px;
    margin-bottom: 18px; }
  .content-block .content-text {
    width: 100%; }
    .content-block .content-text p {
      font-size: 18px;
      line-height: 26px; }
  .content-block .content-image {
    padding-left: 82px; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .content-block .content-image {
        padding-left: 30px; } }

.head-blk {
  width: 100%; }
  .head-blk h3 {
    padding-bottom: 18px;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 991px) {
      .head-blk h3 {
        margin-bottom: 49px; } }
    @media only screen and (max-width: 767px) {
      .head-blk h3 {
        margin-bottom: 49px; } }
    .head-blk h3:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      width: 81px;
      height: 3px;
      background: #c6c7cd;
      margin: 0 auto;
      z-index: 1; }
    .head-blk h3:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      width: 20px;
      height: 3px;
      background: #5ea4d7;
      margin: 0 auto;
      z-index: 2; }

.housing-grid {
  width: 100%;
  background: #f6f7f9;
  padding: 52px 15px 43px; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .housing-grid {
      padding: 52px 10px 43px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .housing-grid {
      padding: 46px 19px 64px; } }
  @media only screen and (max-width: 767px) {
    .housing-grid {
      padding: 46px 19px 64px; } }
  @media only screen and (max-width: 479px) {
    .housing-grid {
      padding: 46px 10px 64px; } }
  .housing-grid h3 {
    margin-bottom: 46px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .housing-grid h3 {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .housing-grid h3 {
        margin-bottom: 40px; } }
  .housing-grid .row.collapse .column, .housing-grid .row.collapse .columns {
    padding: 0 15px; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .housing-grid .row.collapse .column, .housing-grid .row.collapse .columns {
        padding: 0 10px; } }
    @media only screen and (max-width: 479px) {
      .housing-grid .row.collapse .column, .housing-grid .row.collapse .columns {
        padding: 0 10px; } }
  .housing-grid .grid-btn {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-top: 2.6rem; }
    .housing-grid .grid-btn .more-btn {
      padding: 10px 59px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .housing-grid .grid-btn .more-btn {
          padding: 20px 59px 18px; } }
      @media only screen and (max-width: 767px) {
        .housing-grid .grid-btn .more-btn {
          padding: 20px 59px 18px; } }
      @media only screen and (max-width: 479px) {
        .housing-grid .grid-btn .more-btn {
          padding: 13px 8px 10px;
          font-size: 13px; } }
  .housing-grid .slick-prev,
  .housing-grid .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -46px;
    margin: 0 auto;
    top: auto;
    display: block;
    width: 68px;
    height: 68px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #eae7e7;
    outline: none;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .housing-grid .slick-prev:hover,
  .housing-grid .slick-prev:focus,
  .housing-grid .slick-next:hover,
  .housing-grid .slick-next:focus {
    background: #111; }
  .housing-grid .slick-prev:before,
  .housing-grid .slick-next:before {
    width: 16px;
    height: 30px;
    content: "";
    position: absolute;
    top: 18px;
    margin: 0 auto;
    background-position: center center; }
  .housing-grid .slick-prev {
    right: 0;
    left: -90px;
    z-index: 10; }
  .housing-grid .slick-next {
    right: -90px;
    left: 0; }
  .housing-grid .slick-prev:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4wNDI3IDI4LjU0NTdDMTQuNjg5MiAyOC45Mjc5IDE0LjIwNzkgMjkuMTQyOSAxMy43MDU5IDI5LjE0MjlDMTMuMjAzOCAyOS4xNDI5IDEyLjcyMjUgMjguOTI3OSAxMi4zNjkgMjguNTQ1N0wxLjA3MTM1IDE2LjQzMThDMC43MTQ4ODcgMTYuMDUyNyAwLjUxNDM4MSAxNS41MzY3IDAuNTE0MzgxIDE0Ljk5ODNDMC41MTQzODEgMTQuNDYgMC43MTQ4ODcgMTMuOTQ0IDEuMDcxMzUgMTMuNTY0OUwxMi4zNjkgMS40NTA5OUMxMi44NDY2IDAuOTM4ODU3IDEzLjU0MjggMC43Mzg4NDcgMTQuMTk1MiAwLjkyNjNDMTQuODQ3NiAxLjExMzc1IDE1LjM1NzMgMS42NjAxOSAxNS41MzIxIDIuMzU5NzhDMTUuNzA2OSAzLjA1OTM2IDE1LjUyMDQgMy44MDU4MSAxNS4wNDI3IDQuMzE3OTRMNS4xMDA4NCAxNS4wMTg1TDE1LjA4MDQgMjUuNzE5MUMxNS43ODc3IDI2LjUxNTEgMTUuNzcxIDI3Ljc3MTcgMTUuMDQyNyAyOC41NDU3WiIgZmlsbD0iIzQ1NDU0NSIvPgo8L3N2Zz4K) !important;
    background-size: 16px 30px;
    background-repeat: no-repeat;
    left: 22px; }
  .housing-grid .slick-next:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjk1NzI1MyAyOC41NDU3QzEuMzEwODEgMjguOTI3OSAxLjc5MjA4IDI5LjE0MjkgMi4yOTQxNCAyOS4xNDI5QzIuNzk2MiAyOS4xNDI5IDMuMjc3NDcgMjguOTI3OSAzLjYzMTAyIDI4LjU0NTdMMTQuOTI4NiAxNi40MzE4QzE1LjI4NTEgMTYuMDUyNyAxNS40ODU2IDE1LjUzNjcgMTUuNDg1NiAxNC45OTgzQzE1LjQ4NTYgMTQuNDYgMTUuMjg1MSAxMy45NDQgMTQuOTI4NiAxMy41NjQ5TDMuNjMxMDIgMS40NTA5OUMzLjE1MzQgMC45Mzg4NTcgMi40NTcyNSAwLjczODg0NyAxLjgwNDggMC45MjYzQzEuMTUyMzYgMS4xMTM3NSAwLjY0Mjc0MSAxLjY2MDE5IDAuNDY3OTE5IDIuMzU5NzhDMC4yOTMwOTcgMy4wNTkzNiAwLjQ3OTYzIDMuODA1ODEgMC45NTcyNTMgNC4zMTc5NEwxMC44OTkyIDE1LjAxODVMMC45MTk1OTQgMjUuNzE5MUMwLjIxMjI4MyAyNi41MTUxIDAuMjI5MDIzIDI3Ljc3MTcgMC45NTcyNTMgMjguNTQ1N1oiIGZpbGw9IiM0NTQ1NDUiLz4KPC9zdmc+) !important;
    background-size: 16px 30px;
    background-repeat: no-repeat;
    right: 22px; }

.tab-only {
  display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .tab-only {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .tab-only {
      display: block; } }

.content-block .text {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.content-block p {
  line-height: 1.5; }

.content-block .image {
  display: flex;
  justify-content: center; }
  .content-block .image img {
    height: 640px; }
    @media only screen and (max-width: 479px) {
      .content-block .image img {
        height: 400px; } }

@media only screen and (max-width: 479px) {
  #inicio .content-block {
    padding-bottom: 0; } }

.property-new {
  width: 100%;
  background: #ffffff;
  padding: 45px 15px 40px; }
  .property-new .head-blk h3 {
    margin-bottom: 47px; }
    @media only screen and (max-width: 479px) {
      .property-new .head-blk h3 {
        font-size: 18px;
        line-height: 22px; } }
  .property-new .row.collapse .medium-12.columns .slick-slide {
    padding: 0 15px; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .property-new .row.collapse .medium-12.columns .slick-slide {
        padding: 0 10px; } }
    @media only screen and (max-width: 479px) {
      .property-new .row.collapse .medium-12.columns .slick-slide {
        padding: 0 10px; } }
  .property-new .grid-single {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(31, 31, 31, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(31, 31, 31, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(31, 31, 31, 0.1);
    margin-bottom: 34px; }
    .property-new .grid-single .villa-image a.image-blk {
      height: 242px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .property-new .grid-single .villa-image a.image-blk {
          height: 226px; } }
    .property-new .grid-single .villa-info {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .property-new .grid-single .villa-info .room-facility {
        width: 100%;
        border-bottom: 1px solid #efefef;
        padding: 13px 5px 21px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
  .property-new .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .property-new .slick-dots li button {
      width: 12px;
      height: 12px;
      font-size: 0;
      border-radius: 100%;
      background: #f1f1f2;
      margin: 0 4px;
      cursor: pointer;
      outline: none; }
    .property-new .slick-dots li.slick-active button {
      background: #5ea4d7; }
  .property-new .slick-prev,
  .property-new .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -11px;
    margin: 0;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #eae7e7;
    outline: none;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .property-new .slick-prev:hover,
  .property-new .slick-prev:focus,
  .property-new .slick-next:hover,
  .property-new .slick-next:focus {
    background: #5ea4d7; }
  .property-new .slick-prev:before,
  .property-new .slick-next:before {
    width: 8px;
    height: 15px;
    content: "";
    position: absolute;
    top: 9px;
    margin: 0 auto;
    background-position: center center; }
  .property-new .slick-prev {
    left: 43%;
    right: auto;
    z-index: 10; }
  .property-new .slick-next {
    right: 43%;
    left: auto; }
  @media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
    .property-new .slick-prev {
      left: 35%; }
    .property-new .slick-next {
      right: 35%; } }
  @media screen and (max-width: 37.4375em) {
    .property-new .slick-prev {
      left: 5px; }
    .property-new .slick-next {
      right: 5px; } }
  .property-new .slick-prev:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4wNDI3IDI4LjU0NTdDMTQuNjg5MiAyOC45Mjc5IDE0LjIwNzkgMjkuMTQyOSAxMy43MDU5IDI5LjE0MjlDMTMuMjAzOCAyOS4xNDI5IDEyLjcyMjUgMjguOTI3OSAxMi4zNjkgMjguNTQ1N0wxLjA3MTM1IDE2LjQzMThDMC43MTQ4ODcgMTYuMDUyNyAwLjUxNDM4MSAxNS41MzY3IDAuNTE0MzgxIDE0Ljk5ODNDMC41MTQzODEgMTQuNDYgMC43MTQ4ODcgMTMuOTQ0IDEuMDcxMzUgMTMuNTY0OUwxMi4zNjkgMS40NTA5OUMxMi44NDY2IDAuOTM4ODU3IDEzLjU0MjggMC43Mzg4NDcgMTQuMTk1MiAwLjkyNjNDMTQuODQ3NiAxLjExMzc1IDE1LjM1NzMgMS42NjAxOSAxNS41MzIxIDIuMzU5NzhDMTUuNzA2OSAzLjA1OTM2IDE1LjUyMDQgMy44MDU4MSAxNS4wNDI3IDQuMzE3OTRMNS4xMDA4NCAxNS4wMTg1TDE1LjA4MDQgMjUuNzE5MUMxNS43ODc3IDI2LjUxNTEgMTUuNzcxIDI3Ljc3MTcgMTUuMDQyNyAyOC41NDU3WiIgZmlsbD0iIzQ1NDU0NSIvPgo8L3N2Zz4K) !important;
    background-size: 8px 15px;
    background-repeat: no-repeat;
    left: 12px; }
  .property-new .slick-next:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjk1NzI1MyAyOC41NDU3QzEuMzEwODEgMjguOTI3OSAxLjc5MjA4IDI5LjE0MjkgMi4yOTQxNCAyOS4xNDI5QzIuNzk2MiAyOS4xNDI5IDMuMjc3NDcgMjguOTI3OSAzLjYzMTAyIDI4LjU0NTdMMTQuOTI4NiAxNi40MzE4QzE1LjI4NTEgMTYuMDUyNyAxNS40ODU2IDE1LjUzNjcgMTUuNDg1NiAxNC45OTgzQzE1LjQ4NTYgMTQuNDYgMTUuMjg1MSAxMy45NDQgMTQuOTI4NiAxMy41NjQ5TDMuNjMxMDIgMS40NTA5OUMzLjE1MzQgMC45Mzg4NTcgMi40NTcyNSAwLjczODg0NyAxLjgwNDggMC45MjYzQzEuMTUyMzYgMS4xMTM3NSAwLjY0Mjc0MSAxLjY2MDE5IDAuNDY3OTE5IDIuMzU5NzhDMC4yOTMwOTcgMy4wNTkzNiAwLjQ3OTYzIDMuODA1ODEgMC45NTcyNTMgNC4zMTc5NEwxMC44OTkyIDE1LjAxODVMMC45MTk1OTQgMjUuNzE5MUMwLjIxMjI4MyAyNi41MTUxIDAuMjI5MDIzIDI3Ljc3MTcgMC45NTcyNTMgMjguNTQ1N1oiIGZpbGw9IiM0NTQ1NDUiLz4KPC9zdmc+) !important;
    background-size: 8px 15px;
    background-repeat: no-repeat;
    right: 11px; }

.highlightedprop-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 30px; }
  .highlightedprop-container .grid-single {
    margin-bottom: 0; }
  @media screen and (min-width: 37.5em) and (max-width: 64em) {
    .highlightedprop-container {
      grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
      gap: 25px 15px; } }
  @media screen and (max-width: 37.4375em) {
    .highlightedprop-container {
      display: block; }
      .highlightedprop-container .grid-single {
        margin-bottom: 50px; } }

.quick-links {
  width: 100%;
  background: #f6f7f9;
  padding: 55px 0 73px; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .quick-links {
      padding: 50px 0 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick-links {
      padding: 40px 0 20px; } }
  @media only screen and (max-width: 767px) {
    .quick-links {
      padding: 40px 0 20px; } }
  .quick-links .link-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 19px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .quick-links .link-list {
        padding: 0 27px; } }
    @media only screen and (max-width: 767px) {
      .quick-links .link-list {
        padding: 0 10px; } }
    .quick-links .link-list .link-single {
      width: 25%;
      padding: 0 11px;
      margin-bottom: 21px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .quick-links .link-list .link-single {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .quick-links .link-list .link-single {
          width: 50%; } }
      @media only screen and (max-width: 479px) {
        .quick-links .link-list .link-single {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .quick-links .link-list .link-single {
          margin-bottom: 10px;
          padding: 0 5px; } }
      .quick-links .link-list .link-single a.quick-image {
        display: block;
        width: 100%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        height: 237px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .quick-links .link-list .link-single a.quick-image {
            height: 217px; } }
        @media only screen and (max-width: 767px) {
          .quick-links .link-list .link-single a.quick-image {
            height: 217px; } }
        @media only screen and (max-width: 479px) {
          .quick-links .link-list .link-single a.quick-image {
            height: 217px; } }
        .quick-links .link-list .link-single a.quick-image img {
          display: block;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
        .quick-links .link-list .link-single a.quick-image .link-overlay {
          float: left;
          left: 50%;
          margin: auto;
          position: absolute;
          text-align: center;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%; }
          .quick-links .link-list .link-single a.quick-image .link-overlay h3 {
            font-weight: 400;
            color: #ffffff;
            padding-bottom: 3px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out; }
            @media only screen and (max-width: 767px) {
              .quick-links .link-list .link-single a.quick-image .link-overlay h3 {
                font-size: 15px;
                line-height: 20px; } }
          .quick-links .link-list .link-single a.quick-image .link-overlay span {
            font-size: 16px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            display: inline-block; }
            @media only screen and (max-width: 767px) {
              .quick-links .link-list .link-single a.quick-image .link-overlay span {
                font-size: 14px; } }
        .quick-links .link-list .link-single a.quick-image:hover span {
          background: #111;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          padding: 14px 16px 12px;
          border: 1px solid transparent; }
          .quick-links .link-list .link-single a.quick-image:hover span:hover {
            border: 1px solid #111;
            background: transparent; }
          @media only screen and (max-width: 767px) {
            .quick-links .link-list .link-single a.quick-image:hover span {
              padding: 7px 10px 7px; } }
        .quick-links .link-list .link-single a.quick-image:hover:before {
          background-color: rgba(0, 0, 0, 0.7); }

.highlightedprop-container .grid-single .villa-info .villa-price {
  font-weight: 700; }

section.newsletter-section {
  width: 100%;
  display: flex;
  background: url(../images/content/empty-modern-room-with-furniture.jpg) no-repeat #e6e6e6;
  background-size: auto 480px;
  height: 480px;
  margin: 1px 0; }
  section.newsletter-section .left {
    width: 800px; }
  section.newsletter-section .right {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 479px) {
      section.newsletter-section .right {
        margin: 0 auto; }
        section.newsletter-section .right .form-wrapper {
          flex-direction: column;
          align-items: center; } }
    section.newsletter-section .right h2 {
      color: #000;
      font-weight: 400;
      margin: 0 0 0.6rem 0; }
    section.newsletter-section .right p {
      color: #000;
      width: 80%;
      line-height: 1.6; }
    section.newsletter-section .right #home-newsletter {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-wrap: wrap; }
      section.newsletter-section .right #home-newsletter .form-wrapper {
        display: flex;
        column-gap: 1rem;
        row-gap: 1rem;
        flex-wrap: wrap; }
      section.newsletter-section .right #home-newsletter .input-outer {
        position: relative; }
        section.newsletter-section .right #home-newsletter .input-outer input {
          width: 300px;
          margin: 0;
          border: none;
          border-bottom: 2px solid #aaa;
          min-height: 56px;
          background: transparent;
          box-shadow: none; }
          section.newsletter-section .right #home-newsletter .input-outer input::placeholder {
            color: #666; }
          section.newsletter-section .right #home-newsletter .input-outer input:focus {
            background: #ebebeb; }
        section.newsletter-section .right #home-newsletter .input-outer img {
          position: absolute;
          top: 14px;
          right: 14px;
          width: 14px; }
        section.newsletter-section .right #home-newsletter .input-outer .button {
          background: #583188;
          color: #fff;
          text-transform: uppercase; }
          section.newsletter-section .right #home-newsletter .input-outer .button:hover {
            background: #111b2f; }
      section.newsletter-section .right #home-newsletter .checkbox-outer {
        width: 300px;
        color: #000; }
        section.newsletter-section .right #home-newsletter .checkbox-outer label {
          color: #000;
          gap: 1rem; }
        section.newsletter-section .right #home-newsletter .checkbox-outer a {
          color: #583188;
          margin: 0 4px; }
  @media screen and (max-width: 64em) {
    section.newsletter-section {
      padding: 0 4rem;
      background: #e6e6e6;
      height: 360px; }
      section.newsletter-section .left {
        width: 0; } }
  @media screen and (max-width: 48em) {
    section.newsletter-section {
      padding: 0 2rem;
      height: auto; } }

.break {
  flex-basis: 100%;
  height: 0; }

section.map-section {
  margin-top: 3rem; }
  section.map-section h3 {
    margin-bottom: 2rem; }
  section.map-section .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 24px; }
    section.map-section .buttons .main-btn {
      color: #583188; }
      section.map-section .buttons .main-btn.active {
        background: #583188;
        color: #fff; }
  section.map-section #homepage-map {
    width: 100%;
    height: 508px;
    display: block; }
    @media (max-width: 991px) {
      section.map-section #homepage-map {
        height: 360px; } }

.footerimg-outer-block {
  width: 100%;
  height: 430px; }
  .footerimg-outer-block > img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: center center; }

.map-popup {
  width: 260px; }
  .map-popup a {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc; }
    .map-popup a .content-top {
      position: relative; }
      .map-popup a .content-top .property-img img {
        width: 100%;
        height: 160px;
        object-fit: cover; }
      .map-popup a .content-top .category {
        font-size: 16px;
        background: #ccc;
        padding: 4px 10px;
        position: absolute;
        top: 0;
        left: 0;
        text-transform: uppercase; }
        .map-popup a .content-top .category span {
          color: #111; }
    .map-popup a .content-btm {
      padding: 2px 12px 12px 12px;
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .map-popup a .content-btm .title-blk h6 {
        text-align: center;
        margin-bottom: 16px; }
      .map-popup a .content-btm .icon-blk ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0;
        padding: 0; }
        .map-popup a .content-btm .icon-blk ul li {
          display: flex;
          gap: 4px; }
          .map-popup a .content-btm .icon-blk ul li span {
            color: #111;
            font-size: 14px; }
          .map-popup a .content-btm .icon-blk ul li img {
            height: 16px;
            opacity: 0.8; }
      .map-popup a .content-btm .price-blk {
        display: flex;
        justify-content: space-between;
        margin-top: 4px;
        padding-top: 10px;
        border-top: 1px solid #ccc; }
        .map-popup a .content-btm .price-blk span.reference {
          color: #111;
          font-size: 16px; }
        .map-popup a .content-btm .price-blk span.price {
          color: #111;
          font-size: 16px; }

.content.internal {
  margin-top: 120px; }

.content .banner-block {
  height: 140px;
  background-image: linear-gradient(to right, #583188 0%, #c92062 100%); }

.content .main {
  padding: 1.6rem 0 4rem 0; }

.content h1 {
  margin: 0.6rem 0 2rem 0;
  color: #583188;
  position: relative; }
  .content h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    border-bottom: 3px solid #c92062;
    width: 60px; }

.content h2 {
  margin: 0.8rem 0 0.6rem 0;
  font-size: 24px; }

.content h3 {
  margin: 0.8rem 0 0.6rem 0;
  font-size: 18px; }

.content p {
  padding: 0 0 0.8rem;
  line-height: 1.8; }
  .content p strong {
    color: #c92062; }

.content ul,
.content ol {
  padding: 0 0 2rem 1.6rem;
  list-style-type: disc; }
  .content ul li,
  .content ol li {
    color: #111;
    margin-bottom: 0.6rem;
    list-style-type: disc;
    line-height: 1.6;
    font-size: 18px; }

.content table {
  margin-bottom: 3rem; }
  .content table td {
    color: #111; }

.content .content-text {
  padding-right: 2rem; }

.content .content-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  .content .content-gallery img {
    width: 100%; }

.logic {
  padding: 1rem 0 3rem 0; }

#inicio .outer-search {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
  background: rgba(255, 255, 255, 0.4); }
  @media only screen and (max-width: 479px) {
    #inicio .outer-search {
      bottom: unset;
      top: 260px; } }

#viviendas .outer-search {
  background: #583188; }
  #viviendas .outer-search .searchbutton input {
    background: #fff600;
    color: #583188; }
    #viviendas .outer-search .searchbutton input:hover {
      background: #e4dc03; }

.outer-search {
  width: 100%;
  border-radius: 0; }
  .outer-search .filter-box {
    margin: 0 14px 0 13px;
    padding: 27px 26px 17px 27px;
    max-width: 1018px;
    margin: 0 auto;
    gap: 12px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .outer-search .filter-box {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 15px;
        max-width: 452px;
        gap: 8px; } }
    .outer-search .filter-box .selectbox {
      max-width: 262px;
      width: 48%;
      margin-bottom: 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .outer-search .filter-box .selectbox.reference {
          -webkit-box-ordinal-group: 0;
          -moz-box-ordinal-group: 0;
          -ms-flex-order: 0;
          -webkit-order: 0;
          order: 0; } }
      @media only screen and (max-width: 767px) {
        .outer-search .filter-box .selectbox.reference {
          -webkit-box-ordinal-group: 3;
          -moz-box-ordinal-group: 3;
          -ms-flex-order: 3;
          -webkit-order: 3;
          order: 3; } }
      @media (min-width: 992px) and (max-width: 1279px) {
        .outer-search .filter-box .selectbox {
          max-width: 210px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .outer-search .filter-box .selectbox {
          width: calc(50% - 7px); } }
      @media only screen and (max-width: 767px) {
        .outer-search .filter-box .selectbox {
          max-width: 205px;
          width: 100%; } }
      @media only screen and (max-width: 479px) {
        .outer-search .filter-box .selectbox {
          max-width: unset;
          width: 49%;
          margin-left: auto;
          margin-right: auto; } }
    .outer-search .filter-box .searchbutton {
      max-width: 262px;
      width: 49%; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .outer-search .filter-box .searchbutton {
          max-width: 210px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .outer-search .filter-box .searchbutton {
          -webkit-box-ordinal-group: 4;
          -moz-box-ordinal-group: 4;
          -ms-flex-order: 4;
          -webkit-order: 4;
          order: 4; } }
      @media only screen and (max-width: 767px) {
        .outer-search .filter-box .searchbutton {
          max-width: 205px;
          -webkit-box-ordinal-group: 4;
          -moz-box-ordinal-group: 4;
          -ms-flex-order: 4;
          -webkit-order: 4;
          order: 4; } }
      @media only screen and (max-width: 479px) {
        .outer-search .filter-box .searchbutton {
          margin: 0 auto;
          width: 90%;
          max-width: 90%; } }
      .outer-search .filter-box .searchbutton .button {
        background: #fff600;
        height: 47px;
        line-height: 48px;
        border: 0;
        box-shadow: none;
        padding: 0;
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        border-radius: 0;
        text-transform: uppercase;
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        .outer-search .filter-box .searchbutton .button:hover {
          background: #e4dc03; }
        .outer-search .filter-box .searchbutton .button.options {
          background: #c92062;
          color: #fff; }
          .outer-search .filter-box .searchbutton .button.options:hover {
            background: #c92062; }
    .outer-search .filter-box .filter-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 0 8px;
      flex-direction: column;
      width: calc(24%);
      border-radius: 0;
      gap: 16px; }
      .outer-search .filter-box .filter-left .selectbox {
        width: 100%;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          .outer-search .filter-box .filter-left .selectbox {
            width: 49%; } }
        @media only screen and (max-width: 479px) {
          .outer-search .filter-box .filter-left .selectbox {
            width: 48%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .outer-search .filter-box .filter-left {
          gap: 13px; } }
      @media only screen and (max-width: 767px) {
        .outer-search .filter-box .filter-left {
          width: 100%;
          flex-direction: row;
          gap: 8px;
          justify-content: space-between; } }
      @media only screen and (max-width: 479px) {
        .outer-search .filter-box .filter-left {
          flex-direction: column;
          align-items: center; }
          .outer-search .filter-box .filter-left .selectbox {
            width: 90%; } }
      @media only screen and (max-width: 767px) {
        .outer-search .filter-box .filter-left {
          width: 100%;
          justify-content: space-between; } }
      @media only screen and (max-width: 479px) {
        .outer-search .filter-box .filter-left {
          flex-direction: column;
          align-items: center; }
          .outer-search .filter-box .filter-left .selectbox {
            width: 90%; } }
    .outer-search .filter-box .filter-center {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 12px;
      width: calc(48%); }
      .outer-search .filter-box .filter-center .selectbox,
      .outer-search .filter-box .filter-center input,
      .outer-search .filter-box .filter-center .button,
      .outer-search .filter-box .filter-center .searchbutton {
        width: 100%; }
      @media only screen and (max-width: 767px) {
        .outer-search .filter-box .filter-center {
          width: 100%; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .outer-search .filter-box .filter-center .selectbox:last-child,
        .outer-search .filter-box .filter-center :nth-last-child(2) {
          margin: 0; } }
      @media only screen and (max-width: 479px) {
        .outer-search .filter-box .filter-center {
          grid-template-columns: 1fr; }
          .outer-search .filter-box .filter-center .selectbox {
            width: 90%; }
            .outer-search .filter-box .filter-center .selectbox:last-child {
              margin-bottom: 0; }
          .outer-search .filter-box .filter-center .searchbutton .button {
            margin-bottom: 8px; } }
    .outer-search .filter-box .filter-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: calc(38.5%);
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      @media (min-width: 768px) and (max-width: 991px) {
        .outer-search .filter-box .filter-right {
          width: calc(50% - 7px); } }
      @media only screen and (max-width: 767px) {
        .outer-search .filter-box .filter-right {
          width: 100%; } }
      @media only screen and (max-width: 479px) {
        .outer-search .filter-box .filter-right {
          flex-direction: column;
          align-items: center; }
          .outer-search .filter-box .filter-right .selectbox {
            width: 90%; } }
      .outer-search .filter-box .filter-right .selectbox {
        width: 48%; }
        @media (min-width: 992px) and (max-width: 1279px) {
          .outer-search .filter-box .filter-right .selectbox {
            width: 50%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .outer-search .filter-box .filter-right .selectbox {
            width: calc(50% - 7px); } }
        @media only screen and (max-width: 767px) {
          .outer-search .filter-box .filter-right .selectbox {
            width: 100%; } }
        @media only screen and (max-width: 479px) {
          .outer-search .filter-box .filter-right .selectbox {
            width: 90%; } }
  .outer-search .searchform__bottom {
    max-width: 1018px;
    width: 100%;
    position: absolute;
    bottom: -51px;
    display: none; }
    .outer-search .searchform__bottom.show {
      display: block; }
    .outer-search .searchform__bottom label {
      cursor: pointer;
      text-transform: uppercase; }
    .outer-search .searchform__bottom > div {
      background: #fff;
      padding: 1.2rem;
      display: flex;
      justify-content: flex-end;
      gap: 2rem;
      margin: 0 12px 0 12px;
      box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 479px) {
        .outer-search .searchform__bottom > div {
          display: grid;
          grid-template-columns: 1fr 1fr; } }
      .outer-search .searchform__bottom > div .radio-blk1 {
        position: relative;
        z-index: 1; }
        .outer-search .searchform__bottom > div .radio-blk1 label {
          color: #666;
          display: flex;
          gap: 0.6rem; }
          .outer-search .searchform__bottom > div .radio-blk1 label input[type="checkbox"] {
            margin: 0 !important; }
    @media only screen and (max-width: 767px) {
      .outer-search .searchform__bottom {
        position: relative;
        bottom: unset;
        width: 560px;
        transform: translate(-12.5%); } }
    @media only screen and (max-width: 479px) {
      .outer-search .searchform__bottom {
        width: 380px;
        transform: unset;
        margin: 0 auto; }
        .outer-search .searchform__bottom > div {
          gap: 1rem; }
          .outer-search .searchform__bottom > div .radio-blk1 label {
            justify-content: center; } }

.SumoSelect .select {
  margin: 0; }

.SumoSelect .SelectBox {
  background-color: #eee;
  height: 47px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 20px;
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  color: #111;
  font-style: normal; }
  .SumoSelect .SelectBox span {
    color: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    cursor: pointer; }
  .SumoSelect .SelectBox label i {
    background: transparent url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjYXJldC1kb3duIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2FyZXQtZG93biBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9IiM1NDU0NTQiIGQ9Ik0zMS4zIDE5MmgyNTcuM2MxNy44IDAgMjYuNyAyMS41IDE0LjEgMzQuMUwxNzQuMSAzNTQuOGMtNy44IDcuOC0yMC41IDcuOC0yOC4zIDBMMTcuMiAyMjYuMUM0LjYgMjEzLjUgMTMuNSAxOTIgMzEuMyAxOTJ6Ij48L3BhdGg+PC9zdmc+") center center no-repeat; }

.SumoSelect > .optWrapper {
  top: 45px; }
  .SumoSelect > .optWrapper .options li.opt {
    padding: 6px 20px; }
    .SumoSelect > .optWrapper .options li.opt label {
      font-size: 15px;
      font-size: 0.9375em;
      font-size: 0.9375rem;
      color: #111; }
    .SumoSelect > .optWrapper .options li.opt.selected span i {
      background-color: #583188 !important; }
  .SumoSelect > .optWrapper.multiple .options li.opt {
    padding: 6px 20px 6px 35px; }

.SumoSelect > .optWrapper > .options li.opt.selected {
  background-color: #e4e4e4; }

.proplisting-title-block .proplisting-title {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 48px; }
  .proplisting-title-block .proplisting-title p {
    order: 0;
    margin: 0;
    font-size: 18px;
    font-family: "Albert Sans", sans-serif;
    width: 240px; }
    .proplisting-title-block .proplisting-title p strong {
      font-weight: 700; }
  .proplisting-title-block .proplisting-title .selectbox--order {
    width: 240px; }
  .proplisting-title-block .proplisting-title h1 {
    font-size: 24px;
    font-size: 1.5em;
    font-size: 1.5rem;
    margin: 0;
    order: 1; }
    .proplisting-title-block .proplisting-title h1:after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: -16px;
      border-bottom: 3px solid #c92062;
      width: 60px; }
  .proplisting-title-block .proplisting-title .selectbox {
    order: 2; }
    .proplisting-title-block .proplisting-title .selectbox select {
      margin: 0; }
  @media only screen and (max-width: 479px) {
    .proplisting-title-block .proplisting-title {
      padding: 0;
      flex-direction: column; }
      .proplisting-title-block .proplisting-title p {
        text-align: center; }
      .proplisting-title-block .proplisting-title h1 {
        margin-bottom: 2rem; } }

.listing-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
  margin: 0 6rem; }
  @media screen and (min-width: 64em) and (max-width: 75em) {
    .listing-container {
      margin: 0 2rem; } }
  @media screen and (min-width: 48em) and (max-width: 64em) {
    .listing-container {
      gap: 25px 15px;
      margin: 0 0.4rem; }
      .listing-container .grid-single .villa-image a img {
        height: 228px; } }
  @media screen and (min-width: 37.5em) and (max-width: 47.9375em) {
    .listing-container {
      grid-template-columns: 1fr;
      margin: 0 0.4rem; }
      .listing-container .grid-single .villa-image a img {
        height: 360px; } }
  @media screen and (max-width: 37.4375em) {
    .listing-container {
      display: block;
      margin: 0 0.4rem; }
      .listing-container .grid-single .villa-image a img {
        height: 280px; }
      .listing-container .grid-single {
        margin-bottom: 50px; } }
  @media screen and (max-width: 33.125em) {
    .listing-container {
      display: block;
      margin: 0 0.4rem; }
      .listing-container .grid-single .villa-image a img {
        height: 200px; }
      .listing-container .grid-single {
        margin-bottom: 50px; } }

.detail .listing-container {
  margin: 0; }

.content .listing-container {
  grid-template-columns: 1fr 1fr 1fr; }

.pagination-outercon {
  margin: 36px 0 57px; }
  .pagination-outercon .pagination {
    text-align: center; }
    .pagination-outercon .pagination li {
      font-size: 16px;
      font-size: 1em;
      font-size: 1rem;
      text-transform: uppercase;
      color: #583188;
      font-weight: 400;
      border-radius: 2px;
      padding: 0.4em 1em; }
      .pagination-outercon .pagination li a {
        font-size: inherit; }
      .pagination-outercon .pagination li.current, .pagination-outercon .pagination li:hover {
        background-color: #583188;
        color: #fff; }
        .pagination-outercon .pagination li.current a, .pagination-outercon .pagination li:hover a {
          background-color: transparent;
          color: inherit; }
        .pagination-outercon .pagination li.current span, .pagination-outercon .pagination li:hover span {
          color: inherit; }

.grid-single {
  width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .grid-single {
      margin-bottom: 42px; } }
  @media only screen and (max-width: 767px) {
    .grid-single {
      margin-bottom: 42px; } }
  .grid-single .villa-image {
    width: 100%;
    position: relative; }
    .grid-single .villa-image a {
      display: block;
      width: 100%; }
      .grid-single .villa-image a img {
        display: block;
        width: 100%;
        height: 230px;
        object-fit: cover; }
      @media (min-width: 768px) and (max-width: 991px) {
        .grid-single .villa-image a {
          height: 180px; }
          .grid-single .villa-image a img {
            height: 180px !important; } }
    .grid-single .villa-image .ribbons {
      position: absolute;
      top: 0;
      left: 0; }
      .grid-single .villa-image .ribbons .ribbon {
        font-size: 12px;
        line-height: 12px;
        font-family: "Albert Sans", sans-serif;
        font-weight: 400;
        color: #ffffff;
        padding: 8px 12px;
        text-align: center;
        text-transform: uppercase; }
        .grid-single .villa-image .ribbons .ribbon.reference-number {
          background: rgba(37, 37, 37, 0.8); }
        .grid-single .villa-image .ribbons .ribbon.nuevo {
          background: rgba(50, 168, 82, 0.8); }
        .grid-single .villa-image .ribbons .ribbon.reducido {
          background: rgba(168, 47, 166, 0.8); }
        .grid-single .villa-image .ribbons .ribbon.reservado {
          background: rgba(168, 136, 47, 0.8); }
        .grid-single .villa-image .ribbons .ribbon.vendido {
          background: rgba(168, 63, 47, 0.8); }
        .grid-single .villa-image .ribbons .ribbon.oferta {
          background: rgba(48, 88, 176, 0.8); }
    .grid-single .villa-image .property-status {
      position: absolute;
      left: 13px;
      top: 35px;
      font-size: 14px;
      font-size: 0.875em;
      font-size: 0.875rem;
      line-height: 12px;
      color: #ffffff;
      background: #5ea4d7;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      min-width: 84px;
      text-align: center;
      padding: 8px 18px 8px 15px; }
    .grid-single .villa-image .favorite-btn {
      position: absolute;
      right: 12px;
      top: 12px;
      width: 38px;
      height: 38px;
      display: none; }
      .grid-single .villa-image .favorite-btn a {
        width: 38px;
        height: 38px;
        background-color: rgba(255, 255, 255, 0.7);
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        .grid-single .villa-image .favorite-btn a img {
          width: 30px;
          height: 30px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          .grid-single .villa-image .favorite-btn a img.favorite-active {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            width: 30px;
            height: 30px; }
        .grid-single .villa-image .favorite-btn a.activated .favorite-active {
          opacity: 1;
          visibility: visible;
          position: static; }
        .grid-single .villa-image .favorite-btn a.activated .favorite-normal {
          opacity: 0;
          visibility: hidden;
          position: absolute; }
    .grid-single .villa-image .description {
      position: static;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #583188;
      font-size: 18px;
      line-height: 26px;
      color: #ffffff;
      padding: 12px 22px 12px;
      text-align: center;
      justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media (min-width: 1200px) and (max-width: 1399px) {
        .grid-single .villa-image .description {
          font-size: 15px; } }
      @media (min-width: 992px) and (max-width: 1279px) {
        .grid-single .villa-image .description {
          font-size: 15px;
          line-height: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .grid-single .villa-image .description {
          font-size: 13px;
          line-height: 20px;
          padding: 8px; } }
      @media only screen and (max-width: 767px) {
        .grid-single .villa-image .description {
          font-size: 15px; } }
  .grid-single .villa-info {
    width: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (min-width: 768px) and (max-width: 991px) {
      .grid-single .villa-info {
        flex-direction: column;
        align-items: center; } }
    .grid-single .villa-info .room-facility {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 1.2rem;
      padding: 20px 0 20px 20px; }
      @media only screen and (max-width: 479px) {
        .grid-single .villa-info .room-facility {
          padding: 13px 0 12px 3px; } }
      .grid-single .villa-info .room-facility .facility-single {
        display: flex;
        justify-content: space-between;
        height: 20px;
        align-items: center; }
        .grid-single .villa-info .room-facility .facility-single img {
          height: 16px; }
        @media (min-width: 1200px) and (max-width: 1399px) {
          .grid-single .villa-info .room-facility .facility-single {
            padding: 0 11px; } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .grid-single .villa-info .room-facility .facility-single {
            padding: 0 5px; }
            .grid-single .villa-info .room-facility .facility-single img {
              height: 14px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .grid-single .villa-info .room-facility .facility-single {
            padding: 0 5px; }
            .grid-single .villa-info .room-facility .facility-single img {
              height: 14px; } }
        @media only screen and (max-width: 767px) {
          .grid-single .villa-info .room-facility .facility-single {
            padding: 0 11px; } }
        @media only screen and (max-width: 479px) {
          .grid-single .villa-info .room-facility .facility-single {
            padding: 0 2px; } }
        .grid-single .villa-info .room-facility .facility-single img {
          display: table-cell;
          vertical-align: middle; }
        .grid-single .villa-info .room-facility .facility-single span {
          font-size: 16px;
          color: #333333;
          padding: 3px 0 0 8px;
          display: table-cell;
          vertical-align: middle; }
          @media (min-width: 1200px) and (max-width: 1399px) {
            .grid-single .villa-info .room-facility .facility-single span {
              font-size: 13px; } }
          @media (min-width: 992px) and (max-width: 1279px) {
            .grid-single .villa-info .room-facility .facility-single span {
              font-size: 13px; } }
          @media only screen and (max-width: 479px) {
            .grid-single .villa-info .room-facility .facility-single span {
              font-size: 13px; } }
    .grid-single .villa-info .villa-price {
      color: #583188;
      font-size: 18px;
      font-weight: 700;
      padding: 17px 24px 19px 5px;
      text-align: right; }
      @media (min-width: 1200px) and (max-width: 1399px) {
        .grid-single .villa-info .villa-price {
          font-size: 15px;
          padding: 17px 15px 19px 5px; } }
      @media (min-width: 992px) and (max-width: 1279px) {
        .grid-single .villa-info .villa-price {
          font-size: 14px;
          padding: 17px 11px 19px 5px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .grid-single .villa-info .villa-price {
          padding: 18px 0; } }
      @media only screen and (max-width: 767px) {
        .grid-single .villa-info .villa-price {
          font-size: 15px;
          padding: 15px 18px 15px 5px; } }
      @media only screen and (max-width: 479px) {
        .grid-single .villa-info .villa-price {
          font-size: 11px;
          padding: 15px 9px 11px 5px; } }

/**********************************************
    Detail page
***********************************************/
.detail .detail-top {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 3rem;
  background: #583188;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .detail .detail-top h1,
  .detail .detail-top h2 {
    color: #fff;
    font-weight: 500;
    font-size: 28px; }
  .detail .detail-top h2 {
    font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .detail .detail-top {
      flex-direction: column;
      padding: 1rem; }
      .detail .detail-top h1 {
        font-size: 18px;
        text-align: center; }
      .detail .detail-top h2 {
        font-size: 24px; } }

.detail .inner-banner {
  padding: 35px 0 0; }
  @media (max-width: 991px) {
    .detail .inner-banner {
      padding: 30px 0; } }

.detail .image-box {
  position: relative; }
  .detail .image-box a {
    display: block; }
  .detail .image-box picture {
    display: block; }
  .detail .image-box img {
    display: block; }
  .detail .image-box .main-photo {
    width: 100%;
    height: 640px;
    object-fit: cover; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .detail .image-box .main-photo {
        height: 480px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .detail .image-box .main-photo {
        height: 360px; } }
    @media only screen and (max-width: 479px) {
      .detail .image-box .main-photo {
        height: 280px; } }
  .detail .image-box .ribbons {
    position: absolute;
    left: 13px;
    top: 12px; }
    .detail .image-box .ribbons .ribbon {
      font-size: 12px;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      color: #ffffff;
      background: rgba(37, 37, 37, 0.8);
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      padding: 5px 8px 5px;
      margin-bottom: 4px;
      text-align: center;
      text-transform: uppercase; }
      .detail .image-box .ribbons .ribbon.reference-number {
        background: rgba(37, 37, 37, 0.8); }
      .detail .image-box .ribbons .ribbon.nuevo {
        background: rgba(50, 168, 82, 0.8); }
      .detail .image-box .ribbons .ribbon.reducido {
        background: rgba(168, 47, 166, 0.8); }
      .detail .image-box .ribbons .ribbon.reservado {
        background: rgba(168, 136, 47, 0.8); }
      .detail .image-box .ribbons .ribbon.vendido {
        background: rgba(168, 63, 47, 0.8); }
      .detail .image-box .ribbons .ribbon.oferta {
        background: rgba(48, 88, 176, 0.8); }
  .detail .image-box .property-status {
    font-size: 16px;
    line-height: 12px;
    margin-bottom: 4px;
    color: #ffffff;
    background: #f0556f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 18px 10px 15px; }
  .detail .image-box .favorite-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 38px;
    height: 38px; }
    .detail .image-box .favorite-btn a {
      width: 38px;
      height: 38px;
      background-color: rgba(255, 255, 255, 0.7);
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      .detail .image-box .favorite-btn a img {
        width: 30px;
        height: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        .detail .image-box .favorite-btn a img.favorite-active {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          width: 30px;
          height: 30px; }
      .detail .image-box .favorite-btn a.activated .favorite-active {
        opacity: 1;
        visibility: visible;
        position: static; }
      .detail .image-box .favorite-btn a.activated .favorite-normal {
        opacity: 0;
        visibility: hidden;
        position: absolute; }
  .detail .image-box .photo-count {
    position: absolute;
    right: 20px;
    bottom: 45px;
    background: rgba(0, 0, 0, 0.8);
    padding: 17px 24px;
    font-size: 16px;
    font-weight: 700;
    min-width: 160px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .detail .image-box .photo-count span {
      color: inherit; }
    .detail .image-box .photo-count img {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 3px 0; }
    .detail .image-box .photo-count:hover {
      background: #111; }
    @media (max-width: 991px) {
      .detail .image-box .photo-count {
        font-size: 12px;
        padding: 10px 15px;
        min-width: 120px;
        right: 15px;
        bottom: 15px; } }

.detail .image-box-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: -10px 0; }
  .detail .image-box-outer .image-box {
    padding: 10px 0; }
    .detail .image-box-outer .image-box img {
      height: 200px;
      object-fit: cover;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .detail .image-box-outer .image-box img {
          height: 147px; } }

.detail .inner-banner .row.full {
  max-width: 96%; }

@media (max-width: 991px) {
  .detail .inner-banner .medium-9 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 991px) {
  .detail .inner-banner .medium-3 {
    flex: 0 0 100%;
    max-width: 100%;
    display: none; } }

.detail .print-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 265px; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .detail .print-section {
      max-width: 212px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .detail .print-section {
      width: 100%;
      max-width: 100%;
      padding: 20px 0 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .detail .print-section {
      padding: 15px 0 0; } }
  .detail .print-section .print img {
    width: 27px; }
  .detail .print-section .plan img {
    width: 29px; }
  .detail .print-section a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 14px;
    align-items: center; }
    .detail .print-section a:hover span {
      color: #111; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .detail .print-section a {
        font-size: 12px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .detail .print-section a {
        margin-right: 10px; }
        .detail .print-section a:last-child {
          margin: 0; } }
    .detail .print-section a span {
      color: #333333;
      padding-left: 9px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      @media (min-width: 768px) and (max-width: 991px) {
        .detail .print-section a span {
          max-width: 90px; } }
      .detail .print-section a span:hover {
        color: #111; }

.detail .table-outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #333333;
  width: 100%;
  padding: 37px 0 42px; }
  @media only screen and (max-width: 767px) {
    .detail .table-outer {
      padding: 10px 0 30px;
      display: block; } }
  .detail .table-outer .element {
    display: flex;
    gap: .6rem;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4;
    padding: 12px 0;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .detail .table-outer .element {
        display: block;
        padding: 8px 0; } }
    .detail .table-outer .element.cell1 {
      width: 53%;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .detail .table-outer .element.cell1 {
          width: 100%; } }
      .detail .table-outer .element.cell1:before {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        width: 2px;
        height: 26px;
        background: #f4f4f4; }
        @media only screen and (max-width: 767px) {
          .detail .table-outer .element.cell1:before {
            display: none; } }
    .detail .table-outer .element.cell2 {
      width: 47%;
      padding-left: 20px; }
      @media only screen and (max-width: 767px) {
        .detail .table-outer .element.cell2 {
          width: 100%;
          padding-left: 0; } }
    .detail .table-outer .element span {
      color: #333333;
      display: inline-block;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .detail .table-outer .element span {
          min-width: 50%; } }

.detail #property-map {
  width: 100%;
  height: 400px; }

.contact {
  position: relative; }
  .contact__banner {
    width: 100%;
    height: 577px;
    overflow: hidden; }
    .contact__banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  .contact__container {
    display: flex;
    position: absolute;
    align-items: flex-end;
    z-index: 2;
    width: 100%;
    max-width: 64rem;
    left: calc((100% - 71.25rem) / 2);
    top: 242px; }
    .contact__container__left {
      width: 560px;
      height: auto;
      border-radius: 3px;
      padding: 38px 74px 79px;
      background: rgba(0, 0, 0, 0.6); }
      .contact__container__left h1.contact--title {
        color: #fff; }
    .contact__container__right {
      width: 100%;
      max-width: 363px;
      margin: 0 0 0 auto;
      padding: 0 0 3rem 0; }
      .contact__container__right a {
        color: #111; }
  .contact__contact__details {
    background: #fff;
    padding: 1rem 2rem; }
    .contact__contact__details ul {
      display: flex;
      flex-direction: column;
      gap: 1rem; }
      .contact__contact__details ul li {
        font-size: 1.2rem; }
        .contact__contact__details ul li a {
          display: flex;
          gap: 0.6rem;
          align-items: center;
          color: #583188; }
          .contact__contact__details ul li a:hover {
            color: #583188; }
          .contact__contact__details ul li a i {
            color: #583188;
            margin-top: 4px; }
          .contact__contact__details ul li a.address {
            align-items: flex-start; }
            .contact__contact__details ul li a.address a {
              color: #111; }
              .contact__contact__details ul li a.address a div {
                color: #111; }
  .contact__map {
    width: 100%;
    height: 380px;
    display: block;
    margin: 360px 0 0; }
  .contact .input-outer {
    position: relative;
    overflow: visible;
    margin: 0 0 10px; }
    .contact .input-outer input {
      margin: 0;
      background-color: #eee;
      color: #111;
      height: 45px;
      font-size: 15px;
      font-size: 0.9375em;
      font-size: 0.9375rem;
      padding: 0 10px;
      box-shadow: 0 1px 0 0 rgba(141, 138, 125, 0.38); }
      .contact .input-outer input::placeholder {
        color: inherit; }
    .contact .input-outer span {
      position: absolute;
      top: 12px;
      right: 10px;
      color: #ae0000; }
  .contact .textarea {
    margin: 0 0 10px;
    background-color: #eee;
    color: #111;
    height: 117px;
    font-size: 15px;
    font-size: 0.9375em;
    font-size: 0.9375rem;
    padding: 10px;
    box-shadow: 0 1px 0 0 rgba(141, 138, 125, 0.38); }
    .contact .textarea::placeholder {
      color: #111; }
  .contact .checkbox-outer {
    margin: 0 0 10px; }
    .contact .checkbox-outer input[type="checkbox"] {
      display: none; }
    .contact .checkbox-outer label {
      margin: 0;
      font-size: 12px;
      font-size: 0.75em;
      font-size: 0.75rem;
      color: #fff !important;
      position: relative;
      padding-left: 28px; }
      .contact .checkbox-outer label span {
        display: block;
        position: absolute;
        left: 0;
        width: 18px;
        height: 18px;
        background-color: #eee;
        border: 1px solid #111; }
      .contact .checkbox-outer label a {
        color: #fff;
        text-decoration: underline; }
        .contact .checkbox-outer label a:hover {
          color: #eee; }
    .contact .checkbox-outer input[type="checkbox"]:checked + label span {
      background: #eee url("../images/svg/tick.svg") center center no-repeat; }
  .contact .btn--submit {
    background: #583188;
    height: 48px;
    line-height: 48px;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .contact .btn--submit:hover {
      background: #c92062; }
  .contact .error {
    border: 2px solid #ae0000;
    background: #ffdede !important; }
  .contact p {
    color: #fff; }

.contact--title {
  font-size: 28px;
  font-size: 1.75em;
  font-size: 1.75rem;
  text-align: center;
  margin: 0 0 1.32em; }

.contact__details--title {
  font-size: 26px;
  font-size: 1.625em;
  font-size: 1.625rem;
  text-transform: none;
  margin: 1rem 0 0.5em; }

@media screen and (max-width: 37.4375em) {
  .contact__banner {
    height: 260px; }
  .contact__container {
    position: static;
    flex-wrap: wrap;
    left: 0;
    margin: -98px 1em 0;
    top: -98px; }
    .contact__container__left {
      width: calc(100% - 2em);
      padding: 1em 1.5em;
      margin: 0 0 2.5em; }
    .contact__container__right {
      width: calc(100% - 2em);
      margin: 0 0 40px;
      padding: 0; }
  .contact__map {
    margin: 0; }
  .contact--title {
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem; } }

@media screen and (min-width: 37.5em) and (max-width: 64em) {
  .contact__banner {
    height: 360px; }
  .contact__container {
    width: calc(100% - 2em);
    max-width: none;
    justify-content: space-between;
    left: 1em; }
    .contact__container__left {
      width: 560px;
      padding: 19px 45px 36px; }
    .contact__container__right {
      width: auto;
      margin: 0 30px 40px 60px; }
  .contact__map {
    margin: 420px 0 0; }
  .contact--title {
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem; } }
