/*FROM BOOTSTRAP AND AT BOTTOM SOME ELSE ALSO*/
html, * {
  box-sizing: border-box; }

/*Remove all kinds of tap/active/focus effects*/
*, ::after, ::before, ::focus {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent !important;
  outline: 0 !important; }

*::-moz-focus-inner {
  border: 0; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

html {
  font-size: 16px; }

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.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%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

body {
  background-color: #FFFFFF; }

.bg-blue {
  background-color: #114477 !important; }

a.bg-blue:hover, .btn.bg-blue:hover {
  background-color: #0b3361 !important; }

.bg-green {
  background-color: #07734F !important; }

a.bg-green:hover, .btn.bg-green:hover {
  background-color: #055d3c !important; }

.bg-lime {
  background-color: #7CBA00 !important; }

a.bg-lime:hover, .btn.bg-lime:hover {
  background-color: #66a800 !important; }

.bg-pink {
  background-color: #FF4482 !important; }

a.bg-pink:hover, .btn.bg-pink:hover {
  background-color: #ff336c !important; }

.bg-yellow {
  background-color: #FFBB01 !important; }

a.bg-yellow:hover, .btn.bg-yellow:hover {
  background-color: #ffaa01 !important; }

.bg-cyan {
  background-color: #0096EC !important; }

a.bg-cyan:hover, .btn.bg-cyan:hover {
  background-color: #0080e6 !important; }

.bg-violet {
  background-color: #8E43FF !important; }

a.bg-violet:hover, .btn.bg-violet:hover {
  background-color: #7832ff !important; }

.bg-black {
  background-color: #2D3134 !important; }

a.bg-black:hover, .btn.bg-black:hover {
  background-color: #000000 !important; }

.bg-gradient-greentoblue {
  background: linear-gradient(to right, #07734F, #114477); }

.bg-gradient-limetogreen {
  background: linear-gradient(to right, #7CBA00, #07734F); }

.bg-gradient-greentolime {
  background: linear-gradient(to right, #07734F, #7CBA00); }

.bg-gradient-cyantoblue {
  background: linear-gradient(to right, #096CB0, #114477); }

.bg-gradient-bluetocyan {
  background: linear-gradient(to right, #114477, #096CB0); }

p, li, h2, h3, h4, h5, h6, li {
  color: #616467; }

h1 {
  color: #7CBA00; }

a, a h3 {
  color: #0096EC;
  text-decoration: none; }

a:hover, a:hover h3 {
  color: #0086d3; }

a:focus, a:active, a:focus h3, a:active h3 {
  color: #0076b9; }

.nega {
  color: #FFFFFF; }
  .nega p, .nega li, .nega h1, .nega h2, .nega h3, .nega h4, .nega h5, .nega h6 {
    color: rgba(255, 255, 255, 0.95) !important; }
  .nega p a, .nega li a {
    text-decoration: underline;
    color: #FFFFFF !important; }
  .nega a.button {
    text-decoration: none !important; }

.nega:hover a, .nega:hover a:hover, .nega:hover p, .nega:hover li, .nega:hover h1, .nega:hover h2, .nega:hover h3, .nega:hover h4, .nega a:hover a, .nega a:hover a:hover, .nega a:hover p, .nega a:hover li, .nega a:hover h1, .nega a:hover h2, .nega a:hover h3, .nega a:hover h4 {
  color: #FFFFFF !important; }

p.nega a {
  text-decoration: underline; }

div.nega, section.nega {
  background-color: #07734F; }

.text-white {
  color: #FFFFFF; }

.text-blue {
  color: #114477 !important; }

.text-bluegreen {
  color: #0c5c63 !important; }

.text-green {
  color: #07734F !important; }

.text-lime {
  color: #7CBA00 !important; }

.text-pink {
  color: #FF4482 !important; }

.text-yellow {
  color: #FFBB01 !important; }

.text-cyan {
  color: #0096EC !important; }

.text-violet {
  color: #8E43FF !important; }

.text-black {
  color: #2D3134 !important; }

.disabled {
  opacity: 0.5; }

.icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
  transform: translateY(12.5%);
  margin: 0 0.25em;
  background-size: cover !important;
  background-color: none;
  background-repeat: no-repeat; }

/*
.icon-filter{		background-image: url('images/icons/filter-nega.svg') !important;}
.icon-navi{			background-image: url('images/icons/navi.svg');}
.icon-person{		background-image: url('images/icons/person.svg') !important;}
.icon-person-nega{	background-image: url('images/icons/person-nega.svg') !important;}
.icon-plus-nega{	background-image: url('images/icons/plus-nega.svg');}
.icon-search{	background-image: url('images/icons/search.svg');}
.icon-search-nega{	background-image: url('images/icons/search-nega.svg');}
.icon-star{			background-image: url('images/icons/star.svg');}



.icon-facebook{		background-image: url('images/icons/facebook.svg');}
.icon-email{		background-image: url('images/icons/email.svg');}
.icon-pinterest{	background-image: url('images/icons/pinterest.svg');}
.icon-twitter{		background-image: url('images/icons/twitter.svg');}
.icon-whatsapp{		background-image: url('images/icons/whatsapp.svg');}
.icon-youtube{		background-image: url('images/icons/youtube.svg');}

*/
/*BASE STYLES*/
body {
  color: rgba(45, 49, 52, 0.75);
  font-size: 16px;
  line-height: 1em;
  font-family: "Ubuntu", sans-serif; }

ul {
  margin: 0 0 16px 0;
  padding: 0; }

p, li, h1, h2, h3, h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 200;
  margin: 0; }

p, li {
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 24px; }

p.small, .small li {
  font-size: 12px;
  line-height: 16px; }

p.big, .big li {
  font-size: 24px;
  line-height: 32px; }

p .big {
  font-size: 24px; }

h4 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
  font-weight: 300;
  letter-spacing: -0.01em; }

h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 500;
  letter-spacing: -0.01em; }

h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 32px;
  font-weight: 300;
  letter-spacing: -0.01em; }

h1 {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.01em; }

h1.strong {
  font-weight: 600; }

@media (max-width: 991.98px) {
  p, li {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0; }
  p {
    margin-bottom: 18px; }
  p.small, .small li {
    font-size: 12px;
    line-height: 16px; }
  p.big, .big li {
    font-size: 17px;
    line-height: 24px; }
  p .big {
    font-size: 18px; }
  h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px; }
  h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px; }
  h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px; }
  h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px; } }

strong {
  font-weight: 500; }

i strong {
  font-weight: 600; }

.button {
  user-select: none;
  display: inline-block;
  height: 48px;
  min-width: 48px;
  border: none;
  color: #FFFFFF !important;
  padding: 14px 20px;
  margin-bottom: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  margin-right: 16px;
  border-radius: 2px;
  transition: background-color ease-out 150ms; }
  .button i {
    display: inline-block; }

.button:hover {
  color: #FFFFFF; }

.button:active, .button:focus {
  color: #FFFFFF;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3); }

.button.small {
  height: 40px;
  min-width: 40px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px; }

.button.big {
  height: 76px;
  min-width: 76px;
  padding: 26px 24px 24px 24px;
  font-size: 24px;
  line-height: 24px; }

.button-block {
  width: 100%;
  display: block; }

@media (max-width: 991.98px) {
  .button {
    height: 40px;
    min-width: 40px;
    padding: 10px 20px;
    margin-bottom: 16px;
    margin-right: 16px;
    font-size: 14px;
    line-height: 20px; }
  .button.small {
    font-size: 14px; }
  .button.big {
    height: 48px;
    min-width: 48px;
    padding: 14px 16px 16px 16px;
    font-size: 17px;
    line-height: 17px; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

/*RESPONSIVE COLUMNS*/
/*BASIC COLUMN SYSTEM AND COLLAPSING SIDE MARGINS FROM BOOTSTRAP*/
.content-wrapper {
  padding-top: 80px; }

@media (max-width: 767.98px) {
  .content-wrapper {
    padding-top: 48px; } }

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1110px; }

@media (max-width: 1199.98px) {
  .container {
    padding-left: 32px;
    padding-right: 32px; } }

@media (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

.pull-right {
  float: right !important; }

.block {
  width: 100%;
  padding-bottom: 64px; }
  .block h1 {
    padding-top: 96px; }
  .block .block-ingress {
    padding-bottom: 24px; }

@media (max-width: 991.98px) {
  .block {
    padding-bottom: 16px; }
    .block h1 {
      padding-top: 48px; }
    .block .block-ingress {
      padding-bottom: 12px; } }

.cards {
  display: flex;
  flex-wrap: wrap; }

.card {
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column; }
  .card > div {
    border-top: 1px solid rgba(45, 49, 52, 0.05);
    flex: 1;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(16, 16, 32, 0.25);
    transition: box-shadow ease-out 300ms;
    padding: 32px 24px;
    border-radius: 2px; }
  .card p {
    color: #616467;
    margin-bottom: 0; }
  .card .card-icon {
    padding-bottom: 12px;
    width: 72px;
    height: 72px; }

.card:first-child h2, .card:first-child h3 {
  color: #07734F !important; }

.card h2, .card h3 {
  color: #0c5c63 !important; }

.card:last-child h2, .card:last-child h3 {
  color: #114477 !important; }

a.card:hover > div {
  box-shadow: 0px 2px 9px 0px rgba(16, 16, 32, 0.5); }

@media (max-width: 1199.98px) {
  .cards {
    margin-left: -32px;
    margin-right: -32px; } }

@media (max-width: 991.98px) {
  .card {
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 0; }
    .card > div {
      margin: 0 !important;
      padding: 16px 12px 12px 12px; }
      .card > div h2 {
        margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .cards {
    margin-left: -16px;
    margin-right: -16px; } }

@media (max-width: 575.98px) {
  .card:first-child > div {
    border-top: 1px solid rgba(45, 49, 52, 0.25); }
  .card > div {
    border-top: none; } }

.block-content {
  padding-top: 24px; }
  .block-content h2 {
    color: #07734F;
    padding-top: 24px; }

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  .hero h1 {
    padding-top: 100px;
    margin-bottom: 16px; }

.hero-frontpage {
  height: 460px;
  background-image: url("img/hero.jpg"); }
  .hero-frontpage h1 {
    margin-bottom: 32px; }

.hero-pathology {
  background-image: url("img/hero-pathology.jpg"); }

@media (max-width: 991.98px) {
  .hero h1 {
    padding-top: 48px; }
  .hero-frontpage {
    height: 240px; } }

.productnavi {
  margin-top: 0px;
  margin-bottom: 48px;
  padding-bottom: 0; }
  .productnavi .productnavi-label {
    padding-top: 32px;
    color: #07734F; }
  .productnavi a.card h3 {
    color: #114477 !important; }

.frontpage-productnavi {
  margin-top: -120px; }
  .frontpage-productnavi .productnavi-label {
    color: #FFFFFF; }

@media (max-width: 991.98px) {
  .productnavi {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0;
    background: linear-gradient(to right, #07734F, #114477); }
    .productnavi .card > div {
      background-color: transparent;
      padding: 16px 12px 4px 12px; }
      .productnavi .card > div h3 {
        color: #FFFFFF !important;
        font-size: 17px;
        font-weight: 400; }
  .frontpage-productnavi {
    margin-top: -42px; }
  .productnavi-label {
    display: none; } }

.frontpage-product {
  padding-bottom: 64px;
  background-size: cover; }
  .frontpage-product h2 {
    padding-top: 64px;
    color: #07734F; }
  .frontpage-product .product-img {
    width: 100%;
    padding-top: 64px;
    transform: translateY(5%); }

@media (max-width: 991.98px) {
  .frontpage-product {
    padding-bottom: 16px; }
    .frontpage-product h2, .frontpage-product .product-img {
      padding-top: 48px; } }

#block-about .about-bullet {
  margin-top: 32px; }

#block-about .about-img {
  width: 100%; }

#block-about .about-acronyms {
  padding-top: 24px; }

@media (max-width: 767.98px) {
  #block-about .about-img {
    width: 64px;
    transform: translateX(-4px);
    padding-bottom: 8px; } }

.row-images .col img {
  padding-right: 3%; }

@media (max-width: 991.98px) {
  #frontpage-references {
    padding-bottom: 0; } }

@media (max-width: 767.98px) {
  #frontpage-references .card {
    text-align: left; }
  #frontpage-references .row-images {
    transform: translateX(-3px); } }

.page-footer {
  padding-bottom: 64px; }
  .page-footer h1 {
    padding-bottom: 32px; }
  .page-footer ul {
    list-style-type: none; }
    .page-footer ul a {
      text-decoration: none; }
  .page-footer .button {
    min-width: 216px; }

@media (max-width: 991.98px) {
  .page-footer {
    padding-bottom: 0px; }
    .page-footer h1 {
      padding-bottom: 0px; } }

.hexcontainer {
  width: 100%;
  padding-bottom: 86%;
  margin-top: 48px; }

/*HEADER*/
.container-header-wrap {
  width: 100%;
  position: fixed;
  z-index: 1000;
  box-shadow: 0px 10px 10px -5px rgba(16, 16, 32, 0.1);
  height: 80px;
  background: #FFFFFF; }

.header-logo {
  float: left;
  height: 100%;
  display: block; }
  .header-logo img {
    width: 200px;
    margin: -5px 10px 10px 0px; }

.header-navi {
  height: 80px; }
  .header-navi ul {
    list-style-type: none;
    height: 100%;
    margin: 0; }
    .header-navi ul li {
      display: inline-block;
      float: left;
      height: 100%;
      line-height: 75px; }
      .header-navi ul li a {
        display: inline-block;
        height: 100%;
        padding: 0px 10px;
        transition: all ease 250ms; }
      .header-navi ul li a:hover {
        background-color: rgba(45, 49, 52, 0.03);
        color: #000000; }
      .header-navi ul li a.button {
        margin-left: 10px; }

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
  height: 0px;
  width: 100%;
  clear: both; }

a.anchor#home {
  position: absolute;
  top: 0; }

@media (max-width: 767.98px) {
  a.anchor {
    top: -48px; } }

/*HABURGER ICON*/
#header-hamburger {
  float: right;
  margin: 14px 0 0 0;
  width: 24px;
  height: 32px;
  transform: rotate(0deg);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer; }

#header-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #7CBA00;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

#header-hamburger span:nth-child(1) {
  top: 0px; }

#header-hamburger span:nth-child(2), #header-hamburger span:nth-child(3) {
  top: 8px; }

#header-hamburger span:nth-child(4) {
  top: 16px; }

#header-hamburger.open span:nth-child(1), #header-hamburger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%; }

#header-hamburger.open span:nth-child(2) {
  transform: rotate(45deg); }

#header-hamburger.open span:nth-child(3) {
  transform: rotate(-45deg); }

/*RESPONSIVE*/
@media screen and (min-width: 500px) and (max-width: 767px) {
  #header-navi-wrapper .header-navi ul li {
    text-align: right; }
    #header-navi-wrapper .header-navi ul li a {
      padding-right: 10px !important; } }

@media (max-width: 767.98px) {
  .container-header-wrap {
    border-top-width: 5px;
    height: 48px; }
  #header-navi-wrapper {
    width: 100%;
    max-width: 100%;
    display: block;
    flex: none;
    position: absolute;
    right: 0;
    top: 0px; }
  .header-logo img {
    width: 100px;
    margin: 12px 0px 10px 0px; }
  .header-navi {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 400px;
    overflow-y: hidden;
    transition-delay: 300ms;
    transition: margin-left 0ms;
    margin-left: 100%; }
    .header-navi ul {
      width: 100%;
      height: auto;
      background-color: #7CBA00;
      transform: translateY(-100%);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
      .header-navi ul li {
        display: block;
        width: 100%;
        float: none;
        font-size: 17px;
        line-height: 48px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        padding-right: 0 !important; }
        .header-navi ul li a {
          padding-left: 15px !important;
          width: 100%;
          display: block;
          line-height: 15px;
          color: #FFFFFF !important;
          padding: 20px 8px; }
      .header-navi ul li:last-child {
        padding-bottom: 10px; }
      .header-navi ul li a:hover, .header-navi ul li:active, .header-navi ul li:focus {
        background-color: #66a800; }
  .header-navi.visible {
    margin-left: 0%; }
    .header-navi.visible ul {
      transform: translateY(0); } }
