@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap);@charset "UTF-8";
/** Wegetit **/
/** Menu height variable **/
/** Wegetit **/
/** Menu height variable **/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 577px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1281px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 577px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1281px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 577px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1281px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 577px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 769px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1025px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1281px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxxxl, .col-xxxxxl-12, .col-xxxxxl-11, .col-xxxxxl-10, .col-xxxxxl-9, .col-xxxxxl-8, .col-xxxxxl-7, .col-xxxxxl-6, .col-xxxxxl-5, .col-xxxxxl-4, .col-xxxxxl-3, .col-xxxxxl-2, .col-xxxxxl-1, .col-xxxxl, .col-xxxxl-12, .col-xxxxl-11, .col-xxxxl-10, .col-xxxxl-9, .col-xxxxl-8, .col-xxxxl-7, .col-xxxxl-6, .col-xxxxl-5, .col-xxxxl-4, .col-xxxxl-3, .col-xxxxl-2, .col-xxxxl-1, .col-xxxl, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 577px) {
  .col-xxxxxl, .col-xxxxxl-12, .col-xxxxxl-11, .col-xxxxxl-10, .col-xxxxxl-9, .col-xxxxxl-8, .col-xxxxxl-7, .col-xxxxxl-6, .col-xxxxxl-5, .col-xxxxxl-4, .col-xxxxxl-3, .col-xxxxxl-2, .col-xxxxxl-1, .col-xxxxl, .col-xxxxl-12, .col-xxxxl-11, .col-xxxxl-10, .col-xxxxl-9, .col-xxxxl-8, .col-xxxxl-7, .col-xxxxl-6, .col-xxxxl-5, .col-xxxxl-4, .col-xxxxl-3, .col-xxxxl-2, .col-xxxxl-1, .col-xxxl, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  .col-xxxxxl, .col-xxxxxl-12, .col-xxxxxl-11, .col-xxxxxl-10, .col-xxxxxl-9, .col-xxxxxl-8, .col-xxxxxl-7, .col-xxxxxl-6, .col-xxxxxl-5, .col-xxxxxl-4, .col-xxxxxl-3, .col-xxxxxl-2, .col-xxxxxl-1, .col-xxxxl, .col-xxxxl-12, .col-xxxxl-11, .col-xxxxl-10, .col-xxxxl-9, .col-xxxxl-8, .col-xxxxl-7, .col-xxxxl-6, .col-xxxxl-5, .col-xxxxl-4, .col-xxxxl-3, .col-xxxxl-2, .col-xxxxl-1, .col-xxxl, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .col-xxxxxl, .col-xxxxxl-12, .col-xxxxxl-11, .col-xxxxxl-10, .col-xxxxxl-9, .col-xxxxxl-8, .col-xxxxxl-7, .col-xxxxxl-6, .col-xxxxxl-5, .col-xxxxxl-4, .col-xxxxxl-3, .col-xxxxxl-2, .col-xxxxxl-1, .col-xxxxl, .col-xxxxl-12, .col-xxxxl-11, .col-xxxxl-10, .col-xxxxl-9, .col-xxxxl-8, .col-xxxxl-7, .col-xxxxl-6, .col-xxxxl-5, .col-xxxxl-4, .col-xxxxl-3, .col-xxxxl-2, .col-xxxxl-1, .col-xxxl, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1281px) {
  .col-xxxxxl, .col-xxxxxl-12, .col-xxxxxl-11, .col-xxxxxl-10, .col-xxxxxl-9, .col-xxxxxl-8, .col-xxxxxl-7, .col-xxxxxl-6, .col-xxxxxl-5, .col-xxxxxl-4, .col-xxxxxl-3, .col-xxxxxl-2, .col-xxxxxl-1, .col-xxxxl, .col-xxxxl-12, .col-xxxxl-11, .col-xxxxl-10, .col-xxxxl-9, .col-xxxxl-8, .col-xxxxl-7, .col-xxxxl-6, .col-xxxxl-5, .col-xxxxl-4, .col-xxxxl-3, .col-xxxxl-2, .col-xxxxl-1, .col-xxxl, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 577px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1281px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1367px) {
  .col-xxl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.3333333333%;
  }

  .pull-xxl-2 {
    right: 16.6666666667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.3333333333%;
  }

  .pull-xxl-5 {
    right: 41.6666666667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.3333333333%;
  }

  .pull-xxl-8 {
    right: 66.6666666667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.3333333333%;
  }

  .pull-xxl-11 {
    right: 91.6666666667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.3333333333%;
  }

  .push-xxl-2 {
    left: 16.6666666667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.3333333333%;
  }

  .push-xxl-5 {
    left: 41.6666666667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.3333333333%;
  }

  .push-xxl-8 {
    left: 66.6666666667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.3333333333%;
  }

  .push-xxl-11 {
    left: 91.6666666667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1441px) {
  .col-xxxl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xxxl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxxl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxxl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxxl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxxl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxxl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxxl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxxl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxxl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxxl-0 {
    right: auto;
  }

  .pull-xxxl-1 {
    right: 8.3333333333%;
  }

  .pull-xxxl-2 {
    right: 16.6666666667%;
  }

  .pull-xxxl-3 {
    right: 25%;
  }

  .pull-xxxl-4 {
    right: 33.3333333333%;
  }

  .pull-xxxl-5 {
    right: 41.6666666667%;
  }

  .pull-xxxl-6 {
    right: 50%;
  }

  .pull-xxxl-7 {
    right: 58.3333333333%;
  }

  .pull-xxxl-8 {
    right: 66.6666666667%;
  }

  .pull-xxxl-9 {
    right: 75%;
  }

  .pull-xxxl-10 {
    right: 83.3333333333%;
  }

  .pull-xxxl-11 {
    right: 91.6666666667%;
  }

  .pull-xxxl-12 {
    right: 100%;
  }

  .push-xxxl-0 {
    left: auto;
  }

  .push-xxxl-1 {
    left: 8.3333333333%;
  }

  .push-xxxl-2 {
    left: 16.6666666667%;
  }

  .push-xxxl-3 {
    left: 25%;
  }

  .push-xxxl-4 {
    left: 33.3333333333%;
  }

  .push-xxxl-5 {
    left: 41.6666666667%;
  }

  .push-xxxl-6 {
    left: 50%;
  }

  .push-xxxl-7 {
    left: 58.3333333333%;
  }

  .push-xxxl-8 {
    left: 66.6666666667%;
  }

  .push-xxxl-9 {
    left: 75%;
  }

  .push-xxxl-10 {
    left: 83.3333333333%;
  }

  .push-xxxl-11 {
    left: 91.6666666667%;
  }

  .push-xxxl-12 {
    left: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0%;
  }

  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1681px) {
  .col-xxxxl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xxxxl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxxxl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxxxl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxxxl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxxl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxxxl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxxxl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxxl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxxxl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxxxl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxxl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxxxl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxxxl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxxxl-0 {
    right: auto;
  }

  .pull-xxxxl-1 {
    right: 8.3333333333%;
  }

  .pull-xxxxl-2 {
    right: 16.6666666667%;
  }

  .pull-xxxxl-3 {
    right: 25%;
  }

  .pull-xxxxl-4 {
    right: 33.3333333333%;
  }

  .pull-xxxxl-5 {
    right: 41.6666666667%;
  }

  .pull-xxxxl-6 {
    right: 50%;
  }

  .pull-xxxxl-7 {
    right: 58.3333333333%;
  }

  .pull-xxxxl-8 {
    right: 66.6666666667%;
  }

  .pull-xxxxl-9 {
    right: 75%;
  }

  .pull-xxxxl-10 {
    right: 83.3333333333%;
  }

  .pull-xxxxl-11 {
    right: 91.6666666667%;
  }

  .pull-xxxxl-12 {
    right: 100%;
  }

  .push-xxxxl-0 {
    left: auto;
  }

  .push-xxxxl-1 {
    left: 8.3333333333%;
  }

  .push-xxxxl-2 {
    left: 16.6666666667%;
  }

  .push-xxxxl-3 {
    left: 25%;
  }

  .push-xxxxl-4 {
    left: 33.3333333333%;
  }

  .push-xxxxl-5 {
    left: 41.6666666667%;
  }

  .push-xxxxl-6 {
    left: 50%;
  }

  .push-xxxxl-7 {
    left: 58.3333333333%;
  }

  .push-xxxxl-8 {
    left: 66.6666666667%;
  }

  .push-xxxxl-9 {
    left: 75%;
  }

  .push-xxxxl-10 {
    left: 83.3333333333%;
  }

  .push-xxxxl-11 {
    left: 91.6666666667%;
  }

  .push-xxxxl-12 {
    left: 100%;
  }

  .offset-xxxxl-0 {
    margin-left: 0%;
  }

  .offset-xxxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 2881px) {
  .col-xxxxxl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xxxxxl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxxxxl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxxxxl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxxxxl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxxxl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxxxxl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxxxxl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxxxl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxxxxl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxxxxl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxxxl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxxxxl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxxxxl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxxxxl-0 {
    right: auto;
  }

  .pull-xxxxxl-1 {
    right: 8.3333333333%;
  }

  .pull-xxxxxl-2 {
    right: 16.6666666667%;
  }

  .pull-xxxxxl-3 {
    right: 25%;
  }

  .pull-xxxxxl-4 {
    right: 33.3333333333%;
  }

  .pull-xxxxxl-5 {
    right: 41.6666666667%;
  }

  .pull-xxxxxl-6 {
    right: 50%;
  }

  .pull-xxxxxl-7 {
    right: 58.3333333333%;
  }

  .pull-xxxxxl-8 {
    right: 66.6666666667%;
  }

  .pull-xxxxxl-9 {
    right: 75%;
  }

  .pull-xxxxxl-10 {
    right: 83.3333333333%;
  }

  .pull-xxxxxl-11 {
    right: 91.6666666667%;
  }

  .pull-xxxxxl-12 {
    right: 100%;
  }

  .push-xxxxxl-0 {
    left: auto;
  }

  .push-xxxxxl-1 {
    left: 8.3333333333%;
  }

  .push-xxxxxl-2 {
    left: 16.6666666667%;
  }

  .push-xxxxxl-3 {
    left: 25%;
  }

  .push-xxxxxl-4 {
    left: 33.3333333333%;
  }

  .push-xxxxxl-5 {
    left: 41.6666666667%;
  }

  .push-xxxxxl-6 {
    left: 50%;
  }

  .push-xxxxxl-7 {
    left: 58.3333333333%;
  }

  .push-xxxxxl-8 {
    left: 66.6666666667%;
  }

  .push-xxxxxl-9 {
    left: 75%;
  }

  .push-xxxxxl-10 {
    left: 83.3333333333%;
  }

  .push-xxxxxl-11 {
    left: 91.6666666667%;
  }

  .push-xxxxxl-12 {
    left: 100%;
  }

  .offset-xxxxxl-0 {
    margin-left: 0%;
  }

  .offset-xxxxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxxxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxxxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxxxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxxxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxxxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxxxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #025aa5;
  border-color: #01549b;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #ffffff;
  border-color: #ccc;
}
.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #ffffff;
  border-color: #ccc;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #ffffff;
  background-color: #19322F;
  border-color: #19322F;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #08100f;
  border-color: #050909;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(25, 50, 47, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #19322F;
  border-color: #19322F;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #08100f;
  background-image: none;
  border-color: #050909;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #19322F;
  background-image: none;
  background-color: transparent;
  border-color: #19322F;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #19322F;
  border-color: #19322F;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(25, 50, 47, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #19322F;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #19322F;
  border-color: #19322F;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #636c72;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 577px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg {
    max-width: 800px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 577px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1281px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1367px) {
  .flex-xxl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .flex-xxl-last {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .flex-xxl-unordered {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1441px) {
  .flex-xxxl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .flex-xxxl-last {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .flex-xxxl-unordered {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxxl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1681px) {
  .flex-xxxxl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .flex-xxxxl-last {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .flex-xxxxl-unordered {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .flex-xxxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xxxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xxxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxxxl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxxxl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxxxl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxxxl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxxxl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxxxl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxxxl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xxxxl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxxxl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxxl-center {
    align-content: center !important;
  }

  .align-content-xxxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxxl-center {
    align-self: center !important;
  }

  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 2881px) {
  .flex-xxxxxl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .flex-xxxxxl-last {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .flex-xxxxxl-unordered {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .flex-xxxxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xxxxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xxxxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxxxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxxxxl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxxxxl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxxxxl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxxxxl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxxxxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxxxxl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxxxxl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxxxxl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xxxxxl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxxxxl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxxxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxxxl-center {
    align-content: center !important;
  }

  .align-content-xxxxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxxxl-center {
    align-self: center !important;
  }

  .align-self-xxxxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxxxl-stretch {
    align-self: stretch !important;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: black;
}

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: black;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.si-float-wrapper {
  position: absolute;
  width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}

[class*=si-wrapper] {
  display: -webkit-box;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

[class*=si-shadow-wrapper] {
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.298039;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000;
}

[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.7071067812px 0.7071067812px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}
.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.si-close-button:hover, .si-close-button:focus {
  opacity: 0.7;
}

[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}
.si-has-border [class*=si-pointer-bg] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}
.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}
.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}
.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}
.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cocoen * {
  box-sizing: inherit;
}

.cocoen ::after, .cocoen ::before {
  box-sizing: inherit;
}

.cocoen img, .cocoen picture > img {
  max-width: none;
}

.cocoen > img, .cocoen > picture > img {
  display: block;
  width: 100%;
}

.cocoen > div:first-child, picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}

.cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}

.cocoen-drag::before {
  border: 3px solid #fff;
  content: "";
  height: 30px;
  left: 50%;
  margin-left: -7px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 14px;
}

/**
 * * Set up a decent box model on the root element
 * */
html {
  box-sizing: border-box;
  background: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
  overflow-x: hidden;
}
body.menu-open {
  position: fixed;
  overflow: hidden;
}

main {
  margin-top: 75px;
}
@media (max-width: 1440px) {
  main {
    margin-top: 75px;
  }
}
@media (max-width: 1366px) {
  main {
    margin-top: 70px;
  }
}
@media (max-width: 1280px) {
  main {
    margin-top: 70px;
  }
}
@media (max-width: 1024px) {
  main {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  main {
    margin-top: 50px;
  }
}

/**
 * * Make all elements from the DOM inherit from the parent box-sizing
 * * Since `*` has a specificity of 0, it does not override the `html` value
 * * making all elements inheriting from the root box-sizing value
 * * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 * */
*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cc-color-override-756091986.cc-window {
  background: black !important;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.cc-color-override-756091986 .cc-btn {
  color: black !important;
}

.cc-highlight .cc-btn:first-child {
  background: silver !important;
}

body:not(.cookie_policy) .cc-revoke {
  display: none !important;
}

body.cookie_policy .cc-revoke {
  background: #000;
  border-radius: 0;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  -webkit-transform: none !important;
          transform: none !important;
}

.text--green {
  color: #19322F;
}

.text--beige {
  color: #FDE7D1;
}

.text--soft-beige {
  color: rgba(246, 133, 27, 0.2);
}

.text--white {
  color: #ffffff;
}

.text--soft-grey {
  color: #8D8D8D;
}

.text--grey {
  color: #DDDDDD;
}

.bg--green {
  background-color: #19322F;
}

.bg--beige {
  background-color: #FDE7D1;
}

.bg--soft-beige {
  background-color: rgba(246, 133, 27, 0.2);
}

.bg--white {
  background-color: #ffffff;
}

.bg--soft-grey {
  background-color: #8D8D8D;
}

.bg--grey {
  background-color: #DDDDDD;
}

/**
 * * Clear inner floats */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * * Main content containers
 * * 1. Make the container full-width with a maximum width
 * * 2. Center it in the viewport
 * * 3. Leave some space on the edges, especially valuable on small screens */
.container {
  padding-left: 600px;
  padding-left: 37.5rem;
  padding-right: 600px;
  padding-right: 37.5rem;
  width: 100%;
}
@media (max-width: 2880px) {
  .container {
    padding-left: 130px;
    padding-left: 8.125rem;
    padding-right: 130px;
    padding-right: 8.125rem;
  }
}
@media (max-width: 1680px) {
  .container {
    padding-left: 90px;
    padding-left: 5.625rem;
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1440px) {
  .container {
    padding-left: 90px;
    padding-left: 5.625rem;
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1366px) {
  .container {
    padding-left: 90px;
    padding-left: 5.625rem;
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1280px) {
  .container {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

/**
 * * Hide text while making it readable for screen readers
 * * 1. Needed in WebKit-based browsers because of an implementation bug;
 * *    See: https://code.google.com/p/chromium/issues/detail?id=457146 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * * Hide element while making it readable for screen readers
 * * Shamelessly borrowed from HTML5Boilerplate:
 * * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.full-height {
  height: 100vh;
  width: 100%;
}

.wrapper-vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

.d-block {
  display: block;
}

.d-inline {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: flex;
}

.p-relative {
  position: relative;
}

.text--uppercase {
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .no-md-br br {
    display: none;
  }
}

.blend-multiply {
  mix-blend-mode: multiply;
}

.circle {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
}
.circle--white {
  background-color: #ffffff;
}
.circle--red {
  background-color: #d9534f;
}

.grid-padding {
  padding-left: 600px;
  padding-left: 37.5rem;
  padding-right: 600px;
  padding-right: 37.5rem;
}
@media (max-width: 2880px) {
  .grid-padding {
    padding-left: 130px;
    padding-left: 8.125rem;
    padding-right: 130px;
    padding-right: 8.125rem;
  }
}
@media (max-width: 1680px) {
  .grid-padding {
    padding-left: 90px;
    padding-left: 5.625rem;
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1440px) {
  .grid-padding {
    padding-left: 90px;
    padding-left: 5.625rem;
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1366px) {
  .grid-padding {
    padding-left: 90px;
    padding-left: 5.625rem;
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1280px) {
  .grid-padding {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

.grid-padding-right {
  padding-right: 600px;
  padding-right: 37.5rem;
}
@media (max-width: 2880px) {
  .grid-padding-right {
    padding-right: 130px;
    padding-right: 8.125rem;
  }
}
@media (max-width: 1680px) {
  .grid-padding-right {
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1440px) {
  .grid-padding-right {
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1366px) {
  .grid-padding-right {
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1280px) {
  .grid-padding-right {
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

.padding--top-xxl {
  padding-top: 190px !important;
}
@media all and (max-width: 1440px) {
  .padding--top-xxl {
    padding-top: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .padding--top-xxl {
    padding-top: 35px !important;
  }
}
.padding--top-xl {
  padding-top: 130px !important;
}
@media all and (max-width: 1440px) {
  .padding--top-xl {
    padding-top: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .padding--top-xl {
    padding-top: 35px !important;
  }
}
.padding--top-lg {
  padding-top: 90px !important;
}
@media all and (max-width: 1440px) {
  .padding--top-lg {
    padding-top: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .padding--top-lg {
    padding-top: 35px !important;
  }
}
.padding--top-md {
  padding-top: 60px !important;
}
@media all and (max-width: 1440px) {
  .padding--top-md {
    padding-top: 35px !important;
  }
}
@media all and (max-width: 768px) {
  .padding--top-md {
    padding-top: 25px !important;
  }
}
.padding--top-sm {
  padding-top: 35px !important;
}
@media all and (max-width: 768px) {
  .padding--top-sm {
    padding-top: 25px !important;
  }
}
.padding--top-xs {
  padding-top: 25px !important;
}
.padding--bottom-xxl {
  padding-bottom: 190px !important;
}
@media all and (max-width: 1440px) {
  .padding--bottom-xxl {
    padding-bottom: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .padding--bottom-xxl {
    padding-bottom: 35px !important;
  }
}
.padding--bottom-xl {
  padding-bottom: 130px !important;
}
@media all and (max-width: 1440px) {
  .padding--bottom-xl {
    padding-bottom: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .padding--bottom-xl {
    padding-bottom: 35px !important;
  }
}
.padding--bottom-lg {
  padding-bottom: 90px !important;
}
@media all and (max-width: 1440px) {
  .padding--bottom-lg {
    padding-bottom: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .padding--bottom-lg {
    padding-bottom: 35px !important;
  }
}
.padding--bottom-md {
  padding-bottom: 60px !important;
}
@media all and (max-width: 1440px) {
  .padding--bottom-md {
    padding-bottom: 35px !important;
  }
}
@media all and (max-width: 768px) {
  .padding--bottom-md {
    padding-bottom: 25px !important;
  }
}
.padding--bottom-sm {
  padding-bottom: 35px !important;
}
@media all and (max-width: 768px) {
  .padding--bottom-sm {
    padding-bottom: 25px !important;
  }
}
.padding--bottom-xs {
  padding-bottom: 25px !important;
}
.padding--fake-col {
  padding-right: 15px;
  padding-left: 15px;
}
.padding--none {
  padding: 0;
}

.margin--top-xxl {
  margin-top: 190px !important;
}
@media all and (max-width: 1440px) {
  .margin--top-xxl {
    margin-top: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .margin--top-xxl {
    margin-top: 35px !important;
  }
}
.margin--top-xl {
  margin-top: 130px !important;
}
@media all and (max-width: 1440px) {
  .margin--top-xl {
    margin-top: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .margin--top-xl {
    margin-top: 35px !important;
  }
}
.margin--top-lg {
  margin-top: 90px !important;
}
@media all and (max-width: 1440px) {
  .margin--top-lg {
    margin-top: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .margin--top-lg {
    margin-top: 35px !important;
  }
}
.margin--top-md {
  margin-top: 60px !important;
}
@media all and (max-width: 1440px) {
  .margin--top-md {
    margin-top: 35px !important;
  }
}
@media all and (max-width: 768px) {
  .margin--top-md {
    margin-top: 25px !important;
  }
}
.margin--top-sm {
  margin-top: 35px !important;
}
@media all and (max-width: 768px) {
  .margin--top-sm {
    margin-top: 25px !important;
  }
}
.margin--top-xs {
  margin-top: 25px !important;
}
.margin--bottom-xxl {
  margin-bottom: 190px !important;
}
@media all and (max-width: 1440px) {
  .margin--bottom-xxl {
    margin-bottom: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .margin--bottom-xxl {
    margin-bottom: 35px !important;
  }
}
.margin--bottom-xl {
  margin-bottom: 130px !important;
}
@media all and (max-width: 1440px) {
  .margin--bottom-xl {
    margin-bottom: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .margin--bottom-xl {
    margin-bottom: 35px !important;
  }
}
.margin--bottom-lg {
  margin-bottom: 90px !important;
}
@media all and (max-width: 1440px) {
  .margin--bottom-lg {
    margin-bottom: 60px !important;
  }
}
@media all and (max-width: 768px) {
  .margin--bottom-lg {
    margin-bottom: 35px !important;
  }
}
.margin--bottom-md {
  margin-bottom: 60px !important;
}
@media all and (max-width: 1440px) {
  .margin--bottom-md {
    margin-bottom: 35px !important;
  }
}
@media all and (max-width: 768px) {
  .margin--bottom-md {
    margin-bottom: 25px !important;
  }
}
.margin--bottom-sm {
  margin-bottom: 35px !important;
}
@media all and (max-width: 768px) {
  .margin--bottom-sm {
    margin-bottom: 25px !important;
  }
}
.margin--bottom-xs {
  margin-bottom: 25px !important;
}
.margin--fake-row {
  margin-right: -15px;
  margin-left: -15px;
}
.margin--none {
  margin: 0;
}
.margin--auto {
  margin: auto;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #19322F;
  font-size: 16px;
  font-size: 1rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-style: normal;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 133%;
}
@media (max-width: 1680px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1440px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1280px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, .title-primary {
  font-size: 72px;
  font-size: 4.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.25em;
}
@media (max-width: 1680px) {
  h1, .title-primary {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (max-width: 1440px) {
  h1, .title-primary {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media (max-width: 1366px) {
  h1, .title-primary {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 1280px) {
  h1, .title-primary {
    font-size: 57px;
    font-size: 3.5625rem;
  }
}
@media (max-width: 768px) {
  h1, .title-primary {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media (max-width: 576px) {
  h1, .title-primary {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

h2, .title-secondary {
  font-size: 42px;
  font-size: 2.625rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 0.5em;
}
@media (max-width: 1680px) {
  h2, .title-secondary {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 1440px) {
  h2, .title-secondary {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 1366px) {
  h2, .title-secondary {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1280px) {
  h2, .title-secondary {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  h2, .title-secondary {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  h2, .title-secondary {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3, .title-tertiary {
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 0.5em;
}
@media (max-width: 1680px) {
  h3, .title-tertiary {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  h3, .title-tertiary {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  h3, .title-tertiary {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  h3, .title-tertiary {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  h3, .title-tertiary {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  h3, .title-tertiary {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.text--big {
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 1680px) {
  .text--big {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .text--big {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .text--big {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .text--big {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .text--big {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .text--big {
    font-size: 16px;
    font-size: 1rem;
  }
}
.text--big svg {
  width: 0.75rem;
  height: 0.75rem;
  top: -2px;
  position: relative;
}
.text--medium {
  font-size: 22px;
  font-size: 1.375rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 1680px) {
  .text--medium {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 1440px) {
  .text--medium {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .text--medium {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .text--medium {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .text--medium {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .text--medium {
    font-size: 16px;
    font-size: 1rem;
  }
}
.text--medium svg {
  width: 0.6875rem;
  height: 0.6875rem;
  top: -2px;
  position: relative;
}
.text--small {
  font-size: 18px;
  font-size: 1.125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 1680px) {
  .text--small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  .text--small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1366px) {
  .text--small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1280px) {
  .text--small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .text--small {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .text--small {
    font-size: 16px;
    font-size: 1rem;
  }
}
.text--small svg {
  width: 0.5rem;
  height: 0.5rem;
  top: -2px;
  position: relative;
}
.text--two-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 1280px) {
  .text--two-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.text--uppercase {
  text-transform: uppercase;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:not([class|=link]):hover {
  opacity: 0.8;
}
a.link--default {
  font-size: 13px;
  font-size: 0.8125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  a.link--default {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1440px) {
  a.link--default {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1366px) {
  a.link--default {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1280px) {
  a.link--default {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  a.link--default {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  a.link--default {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
a.link--underline {
  position: relative;
}
a.link--underline:before {
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
a.link--underline:hover:before {
  -webkit-animation: underline 0.3s linear 0.5s forwards;
          animation: underline 0.3s linear 0.5s forwards;
}
a.link--view {
  font-weight: 700;
  text-transform: uppercase;
}
a.link--more-info {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
a.link--more-info:hover svg, a.link--more-info:active svg, a.link--more-info:focus svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
a.link--more-info svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 0.75rem;
  height: 0.75rem;
  top: -2px;
  position: relative;
}
a.link--download {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
a.link--download:hover svg, a.link--download:active svg, a.link--download:focus svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
a.link--download svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 0;
  position: relative;
}
a.link--back {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  line-height: 1rem;
}
@media (max-width: 1680px) {
  a.link--back {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1440px) {
  a.link--back {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1366px) {
  a.link--back {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1280px) {
  a.link--back {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  a.link--back {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  a.link--back {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
a.link--back svg {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

ul, ol {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin-top: 0;
}

.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}

@-webkit-keyframes underline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes underline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}

@media (min-width: 1280px) and (max-width: 1470px) {
  html[lang=es] .header-desktop .col-lg-7,
html[lang=en] .header-desktop .col-lg-7 {
    padding: 0;
  }
  html[lang=es] .header-desktop .header-main .main-menu > ul,
html[lang=en] .header-desktop .header-main .main-menu > ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  html[lang=es] .header-desktop .header-main .main-menu > ul > li:not(:last-of-type),
html[lang=en] .header-desktop .header-main .main-menu > ul > li:not(:last-of-type) {
    margin-right: 0;
  }
  html[lang=es] .header-desktop .menu-right ul > li,
html[lang=en] .header-desktop .menu-right ul > li {
    padding: 0;
  }
}

@media (min-width: 1471px) and (max-width: 1550px) {
  html[lang=es] .header-desktop .header-main .main-menu > ul > li:not(:last-of-type) {
    margin-right: 20px;
  }
}

header .header-desktop {
  display: none;
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.1);
}
@media (min-width: 1281px) {
  header .header-desktop {
    display: block;
  }
}
header .header-desktop .languages {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  height: 35px;
}
@media (max-width: 1440px) {
  header .header-desktop .languages {
    height: 35px;
  }
}
@media (max-width: 1366px) {
  header .header-desktop .languages {
    height: 30px;
  }
}
@media (max-width: 1280px) {
  header .header-desktop .languages {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  header .header-desktop .languages {
    height: 25px;
  }
}
@media (max-width: 768px) {
  header .header-desktop .languages {
    height: 25px;
  }
}
header .header-desktop .languages__nav {
  margin-right: 10px;
}
header .header-desktop .languages__nav li {
  color: #0275d8;
  display: inline-block;
  position: relative;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.2s, width 0.3s;
  transition: opacity 0.2s, width 0.3s;
}
@media (max-width: 768px) {
  header .header-desktop .languages__nav li {
    width: auto;
    opacity: 1;
  }
}
header .header-desktop .languages__nav li:not(:last-of-type)::before {
  background-color: transparent;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  width: 1px;
  height: 13px;
}
header .header-desktop .languages__nav li.view {
  opacity: 1;
  width: 15.58px;
}
header .header-desktop .languages__nav li.view:not(:last-of-type) {
  margin-right: 10px;
}
header .header-desktop .languages__nav li.view:not(:last-of-type)::before {
  background-color: #0275d8;
}
header .header-desktop .languages__nav li.active {
  color: #d9534f;
  opacity: 1;
  width: auto;
}
header .header-desktop .languages__button {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
  margin-right: 10px;
}
header .header-desktop .languages__button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
header .header-desktop .languages__button svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
header .header-desktop .languages__button:hover svg path {
  fill: #d9534f;
}
header .header-desktop .contact {
  position: relative;
  margin-left: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 2;
          flex: 2 0 85%;
}
@media (max-width: 768px) {
  header .header-desktop .contact {
    -webkit-box-flex: 2;
            flex: 2 0 65%;
  }
}
header .header-desktop .contact a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-transform: initial;
}
header .header-desktop .contact a:not(:last-of-type) {
  margin-right: 15px;
}
header .header-desktop .contact a:hover {
  color: #d9534f;
}
header .header-desktop .contact::before {
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -25px;
  width: 2px;
  height: 200%;
}
header .header-desktop .header-main {
  background: #ffffff;
  height: 75px;
}
@media (max-width: 1440px) {
  header .header-desktop .header-main {
    height: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-desktop .header-main {
    height: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-desktop .header-main {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-desktop .header-main {
    height: 60px;
  }
}
@media (max-width: 768px) {
  header .header-desktop .header-main {
    height: 50px;
  }
}
header .header-desktop .header-main .logo {
  height: 75px;
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .logo {
    height: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-desktop .header-main .logo {
    height: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-desktop .header-main .logo {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-desktop .header-main .logo {
    height: 60px;
  }
}
@media (max-width: 768px) {
  header .header-desktop .header-main .logo {
    height: 50px;
  }
}
header .header-desktop .header-main .logo svg {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  max-width: auto;
  height: 40px;
}
@media (max-width: 1680px) {
  header .header-desktop .header-main .logo svg {
    max-width: 167px;
    height: 36.5px;
  }
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .logo svg {
    max-width: 160px;
    height: 34.97px;
  }
}
header .header-desktop .header-main .menu-right {
  position: absolute;
  height: 75px;
  right: 0px;
  padding-right: 0px;
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .menu-right {
    height: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-desktop .header-main .menu-right {
    height: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-desktop .header-main .menu-right {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-desktop .header-main .menu-right {
    height: 60px;
  }
}
@media (max-width: 768px) {
  header .header-desktop .header-main .menu-right {
    height: 50px;
  }
}
header .header-desktop .header-main .menu-right ul {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
header .header-desktop .header-main .menu-right ul li {
  height: 75px;
  line-height: 75px;
  padding: 0px 20px;
  border-right: 1px solid #eee;
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .menu-right ul li {
    height: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-desktop .header-main .menu-right ul li {
    height: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-desktop .header-main .menu-right ul li {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-desktop .header-main .menu-right ul li {
    height: 60px;
  }
}
@media (max-width: 768px) {
  header .header-desktop .header-main .menu-right ul li {
    height: 50px;
  }
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .menu-right ul li {
    line-height: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-desktop .header-main .menu-right ul li {
    line-height: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-desktop .header-main .menu-right ul li {
    line-height: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-desktop .header-main .menu-right ul li {
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  header .header-desktop .header-main .menu-right ul li {
    line-height: 50px;
  }
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .menu-right ul li {
    padding: 0px 10px;
  }
}
header .header-desktop .header-main .menu-right ul li:last-child {
  padding: 0px;
  border-right: none;
  width: 75px;
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .menu-right ul li:last-child {
    width: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-desktop .header-main .menu-right ul li:last-child {
    width: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-desktop .header-main .menu-right ul li:last-child {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-desktop .header-main .menu-right ul li:last-child {
    width: 60px;
  }
}
@media (max-width: 768px) {
  header .header-desktop .header-main .menu-right ul li:last-child {
    width: 50px;
  }
}
header .header-desktop .header-main .menu-right ul li:not(:last-of-type) {
  margin-right: 0px !important;
}
header .header-desktop .header-main .main-menu {
  height: 100%;
}
header .header-desktop .header-main .main-menu svg {
  display: inline-block;
  width: 25px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header .header-desktop .header-main .main-menu svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
header .header-desktop .header-main .main-menu > ul {
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}
header .header-desktop .header-main .main-menu > ul > li {
  color: #19322F;
  display: inline-block;
  text-align: center;
  height: 75px;
  line-height: 75px;
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .main-menu > ul > li {
    height: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-desktop .header-main .main-menu > ul > li {
    height: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-desktop .header-main .main-menu > ul > li {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-desktop .header-main .main-menu > ul > li {
    height: 60px;
  }
}
@media (max-width: 768px) {
  header .header-desktop .header-main .main-menu > ul > li {
    height: 50px;
  }
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .main-menu > ul > li {
    line-height: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-desktop .header-main .main-menu > ul > li {
    line-height: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-desktop .header-main .main-menu > ul > li {
    line-height: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-desktop .header-main .main-menu > ul > li {
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  header .header-desktop .header-main .main-menu > ul > li {
    line-height: 50px;
  }
}
@media (max-width: 1680px) {
  header .header-desktop .header-main .main-menu > ul > li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .main-menu > ul > li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  header .header-desktop .header-main .main-menu > ul > li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  header .header-desktop .header-main .main-menu > ul > li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  header .header-desktop .header-main .main-menu > ul > li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  header .header-desktop .header-main .main-menu > ul > li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
header .header-desktop .header-main .main-menu > ul > li a {
  padding: 7px;
}
header .header-desktop .header-main .main-menu > ul > li a:hover, header .header-desktop .header-main .main-menu > ul > li a:active, header .header-desktop .header-main .main-menu > ul > li a:focus {
  opacity: 1;
  color: #ffffff;
  background-color: #19322F;
}
header .header-desktop .header-main .main-menu > ul > li a:hover path, header .header-desktop .header-main .main-menu > ul > li a:active path, header .header-desktop .header-main .main-menu > ul > li a:focus path {
  fill: #ffffff;
}
header .header-desktop .header-main .main-menu > ul > li:not(:last-of-type) {
  margin-right: 30px;
}
@media (max-width: 1440px) {
  header .header-desktop .header-main .main-menu > ul > li:not(:last-of-type) {
    margin-right: 15px;
  }
}
header .header-desktop .header-main .main-menu > ul > li.with-submenu {
  cursor: pointer;
}
header .header-desktop .header-main .main-menu > ul > li.with-submenu.show-submenu a {
  color: #ffffff;
  background-color: #19322F;
}
header .header-desktop .header-main .main-menu > ul > li.with-submenu.show-submenu svg path {
  fill: #ffffff;
}
header .header-desktop .header-main .submenu {
  min-width: 270px;
  background-color: #19322F;
  color: #ffffff;
  display: block;
  opacity: 0;
  padding: 30px 20px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  -webkit-transition: opacity 400ms Cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 400ms Cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 1;
  top: 60px;
}
header .header-desktop .header-main .submenu ul li {
  padding: 10px 0px;
  height: auto;
  line-height: initial;
}
header .header-desktop .header-main .submenu ul li:last-child {
  width: 100%;
  padding: 10px 0px;
}
header .header-desktop .header-main .submenu ul li a:hover, header .header-desktop .header-main .submenu ul li a:active, header .header-desktop .header-main .submenu ul li a:focus {
  background-color: #ffffff !important;
  color: #19322F !important;
}
header .header-desktop .header-main .submenu--double {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
header .header-desktop .header-main .submenu--double li.title {
  padding-bottom: 15px;
  display: block;
  width: 100%;
  position: relative;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}
header .header-desktop .header-main .submenu--double li.title a {
  position: relative;
  display: block;
  width: 100%;
}
header .header-desktop .header-main .submenu.show {
  height: auto;
  pointer-events: all;
  opacity: 1;
}
header .header-desktop .header-main .submenu.show > li {
  opacity: 1;
  pointer-events: all;
}

header .header-mobile {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.1);
  position: relative;
}
@media (min-width: 1281px) {
  header .header-mobile {
    display: none;
  }
}
header .header-mobile-main {
  height: 75px;
  line-height: 75px;
}
@media (max-width: 1440px) {
  header .header-mobile-main {
    height: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-mobile-main {
    height: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-mobile-main {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-mobile-main {
    height: 60px;
  }
}
@media (max-width: 768px) {
  header .header-mobile-main {
    height: 50px;
  }
}
@media (max-width: 1440px) {
  header .header-mobile-main {
    line-height: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-mobile-main {
    line-height: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-mobile-main {
    line-height: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-mobile-main {
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  header .header-mobile-main {
    line-height: 50px;
  }
}
header .header-mobile-content {
  background: #ffffff;
  display: none;
  opacity: 0;
  pointer-events: none;
  right: 0;
  left: 0;
  width: 100vw;
  min-height: calc( 100vh - 75px );
  overflow: auto;
  -webkit-transition: opacity 400ms Cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 400ms Cubic-bezier(0.3, 0, 0.3, 1);
}
@media (max-width: 2880px) {
  header .header-mobile-content {
    min-height: calc( 100vh - 70px );
  }
}
@media (max-width: 1680px) {
  header .header-mobile-content {
    min-height: calc( 100vh - 60px );
  }
}
@media (max-width: 1366px) {
  header .header-mobile-content {
    min-height: calc( 100vh - 50px );
  }
}
@media (max-width: 1280px) {
  header .header-mobile-content {
    min-height: calc( 100vh - 70px );
  }
}
@media (max-width: 1024px) {
  header .header-mobile-content {
    min-height: calc( 100vh - 60px );
  }
}
@media (max-width: 768px) {
  header .header-mobile-content {
    min-height: calc( 100vh - 50px );
  }
}
header .header-mobile-content.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
header .header-mobile-content::-webkit-scrollbar {
  display: none;
}
header .header-mobile-content svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 576px) {
  header .header-mobile-content svg {
    width: 10px;
    height: 10px;
  }
}
header .header-mobile-content svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
header .header-mobile-content .main-menu {
  width: 100vw;
}
@media (orientation: landscape) and (max-width: 768px) {
  header .header-mobile-content .main-menu {
    width: 100vw;
    height: 50%;
    top: 40%;
    overflow-y: scroll;
  }
}
header .header-mobile-content .main-menu > ul {
  padding: 10px 30px 0 30px;
}
header .header-mobile-content .main-menu > ul > li {
  color: #19322F;
  display: block;
  text-align: left;
  font-size: 28px;
  font-size: 1.75rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 25px 0px;
}
@media (max-width: 1680px) {
  header .header-mobile-content .main-menu > ul > li {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 1440px) {
  header .header-mobile-content .main-menu > ul > li {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 1366px) {
  header .header-mobile-content .main-menu > ul > li {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1280px) {
  header .header-mobile-content .main-menu > ul > li {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  header .header-mobile-content .main-menu > ul > li {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  header .header-mobile-content .main-menu > ul > li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  header .header-mobile-content .main-menu > ul > li {
    padding: 20px 0px;
  }
}
@media (max-width: 576px) {
  header .header-mobile-content .main-menu > ul > li {
    padding: 10px 0px;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  header .header-mobile-content .main-menu > ul > li {
    padding: 10px 0px;
  }
}
header .header-mobile-content .main-menu > ul > li:hover {
  color: #19322F;
}
header .header-mobile-content .main-menu > ul > li:hover path {
  fill: #19322F;
}
header .header-mobile-content .main-menu > ul > li.with-submenu {
  cursor: pointer;
}
header .header-mobile-content .main-menu > ul > li.with-submenu.show-submenu {
  color: #19322F;
  padding-bottom: 0px;
}
header .header-mobile-content .main-menu > ul > li.with-submenu.show-submenu:before {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
header .header-mobile-content .main-menu > ul > li.with-submenu.show-submenu svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
header .header-mobile-content .main-menu > ul > li.with-submenu.show-submenu svg path {
  fill: #19322F;
}
header .header-mobile-content .submenu {
  padding-top: 15px;
  color: #19322F;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transition: opacity 400ms Cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 400ms Cubic-bezier(0.3, 0, 0.3, 1);
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  header .header-mobile-content .submenu {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  header .header-mobile-content .submenu {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  header .header-mobile-content .submenu {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  header .header-mobile-content .submenu {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  header .header-mobile-content .submenu {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  header .header-mobile-content .submenu {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  header .header-mobile-content .submenu {
    font-size: 16px;
    font-size: 1rem;
    /*    xs: 0,
        sm: 576px,
        md: 768px,
        lg: 1024px,
        xl: 1280px,
        xxl: 1366px,
        xxxl: 1440px,
        xxxxl: 1680px,*/
  }
}
@media (max-width: 576px) and (max-width: 1680px) {
  header .header-mobile-content .submenu {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) and (max-width: 1440px) {
  header .header-mobile-content .submenu {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) and (max-width: 1366px) {
  header .header-mobile-content .submenu {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) and (max-width: 1280px) {
  header .header-mobile-content .submenu {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  header .header-mobile-content .submenu {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  header .header-mobile-content .submenu {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  header .header-mobile-content .submenu {
    padding-top: 5px;
  }
}
header .header-mobile-content .submenu.show {
  display: block;
  opacity: 1;
  pointer-events: initial;
}
header .header-mobile-content .submenu li {
  display: block;
  -webkit-transition: color 0.2s, opacity 450ms;
  transition: color 0.2s, opacity 450ms;
  color: #19322F;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: relative;
  padding: 10px 0px;
}
@media (max-width: 576px) {
  header .header-mobile-content .submenu li {
    padding: 5px 0;
  }
}
header .header-mobile .logo {
  height: 75px;
}
@media (max-width: 1440px) {
  header .header-mobile .logo {
    height: 75px;
  }
}
@media (max-width: 1366px) {
  header .header-mobile .logo {
    height: 70px;
  }
}
@media (max-width: 1280px) {
  header .header-mobile .logo {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  header .header-mobile .logo {
    height: 60px;
  }
}
@media (max-width: 768px) {
  header .header-mobile .logo {
    height: 50px;
  }
}
header .header-mobile .logo a {
  height: inherit;
  display: block;
}
header .header-mobile .logo a svg {
  vertical-align: middle;
  height: 50%;
}
header .header-mobile .hamburger {
  cursor: pointer;
  position: relative;
}
header .header-mobile .hamburger:hover, header .header-mobile .hamburger:active, header .header-mobile .hamburger:focus {
  outline: 0;
}
header .header-mobile .hamburger.is-active .hamburger-inner {
  background: #19322F;
}
header .header-mobile .hamburger.is-active .hamburger-inner::before, header .header-mobile .hamburger.is-active .hamburger-inner::after {
  background: #19322F;
}
header .header-mobile .hamburger-inner {
  background: #19322F;
}
header .header-mobile .hamburger-inner::before, header .header-mobile .hamburger-inner::after {
  background: #19322F;
}
header .header-mobile .languages--mob {
  position: absolute;
  bottom: 80px;
  width: 100vw;
  text-align: center;
}
@media (max-width: 768px) {
  header .header-mobile .languages--mob {
    bottom: 55px;
  }
}
header .header-mobile .languages--mob li {
  color: #19322F;
  display: inline-block;
  position: relative;
  opacity: 0.7;
  vertical-align: middle;
}
header .header-mobile .languages--mob li.active {
  opacity: 1;
}
header .header-mobile .languages--mob li:not(:last-of-type) {
  margin-right: 15px;
}
header .header-mobile .languages--mob li:not(:last-of-type)::before {
  background-color: #19322F;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 1.5px;
  height: 13px;
}
header .header-mobile .languages--mob li:first-of-type {
  margin-right: 8px;
}
header .header-mobile .languages--mob li:first-of-type::before {
  display: none;
}
header .header-mobile .languages--mob a {
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  header .header-mobile .languages--mob a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  header .header-mobile .languages--mob a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  header .header-mobile .languages--mob a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  header .header-mobile .languages--mob a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  header .header-mobile .languages--mob a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  header .header-mobile .languages--mob a {
    font-size: 16px;
    font-size: 1rem;
  }
}
header .header-mobile .languages--mob svg {
  height: 20px;
  width: 20px;
}
header .header-mobile .contact--mob {
  bottom: 0;
  padding: 25px 0px;
  position: absolute;
  text-align: center;
  width: 100vw;
}
header .header-mobile .contact--mob a {
  display: block;
  width: 100vw;
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  margin: 0px;
}
@media (max-width: 1680px) {
  header .header-mobile .contact--mob a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  header .header-mobile .contact--mob a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  header .header-mobile .contact--mob a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  header .header-mobile .contact--mob a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  header .header-mobile .contact--mob a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  header .header-mobile .contact--mob a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  header .header-mobile .contact--mob {
    padding: 15px 0px;
  }
}

footer {
  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
  background: #ffffff;
  font-weight: 300;
  line-height: 28px;
  color: #8D8D8D;
}
@media (max-width: 1440px) {
  footer {
    padding-top: 3.125rem;
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  footer {
    font-size: 15px;
  }
}
footer a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
footer a:hover {
  color: #d9534f;
}
footer .gmap {
  font-weight: 600;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}
footer .logo {
  margin-bottom: 25px;
}
footer .logo svg {
  width: 219px;
  height: 41.41px;
}
@media (max-width: 1024px) {
  footer .logo svg {
    width: 170px;
  }
}
@media (max-width: 768px) {
  footer .logo svg {
    width: 219px;
  }
}
footer .rrss {
  text-align: right;
}
@media (max-width: 768px) {
  footer .rrss {
    text-align: left;
  }
}
footer address {
  margin-bottom: 25px;
  margin-bottom: 0;
}
footer .data {
  margin-bottom: 0;
}
footer .text--small {
  color: black;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .legal {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .legal li {
  display: inline;
  color: #8D8D8D;
}
footer .legal li:after {
  color: black;
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 576px) {
  footer .legal li:after {
    display: none;
  }
}
footer .legal li:last-child:after {
  content: none;
}
footer .legal li a {
  color: black;
}
footer .legal li a:hover, footer .legal li a:active, footer .legal li a:focus {
  color: #d9534f;
}
@media (max-width: 576px) {
  footer .legal li {
    display: block;
    padding-bottom: 10px;
  }
  footer .legal li a:after {
    content: none;
  }
}
@media (max-width: 576px) {
  footer .legal {
    margin-top: 15px;
    text-align: left;
  }
}

.accordion-header {
  border-top: 5px solid #d9534f;
  cursor: pointer;
}
.accordion-header h3 {
  margin-bottom: 0;
}
.accordion-header button {
  font-size: 20px;
  font-size: 1.25rem;
  background: transparent;
  border: none;
  color: #d9534f;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 25px 0 25px;
  text-align: left;
  width: 100%;
}
.accordion-header button.open svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-header button svg {
  margin-right: 1.25rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 11px;
  height: 11px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.accordion-body {
  color: #0275d8;
  padding-bottom: 25px;
}
.accordion .collapse {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 75%;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb--light li {
  color: #0275d8;
}
.breadcrumb--dark li {
  color: white;
}
.breadcrumb li {
  font-size: 13px;
  font-size: 0.8125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  display: block;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1rem;
  padding-right: 15px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .breadcrumb li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1440px) {
  .breadcrumb li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1366px) {
  .breadcrumb li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1280px) {
  .breadcrumb li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .breadcrumb li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .breadcrumb li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.breadcrumb li:not(:last-of-type) a {
  position: relative;
}
.breadcrumb li:not(:last-of-type) a::after {
  font-size: 13px;
  font-size: 0.8125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  content: ">";
  color: #d9534f;
  display: block;
  line-height: 1.2em;
  position: absolute;
  top: 0;
  right: -10px;
}
@media (max-width: 1680px) {
  .breadcrumb li:not(:last-of-type) a::after {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1440px) {
  .breadcrumb li:not(:last-of-type) a::after {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1366px) {
  .breadcrumb li:not(:last-of-type) a::after {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1280px) {
  .breadcrumb li:not(:last-of-type) a::after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .breadcrumb li:not(:last-of-type) a::after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .breadcrumb li:not(:last-of-type) a::after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

button:focus {
  outline: none !important;
}

.btn {
  font-size: 13px;
  font-size: 0.8125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 19.5px 35px;
  letter-spacing: 0.05em;
  line-height: 30px;
  min-width: 140px;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1680px) {
  .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1440px) {
  .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1366px) {
  .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1280px) {
  .btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.btn:hover, .btn:active, .btn:focus {
  opacity: 1 !important;
}
@media (max-width: 1440px) {
  .btn {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 1280px) {
  .btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btn--primary {
  background-color: white;
  color: #19322F;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  color: #ffffff;
  background-color: #d9534f;
}
.btn--secondary {
  background-color: white;
  color: #19322F;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  color: #ffffff;
  background-color: #19322F;
}
.btn--secondary-reverse {
  color: #ffffff;
  background-color: #19322F;
}
.btn--secondary-reverse:hover, .btn--secondary-reverse:active, .btn--secondary-reverse:focus {
  background-color: white;
  color: #19322F;
}

.block--white {
  color: #0275d8;
  padding-bottom: 120px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .block--white {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.block--white::before {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, #ffffff 50%, transparent 50%);
  content: "";
  display: block;
  opacity: 1;
  padding-top: 100%;
  position: absolute;
  top: -15px;
  left: -25px;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) and (min-width: 376px) {
  .block--white::before {
    top: -5px;
    left: 0;
  }
}
@media (max-width: 768px) and (min-width: 631px) {
  .block--white::before {
    width: 15%;
    padding-top: 10%;
  }
}
@media (max-width: 630px) and (min-width: 461px) {
  .block--white::before {
    width: 20%;
    padding-top: 20%;
  }
}
@media (max-width: 460px) and (min-width: 376px) {
  .block--white::before {
    width: 40%;
    padding-top: 30%;
  }
}
@media (max-width: 375px) {
  .block--white::before {
    top: 0;
    left: 0;
    width: 50%;
    padding-top: 40%;
  }
}
.block--blue {
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 100px;
  height: auto;
}
@media (min-width: 1024px) {
  .block--blue {
    min-height: 230px;
  }
}
@media (max-width: 768px) {
  .block--blue {
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 65px;
  }
}
.block--blue::before {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.1) 50%, transparent 50%);
  content: "";
  display: block;
  opacity: 1;
  padding-top: 65%;
  position: absolute;
  top: 0;
  left: 10px;
  width: 70%;
  height: 0;
  z-index: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) and (min-width: 376px) {
  .block--blue::before {
    top: -5px;
    left: 0;
  }
}
@media (max-width: 768px) and (min-width: 631px) {
  .block--blue::before {
    width: 15%;
    padding-top: 10%;
  }
}
@media (max-width: 630px) and (min-width: 461px) {
  .block--blue::before {
    width: 20%;
    padding-top: 20%;
  }
}
@media (max-width: 460px) and (min-width: 376px) {
  .block--blue::before {
    width: 40%;
    padding-top: 30%;
  }
}
@media (max-width: 375px) {
  .block--blue::before {
    top: 0;
    left: 0;
    width: 50%;
    padding-top: 40%;
  }
}

body.ie .cards-grid::after {
  display: block;
  content: "";
  clear: both;
}
body.ie .cards-grid .card {
  width: 32%;
  float: left;
  margin-right: 1%;
}
@media (max-width: 576px) {
  body.ie .cards-grid .card {
    width: 100%;
    float: none;
  }
}
body.no-ie .cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 5px;
}
@media (max-width: 576px) {
  body.no-ie .cards-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  body.no-ie .cards-grid:not(:first-of-type) {
    margin-bottom: 5px;
  }
  body.no-ie .cards-grid:last-of-type {
    margin-bottom: 35px;
  }
}

.card {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .card {
    margin-bottom: 5px;
  }
}
.card__img {
  display: block;
}
.card__title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #0275d8;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: absolute;
  left: 28px;
  bottom: 18px;
  -webkit-transition: color 0.4s, bottom 0.4s;
  transition: color 0.4s, bottom 0.4s;
}
@media (max-width: 1280px) {
  .card__title {
    bottom: 0;
  }
}
.card__desc {
  font-size: 19px;
  font-size: 1.1875rem;
  color: transparent;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  max-width: 75%;
  position: absolute;
  left: 28px;
  bottom: 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.card::before {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #d9534f), color-stop(50%, transparent));
  background: linear-gradient(to right top, #d9534f 50%, transparent 50%);
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.4s, height 0.4s, width 0.4s;
  transition: opacity 0.4s, height 0.4s, width 0.4s;
}
.card:hover .card__title {
  color: #ffffff;
  bottom: 85px;
}
.card:hover .card__desc {
  color: #ffffff;
}
.card:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.two-blocks .row {
  position: relative;
}
@media (max-width: 1024px) {
  .two-blocks .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.two-blocks__left {
  padding-left: 600px;
  padding-left: 37.5rem;
  padding-right: 8%;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 2880px) {
  .two-blocks__left {
    padding-left: 130px;
    padding-left: 8.125rem;
  }
}
@media (max-width: 1680px) {
  .two-blocks__left {
    padding-left: 90px;
    padding-left: 5.625rem;
  }
}
@media (max-width: 1440px) {
  .two-blocks__left {
    padding-left: 90px;
    padding-left: 5.625rem;
  }
}
@media (max-width: 1366px) {
  .two-blocks__left {
    padding-left: 90px;
    padding-left: 5.625rem;
  }
}
@media (max-width: 1280px) {
  .two-blocks__left {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .two-blocks__left {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.two-blocks__left--img {
  padding: 0 !important;
}
.two-blocks__left--img img {
  display: block;
}
.two-blocks__right {
  padding-right: 600px;
  padding-right: 37.5rem;
  padding-left: 8%;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 2880px) {
  .two-blocks__right {
    padding-right: 130px;
    padding-right: 8.125rem;
  }
}
@media (max-width: 1680px) {
  .two-blocks__right {
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1440px) {
  .two-blocks__right {
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1366px) {
  .two-blocks__right {
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1280px) {
  .two-blocks__right {
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .two-blocks__right {
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.two-blocks__right--img {
  padding: 0 !important;
}
.two-blocks__right--img img {
  display: block;
}

.cta {
  color: #ffffff;
}
.cta__content--slim {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cta__content--slim .title-secondary {
  margin-bottom: 0;
}
.cta__content {
  padding-top: 90px;
  padding-bottom: 66px;
}
.cta--service {
  background-color: #ffffff;
  padding: 40px;
  position: fixed;
  right: 0;
  bottom: 15vh;
  z-index: 5;
}
@media (max-width: 1024px) {
  .cta--service {
    bottom: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
  }
}

.download {
  font-size: 22px;
  font-size: 1.375rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  background: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  height: 100%;
  line-height: 1.5em;
  padding: 40px;
}
@media (max-width: 1680px) {
  .download {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 1440px) {
  .download {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .download {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .download {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .download {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .download {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .download {
    margin-bottom: 20px;
  }
}
.download p {
  margin-bottom: 20px;
}
.download a {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 1680px) {
  .download a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .download a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .download a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .download a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .download a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .download a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.download a svg {
  margin-right: 10px;
}

.event {
  display: -webkit-box;
  display: flex;
  max-width: 48%;
}
@media (max-width: 1024px) {
  .event {
    max-width: 100%;
  }
  .event:not(:first-of-type) {
    margin-top: 25px;
  }
}
.event__img {
  width: 230px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .event__img {
    width: 50px;
    height: 50px;
  }
}
.event__data {
  margin-left: 35px;
  width: calc(100% - 265px);
}
@media (min-width: 1025px) {
  .event__data {
    padding-right: 2vw;
  }
}
@media (max-width: 576px) {
  .event__data {
    width: 100%;
    margin-left: 15px;
    margin-top: -6px;
  }
}
.event__date {
  font-size: 13px;
  font-size: 0.8125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .event__date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1440px) {
  .event__date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1366px) {
  .event__date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1280px) {
  .event__date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .event__date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .event__date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .event__date {
    margin-bottom: 0;
  }
}
.event__title {
  color: #0275d8;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 5px;
}
.event__place {
  color: #DDDDDD;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .event__place {
    margin-bottom: 5px;
  }
}
.event__desc {
  color: #0275d8;
}

body.ie .featured-block {
  height: 65vh;
}
body.ie .featured-block .container {
  height: 100%;
}
body.ie .featured-block .row {
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
}
body.ie .featured-block .row > div {
  -webkit-box-flex: 0 !important;
          flex: 0 0 auto !important;
}

.featured-block {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  padding-top: 130px;
  padding-bottom: 90px;
  position: relative;
  width: 100%;
  min-height: 65vh;
}
@media (max-width: 1024px) {
  .featured-block {
    min-height: auto;
  }
  .featured-block h2 {
    padding-right: 20%;
  }
}
.featured-block-home {
  background: #19322F;
}
.featured-block-home .fbh-text {
  color: #ffffff;
  padding-top: 120px;
  padding-right: 150px;
}
@media (max-width: 1024px) {
  .featured-block-home .fbh-text {
    padding-top: 50px;
    padding-right: 0;
  }
}
.featured-block-home img {
  display: block;
}

.form#contacto .selects {
  margin-top: 50px;
  margin-bottom: 50px;
}
.form#career {
  margin-bottom: 25vh;
}
.form#career .selects {
  margin-top: 35px;
  margin-bottom: 10px;
}
.form#career .checkboxes {
  margin-bottom: 35px;
}
.form#career .checkboxes .check {
  margin-top: 15px;
}
.form#career .checkboxes .texto {
  font-size: 15px;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.2rem;
}
.form select {
  font-size: 19px;
  font-size: 1.1875rem;
  background-color: transparent;
  border: 2px solid #19322F;
  border-radius: 0;
  color: #19322F;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  height: 60px;
  margin: 0;
  outline: none;
  padding: 0 10px;
  width: 100%;
}
.form select:first-of-type {
  margin-bottom: 15px;
}
.form select::-webkit-input-placeholder {
  font-size: 19px;
  font-size: 1.1875rem;
  color: black;
  font-weight: 300;
}
.form select::-moz-placeholder {
  font-size: 19px;
  font-size: 1.1875rem;
  color: black;
  font-weight: 300;
}
.form select:-ms-input-placeholder {
  font-size: 19px;
  font-size: 1.1875rem;
  color: black;
  font-weight: 300;
}
.form select::-ms-input-placeholder {
  font-size: 19px;
  font-size: 1.1875rem;
  color: black;
  font-weight: 300;
}
.form select::placeholder {
  font-size: 19px;
  font-size: 1.1875rem;
  color: black;
  font-weight: 300;
}
.form select.has-error {
  border: 2px solid #d9534f;
  color: #d9534f;
}
.form select option {
  padding: 5px;
}
.form select option:first-child {
  display: none;
}
.form input, .form textarea {
  font-size: 19px;
  font-size: 1.1875rem;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #19322F;
  color: #19322F;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  height: 50px;
  margin: 10px 0 15px 0;
  outline: none;
  width: 100%;
}
.form input:-internal-autofill-selected, .form textarea:-internal-autofill-selected {
  background-color: transparent;
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  color: #19322F;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  color: #19322F;
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  color: #19322F;
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  color: #19322F;
}
.form input::placeholder, .form textarea::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  color: #19322F;
}
@media (max-width: 1680px) {
  .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::placeholder, .form textarea::placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::placeholder, .form textarea::placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1366px) {
  .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::placeholder, .form textarea::placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1280px) {
  .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form input::placeholder, .form textarea::placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::placeholder, .form textarea::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::placeholder, .form textarea::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
}
.form input[type=file] {
  border: none;
  height: auto;
}
.form input[type=file].has-error::-webkit-file-upload-button {
  border: 2px solid #d9534f;
  color: #d9534f;
}
.form input[type=file]:hover::-webkit-file-upload-button {
  background-color: #19322F;
  color: #DDDDDD;
}
.form input[type=file]::-webkit-file-upload-button {
  font-size: 19px;
  font-size: 1.1875rem;
  background-color: transparent;
  border: 2px solid #19322F;
  color: #19322F;
  cursor: pointer;
  padding: 20px 10px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.form textarea {
  background-attachment: local;
  background-image: repeating-linear-gradient(transparent, transparent 35px, #222943 35px, #222943 37px, transparent 37px);
  border: none;
  height: 185px;
  line-height: 37px;
}
.form .input-upload {
  border: 2px solid #19322F;
  color: #19322F;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
  max-width: 100%;
}
.form .input-upload .btn {
  padding: 15px 35px;
}
.form .input-upload input[type=file] {
  display: none;
}
.form .has-error {
  border-bottom: 2px solid #d9534f;
}
.form .has-error::-webkit-input-placeholder {
  color: #d9534f;
}
.form .has-error::-moz-placeholder {
  color: #d9534f;
}
.form .has-error:-ms-input-placeholder {
  color: #d9534f;
}
.form .has-error::-ms-input-placeholder {
  color: #d9534f;
}
.form .has-error::placeholder {
  color: #d9534f;
}

.form-errors {
  color: #19322F;
  display: block;
  font-size: 15px;
  padding-top: 15px;
}

/*CUSTOM CHECKBOX */
/* The container */
.check {
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  text-align: left;
  margin-top: 30px;
  /* Create a custom checkbox */
  /* Style the checkmark/indicator */
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  /* When the checkbox is checked, add a green background */
  /* Show the checkmark when checked */
}
.check input:checked ~ .checkmark {
  background-color: white;
}
.check input:checked ~ .checkmark:after {
  display: block;
}
.check .texto {
  color: #19322F;
  display: block;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  margin-left: 30px;
}
@media (max-width: 1680px) {
  .check .texto {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1440px) {
  .check .texto {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1366px) {
  .check .texto {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1280px) {
  .check .texto {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .check .texto {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .check .texto {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.check .texto.not-accepted {
  color: #d9534f;
  border-bottom: 2px solid #d9534f;
}
.check .texto.not-accepted a {
  color: #d9534f;
}
.check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  margin: auto;
  background-color: white;
  border: 2px solid #19322F;
}
.check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check .checkmark:after {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border: solid #19322F;
  border-width: 0 6px 8px 0;
}

.figure-grid {
  display: -webkit-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .figure-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.ie .award-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .ie .award-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.no-ie .award-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 5px;
}
@media (max-width: 1024px) {
  .no-ie .award-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .no-ie .award-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .no-ie .award-grid:not(:first-of-type) {
    margin-bottom: 5px;
  }
  .no-ie .award-grid:last-of-type {
    margin-bottom: 35px;
  }
}

figure {
  display: block;
  padding: 0;
  margin: 0;
}
figure.figure--with-icon {
  width: 24%;
}
@media (min-width: 1025px) {
  figure.figure--with-icon {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  figure.figure--with-icon {
    width: 50%;
    height: 140px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  figure.figure--with-icon {
    width: 100%;
  }
}
figure.figure--with-icon > svg {
  display: block;
}
@media (max-width: 768px) {
  figure.figure--with-icon > svg {
    margin: auto;
  }
}
figure.figure--with-icon figcaption {
  margin-top: 24px;
}
figure.plant {
  background-color: #0275d8;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1024px) {
  figure.plant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
figure.plant img {
  align-self: center;
}
@media (min-width: 1025px) {
  figure.plant img {
    width: 50%;
  }
}
figure.plant figcaption {
  color: #ffffff;
  margin-top: 0 !important;
  padding: 8vh 8vw;
  position: relative;
}
@media (min-width: 1025px) {
  figure.plant figcaption {
    width: 50%;
  }
}
figure.plant figcaption h3 {
  margin-bottom: 1.5rem;
}
figure.plant figcaption p {
  margin-bottom: 1.5rem;
}
figure.award {
  background-color: #C4C4C4;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-bottom: 5px;
  height: 310px;
}
figure.award img {
  margin: auto;
}
figure.award figcaption p {
  margin-bottom: 0;
}
figure.related-elements {
  position: relative;
  width: 33%;
  margin-right: 0.3%;
}
@media (max-width: 576px) {
  figure.related-elements {
    width: 100%;
  }
}
figure.related-elements img {
  background: #afb1b3;
  background: -webkit-gradient(linear, left top, right top, from(#afb1b3), color-stop(29%, #c6c7c9), color-stop(52%, #ccccce), to(#ccccce));
  background: linear-gradient(90deg, #afb1b3 0%, #c6c7c9 29%, #ccccce 52%, #ccccce 100%);
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
  width: 100%;
  height: 209px;
}
@media (max-width: 1280px) {
  figure.related-elements img {
    margin-bottom: 15px;
  }
}
figure.related-elements figcaption {
  max-width: 70%;
}
@media (max-width: 1440px) {
  figure.related-elements figcaption {
    max-width: 80%;
  }
}
@media (max-width: 1280px) {
  figure.related-elements figcaption {
    max-width: 90%;
  }
}
figure.related-elements a {
  display: block;
  position: relative;
}
figure.related-elements a figcaption {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
figure.related-elements a::before {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  padding-bottom: 0;
  -webkit-transition: opacity 0.4s, padding-bottom 0.4s, width 0.4s;
  transition: opacity 0.4s, padding-bottom 0.4s, width 0.4s;
}
figure.related-elements a:hover {
  opacity: 1;
}
figure.related-elements a:hover figcaption {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
figure.related-elements a:hover::before {
  opacity: 1;
  width: 100%;
  padding-bottom: 100%;
}

.hero > .container {
  height: 100%;
}
.hero-home {
  background-position: top center;
  background-size: cover;
  height: 75vh;
  position: relative;
}
@media all and (max-height: 800px) {
  .hero-home {
    height: 90vh;
  }
}
@media (max-width: 1366px) {
  .hero-home {
    height: 90vh;
  }
}
.hero-home > .container > .row {
  height: 100%;
}
.hero-with-breadcrumb {
  background-position: center;
  background-size: cover;
  min-height: 50vh;
  position: relative;
}
@media (max-width: 1024px) {
  .hero-with-breadcrumb {
    background-position: top center;
  }
}
.hero-with-breadcrumb > .container > .row:last-of-type {
  height: calc(100% - 30px);
}
.hero-application {
  height: 70vh;
  background: #afb1b3;
  background: -webkit-gradient(linear, left top, right top, from(#afb1b3), color-stop(29%, #c6c7c9), color-stop(52%, #ccccce), to(#818489));
  background: linear-gradient(90deg, #afb1b3 0%, #c6c7c9 29%, #ccccce 52%, #818489 100%);
}
@media (max-width: 1280px) {
  .hero-application {
    background: -webkit-gradient(linear, left top, left bottom, from(#afb1b3), color-stop(29%, #c6c7c9), color-stop(52%, #ccccce), to(#818489));
    background: linear-gradient(180deg, #afb1b3 0%, #c6c7c9 29%, #ccccce 52%, #818489 100%);
    height: auto;
  }
  .hero-application__text {
    padding-right: 25vw;
  }
}
@media (max-width: 576px) {
  .hero-application {
    background-position: top left;
  }
}

body.ie .cards-grid::after {
  display: block;
  content: "";
  clear: both;
}
body.ie .cards-grid .card {
  width: 32%;
  float: left;
  margin-right: 1%;
}
@media (max-width: 576px) {
  body.ie .cards-grid .card {
    width: 100%;
    float: none;
  }
}
body.no-ie .cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 5px;
}
@media (max-width: 576px) {
  body.no-ie .cards-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  body.no-ie .cards-grid:not(:first-of-type) {
    margin-bottom: 5px;
  }
  body.no-ie .cards-grid:last-of-type {
    margin-bottom: 35px;
  }
}

.card {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .card {
    margin-bottom: 5px;
  }
}
.card__img {
  display: block;
}
.card__title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #0275d8;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: absolute;
  left: 28px;
  bottom: 18px;
  -webkit-transition: color 0.4s, bottom 0.4s;
  transition: color 0.4s, bottom 0.4s;
}
@media (max-width: 1280px) {
  .card__title {
    bottom: 0;
  }
}
.card__desc {
  font-size: 19px;
  font-size: 1.1875rem;
  color: transparent;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  max-width: 75%;
  position: absolute;
  left: 28px;
  bottom: 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.card::before {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #d9534f), color-stop(50%, transparent));
  background: linear-gradient(to right top, #d9534f 50%, transparent 50%);
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.4s, height 0.4s, width 0.4s;
  transition: opacity 0.4s, height 0.4s, width 0.4s;
}
.card:hover .card__title {
  color: #ffffff;
  bottom: 85px;
}
.card:hover .card__desc {
  color: #ffffff;
}
.card:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.page-header {
  background-color: black;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.page-header-title {
  color: #19322F;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
}
.page-header-subtitle {
  color: #19322F;
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-weight: 300;
}
@media (max-width: 1680px) {
  .page-header-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .page-header-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .page-header-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .page-header-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .page-header-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .page-header-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-header-button {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .page-header-button {
    margin-top: 20px;
  }
}

.page-title-block {
  background-color: white;
}
.page-title-block p {
  margin: 35px 0;
}
@media (max-width: 576px) {
  .page-title-block p {
    margin: 20px 0;
  }
}
.page-title-block-button {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .page-title-block-button {
    margin-top: 20px;
  }
}
@media (max-width: 1440px) {
  .page-title-block .breadcrumb {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .page-title-block .breadcrumb {
    padding-top: 20px;
  }
}
.page-title-block .breadcrumb li:not(:last-of-type) a::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='$green'><path fill='$green' fill-rule='evenodd' d='M10.666 8l-5.333 5.333L8 16l8-8-2.667-2.667v.001L7.999.001 5.333 2.667l5.333 5.334z' clip-rule='evenodd'></path></svg>");
  background-size: 100%;
  color: #19322F;
  top: 3px;
  right: -11px;
}
.page-title-block .breadcrumb a {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-weight: 800;
  padding: 0 1px;
}
@media (max-width: 1680px) {
  .page-title-block .breadcrumb a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .page-title-block .breadcrumb a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .page-title-block .breadcrumb a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .page-title-block .breadcrumb a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .page-title-block .breadcrumb a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .page-title-block .breadcrumb a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

#map {
  background-color: #0275d8;
  display: block;
  min-height: auto;
  position: relative;
  margin-bottom: 3px;
}
#map .map-legend {
  font-size: 16px;
  font-size: 1rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  display: block;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: absolute;
  top: 65px;
  left: 65px;
  z-index: 1;
}
@media (max-width: 1680px) {
  #map .map-legend {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1440px) {
  #map .map-legend {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
  #map .map-legend {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1280px) {
  #map .map-legend {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #map .map-legend {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  #map .map-legend {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  #map .map-legend {
    top: 35px;
    left: 35px;
  }
}
#map .map-legend ul li {
  display: inline-block;
}
#map .map-legend ul li:not(:first-child) {
  margin-left: 15px;
}
#map .map-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
  height: 80vh;
}
#map .map-wrapper .google-map {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #map .map-wrapper {
    height: auto;
    min-height: 500px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  #map .map-wrapper {
    min-height: 350px;
    height: 350px;
  }
}
@media (max-height: 375px) and (orientation: landscape) {
  #map .map-wrapper {
    height: auto;
  }
}
#map .map-trigger {
  padding: 0 8.33%;
  width: 30%;
  position: relative;
}
@media (max-width: 1366px) {
  #map .map-trigger {
    padding: 0 5.33%;
  }
}
@media (max-width: 1280px) {
  #map .map-trigger {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 3.33%;
  }
}
@media (max-width: 768px) {
  #map .map-trigger {
    height: auto;
  }
}
@media (max-height: 375px) and (orientation: landscape) {
  #map .map-trigger {
    height: auto;
  }
}
#map .map-trigger-content {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  max-height: 75%;
  overflow-x: hidden;
}
#map .map-trigger-content::-webkit-scrollbar {
  width: 12px;
}
#map .map-trigger-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#map .map-trigger-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  #map .map-trigger-content {
    -webkit-transform: none;
            transform: none;
    top: inherit;
  }
}
#map .map-trigger-mobile {
  display: none;
}
@media (max-width: 768px) {
  #map .map-trigger-mobile {
    padding: 0px;
    display: block;
    margin-bottom: 0 !important;
    width: 100%;
  }
  #map .map-trigger-mobile p {
    padding: 0 8.33%;
  }
}
#map .map-trigger p {
  margin: 0 0 35px 0;
}
#map .marker-info-content {
  color: #0275d8;
  font-size: 19px;
  font-size: 1.1875rem;
}
#map .marker-info-content-title {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#map .marker-info-content-address {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.gm-style img {
  cursor: pointer;
}

.si-pointer-border-right {
  display: none;
}

.si-pointer-bg-right {
  top: -60px !important;
  position: relative !important;
}
.si-pointer-bg-right::before {
  right: 600px;
  right: 37.5rem;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, white), color-stop(50%, transparent));
  background: linear-gradient(to bottom left, white 50%, transparent 50%);
  content: "";
  display: block;
  padding-left: 0 !important;
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  width: 45px !important;
  height: 45px !important;
}
@media (max-width: 2880px) {
  .si-pointer-bg-right::before {
    right: 130px;
    right: 8.125rem;
  }
}
@media (max-width: 1680px) {
  .si-pointer-bg-right::before {
    right: 90px;
    right: 5.625rem;
  }
}
@media (max-width: 1440px) {
  .si-pointer-bg-right::before {
    right: 90px;
    padding-left: 5.625rem;
  }
}
@media (max-width: 1280px) {
  .si-pointer-bg-right::before {
    right: 30px;
    right: 1.875rem;
  }
}
@media (max-width: 576px) {
  .si-pointer-bg-right::before {
    right: 0;
    right: 0;
  }
}

#mapping .mapping__container {
  display: block;
  position: relative;
}
#mapping .mapping__container .pointer {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
}
@media (max-width: 1280px) {
  #mapping .mapping__container .pointer {
    display: none;
  }
}
#mapping .mapping__container .pointer::before {
  background: #d9534f;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#mapping .mapping__container .pointer.clicked::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#mapping .mapping__container .pointer.clicked .info--box {
  opacity: 1;
}
#mapping .mapping__container .pointer .info--box {
  background: #d9534f;
  display: block;
  padding: 25px;
  position: absolute;
  left: 100px;
  opacity: 0;
  pointer-events: none;
  width: 300px;
  height: auto;
}
#mapping .mapping__container .pointer .info--box::before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #d9534f), color-stop(50%, transparent));
  background: linear-gradient(to bottom left, #d9534f 50%, transparent 50%);
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: -50px;
  width: 50px;
  height: 50px;
}
#mapping .mapping__container .pointer-mobile {
  background: #d9534f;
  border-radius: 50%;
  color: #ffffff;
  display: none;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 35px;
  position: absolute;
  text-align: center;
  width: 35px;
  height: 35px;
}
@media (max-width: 1280px) {
  #mapping .mapping__container .pointer-mobile {
    display: block;
  }
}
#mapping .mapping__info {
  display: none;
}
@media (max-width: 1280px) {
  #mapping .mapping__info {
    display: block;
  }
}

.overlay, .overlay-video {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.overlay-video.open {
  display: block;
}
.overlay-video .embed-responsive {
  width: 80%;
  padding: 20%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.overlay-video .embed-responsive-item {
  height: 90%;
  margin-top: 4%;
}
.overlay-video .close-overlay {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 35px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .overlay-video .close-overlay {
    top: 25px;
    right: 25px;
  }
}

.section-slider {
  height: 100vh;
}
.section-slider .slider {
  height: 100%;
}
.section-slider .slider .slick-list, .section-slider .slider .slick-track {
  height: 100%;
  padding: 0 !important;
}
.section-slider .slider .slick-list .slick-slide, .section-slider .slider .slick-track .slick-slide {
  height: 100%;
}
.section-slider .slider .slick-list .slick-slide div, .section-slider .slider .slick-track .slick-slide div {
  height: 100%;
}

.slider-default {
  width: 100%;
}
.slider-default .slick-slide {
  padding: 2px;
}
.slider-default .slick-slide figcaption {
  color: #0275d8;
  margin-top: 10px;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.slider-default .slick-arrow {
  background: none;
  border: 2px solid #0275d8;
  border-radius: 50%;
  cursor: pointer;
  margin: auto;
  position: absolute;
  width: 36px;
  height: 36px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1441px) {
  .slider-default .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 1440px) {
  .slider-default .slick-arrow {
    top: -45px;
  }
}
.slider-default .slick-arrow:hover {
  opacity: 0.6;
}
@media (min-width: 1441px) {
  .slider-default .slick-prev {
    left: -5vw;
  }
}
@media (max-width: 1440px) {
  .slider-default .slick-prev {
    right: 5vw;
  }
}
@media (max-width: 500px) {
  .slider-default .slick-prev {
    right: 12vw;
  }
}
@media (min-width: 1441px) {
  .slider-default .slick-next {
    right: -5vw;
  }
}
@media (max-width: 1440px) {
  .slider-default .slick-next {
    right: 0;
  }
}
.slider-default .slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.slider-default .slick-dots li {
  padding: 2px;
}
.slider-default .slick-dots li.slick-active button {
  background-color: rgba(31, 42, 68, 0.5);
  width: 15px;
  height: 15px;
}
.slider-default .slick-dots li button {
  -webkit-appearance: none;
  background-color: #FDE7D1;
  border: none;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 1px;
  width: 12px;
  height: 12px;
  -webkit-transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.slider-default .slick-dots li button:hover {
  background-color: rgba(31, 42, 68, 0.5);
}
.slider-default .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.video-image-wrapper {
  cursor: pointer;
  position: relative;
}
.video-image-wrapper::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent url("/public/images/play.svg") no-repeat center/contain;
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 83px;
  height: 83px;
}

.lightbox .lb-image {
  border-radius: 0;
}

.lb-dataContainer {
  display: none !important;
}

.lb-nav a {
  background: none !important;
  border: 3px solid white;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  opacity: 1 !important;
  bottom: 0;
  width: 50px !important;
  height: 50px !important;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (min-width: 1024px) {
  .lb-nav a {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .lb-nav a {
    bottom: -25%;
  }
}
.lb-nav a:hover {
  opacity: 0.5 !important;
}
.lb-nav a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
}
.lb-nav a.lb-prev {
  left: -10%;
}
@media (max-width: 1023px) {
  .lb-nav a.lb-prev {
    left: 10%;
  }
}
.lb-nav a.lb-prev::before {
  background: transparent url("../images/chevron-left-white.svg") no-repeat center/contain;
}
.lb-nav a.lb-next {
  right: -10%;
}
@media (max-width: 1023px) {
  .lb-nav a.lb-next {
    right: 10%;
  }
}
.lb-nav a.lb-next::before {
  background: transparent url("../images/chevron-right-white.svg") no-repeat center/contain;
}

.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1300px) {
  .cocoen .cocoen {
    height: 625px;
  }
}

.cocoen * {
  box-sizing: inherit;
}

.cocoen ::after, .cocoen ::before {
  box-sizing: inherit;
}

.cocoen img, .cocoen picture > img {
  max-width: none;
  padding: 0 140px;
}
@media (max-width: 1024px) {
  .cocoen img, .cocoen picture > img {
    padding: 0;
  }
}

.cocoen > img, .cocoen > picture > img {
  display: block;
  width: 100%;
}

.cocoen > div:first-child, picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}

.cocoen-drag {
  background: #000;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
  -webkit-animation: shake 5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
          animation: shake 5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.cocoen-drag::before {
  background-image: url("/public/images/refurbish/cocoen-arrows-swipe.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #000;
  background-color: #000;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  margin-left: -23px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
}

.cocoen-drag::after {
  background-image: url("/public/images/refurbish/cocoen-arrows-swipe.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000000;
  color: #FFF;
  content: "BEFORE                     AFTER";
  white-space: pre;
  line-height: 21px;
  padding: 0 0 0 10px;
  font-size: 10px;
  font-weight: 600;
  width: 160px;
  height: 20px;
  left: -8px;
  margin-left: -70px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  border-radius: 10px;
}

@-webkit-keyframes shake {
  5%, 45% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  10%, 40% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  15%, 25%, 35% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  20%, 30% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

@keyframes shake {
  5%, 45% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  10%, 40% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  15%, 25%, 35% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  20%, 30% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
.testimony__name {
  margin-top: 35px;
  font-weight: 600;
  margin-bottom: 0;
}

ul.title-secondary li {
  margin-bottom: 2.5rem;
  padding-left: 2.5rem;
}
@media (max-width: 1366px) {
  ul.title-secondary li {
    padding-left: 1.875rem;
  }
}
@media (max-width: 768px) {
  ul.title-secondary li {
    padding-left: 1.5625rem;
  }
}
ul.title-secondary li::before {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media (max-width: 1366px) {
  ul.title-secondary li::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
@media (max-width: 768px) {
  ul.title-secondary li::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
ul.big-text {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.2em;
}
ul.big-text li {
  margin-bottom: 1.875rem;
  padding-left: 2.1875rem;
}
ul.big-text li::before {
  width: 1.5625rem;
  height: 1.5625rem;
}
ul.medium-text {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.2em;
}
@media (max-width: 1280px) {
  ul.medium-text {
    line-height: 1em;
  }
}
ul.medium-text li {
  margin-bottom: 1.25rem;
  padding-left: 1.875rem;
}
ul.medium-text li::before {
  width: 1.25rem;
  height: 1.25rem;
}
ul.checklist li {
  position: relative;
}
ul.checklist li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
ul.checklist--white li::before {
  background: transparent url("/public/images/check-white.svg") no-repeat center/contain;
}
ul.checklist--blue li::before {
  background: transparent url("/public/images/check-blue.svg") no-repeat center/contain;
}

@media (max-width: 768px) {
  .slider-video {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.slider-video .slick-dots {
  position: absolute;
  -webkit-box-pack: start;
          justify-content: start;
  bottom: 75px;
  left: 10px;
}
@media (max-width: 1440px) {
  .slider-video .slick-dots {
    bottom: 50px;
  }
}
@media (max-width: 1366px) {
  .slider-video .slick-dots {
    bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .slider-video .slick-dots {
    bottom: 15px;
  }
}
@media (max-width: 768px) {
  .slider-video .slick-dots {
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    left: 0;
    top: 290px;
    width: 100%;
  }
}
.slider-video .slick-dots li:not(:last-of-type) {
  margin-right: 8px;
}
.slider-video .slick-dots li.slick-active button {
  opacity: 0.3;
}
.slider-video .slick-dots li.slick-active button,
.slider-video .slick-dots li button {
  font-size: 18px;
  font-size: 1.125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  background-color: #19322F;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: -0.02em;
  width: 40px;
  height: 40px;
}
@media (max-width: 1680px) {
  .slider-video .slick-dots li.slick-active button,
.slider-video .slick-dots li button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  .slider-video .slick-dots li.slick-active button,
.slider-video .slick-dots li button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1366px) {
  .slider-video .slick-dots li.slick-active button,
.slider-video .slick-dots li button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1280px) {
  .slider-video .slick-dots li.slick-active button,
.slider-video .slick-dots li button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .slider-video .slick-dots li.slick-active button,
.slider-video .slick-dots li button {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .slider-video .slick-dots li.slick-active button,
.slider-video .slick-dots li button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.slider-video .slick-dots li.slick-active button:hover,
.slider-video .slick-dots li button:hover {
  background-color: #19322F;
  opacity: 0.3;
}
.slider-video .overlay {
  background: rgba(246, 133, 27, 0.2);
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .slider-video .slide {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.slider-video .slide-item {
  float: left;
}
@media (max-width: 768px) {
  .slider-video .slide-item {
    float: none;
  }
}
.slider-video .slide-item video {
  display: block;
  max-width: 100%;
}
.slider-video .slide-item img {
  height: 273px;
  width: 310px;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-video .slide-text {
  z-index: 2;
}
@media (max-width: 768px) {
  .slider-video .slide-text {
    height: auto;
  }
}
.slider-video .slide-text h2 {
  margin-bottom: 30px;
}
.slider-video .slide-text > .col-12 {
  margin-top: 20%;
}
@media (max-width: 768px) {
  .slider-video .slide-text > .col-12 {
    margin-top: 5%;
  }
}
.slider-video .slide-video {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 768px) {
  .slider-video .slide-video {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    height: 272px;
    width: 305px;
  }
}
@media (max-width: 576px) {
  .slider-video .slide p {
    font-size: 100%;
  }
}

.subpages .subpage {
  background: #ffffff;
  color: #0275d8;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 1.875rem;
  height: 312px;
  margin-bottom: 1.875rem;
}
@media (max-width: 1024px) {
  .subpages .subpage {
    height: auto;
    align-content: flex-start;
  }
}
.subpages .subpage:nth-child(odd) {
  border-right: 5px solid #DDDDDD;
}
@media (max-width: 768px) {
  .subpages .subpage:nth-child(odd) {
    border-right: none;
  }
}

.share {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  text-transform: capitalize;
}
.share a {
  margin: 0 5px;
}

.subapplication {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .subapplication {
    margin-bottom: 50px;
  }
}
.subapplication img {
  margin-bottom: 60px;
}
@media (max-width: 1680px) {
  .subapplication img {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .subapplication img {
    margin-bottom: 15px;
  }
}

.vertical-line-container {
  position: absolute;
  margin: 0 auto;
  left: calc(50% - 50px);
  width: 100px;
  height: 120px;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.vertical-line-container__line--white {
  background-color: white;
  height: 70px;
  width: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media (max-width: 1024px) {
  .vertical-line-container__line--white {
    height: calc(70px / 2);
  }
}
.vertical-line-container__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}
.vertical-line-container__text span {
  text-decoration: none;
  color: white;
}
@media (max-width: 768px) {
  .vertical-line-container {
    background-color: white;
    height: 50;
    width: 80;
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .vertical-line-container {
    height: calc(50 / 2);
  }
}

.home .featured-block {
  padding-top: 120px;
  padding-bottom: 90px;
  min-height: 55vh;
}
.home .subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media (max-width: 1680px) {
  .home .subtitle {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 1440px) {
  .home .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .home .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .home .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .home .subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .home .subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1280px) {
  .home .subtitle {
    margin-bottom: 0;
  }
}
.home .industry-item img {
  height: 85px;
}
@media (max-width: 768px) {
  .home .industry-item img {
    margin-top: 30px;
  }
}
.home .industry-item h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .home .industry-item h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .home .industry-item h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  .home .industry-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .home .industry-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .home .industry-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .home .industry-item h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.home .industry-item p {
  text-transform: none;
}
.home .industry-item span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.home .industry-item .desc {
  line-height: 160%;
  width: 75%;
}
@media (max-width: 1024px) {
  .home .industry-item .desc {
    width: 100%;
  }
}
.home .industry-item a {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .home .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .home .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .home .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .home .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .home .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .home .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.home .industry-item a svg {
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
}
@media (max-width: 576px) {
  .home .two-blocks h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .home .featured-block-home h2 {
    font-size: 26px;
  }
}
.home .featured-block-home .container {
  padding-right: 0;
}
@media (max-width: 1024px) {
  .home .featured-block-home .container {
    padding: 0;
  }
  .home .featured-block-home .container .fbh-text {
    padding: 60px 30px 30px 30px;
  }
  .home .featured-block-home .container .img-fluid {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .home .featured-block-home .container {
    padding: 0;
  }
  .home .featured-block-home .container .fbh-text {
    padding: 40px 30px 30px 30px;
  }
  .home .featured-block-home .container .img-fluid {
    width: 100%;
  }
}
.home .solutions {
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .home .solutions img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .home .solutions img {
    height: auto;
  }
}
.home .solutions :hover {
  background-color: #FDE7D1;
}
.home .solutions :hover img {
  opacity: 0.7;
}
.home .solutions :hover p {
  opacity: 0.7;
}

#contact {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, white), to(#f4f4f4));
  background: linear-gradient(180deg, white 90%, #f4f4f4 100%);
}
#contact .legal {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 1024px) {
  #contact .address {
    display: none;
  }
}
#contact .address .link--more-info {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  #contact .address .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  #contact .address .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  #contact .address .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  #contact .address .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  #contact .address .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  #contact .address .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#contact .address .link--more-info svg {
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
}
#contact address {
  margin-bottom: 22px;
}
#contact .data {
  margin-bottom: 22px;
}
#contact .data__item {
  padding-left: 15px;
  position: relative;
}
#contact .data__item::before {
  content: "|";
  display: block;
  position: absolute;
  left: 0;
}
#contact .link--view {
  font-size: 18px;
  font-size: 1.125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  #contact .link--view {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  #contact .link--view {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1366px) {
  #contact .link--view {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1280px) {
  #contact .link--view {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  #contact .link--view {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #contact .link--view {
    font-size: 16px;
    font-size: 1rem;
  }
}
#contact .link--more-info svg {
  width: 0.75rem;
  height: 0.75rem;
  top: -2px;
  position: relative;
}

.technology main .link--more-info {
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  display: block;
  margin-top: 30px;
}
@media (max-width: 1680px) {
  .technology main .link--more-info {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .technology main .link--more-info {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .technology main .link--more-info {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .technology main .link--more-info {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .technology main .link--more-info {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .technology main .link--more-info {
    font-size: 16px;
    font-size: 1rem;
  }
}
.technology .advantages-header {
  height: 450px;
  background: url("/public/images/technology/advantages.jpg");
  background-size: cover;
  background-position: right;
}
.technology .advantages h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .technology .advantages h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .technology .advantages h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  .technology .advantages h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .technology .advantages h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .technology .advantages h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .technology .advantages h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.technology .advantages ul li {
  margin: 5px 0 15px 15px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .technology .advantages ul li {
    margin-left: 0px;
  }
}
@media (max-width: 576px) {
  .technology .advantages ul li {
    margin: 5px 0 30px 0px;
    line-height: 175%;
  }
}
.technology .advantages ul li:before {
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  margin-top: -3px;
  display: block;
  left: 50px;
  position: absolute;
  content: "\25A0";
  vertical-align: top;
  margin-right: 15px;
}
@media (max-width: 1680px) {
  .technology .advantages ul li:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .technology .advantages ul li:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .technology .advantages ul li:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .technology .advantages ul li:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .technology .advantages ul li:before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .technology .advantages ul li:before {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .technology .advantages ul li:before {
    left: 30px;
  }
}
@media (max-width: 576px) {
  .technology .advantages ul {
    padding-bottom: 10px;
  }
}
.technology .advantages p {
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .technology .advantages p {
    margin-left: 0px;
  }
}
.technology .advantages .col-lg-6:first-child {
  padding-right: 60px;
}
.technology .advantages .col-lg-6:last-child {
  padding-left: 60px;
}
.technology .advantages.sbd h2 {
  width: 75%;
}
@media (max-width: 1024px) {
  .technology .advantages.sbd h2 {
    width: 100%;
  }
}
.technology .advantages.sbd p {
  margin-left: 0;
}
@media (max-width: 576px) {
  .technology .advantages .text--medium {
    line-height: 175%;
  }
}
@media (max-width: 1024px) {
  .technology .drying .steps {
    margin: 15px auto 40px auto;
  }
}
.technology .drying .step {
  background-color: #333333;
  color: white;
  font-weight: 600;
  background-position: center center;
  background-size: cover;
  min-height: 480px;
}
.technology .drying .step p {
  font-size: 18px;
  font-size: 1.125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  line-height: 26px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80%;
}
@media (max-width: 1680px) {
  .technology .drying .step p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  .technology .drying .step p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1366px) {
  .technology .drying .step p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1280px) {
  .technology .drying .step p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .technology .drying .step p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .technology .drying .step p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .technology .drying .step {
    background-position: top;
    min-height: 320px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .technology .drying .step {
    min-height: 240px;
    line-height: 26px;
  }
}
.technology .innovation {
  color: white;
}
.technology .innovation .text--uppercase {
  font-size: 42px;
  font-size: 2.625rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-weight: 700;
}
@media (max-width: 1680px) {
  .technology .innovation .text--uppercase {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 1440px) {
  .technology .innovation .text--uppercase {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 1366px) {
  .technology .innovation .text--uppercase {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1280px) {
  .technology .innovation .text--uppercase {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .technology .innovation .text--uppercase {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .technology .innovation .text--uppercase {
    font-size: 32px;
    font-size: 2rem;
  }
}
.technology .innovation p {
  width: 75%;
}
@media (max-width: 768px) {
  .technology .innovation p {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .technology .innovation .col-lg-4 {
    margin-bottom: 30px;
  }
}
.technology .innovation .col-lg-4 .text--big {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .technology .innovation .col-lg-4 .text--big {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .technology .innovation .col-lg-4 .text--big {
    font-size: 24px;
  }
}
.technology .innovation .link--more-info {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .technology .innovation .link--more-info {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .technology .innovation img {
    width: 110px;
  }
}
.technology .featured-block {
  padding-top: 120px;
  padding-bottom: 90px;
  min-height: 52vh;
}

.refurbish main .link--more-info {
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .refurbish main .link--more-info {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .refurbish main .link--more-info {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .refurbish main .link--more-info {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .refurbish main .link--more-info {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .refurbish main .link--more-info {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .refurbish main .link--more-info {
    font-size: 16px;
    font-size: 1rem;
  }
}
.refurbish .image {
  color: #FFF;
}
.refurbish .image .two-blocks__left {
  padding-right: 0.7em;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .refurbish .image .two-blocks__left {
    padding-right: 2em;
    padding-top: 40px;
  }
}
.refurbish .image .two-blocks__right {
  padding-left: 0.7em;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .refurbish .image .two-blocks__right {
    padding-left: 2em;
    padding-top: 0;
  }
}
.refurbish .pcd h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .refurbish .pcd h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .refurbish .pcd h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  .refurbish .pcd h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .refurbish .pcd h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .refurbish .pcd h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .refurbish .pcd h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.refurbish .pcd .two-blocks__left {
  padding-right: 2em;
}
@media (max-width: 1024px) {
  .refurbish .pcd .two-blocks__left {
    padding-right: 6em;
  }
}
.refurbish .pcd .two-blocks__right {
  padding-left: 5em;
  padding-right: 25%;
}
@media (max-width: 1280px) {
  .refurbish .pcd .two-blocks__right {
    padding-right: 2em;
  }
}
@media (max-width: 1024px) {
  .refurbish .pcd .two-blocks__right {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.refurbish .pcd ul li {
  margin: 5px 0 30px 15px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .refurbish .pcd ul li {
    margin: 5px 0 15px 40px;
  }
}
@media (max-width: 576px) {
  .refurbish .pcd ul li {
    margin: 5px 0 15px 30px;
  }
}
.refurbish .pcd ul li:before {
  content: "";
  left: 40px;
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("/public/uploads/refurbish/list-check.png");
  background-size: contain;
  vertical-align: top;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .refurbish .pcd ul li:before {
    left: 30px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 576px) {
  .refurbish .pcd ul li:before {
    left: 30px;
    width: 20px;
    height: 20px;
  }
}
.refurbish .pcd p {
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .refurbish .pcd p {
    margin-left: 0px;
  }
}
.refurbish .pcd .col-lg-6:first-child {
  padding-right: 60px;
}
.refurbish .pcd .col-lg-6:last-child {
  padding-left: 60px;
}
.refurbish .pcd-link .two-blocks__left {
  padding-top: 10px;
}
.refurbish .pcd-link .two-blocks__right {
  padding-top: 10px;
}

.legal {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, white), to(#f4f4f4));
  background: linear-gradient(180deg, white 90%, #f4f4f4 100%);
  color: #19322F;
}
.legal section {
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .legal section {
    padding-bottom: 50px;
  }
}
.legal section p + h3 {
  padding-top: 22px;
}

.service .two-blocks h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .service .two-blocks h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .service .two-blocks h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  .service .two-blocks h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .service .two-blocks h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .service .two-blocks h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .service .two-blocks h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 1024px) {
  .service .two-blocks h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .service .two-blocks h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    /*    xs: 0,
        sm: 576px,
        md: 768px,
        lg: 1024px,
        xl: 1280px,
        xxl: 1366px,
        xxxl: 1440px,
        xxxxl: 1680px,*/
  }
}
@media (max-width: 768px) and (max-width: 1680px) {
  .service .two-blocks h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .service .two-blocks h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 768px) and (max-width: 1366px) {
  .service .two-blocks h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .service .two-blocks h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .service .two-blocks h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .service .two-blocks h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.service .two-blocks p {
  font-size: 22px;
  font-size: 1.375rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .service .two-blocks p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 1440px) {
  .service .two-blocks p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .service .two-blocks p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .service .two-blocks p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .service .two-blocks p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .service .two-blocks p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .service .two-blocks p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .service .two-blocks p {
    font-size: 22px;
    font-size: 1.375rem;
    /*    xs: 0,
        sm: 576px,
        md: 768px,
        lg: 1024px,
        xl: 1280px,
        xxl: 1366px,
        xxxl: 1440px,
        xxxxl: 1680px,*/
  }
}
@media (max-width: 768px) and (max-width: 1680px) {
  .service .two-blocks p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .service .two-blocks p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) and (max-width: 1366px) {
  .service .two-blocks p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .service .two-blocks p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .service .two-blocks p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .service .two-blocks p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .service .two-blocks .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (max-width: 768px) {
  .service .two-blocks .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.service .two-blocks .two-blocks__right--img {
  height: 580px;
}
@media (max-width: 1024px) {
  .service .two-blocks .two-blocks__right--img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .service .two-blocks .two-blocks__right--img {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .service .two-blocks .two-blocks__right--img {
    height: 300px;
  }
}
.service .two-blocks .two-blocks__left--img {
  height: 580px;
}
@media (max-width: 1024px) {
  .service .two-blocks .two-blocks__left--img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .service .two-blocks .two-blocks__left--img {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .service .two-blocks .two-blocks__left--img {
    height: 300px;
  }
}
.service .two-blocks .bck-img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.aboutus .featured-block {
  min-height: 55vh;
}
.aboutus .featured-block.first {
  background-size: cover;
  background-position: top center;
}
@media (max-width: 1366px) {
  .aboutus .featured-block.first {
    min-height: 40vh;
  }
}
@media (max-width: 1024px) {
  .aboutus .featured-block.first {
    min-height: 30vh;
  }
}
@media (max-width: 768px) {
  .aboutus .featured-block.first {
    min-height: 15vh;
  }
}
.aboutus .featured-block.second {
  min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 1366px) {
  .aboutus .featured-block.second {
    min-height: 35vh;
  }
}
@media (max-width: 1024px) {
  .aboutus .featured-block.second {
    min-height: 20vh;
  }
}
@media (max-width: 768px) {
  .aboutus .featured-block.second {
    min-height: 10vh;
  }
}
@media (max-width: 576px) {
  .aboutus .featured-block.second {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 30vh;
  }
}
.aboutus .list {
  color: white;
}
.aboutus .list h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .aboutus .list h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .aboutus .list h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  .aboutus .list h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .aboutus .list h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .aboutus .list h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .aboutus .list h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.aboutus .list ul {
  width: 75%;
}
@media (max-width: 768px) {
  .aboutus .list ul {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .aboutus .list ul {
    margin-bottom: 50px;
  }
}
.aboutus .list ul li {
  margin: 5px 0 30px 50px;
  font-weight: 300;
  line-height: 200%;
}
@media (max-width: 1024px) {
  .aboutus .list ul li {
    margin: 5px 0 15px 40px;
  }
}
@media (max-width: 576px) {
  .aboutus .list ul li {
    margin: 5px 0 15px 30px;
  }
}
.aboutus .list ul li:before {
  content: "";
  left: 10px;
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("/public/images/aboutus/list-check.png");
  background-size: contain;
  vertical-align: top;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .aboutus .list ul li:before {
    margin-top: 3px;
    left: 12px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 576px) {
  .aboutus .list ul li:before {
    left: 12px;
    width: 20px;
    height: 20px;
  }
}
.aboutus .world {
  text-align: center;
}
.aboutus .world ul {
  list-style: none;
  margin-bottom: 15px;
}
.aboutus .world ul li {
  display: inline-block;
  padding: 0 80px;
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .aboutus .world ul li {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .aboutus .world ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .aboutus .world ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .aboutus .world ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .aboutus .world ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .aboutus .world ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.aboutus .world ul li img {
  margin-right: 8px;
  padding-top: 5px;
  display: inline-block;
  height: 20px;
}
@media (max-width: 768px) {
  .aboutus .world ul li {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .aboutus .world ul li {
    padding: 5px 0;
  }
}
.aboutus .group p {
  width: 70%;
}
@media (max-width: 1280px) {
  .aboutus .group p {
    width: 100%;
  }
}
.aboutus .group a {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .aboutus .group a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .aboutus .group a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .aboutus .group a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .aboutus .group a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .aboutus .group a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .aboutus .group a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.aboutus .group a svg {
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
}
.aboutus .awards {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, white), to(#f4f4f4));
  background: linear-gradient(180deg, white 90%, #f4f4f4 100%);
}
.aboutus .awards .image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #FDE7D1;
  height: 20vh;
}
@media (max-width: 576px) {
  .aboutus .awards .image {
    height: 30vh;
  }
}
.aboutus .awards .image img {
  max-height: 19vh;
}
@media (max-width: 576px) {
  .aboutus .awards .image img {
    height: auto;
  }
}
.aboutus .awards p {
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1680px) {
  .aboutus .awards p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .aboutus .awards p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .aboutus .awards p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .aboutus .awards p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .aboutus .awards p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .aboutus .awards p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .aboutus .awards p {
    padding-top: 5px !important;
    margin-bottom: 20px;
  }
}

.faq .faq-item h2 {
  border-top: 11px solid #19322F;
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .faq .faq-item h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .faq .faq-item h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  .faq .faq-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .faq .faq-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .faq .faq-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .faq .faq-item h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.faq .faq-item p {
  line-height: 150%;
}
.faq .faq-item :hover {
  color: #8D8D8D;
}
.faq .faq-item .link--more-info {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .faq .faq-item .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .faq .faq-item .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .faq .faq-item .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .faq .faq-item .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .faq .faq-item .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .faq .faq-item .link--more-info {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.faq .faq-item .link--more-info svg {
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
}
.faq .faq-detail ul {
  list-style: disc;
  padding: 0 0 0 20px;
}
.faq .faq-detail .btn-primary {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-weight: 600;
  background-color: #19322F;
  padding: 10px 50px;
}
@media (max-width: 1680px) {
  .faq .faq-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .faq .faq-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .faq .faq-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .faq .faq-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .faq .faq-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .faq .faq-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.industry .page-title-block img {
  height: 85px;
  margin-bottom: 30px;
}
.industry .industries-image {
  height: 700px;
  background: url("/public/images/industries/industries-image.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .industry .industries-image {
    height: 300px;
  }
}
.industry .industry-item img {
  height: 85px;
}
@media (max-width: 768px) {
  .industry .industry-item img {
    margin-top: 30px;
  }
}
.industry .industry-item h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .industry .industry-item h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .industry .industry-item h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  .industry .industry-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .industry .industry-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .industry .industry-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .industry .industry-item h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.industry .industry-item .desc {
  line-height: 160%;
  width: 75%;
}
@media (max-width: 1024px) {
  .industry .industry-item .desc {
    width: 100%;
  }
}
.industry .industry-item a {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .industry .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .industry .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .industry .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .industry .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .industry .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .industry .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.industry .industry-item a svg {
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
}
.industry .industry-item ul {
  list-style: square;
  padding: 0 0 0 20px;
}
.industry .industry-detail .desc {
  font-size: 18px;
  font-size: 1.125rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  line-height: 170%;
  width: 75%;
}
@media (max-width: 1680px) {
  .industry .industry-detail .desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  .industry .industry-detail .desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1366px) {
  .industry .industry-detail .desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1280px) {
  .industry .industry-detail .desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .industry .industry-detail .desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .industry .industry-detail .desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .industry .industry-detail .desc {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .industry .industry-detail .desc {
    margin-bottom: 40px;
  }
}
.industry .industry-detail ul {
  list-style: square;
  padding: 0 0 0 20px;
}
.industry .industry-detail .btn-primary {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-weight: 600;
  background-color: #19322F;
  padding: 10px 50px;
}
@media (max-width: 1680px) {
  .industry .industry-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .industry .industry-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .industry .industry-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .industry .industry-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .industry .industry-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .industry .industry-detail .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.two-blocks__right {
  position: relative;
}
.two-blocks .overlay {
  background: #e1cba866;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.two-blocks .overlay + .two-blocks__left {
  z-index: 2;
}
.two-blocks video {
  max-width: 100%;
}

.solution h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .solution h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .solution h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  .solution h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .solution h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .solution h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .solution h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.solution .page-title-block img {
  height: 85px;
  margin-bottom: 30px;
}
.solution .solution-item {
  margin-top: 10px;
}
.solution .solution-item .title {
  font-size: 42px;
  font-size: 2.625rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 1680px) {
  .solution .solution-item .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 1440px) {
  .solution .solution-item .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 1366px) {
  .solution .solution-item .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1280px) {
  .solution .solution-item .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .solution .solution-item .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .solution .solution-item .title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.solution .solution-item img {
  height: 400px;
}
@media (max-width: 1440px) {
  .solution .solution-item img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .solution .solution-item img {
    margin-top: 30px;
  }
}
.solution .solution-item h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .solution .solution-item h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .solution .solution-item h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  .solution .solution-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .solution .solution-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .solution .solution-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .solution .solution-item h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.solution .solution-item .desc {
  line-height: 160%;
  width: 75%;
}
@media (max-width: 1024px) {
  .solution .solution-item .desc {
    width: 100%;
  }
}
.solution .solution-item a {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .solution .solution-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .solution .solution-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .solution .solution-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .solution .solution-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .solution .solution-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .solution .solution-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.solution .solution-item a svg {
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
}
.solution .btn-primary {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
  margin-top: 35px;
  font-weight: 600;
  background-color: #19322F;
  padding: 15px 70px;
}
@media (max-width: 1680px) {
  .solution .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .solution .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .solution .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .solution .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .solution .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .solution .btn-primary {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.solution .key-benefits {
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.solution .key-benefits .list {
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
.solution .key-benefits .list strong {
  font-weight: 600;
}
@media (max-width: 1680px) {
  .solution .key-benefits .list {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 1440px) {
  .solution .key-benefits .list {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .solution .key-benefits .list {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .solution .key-benefits .list {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .solution .key-benefits .list {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .solution .key-benefits .list {
    font-size: 16px;
    font-size: 1rem;
  }
}
.solution .key-benefits .list p {
  width: 75%;
  line-height: 150%;
}
@media (max-width: 576px) {
  .solution .key-benefits .list p {
    width: 100%;
  }
}
.solution .key-benefits .list .title {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .solution .key-benefits .list .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .solution .key-benefits .list .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .solution .key-benefits .list .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .solution .key-benefits .list .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .solution .key-benefits .list .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .solution .key-benefits .list .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.solution .key-benefits .list p:last-child {
  margin-bottom: 60px;
}
.solution .block .title .two-blocks__left {
  padding-top: 0;
  padding-bottom: 0;
}
.solution .block .content .two-blocks__left {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .solution .block .content .two-blocks__left {
    min-height: 300px;
  }
}
.solution .block .content .two-blocks__right {
  padding-top: 0;
  padding-bottom: 0;
}
.solution .block .two-blocks__left {
  background-size: cover !important;
  background-position: center center !important;
}
.solution .block .two-blocks__right {
  padding-right: 5%;
  padding-left: 5%;
}
.solution .block img {
  max-height: 550px;
}
@media (max-width: 768px) {
  .solution .block img {
    margin-top: 30px;
  }
}
.solution .block h2 {
  margin-bottom: 40px;
}
.solution .block p {
  width: 80%;
  line-height: 200%;
}
.solution .block:first-child ul {
  margin-top: 80px;
}
.solution .block:first-child ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.solution .block:first-child ul li a {
  vertical-align: middle;
  display: table-cell;
  color: #FDE7D1;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #19322F;
  border-radius: 40px;
}
.solution .block table {
  width: 100%;
  border-top: 7px solid #FFF;
  border-left: 7px solid #FFF;
  border-bottom: none;
  text-align: left;
  border-spacing: 0;
}
.solution .block table th {
  padding: 15px;
}
.solution .block table td {
  padding: 15px;
  border-top: 1px solid #FFF;
  border-right: 7px solid #FFF;
}
.solution .block table thead th {
  border-right: 7px solid #FFF;
  border-bottom: 6px solid #FFF;
}
.solution .block table tbody {
  border-left: 5px solid #FFF;
  border-right: 5px solid #FFF;
}
.solution .bg--green {
  color: white;
}
@media (max-width: 1024px) {
  .solution .industries h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .solution .industries h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    /*    xs: 0,
        sm: 576px,
        md: 768px,
        lg: 1024px,
        xl: 1280px,
        xxl: 1366px,
        xxxl: 1440px,
        xxxxl: 1680px,*/
  }
}
@media (max-width: 768px) and (max-width: 1680px) {
  .solution .industries h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .solution .industries h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 768px) and (max-width: 1366px) {
  .solution .industries h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .solution .industries h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .solution .industries h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .solution .industries h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.solution .industry-item img {
  height: 85px;
}
@media (max-width: 768px) {
  .solution .industry-item img {
    margin-top: 30px;
  }
}
.solution .industry-item h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .solution .industry-item h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .solution .industry-item h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1366px) {
  .solution .industry-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .solution .industry-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .solution .industry-item h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .solution .industry-item h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.solution .industry-item p {
  text-transform: none;
}
.solution .industry-item span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.solution .industry-item .desc {
  line-height: 160%;
  width: 75%;
}
@media (max-width: 1024px) {
  .solution .industry-item .desc {
    width: 100%;
  }
}
.solution .industry-item a {
  font-size: 11px;
  font-size: 0.6875rem;
  /*    xs: 0,
      sm: 576px,
      md: 768px,
      lg: 1024px,
      xl: 1280px,
      xxl: 1366px,
      xxxl: 1440px,
      xxxxl: 1680px,*/
}
@media (max-width: 1680px) {
  .solution .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .solution .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1366px) {
  .solution .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 1280px) {
  .solution .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .solution .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 576px) {
  .solution .industry-item a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.solution .industry-item a svg {
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
}
.solution .granule .granule-item {
  text-align: center;
}
.solution .granule .granule-item img {
  mix-blend-mode: multiply;
}
.solution .granule p {
  background-color: #FDE7D1;
}
.solution .granule .slick-arrow {
  border: none;
  background-color: #cbc4b3;
  color: white;
}
.solution .granule .slick-arrow:hover {
  background-color: black !important;
  border: none;
  color: white;
  opacity: 1;
}
.solution .granule .slick-arrow img {
  padding-top: 4px;
}