/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
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/vendor/lightbox2/dist/loading.gif?2299ad0b3f63413f026dfec20c205b8f) 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/vendor/lightbox2/dist/prev.png?84b76dee6b27b795e89e3649078a11c2) 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/vendor/lightbox2/dist/next.png?31f15875975aab69085470aabbfec802) 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/vendor/lightbox2/dist/close.png?d9d2d0b1308cb694aa8116915592e2a9) 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;
}
@charset "UTF-8";

/* Import variables START */

/* stylelint-disable */

/* stylelint-disable */

/* Import variables END */

/* Import ../_bootstrap elements START */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #fff;
  color: #292b2c;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  background-color: transparent;
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #636c72;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

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

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0.25rem;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: auto;
  max-width: 100%;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  color: #636c72;
  font-size: 90%;
}

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

code {
  background-color: #f7f7f9;
  color: #bd4147;
  font-size: 90%;
  padding: 0.2rem 0.4rem;
  border-radius: 0;
}

a > code {
  background-color: inherit;
  color: inherit;
  padding: 0;
}

kbd {
  background-color: #292b2c;
  color: #fff;
  font-size: 90%;
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
}

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

pre {
  color: #292b2c;
  display: block;
  font-size: 90%;
  margin-bottom: 1rem;
  margin-top: 0;
}

pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

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

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 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-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-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-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-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-hd-1,
.col-hd-2,
.col-hd-3,
.col-hd-4,
.col-hd-5,
.col-hd-6,
.col-hd-7,
.col-hd-8,
.col-hd-9,
.col-hd-10,
.col-hd-11,
.col-hd-12,
.col-hd {
  min-height: 1px;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .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-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-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-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-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-hd-1,
  .col-hd-2,
  .col-hd-3,
  .col-hd-4,
  .col-hd-5,
  .col-hd-6,
  .col-hd-7,
  .col-hd-8,
  .col-hd-9,
  .col-hd-10,
  .col-hd-11,
  .col-hd-12,
  .col-hd {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .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-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-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-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-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-hd-1,
  .col-hd-2,
  .col-hd-3,
  .col-hd-4,
  .col-hd-5,
  .col-hd-6,
  .col-hd-7,
  .col-hd-8,
  .col-hd-9,
  .col-hd-10,
  .col-hd-11,
  .col-hd-12,
  .col-hd {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .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-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-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-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-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-hd-1,
  .col-hd-2,
  .col-hd-3,
  .col-hd-4,
  .col-hd-5,
  .col-hd-6,
  .col-hd-7,
  .col-hd-8,
  .col-hd-9,
  .col-hd-10,
  .col-hd-11,
  .col-hd-12,
  .col-hd {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .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-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-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-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-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-hd-1,
  .col-hd-2,
  .col-hd-3,
  .col-hd-4,
  .col-hd-5,
  .col-hd-6,
  .col-hd-7,
  .col-hd-8,
  .col-hd-9,
  .col-hd-10,
  .col-hd-11,
  .col-hd-12,
  .col-hd {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333333%;
}

.pull-2 {
  right: 16.66666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333333%;
}

.pull-5 {
  right: 41.66666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333333%;
}

.pull-8 {
  right: 66.66666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333333%;
}

.pull-11 {
  right: 91.66666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333333%;
}

.push-2 {
  left: 16.66666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333333%;
}

.push-5 {
  left: 41.66666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333333%;
}

.push-8 {
  left: 66.66666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333333%;
}

.push-11 {
  left: 91.66666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333333%;
  }

  .pull-sm-2 {
    right: 16.66666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333333%;
  }

  .pull-sm-5 {
    right: 41.66666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333333%;
  }

  .pull-sm-8 {
    right: 66.66666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333333%;
  }

  .pull-sm-11 {
    right: 91.66666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333333%;
  }

  .push-sm-2 {
    left: 16.66666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333333%;
  }

  .push-sm-5 {
    left: 41.66666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333333%;
  }

  .push-sm-8 {
    left: 66.66666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333333%;
  }

  .push-sm-11 {
    left: 91.66666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333333%;
  }

  .pull-md-2 {
    right: 16.66666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333333%;
  }

  .pull-md-5 {
    right: 41.66666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333333%;
  }

  .pull-md-8 {
    right: 66.66666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333333%;
  }

  .pull-md-11 {
    right: 91.66666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333333%;
  }

  .push-md-2 {
    left: 16.66666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333333%;
  }

  .push-md-5 {
    left: 41.66666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333333%;
  }

  .push-md-8 {
    left: 66.66666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333333%;
  }

  .push-md-11 {
    left: 91.66666667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333333%;
  }

  .pull-lg-2 {
    right: 16.66666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333333%;
  }

  .pull-lg-5 {
    right: 41.66666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333333%;
  }

  .pull-lg-8 {
    right: 66.66666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333333%;
  }

  .pull-lg-11 {
    right: 91.66666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333333%;
  }

  .push-lg-2 {
    left: 16.66666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333333%;
  }

  .push-lg-5 {
    left: 41.66666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333333%;
  }

  .push-lg-8 {
    left: 66.66666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333333%;
  }

  .push-lg-11 {
    left: 91.66666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

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

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333333%;
  }

  .pull-xl-2 {
    right: 16.66666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333333%;
  }

  .pull-xl-5 {
    right: 41.66666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333333%;
  }

  .pull-xl-8 {
    right: 66.66666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333333%;
  }

  .pull-xl-11 {
    right: 91.66666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333333%;
  }

  .push-xl-2 {
    left: 16.66666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333333%;
  }

  .push-xl-5 {
    left: 41.66666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333333%;
  }

  .push-xl-8 {
    left: 66.66666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333333%;
  }

  .push-xl-11 {
    left: 91.66666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

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

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1500px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-hd-0 {
    right: auto;
  }

  .pull-hd-1 {
    right: 8.33333333%;
  }

  .pull-hd-2 {
    right: 16.66666667%;
  }

  .pull-hd-3 {
    right: 25%;
  }

  .pull-hd-4 {
    right: 33.33333333%;
  }

  .pull-hd-5 {
    right: 41.66666667%;
  }

  .pull-hd-6 {
    right: 50%;
  }

  .pull-hd-7 {
    right: 58.33333333%;
  }

  .pull-hd-8 {
    right: 66.66666667%;
  }

  .pull-hd-9 {
    right: 75%;
  }

  .pull-hd-10 {
    right: 83.33333333%;
  }

  .pull-hd-11 {
    right: 91.66666667%;
  }

  .pull-hd-12 {
    right: 100%;
  }

  .push-hd-0 {
    left: auto;
  }

  .push-hd-1 {
    left: 8.33333333%;
  }

  .push-hd-2 {
    left: 16.66666667%;
  }

  .push-hd-3 {
    left: 25%;
  }

  .push-hd-4 {
    left: 33.33333333%;
  }

  .push-hd-5 {
    left: 41.66666667%;
  }

  .push-hd-6 {
    left: 50%;
  }

  .push-hd-7 {
    left: 58.33333333%;
  }

  .push-hd-8 {
    left: 66.66666667%;
  }

  .push-hd-9 {
    left: 75%;
  }

  .push-hd-10 {
    left: 83.33333333%;
  }

  .push-hd-11 {
    left: 91.66666667%;
  }

  .push-hd-12 {
    left: 100%;
  }

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

  .offset-hd-1 {
    margin-left: 8.33333333%;
  }

  .offset-hd-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-hd-4 {
    margin-left: 33.33333333%;
  }

  .offset-hd-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-hd-7 {
    margin-left: 58.33333333%;
  }

  .offset-hd-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-hd-10 {
    margin-left: 83.33333333%;
  }

  .offset-hd-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thead-inverse th {
  background-color: #292b2c;
  color: #fff;
}

.thead-default th {
  background-color: #eceeef;
  color: #464a4c;
}

.table-inverse {
  background-color: #292b2c;
  color: #fff;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

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

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

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

.form-control {
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #464a4c;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  width: 100%;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

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

.form-control:focus {
  background-color: #fff;
  border-color: #5cb3fd;
  color: #464a4c;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #464a4c;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  margin-bottom: 0;
  padding-bottom: calc(0.5rem - 1px * 2);
  padding-top: calc(0.5rem - 1px * 2);
}

.col-form-label-lg {
  font-size: 1.25rem;
  padding-bottom: calc(0.75rem - 1px * 2);
  padding-top: calc(0.75rem - 1px * 2);
}

.col-form-label-sm {
  font-size: 0.875rem;
  padding-bottom: calc(0.25rem - 1px * 2);
  padding-top: calc(0.25rem - 1px * 2);
}

.col-form-legend {
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.form-control-static {
  border: solid transparent;
  border-width: 1px 0;
  line-height: 1.25;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.form-control-static.form-control-sm,
.form-control-static.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg {
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: 3.16666667rem;
}

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

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

.form-check {
  display: block;
  margin-bottom: 0.5rem;
  position: relative;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.25rem;
  position: absolute;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  background-position: center right 0.5625rem;
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
  padding-right: 2.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  background-color: #eaf6ea;
  border-color: #5cb85c;
  color: #5cb85c;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  background-color: white;
  border-color: #f0ad4e;
  color: #f0ad4e;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  background-color: #fdf7f7;
  border-color: #d9534f;
  color: #d9534f;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

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

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

@media (min-width: 576px) {
  .form-inline label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

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

  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    display: inline-block;
    margin-right: 0.25rem;
    position: static;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  border: 1px solid transparent;
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0;
  -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 {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
  outline: 0;
}

.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 {
  background-color: #0275d8;
  border-color: #0275d8;
  color: #fff;
}

.btn-primary:hover {
  background-color: #025aa5;
  border-color: #01549b;
  color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
          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,
.open > .btn-primary.dropdown-toggle {
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  border-color: #ccc;
  color: #292b2c;
}

.btn-secondary:hover {
  background-color: #e6e5e5;
  border-color: #adadad;
  color: #292b2c;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

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

.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle,
.open > .btn-secondary.dropdown-toggle {
  background-color: #e6e5e5;
  background-image: none;
  border-color: #adadad;
  color: #292b2c;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}

.btn-info:hover {
  background-color: #31b0d5;
  border-color: #2aabd2;
  color: #fff;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          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,
.open > .btn-info.dropdown-toggle {
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
  color: #fff;
}

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

.btn-success:hover {
  background-color: #449d44;
  border-color: #419641;
  color: #fff;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle,
.open > .btn-success.dropdown-toggle {
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
  color: #fff;
}

.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}

.btn-warning:hover {
  background-color: #ec971f;
  border-color: #eb9316;
  color: #fff;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          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,
.open > .btn-warning.dropdown-toggle {
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
  color: #fff;
}

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

.btn-danger:hover {
  background-color: #c9302c;
  border-color: #c12e2a;
  color: #fff;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          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,
.open > .btn-danger.dropdown-toggle {
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
  color: #fff;
}

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

.btn-outline-primary:hover {
  background-color: #0275d8;
  border-color: #0275d8;
  color: #fff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #0275d8;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle,
.open > .btn-outline-primary.dropdown-toggle {
  background-color: #0275d8;
  border-color: #0275d8;
  color: #fff;
}

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

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

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

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle,
.open > .btn-outline-secondary.dropdown-toggle {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}

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

.btn-outline-info:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #5bc0de;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle,
.open > .btn-outline-info.dropdown-toggle {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}

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

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

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

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

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle,
.open > .btn-outline-success.dropdown-toggle {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}

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

.btn-outline-warning:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

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

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle,
.open > .btn-outline-warning.dropdown-toggle {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

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

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle,
.open > .btn-outline-danger.dropdown-toggle {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}

.btn-link {
  border-radius: 0;
  color: #0275d8;
  font-weight: normal;
}

.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 {
  background-color: transparent;
  color: #014c8c;
  text-decoration: underline;
}

.btn-link:disabled {
  color: #636c72;
}

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

.btn-lg {
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.3rem;
}

.btn-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

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

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

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

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

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

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

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

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

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #636c72;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.open .nav-link {
  background-color: #fff;
  border-color: #ddd #ddd #fff;
  color: #464a4c;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-item.open .nav-link {
  background-color: #0275d8;
  color: #fff;
  cursor: default;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

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

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

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

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

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

.page-item.active .page-link {
  background-color: #0275d8;
  border-color: #0275d8;
  color: #fff;
  z-index: 2;
}

.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #ddd;
  color: #636c72;
  cursor: not-allowed;
  pointer-events: none;
}

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

.page-link:focus,
.page-link:hover {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

.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 {
  margin: 10px;
  position: relative;
  width: auto;
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  position: relative;
  border-radius: 0.3rem;
}

.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
}

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

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

.modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eceeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

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

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

.modal-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eceeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 30px auto;
    max-width: 500px;
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip.show {
  opacity: 0.8;
}

.tooltip.open {
  opacity: 0.8;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  margin-top: 0;
  padding: 5px 0;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  border-top-color: #454444;
  border-width: 5px 5px 0;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -5px;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  margin-left: 0;
  padding: 0 5px;
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  border-right-color: #454444;
  border-width: 5px 5px 5px 0;
  content: "";
  left: 0;
  margin-top: -5px;
  top: 50%;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  margin-top: 0;
  padding: 5px 0;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #454444;
  border-width: 0 5px 5px;
  content: "";
  left: 50%;
  margin-left: -5px;
  top: 0;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  margin-left: 0;
  padding: 0 5px;
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  border-left-color: #454444;
  border-width: 5px 0 5px 5px;
  content: "";
  margin-top: -5px;
  right: 0;
  top: 50%;
}

.tooltip-inner {
  background-color: #454444;
  color: white;
  max-width: 200px;
  padding: 6px 10px;
  text-align: center;
  border-radius: 0;
}

.tooltip-inner::before {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

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

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
  border-bottom-width: 0;
  left: 50%;
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  margin-left: -11px;
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
  border-top-color: #fff;
  bottom: -10px;
  margin-left: -10px;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
  border-left-width: 0;
  top: 50%;
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
  border-right-color: rgba(0, 0, 0, 0.25);
  left: -11px;
  margin-top: -11px;
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
  border-right-color: #fff;
  left: -10px;
  margin-top: -10px;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
  border-top-width: 0;
  left: 50%;
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  margin-left: -11px;
  top: -11px;
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
  border-bottom-color: #f7f7f7;
  margin-left: -10px;
  top: -10px;
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
  border-bottom: 1px solid #f7f7f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 0;
  width: 20px;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
  border-right-width: 0;
  top: 50%;
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
  border-left-color: rgba(0, 0, 0, 0.25);
  margin-top: -11px;
  right: -11px;
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
  border-left-color: #fff;
  margin-top: -10px;
  right: -10px;
}

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

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

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.popover::before {
  border-width: 11px;
  content: "";
}

.popover::after {
  border-width: 10px;
  content: "";
}

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

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

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

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

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

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

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #025aa5 !important;
}

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

a.bg-success:focus,
a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important;
}

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

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

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

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

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #101112 !important;
}

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

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

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

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

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

.rounded {
  border-radius: 0;
}

.rounded-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.rounded-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

.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-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

@media (min-width: 1500px) {
  .d-hd-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1500px) {
  .flex-hd-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1500px) {
  .float-hd-left {
    float: left !important;
  }

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

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

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
}

@media (min-width: 1500px) {
  .m-hd-0 {
    margin: 0 0 !important;
  }

  .mt-hd-0 {
    margin-top: 0 !important;
  }

  .mr-hd-0 {
    margin-right: 0 !important;
  }

  .mb-hd-0 {
    margin-bottom: 0 !important;
  }

  .ml-hd-0 {
    margin-left: 0 !important;
  }

  .mx-hd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-hd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-hd-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-hd-1 {
    margin-top: 0.25rem !important;
  }

  .mr-hd-1 {
    margin-right: 0.25rem !important;
  }

  .mb-hd-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-hd-1 {
    margin-left: 0.25rem !important;
  }

  .mx-hd-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-hd-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-hd-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-hd-2 {
    margin-top: 0.5rem !important;
  }

  .mr-hd-2 {
    margin-right: 0.5rem !important;
  }

  .mb-hd-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-hd-2 {
    margin-left: 0.5rem !important;
  }

  .mx-hd-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-hd-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-hd-3 {
    margin: 1rem 1rem !important;
  }

  .mt-hd-3 {
    margin-top: 1rem !important;
  }

  .mr-hd-3 {
    margin-right: 1rem !important;
  }

  .mb-hd-3 {
    margin-bottom: 1rem !important;
  }

  .ml-hd-3 {
    margin-left: 1rem !important;
  }

  .mx-hd-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-hd-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-hd-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-hd-4 {
    margin-top: 1.5rem !important;
  }

  .mr-hd-4 {
    margin-right: 1.5rem !important;
  }

  .mb-hd-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-hd-4 {
    margin-left: 1.5rem !important;
  }

  .mx-hd-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-hd-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-hd-5 {
    margin: 3rem 3rem !important;
  }

  .mt-hd-5 {
    margin-top: 3rem !important;
  }

  .mr-hd-5 {
    margin-right: 3rem !important;
  }

  .mb-hd-5 {
    margin-bottom: 3rem !important;
  }

  .ml-hd-5 {
    margin-left: 3rem !important;
  }

  .mx-hd-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-hd-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-hd-0 {
    padding: 0 0 !important;
  }

  .pt-hd-0 {
    padding-top: 0 !important;
  }

  .pr-hd-0 {
    padding-right: 0 !important;
  }

  .pb-hd-0 {
    padding-bottom: 0 !important;
  }

  .pl-hd-0 {
    padding-left: 0 !important;
  }

  .px-hd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-hd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-hd-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-hd-1 {
    padding-top: 0.25rem !important;
  }

  .pr-hd-1 {
    padding-right: 0.25rem !important;
  }

  .pb-hd-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-hd-1 {
    padding-left: 0.25rem !important;
  }

  .px-hd-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-hd-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-hd-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-hd-2 {
    padding-top: 0.5rem !important;
  }

  .pr-hd-2 {
    padding-right: 0.5rem !important;
  }

  .pb-hd-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-hd-2 {
    padding-left: 0.5rem !important;
  }

  .px-hd-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-hd-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-hd-3 {
    padding: 1rem 1rem !important;
  }

  .pt-hd-3 {
    padding-top: 1rem !important;
  }

  .pr-hd-3 {
    padding-right: 1rem !important;
  }

  .pb-hd-3 {
    padding-bottom: 1rem !important;
  }

  .pl-hd-3 {
    padding-left: 1rem !important;
  }

  .px-hd-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-hd-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-hd-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-hd-4 {
    padding-top: 1.5rem !important;
  }

  .pr-hd-4 {
    padding-right: 1.5rem !important;
  }

  .pb-hd-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-hd-4 {
    padding-left: 1.5rem !important;
  }

  .px-hd-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-hd-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-hd-5 {
    padding: 3rem 3rem !important;
  }

  .pt-hd-5 {
    padding-top: 3rem !important;
  }

  .pr-hd-5 {
    padding-right: 3rem !important;
  }

  .pb-hd-5 {
    padding-bottom: 3rem !important;
  }

  .pl-hd-5 {
    padding-left: 3rem !important;
  }

  .px-hd-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-hd-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-hd-auto {
    margin: auto !important;
  }

  .mt-hd-auto {
    margin-top: auto !important;
  }

  .mr-hd-auto {
    margin-right: auto !important;
  }

  .mb-hd-auto {
    margin-bottom: auto !important;
  }

  .ml-hd-auto {
    margin-left: auto !important;
  }

  .mx-hd-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-hd-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1500px) {
  .text-hd-left {
    text-align: left !important;
  }

  .text-hd-right {
    text-align: right !important;
  }

  .text-hd-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1499px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  .hidden-hd-up {
    display: none !important;
  }
}

.hidden-hd-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Import ../_bootstrap elements END */

/* Import project elements START */

/*** Project mixins ***/

/* stylelint-disable */

/* mixins START */

/* mixins END */

/*** Project mixins css3 ***/

/* https://github.com/matthieua/sass-css3-mixins */

/* stylelint-disable */

/* -------------------------------------------------------------
Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
List of CSS3 Sass Mixins File to be @imported and @included as you need
The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
ENDING css files
note: All CSS3 Properties are being supported by Safari 5
more info: http://www.findmebyip.com/litmus/#css3-properties
Mixins available:
- css3-prefix - arguments: Property, Value
- background-gradient - arguments: Start Color: #3C3C3C, End Color: #999999
- background-radial - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
- background-size - arguments: Width: 100%, Height: 100%
- background-opacity - arguments: Color: #000, Opacity: .85
- border-radius - arguments: Radius: 5px
- border-radius-separate - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
- box - arguments: Orientation: horizontal, Pack: center, Align: center
- box-rgba - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
- box-shadow - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
- box-sizing - arguments: Type: border-box
- columns - arguments: Count: 3, Gap: 10
- double-borders - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
- flex - arguments: Value: 1
- flip - arguments: ScaleX: -1
- font-face - arguments: Font Family: myFont, File Name: myFont
- opacity - arguments: Opacity: 0.5
- outline radius - arguments: Radius: 5px
- placeholder - arguments: Color: #666666
- resize - arguments: Direction: both
- rotate - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
- text-shadow - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
- transform - arguments: Parameters: null
- transform-style - arguments: Style: preserve-3d
- transition - arguments: What: all, Length: 1s, Easing: ease-in-out
- triple-borders - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
- keyframes - arguments: Animation name
- content: Animation css
- animation - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
(http://www.w3schools.com/cssref/css3_pr_animation.asp)
------------------------------------------------------------- */

/*** Project fonts ***/

/* fonts START */

@font-face {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Montserrat-Light.eot");
  src: url("/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Light.woff") format("woff"), url("/fonts/Montserrat-Light.ttf") format("truetype"), url("/fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
}

@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Montserrat-Regular.eot");
  src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype"), url("/fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
}

@font-face {
  font-family: "Montserrat-Italic";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Montserrat-Italic.eot");
  src: url("/fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Italic.woff") format("woff"), url("/fonts/Montserrat-Italic.ttf") format("truetype"), url("/fonts/Montserrat-Italic.svg#Montserrat-Italic") format("svg");
}

@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Montserrat-Medium.eot");
  src: url("/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Medium.woff") format("woff"), url("/fonts/Montserrat-Medium.ttf") format("truetype"), url("/fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
}

@font-face {
  font-family: "Montserrat-MediumItalic";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Montserrat-MediumItalic.eot");
  src: url("/fonts/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-MediumItalic.woff") format("woff"), url("/fonts/Montserrat-MediumItalic.ttf") format("truetype"), url("/fonts/Montserrat-MediumItalic.svg#Montserrat-MediumItalic") format("svg");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Montserrat-SemiBold.eot");
  src: url("/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-SemiBold.woff") format("woff"), url("/fonts/Montserrat-SemiBold.ttf") format("truetype"), url("/fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
}

@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Montserrat-Bold.eot");
  src: url("/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Bold.woff") format("woff"), url("/fonts/Montserrat-Bold.ttf") format("truetype"), url("/fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
}

@font-face {
  font-family: "Montserrat-BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Montserrat-BoldItalic.eot");
  src: url("/fonts/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-BoldItalic.woff") format("woff"), url("/fonts/Montserrat-BoldItalic.ttf") format("truetype"), url("/fonts/Montserrat-BoldItalic.svg#Montserrat-BoldItalic") format("svg");
}

/* fonts END */

/*** Project icons ***/

/* icomoon START */

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/icomoon.eot");
  src: url("/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon.ttf") format("truetype"), url("/fonts/icomoon.svg#icomoon") format("svg");
}

.icomoon,
[class^="icomoon-"],
[class*=" icomoon-"] {
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icomoon-arrow::before {
  content: "\E904";
}

.icomoon-chevrons-right::before {
  content: "\E901";
}

.icomoon-chevrons-left::before {
  content: "\E902";
}

.icomoon-file-pdf-o::before {
  content: "\E907";
}

.icomoon-print::before {
  content: "\E905";
}

.icomoon-envelope::before {
  content: "\E906";
}

.icomoon-check::before {
  content: "\E900";
}

.icomoon-home::before {
  content: "\E903";
}

/* icomoon END */

/*** Project typography ***/

/* typography START */

.main {
  color: #454444;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

.main .color-dark {
  color: #454444 !important;
}

.main a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  color: #9ac847;
  color: #9ac847;
  cursor: pointer;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  outline: 0 !important;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .main a:hover,
  .main a:focus {
    -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    color: #9ac847;
    outline: 0;
    text-decoration: none;
  }
}

.main strong,
.main .strong {
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.main em,
.main .em {
  font-family: "Montserrat-MediumItalic", Arial, Helvetica, sans-serif;
  font-style: normal;
}

.main em strong,
.main strong em,
.main .em-strong {
  font-family: "Montserrat-BoldItalic", Arial, Helvetica, sans-serif;
}

.main small,
.main .small {
  font-size: 60% !important;
}

.main .highlight {
  background-color: #dfdfdf;
  color: #9ac847;
  font-family: inherit;
  padding: 2px 6px;
}

.texts h1,
.texts h2,
.texts h3,
.texts h4,
.texts h5,
.texts h6,
.texts .h1,
.texts .h2,
.texts .sidebar .sidebar-box h4,
.sidebar .sidebar-box .texts h4,
.texts .h3,
.texts .h4,
.texts .h5,
.texts .h6 {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.texts h1 *,
.texts h2 *,
.texts h3 *,
.texts h4 *,
.texts h5 *,
.texts h6 *,
.texts .h1 *,
.texts .h2 *,
.texts .sidebar .sidebar-box h4 *,
.sidebar .sidebar-box .texts h4 *,
.texts .h3 *,
.texts .h4 *,
.texts .h5 *,
.texts .h6 * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 1200px) {
  .texts h1 a:hover,
  .texts h1 a:focus,
  .texts h2 a:hover,
  .texts h2 a:focus,
  .texts h3 a:hover,
  .texts h3 a:focus,
  .texts h4 a:hover,
  .texts h4 a:focus,
  .texts h5 a:hover,
  .texts h5 a:focus,
  .texts h6 a:hover,
  .texts h6 a:focus,
  .texts .h1 a:hover,
  .texts .h1 a:focus,
  .texts .h2 a:hover,
  .texts .sidebar .sidebar-box h4 a:hover,
  .sidebar .sidebar-box .texts h4 a:hover,
  .texts .h2 a:focus,
  .texts .sidebar .sidebar-box h4 a:focus,
  .sidebar .sidebar-box .texts h4 a:focus,
  .texts .h3 a:hover,
  .texts .h3 a:focus,
  .texts .h4 a:hover,
  .texts .h4 a:focus,
  .texts .h5 a:hover,
  .texts .h5 a:focus,
  .texts .h6 a:hover,
  .texts .h6 a:focus {
    color: inherit;
  }
}

.texts h1,
.texts .h1 {
  color: #9ac847;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.42857143;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.texts h2,
.texts .h2,
.texts .sidebar .sidebar-box h4,
.sidebar .sidebar-box .texts h4 {
  color: #9ac847;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.42857143;
  margin-bottom: 10px;
}

.texts h3,
.texts .h3 {
  color: #9ac847;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.42857143;
  margin-bottom: 10px;
}

.texts h4,
.texts .h4 {
  color: #454444;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.42857143;
  margin-bottom: 10px;
}

.texts h5,
.texts .h5 {
  color: #454444;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.42857143;
  margin-bottom: 10px;
}

.texts h6,
.texts .h6 {
  color: #454444;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.42857143;
  margin-bottom: 10px;
}

.texts p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 10px 0;
}

.texts ul,
.texts ol {
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
}

.texts ul li,
.texts ol li {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style: none;
}

.texts ul li::before,
.texts ol li::before {
  display: inline-block;
  margin-left: -40px;
  padding-right: 10px;
  text-align: right;
  vertical-align: top;
  width: 40px;
}

.texts ul li > h1:first-child,
.texts ul li > .h1:first-child,
.texts ul li > h2:first-child,
.texts ul li > .h2:first-child,
.texts ul .sidebar .sidebar-box li > h4:first-child,
.sidebar .sidebar-box .texts ul li > h4:first-child,
.texts ul li > h3:first-child,
.texts ul li > .h3:first-child,
.texts ul li > h4:first-child,
.texts ul li > .h4:first-child,
.texts ul li > h5:first-child,
.texts ul li > .h5:first-child,
.texts ul li > h6:first-child,
.texts ul li > .h6:first-child,
.texts ul li > p:first-child,
.texts ul li > ul:first-child,
.texts ul li > ol:first-child,
.texts ol li > h1:first-child,
.texts ol li > .h1:first-child,
.texts ol li > h2:first-child,
.texts ol li > .h2:first-child,
.texts ol .sidebar .sidebar-box li > h4:first-child,
.sidebar .sidebar-box .texts ol li > h4:first-child,
.texts ol li > h3:first-child,
.texts ol li > .h3:first-child,
.texts ol li > h4:first-child,
.texts ol li > .h4:first-child,
.texts ol li > h5:first-child,
.texts ol li > .h5:first-child,
.texts ol li > h6:first-child,
.texts ol li > .h6:first-child,
.texts ol li > p:first-child,
.texts ol li > ul:first-child,
.texts ol li > ol:first-child {
  margin-top: -inherit;
}

.texts ul > li::before {
  color: inherit;
  content: "\2022";
  font-family: inherit;
  font-size: inherit;
}

.texts ul.styled-green-list {
  padding-left: 0;
}

.texts ul.styled-green-list .styled-green-list {
  padding-left: 40px;
}

.texts ul.styled-green-list .styled-green-list a {
  font-size: 14px;
}

.texts ul.styled-green-list .styled-green-list a:before {
  font-size: 14px;
  color: #5f5f5f;
}

.texts ul.styled-green-list li::before {
  display: none;
}

.texts ul.styled-green-list li a {
  color: #454444;
  display: inline-block;
  font-size: 16px;
  line-height: 2.1;
}

.texts ul.styled-green-list li a::before {
  font-size: 19px;
}

.texts ul.styled-green-list li a:hover {
  color: #9ac847;
  text-decoration: none;
}

.texts ul.styled-green-list li a span {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  margin-left: 27px;
}

.texts ol {
  counter-reset: li;
}

.texts ol > li {
  counter-increment: li;
}

.texts ol > li::before {
  color: inherit;
  content: counter(li, decimal) ".";
  font-family: inherit;
  font-size: inherit;
}

.texts dl {
  margin-bottom: 10px;
}

.texts dl dt {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  font-weight: normal;
}

.texts dl dd {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

.texts blockquote,
.texts .blockquote,
.texts blockquote {
  border-color: #9ac847;
  border-width: 0 0 0 5px;
  margin-bottom: 10px;
  padding: 15px;
}

.texts blockquote *,
.texts .blockquote *,
.texts blockquote * {
  color: #454444;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

.texts .highlight {
  font-size: inherit;
  line-height: inherit;
}

/* typography END */

/*** Project tables ***/

/* tables START */

.main table.table,
.main .texts table {
  border-collapse: inherit;
  border-spacing: 0;
  margin: 0 0 10px 0;
}

.main table.table thead tr th,
.main .texts table thead tr th {
  vertical-align: middle;
}

.main table.table thead tr th,
.main table.table thead tr td,
.main .texts table thead tr th,
.main .texts table thead tr td {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  background-color: #9ac847;
  border-color: black !important;
  border-style: solid !important;
  border-width: 0 0 0 0;
  color: white;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857143;
  padding: 10px;
}

.main table.table thead tr th:first-child,
.main table.table thead tr td:first-child,
.main .texts table thead tr th:first-child,
.main .texts table thead tr td:first-child {
  border-left-width: 0;
}

.main table.table thead tr:first-child th:first-child,
.main .texts table thead tr:first-child th:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1199px) {
  .main table.table thead tr:first-child th:first-child,
  .main .texts table thead tr:first-child th:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.main table.table thead tr:first-child th:last-child,
.main .texts table thead tr:first-child th:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1199px) {
  .main table.table thead tr:first-child th:last-child,
  .main .texts table thead tr:first-child th:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.main table.table thead tr:first-child td:first-child,
.main .texts table thead tr:first-child td:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1199px) {
  .main table.table thead tr:first-child td:first-child,
  .main .texts table thead tr:first-child td:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.main table.table thead tr:first-child td:last-child,
.main .texts table thead tr:first-child td:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1199px) {
  .main table.table thead tr:first-child td:last-child,
  .main .texts table thead tr:first-child td:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.main table.table tbody tr th,
.main .texts table tbody tr th {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  background-color: #9ac847;
  border-color: black !important;
  border-style: solid !important;
  border-width: 0 0 0 0;
  color: white;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857143;
  padding: 10px;
}

.main table.table tbody tr th:first-child,
.main .texts table tbody tr th:first-child {
  border-left-width: 0;
}

.main table.table tbody tr:first-child th:first-child,
.main .texts table tbody tr:first-child th:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1199px) {
  .main table.table tbody tr:first-child th:first-child,
  .main .texts table tbody tr:first-child th:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.main table.table tbody tr:first-child th:last-child,
.main .texts table tbody tr:first-child th:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1199px) {
  .main table.table tbody tr:first-child th:last-child,
  .main .texts table tbody tr:first-child th:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.main table.table tbody tr td,
.main .texts table tbody tr td {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  background-color: white;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #454444;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  padding: 10px;
}

.main table.table tbody tr td:first-child,
.main .texts table tbody tr td:first-child {
  border-left-width: 1px;
}

.main table.table tbody tr:last-child td:first-child,
.main .texts table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1199px) {
  .main table.table tbody tr:last-child td:first-child,
  .main .texts table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.main table.table tbody tr:last-child td:last-child,
.main .texts table tbody tr:last-child td:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1199px) {
  .main table.table tbody tr:last-child td:last-child,
  .main .texts table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.main table.table.table-striped tbody tr:nth-of-type(2n+1) td,
.main .texts table.table-striped tbody tr:nth-of-type(2n+1) td {
  background-color: #f6f6f6;
}

@media (min-width: 1200px) {
  .main table.table.table-hover thead tr:hover th,
  .main table.table.table-hover thead tr:hover td,
  .main .texts table.table-hover thead tr:hover th,
  .main .texts table.table-hover thead tr:hover td {
    background-color: #9ac847;
    color: white;
  }
}

@media (min-width: 1200px) {
  .main table.table.table-hover tbody tr:hover th,
  .main .texts table.table-hover tbody tr:hover th {
    background-color: #9ac847;
    color: white;
  }

  .main table.table.table-hover tbody tr:hover td,
  .main .texts table.table-hover tbody tr:hover td {
    background-color: #f6f6f6;
    color: #454444;
  }
}

@media (max-width: 767px) {
  .main .table-responsive {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #f3f3f3;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
  }
}

/* tables END */

/*** Project alerts ***/

/* alerts START */

.main .alert {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 15px 0;
  padding: 10px 10px;
}

.main .alert p,
.main .alert p *,
.main .alert ul,
.main .alert ul *,
.main .alert ol,
.main .alert ol * {
  color: white;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: -0.57142857;
  margin: 0;
}

.main .alert a {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .main .alert a:hover,
  .main .alert a:focus {
    color: white;
  }
}

.main .alert-success {
  background: #9ac847;
  background: #9ac847;
  border-color: #9ac847;
}

.main .alert-success p,
.main .alert-success p *,
.main .alert-success ul,
.main .alert-success ul *,
.main .alert-success ol,
.main .alert-success ol * {
  color: white;
}

.main .alert-info {
  background: blue;
  background: blue;
  border-color: blue;
}

.main .alert-info p,
.main .alert-info p *,
.main .alert-info ul,
.main .alert-info ul *,
.main .alert-info ol,
.main .alert-info ol * {
  color: white;
}

.main .alert-warning {
  background: orange;
  background: orange;
  border-color: orange;
}

.main .alert-warning p,
.main .alert-warning p *,
.main .alert-warning ul,
.main .alert-warning ul *,
.main .alert-warning ol,
.main .alert-warning ol * {
  color: white;
}

.main .alert-danger {
  background: #b80000;
  background: #b80000;
  border-color: #b80000;
}

.main .alert-danger p,
.main .alert-danger p *,
.main .alert-danger ul,
.main .alert-danger ul *,
.main .alert-danger ol,
.main .alert-danger ol * {
  color: white;
}

/* alerts END */

/*** Project forms ***/

/* forms START */

.main .form-group {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .main .form-group {
    margin-bottom: 10px;
  }
}

.main .form-card {
  background-color: #ddd;
  padding: 20px;
}

@media (max-width: 767px) {
  .main .form-card {
    padding: 15px;
  }
}

.main .form-block-padding {
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .main .form-block-padding {
    padding: 20px 5px;
  }
}

.main .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: white;
  border: 0 solid darkgray;
  color: gray;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 15px;
}

.main .form-control::-moz-placeholder {
  color: gray;
  opacity: 1;
}

.main .form-control:-ms-input-placeholder {
  color: gray;
}

.main .form-control::-webkit-input-placeholder {
  color: gray;
}

.main .form-control:-webkit-autofill,
.main .form-control:-webkit-autofill:focus,
.main .form-control:-webkit-autofill:hover {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
  border-color: darkgray;
  -webkit-box-shadow: 0 0 0 9999px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: gray;
}

.main .form-control:focus {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: white;
  border-color: darkgray;
  color: #454444;
}

.main .form-control:focus::-moz-placeholder {
  color: #454444;
  opacity: 1;
}

.main .form-control:focus:-ms-input-placeholder {
  color: #454444;
}

.main .form-control:focus::-webkit-input-placeholder {
  color: #454444;
}

.main .form-control--inline {
  min-width: 100px;
  width: auto;
}

.main .form-control.input-sm {
  border-bottom-left-radius: -5;
  border-bottom-right-radius: -5;
  -moz-border-radius-bottomleft: -5;
  -moz-border-radius-bottomright: -5;
  -moz-border-radius-topleft: -5;
  -moz-border-radius-topright: -5;
  border-top-left-radius: -5;
  border-top-right-radius: -5;
  border-width: 0;
  font-size: 12px;
  padding: 0 10px;
}

.main .form-control.input-lg {
  border-bottom-left-radius: 5;
  border-bottom-right-radius: 5;
  -moz-border-radius-bottomleft: 5;
  -moz-border-radius-bottomright: 5;
  -moz-border-radius-topleft: 5;
  -moz-border-radius-topright: 5;
  border-top-left-radius: 5;
  border-top-right-radius: 5;
  border-width: 0;
  font-size: 16px;
  padding: 0 20px;
}

.main .form-control-fake {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  text-align: left;
}

.main .form-control-fake * {
  display: inline-block;
  line-height: 1;
  margin: -3px 0 0 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}

.ie .main .form-control-fake * {
  margin-top: -4px;
}

.main .form-control-fake.input-sm {
  height: 29px;
  line-height: 29px;
}

.main .form-control-fake.input-lg {
  height: 44px;
  line-height: 44px;
}

.main .form-control::-moz-placeholder {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
}

.main .form-control:-ms-input-placeholder {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
}

.main .form-control::-webkit-input-placeholder {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
}

.main input.form-control {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 34px;
  line-height: 34px;
}

.main input.form-control.input-sm {
  height: 29px;
  line-height: 29px;
}

.main input.form-control.input-lg {
  height: 44px;
  line-height: 44px;
}

.main textarea.form-control {
  padding: 10px 15px;
}

.main textarea.form-control.input-sm {
  padding: 5px 10px;
}

.main textarea.form-control.input-lg {
  padding: 15px 20px;
}

.main .form-check,
.main .form-radio {
  margin-bottom: 0;
  margin-top: 0;
}

.main .form-check-input,
.main .form-radio-input {
  position: absolute;
}

.main .form-text {
  color: #454444;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  margin: 5px 0 0 0;
}

.main .has-error .form-control,
.main .form-control.error {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: white;
  border: 1px solid #b80000;
  color: #b80000;
}

.main .has-error .form-control::-moz-placeholder,
.main .form-control.error::-moz-placeholder {
  color: #b80000;
  opacity: 1;
}

.main .has-error .form-control:-ms-input-placeholder,
.main .form-control.error:-ms-input-placeholder {
  color: #b80000;
}

.main .has-error .form-control::-webkit-input-placeholder,
.main .form-control.error::-webkit-input-placeholder {
  color: #b80000;
}

.main .has-error .form-text {
  color: #b80000;
}

.main .disabled .form-control,
.main .form-control.disabled {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: white;
  border-color: darkgray;
  color: darkgray;
}

.main .disabled .form-control::-moz-placeholder,
.main .form-control.disabled::-moz-placeholder {
  color: darkgray;
  opacity: 1;
}

.main .disabled .form-control:-ms-input-placeholder,
.main .form-control.disabled:-ms-input-placeholder {
  color: darkgray;
}

.main .disabled .form-control::-webkit-input-placeholder,
.main .form-control.disabled::-webkit-input-placeholder {
  color: darkgray;
}

.main .disabled .form-text {
  color: gray;
}

.main .form-check,
.main .form-radio {
  margin-bottom: 0;
  margin-top: 0;
}

.main .form-check-input,
.main .form-radio-input {
  position: absolute;
}

/* forms END */

/*** Project forms ***/

/* forms START */

.main select.form-control,
.main select.form-control:not([size]):not([multiple]) {
  height: 34px;
  line-height: 34px;
  padding-right: 36px;
}

.main select.form-control option,
.main select.form-control:not([size]):not([multiple]) option {
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
}

.main select.form-control.input-sm,
.main select.form-control:not([size]):not([multiple]).input-sm {
  height: 29px;
  line-height: 29px;
}

.main select.form-control.input-lg,
.main select.form-control:not([size]):not([multiple]).input-lg {
  height: 44px;
  line-height: 44px;
}

.main select.form-control,
.main select.form-control:not([size]):not([multiple]) {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -khtml-background-size: 10px auto;
  -ms-background-size: 10px auto;
  background-size: 10px auto;
  background-image: url("https://maxcdn.icons8.com/Share/icon/Arrows//expand_arrow1600.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.ie .main select.form-control::-ms-expand,
.ie
.main select.form-control:not([size]):not([multiple])::-ms-expand {
  display: none;
}

.main select.form-control.input-sm,
.main select.form-control:not([size]):not([multiple]).input-sm {
  -khtml-background-size: 8px auto;
  -ms-background-size: 8px auto;
  background-size: 8px auto;
  background-position: right 10px center;
}

.main select.form-control.input-lg,
.main select.form-control:not([size]):not([multiple]).input-lg {
  -khtml-background-size: 15px auto;
  -ms-background-size: 15px auto;
  background-size: 15px auto;
  background-position: right 20px center;
}

.main select.form-control:focus::-ms-value,
.main select.form-control:not([size]):not([multiple]):focus::-ms-value {
  background-color: white;
  color: #454444;
}

.main select.form-control.error:focus::-ms-value,
.main select.form-control:not([size]):not([multiple]).error:focus::-ms-value {
  background-color: white;
  color: #b80000;
}

.ie .main select.form-control,
.ie
.main select.form-control:not([size]):not([multiple]) {
  padding-right: 30px;
}

.main .has-error select.form-control:focus::-ms-value,
.main .has-error select.form-control:not([size]):not([multiple]):focus::-ms-value {
  background-color: white;
  color: #b80000;
}

/* forms END */

/*** Project forms ***/

/* forms START */

.main .control-label {
  color: #454444;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 34px;
  margin-bottom: 0;
}

.main .control-label--bold {
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
}

.main .control-label.label-sm {
  font-size: 12px;
  line-height: 29px;
}

.main .control-label.label-lg {
  font-size: 16px;
  line-height: 1.42857143;
}

.main .form-check-label,
.main .form-radio-label {
  color: #454444;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 14.2px;
}

.main .form-check-label.label-sm,
.main .form-radio-label.label-sm {
  font-size: 12px;
  line-height: 12.2px;
}

.main .form-check-label.label-lg,
.main .form-radio-label.label-lg {
  font-size: 16px;
  line-height: 16.2px;
}

.main .has-error .control-label,
.main .control-label.error {
  color: #b80000;
}

.main .has-error .form-check-label,
.main .has-error .form-check-label,
.main .form-check-label.error,
.main .form-radio-label.error {
  color: #b80000;
}

.main .disabled .control-label,
.main .control-label.disabled {
  color: gray;
  cursor: not-allowed;
}

.main .disabled .form-check-label,
.main .disabled .form-radio-label,
.main .form-check-label.disabled,
.main .form-radio-label.disabled {
  color: gray;
  cursor: not-allowed;
}

/* forms END */

/*** Project checkbox + radio skin ***/

/* checkbox + radio skin START */

.main .checkbox-skin-inline,
.main .radio-skin-inline {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}

.main .checkbox-skin label,
.main .radio-skin label {
  cursor: pointer;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  vertical-align: top;
}

.main .checkbox-skin label::before,
.main .radio-skin label::before {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  background-color: white;
  border: 1px solid gray;
  content: '';
  display: inline-block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 14px;
}

.main .checkbox-skin label::after,
.main .radio-skin label::after {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  vertical-align: top;
}

.main .checkbox-skin input[type="checkbox"],
.main .checkbox-skin input[type="radio"],
.main .radio-skin input[type="checkbox"],
.main .radio-skin input[type="radio"] {
  display: none;
  margin: 0;
  opacity: 0;
  z-index: 1;
}

.main .checkbox-skin input[type="checkbox"]:focus + label::before,
.main .checkbox-skin input[type="radio"]:focus + label::before,
.main .radio-skin input[type="checkbox"]:focus + label::before,
.main .radio-skin input[type="radio"]:focus + label::before {
  background-color: white;
  border-color: gray;
}

.main .checkbox-skin input[type="checkbox"]:checked + label::before,
.main .checkbox-skin input[type="radio"]:checked + label::before,
.main .radio-skin input[type="checkbox"]:checked + label::before,
.main .radio-skin input[type="radio"]:checked + label::before {
  background-color: #9ac847;
  border-color: #9ac847;
}

.main .has-error .checkbox-skin input[type="checkbox"] + label::before,
.main .has-error .checkbox-skin input[type="radio"] + label::before,
.main .checkbox-skin input[type="checkbox"].error + label::before,
.main .checkbox-skin input[type="radio"].error + label::before,
.main .has-error .radio-skin input[type="checkbox"] + label::before,
.main .has-error .radio-skin input[type="radio"] + label::before,
.main .radio-skin input[type="checkbox"].error + label::before,
.main .radio-skin input[type="radio"].error + label::before {
  background-color: white;
  border-color: #b80000;
}

.main .disabled .checkbox-skin input[type="checkbox"] + label::before,
.main .disabled .checkbox-skin input[type="radio"] + label::before,
.main .checkbox-skin input[type="checkbox"]:disabled + label::before,
.main .checkbox-skin input[type="radio"]:disabled + label::before,
.main .disabled .radio-skin input[type="checkbox"] + label::before,
.main .disabled .radio-skin input[type="radio"] + label::before,
.main .radio-skin input[type="checkbox"]:disabled + label::before,
.main .radio-skin input[type="radio"]:disabled + label::before {
  background-color: #f3f3f3;
  border-color: darkgray;
  cursor: not-allowed;
}

.main .checkbox-skin label::before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 1px;
}

.main .checkbox-skin label::after {
  -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  color: #9ac847;
  content: "\E900";
  font-size: 10px;
  height: 14px;
  left: 0;
  line-height: 14px;
  text-align: center;
  top: 3px;
  width: 14px;
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.main .checkbox-skin input[type="checkbox"]:focus + label::after,
.main .checkbox-skin input[type="radio"]:focus + label::after {
  color: white;
}

.main .checkbox-skin input[type="checkbox"]:checked + label::after,
.main .checkbox-skin input[type="radio"]:checked + label::after {
  -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  color: white;
}

.main .checkbox-skin.checkbox-skin-circle label::before {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.main .has-error .checkbox-skin input[type="checkbox"] + label::after,
.main .has-error .checkbox-skin input[type="radio"] + label::after,
.main .checkbox-skin input[type="checkbox"].error + label::after,
.main .checkbox-skin input[type="radio"].error + label::after {
  color: #b80000;
}

.main .disabled .checkbox-skin input[type="checkbox"] + label::after,
.main .disabled .checkbox-skin input[type="radio"] + label::after,
.main .checkbox-skin input[type="checkbox"]:disabled + label::after,
.main .checkbox-skin input[type="radio"]:disabled + label::after {
  color: darkgray;
}

.main .radio-skin label::before {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.main .radio-skin label::after {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-transform: scale(0, 0);
  -khtml-transform: scale(0, 0);
  transform: scale(0, 0);
  background-color: #9ac847;
  content: '';
  height: 8px;
  left: 3px;
  top: 3px;
  width: 8px;
}

.main .radio-skin input[type="radio"]:focus + label::after {
  background-color: white;
}

.main .radio-skin input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: white;
}

.main .radio-skin--color-gray label::before {
  background-color: white;
  border-color: white;
}

.main .radio-skin--color-gray input[type="radio"]:focus + label::before {
  background-color: white;
  border-color: white;
}

.main .radio-skin--color-gray input[type="radio"]:focus + label::after {
  background-color: #818181;
}

.main .radio-skin--color-gray input[type="radio"]:checked + label::after {
  background-color: #818181;
}

.main .radio-skin--color-gray input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: white;
}

.main .has-error .radio-skin input[type="checkbox"] + label::after,
.main .has-error .radio-skin input[type="radio"] + label::after,
.main .radio-skin input[type="checkbox"].error + label::after,
.main .radio-skin input[type="radio"].error + label::after {
  background-color: #b80000;
}

.main .disabled .radio-skin input[type="checkbox"] + label::after,
.main .disabled .radio-skin input[type="radio"] + label::after,
.main .radio-skin input[type="checkbox"]:disabled + label::after,
.main .radio-skin input[type="radio"]:disabled + label::after {
  background-color: darkgray;
}

/* checkbox + radio skin END */

/*** Project buttons ***/

/* buttons START */

.main .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  background: #aedc5b;
  border: 2px solid #aedc5b;
  color: white;
  cursor: pointer;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 34px;
  line-height: 34px;
  margin: 0;
  outline: 0 !important;
  padding: 0 15px;
  text-decoration: none;
  vertical-align: top;
}

.webkit .main .btn {
  line-height: 31px;
}

@media (min-width: 1200px) {
  .main .btn:hover,
  .main .btn:focus {
    -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background: #9ac847;
    border-color: #9ac847;
    color: white;
    text-decoration: none !important;
  }
}

.main .btn-multilines {
  height: auto;
  line-height: 1;
  padding-bottom: 7px;
  padding-top: 7px;
  white-space: normal;
  word-wrap: break-word;
}

.main .btn-multilines {
  line-height: 1 !important;
}

.main .btn-reset {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  background: transparent;
  border: 0;
  display: inline-block;
  height: auto;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: auto;
}

.main .btn--arrow {
  padding-right: 50px !important;
  position: relative;
}

.main .btn--arrow > span,
.main .btn--arrow .span {
  position: absolute;
  right: 15px;
  top: 1px;
}

.main .btn--arrow > span::before,
.main .btn--arrow .span::before {
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "\E904";
}

@media (min-width: 1200px) {
  .main .btn--arrow > span {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    will-change: transition;
  }

  .main .btn--arrow:hover > span {
    -webkit-transform: translateX(4px);
    -khtml-transform: translateX(4px);
    transform: translateX(4px);
  }
}

.main .btn--arrow--circle {
  padding: 3px 20px !important;
  padding-right: 50px !important;
  position: relative;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: bold  !important;
  border-radius: 3px;
  background: #9ac847;
  border-color: #9ac847;
  line-height: 33px !important;
  width: 250px !important;
  height: 42px !important;
  font-size: 19px !important;
}

.main .btn--arrow--circle > span,
.main .btn--arrow--circle .span {
  position: absolute;
  right: 8px;
  top: 1px;
}

.main .btn--arrow--circle > span::before,
.main .btn--arrow--circle .span::before {
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  background: #ffffff;
  padding: 4px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #77BB01;
  content: "\E904";
  -webkit-box-shadow: -2px 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 1px 4px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  .main .btn--arrow--circle {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    will-change: transition;
  }

  .main .btn--arrow--circle:hover,
  .main .btn--arrow--circle:focus,
  .main .btn--arrow--circle:active {
    -webkit-transform: translateY(1px);
    -khtml-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    background: #9ac847;
    border-color: #9ac847;
  }

  .main .btn--arrow--circle:hover > span::before,
  .main .btn--arrow--circle:hover .span::before,
  .main .btn--arrow--circle:focus > span::before,
  .main .btn--arrow--circle:focus .span::before,
  .main .btn--arrow--circle:active > span::before,
  .main .btn--arrow--circle:active .span::before {
    color: #d6d6d6;
    -webkit-box-shadow: -2px 1px 4px rgba(0, 0, 0, 0.4);
            box-shadow: -2px 1px 4px rgba(0, 0, 0, 0.4);
  }
}

.main .btn--gray {
  background-color: #818181;
  border-color: #818181;
}

@media (min-width: 1200px) {
  .main .btn--gray:hover,
  .main .btn--gray:focus,
  .main .btn--gray:active {
    background-color: #9ac847;
    border-color: #9ac847;
  }
}

.main .btn.btn-sm {
  border-bottom-left-radius: -5;
  border-bottom-right-radius: -5;
  -moz-border-radius-bottomleft: -5;
  -moz-border-radius-bottomright: -5;
  -moz-border-radius-topleft: -5;
  -moz-border-radius-topright: -5;
  border-top-left-radius: -5;
  border-top-right-radius: -5;
  border-width: 2px;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
}

.webkit .main .btn.btn-sm {
  line-height: 27px;
}

.main .btn.btn-sm-multilines {
  height: auto;
  line-height: 1;
  padding-bottom: 5.5px;
  padding-top: 5.5px;
  white-space: normal;
  word-wrap: break-word;
}

.main .btn.btn-lg {
  border-bottom-left-radius: 5;
  border-bottom-right-radius: 5;
  -moz-border-radius-bottomleft: 5;
  -moz-border-radius-bottomright: 5;
  -moz-border-radius-topleft: 5;
  -moz-border-radius-topright: 5;
  border-top-left-radius: 5;
  border-top-right-radius: 5;
  border-width: 2px;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
}

.webkit .main .btn.btn-lg {
  line-height: 40px;
}

.main .btn.btn-lg-multilines {
  height: auto;
  line-height: 1;
  padding-bottom: 11px;
  padding-top: 11px;
  white-space: normal;
  word-wrap: break-word;
}

.main .btn[disabled] {
  -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  border-color: darkgray;
  color: darkgray;
  cursor: default;
}

/* buttons END */

/*** Project margin ***/

/* margin START */

/* vertical margin helpers */

.margin-bottom-default {
  margin-bottom: 10px !important;
}

@media (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom {
    margin-bottom: 55px;
  }
}

@media (min-width: 1500px) {
  .margin-bottom {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .margin-bottom-texts {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom-texts {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom-texts {
    margin-bottom: 45px;
  }
}

@media (min-width: 1500px) {
  .margin-bottom-texts {
    margin-bottom: 60px;
  }
}

.margin-bottom-last-zero *:last-child,
.accordion__content .accordion__content *:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .margin-bottom-sm {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom-sm {
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom-sm {
    margin-bottom: 45px;
  }
}

@media (min-width: 1500px) {
  .margin-bottom-sm {
    margin-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .margin-bottom-sm-texts {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom-sm-texts {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom-sm-texts {
    margin-bottom: 35px;
  }
}

@media (min-width: 1500px) {
  .margin-bottom-sm-texts {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .margin-bottom-lg {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom-lg {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom-lg {
    margin-bottom: 65px;
  }
}

@media (min-width: 1500px) {
  .margin-bottom-lg {
    margin-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .margin-bottom-lg-texts {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom-lg-texts {
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom-lg-texts {
    margin-bottom: 55px;
  }
}

@media (min-width: 1500px) {
  .margin-bottom-lg-texts {
    margin-bottom: 75px;
  }
}

.margin-top-default {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .margin-top {
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-top {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-top {
    margin-top: 55px;
  }
}

@media (min-width: 1500px) {
  .margin-top {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .margin-top-sm {
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-top-sm {
    margin-top: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-top-sm {
    margin-top: 45px;
  }
}

@media (min-width: 1500px) {
  .margin-top-sm {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .margin-top-lg {
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-top-lg {
    margin-top: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-top-lg {
    margin-top: 65px;
  }
}

@media (min-width: 1500px) {
  .margin-top-lg {
    margin-top: 85px;
  }
}

.margin-vertical-default {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .margin-vertical {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-vertical {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-vertical {
    margin-bottom: 55px;
    margin-top: 55px;
  }
}

@media (min-width: 1500px) {
  .margin-vertical {
    margin-bottom: 70px;
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .margin-vertical-sm {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-vertical-sm {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-vertical-sm {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}

@media (min-width: 1500px) {
  .margin-vertical-sm {
    margin-bottom: 55px;
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .margin-vertical-lg {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-vertical-lg {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-vertical-lg {
    margin-bottom: 65px;
    margin-top: 65px;
  }
}

@media (min-width: 1500px) {
  .margin-vertical-lg {
    margin-bottom: 85px;
    margin-top: 85px;
  }
}

/* margin END */

/*** Project padding ***/

/* padding START */

/* vertical padding helpers */

.padding-bottom-default {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom {
    padding-bottom: 55px;
  }
}

@media (min-width: 1500px) {
  .padding-bottom {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .padding-bottom-texts {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom-texts {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom-texts {
    padding-bottom: 45px;
  }
}

@media (min-width: 1500px) {
  .padding-bottom-texts {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .padding-bottom-sm {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom-sm {
    padding-bottom: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom-sm {
    padding-bottom: 45px;
  }
}

@media (min-width: 1500px) {
  .padding-bottom-sm {
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .padding-bottom-sm-texts {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom-sm-texts {
    padding-bottom: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom-sm-texts {
    padding-bottom: 35px;
  }
}

@media (min-width: 1500px) {
  .padding-bottom-sm-texts {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .padding-bottom-lg {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom-lg {
    padding-bottom: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom-lg {
    padding-bottom: 65px;
  }
}

@media (min-width: 1500px) {
  .padding-bottom-lg {
    padding-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .padding-bottom-lg-texts {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom-lg-texts {
    padding-bottom: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom-lg-texts {
    padding-bottom: 55px;
  }
}

@media (min-width: 1500px) {
  .padding-bottom-lg-texts {
    padding-bottom: 75px;
  }
}

.padding-top-default {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .padding-top {
    padding-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-top {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-top {
    padding-top: 55px;
  }
}

@media (min-width: 1500px) {
  .padding-top {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .padding-top-sm {
    padding-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-top-sm {
    padding-top: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-top-sm {
    padding-top: 45px;
  }
}

@media (min-width: 1500px) {
  .padding-top-sm {
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .padding-top-lg {
    padding-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-top-lg {
    padding-top: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-top-lg {
    padding-top: 65px;
  }
}

@media (min-width: 1500px) {
  .padding-top-lg {
    padding-top: 85px;
  }
}

.padding-vertical-default {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .padding-vertical {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-vertical {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-vertical {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}

@media (min-width: 1500px) {
  .padding-vertical {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .padding-vertical-sm {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-vertical-sm {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-vertical-sm {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}

@media (min-width: 1500px) {
  .padding-vertical-sm {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .padding-vertical-lg {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-vertical-lg {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-vertical-lg {
    padding-bottom: 65px;
    padding-top: 65px;
  }
}

@media (min-width: 1500px) {
  .padding-vertical-lg {
    padding-bottom: 85px;
    padding-top: 85px;
  }
}

/* padding END */

/*** Project positions ***/

/* positions START */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

@media (max-width: 575px) {
  .relative-xs-only {
    position: relative;
  }

  .absolute-xs-only {
    position: absolute;
  }

  .fixed-xs-only {
    position: fixed;
  }
}

.relative-xs-up {
  position: relative;
}

.absolute-xs-up {
  position: absolute;
}

.fixed-xs-up {
  position: fixed;
}

@media (min-width: 576px) and (max-width: 767px) {
  .relative-sm-only {
    position: relative;
  }

  .absolute-sm-only {
    position: absolute;
  }

  .fixed-sm-only {
    position: fixed;
  }
}

@media (min-width: 576px) {
  .relative-sm-up {
    position: relative;
  }

  .absolute-sm-up {
    position: absolute;
  }

  .fixed-sm-up {
    position: fixed;
  }
}

@media (max-width: 767px) {
  .relative-sm-down {
    position: relative;
  }

  .absolute-sm-down {
    position: absolute;
  }

  .fixed-sm-down {
    position: fixed;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .relative-md-only {
    position: relative;
  }

  .absolute-md-only {
    position: absolute;
  }

  .fixed-md-only {
    position: fixed;
  }
}

@media (min-width: 768px) {
  .relative-md-up {
    position: relative;
  }

  .absolute-md-up {
    position: absolute;
  }

  .fixed-md-up {
    position: fixed;
  }
}

@media (max-width: 991px) {
  .relative-md-down {
    position: relative;
  }

  .absolute-md-down {
    position: absolute;
  }

  .fixed-md-down {
    position: fixed;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .relative-lg-only {
    position: relative;
  }

  .absolute-lg-only {
    position: absolute;
  }

  .fixed-lg-only {
    position: fixed;
  }
}

@media (min-width: 992px) {
  .relative-lg-up {
    position: relative;
  }

  .absolute-lg-up {
    position: absolute;
  }

  .fixed-lg-up {
    position: fixed;
  }
}

@media (max-width: 1199px) {
  .relative-lg-down {
    position: relative;
  }

  .absolute-lg-down {
    position: absolute;
  }

  .fixed-lg-down {
    position: fixed;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .relative-xl-only {
    position: relative;
  }

  .absolute-xl-only {
    position: absolute;
  }

  .fixed-xl-only {
    position: fixed;
  }
}

@media (min-width: 1200px) {
  .relative-xl-up {
    position: relative;
  }

  .absolute-xl-up {
    position: absolute;
  }

  .fixed-xl-up {
    position: fixed;
  }
}

@media (max-width: 1499px) {
  .relative-xl-down {
    position: relative;
  }

  .absolute-xl-down {
    position: absolute;
  }

  .fixed-xl-down {
    position: fixed;
  }
}

@media (min-width: 1500px) {
  .relative-hd-only {
    position: relative;
  }

  .absolute-hd-only {
    position: absolute;
  }

  .fixed-hd-only {
    position: fixed;
  }
}

.relative-hd-down {
  position: relative;
}

.absolute-hd-down {
  position: absolute;
}

.fixed-hd-down {
  position: fixed;
}

/* positions END */

/*** Project grid extra ***/

/* grid extra START */

/* hidden helpers */

.hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-only {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-only {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-only {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-only {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-dt-only {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .hidden-xl-only {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  .hidden-hd-only {
    display: none !important;
  }
}

/* no padding helpers */

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

@media (max-width: 575px) {
  .no-padding-xs {
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding-xs-left {
    padding-left: 0;
  }

  .no-padding-xs-right {
    padding-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .no-padding-sm {
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding-left-sm {
    padding-left: 0;
  }

  .no-padding-right-sm {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .no-padding-md {
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding-left-md {
    padding-left: 0;
  }

  .no-padding-right-md {
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .no-padding-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .no-padding-left-lg {
    padding-left: 0 !important;
  }

  .no-padding-right-lg {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-padding-dt {
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding-left-dt {
    padding-left: 0;
  }

  .no-padding-right-dt {
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .no-padding-xl {
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding-left-xl {
    padding-left: 0;
  }

  .no-padding-right-xl {
    padding-right: 0;
  }
}

@media (min-width: 1500px) {
  .no-padding-hd {
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding-left-hd {
    padding-left: 0;
  }

  .no-padding-right-hd {
    padding-right: 0;
  }
}

/* no margin helpers */

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

@media (max-width: 575px) {
  .no-margin-xs {
    margin-left: 0;
    margin-right: 0;
  }

  .no-margin-left-xs {
    margin-left: 0;
  }

  .no-margin-right-xs {
    margin-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .no-margin-sm {
    margin-left: 0;
    margin-right: 0;
  }

  .no-margin-left-sm {
    margin-left: 0;
  }

  .no-margin-right-sm {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .no-margin-md {
    margin-left: 0;
    margin-right: 0;
  }

  .no-margin-left-md {
    margin-left: 0;
  }

  .no-margin-right-md {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .no-margin-lg {
    margin-left: 0;
    margin-right: 0;
  }

  .no-margin-left-lg {
    margin-left: 0;
  }

  .no-margin-right-lg {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .no-margin-dt {
    margin-left: 0;
    margin-right: 0;
  }

  .no-margin-left-dt {
    margin-left: 0;
  }

  .no-margin-right-dt {
    margin-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .no-margin-xl {
    margin-left: 0;
    margin-right: 0;
  }

  .no-margin-left-xl {
    margin-left: 0;
  }

  .no-margin-right-xl {
    margin-right: 0;
  }
}

@media (min-width: 1500px) {
  .no-margin-hd {
    margin-left: 0;
    margin-right: 0;
  }

  .no-margin-left-hd {
    margin-left: 0;
  }

  .no-margin-right-hd {
    margin-right: 0;
  }
}

/* grid extra END */

/*** Project typography ***/

/* typography START */

.img-fluid {
  height: auto;
}

.text-right ul,
.text-right ol {
  padding-left: 0;
}

.text-right ul li:before,
.text-right ol li:before {
  display: inline;
  margin-left: 0;
}

.text-center ul,
.text-center ol {
  padding-left: 0;
}

.text-center ul li:before,
.text-center ol li:before {
  display: inline;
  margin-left: 0;
}

.text-justify-center {
  text-align: justify !important;
  -moz-text-align-last: center !important;
  text-align-last: center !important;
}

.text-justify-center ul,
.text-justify-center ol {
  padding-left: 0;
}

.text-justify-center ul li:before,
.text-justify-center ol li:before {
  display: inline;
  margin-left: 0;
}

@media (max-width: 575px) {
  .text-xs-left-only {
    text-align: left !important;
  }

  .text-xs-right-only {
    text-align: right !important;
  }

  .text-xs-right-only ul,
  .text-xs-right-only ol {
    padding-left: 0;
  }

  .text-xs-right-only ul li:before,
  .text-xs-right-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-xs-center-only {
    text-align: center !important;
  }

  .text-xs-center-only ul,
  .text-xs-center-only ol {
    padding-left: 0;
  }

  .text-xs-center-only ul li:before,
  .text-xs-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-xs-justify-only {
    text-align: justify !important;
  }

  .text-xs-justify-center-only {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-xs-justify-center-only ul,
  .text-xs-justify-center-only ol {
    padding-left: 0;
  }

  .text-xs-justify-center-only ul li:before,
  .text-xs-justify-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }
}

.text-xs-left-up {
  text-align: left !important;
}

.text-xs-right-up {
  text-align: right !important;
}

.text-xs-right-up ul,
.text-xs-right-up ol {
  padding-left: 0;
}

.text-xs-right-up ul li:before,
.text-xs-right-up ol li:before {
  display: inline;
  margin-left: 0;
}

.text-xs-center-up {
  text-align: center !important;
}

.text-xs-center-up ul,
.text-xs-center-up ol {
  padding-left: 0;
}

.text-xs-center-up ul li:before,
.text-xs-center-up ol li:before {
  display: inline;
  margin-left: 0;
}

.text-xs-justify-up {
  text-align: justify !important;
}

.text-xs-justify-center-up {
  text-align: justify !important;
  -moz-text-align-last: center !important;
  text-align-last: center !important;
}

.text-xs-justify-center-up ul,
.text-xs-justify-center-up ol {
  padding-left: 0;
}

.text-xs-justify-center-up ul li:before,
.text-xs-justify-center-up ol li:before {
  display: inline;
  margin-left: 0;
}

@media (min-width: 576px) and (max-width: 767px) {
  .text-sm-left-only {
    text-align: left !important;
  }

  .text-sm-right-only {
    text-align: right !important;
  }

  .text-sm-right-only ul,
  .text-sm-right-only ol {
    padding-left: 0;
  }

  .text-sm-right-only ul li:before,
  .text-sm-right-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-sm-center-only {
    text-align: center !important;
  }

  .text-sm-center-only ul,
  .text-sm-center-only ol {
    padding-left: 0;
  }

  .text-sm-center-only ul li:before,
  .text-sm-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-sm-justify-only {
    text-align: justify !important;
  }

  .text-sm-justify-center-only {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-sm-justify-center-only ul,
  .text-sm-justify-center-only ol {
    padding-left: 0;
  }

  .text-sm-justify-center-only ul li:before,
  .text-sm-justify-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (min-width: 576px) {
  .text-sm-left-up {
    text-align: left !important;
  }

  .text-sm-right-up {
    text-align: right !important;
  }

  .text-sm-right-up ul,
  .text-sm-right-up ol {
    padding-left: 0;
  }

  .text-sm-right-up ul li:before,
  .text-sm-right-up ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-sm-center-up {
    text-align: center !important;
  }

  .text-sm-center-up ul,
  .text-sm-center-up ol {
    padding-left: 0;
  }

  .text-sm-center-up ul li:before,
  .text-sm-center-up ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-sm-justify-up {
    text-align: justify !important;
  }

  .text-sm-justify-center-up {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-sm-justify-center-up ul,
  .text-sm-justify-center-up ol {
    padding-left: 0;
  }

  .text-sm-justify-center-up ul li:before,
  .text-sm-justify-center-up ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .text-sm-left-down {
    text-align: left !important;
  }

  .text-sm-right-down {
    text-align: right !important;
  }

  .text-sm-right-down ul,
  .text-sm-right-down ol {
    padding-left: 0;
  }

  .text-sm-right-down ul li:before,
  .text-sm-right-down ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-sm-center-down {
    text-align: center !important;
  }

  .text-sm-center-down ul,
  .text-sm-center-down ol {
    padding-left: 0;
  }

  .text-sm-center-down ul li:before,
  .text-sm-center-down ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-sm-justify-down {
    text-align: justify !important;
  }

  .text-sm-justify-center-down {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-sm-justify-center-down ul,
  .text-sm-justify-center-down ol {
    padding-left: 0;
  }

  .text-sm-justify-center-down ul li:before,
  .text-sm-justify-center-down ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-md-left-only {
    text-align: left !important;
  }

  .text-md-right-only {
    text-align: right !important;
  }

  .text-md-right-only ul,
  .text-md-right-only ol {
    padding-left: 0;
  }

  .text-md-right-only ul li:before,
  .text-md-right-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-md-center-only {
    text-align: center !important;
  }

  .text-md-center-only ul,
  .text-md-center-only ol {
    padding-left: 0;
  }

  .text-md-center-only ul li:before,
  .text-md-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-md-justify-only {
    text-align: justify !important;
  }

  .text-md-justify-center-only {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-md-justify-center-only ul,
  .text-md-justify-center-only ol {
    padding-left: 0;
  }

  .text-md-justify-center-only ul li:before,
  .text-md-justify-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .text-md-left-up {
    text-align: left !important;
  }

  .text-md-right-up {
    text-align: right !important;
  }

  .text-md-right-up ul,
  .text-md-right-up ol {
    padding-left: 0;
  }

  .text-md-right-up ul li:before,
  .text-md-right-up ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-md-center-up {
    text-align: center !important;
  }

  .text-md-center-up ul,
  .text-md-center-up ol {
    padding-left: 0;
  }

  .text-md-center-up ul li:before,
  .text-md-center-up ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-md-justify-up {
    text-align: justify !important;
  }

  .text-md-justify-center-up {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-md-justify-center-up ul,
  .text-md-justify-center-up ol {
    padding-left: 0;
  }

  .text-md-justify-center-up ul li:before,
  .text-md-justify-center-up ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .text-md-left-down {
    text-align: left !important;
  }

  .text-md-right-down {
    text-align: right !important;
  }

  .text-md-right-down ul,
  .text-md-right-down ol {
    padding-left: 0;
  }

  .text-md-right-down ul li:before,
  .text-md-right-down ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-md-center-down {
    text-align: center !important;
  }

  .text-md-center-down ul,
  .text-md-center-down ol {
    padding-left: 0;
  }

  .text-md-center-down ul li:before,
  .text-md-center-down ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-md-justify-down {
    text-align: justify !important;
  }

  .text-md-justify-center-down {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-md-justify-center-down ul,
  .text-md-justify-center-down ol {
    padding-left: 0;
  }

  .text-md-justify-center-down ul li:before,
  .text-md-justify-center-down ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-lg-left-only {
    text-align: left !important;
  }

  .text-lg-right-only {
    text-align: right !important;
  }

  .text-lg-right-only ul,
  .text-lg-right-only ol {
    padding-left: 0;
  }

  .text-lg-right-only ul li:before,
  .text-lg-right-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-lg-center-only {
    text-align: center !important;
  }

  .text-lg-center-only ul,
  .text-lg-center-only ol {
    padding-left: 0;
  }

  .text-lg-center-only ul li:before,
  .text-lg-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-lg-justify-only {
    text-align: justify !important;
  }

  .text-lg-justify-center-only {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-lg-justify-center-only ul,
  .text-lg-justify-center-only ol {
    padding-left: 0;
  }

  .text-lg-justify-center-only ul li:before,
  .text-lg-justify-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .text-lg-left-up {
    text-align: left !important;
  }

  .text-lg-right-up {
    text-align: right !important;
  }

  .text-lg-right-up ul,
  .text-lg-right-up ol {
    padding-left: 0;
  }

  .text-lg-right-up ul li:before,
  .text-lg-right-up ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-lg-center-up {
    text-align: center !important;
  }

  .text-lg-center-up ul,
  .text-lg-center-up ol {
    padding-left: 0;
  }

  .text-lg-center-up ul li:before,
  .text-lg-center-up ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-lg-justify-up {
    text-align: justify !important;
  }

  .text-lg-justify-center-up {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-lg-justify-center-up ul,
  .text-lg-justify-center-up ol {
    padding-left: 0;
  }

  .text-lg-justify-center-up ul li:before,
  .text-lg-justify-center-up ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .text-lg-left-down {
    text-align: left !important;
  }

  .text-lg-right-down {
    text-align: right !important;
  }

  .text-lg-right-down ul,
  .text-lg-right-down ol {
    padding-left: 0;
  }

  .text-lg-right-down ul li:before,
  .text-lg-right-down ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-lg-center-down {
    text-align: center !important;
  }

  .text-lg-center-down ul,
  .text-lg-center-down ol {
    padding-left: 0;
  }

  .text-lg-center-down ul li:before,
  .text-lg-center-down ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-lg-justify-down {
    text-align: justify !important;
  }

  .text-lg-justify-center-down {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-lg-justify-center-down ul,
  .text-lg-justify-center-down ol {
    padding-left: 0;
  }

  .text-lg-justify-center-down ul li:before,
  .text-lg-justify-center-down ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .text-xl-left-only {
    text-align: left !important;
  }

  .text-xl-right-only {
    text-align: right !important;
  }

  .text-xl-right-only ul,
  .text-xl-right-only ol {
    padding-left: 0;
  }

  .text-xl-right-only ul li:before,
  .text-xl-right-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-xl-center-only {
    text-align: center !important;
  }

  .text-xl-center-only ul,
  .text-xl-center-only ol {
    padding-left: 0;
  }

  .text-xl-center-only ul li:before,
  .text-xl-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-xl-justify-only {
    text-align: justify !important;
  }

  .text-xl-justify-center-only {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-xl-justify-center-only ul,
  .text-xl-justify-center-only ol {
    padding-left: 0;
  }

  .text-xl-justify-center-only ul li:before,
  .text-xl-justify-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .text-xl-left-up {
    text-align: left !important;
  }

  .text-xl-right-up {
    text-align: right !important;
  }

  .text-xl-right-up ul,
  .text-xl-right-up ol {
    padding-left: 0;
  }

  .text-xl-right-up ul li:before,
  .text-xl-right-up ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-xl-center-up {
    text-align: center !important;
  }

  .text-xl-center-up ul,
  .text-xl-center-up ol {
    padding-left: 0;
  }

  .text-xl-center-up ul li:before,
  .text-xl-center-up ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-xl-justify-up {
    text-align: justify !important;
  }

  .text-xl-justify-center-up {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-xl-justify-center-up ul,
  .text-xl-justify-center-up ol {
    padding-left: 0;
  }

  .text-xl-justify-center-up ul li:before,
  .text-xl-justify-center-up ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (max-width: 1499px) {
  .text-xl-left-down {
    text-align: left !important;
  }

  .text-xl-right-down {
    text-align: right !important;
  }

  .text-xl-right-down ul,
  .text-xl-right-down ol {
    padding-left: 0;
  }

  .text-xl-right-down ul li:before,
  .text-xl-right-down ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-xl-center-down {
    text-align: center !important;
  }

  .text-xl-center-down ul,
  .text-xl-center-down ol {
    padding-left: 0;
  }

  .text-xl-center-down ul li:before,
  .text-xl-center-down ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-xl-justify-down {
    text-align: justify !important;
  }

  .text-xl-justify-center-down {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-xl-justify-center-down ul,
  .text-xl-justify-center-down ol {
    padding-left: 0;
  }

  .text-xl-justify-center-down ul li:before,
  .text-xl-justify-center-down ol li:before {
    display: inline;
    margin-left: 0;
  }
}

@media (min-width: 1500px) {
  .text-hd-left-only {
    text-align: left !important;
  }

  .text-hd-right-only {
    text-align: right !important;
  }

  .text-hd-right-only ul,
  .text-hd-right-only ol {
    padding-left: 0;
  }

  .text-hd-right-only ul li:before,
  .text-hd-right-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-hd-center-only {
    text-align: center !important;
  }

  .text-hd-center-only ul,
  .text-hd-center-only ol {
    padding-left: 0;
  }

  .text-hd-center-only ul li:before,
  .text-hd-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }

  .text-hd-justify-only {
    text-align: justify !important;
  }

  .text-hd-justify-center-only {
    text-align: justify !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important;
  }

  .text-hd-justify-center-only ul,
  .text-hd-justify-center-only ol {
    padding-left: 0;
  }

  .text-hd-justify-center-only ul li:before,
  .text-hd-justify-center-only ol li:before {
    display: inline;
    margin-left: 0;
  }
}

.text-hd-left-down {
  text-align: left !important;
}

.text-hd-right-down {
  text-align: right !important;
}

.text-hd-right-down ul,
.text-hd-right-down ol {
  padding-left: 0;
}

.text-hd-right-down ul li:before,
.text-hd-right-down ol li:before {
  display: inline;
  margin-left: 0;
}

.text-hd-center-down {
  text-align: center !important;
}

.text-hd-center-down ul,
.text-hd-center-down ol {
  padding-left: 0;
}

.text-hd-center-down ul li:before,
.text-hd-center-down ol li:before {
  display: inline;
  margin-left: 0;
}

.text-hd-justify-down {
  text-align: justify !important;
}

.text-hd-justify-center-down {
  text-align: justify !important;
  -moz-text-align-last: center !important;
  text-align-last: center !important;
}

.text-hd-justify-center-down ul,
.text-hd-justify-center-down ol {
  padding-left: 0;
}

.text-hd-justify-center-down ul li:before,
.text-hd-justify-center-down ol li:before {
  display: inline;
  margin-left: 0;
}

/* typography END */

/*** Project loader ***/

/* stylelint-disable */

/* loader START */

.loader:before,
.loader:after {
  -webkit-transform: translate3d(0, 0, 100px);
  -khtml-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
  background-color: white;
  bottom: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  z-index: 100;
}

.loaded .loader:before,
.loaded .loader:after {
  -webkit-transition: all 0.25s 0.25s ease-out;
  transition: all 0.25s 0.25s ease-out;
  visibility: hidden;
}

.no-js .loader:before,
.no-js .loader:after {
  display: none;
}

.loader:before {
  left: 0;
  right: 50%;
}

.loaded .loader:before {
  opacity: 0;
}

.loader:after {
  left: 50%;
  right: 0;
}

.loaded .loader:after {
  opacity: 0;
}

.loader [class^="loader-"],
.loader [class*=" loader-"] {
  -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 101px);
  -khtml-transform: translate3d(0, 0, 101px);
  transform: translate3d(0, 0, 101px);
  display: block;
  height: 150px;
  left: 50%;
  line-height: 150px;
  margin-left: -150px;
  margin-top: -75px;
  position: fixed;
  text-align: center;
  top: 50%;
  vertical-align: top;
  width: 300px;
  z-index: 101;
}

.loaded .loader [class^="loader-"],
.loaded
.loader [class*=" loader-"] {
  -webkit-transition: all 0.25s 0s ease-out;
  transition: all 0.25s 0s ease-out;
  -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

.no-js .loader [class^="loader-"],
.no-js
.loader [class*=" loader-"] {
  display: none;
}

/* based on https://connoratherton.com/loadersloaders */

/*** logo ***/

/* HTML: <div class="loader-logo"><div></div><div></div></div> */

@-webkit-keyframes loader-logo {
  0% {
    left: -600px;
  }

  100% {
    left: 300px;
  }
}

@keyframes loader-logo {
  0% {
    left: -600px;
  }

  100% {
    left: 300px;
  }
}

.loader .loader-logo {
  height: 300px;
  line-height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  width: 300px;
}

.loader .loader-logo div {
  bottom: 0;
  position: absolute;
  top: 0;
}

.loader .loader-logo div:first-child {
  -khtml-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
  background-color: transparent;
  background-image: url(/img/base/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

.loader .loader-logo div:last-child {
  -webkit-animation: loader-logo 1.5s 0s infinite linear;
  animation: loader-logo 1.5s 0s infinite linear;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient( startColorstr='white', endColorstr='white', GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient( startColorstr='white', endColorstr='white', GradientType=1);
  left: -600px;
  width: 600px;
}

.loader .loader-logo {
  height: 300px;
  line-height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  width: 300px;
}

.loader .loader-logo div {
  bottom: 0;
  position: absolute;
  top: 0;
}

.loader .loader-logo div:first-child {
  -khtml-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
  background-color: transparent;
  background-image: url(/img/base/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

.loader .loader-logo div:last-child {
  -webkit-animation: loader-logo 1.5s 0s infinite linear;
  animation: loader-logo 1.5s 0s infinite linear;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient( startColorstr='white', endColorstr='white', GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient( startColorstr='white', endColorstr='white', GradientType=1);
  left: -600px;
  width: 600px;
}

.content-loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #9ac847;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 150px auto;
}

.content-loader .hidden {
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  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.5s;
          transition-duration: 0.5s;
  -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-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #818181;
  border-radius: 4px;
  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: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -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--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -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--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*** Project pagination ***/

/* pagination START */

.main .pagination {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0 auto 10px auto;
  padding: 0;
  vertical-align: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .pagination .page-item::before {
  display: none;
}

.main .pagination .page-item .page-link {
  background: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #454444;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: auto;
  line-height: 34px;
  padding: 0 15px;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .main .pagination .page-item .page-link:hover,
  .main .pagination .page-item .page-link:focus {
    -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background: #ddd;
    border-color: transparent;
    color: black;
    text-decoration: none;
  }
}

.main .pagination .page-item:first-child .page-link,
.main .pagination .page-item:last-child .page-link {
  background: transparent;
  border-color: transparent;
  color: #454444;
}

@media (min-width: 1200px) {
  .main .pagination .page-item:first-child .page-link:hover,
  .main .pagination .page-item:first-child .page-link:focus,
  .main .pagination .page-item:last-child .page-link:hover,
  .main .pagination .page-item:last-child .page-link:focus {
    background: #ddd;
    border-color: transparent;
    color: black;
  }
}

.main .pagination .page-item:first-child .page-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.main .pagination .page-item:last-child .page-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.main .pagination .page-item.active .page-link {
  background: #9ac847;
  border-color: transparent;
  color: white;
}

@media (min-width: 1200px) {
  .main .pagination .page-item.active .page-link:hover,
  .main .pagination .page-item.active .page-link:focus {
    background: #9ac847;
    border-color: transparent;
    color: white;
  }
}

.main .pagination .page-item.disabled .page-link {
  background: #f3f3f3 !important;
  border-color: transparent;
  color: gray !important;
}

.main .pagination-sm {
  border-bottom-left-radius: -5;
  border-bottom-right-radius: -5;
  -moz-border-radius-bottomleft: -5;
  -moz-border-radius-bottomright: -5;
  -moz-border-radius-topleft: -5;
  -moz-border-radius-topright: -5;
  border-top-left-radius: -5;
  border-top-right-radius: -5;
}

.main .pagination-sm .page-item .page-link {
  border-width: 0;
  font-size: 16px;
  line-height: 29px;
  padding: 0 10px;
}

.main .pagination-lg {
  border-bottom-left-radius: 5;
  border-bottom-right-radius: 5;
  -moz-border-radius-bottomleft: 5;
  -moz-border-radius-bottomright: 5;
  -moz-border-radius-topleft: 5;
  -moz-border-radius-topright: 5;
  border-top-left-radius: 5;
  border-top-right-radius: 5;
}

.main .pagination-lg .page-item .page-link {
  border-width: 0;
  font-size: 20px;
  line-height: 44px;
  padding: 0 20px;
}

/* pagination END */

.cookie-warning {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: white;
  color: black;
  -webkit-box-shadow: 0 2px 24px 0 rgba(139, 139, 139, 0.5);
          box-shadow: 0 2px 24px 0 rgba(139, 139, 139, 0.5);
}

.cookie-warning .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cookie-warning .cookie-content {
  margin-bottom: 1.5rem;
}

.cookie-warning .cookie-content p {
  font-size: 13px;
}

.cookie-warning .cookie-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .cookie-warning .cookie-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .cookie-warning .cookie-actions .button.is-danger {
    margin-bottom: 2rem;
  }

  .cookie-warning .cookie-actions .checkbox {
    margin-bottom: .5rem;
  }
}

.cookie-warning .cookie-actions .button {
  display: block;
  background: #666666;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: .5rem 1.5rem;
  height: 50px;
  cursor: pointer;
}

.cookie-warning .cookie-actions .button.is-green {
  background-color: #9ac847 !important;
  font-size: 15px;
}

.cookie-warning .cookie-actions .checkbox {
  font-size: 13px;
}

.cookie-warning .cookie-actions .checkbox input {
  margin-right: .25rem;
}

.cookie-warning .cookie-actions .checkbox label {
  margin-bottom: 0;
}

.cookie-warning .cookie-link {
  text-align: right;
}

@media (max-width: 767px) {
  .cookie-warning .cookie-link {
    text-align: left;
  }
}

.cookie-warning .cookie-link a {
  color: black;
  font-size: 13px;
  text-decoration: underline;
}

/*** Project cookiebar ***/

/* cookiebar START */

div.cookie-bar {
  -webkit-transform: translate3d(0, 0, 4px);
  -khtml-transform: translate3d(0, 0, 4px);
  transform: translate3d(0, 0, 4px);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  bottom: 0;
  background: rgba(235, 235, 235, 0.9);
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  min-height: 70px;
  padding: 17px 5%;
  position: fixed;
  left: 0;
  width: 100%;
  top: auto;
  word-wrap: break-word;
  z-index: 20;
  -webkit-animation: startCookie 2s 1;
          animation: startCookie 2s 1;
}

@media (max-width: 767px) {
  div.cookie-bar {
    width: 100%;
    left: 0;
    padding: 10px;
  }
}

div.cookie-bar a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  color: #9ac847;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

@media (min-width: 1200px) {
  div.cookie-bar a:hover,
  div.cookie-bar a:focus {
    text-decoration: underline;
  }
}

div.cookie-bar a.acceptCookies {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #9ac847;
  border: 0 solid #9ac847;
  color: white;
  display: block;
  float: none;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 30px;
}

@media (min-width: 1200px) {
  div.cookie-bar a.acceptCookies:hover,
  div.cookie-bar a.acceptCookies:focus {
    background-color: white;
    border-color: white;
    color: #9ac847;
    text-decoration: none;
  }
}

div.cookie-bar .button {
  padding: 0.75rem 1.5rem;
  border: none;
  color: #fff;
  font-weight: bold;
  outline: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

div.cookie-bar .cookie-title {
  color: rgba(241, 97, 81, 0.9);
}

div.cookie-bar .cookie-title h2 {
  font-size: 1rem;
}

div.cookie-bar .cookie-info {
  color: #818181;
  font-size: 0.75rem;
}

div.cookie-bar .cookie-info p {
  margin-bottom: 0;
}

div.cookie-bar .cookie-info p:last-child {
  margin-top: 0.75rem;
}

div.cookie-bar .cookie-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 10px;
}

div.cookie-bar .cookie-buttons .button {
  cursor: pointer;
}

div.cookie-bar .cookie-buttons > div:first-child .button {
  background-color: #9f9f9f;
}

div.cookie-bar .cookie-buttons > div:first-child .button:hover,
div.cookie-bar .cookie-buttons > div:first-child .button:focus {
  background-color: #818181;
}

div.cookie-bar .cookie-buttons > div:last-child .button {
  background-color: rgba(241, 97, 81, 0.9);
}

div.cookie-bar .cookie-buttons > div:last-child .button:hover,
div.cookie-bar .cookie-buttons > div:last-child .button:focus {
  background-color: #f15046;
}

div.cookie-bar .cookie-setup-title {
  color: #9ac847;
  text-align: center;
}

div.cookie-bar .cookie-setup-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #818181;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  div.cookie-bar .cookie-setup-info {
    display: block;
  }
}

div.cookie-bar .cookie-setup-info div {
  width: 30%;
}

@media (max-width: 767px) {
  div.cookie-bar .cookie-setup-info div {
    width: unset;
  }
}

div.cookie-bar .cookie-setup-info h2 {
  text-align: center;
}

div.cookie-bar .cookie-setup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  div.cookie-bar .cookie-setup-buttons {
    display: block;
  }
}

div.cookie-bar .cookie-setup-buttons .button {
  cursor: pointer;
}

@media (max-width: 767px) {
  div.cookie-bar .cookie-setup-buttons > div:first-child {
    margin: 30px 0;
    text-align: center;
  }
}

div.cookie-bar .cookie-setup-buttons > div:first-child .button {
  background-color: #9f9f9f;
}

div.cookie-bar .cookie-setup-buttons > div:first-child .button:hover,
div.cookie-bar .cookie-setup-buttons > div:first-child .button:focus {
  background-color: #818181;
}

@media (max-width: 767px) {
  div.cookie-bar .cookie-setup-buttons > div:last-child {
    text-align: center;
  }
}

div.cookie-bar .cookie-setup-buttons > div:last-child .button {
  background-color: rgba(241, 97, 81, 0.9);
}

div.cookie-bar .cookie-setup-buttons > div:last-child .button:hover,
div.cookie-bar .cookie-setup-buttons > div:last-child .button:focus {
  background-color: #f15046;
}

div.cookie-bar .hidden {
  display: none !important;
}

@-webkit-keyframes startCookie {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes startCookie {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/* cookiebar END */

/*** Project bg image ***/

/* bg image START */

.bg-image {
  display: block;
  overflow: hidden;
  position: relative;
}

.bg-image img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.ie .bg-image,
.edge .bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ie .bg-image img,
.edge .bg-image img {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

.ie .bg-image .bg-image-text,
.edge .bg-image .bg-image-text {
  display: block !important;
  height: 0 !important;
  overflow: hidden !important;
  text-indent: -20000px !important;
  width: 0 !important;
}

.bg-image.bg-image-1by1,
.bg-image.bg-image-square {
  padding-bottom: 100%;
}

.bg-image.bg-image-4by3 {
  padding-bottom: 75%;
}

.bg-image.bg-image-3by2 {
  padding-bottom: 66.66666%;
}

.bg-image.bg-image-5by3 {
  padding-bottom: 60%;
}

.bg-image.bg-image-16by9 {
  padding-bottom: 56.25%;
}

.bg-image.bg-image-3by1 {
  padding-bottom: 33.33333%;
}

/* bg image END */

.main a.boxsubmenu {
  display: inline-block;
  cursor: pointer;
  margin: 0 3px;
  text-decoration: underline;
  font-size: 12px;
  color: #454444;
}

.main a.boxsubmenu.active {
  color: #9ac847;
}

.main a.boxsubmenu:hover {
  color: #9ac847;
}

.main a.boxsubmenu:before {
  content: '>';
  float: left;
  margin-right: 3px;
}

/*** Project mobile scrollbar ***/

/* mobile scrollbar for iPhone / iPad START */

@media (max-width: 1199px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
  }

  ::-webkit-scrollbar:horizontal {
    -webkit-appearance: none;
    height: 3px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
  }

  ::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
  }
}

/* mobile scrollbar END */

/*** Project embed responsive layer ***/

/* embed responsive layer START */

.embed-responsive-layer {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.embed-responsive-layer p {
  margin: 0;
}

.embed-responsive-layer.fade-out-layer {
  opacity: 0 !important;
}

/* embed responsive layer END */

/*** Project embed responsive layer ***/

/* embed responsive layer for iframe START */

.embed-responsive-layer-iframe {
  background: #9ac847;
  background: rgba(154, 200, 71, 0.6);
  -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.embed-responsive-layer-iframe p {
  color: white;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .embed-responsive-layer-iframe:hover {
    background: #9ac847;
    background: rgba(154, 200, 71, 0.4);
    -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  .embed-responsive-layer-iframe:focus {
    -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}

@media (max-width: 1199px) {
  .embed-responsive-layer-iframe {
    -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

/* embed responsive layer for iframe END */

/*** Project embed responsive layer for youtube ***/

/* embed responsive layer for youtube START */

.embed-responsive-youtube {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.embed-responsive-layer-youtube p {
  background: #9ac847;
  background: rgba(154, 200, 71, 0.6);
  -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .embed-responsive-layer-youtube p:hover,
  .embed-responsive-layer-youtube p:focus {
    background: #9ac847;
    background: rgba(154, 200, 71, 0.4);
    -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .embed-responsive-layer-youtube p {
    -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

/* embed responsive layer for youtube END */

/*** Project modal ***/

/* modal START */

.modal-backdrop {
  background-color: black;
}

.modal-backdrop.show,
.modal-backdrop.open {
  -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 15px;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .modal-dialog {
    margin: 30px auto;
    max-width: 700px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .modal-dialog {
    margin: 50px auto;
    max-width: 900px;
  }
}

@media (min-width: 1500px) {
  .modal-dialog {
    margin: 70px auto;
    max-width: 1100px;
  }
}

.modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .modal-content {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    width: 100%;
  }
}

.modal-header {
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0 0 0 0;
  padding: 15px 30px;
  position: relative;
}

@media (max-width: 767px) {
  .modal-header {
    padding-left: 15px;
  }
}

.modal-header .close {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  background: none;
  border: 0;
  color: #9ac847;
  cursor: pointer;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
}

.modal-header .close:hover {
  color: #9ac847;
}

.modal-header .modal-title {
  color: #9ac847;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}

.modal-body {
  padding: 15px 30px;
}

@media (max-width: 767px) {
  .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.modal-footer {
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0 0 0 0;
  padding: 15px 30px;
}

@media (max-width: 767px) {
  .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* modal END */

/*** Project nav-tabs ***/

/* nav-tabs START */

.nav-tabs {
  border-bottom: 1px solid #9ac847;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-tabs .nav-item {
  -webkit-transform: translateY(1px)-1px;
  -khtml-transform: translateY(1px)-1px;
  transform: translateY(1px)-1px;
}

.nav-tabs .nav-item::before {
  display: none;
}

.nav-tabs .nav-item .nav-link {
  -ms-filter: "progid:dximagetransform.microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: white;
  border-bottom: 1px solid #9ac847;
  border-left: 1px solid #9ac847;
  border-top: 1px solid #9ac847;
  color: 14px;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 10px 20px;
}

@media (min-width: 1200px) {
  .nav-tabs .nav-item .nav-link:hover,
  .nav-tabs .nav-item .nav-link:focus {
    background-color: #ddd;
    border-right-color: #ddd;
    color: black;
    text-decoration: none;
  }
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #9ac847;
  border-bottom-color: #9ac847;
  border-right-color: #9ac847;
  color: white;
  cursor: default;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .nav-tabs .nav-item .nav-link.active:hover,
  .nav-tabs .nav-item .nav-link.active:focus {
    background-color: #9ac847;
    border-bottom-color: #9ac847;
    color: white;
  }
}

.nav-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid #9ac847;
}

.tab-content {
  border: 1px solid #9ac847;
  border-top: 0;
  margin: 0 0 1.42857143 0;
}

.tab-content .tab-pane {
  padding: 30px 15px;
}

/* nav-tabs END */

.popover {
  border-radius: 0;
  border-width: 0;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  padding: 5px 15px;
  /* Popover header */
  /* Popover arrow */
}

.popover-header {
  margin: 0;
}

.popover .arrow {
  bottom: -10px;
  height: 10px;
  left: 0 !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: absolute;
  right: 0 !important;
  width: 20px;
}

.popover .arrow::after {
  background: white;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  content: "";
  height: 10px;
  left: 5px;
  position: absolute;
  top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.breadcrumb {
  margin-bottom: -25px;
}

.breadcrumb .breadcrumb {
  padding: 0;
  margin-bottom: 0;
}

.qtip {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  background: white;
}

.qtip canvas {
  display: none !important;
}

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background-color: black;
  color: white;
  z-index: 999999 !important;
}

.qtip .qtip-content {
  position: relative;
  padding: 0px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip .free-flat,
.qtip .reserved-flat,
.qtip .sold-flat {
  padding: 10px;
  line-height: 1.4em;
}

.qtip .free-flat {
  background: #85bd6a;
}

.qtip .reserved-flat {
  background: #5c5c5c;
}

.qtip .sold-flat {
  background: #F36F21;
}

/* @define building */

.building {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 6px;
  margin-left: 3px;
  margin-right: 3px;
  width: calc(33.33333333% - 6px);
  /* building__image */
  /* building__article */
}

@media (min-width: 1200px) {
  .building .building__article__titles {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    will-change: transition;
  }

  .building:hover .building__article__titles {
    background-color: #9ac847;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .building {
    width: calc(50% - 6px);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .building {
    width: calc(50% - 6px);
  }
}

@media (max-width: 575px) {
  .building {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: calc(100% - 6px);
  }
}

.building__image {
  overflow: hidden;
  padding-bottom: 75%;
}

.building__badge {
  z-index: 1;
  right: 10px;
  color: #fff;
  position: absolute;
  background-color: rgba(241, 97, 81, 0.9);
  padding: 1rem .25rem;
  width: 100px;
}

.building__badge__text {
  font-size: 14px;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  overflow-wrap: break-word;
  word-break: break-word;
  text-align: center;
  font-weight: bold;
}

.building__badge::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 30px rgba(241, 97, 81, 0.9);
  border-left: solid 50px transparent;
  border-right: solid 50px transparent;
}

.building__article {
  text-align: center;
  /* building__article__titles */
  /* building__article__description */
}

.building__article__titles {
  background-color: #9ac847;
  padding: 10px 5px;
}

.building__article__titles h3 {
  color: white;
  display: inline-block;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
}

.building__article__titles h5 {
  color: white;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}

.building__article__description {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d5d1d1;
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
}

.building__article__description p {
  font-size: 12px;
  margin-bottom: 0;
}

/** @define gallery-item */

.sidebar .gallery-item {
  width: calc(100% - 6px) !important;
}

.gallery-item {
  margin-bottom: 6px;
  margin-left: 3px;
  margin-right: 3px;
  min-height: 280px;
  position: relative;
  width: calc(33.3333333% - 6px);
  /* gallery-item__image */
  /* gallery-item__title */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-item {
    width: calc(50% - 6px);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .gallery-item {
    width: calc(50% - 6px);
  }
}

@media (max-width: 575px) {
  .gallery-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    width: 100%;
  }
}

.gallery-item__image {
  height: 100%;
}

.gallery-item__title {
  background-color: rgba(154, 200, 71, 0.8) !important;
  bottom: 0 !important;
  color: white !important;
  display: block !important;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  left: 0 !important;
  margin-bottom: 0 !important;
  min-height: 60px !important;
  padding: 10px 5px !important;
  position: absolute;
  right: 0 !important;
  text-align: center;
}

.gallery-item__title--gray {
  background-color: #dadada !important;
  color: #454444 !important;
  font-size: 12px !important;
}

@media (min-width: 1200px) {
  .gallery-item .gallery-item__title {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    will-change: transition;
  }

  .gallery-item:hover .gallery-item__title {
    background-color: #9ac847;
  }
}

/** @define news */

.news {
  border: 1px solid #ddd;
  margin-bottom: 12px;
  width: calc(50% - 6px);
  /* news__title */
  /* news--thumbnail */
  /** MODIFIERS **/
  /* news--large */
  /* news--emphasized */
}

.news > article {
  padding: 20px;
}

@media (max-width: 1199px) {
  .news {
    width: 100%;
  }
}

.news__title {
  line-height: 1;
}

@media (min-width: 1200px) {
  .news__title a:hover {
    color: #454444 !important;
  }
}

.news__thumbnail {
  max-width: 35%;
  width: 100%;
}

@media (max-width: 767px) {
  .news__thumbnail {
    max-width: 100%;
    min-height: 220px;
  }
}

.news--large {
  width: 100%;
}

.news--emphasized {
  border-color: #9ac847;
  border-width: 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.news--emphasized > article {
  background-color: #dae5bd;
  max-width: 65%;
}

@media (max-width: 767px) {
  .news--emphasized {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news--emphasized > article {
    max-width: 100%;
  }
}

.label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Sidebar labels */
  /* News labels */
  /* Home page empharsized labels */
}

.label-container .label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4px;
  padding: 3px 6px;
}

@media (min-width: 1200px) {
  .label-container .label {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    will-change: transition;
  }

  .label-container .label:hover,
  .label-container .label:focus,
  .label-container .label:active {
    background-color: #818181;
  }
}

.label-container .label--more {
  background-color: #b8e665 !important;
}

@media (min-width: 1200px) {
  .label-container .label--more {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    will-change: transition;
  }

  .label-container .label--more:hover,
  .label-container .label--more:focus,
  .label-container .label--more:active {
    background-color: #9ac847 !important;
  }
}

.label-container .label--facebook {
  background-color: lightblue !important;
  padding: 5px;
}

.sidebar .label-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar .label-container .label {
  color: white !important;
  width: calc(50% - 2px);
}

.news .label-container {
  margin-bottom: 10px;
  margin-left: -3px;
  margin-right: -3px;
}

.news .label-container .label {
  background-color: #ddd;
  color: #454444 !important;
  margin: 0 3px 6px;
  min-height: 29px;
}

@media (min-width: 1200px) {
  .news .label-container .label {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    will-change: transition;
  }

  .news .label-container .label:hover,
  .news .label-container .label:focus,
  .news .label-container .label:active {
    background-color: #c4c4c4;
  }
}

.empharsized .label-container .label {
  background-color: #9f9f9f;
  color: white !important;
  min-height: 29px;
}

.empharsized .label-container .label:hover {
  background-color: #818181;
}

.news-single .label-container .label {
  background-color: #ddd;
  color: #454444 !important;
  margin: 0 3px 6px;
  min-height: 29px;
}

.news-single .label-container .label:hover {
  background-color: #c4c4c4;
}

/** @define custom-box; weak */

.custom-box {
  margin-bottom: 30px;
  /* custom-box__article */
  /* custom-box__image */
}

.custom-box > .row {
  height: 100%;
}

@media (max-width: 1199px) {
  .custom-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 325px;
  }
}

.custom-box__article {
  background-color: #d5d1d1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* custom-box__article__title */
}

.custom-box__article > div {
  padding: 10px 15px 0;
}

.custom-box__article__title {
  background-color: #9ac847;
  margin-bottom: 0;
}

.custom-box__article__title a {
  color: white;
  display: block;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  word-break: break-all;
}

@media (min-width: 1200px) {
  .custom-box__article__title {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    will-change: transition;
  }

  .custom-box__article__title:hover a {
    color: white;
  }
}

.custom-box__article__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.custom-box__article__details {
  padding: 10px !important;
  background: #e4e4e4;
  text-align: left;
}

.custom-box__image {
  width: 50%;
  background-color: #fff;
}

.custom-box__image > .bg-image {
  height: 100%;
}

/** @define accordion */

.accordion {
  /* accordion__header */
  /* accordion__content */
}

.accordion__header h3 {
  background-color: #9ac847;
  color: white;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 1px;
}

.accordion__header h3 a {
  display: block;
  padding: 10px 15px;
}

.accordion__content {
  background-color: #e7e7e7;
  padding: 15px 20px;
  /* accordion NESTED */
}

.accordion__content .accordion {
  /* accordion__header NESTED */
  /* accordion__content NESTED */
}

.accordion__content .accordion__header h5 {
  border-bottom: 1px solid white;
  font-size: 16px;
  margin-bottom: 0;
}

.accordion__content .accordion__header h5 a {
  color: #4d4d4d;
  display: block;
  padding: 5px 10px;
}

@media (min-width: 1200px) {
  .accordion__content .accordion__header h5 a:hover,
  .accordion__content .accordion__header h5 a:focus,
  .accordion__content .accordion__header h5 a:active {
    color: #454444;
  }
}

.accordion__content .accordion .collapse {
  margin-top: -40px;
  padding-top: 40px;
}

.accordion__content .accordion__content {
  padding: 15px 0;
}

.accordion__content .accordion__content a {
  color: #9ac847;
}

@media (min-width: 1200px) {
  .accordion__content .accordion__content a:hover,
  .accordion__content .accordion__content a:focus,
  .accordion__content .accordion__content a:active {
    color: black;
  }
}

/** @define contact-block */

.contact-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 250px;
  padding: 0;
  /* contact-block__thumbnail */
  /* contact-block__article */
}

.contact-block .tooltip-hangouts {
  position: relative;
  display: inline-block;
}

.contact-block .tooltip-hangouts .tooltiptext {
  visibility: hidden;
  background-color: #727275;
  color: #ffffff;
  text-align: center;
  padding: 5px 5px;
  font-size: 11px;
  bottom: -15px;
  font-weight: bold;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: -15px;
}

.contact-block .tooltip-hangouts:hover .tooltiptext {
  visibility: visible;
}

.contact-block__thumbnail {
  min-height: 300px;
}

.contact-block__article {
  /* contact-block__article__title */
  /* contact-block__article__content */
}

.contact-block__article__title {
  background-color: #9ac847;
  color: white;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.contact-block__article__content {
  background-color: #e7e7e7;
  padding: 10px;
  text-align: center;
}

.contact-block__article__content__staff-icons {
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-block__article__content__staff-icons .icon-container {
  margin: 0 auto;
}

.contact-block__article__content__staff-icons .skype-icon {
  color: #00aff0;
}

.contact-block__article__content__staff-icons .facetime-icon {
  color: #0EBE2C;
}

.contact-block__article__content__staff-icons .whatsapp-icon {
  color: #4FCE5D;
}

.contact-block__article__content__staff-icons .viber-icon {
  color: #59267c;
}

.contact-block__article__content__staff-icons a {
  width: 50px;
}

.contact-block__article__content p {
  margin-bottom: 0;
}

.contact-block__article__content a {
  color: #454444;
}

.contact-block__article__content a:hover,
.contact-block__article__content a:focus,
.contact-block__article__content a:active {
  color: #9ac847;
}

.table-sorter {
  background-color: #e7e7e7;
  margin-bottom: 15px !important;
}

.table-sorter td .sale-price {
  opacity: 0.5;
  text-decoration: line-through;
}

.table-sorter a {
  color: #4d4d4d;
  padding-right: 22px !important;
  padding-left: 10px;
}

.table-sorter a:hover {
  color: #4d4d4d;
}

.table-sorter tr.reserved {
  opacity: 0.4;
}

.table-sorter tr.reserved th,
.table-sorter tr.reserved td {
  background-color: white !important;
}

.table-sorter tr.reserved th.csok,
.table-sorter tr.reserved td.csok {
  background-color: #b0cbbb !important;
}

.table-sorter td.csok {
  background-color: #e1ead0 !important;
  text-align: center;
}

.table-sorter td.csok .map {
  max-width: 20px;
  padding: 0;
}

.table-sorter td.csok .trheed-icon {
  max-width: 35px;
  padding: 0;
}

.table-sorter td.csok img {
  -webkit-filter: drop-shadow(1px 1px 3px #222);
  filter: drop-shadow(1px 1px 3px #222);
}

.table-sorter th.fit,
.table-sorter td.fit {
  white-space: nowrap;
  width: 1%;
}

.table-sorter thead th a {
  color: white;
  display: block;
}

.table-sorter thead th a:hover,
.table-sorter thead th a:active {
  color: white;
}

.table-sorter thead > tr > th.sorting,
.table-sorter thead > tr > th.sorting_asc,
.table-sorter thead > tr > th.sorting_desc,
.table-sorter thead > tr > td.sorting,
.table-sorter thead > tr > td.sorting_asc,
.table-sorter thead > tr > td.sorting_desc {
  padding: 0 !important;
}

.table-sorter thead > tr > th:active,
.table-sorter thead > tr > td:active {
  outline: none;
}

.table-sorter thead .sorting,
.table-sorter thead .sorting_asc,
.table-sorter thead .sorting_desc,
.table-sorter thead .sorting_asc_disabled,
.table-sorter thead .sorting_desc_disabled {
  position: relative;
}

.table-sorter thead .sorting a:before,
.table-sorter thead .sorting a:after,
.table-sorter thead .sorting_asc a:before,
.table-sorter thead .sorting_asc a:after,
.table-sorter thead .sorting_desc a:before,
.table-sorter thead .sorting_desc a:after,
.table-sorter thead .sorting_asc_disabled a:before,
.table-sorter thead .sorting_asc_disabled a:after,
.table-sorter thead .sorting_desc_disabled a:before,
.table-sorter thead .sorting_desc_disabled a:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

.table-sorter thead .sorting a:before,
.table-sorter thead .sorting_asc a:before,
.table-sorter thead .sorting_desc a:before,
.table-sorter thead .sorting_asc_disabled a:before,
.table-sorter thead .sorting_desc_disabled a:before {
  right: 1em;
  content: "\2191";
}

.table-sorter thead .sorting a:after,
.table-sorter thead .sorting_asc a:after,
.table-sorter thead .sorting_desc a:after,
.table-sorter thead .sorting_asc_disabled a:after,
.table-sorter thead .sorting_desc_disabled a:after {
  right: 0.5em;
  content: "\2193";
}

.table-sorter thead .sorting_asc a:before,
.table-sorter thead .sorting_desc a:after {
  opacity: 1;
}

.table-sorter thead .sorting_asc_disabled a:before,
.table-sorter thead .sorting_desc_disabled a:after {
  opacity: 0;
}

.interactive-map {
  margin: 20px auto 30px;
  position: relative;
  width: 280px;
}

@media (max-width: 575px) {
  .interactive-map {
    margin-bottom: 10px;
  }
}

.interactive-map__marker {
  background-color: #9ac847;
  border-radius: 100%;
  display: block;
  height: 18px;
  width: 18px;
  z-index: 12;
}

.interactive-map__marker::before {
  -webkit-transform: scale(0.6);
  -khtml-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  content: '';
  height: 24px;
  left: -3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: -3px;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 24px;
}

.interactive-map__marker:hover::before {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  transform: scale(1);
}

[data-type=statusRadio1] .interactive-map__marker {
  background-color: #9ac847;
}

[data-type=statusRadio1] .interactive-map__marker::before {
  border-color: #9ac847;
}

[data-type=statusRadio2] .interactive-map__marker {
  background-color: #818181;
}

[data-type=statusRadio2] .interactive-map__marker::before {
  border-color: #818181;
}

[data-type=statusRadio3] .interactive-map__marker {
  background-color: #454444;
}

[data-type=statusRadio3] .interactive-map__marker::before {
  border-color: #454444;
}

.interactive-map ~ .radio-skin {
  -ms-flex-item-align: end;
      align-self: flex-end;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

@media (max-width: 575px) {
  .interactive-map ~ .radio-skin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.interactive-map ~ .radio-skin .form-radio-label {
  color: white;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.interactive-map ~ .radio-skin .form-radio-label[for=statusRadio1] {
  background: #9ac847;
}

.interactive-map ~ .radio-skin .form-radio-label[for=statusRadio2] {
  background: #818181;
  padding-right: 5px;
}

.interactive-map ~ .radio-skin .form-radio-label[for=statusRadio3] {
  background: #454444;
}

.interactive-map ~ .radio-skin .form-radio-label::before,
.interactive-map ~ .radio-skin .form-radio-label::after {
  margin-left: 6px;
  margin-top: 5px;
}

/*** Project layout ***/

/* header START */

/** @define header; weak */

.header {
  position: relative;
  z-index: 11;
  /* header__top */
  /* header__logo */
  /* header__contact */
  /* Languages flag */
  /* hamburger button */
  /* header__menu */
}

.header__top {
  background: white;
  min-height: 150px;
  width: 100%;
}

@media (min-width: 1200px) {
  .header__top {
    display: table;
  }
}

.header__logo {
  min-height: inherit;
  text-align: center;
}

@media (min-width: 1200px) {
  .header__logo {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
}

.header__logo a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 210px;
  padding: 30px 0;
}

.header__logo a img {
  height: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .header__logo a {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    will-change: transition;
    will-change: transform;
    padding: 15px 0;
  }
}

@media (min-width: 1200px) {
  .header__contact {
    margin-right: -520px;
    position: absolute;
    right: 50%;
    top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header__contact {
    left: 5%;
    position: absolute;
    top: 30px;
  }
}

@media (max-width: 767px) {
  .header__contact {
    background-color: #e7e7e7;
    padding: 10px 15px;
  }

  .header__contact__icons {
    height: 24px;
    padding-left: 50%;
  }
}

.header__contact__icons {
  /* stylelint-disable */
}

.header__contact__icons a {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 7px;
  -webkit-transition: none;
  transition: none;
  /* stylelint-enable */
}

.header__contact__icons a.facebook {
  background-image: url("/img/icons/header-icon-facebook.png");
}

.header__contact__icons a.google {
  background-image: url("/img/icons/header-icon-google.png");
}

.header__contact__icons a.instagram {
  background-image: url("/img/icons/header-icon-instagram.png");
}

.header__contact__icons a.linkedin {
  background-image: url("/img/icons/header-icon-linkedin.png");
}

.header__contact__icons a.youtube {
  background-image: url("/img/icons/header-icon-youtube.png");
}

.header__contact__icons a.rss {
  background-image: url("/img/icons/header-icon-rss.png");
}

.header__contact__icons a:hover {
  background-position: 0 -24px;
}

.header__contact__box p,
.header__contact__box a {
  color: #818181;
  font-weight: bold;
  margin-bottom: 0;
}

.header .contact-icons {
  position: absolute;
  left: 12px;
  top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .contact-icons__icon {
  height: 25px;
  width: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.header .contact-icons .icon--phone {
  background-image: url("/img/icons/icon-phone-call.png");
}

.header .contact-icons .icon--mail {
  background-image: url("/img/icons/icon-mail.png");
}

.header .contact-icons .icon:last-of-type {
  margin-bottom: 0;
}

.header .item.lang {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.header .item.lang:hover {
  background-position: 0 -24px;
}

@media (max-width: 767px) {
  .header .item.lang {
    position: absolute;
    right: 12px;
    top: 12px;
  }
}

.header .lang.hu {
  background-image: url("/img/icons/flag-en.png");
}

.header .lang.en {
  background-image: url("/img/icons/flag-hu.png");
}

.header .hamburger {
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 5%;
  top: 50%;
}

.header .hamburger.is-active .hamburger-inner,
.header .hamburger.is-active .hamburger-inner::before,
.header .hamburger.is-active .hamburger-inner::after {
  background-color: #9ac847;
}

@media (max-width: 767px) {
  .header .hamburger {
    bottom: -8px;
    left: 2%;
    position: absolute;
    right: inherit;
    top: inherit;
    -webkit-transform: none;
            transform: none;
  }
}

.header__menu {
  background-color: #e7e7e7;
  min-height: 52px;
  width: 100%;
}

.header__menu .icomoon-home {
  font-size: 18px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}

.header__menu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0 0 15px;
}

.header__menu ul ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header__menu ul a {
  display: block;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
}

.header__menu ul .submenu-toggler {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  float: left;
  margin-top: 4px;
  font-size: 20px;
  margin-right: 6px;
}

@media (min-width: 1200px) {
  .header__menu ul .submenu-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header__menu {
    display: block !important;
  }

  .header__menu > ul > li {
    position: relative;
    /* Submenu */
  }

  .header__menu > ul > li:hover > a {
    background-color: #9ac847;
    color: white;
    text-decoration: none;
  }

  .header__menu > ul > li:hover > .dropdown-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .header__menu > ul > li:last-child > .dropdown-menu {
    left: auto;
  }

  .header__menu > ul > li > a {
    color: #818181;
    text-transform: uppercase;
  }

  .header__menu > ul > li > a::before {
    display: none;
  }

  .header__menu > ul > li > a > span {
    display: block;
  }

  .header__menu > ul > li > a:hover,
  .header__menu > ul > li > a:focus,
  .header__menu > ul > li > a:active {
    background-color: #9ac847;
    color: white;
    text-decoration: none;
  }

  .header__menu > ul > li > .dropdown-menu {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #9ac847;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: auto;
    max-width: initial;
    min-width: 300px;
    z-index: -1;
  }

  .header__menu > ul > li > .dropdown-menu > li {
    position: relative;
    width: 100%;
  }

  .header__menu > ul > li > .dropdown-menu > li:first-child {
    margin-top: 1rem;
  }

  .header__menu > ul > li > .dropdown-menu > li:last-child {
    margin-bottom: 1rem;
  }

  .header__menu > ul > li > .dropdown-menu > li > a {
    color: white;
    line-height: 1.8;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    width: auto;
    min-width: 250px;
    max-width: initial;
  }

  .header__menu > ul > li > .dropdown-menu > li > a:hover,
  .header__menu > ul > li > .dropdown-menu > li > a:hover::before,
  .header__menu > ul > li > .dropdown-menu > li > a:focus,
  .header__menu > ul > li > .dropdown-menu > li > a:focus::before,
  .header__menu > ul > li > .dropdown-menu > li > a:active,
  .header__menu > ul > li > .dropdown-menu > li > a:active::before {
    color: #454444;
    text-decoration: none;
  }

  .header__menu > ul > li > .dropdown-menu > li:hover > .dropdown-menu {
    height: auto;
  }

  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu {
    z-index: 1;
  }

  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu li {
    margin: .25rem 0;
  }

  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu li:first-child {
    margin: 1rem 0 .25rem;
  }

  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu li:last-child:not(:first-child) {
    margin: .25rem 0 1rem;
  }

  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu li:last-child:first-child {
    margin: 1rem 0 1rem;
  }

  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu a {
    color: white;
    line-height: 1.3;
  }

  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu a:hover,
  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu a:hover::before,
  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu a:focus,
  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu a:focus::before,
  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu a:active,
  .header__menu > ul > li > .dropdown-menu > li > .dropdown-menu a:active::before {
    color: #454444;
    text-decoration: none;
  }

  .header__menu > ul > li.has-submenu:hover > ul {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
  }

  .header__menu > ul > li.has-submenu > ul {
    width: 100%;
    max-width: initial;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .header__menu > ul > li.has-submenu > ul li.has-submenu a {
    padding-left: 0;
  }

  .header__menu > ul > li.has-submenu > ul li.has-submenu:hover .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  .header__menu > ul > li.has-submenu > ul > li .dropdown-menu {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    pointer-events: none;
    background: #86af3d;
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    top: -16px;
  }
}

@media (max-width: 1199px) {
  .header__menu {
    background-color: #9ac847;
    max-width: 320px;
    min-height: 0;
    position: absolute;
    right: 5%;
    top: 100%;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .header__menu {
    left: 0;
    max-width: 100%;
    right: 0;
    width: 100%;
  }

  .header__menu > ul {
    padding-left: 4%;
  }
}

@media (max-width: 1199px) {
  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__menu ul li {
    width: 100%;
  }

  .header__menu ul li a {
    color: white;
    line-height: 40px;
  }

  .header__menu > ul > li {
    /* Submenu */
  }

  .header__menu > ul > li > a {
    padding-left: 0;
  }

  .header__menu > ul > li > a::before {
    display: none;
  }

  .header__menu > ul > li .dropdown-menu {
    max-height: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }

  .header__menu > ul > li .dropdown-menu.show {
    max-height: 400px;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header__menu > ul > li .dropdown-menu a::before {
    display: none;
  }

  .header__menu > ul > li.has-submenu.show .dropdown-menu .dropdown-menu {
    padding-left: 40px;
  }

  .header__menu > ul > li.has-submenu.show > .submenu-toggler {
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header__menu > ul > li.has-submenu.show .has-submenu.show > .submenu-toggler {
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/* header END */

/*** Project layout ***/

/* footer START */

/** @define footer; weak */

.footer {
  background-color: white;
  padding: 20px 0;
  /* TO THE TOP PAGE ARROW */
  /* MENU */
  /* BUTTOM */
}

.footer .top-of-page {
  text-align: right;
}

@media (max-width: 767px) {
  .footer .top-of-page {
    text-align: center;
  }
}

.footer .top-of-page a {
  background: url("/img/icons/top-of-page-button.png") no-repeat 0 0;
  display: inline-block;
  height: 40px;
  width: 40px;
}

.footer .top-of-page a:hover {
  background-position: 0 -40px;
}

.footer__menu {
  list-style-type: none;
  margin: 10px 0 0;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .footer__menu {
    text-align: center;
  }

  .footer__menu li {
    margin-bottom: 5px !important;
  }
}

.footer__menu .copyright {
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
}

.footer__menu .copyright::after {
  content: '|';
  float: right;
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .footer__menu .copyright {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }

  .footer__menu .copyright::after {
    display: none;
  }
}

.footer__menu li {
  display: inline-block;
  font-size: 12px;
  margin: 0 5px;
}

.footer__menu li a {
  color: #454444;
}

.footer__menu li a:hover,
.footer__menu li a:focus {
  text-decoration: none;
  color: #9ac847;
}

.footer__bottom p {
  font-size: 11px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .footer__bottom p {
    text-align: center;
  }
}

/* footer END */

/*** Project layout ***/

/* html + body START */

html,
body {
  /*
	// mobile
	@include media-breakpoint-down(sm) {
		height: 100%;
		overflow-y: scroll;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
*/
}

html *,
html *::before,
html *::after,
body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figure {
  margin-bottom: 0;
}

body {
  background: #f3f3f3;
}

/* html + body END */

/* main START */

.main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

/* main END */

.arrow-decoration::before,
.texts ul.styled-green-list li a::before,
.header__menu ul a::before,
.header__menu ul .submenu-toggler::before,
.introduction__footer a::before,
.link_to_news a::before {
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  content: "\E904";
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.arrow-decoration--white::before,
.header__menu ul a::before,
.header__menu ul .submenu-toggler::before {
  color: white;
}

.arrow-decoration--green::before,
.texts ul.styled-green-list li a::before {
  color: #9ac847;
}

/* contents START */

.contents {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .contents {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .contents > .container {
    padding: 0 !important;
    width: 100% !important;
  }
}

/* content START */

.content {
  background: #fff;
  border-bottom: 1px solid #9ac847;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

.content .page-title {
  background-color: #9ac847;
  padding: 30px;
}

.content .page-title > * {
  color: white;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

.content__inner {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content__inner img {
  height: auto;
  max-width: 100%;
  padding: 0 10px 10px 10px;
}

.content__inner figcaption {
  padding: 0 10px 10px;
  text-align: center;
}

.content__inner .bg-image img {
  height: 100%;
  max-width: none;
  padding: 0;
}

/* content END */

/* sidebar START */

.sidebar .radio-instruction .pull-md-12 {
  right: 0;
}

@media (max-width: 575px) {
  .sidebar .interactive-map {
    margin: 0 auto 64px;
  }
}

.sidebar .sidebar-box {
  padding: 20px;
}

.sidebar .sidebar-box p {
  font-size: 13px;
  text-align: justify;
}

.sidebar .sidebar-box a {
  color: #9ac847;
}

.sidebar .sidebar-box--first::before {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 32px;
  width: 0;
}

.sidebar .sidebar-box--type-1 {
  background-color: white;
  border-top: 5px solid #9ac847;
}

.sidebar .sidebar-box--type-1 h2,
.sidebar .sidebar-box--type-1 h4 {
  color: #9ac847;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 26px;
}

.sidebar .sidebar-box--type-2 {
  background-color: rgba(154, 200, 71, 0.2);
  border-top: 5px solid #d5d1d1;
}

.sidebar .sidebar-box--type-2 h4 {
  color: #9ac847;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 26px;
}

.sidebar .sidebar-box--type-2 h2 {
  font-size: 18px;
  color: #454444;
}

.sidebar .sidebar-box .label-container .label {
  font-size: 11px;
}

/* sidebar END */

/* contents END */

/* blocks START */

.box-container {
  background: #f3f3f3;
  padding: 20px 10px;
}

.related-container {
  padding: 20px 20px 10px;
}

.text-arrow-decoration {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.text-arrow-decoration::before {
  background-color: #bfbfbf;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.text-arrow-decoration::after {
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -22px;
  color: #bfbfbf;
  content: "\E904";
  display: block;
  font-size: 44px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 44px;
}

.home-finder-actions {
  float: right;
}

.home-finder-actions > a {
  display: inline-block;
  margin-right: 5px;
}

.home-finder-actions > a span {
  color: white;
  font-size: 28px;
}

@media (max-width: 767px) {
  .home-finder-actions {
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.marquee {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee span {
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
  display: inline-block;
  padding-left: 100%;
}

.marquee span:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.popup-dialog {
  max-width: 600px;
}

.popup-body {
  padding: 0px;
}

.popup-body .close {
  position: absolute;
  right: 0;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

.popup-body button {
  background-color: transparent;
  border: none;
}

/* blocks END */

.charger {
  position: absolute;
  color: white;
}

.charger svg {
  width: 10px !important;
}

/*** Project index page ***/

/* welcome START */

.welcome {
  min-height: 500px;
  position: relative;
  width: 100%;
  /* welcome__search block */
  /* welcome slider */
}

.welcome__search {
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(235, 235, 235, 0.9);
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(100% - 30px);
  z-index: 10;
  /* welcome__search__form */
  /* interactive map instruction */
}

@media (max-width: 767px) {
  .welcome__search {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    top: inherit;
    width: 100%;
  }
}

.welcome__search__form {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .welcome__search__form {
    padding-bottom: 30px;
  }
}

.welcome__search__form h3 {
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 26px;
  margin-bottom: 30px;
}

.welcome__search__map h4 {
  display: none;
}

.welcome__search__map .interactive-map {
  padding-bottom: 50px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .welcome__search .radio-instruction {
    bottom: 0;
    left: 15px;
    position: absolute;
  }
}

.welcome__search .radio-instruction .col-12 {
  width: 365px;
}

.welcome__search .radio-instruction p {
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: right;
}

@media (min-width: 576px) and (max-width: 767px) {
  .welcome__search .radio-instruction p {
    font-size: 14px;
    margin-bottom: 34px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .welcome__search .radio-instruction p {
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 76px;
    text-align: center;
  }
}

.welcome .owl-carousel .bg-image {
  min-height: 500px;
}

.welcome .owl-carousel .owl-dots {
  display: none;
}

.welcome .owl-carousel .owl-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.welcome .owl-carousel .owl-nav .owl-prev,
.welcome .owl-carousel .owl-nav .owl-next {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 17%;
  pointer-events: all;
  position: relative;
  outline-width: 0;
}

.welcome .owl-carousel .owl-nav .owl-prev span,
.welcome .owl-carousel .owl-nav .owl-next span {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  color: white;
  font-size: 45px;
  opacity: 0.8;
}

.welcome .owl-carousel .owl-nav .owl-prev {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.welcome .owl-carousel .owl-nav .owl-prev span {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.welcome .owl-carousel .owl-nav .owl-prev::before {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.welcome .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}

.welcome .owl-carousel .owl-nav .owl-prev:hover::before {
  opacity: 1;
}

.welcome .owl-carousel .owl-nav .owl-next {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.welcome .owl-carousel .owl-nav .owl-next::before {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.welcome .owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}

.welcome .owl-carousel .owl-nav .owl-next:hover::before {
  opacity: 1;
}

/* welcome END */

/* introduction START */

.introduction {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #fff;
  /* introduction title */
  /* introduction__item */
  /* introduction__footer */
}

.introduction h1 {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .introduction h1 {
    font-size: 26px;
  }
}

.introduction h1 .introduction-decor {
  color: black;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
}

.introduction h1 .introduction-decor > span {
  color: #9ac847;
}

.introduction__item {
  background: #9ac847 no-repeat 0 0;
  border-radius: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 220px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 20px;
  padding: 25px 10px 20px 10px;
  text-align: center;
  width: 220px;
  /* introduction__item content */
  /* introduction__item button */
  /* introduction__item--type-1 */
  /* introduction__item--type-2 */
  /* introduction__item--type-3 */
  /* introduction__item--type-4 */
}

.introduction__item h6 {
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 3px;
  padding-top: 26px;
}

.introduction__item h6 .number {
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.2em;
}

.introduction__item .introduction-btn {
  background: rgba(154, 200, 71, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  color: white;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  text-align: center;
}

.introduction__item .introduction-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #9ac847;
}

.introduction__item--type-1 {
  background-image: url("/img/base/metrodom-intro-1-bg.png");
}

.introduction__item--type-1 h6 {
  padding-top: 0;
}

.introduction__item--type-1 h6 .number {
  display: block;
  font-size: 40px;
  line-height: 1;
}

.introduction__item--type-2 {
  background-image: url("/img/base/metrodom-intro-2-bg.png");
}

.introduction__item--type-3 {
  background-image: url("/img/base/metrodom-intro-3-bg.png");
}

.introduction__item--type-4 {
  background-image: url("/img/base/metrodom-intro-4-bg.png");
}

.introduction__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.introduction__footer a {
  color: #9ac847;
  display: inline-block;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-top: 40px;
  padding-right: 30px;
  position: relative;
}

.introduction__footer a::before {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  color: #9ac847;
  position: absolute;
  right: 0;
  top: 0;
}

.introduction__footer a:hover {
  color: #454444;
}

.introduction__footer a:hover::before {
  color: #454444;
}

@media (max-width: 767px) {
  .introduction__footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .introduction__footer a {
    font-size: 21px;
    text-align: center;
    width: auto;
  }

  .introduction__footer a::before {
    top: -1px;
  }
}

/* introduction END */

/* offers START */

.offers {
  background-color: #e3e3e3;
  /* offers__title */
  /* offers__content */
}

.offers__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9ac847;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
}

.offers__title h2 {
  color: white;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin: 0;
}

.offers__content {
  padding-bottom: 40px;
  padding-top: 40px;
  /* offers slider */
}

.offers__content .owl-carousel .building {
  margin: 0;
}

.offers__content .owl-carousel .building__article__description {
  background-color: white;
}

.offers__content .owl-carousel .owl-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9ac847;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: -100px;
  margin-top: -20px;
  position: absolute;
  right: -100px;
  top: 50%;
}

@media (max-width: 1370px) {
  .offers__content .owl-carousel .owl-nav {
    left: -46px;
    right: -46px;
  }
}

.offers__content .owl-carousel .owl-nav .owl-prev span,
.offers__content .owl-carousel .owl-nav .owl-next span {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  opacity: 0.7;
}

.offers__content .owl-carousel .owl-nav .owl-prev:hover span,
.offers__content .owl-carousel .owl-nav .owl-next:hover span {
  opacity: 1;
}

.offers__content .owl-carousel .owl-nav .owl-prev span {
  display: block;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 575px) {
  .offers__content .owl-carousel {
    width: 280px;
  }

  .offers__content .owl-carousel .owl-nav {
    left: 0;
    margin-top: -90px;
    right: 0;
  }

  .offers__content .owl-carousel .owl-nav span {
    background-color: white;
    display: inline-table !important;
    height: 20px;
    opacity: 1;
    padding: 7px;
    width: 20px;
  }
}

/* offers END */

/* empharsized START */

.empharsized {
  min-height: 500px;
  position: relative;
  /* empharsized layout */
  /* empharsized title */
  /* empharsized thumbnail */
  /* empharsized news */
}

.empharsized > .container {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .empharsized::before,
  .empharsized::after {
    border-style: solid;
    border-width: 5px 0 0;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1;
  }

  .empharsized::before {
    background-color: #fff;
    border-color: #d5d1d1;
    left: 0;
  }

  .empharsized::after {
    background-color: #e3e3e3;
    border-color: #c9c6c6;
    right: 0;
  }
}

@media (max-width: 991px) {
  .empharsized {
    background-color: #ddd;
    border-top: 5px solid #c9c6c6;
  }

  .empharsized__block-left {
    margin-bottom: 40px;
  }
}

.empharsized__title {
  color: #9ac847;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.empharsized__thumbnail {
  height: 100%;
  min-height: 200px;
}

.empharsized__news {
  border: none;
  width: 100%;
  /* empharsized news date */
  /* empharsized news with thumbnail */
}

.empharsized__news h3 {
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.empharsized__news h3 a:hover {
  color: #454444;
}

@media (max-width: 575px) {
  .empharsized__news p {
    text-align: justify;
  }
}

.empharsized__news .date {
  color: #818181;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

@media (min-width: 992px) {
  .empharsized__news .date {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .empharsized__news .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.empharsized__news--type-thumbnail {
  margin-bottom: 0;
}

.empharsized__news--type-thumbnail h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1199px) {
  .empharsized__news--type-thumbnail h3 {
    margin-top: 20px;
  }
}

.empharsized__news--type-thumbnail .date {
  padding-left: 0;
}

.empharsized__news--type-thumbnail .label-container {
  margin-bottom: -6px;
}

/* empharsized news END */

/* features START */

.features {
  min-height: 500px;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  /* features layout */
  /* features__title */
  /* features__list */
}

@media (min-width: 992px) {
  .features::before,
  .features::after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1;
  }

  .features::before {
    background: #dae5bd;
    border-top: 5px solid #9ac847;
    left: 0;
  }

  .features::after {
    background: #ebebeb;
    border-top: 5px solid #e6e4e4;
    right: 0;
  }
}

@media (max-width: 991px) {
  .features {
    border-top: 5px solid #aac5b6;
  }
}

@media (max-width: 1199px) {
  .features__left {
    margin-bottom: 30px;
  }
}

.features__title {
  color: #4d4d4d;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.features__list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.features__list li {
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 55px;
  margin-bottom: 15px;
}

.features__list li a {
  color: #4d4d4d;
}

.features__list li a:hover {
  color: #454444;
}

.features__list li img {
  margin-right: 15px;
}

.features--type-2::after {
  background: url("/img/box-04-bg.jpg") no-repeat left bottom;
}

@media (min-width: 992px) {
  .features--type-2 .features__right {
    padding-left: 280px;
  }
}

.features--type-2 .features__right__contacts {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
}

.features--type-2 .features__right__contacts h3 {
  color: #9ac847;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.features--type-2 .features__right__contacts p {
  font-size: 16px;
  margin-bottom: 30px;
}

/* features END */

/* banner buttons*/

.banner-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.banner-buttons-container div {
  width: 33%;
  height: auto;
  position: absolute;
  display: block;
  min-height: 200px;
}

.banner-buttons-container div a {
  width: 100%;
  min-height: 200px;
  display: block;
}

/* contact START */

.contact {
  padding-bottom: 40px;
  padding-top: 40px;
}

.contact__title h2 {
  color: #9ac847;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}

.contact__box {
  background: #e8e8e8;
  -webkit-box-shadow: 0 2px 5px #888;
          box-shadow: 0 2px 5px #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 14px;
  padding: 25px 10px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact__box img {
  margin-left: auto;
  margin-right: auto;
  max-width: 85px;
}

.contact__box__title {
  color: #9ac847;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin: 0;
  text-align: center;
}

.contact__box__text {
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.contact__box__more {
  background-color: #9ac847;
  border-radius: 5px;
  color: white !important;
  display: inline-table;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif !important;
  margin: 10px auto;
  padding: 2px 18px;
  text-decoration: none;
}

/* contact END */

.link_to_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.link_to_news a {
  color: #9ac847;
  display: inline-block;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-top: 40px;
  padding-right: 30px;
  position: relative;
}

.link_to_news a::before {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transition;
  color: #9ac847;
  position: absolute;
  right: 0;
  top: 0;
}

.link_to_news a:hover {
  color: #454444;
}

.link_to_news a:hover::before {
  color: #454444;
}

@media (max-width: 767px) {
  .link_to_news {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .link_to_news a {
    font-size: 21px;
    text-align: center;
    width: auto;
  }

  .link_to_news a::before {
    top: -1px;
  }
}

/*** Project subpages ***/

/* news START */

.news-container .pagination-wrapper {
  margin-top: 20px;
  width: 100%;
}

/* news END */

/* news START */

.news-container .pagination-wrapper {
  margin-top: 20px;
  width: 100%;
}

/* news END */

.job-offer {
  padding: 10px;
  font-size: 12px;
}

.job-offer__title {
  color: #9ac847 !important;
}

/*** Project print ***/

/* print START */

/* print END */

.booking-forms {
  background: #fff;
}

.booking-forms .step {
  display: none;
}

.booking-forms .step.is-visible {
  display: block;
}

.booking-forms legend.day {
  font-size: 1.3rem;
}

.booking-forms .btn {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (max-width: 767px) {
  .booking-forms .home-name {
    display: block;
  }
}

@media (max-width: 767px) {
  .booking-forms .form-group {
    padding-left: 10px;
  }

  .booking-forms .form-group.day-selector {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .booking-forms .info {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .booking-forms .form-check {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .booking-forms .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.booking-forms input[type=radio],
.booking-forms input[type=checkbox] {
  display: none;
}

.booking-forms input[type=radio] + label .radio-outer {
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 1px solid #9ac847;
  border-radius: 50%;
}

.booking-forms input[type=radio]:checked + label .radio-inner {
  width: 7px;
  height: 7px;
  background: #9ac847;
  border-radius: 50%;
  margin: 2px auto;
}

.booking-forms input[type=checkbox] + label .checkbox-outer {
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 1px solid #9ac847;
  border-radius: 2.5px;
  position: absolute;
  right: 25%;
}

.booking-forms input[type=checkbox]:checked + label .checkbox-inner {
  width: 7px;
  height: 7px;
  background: #9ac847;
  margin: 2px auto;
}

.booking-forms input.form-control {
  border-width: 1px;
  border-radius: 5px;
}

.booking-forms .privacy-policy input[type=checkbox] + label .checkbox-outer {
  position: unset;
}

.booking-forms .has-error {
  display: none;
}

.booking-forms .costum-radio-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}

.booking-forms .label-time-wrapper {
  width: 40px;
  display: inline-block;
}

.booking-forms .label-information {
  position: absolute;
  margin-left: 5px;
  border: 1px solid #9ac847;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #9ac847;
  z-index: 2;
  cursor: pointer;
}

.booking-forms .label-info-box {
  display: none;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  background: #fff;
  padding: 20px;
  border: 1px solid #9ac847;
  bottom: 100%;
}

.booking-forms .label-information:hover + .label-info-box {
  display: block;
}

.search-content .open-content {
  color: #9ac847;
  text-decoration: underline;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.search-content .open-content:after {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "\E904";
  position: absolute;
  left: calc(100% + 10px);
  top: calc(50% - 7px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-content.is-open .open-content:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.costum-select {
  position: relative;
}

.costum-select-value {
  width: 100%;
}

.costum-select-value .form-control {
  width: 100%;
  cursor: pointer !important;
  background-color: white;
  border: 0 solid darkgray;
  color: gray;
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px 15px;
}

.costum-select-value .form-control:after {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "\E904";
  position: absolute;
  right: 28px;
  top: calc(50% - 7px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.costum-select-value .form-control.is-open:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.costum-select-options {
  position: absolute;
  top: 110%;
  background: white;
  z-index: 1;
  width: calc(100% - 30px);
  -webkit-box-shadow: 0 0 6px 0 grey;
          box-shadow: 0 0 6px 0 grey;
}

.costum-select-options .form-check {
  display: block;
}

.costum-select-option {
  cursor: pointer;
}

.costum-select-option:hover {
  background-color: #f3f3f3;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nowrap {
  white-space: nowrap;
}

/* Import project elements END */

.breadcrumb {
  background-color: #eceeef;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0;
}

.breadcrumb::after {
  clear: both;
  content: "";
  display: block;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #636c72;
  content: "/";
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}


/*# sourceMappingURL=app.css.map*/