﻿@font-face {
  font-family: 'DinNext';
  src: url("../fonts/DinNextRegular.eot");
  src: local("?"), url("../fonts/DinNextRegular.woff") format("woff"), url("../fonts/DinNextRegular.ttf") format("truetype"), url("../fonts/DinNextRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DinNext';
  src: url("../fonts/DinNextMedium.eot");
  src: local("?"), url("../fonts/DinNextMedium.woff") format("woff"), url("../fonts/DinNextMedium.ttf") format("truetype"), url("../fonts/DinNextMedium.svg") format("svg");
  font-weight: 500;
  font-style: 500;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #006c68;
  --secondary: #c49a6c;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-wd: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-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, .GridFooterMain {
    border-collapse: collapse !important;
  }
  .table td, .GridFooterMain td,
  .table th,
  .GridFooterMain th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 13px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 3840px) {
  html {
    font-size: 20px;
  }
}

::selection {
  background: #727272;
  color: #fff;
}

:-moz-placeholder,
.form-control::-moz-placeholder,
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #868e96;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "DinNext", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
}

@supports (text-align: start) {
  body {
    text-align: start;
  }
}

@supports not (text-align: start) {
  body {
    text-align: right;
  }
}

:focus {
  outline: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inherit;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    word-break: break-all;
    white-space: normal;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #006c68;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #00201e;
  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,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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 {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --space-auto: auto;
  --space-none: 0;
  --space-xs: 0.25rem;
  --space-s: 0.5rem;
  --space-base: 1rem;
  --space-base-xs: 1.125rem;
  --space-base-s: 1.25rem;
  --space-m: 1.5rem;
  --space-l: 2rem;
  --space-xl: 2.5rem;
  --space-xxl: 3rem;
  --space-xxxl: 5rem;
}

.margin-auto {
  margin: var(--space-auto) !important;
}

.padding-auto {
  padding: var(--space-auto) !important;
}

.margin-top-auto {
  margin-top: var(--space-auto) !important;
}

.padding-top-auto {
  padding-top: var(--space-auto) !important;
}

.margin-bottom-auto {
  margin-bottom: var(--space-auto) !important;
}

.padding-bottom-auto {
  padding-bottom: var(--space-auto) !important;
}

.margin-start-auto {
  margin-inline-start: var(--space-auto) !important;
}

.padding-start-auto {
  padding-inline-start: var(--space-auto) !important;
}

.margin-end-auto {
  margin-inline-end: var(--space-auto) !important;
}

.padding-end-auto {
  padding-inline-end: var(--space-auto) !important;
}

.margin-right-auto {
  margin-right: var(--space-auto) !important;
}

.padding-right-auto {
  padding-right: var(--space-auto) !important;
}

.margin-left-auto {
  margin-left: var(--space-auto) !important;
}

.padding-left-auto {
  padding-left: var(--space-auto) !important;
}

.margin-y-auto {
  margin-top: var(--space-auto) !important;
  margin-bottom: var(--space-auto) !important;
}

.padding-y-auto {
  padding-top: var(--space-auto) !important;
  padding-bottom: var(--space-auto) !important;
}

.margin-x-auto {
  margin-left: var(--space-auto) !important;
  margin-right: var(--space-auto) !important;
}

.padding-x-auto {
  padding-left: var(--space-auto) !important;
  padding-right: var(--space-auto) !important;
}

.margin-none {
  margin: var(--space-none) !important;
}

.padding-none {
  padding: var(--space-none) !important;
}

.margin-top-none {
  margin-top: var(--space-none) !important;
}

.padding-top-none {
  padding-top: var(--space-none) !important;
}

.margin-bottom-none {
  margin-bottom: var(--space-none) !important;
}

.padding-bottom-none {
  padding-bottom: var(--space-none) !important;
}

.margin-start-none {
  margin-inline-start: var(--space-none) !important;
}

.padding-start-none {
  padding-inline-start: var(--space-none) !important;
}

.margin-end-none {
  margin-inline-end: var(--space-none) !important;
}

.padding-end-none {
  padding-inline-end: var(--space-none) !important;
}

.margin-right-none {
  margin-right: var(--space-none) !important;
}

.padding-right-none {
  padding-right: var(--space-none) !important;
}

.margin-left-none {
  margin-left: var(--space-none) !important;
}

.padding-left-none {
  padding-left: var(--space-none) !important;
}

.margin-y-none {
  margin-top: var(--space-none) !important;
  margin-bottom: var(--space-none) !important;
}

.padding-y-none {
  padding-top: var(--space-none) !important;
  padding-bottom: var(--space-none) !important;
}

.margin-x-none {
  margin-left: var(--space-none) !important;
  margin-right: var(--space-none) !important;
}

.padding-x-none {
  padding-left: var(--space-none) !important;
  padding-right: var(--space-none) !important;
}

.margin-xs {
  margin: var(--space-xs) !important;
}

.padding-xs {
  padding: var(--space-xs) !important;
}

.margin-top-xs {
  margin-top: var(--space-xs) !important;
}

.padding-top-xs {
  padding-top: var(--space-xs) !important;
}

.margin-bottom-xs {
  margin-bottom: var(--space-xs) !important;
}

.padding-bottom-xs {
  padding-bottom: var(--space-xs) !important;
}

.margin-start-xs {
  margin-inline-start: var(--space-xs) !important;
}

.padding-start-xs {
  padding-inline-start: var(--space-xs) !important;
}

.margin-end-xs {
  margin-inline-end: var(--space-xs) !important;
}

.padding-end-xs {
  padding-inline-end: var(--space-xs) !important;
}

.margin-right-xs {
  margin-right: var(--space-xs) !important;
}

.padding-right-xs {
  padding-right: var(--space-xs) !important;
}

.margin-left-xs {
  margin-left: var(--space-xs) !important;
}

.padding-left-xs {
  padding-left: var(--space-xs) !important;
}

.margin-y-xs {
  margin-top: var(--space-xs) !important;
  margin-bottom: var(--space-xs) !important;
}

.padding-y-xs {
  padding-top: var(--space-xs) !important;
  padding-bottom: var(--space-xs) !important;
}

.margin-x-xs {
  margin-left: var(--space-xs) !important;
  margin-right: var(--space-xs) !important;
}

.padding-x-xs {
  padding-left: var(--space-xs) !important;
  padding-right: var(--space-xs) !important;
}

.margin-s {
  margin: var(--space-s) !important;
}

.padding-s {
  padding: var(--space-s) !important;
}

.margin-top-s {
  margin-top: var(--space-s) !important;
}

.padding-top-s {
  padding-top: var(--space-s) !important;
}

.margin-bottom-s {
  margin-bottom: var(--space-s) !important;
}

.padding-bottom-s {
  padding-bottom: var(--space-s) !important;
}

.margin-start-s {
  margin-inline-start: var(--space-s) !important;
}

.padding-start-s {
  padding-inline-start: var(--space-s) !important;
}

.margin-end-s {
  margin-inline-end: var(--space-s) !important;
}

.padding-end-s {
  padding-inline-end: var(--space-s) !important;
}

.margin-right-s {
  margin-right: var(--space-s) !important;
}

.padding-right-s {
  padding-right: var(--space-s) !important;
}

.margin-left-s {
  margin-left: var(--space-s) !important;
}

.padding-left-s {
  padding-left: var(--space-s) !important;
}

.margin-y-s {
  margin-top: var(--space-s) !important;
  margin-bottom: var(--space-s) !important;
}

.padding-y-s {
  padding-top: var(--space-s) !important;
  padding-bottom: var(--space-s) !important;
}

.margin-x-s {
  margin-left: var(--space-s) !important;
  margin-right: var(--space-s) !important;
}

.padding-x-s {
  padding-left: var(--space-s) !important;
  padding-right: var(--space-s) !important;
}

.margin-base {
  margin: var(--space-base) !important;
}

.padding-base {
  padding: var(--space-base) !important;
}

.margin-top-base {
  margin-top: var(--space-base) !important;
}

.padding-top-base {
  padding-top: var(--space-base) !important;
}

.margin-bottom-base {
  margin-bottom: var(--space-base) !important;
}

.padding-bottom-base {
  padding-bottom: var(--space-base) !important;
}

.margin-start-base {
  margin-inline-start: var(--space-base) !important;
}

.padding-start-base {
  padding-inline-start: var(--space-base) !important;
}

.margin-end-base {
  margin-inline-end: var(--space-base) !important;
}

.padding-end-base {
  padding-inline-end: var(--space-base) !important;
}

.margin-right-base {
  margin-right: var(--space-base) !important;
}

.padding-right-base {
  padding-right: var(--space-base) !important;
}

.margin-left-base {
  margin-left: var(--space-base) !important;
}

.padding-left-base {
  padding-left: var(--space-base) !important;
}

.margin-y-base {
  margin-top: var(--space-base) !important;
  margin-bottom: var(--space-base) !important;
}

.padding-y-base {
  padding-top: var(--space-base) !important;
  padding-bottom: var(--space-base) !important;
}

.margin-x-base {
  margin-left: var(--space-base) !important;
  margin-right: var(--space-base) !important;
}

.padding-x-base {
  padding-left: var(--space-base) !important;
  padding-right: var(--space-base) !important;
}

.margin-base-xs {
  margin: var(--space-base-xs) !important;
}

.padding-base-xs {
  padding: var(--space-base-xs) !important;
}

.margin-top-base-xs {
  margin-top: var(--space-base-xs) !important;
}

.padding-top-base-xs {
  padding-top: var(--space-base-xs) !important;
}

.margin-bottom-base-xs {
  margin-bottom: var(--space-base-xs) !important;
}

.padding-bottom-base-xs {
  padding-bottom: var(--space-base-xs) !important;
}

.margin-start-base-xs {
  margin-inline-start: var(--space-base-xs) !important;
}

.padding-start-base-xs {
  padding-inline-start: var(--space-base-xs) !important;
}

.margin-end-base-xs {
  margin-inline-end: var(--space-base-xs) !important;
}

.padding-end-base-xs {
  padding-inline-end: var(--space-base-xs) !important;
}

.margin-right-base-xs {
  margin-right: var(--space-base-xs) !important;
}

.padding-right-base-xs {
  padding-right: var(--space-base-xs) !important;
}

.margin-left-base-xs {
  margin-left: var(--space-base-xs) !important;
}

.padding-left-base-xs {
  padding-left: var(--space-base-xs) !important;
}

.margin-y-base-xs {
  margin-top: var(--space-base-xs) !important;
  margin-bottom: var(--space-base-xs) !important;
}

.padding-y-base-xs {
  padding-top: var(--space-base-xs) !important;
  padding-bottom: var(--space-base-xs) !important;
}

.margin-x-base-xs {
  margin-left: var(--space-base-xs) !important;
  margin-right: var(--space-base-xs) !important;
}

.padding-x-base-xs {
  padding-left: var(--space-base-xs) !important;
  padding-right: var(--space-base-xs) !important;
}

.margin-base-s {
  margin: var(--space-base-s) !important;
}

.padding-base-s {
  padding: var(--space-base-s) !important;
}

.margin-top-base-s {
  margin-top: var(--space-base-s) !important;
}

.padding-top-base-s {
  padding-top: var(--space-base-s) !important;
}

.margin-bottom-base-s {
  margin-bottom: var(--space-base-s) !important;
}

.padding-bottom-base-s {
  padding-bottom: var(--space-base-s) !important;
}

.margin-start-base-s {
  margin-inline-start: var(--space-base-s) !important;
}

.padding-start-base-s {
  padding-inline-start: var(--space-base-s) !important;
}

.margin-end-base-s {
  margin-inline-end: var(--space-base-s) !important;
}

.padding-end-base-s {
  padding-inline-end: var(--space-base-s) !important;
}

.margin-right-base-s {
  margin-right: var(--space-base-s) !important;
}

.padding-right-base-s {
  padding-right: var(--space-base-s) !important;
}

.margin-left-base-s {
  margin-left: var(--space-base-s) !important;
}

.padding-left-base-s {
  padding-left: var(--space-base-s) !important;
}

.margin-y-base-s {
  margin-top: var(--space-base-s) !important;
  margin-bottom: var(--space-base-s) !important;
}

.padding-y-base-s {
  padding-top: var(--space-base-s) !important;
  padding-bottom: var(--space-base-s) !important;
}

.margin-x-base-s {
  margin-left: var(--space-base-s) !important;
  margin-right: var(--space-base-s) !important;
}

.padding-x-base-s {
  padding-left: var(--space-base-s) !important;
  padding-right: var(--space-base-s) !important;
}

.margin-m {
  margin: var(--space-m) !important;
}

.padding-m {
  padding: var(--space-m) !important;
}

.margin-top-m {
  margin-top: var(--space-m) !important;
}

.padding-top-m {
  padding-top: var(--space-m) !important;
}

.margin-bottom-m {
  margin-bottom: var(--space-m) !important;
}

.padding-bottom-m {
  padding-bottom: var(--space-m) !important;
}

.margin-start-m {
  margin-inline-start: var(--space-m) !important;
}

.padding-start-m {
  padding-inline-start: var(--space-m) !important;
}

.margin-end-m {
  margin-inline-end: var(--space-m) !important;
}

.padding-end-m {
  padding-inline-end: var(--space-m) !important;
}

.margin-right-m {
  margin-right: var(--space-m) !important;
}

.padding-right-m {
  padding-right: var(--space-m) !important;
}

.margin-left-m {
  margin-left: var(--space-m) !important;
}

.padding-left-m {
  padding-left: var(--space-m) !important;
}

.margin-y-m {
  margin-top: var(--space-m) !important;
  margin-bottom: var(--space-m) !important;
}

.padding-y-m {
  padding-top: var(--space-m) !important;
  padding-bottom: var(--space-m) !important;
}

.margin-x-m {
  margin-left: var(--space-m) !important;
  margin-right: var(--space-m) !important;
}

.padding-x-m {
  padding-left: var(--space-m) !important;
  padding-right: var(--space-m) !important;
}

.margin-l {
  margin: var(--space-l) !important;
}

.padding-l {
  padding: var(--space-l) !important;
}

.margin-top-l {
  margin-top: var(--space-l) !important;
}

.padding-top-l {
  padding-top: var(--space-l) !important;
}

.margin-bottom-l {
  margin-bottom: var(--space-l) !important;
}

.padding-bottom-l {
  padding-bottom: var(--space-l) !important;
}

.margin-start-l {
  margin-inline-start: var(--space-l) !important;
}

.padding-start-l {
  padding-inline-start: var(--space-l) !important;
}

.margin-end-l {
  margin-inline-end: var(--space-l) !important;
}

.padding-end-l {
  padding-inline-end: var(--space-l) !important;
}

.margin-right-l {
  margin-right: var(--space-l) !important;
}

.padding-right-l {
  padding-right: var(--space-l) !important;
}

.margin-left-l {
  margin-left: var(--space-l) !important;
}

.padding-left-l {
  padding-left: var(--space-l) !important;
}

.margin-y-l {
  margin-top: var(--space-l) !important;
  margin-bottom: var(--space-l) !important;
}

.padding-y-l {
  padding-top: var(--space-l) !important;
  padding-bottom: var(--space-l) !important;
}

.margin-x-l {
  margin-left: var(--space-l) !important;
  margin-right: var(--space-l) !important;
}

.padding-x-l {
  padding-left: var(--space-l) !important;
  padding-right: var(--space-l) !important;
}

.margin-xl {
  margin: var(--space-xl) !important;
}

.padding-xl {
  padding: var(--space-xl) !important;
}

.margin-top-xl {
  margin-top: var(--space-xl) !important;
}

.padding-top-xl {
  padding-top: var(--space-xl) !important;
}

.margin-bottom-xl {
  margin-bottom: var(--space-xl) !important;
}

.padding-bottom-xl {
  padding-bottom: var(--space-xl) !important;
}

.margin-start-xl {
  margin-inline-start: var(--space-xl) !important;
}

.padding-start-xl {
  padding-inline-start: var(--space-xl) !important;
}

.margin-end-xl {
  margin-inline-end: var(--space-xl) !important;
}

.padding-end-xl {
  padding-inline-end: var(--space-xl) !important;
}

.margin-right-xl {
  margin-right: var(--space-xl) !important;
}

.padding-right-xl {
  padding-right: var(--space-xl) !important;
}

.margin-left-xl {
  margin-left: var(--space-xl) !important;
}

.padding-left-xl {
  padding-left: var(--space-xl) !important;
}

.margin-y-xl {
  margin-top: var(--space-xl) !important;
  margin-bottom: var(--space-xl) !important;
}

.padding-y-xl {
  padding-top: var(--space-xl) !important;
  padding-bottom: var(--space-xl) !important;
}

.margin-x-xl {
  margin-left: var(--space-xl) !important;
  margin-right: var(--space-xl) !important;
}

.padding-x-xl {
  padding-left: var(--space-xl) !important;
  padding-right: var(--space-xl) !important;
}

.margin-xxl {
  margin: var(--space-xxl) !important;
}

.padding-xxl {
  padding: var(--space-xxl) !important;
}

.margin-top-xxl {
  margin-top: var(--space-xxl) !important;
}

.padding-top-xxl {
  padding-top: var(--space-xxl) !important;
}

.margin-bottom-xxl {
  margin-bottom: var(--space-xxl) !important;
}

.padding-bottom-xxl {
  padding-bottom: var(--space-xxl) !important;
}

.margin-start-xxl {
  margin-inline-start: var(--space-xxl) !important;
}

.padding-start-xxl {
  padding-inline-start: var(--space-xxl) !important;
}

.margin-end-xxl {
  margin-inline-end: var(--space-xxl) !important;
}

.padding-end-xxl {
  padding-inline-end: var(--space-xxl) !important;
}

.margin-right-xxl {
  margin-right: var(--space-xxl) !important;
}

.padding-right-xxl {
  padding-right: var(--space-xxl) !important;
}

.margin-left-xxl {
  margin-left: var(--space-xxl) !important;
}

.padding-left-xxl {
  padding-left: var(--space-xxl) !important;
}

.margin-y-xxl {
  margin-top: var(--space-xxl) !important;
  margin-bottom: var(--space-xxl) !important;
}

.padding-y-xxl {
  padding-top: var(--space-xxl) !important;
  padding-bottom: var(--space-xxl) !important;
}

.margin-x-xxl {
  margin-left: var(--space-xxl) !important;
  margin-right: var(--space-xxl) !important;
}

.padding-x-xxl {
  padding-left: var(--space-xxl) !important;
  padding-right: var(--space-xxl) !important;
}

.margin-xxxl {
  margin: var(--space-xxxl) !important;
}

.padding-xxxl {
  padding: var(--space-xxxl) !important;
}

.margin-top-xxxl {
  margin-top: var(--space-xxxl) !important;
}

.padding-top-xxxl {
  padding-top: var(--space-xxxl) !important;
}

.margin-bottom-xxxl {
  margin-bottom: var(--space-xxxl) !important;
}

.padding-bottom-xxxl {
  padding-bottom: var(--space-xxxl) !important;
}

.margin-start-xxxl {
  margin-inline-start: var(--space-xxxl) !important;
}

.padding-start-xxxl {
  padding-inline-start: var(--space-xxxl) !important;
}

.margin-end-xxxl {
  margin-inline-end: var(--space-xxxl) !important;
}

.padding-end-xxxl {
  padding-inline-end: var(--space-xxxl) !important;
}

.margin-right-xxxl {
  margin-right: var(--space-xxxl) !important;
}

.padding-right-xxxl {
  padding-right: var(--space-xxxl) !important;
}

.margin-left-xxxl {
  margin-left: var(--space-xxxl) !important;
}

.padding-left-xxxl {
  padding-left: var(--space-xxxl) !important;
}

.margin-y-xxxl {
  margin-top: var(--space-xxxl) !important;
  margin-bottom: var(--space-xxxl) !important;
}

.padding-y-xxxl {
  padding-top: var(--space-xxxl) !important;
  padding-bottom: var(--space-xxxl) !important;
}

.margin-x-xxxl {
  margin-left: var(--space-xxxl) !important;
  margin-right: var(--space-xxxl) !important;
}

.padding-x-xxxl {
  padding-left: var(--space-xxxl) !important;
  padding-right: var(--space-xxxl) !important;
}

.typo-display4 {
  -webkit-font-smoothing: antialiased;
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 7rem;
  margin: -1rem 0 3.5rem -0.085em;
}

.typo-display3 {
  -webkit-font-smoothing: antialiased;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 3.5rem;
  margin: -8px 0 64px -0.07em;
}

@media (min-width: 0) and (max-width: 767px) {
  .typo-display3 {
    font-size: 2.5rem;
  }
}

.typo-display2 {
  -webkit-font-smoothing: antialiased;
  font-size: 2.813rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 3rem;
  margin: -0.5rem 0 4rem -0.07em;
}

.typo-display1 {
  -webkit-font-smoothing: antialiased;
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2.5rem;
  margin: -0.5rem 0 4rem -0.07em;
}

.typo-headline {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2rem;
  margin: -0.5rem 0 1rem -0.06em;
}

@media (min-width: 768px) {
  .typo-headline {
    font-size: 1.5rem;
  }
}

.typo-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2rem;
  margin: -0.5rem 0 1rem -0.05em;
}

.typo-subheading2 {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75rem;
  margin: -0.5rem 0 1rem -0.06em;
}

.typo-subheading1 {
  -webkit-font-smoothing: antialiased;
  font-size: 0.938rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5rem;
  margin: -0.313rem 0 0.813rem -0.06em;
}

.typo-body1 {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.25rem;
  margin: -0.25rem 0 0.75rem 0;
}

.typo-body2 {
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5rem;
  margin: -0.25rem 0 0.75rem 0;
}

.typo-menu--subheader {
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5rem;
  margin: -0.25rem 0 0.75rem 0;
}

.brand {
  --brand-size: 55px;
  --brand-color: #36964a;
  --brand-light: #fff;
  display: flex;
  align-items: center;
  fill: var(--brand-color);
  color: var(--brand-color);
}

.brand svg {
  width: var(--brand-size);
  height: var(--brand-size);
}

.brand svg .path--dark {
  fill: var(--brand-color);
}

.brand svg .path--light {
  fill: var(--brand-light);
}

.brand--light {
  --brand-color: #fff;
  --brand-light: #36964a;
}

.brand__emblem {
  width: var(--brand-size);
  height: var(--brand-size);
}

.brand__text {
  font-size: calc(0.2 * var(--brand-size));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 5px;
}

.brand__text-light {
  font-weight: 300;
}

.brand__text-title {
  font-weight: 700;
  margin-top: 5px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1430px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-wd-1, .col-wd-2, .col-wd-3, .col-wd-4, .col-wd-5, .col-wd-6, .col-wd-7, .col-wd-8, .col-wd-9, .col-wd-10, .col-wd-11, .col-wd-12, .col-wd,
.col-wd-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1500px) {
  .col-wd {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-wd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-wd-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-wd-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-wd-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-wd-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-wd-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-wd-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-wd-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-wd-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-wd-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-wd-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-wd-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-wd-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-wd-first {
    order: -1;
  }
  .order-wd-1 {
    order: 1;
  }
  .order-wd-2 {
    order: 2;
  }
  .order-wd-3 {
    order: 3;
  }
  .order-wd-4 {
    order: 4;
  }
  .order-wd-5 {
    order: 5;
  }
  .order-wd-6 {
    order: 6;
  }
  .order-wd-7 {
    order: 7;
  }
  .order-wd-8 {
    order: 8;
  }
  .order-wd-9 {
    order: 9;
  }
  .order-wd-10 {
    order: 10;
  }
  .order-wd-11 {
    order: 11;
  }
  .order-wd-12 {
    order: 12;
  }
  .offset-wd-0 {
    margin-left: 0;
  }
  .offset-wd-1 {
    margin-left: 8.33333%;
  }
  .offset-wd-2 {
    margin-left: 16.66667%;
  }
  .offset-wd-3 {
    margin-left: 25%;
  }
  .offset-wd-4 {
    margin-left: 33.33333%;
  }
  .offset-wd-5 {
    margin-left: 41.66667%;
  }
  .offset-wd-6 {
    margin-left: 50%;
  }
  .offset-wd-7 {
    margin-left: 58.33333%;
  }
  .offset-wd-8 {
    margin-left: 66.66667%;
  }
  .offset-wd-9 {
    margin-left: 75%;
  }
  .offset-wd-10 {
    margin-left: 83.33333%;
  }
  .offset-wd-11 {
    margin-left: 91.66667%;
  }
}

.table, .GridFooterMain {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}


.table th,
.GridFooterMain th, .table td, .GridFooterMain td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th, .GridFooterMain thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody, .GridFooterMain tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table, .GridFooterMain .table, .table .GridFooterMain, .GridFooterMain .GridFooterMain {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

.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-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d6d5;
}

.table-hover .table-primary:hover {
  background-color: #a8cdcb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a8cdcb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #eee3d6;
}

.table-hover .table-secondary:hover {
  background-color: #e7d7c4;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e7d7c4;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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 .thead-dark th, .GridFooterMain .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th, .GridFooterMain .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md.table-bordered {
    border: 0;
  }
}

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}

@media (max-width: 1499px) {
  .table-responsive-wd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-wd.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control,
input[type].form-control,
select.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
}

.form-control::-ms-expand,
input[type].form-control::-ms-expand,
select.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
input[type].form-control:focus,
select.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e9d9c7;
  outline: none;
}

.form-control::placeholder,
input[type].form-control::placeholder,
select.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly],
input[type].form-control:disabled,
input[type].form-control[readonly],
select.form-control:disabled,
select.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-group > span {
  display: inline-block;
  margin-bottom: .5rem;
}

.form-group .txt-help {
  color: #868686;
  font-size: 12px;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 104, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #006c68;
  border-color: #006c68;
}

.btn-primary:hover {
  color: #fff;
  background-color: #004643;
  border-color: #003937;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 104, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #006c68;
  border-color: #006c68;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #003937;
  border-color: #002c2b;
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 104, 0.5);
}

.btn-secondary {
  color: #111;
  background-color: #c49a6c;
  border-color: #c49a6c;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #b98751;
  border-color: #b58148;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 154, 108, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #c49a6c;
  border-color: #c49a6c;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #b58148;
  border-color: #ab7a45;
  box-shadow: 0 0 0 0.2rem rgba(196, 154, 108, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #006c68;
  background-color: transparent;
  background-image: none;
  border-color: #006c68;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #006c68;
  border-color: #006c68;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 104, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #006c68;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #006c68;
  border-color: #006c68;
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 104, 0.5);
}

.btn-outline-secondary {
  color: #c49a6c;
  background-color: transparent;
  background-image: none;
  border-color: #c49a6c;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #c49a6c;
  border-color: #c49a6c;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 154, 108, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c49a6c;
  background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #c49a6c;
  border-color: #c49a6c;
  box-shadow: 0 0 0 0.2rem rgba(196, 154, 108, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #006c68;
  background-color: transparent;
}

.btn-link:hover {
  color: #00201e;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.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;
  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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #006c68;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #006c68;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 108, 104, 0.25);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #20fff7;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #006c68;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}

.custom-select:focus {
  border-color: #00ece3;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple] {
  height: auto;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #006c68;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #006c68;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1499px) {
  .navbar-expand-wd > .container,
  .navbar-expand-wd > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1500px) {
  .navbar-expand-wd {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-wd .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-wd .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-wd .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-wd .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-wd > .container,
  .navbar-expand-wd > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-wd .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-wd .navbar-toggler {
    display: none;
  }
  .navbar-expand-wd .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb--secondary a {
  color: #c49a6c;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: flex;
  width: 100%;
  padding: 0;
  font-family: sans-serif;
  padding-left: 0;
  list-style: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #006c68;
  border-color: #006c68;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #00201e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #006c68;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003937;
}

.badge-secondary {
  color: #111;
  background-color: #c49a6c;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #b58148;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #003836;
  background-color: #cce2e1;
  border-color: #b8d6d5;
}

.alert-primary hr {
  border-top-color: #a8cdcb;
}

.alert-primary .alert-link {
  color: #000505;
}

.alert-secondary {
  color: #665038;
  background-color: #f3ebe2;
  border-color: #eee3d6;
}

.alert-secondary hr {
  border-top-color: #e7d7c4;
}

.alert-secondary .alert-link {
  color: #453626;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #006c68;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:last-child {
  margin-bottom: 0;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #006c68;
  border-color: #006c68;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #003836;
  background-color: #b8d6d5;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #003836;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #003836;
  background-color: #a8cdcb;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #003836;
  border-color: #003836;
}

.list-group-item-secondary {
  color: #665038;
  background-color: #eee3d6;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #665038;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #665038;
  background-color: #e7d7c4;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #665038;
  border-color: #665038;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "DinNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "DinNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 40%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.swiper-container:hover .swiper-button-prev.swiper-button-disabled,
.swiper-container:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232b914e'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232b914e'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination--absolute {
  position: absolute;
  bottom: 0;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  display: inline-block;
  background: #000;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 60px;
    margin: 0 2px;
  }
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #006c68;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2b914e;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-grap-nav {
  display: flex;
  align-items: center;
}

.swiper-grap-nav svg {
  max-width: 100%;
  max-height: 100%;
  width: 27px;
  height: 27px;
  fill: rgba(255, 255, 255, 0.5);
}

.swiper-grap-nav--center {
  justify-content: center;
}

.swiper-grap-nav:hover .swiper-grap-nav__cursor {
  border-color: rgba(0, 108, 104, 0.5);
}

.swiper-grap-nav:hover .swiper-grap-nav__cursor svg {
  fill: rgba(0, 108, 104, 0.5);
}

.swiper-grap-nav__item {
  margin: 0 5px;
  display: flex;
}

.swiper-grap-nav__cursor {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-grap-nav__prev,
.swiper-grap-nav__next {
  cursor: pointer;
}

.swiper-grap-nav__prev.swiper-button-disabled,
.swiper-grap-nav__next.swiper-button-disabled {
  cursor: default;
  opacity: .5;
}

.swiper-grap--dark svg {
  fill: rgba(0, 0, 0, 0.35);
}

.swiper-grap--dark .swiper-grap-nav__cursor {
  border-color: rgba(0, 0, 0, 0.35);
}

.is-displayMode #s4-workspace {
  overflow: hidden;
  height: auto !important;
}

@media (min-width: 0) and (max-width: 767px) {
  .is-displayMode #s4-workspace {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.is-displayMode body {
  overflow: auto !important;
  height: auto !important;
}

#pageStatusBar[class],
.ms-status-msg {
  margin-bottom: 0;
}

#s4-bodyContainer {
  padding-bottom: 0;
}

.ms-ToolPaneOuter {
  font-family: Segoe UI, Tahoma;
  z-index: 10;
  position: relative;
  font-size: 13px;
  left: 20px;
}

input[type=text].form-control {
  padding: 0.375rem 0.75rem;
}

.ms-core-sideNavBox-removeLeftMargin {
  margin: 0;
}

.page-content-text * {
  color: #000;
}

.page-content-text h1, .page-content-text h2, .page-content-text h3, .page-content-text h4, .page-content-text h5, .page-content-text h6 {
  color: #c49a6c;
  font-weight: 700;
  margin-top: 1em;
}

.page-content-text h3 {
  color: #333;
}

.ms-webpart-zone,
.ms-webpart-cell-vertical,
.ms-webpart-chrome-vertical {
  display: block;
}

.is-editMode .swiper-wrapper {
  display: block;
}

.is-editMode .l-home-section {
  height: auto;
}

.ms-webpart-titleText,
.ms-webpart-titleText.ms-webpart-titleText {
  font-size: 1.75rem;
  color: #25816d;
  font-weight: 700;
  margin-bottom: 1.875rem;
  font-family: "DinNext", sans-serif;
}

.is-editMode .edit-mode-panel,
.edit-mode {
  background-color: #eee;
  padding: 20px;
  margin-top: 40px;
  border: 1px dashed #a7a7a7;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #006c68 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #003937 !important;
}

.bg-secondary {
  background-color: #c49a6c !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #b58148 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #006c68 !important;
}

.border-secondary {
  border-color: #c49a6c !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1500px) {
  .d-wd-none {
    display: none !important;
  }
  .d-wd-inline {
    display: inline !important;
  }
  .d-wd-inline-block {
    display: inline-block !important;
  }
  .d-wd-block {
    display: block !important;
  }
  .d-wd-table {
    display: table !important;
  }
  .d-wd-table-row {
    display: table-row !important;
  }
  .d-wd-table-cell {
    display: table-cell !important;
  }
  .d-wd-flex {
    display: flex !important;
  }
  .d-wd-inline-flex {
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1500px) {
  .flex-wd-row {
    flex-direction: row !important;
  }
  .flex-wd-column {
    flex-direction: column !important;
  }
  .flex-wd-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-wd-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-wd-wrap {
    flex-wrap: wrap !important;
  }
  .flex-wd-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-wd-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-wd-start {
    justify-content: flex-start !important;
  }
  .justify-content-wd-end {
    justify-content: flex-end !important;
  }
  .justify-content-wd-center {
    justify-content: center !important;
  }
  .justify-content-wd-between {
    justify-content: space-between !important;
  }
  .justify-content-wd-around {
    justify-content: space-around !important;
  }
  .align-items-wd-start {
    align-items: flex-start !important;
  }
  .align-items-wd-end {
    align-items: flex-end !important;
  }
  .align-items-wd-center {
    align-items: center !important;
  }
  .align-items-wd-baseline {
    align-items: baseline !important;
  }
  .align-items-wd-stretch {
    align-items: stretch !important;
  }
  .align-content-wd-start {
    align-content: flex-start !important;
  }
  .align-content-wd-end {
    align-content: flex-end !important;
  }
  .align-content-wd-center {
    align-content: center !important;
  }
  .align-content-wd-between {
    align-content: space-between !important;
  }
  .align-content-wd-around {
    align-content: space-around !important;
  }
  .align-content-wd-stretch {
    align-content: stretch !important;
  }
  .align-self-wd-auto {
    align-self: auto !important;
  }
  .align-self-wd-start {
    align-self: flex-start !important;
  }
  .align-self-wd-end {
    align-self: flex-end !important;
  }
  .align-self-wd-center {
    align-self: center !important;
  }
  .align-self-wd-baseline {
    align-self: baseline !important;
  }
  .align-self-wd-stretch {
    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-wd-left {
    float: left !important;
  }
  .float-wd-right {
    float: right !important;
  }
  .float-wd-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-auto {
  width: auto !important;
}

.w-none {
  width: 0 !important;
}

.w-xs {
  width: 0.25rem !important;
}

.w-s {
  width: 0.5rem !important;
}

.w-base {
  width: 1rem !important;
}

.w-base-xs {
  width: 1.125rem !important;
}

.w-base-s {
  width: 1.25rem !important;
}

.w-m {
  width: 1.5rem !important;
}

.w-l {
  width: 2rem !important;
}

.w-xl {
  width: 2.5rem !important;
}

.w-xxl {
  width: 3rem !important;
}

.w-xxxl {
  width: 5rem !important;
}

.h-auto {
  height: auto !important;
}

.h-none {
  height: 0 !important;
}

.h-xs {
  height: 0.25rem !important;
}

.h-s {
  height: 0.5rem !important;
}

.h-base {
  height: 1rem !important;
}

.h-base-xs {
  height: 1.125rem !important;
}

.h-base-s {
  height: 1.25rem !important;
}

.h-m {
  height: 1.5rem !important;
}

.h-l {
  height: 2rem !important;
}

.h-xl {
  height: 2.5rem !important;
}

.h-xxl {
  height: 3rem !important;
}

.h-xxxl {
  height: 5rem !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1500px) {
  .m-wd-0 {
    margin: 0 !important;
  }
  .mt-wd-0,
  .my-wd-0 {
    margin-top: 0 !important;
  }
  .mr-wd-0,
  .mx-wd-0 {
    margin-right: 0 !important;
  }
  .mb-wd-0,
  .my-wd-0 {
    margin-bottom: 0 !important;
  }
  .ml-wd-0,
  .mx-wd-0 {
    margin-left: 0 !important;
  }
  .m-wd-1 {
    margin: 0.25rem !important;
  }
  .mt-wd-1,
  .my-wd-1 {
    margin-top: 0.25rem !important;
  }
  .mr-wd-1,
  .mx-wd-1 {
    margin-right: 0.25rem !important;
  }
  .mb-wd-1,
  .my-wd-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-wd-1,
  .mx-wd-1 {
    margin-left: 0.25rem !important;
  }
  .m-wd-2 {
    margin: 0.5rem !important;
  }
  .mt-wd-2,
  .my-wd-2 {
    margin-top: 0.5rem !important;
  }
  .mr-wd-2,
  .mx-wd-2 {
    margin-right: 0.5rem !important;
  }
  .mb-wd-2,
  .my-wd-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-wd-2,
  .mx-wd-2 {
    margin-left: 0.5rem !important;
  }
  .m-wd-3 {
    margin: 1rem !important;
  }
  .mt-wd-3,
  .my-wd-3 {
    margin-top: 1rem !important;
  }
  .mr-wd-3,
  .mx-wd-3 {
    margin-right: 1rem !important;
  }
  .mb-wd-3,
  .my-wd-3 {
    margin-bottom: 1rem !important;
  }
  .ml-wd-3,
  .mx-wd-3 {
    margin-left: 1rem !important;
  }
  .m-wd-4 {
    margin: 1.5rem !important;
  }
  .mt-wd-4,
  .my-wd-4 {
    margin-top: 1.5rem !important;
  }
  .mr-wd-4,
  .mx-wd-4 {
    margin-right: 1.5rem !important;
  }
  .mb-wd-4,
  .my-wd-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-wd-4,
  .mx-wd-4 {
    margin-left: 1.5rem !important;
  }
  .m-wd-5 {
    margin: 3rem !important;
  }
  .mt-wd-5,
  .my-wd-5 {
    margin-top: 3rem !important;
  }
  .mr-wd-5,
  .mx-wd-5 {
    margin-right: 3rem !important;
  }
  .mb-wd-5,
  .my-wd-5 {
    margin-bottom: 3rem !important;
  }
  .ml-wd-5,
  .mx-wd-5 {
    margin-left: 3rem !important;
  }
  .p-wd-0 {
    padding: 0 !important;
  }
  .pt-wd-0,
  .py-wd-0 {
    padding-top: 0 !important;
  }
  .pr-wd-0,
  .px-wd-0 {
    padding-right: 0 !important;
  }
  .pb-wd-0,
  .py-wd-0 {
    padding-bottom: 0 !important;
  }
  .pl-wd-0,
  .px-wd-0 {
    padding-left: 0 !important;
  }
  .p-wd-1 {
    padding: 0.25rem !important;
  }
  .pt-wd-1,
  .py-wd-1 {
    padding-top: 0.25rem !important;
  }
  .pr-wd-1,
  .px-wd-1 {
    padding-right: 0.25rem !important;
  }
  .pb-wd-1,
  .py-wd-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-wd-1,
  .px-wd-1 {
    padding-left: 0.25rem !important;
  }
  .p-wd-2 {
    padding: 0.5rem !important;
  }
  .pt-wd-2,
  .py-wd-2 {
    padding-top: 0.5rem !important;
  }
  .pr-wd-2,
  .px-wd-2 {
    padding-right: 0.5rem !important;
  }
  .pb-wd-2,
  .py-wd-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-wd-2,
  .px-wd-2 {
    padding-left: 0.5rem !important;
  }
  .p-wd-3 {
    padding: 1rem !important;
  }
  .pt-wd-3,
  .py-wd-3 {
    padding-top: 1rem !important;
  }
  .pr-wd-3,
  .px-wd-3 {
    padding-right: 1rem !important;
  }
  .pb-wd-3,
  .py-wd-3 {
    padding-bottom: 1rem !important;
  }
  .pl-wd-3,
  .px-wd-3 {
    padding-left: 1rem !important;
  }
  .p-wd-4 {
    padding: 1.5rem !important;
  }
  .pt-wd-4,
  .py-wd-4 {
    padding-top: 1.5rem !important;
  }
  .pr-wd-4,
  .px-wd-4 {
    padding-right: 1.5rem !important;
  }
  .pb-wd-4,
  .py-wd-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-wd-4,
  .px-wd-4 {
    padding-left: 1.5rem !important;
  }
  .p-wd-5 {
    padding: 3rem !important;
  }
  .pt-wd-5,
  .py-wd-5 {
    padding-top: 3rem !important;
  }
  .pr-wd-5,
  .px-wd-5 {
    padding-right: 3rem !important;
  }
  .pb-wd-5,
  .py-wd-5 {
    padding-bottom: 3rem !important;
  }
  .pl-wd-5,
  .px-wd-5 {
    padding-left: 3rem !important;
  }
  .m-wd-auto {
    margin: auto !important;
  }
  .mt-wd-auto,
  .my-wd-auto {
    margin-top: auto !important;
  }
  .mr-wd-auto,
  .mx-wd-auto {
    margin-right: auto !important;
  }
  .mb-wd-auto,
  .my-wd-auto {
    margin-bottom: auto !important;
  }
  .ml-wd-auto,
  .mx-wd-auto {
    margin-left: 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-wd-left {
    text-align: left !important;
  }
  .text-wd-right {
    text-align: right !important;
  }
  .text-wd-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #006c68 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #003937 !important;
}

.text-secondary {
  color: #c49a6c !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #b58148 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.u-color-white {
  color: #fff !important;
}

.u-elem-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.87);
  opacity: 0.3;
  z-index: -1;
}

.u-text-center {
  text-align: center;
}

.u-flex-grid {
  padding: 0;
  margin: 0 15px;
}

.u-pull-forword {
  float: right;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.empty-state h3 {
  font-weight: 700;
  font-size: 2.375rem;
  color: #575757;
  margin: 20px 0 15px;
}

.empty-state h4 {
  font-size: 1.5rem;
  color: #8d8d8d;
}

.empty-state__image {
  width: 200px;
}

.is-displayMode .hidden-in-display-mode {
  display: none;
}

.is-hidden {
  display: none !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-show-en {
  display: none;
}

.body--grayscale {
  -o-filter: grayscale(100%) brightness(95%) contrast(120%);
  filter: grayscale(100%) brightness(95%) contrast(120%);
}

.is-displayMode .u-overflow-hidden {
  overflow: hidden !important;
}

.block-hint {
  background: #e6e6e6;
  padding: 15px;
  font-size: 14px;
}

.lg-outer {
  direction: ltr;
}

.color-secondary {
  color: #c49a6c;
}

.map-iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

@media (min-width: 576px) {
  .button-wrapper {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.button, .btn,
input[type].button,
input.btn[type],
button.button,
button.btn {
  min-width: 64px;
  padding: 3px 30px 8px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  font-family: "DinNext", sans-serif;
  margin: 0;
  transition: all 0.2s ease-in-out;
}

.button[disabled], .btn[disabled],
input[type].button[disabled],
input.btn[type][disabled],
button.button[disabled],
button.btn[disabled] {
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
}

.button[disabled]:hover, .btn[disabled]:hover,
input[type].button[disabled]:hover,
input.btn[type][disabled]:hover,
button.button[disabled]:hover,
button.btn[disabled]:hover {
  color: rgba(0, 0, 0, 0.26);
  background-color: inherit;
}

.button--outline,
input[type].button--outline,
button.button--outline {
  border: 1px solid;
}

.button--raised, .btn,
input[type].button--raised,
input.btn[type],
button.button--raised,
button.btn {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.button--raised[disabled], .btn[disabled],
input[type].button--raised[disabled],
input.btn[type][disabled],
button.button--raised[disabled],
button.btn[disabled] {
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
}

.button:hover, .btn:hover,
input[type].button:hover,
input.btn[type]:hover,
button.button:hover,
button.btn:hover {
  background-color: #006c68;
  color: #fff;
  text-decoration: none;
}

.button--white,
input[type].button--white,
button.button--white {
  background-color: #fff;
  color: #000;
}

.button--white:hover,
input[type].button--white:hover,
button.button--white:hover {
  background-color: #006c68;
}

.button--light,
input[type].button--light,
button.button--light {
  color: #fefefe !important;
}

.button--light .button__icon,
input[type].button--light .button__icon,
button.button--light .button__icon {
  background-color: #fff;
}

.button--light .button__icon svg,
input[type].button--light .button__icon svg,
button.button--light .button__icon svg {
  fill: #000;
}

.button--light .button__icon--secondary svg,
input[type].button--light .button__icon--secondary svg,
button.button--light .button__icon--secondary svg {
  fill: #c49a6c;
}

.button--light:hover,
input[type].button--light:hover,
button.button--light:hover {
  background-color: #fff;
  color: #c49a6c !important;
}

.button--primary, .btn-primary,
input[type].button--primary,
input.btn-primary[type],
button.button--primary,
button.btn-primary {
  background-color: #006c68;
}

.button--primary:hover, .btn-primary:hover,
input[type].button--primary:hover,
input.btn-primary[type]:hover,
button.button--primary:hover,
button.btn-primary:hover {
  background-color: #003937;
}

.button--secondary, .btn-secondary,
input[type].button--secondary,
input.btn-secondary[type],
button.button--secondary,
button.btn-secondary {
  background-color: #c49a6c;
  color: #fff;
}

.button--secondary:hover, .btn-secondary:hover,
input[type].button--secondary:hover,
input.btn-secondary[type]:hover,
button.button--secondary:hover,
button.btn-secondary:hover {
  background-color: #c49a6c;
}

.button--transparent,
input[type].button--transparent,
button.button--transparent {
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  border: 1px solid #fff;
}

.button--transparent:hover,
input[type].button--transparent:hover,
button.button--transparent:hover {
  background-color: white;
  color: #000;
}

.button--dark,
input[type].button--dark,
button.button--dark {
  background-color: #262626;
  color: #fff !important;
}

.button--danger,
input[type].button--danger,
button.button--danger {
  background-color: #f19595;
  color: #912b2b;
}

.button--danger:hover,
input[type].button--danger:hover,
button.button--danger:hover {
  background-color: #d48080;
  color: #912b2b;
}

.button--warning,
input[type].button--warning,
button.button--warning {
  background-color: #f1ee95;
  color: #cca538;
}

.button--warning:hover,
input[type].button--warning:hover,
button.button--warning:hover {
  background-color: #dcd988;
  color: #cca538;
}

.button--success,
input[type].button--success,
button.button--success {
  background-color: #95f1a1;
  color: #28924f;
}

.button--success:hover,
input[type].button--success:hover,
button.button--success:hover {
  background-color: #88dc93;
  color: #28924f;
}

.button--rounded,
input[type].button--rounded,
button.button--rounded {
  border-radius: 5em;
}

.button--rounded .button__icon,
input[type].button--rounded .button__icon,
button.button--rounded .button__icon {
  border-radius: 50%;
}

.button--md,
input[type].button--md,
button.button--md {
  font-size: 1.125rem;
  padding: 0.35em 2.3em 0.65em 2.3em;
  min-width: 12.5rem;
}

.button--md .button__icon,
input[type].button--md .button__icon,
button.button--md .button__icon {
  width: 25px;
  height: 25px;
}

.button--lg,
input[type].button--lg,
button.button--lg {
  font-size: 1.125rem;
  padding: 0.5em 4em 0.8em 4em;
  min-width: 16.875rem;
}

.button--block,
input[type].button--block,
button.button--block {
  display: block;
  width: 100%;
}

.button--cancel,
input[type].button--cancel,
button.button--cancel {
  background-color: #ccc;
}

.button--cancel:hover,
input[type].button--cancel:hover,
button.button--cancel:hover {
  background-color: #8a8a8a;
}

.button + .button, .btn + .button, .button + .btn, .btn + .btn,
input[type].button + .button,
input.btn[type] + .button,
input[type].button + .btn,
input.btn[type] + .btn,
button.button + .button,
button.btn + .button,
button.button + .btn,
button.btn + .btn {
  margin-right: 15px;
}

.button--icon {
  position: relative;
}

.button--icon:hover svg {
  transform: translate(-3px, 0);
}

.button__icon {
  width: 32px;
  height: 32px;
  padding: 8px;
  display: flex;
  position: absolute;
  right: 10px;
  background: black;
  top: 50%;
  transform: translate(0, -50%);
}

.button__icon > svg {
  max-width: 100%;
  max-height: 100%;
  fill: #fff;
  transition: all 0.2s ease-in-out;
}

.button--more {
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.button--more:hover {
  background-color: transparent;
  color: #006c68;
}

.button--more__icon {
  background-color: #c49a6c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  padding: 8px;
  display: flex;
  align-items: center;
}

.button--more__icon > svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

textarea.form-control {
  min-height: 170px;
}

.button__icon {
  padding: 6px;
}

.button__icon svg {
  width: 24px;
  height: 24px;
}

.button__icon--rounded {
  border-radius: 50%;
}

.button__icon--secondary {
  background-color: #fff;
}

.button__icon--secondary svg {
  fill: #c49a6c;
}

.button__icon--dark {
  background-color: #fff;
}

.button__icon--dark svg {
  fill: #000;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-col {
  margin-bottom: 20px;
}

.l-row--eq {
  justify-content: space-between;
}

.l-row--eq-1 .l-col {
  flex: 0 0 calc(100% - 20px/2);
}

.l-row--eq-2 .l-col {
  flex: 0 0 calc(100% - 20px/2);
  width: calc(100% - 20px/2);
}

@media (min-width: 768px) {
  .l-row--eq-2 .l-col {
    flex: 0 0 calc(50% - 20px/2);
    width: calc(100% - 20px/2);
  }
}

.l-row--eq-3 .l-col {
  flex: 0 0 calc(100% - 20px/2);
  width: calc(33.3333% - 20px/2);
}

@media (min-width: 768px) {
  .l-row--eq-3 .l-col {
    flex: 0 0 calc(33.3333% - 20px/2);
    width: calc(33.3333% - 20px/2);
  }
}

.l-row--eq-4 .l-col {
  flex: 0 0 calc(25% - 20px/2);
}

.l-row--eq-5 .l-col {
  flex: 0 0 calc(20% - 20px/2);
}

.l-row--eq-6 .l-col {
  flex: 0 0 calc(16.6666% - 20px/2);
}

.l-row--eq-7 .l-col {
  flex: 0 0 calc(14.2% - 20px/2);
}

.l-row--eq-8 .l-col {
  flex: 0 0 calc(12.5% - 20px/2);
}

.l-row--eq-9 .l-col {
  flex: 0 0 calc(11.111% - 20px/2);
}

.l-home-section {
  padding: 1.875rem 0;
}

.l-home-section--gray {
  background-color: #eee;
}

.tabs__tab-panel .card {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.is-animated .card {
  opacity: 1;
}

.services-swiper .swiper-slide {
  padding: 5px 5px 30px 5px;
}

.home__announcements {
  position: relative;
}

@media (min-width: 1025px) {
  .home__announcements {
    height: 430px;
    overflow: hidden;
  }
}

.home__announcements img {
  width: 100%;
}

.home__announcements .swiper-pagination {
  position: absolute;
  bottom: 30px;
}

.home__announcements--govs {
  background: url("../images/govs-service-banner.jpg") no-repeat 0 0;
  background-size: cover;
}

.home__announcements--govs .home__announcements-content {
  padding: 4em;
}

.home__announcements--govs h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1em;
}

.home__announcements--govs h3 {
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 1em;
}

.home__announcements--govs .button, .home__announcements--govs .btn {
  color: #fff;
}

.home__announcements-content {
  height: 100%;
}

.home__announcements-content img {
  height: 100%;
}

.mobile-apps {
  background-color: #eaeaea;
  padding: 2em;
}

@media (min-width: 1025px) {
  .mobile-apps {
    height: 430px;
    background: url("../images/mobile-app-bg.jpg") no-repeat center center;
    background-size: cover;
  }
}

@media (min-width: 1025px) {
  .mobile-apps .swiper-container {
    width: calc(100% - 350px);
    margin: 0;
  }
}

.mobile-apps .swiper-pagination {
  margin-top: 40px;
}

@media (min-width: 1920px) {
  .mobile-apps {
    height: 100%;
  }
}

.mobile-apps__title {
  font-size: 3.125rem;
  font-weight: 500;
}

.mobile-apps__app-title {
  font-size: 2.75rem;
  font-weight: 400;
}

.mobile-apps__app-description {
  font-size: 1rem;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .mobile-apps__stores {
    display: flex;
  }
}

.mobile-apps__stores img {
  height: 48px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .mobile-apps__stores img {
    margin-left: 10px;
    margin-bottom: 0;
  }
}

.svg-map svg {
  width: 100%;
  height: auto;
}

.svg-map .svg-map__text {
  font-size: 22px;
  display: none;
}

.svg-map .svg-map__text rect {
  fill: #36964A;
}

.svg-map .svg-map__text text {
  fill: #fff;
}

.svg-map .svg-map__group {
  cursor: pointer;
}

.svg-map .svg-map__group:hover .svg-map__text {
  display: block;
}

.svg-map .svg-map__group:hover > path {
  opacity: 1;
}

.map-details {
  border: 1px solid #c49a6c;
  height: 100%;
}

.main-header {
  background-color: #006c68;
  padding: 10px 0;
  z-index: 100;
}

.main-header--absolute, .main-header--fixed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.main-header--fixed {
  position: fixed;
}

.main-header--light {
  color: #fff;
}

.main-header--light svg,
.main-header--light .icon > svg {
  fill: #fff;
}

.main-header--light .nav-bar__menu-link {
  color: #fff;
}

.main-header--light .nav-bar__menu-link:hover {
  color: #c49a6c;
}

.main-header--light .nav-bar__secondary-menu .nav-bar__menu-item + .nav-bar__menu-item:before {
  background-color: rgba(255, 255, 255, 0.4);
}

.main-header--white {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #bdc5cd;
}

.main-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__logo {
  margin: 0;
}

.main-header__logo a:hover {
  text-decoration: none;
}

.main-header__responsive-icon {
  margin-left: 10px;
  z-index: 20;
  position: relative;
}

.main-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.54);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

@media (min-width: 1025px) {
  .main-header__responsive {
    display: none;
  }
}

.main-header--open .main-header__responsive-icon {
  background-color: rgba(0, 0, 0, 0.2);
}

.main-header--open .main-header__overlay {
  opacity: 1;
  visibility: visible;
}

.main-header--open .nav-bar--responsive {
  transform: translateX(0);
}

.eservice-header {
  font-size: 1.5em;
  display: flex;
  text-align: center;
  align-items: center;
}

.eservice-header span {
  padding-bottom: 10px;
}

.eservice-header > svg {
  width: 60px;
  height: 60px;
}

.main-header--secondary {
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.05);
  background: transparent;
}

@media (min-width: 0) and (max-width: 1024px) {
  .main-header--secondary .nav-bar--responsive {
    background-color: #c49a6c;
  }
  .main-header--secondary .nav-bar__menu {
    width: 100%;
  }
  .main-header--secondary .nav-bar__menu-link {
    flex: 1;
  }
}

.faq-section {
  display: inline-block;
  width: 100%;
}

.faq-section .groupheader.item.medium {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.faq-section li.dfwp-item ul.dfwp-list {
  margin-bottom: 30px;
}

.faq-section .panel-default {
  border-radius: 0px;
  margin-bottom: 10px;
  border: 1px solid #cecece;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
}

.faq-section .panel-default .panel-heading {
  background: transparent;
  padding: 0;
}

.faq-section .panel-default .panel-heading .panel-title {
  font-size: 16px;
  margin: 0;
}

.faq-section .panel-default .panel-heading .panel-title a {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0.9375rem;
  padding-left: 3.333rem;
  font-size: 1rem;
  color: #368f66;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  background-color: #fff;
}

.faq-section .panel-default .panel-heading .panel-title a:hover {
  color: inherit;
  text-decoration: none;
}

.faq-section .panel-default .panel-heading .panel-title a:before {
  content: "+";
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  background-color: #368f66;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 0.9375rem;
  position: absolute;
  left: 0;
  font-family: serif;
  top: 12px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.655rem;
}

.faq-section .panel-default .panel-heading .panel-title a[aria-expanded="true"] {
  background: #34ba7c;
  color: #fff;
}

.faq-section .panel-default .panel-heading .panel-title a[aria-expanded="true"]::before {
  content: "-";
  background: #fecd08;
  font-family: serif;
}

.faq-section .panel-default .panel-collapse[aria-expanded="true"] {
  background: #34ba7c;
  color: #fff;
}

.faq-section .panel-default .panel-collapse[aria-expanded="true"] .panel-body {
  display: block;
}

.faq-section .panel-default .panel-body {
  display: none;
  border-top: 0 !important;
  padding: 5px 15px 15px;
  text-align: justify;
  line-height: 30px;
  font-size: 0.95rem;
}

[role="button"] {
  cursor: pointer;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

div#accordion .groupheader:nth-child(1) {
  margin-top: 0;
}

.download-links {
  display: flex;
  padding: 10px 15px;
  box-shadow: 0.035px 0.999px 6px 0px rgba(0, 0, 0, 0.29);
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

.download-links:hover {
  text-decoration: none;
  background-color: whitesmoke;
}

.download-links__title {
  flex: 1;
  margin-bottom: 0;
  color: #c49a6c;
  font-weight: 700;
}

.download-links__icon {
  width: 45px;
  border-right: 1px solid #ccc;
  padding-right: 15px;
}

.main-footer {
  margin-top: auto;
}

.main-footer__top {
  background: #f7f7f7;
  padding: 20px 0;
  position: relative;
}

.main-footer__bottom {
  background: #fff;
  border-top: 1px solid #f7f7f7;
  padding: 15px 0;
}

@media (min-width: 0) and (max-width: 1024px) {
  .main-footer__bottom {
    font-size: 0.875rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .main-footer__bottom .row {
    display: block;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .main-footer__bottom .col {
    text-align: center;
  }
}

.main-footer__container {
  display: flex;
  justify-content: space-between;
}

.main-footer__links {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  list-style: none;
  display: flex;
}

@media (min-width: 0) and (max-width: 767px) {
  .main-footer__links {
    overflow: auto;
    flex-wrap: nowrap;
  }
}

.main-footer__links li {
  margin-inline-start: 16px;
}

@media (min-width: 0) and (max-width: 1024px) {
  .main-footer__links li {
    margin-bottom: 20px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .main-footer__links > .col {
    flex: 0 0 48%;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .main-footer__links > .col {
    margin-bottom: 30px;
  }
}

.main-footer__link {
  display: block;
  font-size: 0.9375rem;
  color: #606060;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.main-footer__link + .main-footer__link {
  margin-top: 10px;
}

.main-footer__link + .typo-body1 {
  margin-top: 15px;
}

.main-footer__link:hover {
  text-decoration: none;
  color: #c49a6c;
}

.main-footer__vision {
  fill: rgba(96, 96, 96, 0.8);
  width: 150px;
  height: 100px;
}

@media (min-width: 0) and (max-width: 767px) {
  .main-footer__vision {
    width: 80px;
    height: 50px;
  }
}

.main-footer__quick-links {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  display: flex;
}

@media (min-width: 0) and (max-width: 1024px) {
  .main-footer__quick-links {
    margin-top: 20px;
    justify-content: center;
  }
}

.main-footer__quick-links li {
  padding: 0 10px;
}

@supports (border-inline-start: 1px) {
  .main-footer__quick-links li + li {
    border-inline-start: 1px solid #787878;
  }
}

@supports not (border-inline-start: 1px) {
  .main-footer__quick-links li + li {
    border-right: 1px solid #787878;
  }
}

.main-footer__quick-links a {
  color: #787878;
  font-size: 0.875rem;
  transition: color 0.3s ease-in-out;
}

.main-footer__quick-links a:hover {
  text-decoration: none;
  color: #c49a6c;
}

@supports (margin-inline-end: 15px) {
  .main-footer__emblem {
    margin-inline-end: 0.9375rem;
  }
}

@supports not (margin-inline-end: 15px) {
  .main-footer__emblem {
    margin-left: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  @supports (margin-inline-end: 35px) {
    .main-footer__emblem {
      margin-inline-end: 2.1875rem;
    }
  }
  @supports not (margin-inline-end: 35px) {
    .main-footer__emblem {
      margin-left: 2.1875rem;
    }
  }
}

.l-full-page--auto-height {
  height: auto !important;
}

.l-full-page--auto-height .fp-tableCell {
  height: auto !important;
}

.main-footer__logo {
  display: block;
  margin: 0 auto 20px;
}

.main-footer--dark .main-footer__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-footer--dark .main-footer__top {
  background-color: #171a20;
}

.main-footer--dark .main-footer__bottom {
  color: #fff;
  background-color: #131418;
  border-top: 1px solid #131418;
}

.main-footer--dark .main-footer__quick-links a {
  color: #fff;
}

.main-footer--dark .icon > svg {
  fill: #c49a6c;
}

.main-footer--dark .icon:hover > svg {
  fill: #fff;
}

.main-footer__scroll {
  position: absolute;
  left: 24px;
  top: -24px;
  background: #242529;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.main-footer__scroll > svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.main-footer__scroll--secondary {
  background: #c49a6c;
}

.main-footer__pattern {
  position: absolute;
  width: 100px;
  height: 140px;
  overflow: hidden;
  left: 0;
  top: 0;
}

.main-footer__pattern > svg {
  width: 100%;
  height: 100%;
  fill: rgba(196, 154, 108, 0.2);
  transform: translate(-50px, 0) rotate(45deg);
}

.main-footer__top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-bar {
  background-color: transparent;
  padding: 0;
  font-size: 1rem;
}

.nav-bar--center {
  display: flex;
  justify-content: center;
}

.nav-bar--end {
  display: flex;
  justify-content: flex-end;
}

.nav-bar--sm {
  font-size: 0.875rem;
}

.nav-bar__menu {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
}

.nav-bar__menu a:hover {
  color: #c49a6c;
  text-decoration: none;
}

.nav-bar__menu-item {
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}

.nav-bar__menu-item > .d-flex svg {
  width: 24px;
  height: 24px;
}

.nav-bar__menu-item--flex {
  align-items: center;
  font-size: 20px;
}

.nav-bar__menu-icon {
  padding: 5px;
  background-color: #c49a6c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.nav-bar__menu-icon svg {
  margin: 0;
}

.nav-bar__menu-icon--light svg {
  fill: #fff;
}

.nav-bar__primary-menu {
  font-size: 1rem;
}

@media (min-width: 1025px) {
  .nav-bar__primary-menu .nav-bar__menu-item:not(:last-child) {
    padding-left: 20px;
  }
}

.nav-bar__primary-menu .nav-bar__menu-item:first-child {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.nav-bar__primary-menu .nav-bar__menu-item:last-child {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}

.nav-bar__primary-menu .nav-bar__sub-menu .nav-bar__menu-item {
  padding: 0;
}

.nav-bar__menu-link {
  color: #000;
  padding-right: 5px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.nav-bar__menu-link:hover {
  color: #006c68;
  text-decoration: none;
}

.nav-bar__secondary-menu .nav-bar__menu-item {
  display: flex;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nav-bar__secondary-menu .nav-bar__menu-item:not(.nav-bar__tablet) {
    display: none;
  }
}

.nav-bar__secondary-menu .nav-bar__menu-item + .nav-bar__menu-item:before {
  content: '';
  display: inline-flex;
  width: 1px;
  height: 15px;
  margin: 0 10px;
  background: rgba(0, 0, 0, 0.3);
}

.nav-bar__sub-menu {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  font-size: 0.9em;
  background: #c49a6c;
  width: 100%;
  display: none;
}

@media (min-width: 1025px) {
  .nav-bar__sub-menu {
    display: block;
    min-width: 200px;
    width: auto;
    left: 50%;
    white-space: nowrap;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    transform: translateX(-50%) translateY(25px);
    transition: all 0.2s ease-in-out;
  }
}

.nav-bar__sub-menu .nav-bar__menu-link {
  display: flex;
  padding: 3px 12px;
}

.nav-bar__sub-menu .nav-bar__menu-item {
  line-height: 2;
}

.nav-bar__sub-menu .nav-bar__menu-item + .nav-bar__menu-item {
  border-top: 1px solid #d3b390;
}

.nav-bar__sub-menu .nav-bar__menu-item + .nav-bar__menu-item:before {
  display: none;
}

.nav-bar__sub-menu .nav-bar__menu-link:hover {
  background-color: #d3b390;
  color: #fff;
}

@media (min-width: 1025px) {
  .nav-bar__sub-menu::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #c49a6c;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: rotate(45deg);
  }
}

.nav-bar__menu-item:hover .nav-bar__sub-menu {
  display: block;
}

@media (min-width: 1025px) {
  .nav-bar__menu-item:hover .nav-bar__sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(15px);
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .nav-bar__secondary-menu {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .nav-bar--responsive {
    background: #006c68;
    z-index: 100;
    width: 75%;
    max-width: 500px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 40px 0;
    box-shadow: 2px 0 12px 4px rgba(0, 0, 0, 0.1);
    transform: translateX(-110%);
    transition: all 0.2s ease-in-out;
  }
  .nav-bar--responsive .nav-bar__primary-menu {
    padding: 0;
    display: block;
    font-size: 25px;
  }
  .nav-bar--responsive .nav-bar__menu-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
  }
  .nav-bar--responsive .nav-bar__sub-menu .nav-bar__menu-link {
    padding: 8px;
  }
  .nav-bar--responsive .nav-bar__menu {
    flex-direction: column;
  }
}

.nav-bar__menu-link--lg {
  font-size: 1.25rem;
}

.nav-bar__menu .nav-bar__menu-link--dark:hover {
  color: #c49a6c;
}

.vertical-nav__icon {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

@supports (margin-inline-end: auto) {
  .vertical-nav__icon {
    margin-inline-end: 0;
  }
}

@supports not (margin-inline-end: auto) {
  .vertical-nav__icon {
    margin-left: 0;
  }
}

.vertical-nav__icon:hover > svg {
  fill: #fff !important;
}

@media (min-width: 768px) {
  .vertical-nav--side {
    display: none;
  }
}

@supports (margin-inline-end: auto) {
  .vertical-nav--side .vertical-nav__icon {
    margin-inline-end: 0;
    margin-inline-start: 20px;
  }
}

@supports not (margin-inline-end: auto) {
  .vertical-nav--side .vertical-nav__icon {
    margin-left: 0;
    margin-right: 20px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  border: 0;
}

.card .card__image img {
  transition: all 0.2s ease-in-out;
}

.card:not(.card--absolute):hover .card__image img {
  transform: scale(1.05);
}

.card__image {
  overflow: hidden;
  position: relative;
}

.card__image:after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__content {
  background-color: #fff;
  color: #0e0e0e;
  padding: 1em;
  line-height: 1.7;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
}

.card__footer {
  padding: 0 1em 1em 1em;
  display: flex;
  width: 100%;
}

.card__footer--end {
  justify-content: flex-end;
}

.card__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #006c68;
  border-radius: 50%;
  margin: 0 auto;
}

.card__icon--dark {
  background: rgba(0, 0, 0, 0.55);
}

.card__icon svg {
  fill: #fff;
  width: 45px;
  height: 40px;
}

.card__icon--lg {
  width: 75px;
  height: 75px;
}

.card__icon--lg svg {
  width: 60px;
  height: 60px;
}

.card--dark .card__content {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0.035px 0.999px 40px 0px rgba(0, 0, 0, 0.29);
  color: #fff;
}

.card--dark .card__brief {
  color: #fff !important;
  text-decoration: none;
}

.card--dark .card__brief:hover {
  text-decoration: none;
}

.card--raised {
  box-shadow: 0.035px 1px 5px 0px rgba(0, 0, 0, 0.29);
}

.card--horizontal {
  flex-direction: row;
}

.card--horizontal .card__image > img {
  min-height: 100%;
}

.card__title {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0.5em;
}

.card__title > a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.card__title > a:hover {
  color: #006c68;
}

.card--absolute {
  overflow: hidden;
  position: relative;
}

.card--absolute .card__content {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}

.card--absolute .card__title {
  text-align: center;
  margin-bottom: 40px;
}

.card--absolute .card__brief {
  display: none;
  padding: 10px 10px 40px 10px;
}

.card--absolute .card__brief:hover {
  text-decoration: none;
}

.card--absolute:hover {
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.33);
}

.card--absolute:hover .card__title {
  text-align: right;
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px;
  border-top: 4px solid #c49a6c;
}

.card--absolute:hover .card__brief {
  display: block;
  color: #000;
  background-color: #fff;
}

.card--absolute:hover .card__icon {
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
}

.card--absolute:hover .card__icon--dark {
  background: #c49a6c;
}

.card--absolute:hover .card__icon--dark > svg {
  fill: #fff !important;
}

.card--absolute:hover .card__icon > svg {
  fill: #006c68;
}

.card--center .card__content {
  align-items: center;
  justify-content: center;
}

.card--center .card__brief {
  font-size: 1rem;
  text-align: center;
  max-width: 80%;
}

.card--center .card__title {
  font-size: 2.1875rem;
}

.card--center .card__action {
  margin-top: auto;
}

.card__content--hover {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.5s ease-in-out;
}

.card:hover .card__content--hover {
  opacity: 1;
  visibility: visible;
  max-height: 600px;
}

.card-list .card + .card {
  margin-top: 20px;
}

.card-list .card__title {
  margin-bottom: 0;
}

.card__idea {
  margin-bottom: 30px;
}

.card__date {
  color: #666;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px 10px;
  font-size: 0.75rem;
}

.card__date span {
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.card__date .icon {
  width: 16px;
  height: 16px;
}

.eservice-card {
  height: 480px;
}

.eservice-card .card__image {
  height: 100%;
}

.eservice-card .card__image img {
  height: 100%;
}

.card--hover {
  position: relative;
}

.card--hover .card__content {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card--hover .card__icon {
  background-color: transparent;
}

.card--hover .card__title {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.card--hover:hover .card__content {
  text-decoration: none;
}

.card--hover:hover .card__content img {
  transform: scale(1.05);
}

.images__gallery {
  display: flex;
  flex-wrap: wrap;
}

.images__gallery-item {
  flex: 0 0 20%;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
}

.images__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.images__gallery-item:hover img {
  transform: scale(1.05);
}

.images__gallery-item .images__gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.13);
}

.images__gallery-item .images__gallery-overlay svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.card-panel {
  background: url("../images/tower.png") no-repeat #fff;
  background-size: contain;
  margin: auto;
  padding: 2em 2.5em 5em 2.5em;
  border-radius: 20px;
  margin-bottom: 60px;
  max-width: 1300px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
}

.panel__icon {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  background-color: #c49a6c;
  fill: #fff;
  margin-bottom: 1em;
}

.panel__title {
  font-size: 2.25rem;
  margin-bottom: 0.8em;
}

.panel__breif {
  font-size: 1rem;
  line-height: 2.1;
  margin-bottom: 0;
}

.card-verical__title {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 10px;
}

.card-verical__title--secondary {
  color: #c49a6c;
}

.card-verical__title--lg {
  font-size: 2.25rem;
}

.card-verical__breif {
  font-size: 1rem;
  margin-bottom: 1em;
}

.card-show {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.card-show--sm + .card-show--sm {
  margin-top: 4px;
}

.card-show__img {
  width: 100%;
  height: 100%;
}

.card-show__date {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card-show__date-day {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.card-show__date-day span {
  font-size: 0.75rem;
}

.card-show__date-month {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.card-show__title {
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 30px;
  margin-bottom: 0;
}

.card-show__icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 50%;
  fill: #fff;
  transform: translate(50%, -50%);
  z-index: 2;
}

.card-show__icon--sm {
  width: 40px;
  height: 40px;
}

.card-show__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.card-show__content-date {
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.card-show__content-breif {
  margin-bottom: 0;
  font-size: 1rem;
}

.panel__flex-col {
  display: flex;
  flex-direction: column;
}

.quick-links-card .card__image {
  height: 120px;
}

.quick-links-card .card__content {
  padding: 0.5em 1em;
  border-top: 2px solid #c49a6c;
}

.icon {
  display: inline-flex;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.icon > svg {
  fill: rgba(0, 0, 0, 0.54);
  width: 24px;
  height: 24px;
}

@media (min-width: 576px) {
  .icon > svg {
    width: 24px;
    height: 24px;
  }
}

.icon:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.icon:hover > svg {
  fill: rgba(0, 0, 0, 0.54);
}

.socials-bar {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.social-channels {
  display: flex;
  flex-wrap: wrap;
}

.social-channels__item {
  flex: 0 0 50%;
  max-width: 50%;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.social-channels__item > a {
  border: 1px solid #ccc;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  padding: 2.5em;
  transition: all 0.2s ease-in-out;
}

.social-channels__item svg {
  width: 120px;
  height: 120px;
}

.social-channels__item > a:hover {
  text-decoration: none;
}

.social-channels__item > a:hover svg {
  fill: #fff;
}

.social-channels__item > a:hover.social-channels__item--facebook {
  background-color: #3a589b;
}

.social-channels__item > a:hover.social-channels__item--twitter {
  background-color: #2aaae0;
}

.social-channels__item > a:hover.social-channels__item--youtube {
  background-color: #bf232b;
}

.social-channels__item > a:hover.social-channels__item--instagram {
  background: linear-gradient(40deg, #f9ed32 0%, #ee2a7b 69%, #002aff 100%);
}

.side-nav {
  min-width: 250px;
  padding-left: 30px;
}

@media (min-width: 0) and (max-width: 767px) {
  .side-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    padding: 110px 35px 30px 35px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transform: translate(-100%, 0);
    transition: all 0.3s ease;
  }
}

@media (min-width: 1025px) {
  .side-nav {
    padding-left: 80px;
    min-width: 320px;
  }
}

.side-nav .global-menu__close {
  display: none;
}

@media (min-width: 0) and (max-width: 767px) {
  .side-nav .global-menu__close {
    display: flex;
    right: auto;
    left: 0;
  }
}

.side-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.side-nav li {
  list-style: none;
}

.side-nav .ms-core-listMenu-verticalBox a.static {
  color: #868686;
  padding: 0 0 20px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d8d2c4;
  font-family: "DinNext", sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .2s ease-in-out;
  background: none;
  width: auto;
  display: flex;
}

.side-nav .ms-core-listMenu-verticalBox a.static:hover {
  color: #c49a6c;
  background: none;
}

.side-nav .ms-core-listMenu-verticalBox a.selected {
  color: #c49a6c;
  background: none;
}

.side-nav ul {
  padding: 0;
}

.side-nav ul li a {
  color: #868686;
  padding-bottom: 20px;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #d8d2c4;
  width: 70%;
  font-size: 15px;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.side-nav ul li.active a {
  color: #00864f;
}

.side-nav ul li.active a::before {
  content: "\f0d9" !important;
  color: #fcbb0c;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  margin-top: 6px;
  margin-left: 10px;
}

.side-nav ul li:hover a {
  color: #00864f;
  text-decoration: none;
}

.pager {
  width: 100%;
  clear: both;
  margin-top: 30px;
  position: relative;
  display: flex;
  flex: 1;
  flex-basis: 0;
  flex-wrap: nowrap;
  display: contents;
}

.pager br {
  display: none;
}

.pager div {
  width: 100%;
  text-align: center;
  direction: rtl;
  margin: 0 auto;
}

.pager div a,
.pager div strong {
  margin-left: 10px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #c49a6c;
  line-height: 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
}

.pager div a:hover,
.pager div strong:hover {
  text-decoration: none;
  background: #006c68;
}

.pager div strong {
  background: #006c68;
}

.tab-bar {
  display: inline-flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  border: 2px solid #c49a6c;
  border-radius: 3em;
  overflow: hidden;
}

.tab-bar .tab-bar__item {
  display: inline-flex;
  border: 0;
}

.tab-bar .tab-bar__item--active .tab-bar__link {
  background-color: #c49a6c;
  color: #fff;
}

@supports (border-inline-start: 2px) {
  .tab-bar .tab-bar__item + .tab-bar__item {
    border-inline-start: 2px solid #c49a6c;
  }
}

@supports not (border-inline-start: 2px) {
  .tab-bar .tab-bar__item + .tab-bar__item {
    border-right: 2px solid #c49a6c;
  }
}

.tab-bar .tab-bar__link {
  font-size: 1rem;
  color: #0e0e0e;
  padding: 0.75em 1.5em;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.tab-bar .tab-bar__link:hover {
  color: #fff;
  background-color: rgba(196, 154, 108, 0.8);
  text-decoration: none;
}

.tab-bar .tab-bar__link.active {
  outline: 0;
  background-color: #fff;
  color: #0e0e0e;
}

.tabs-content {
  position: relative;
}

.tab-item {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.tab-item:not(.tab-item--active) {
  position: absolute;
  top: 0;
  z-index: -1;
}

.tab-item--active {
  opacity: 1;
  visibility: visible;
}

.tabs__tab-item,
.tabs__tab-item a {
  text-decoration: none;
}

.tabs__tab-item:hover,
.tabs__tab-item a:hover {
  text-decoration: none;
}

.tabs__tab-item {
  margin-left: 50px;
}

.tabs__tab-item:not(.tabs__tab-item--active) .main-title {
  color: #ccc;
}

.tabs__tab-item:not(.tabs__tab-item--active) .main-title:after {
  display: none;
}

.tabs__tab-panel {
  position: relative;
  display: none;
}

.tabs__tab-panel--active {
  display: block;
}

.tabs__tab-bar {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

@media (min-width: 0) and (max-width: 767px) {
  .tabs__view-all {
    padding: 0 15px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .tabs__view-all {
    position: absolute;
    top: -70px;
    left: 0;
  }
}

.welcome {
  position: relative;
  padding: 0;
}

.welcome--static {
  overflow: hidden;
  height: 85vh;
  background-size: cover;
}

@media (min-width: 0) and (max-width: 767px) {
  .welcome--static {
    height: 40vh;
  }
}

.welcome--height {
  height: auto;
  background-size: 100% 70%;
}

.welcome--prince {
  background: url("../images/council-banner.jpg") no-repeat 0 0 #eee;
  background-size: 100%;
}

@media (min-width: 768px) {
  .welcome--prince .welcome__action {
    margin-top: 2.8125rem;
  }
}

.welcome__content {
  margin-top: 150px;
  color: #fff;
}

.welcome__content--dark {
  color: #000;
}

.welcome__content--custom {
  margin-top: 160px;
  margin-bottom: 70px;
}

.welcome__tab-panel {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.welcome__tab-panel:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-size: 60vh;
  z-index: 10;
}

@media (min-width: 768px) {
  .welcome__tab-panel {
    height: 55vh;
  }
}

.welcome__banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.welcome__banner--static {
  animation: none;
}

.welcome__container {
  background-color: transparent;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: auto;
  bottom: 10px;
  z-index: 200;
}

@media (min-width: 768px) {
  .welcome__container {
    top: 20px;
    bottom: 60px;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.welcome__container.is-animated {
  opacity: 1;
  visibility: visible;
}

.welcome__title {
  font-size: 1.375rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .welcome__title {
    font-size: 2.75rem;
  }
}

@media (min-width: 768px) {
  .welcome__title--md {
    font-size: 3.125rem;
    margin-bottom: 0.5em;
  }
}

@media (min-width: 768px) {
  .welcome__title--lg {
    font-size: 3.75rem;
    margin-bottom: 0.5em;
  }
}

.welcome__subtitle {
  font-size: 1.875rem;
  font-weight: 400;
}

@media (min-width: 0) and (max-width: 767px) {
  .welcome__subtitle {
    display: none;
  }
}

.welcome__subtitle--md {
  font-size: 2.1875rem;
}

.welcome__text {
  font-size: 1.25rem;
  margin-top: 2.1875rem;
  line-height: 1.8;
}

@media (min-width: 0) and (max-width: 767px) {
  .welcome__text {
    display: none;
  }
}

.welcome__text--sm {
  font-size: 1rem;
}

.welcome__action {
  margin-top: 10px;
}

@media (min-width: 0) and (max-width: 767px) {
  .welcome__action .button--lg {
    padding: 6px 25px;
    min-width: 10px;
  }
  .welcome__action .button--lg .button__icon {
    display: none;
  }
}

@media (min-width: 768px) {
  .welcome__action {
    margin-top: 2.1875rem;
  }
}

@media (min-width: 768px) {
  .welcome__tab-bar {
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
}

.welcome__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .welcome__tabs {
    width: 70%;
    justify-content: space-between;
  }
}

.welcome__tab-item {
  padding: 2px;
  flex: 0 0 25%;
  border: 2px solid white;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  height: 100px;
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
}

.welcome__tab-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 0) and (max-width: 767px) {
  .welcome__tab-item {
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 10px 4px 0 4px;
    border: 0;
    padding: 2px;
    flex: 0 0 20px;
  }
}

.welcome__tab-item:hover {
  color: #fff;
}

.welcome__tab-item.tabs__tab-item--active {
  color: #fff;
}

@media (min-width: 0) and (max-width: 767px) {
  .welcome__tab-item.tabs__tab-item--active {
    background-color: #c49a6c;
  }
}

.welcome__tab-item.tabs__tab-item--active:before {
  width: 45%;
}

.swiper-slide-thumb-active .welcome__tab-item {
  color: #fff;
  opacity: 1;
}

.swiper-slide-thumb-active .welcome__tab-item:before {
  width: 45%;
}

.welcome__floating {
  position: absolute;
  width: 50%;
  left: 0;
  top: 160px;
  bottom: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}

.welcome__floating--static {
  top: 150px;
  bottom: 40px;
  width: 100%;
}

@media (min-width: 0) and (max-width: 1024px) {
  .welcome__floating {
    display: none;
  }
}

.welcome__floating-container {
  width: 640px;
  margin-left: auto;
}

.welcome__floating-container .row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.welcome-card {
  position: relative;
  height: 40%;
  overflow: hidden;
}

.welcome-card + .welcome-card {
  margin-top: 15px;
}

.welcome-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-card__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-shadow: 1.5px 2.598px 5px rgba(0, 0, 0, 0.21);
  font-size: 1.375rem;
  padding: 20px;
  padding-left: 60px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  border-color: white;
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.25) 100%);
  box-shadow: 3px 4px 11px 3px rgba(0, 0, 0, 0.2);
}

.welcome-card__content:hover {
  text-decoration: none;
  color: #fff;
}

.welcome-card__content:hover .welcome-card__arrow {
  transition: all 0.2s ease-in-out;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.5);
  justify-content: flex-end;
}

.welcome-card__arrow {
  background-color: rgba(20, 20, 20, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-card__arrow > svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}

.welcom-card-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}

.welcom-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 195px;
  transition: all 0.2s ease-in-out;
}

.welcom-card + .welcom-card {
  margin-right: 20px;
}

.welcom-card:hover {
  background-color: #fff;
  text-decoration: none;
}

.welcom-card__icon {
  width: 75px;
  height: 75px;
  fill: #c49a6c;
  margin: 20px 0;
}

.welcom-card__title {
  font-size: 1.25rem;
  color: #000;
}

.welcom-card__title--secondary {
  color: #c49a6c;
}

@media (min-width: 0) and (max-width: 767px) {
  .welcome--prince .welcome__subtitle {
    display: block;
  }
  .welcome--prince .welcome__text {
    display: block;
  }
  .welcome--prince .button--md {
    padding: 0.35em 2.3em 0.65em 0.3em;
  }
  .welcome--prince .welcome__action {
    margin-bottom: 20px;
  }
  .card-show {
    margin-bottom: 20px;
  }
  .main-footer--dark .main-footer__links {
    flex-direction: column;
  }
}

.welcome__arrow {
  display: flex;
  justify-content: center;
  align-content: center;
  border: 0;
  background: transparent;
  margin: 30px auto 0;
  cursor: pointer;
}

.welcome__arrow:focus {
  outline: none;
}

.welcome__arrow:hover > svg {
  fill: rgba(196, 154, 108, 0.54);
}

@media (min-width: 0) and (max-width: 1024px) {
  .welcome__arrow {
    display: none;
  }
}

.welcome__arrow > svg {
  width: 34px;
  height: 54px;
  fill: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .hero-slider .swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
}

.hero-slider .swiper-pagination-bullet {
  height: 6px;
  background-color: #fff;
  opacity: 0.5;
}

.hero-slider .swiper-pagination-bullet-active {
  background-color: #006c68;
  opacity: 1;
}

.events-cards .card__image {
  height: 170px;
}

.events-cards .card__image--big {
  height: 210px;
}

.breadcrumb {
  display: flex;
  width: 100%;
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
}

.breadcrumb > span a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: inline-block;
}

.breadcrumb > span:nth-child(2n) {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #fff;
  position: relative;
  top: 2px;
}

.breadcrumb .current {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.fab {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fab__button {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}

.fab__button > svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: all 0.2s ease-in-out;
}

.fab__button:hover > svg {
  fill: #006c68;
}

@media (min-width: 0) and (max-width: 767px) {
  .fab__button {
    display: none;
  }
}

.fab__trigger {
  width: 70px;
  height: 70px;
  background-color: #c49a6c;
  cursor: pointer;
}

.fab__actions {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  left: 70px;
  display: flex;
  flex-direction: row-reverse;
}

.fab__actions-item {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.1s ease-in-out;
}

@supports (margin-inline-end: 20px) {
  .fab__actions-item {
    margin-inline-end: 20px;
  }
}

@supports not (margin-inline-end: 20px) {
  .fab__actions-item {
    margin-left: 20px;
  }
}

.fab__actions-item:nth-child(2) {
  transition-delay: .1s;
}

.fab__actions-item:nth-child(1) {
  transition-delay: .2s;
}

.fab.is-opened .fab__trigger {
  transform: rotate(270deg);
}

.fab.is-opened .fab__actions-item {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.main-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0e0e0e;
  margin-bottom: 1em;
}

.main-title--sm {
  font-size: 1.125rem;
}

.main-title--light {
  color: #fff;
}

.main-title--primary {
  color: #006c68;
}

.main-title--flex {
  display: flex;
  justify-content: space-between;
}

.sideLinks {
  padding: 30px 30px 0;
}

@media (min-width: 768px) {
  .sideLinks {
    padding: 70px 30px 0;
  }
}

.sideLinks li {
  list-style: none;
}

.sideLinks li a {
  display: inline-block;
  padding: 15px 40px;
  margin: 5px 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 4em;
  cursor: pointer;
  position: relative;
}

.sideLinks li a:before {
  content: "\f0d9";
  color: #fff;
  font-family: fontawesome;
  position: absolute;
  right: 25px;
}

.global-menu__block {
  z-index: 10;
  display: none;
}

.global-menu__block.is-shown {
  display: block;
}

.global-menu__images {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  display: none;
}

.global-menu__images > img {
  min-width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s ease, transform 12s ease;
}

.global-menu__images > img.global-menu__image-active {
  opacity: 1;
  transform: scale(1.1);
}

.global-menu__block.is-shown .global-menu__images {
  display: block;
}

.global-menu__close {
  position: fixed;
  top: 4vh;
  right: 7vw;
  z-index: 10;
}

.global-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 10vh 7vw;
}

.global-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.global-menu ul > li.static {
  margin: 2vh 0;
  position: relative;
}

.global-menu ul > li.static > a.static {
  padding: 0;
  color: #fff;
  opacity: 0.1;
  font-size: 2.5rem;
  font-family: inherit;
  display: flex;
  align-items: center;
  width: 450px;
  transition: all 0.2s ease-in-out;
}

.global-menu ul > li.static > a.static:before {
  content: "";
  width: 0;
  height: 8px;
  background: #006c68;
  display: inline-block;
  margin-left: 15px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}

.global-menu ul > li.static > a.static > span {
  padding: 0;
  background: none;
}

.global-menu ul > li.static > ul {
  opacity: 0;
  visibility: hidden;
  background: none;
  right: 550px !important;
  left: 0;
  top: 0 !important;
  height: 100vh;
  border: 0;
  position: fixed;
  padding: 10vh 0;
  box-shadow: none;
}

.global-menu ul > li.static > ul > li {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px) translateY(0);
  transition: all 0.2s ease-in-out;
}

.global-menu ul > li.static > ul > li:nth-child(1) {
  transition-delay: 0.1s;
}

.global-menu ul > li.static > ul > li:nth-child(2) {
  transition-delay: 0.2s;
}

.global-menu ul > li.static > ul > li:nth-child(3) {
  transition-delay: 0.3s;
}

.global-menu ul > li.static > ul > li:nth-child(4) {
  transition-delay: 0.4s;
}

.global-menu ul > li.static > ul > li:nth-child(5) {
  transition-delay: 0.5s;
}

.global-menu ul > li.static > ul > li:nth-child(6) {
  transition-delay: 0.6s;
}

.global-menu ul > li.static > ul > li:nth-child(7) {
  transition-delay: 0.7s;
}

.global-menu ul > li.static > ul > li:nth-child(8) {
  transition-delay: 0.8s;
}

.global-menu ul > li.static > ul > li:nth-child(9) {
  transition-delay: 0.9s;
}

.global-menu ul > li.static > ul > li:nth-child(10) {
  transition-delay: 1s;
}

.global-menu ul > li.static > ul > li:nth-child(11) {
  transition-delay: 1.1s;
}

.global-menu ul > li.static > ul > li:nth-child(12) {
  transition-delay: 1.2s;
}

.global-menu ul > li.static > ul > li:nth-child(13) {
  transition-delay: 1.3s;
}

.global-menu ul > li.static > ul > li:nth-child(14) {
  transition-delay: 1.4s;
}

.global-menu ul > li.static > ul > li:nth-child(15) {
  transition-delay: 1.5s;
}

.global-menu ul > li.static > ul > li:nth-child(16) {
  transition-delay: 1.6s;
}

.global-menu ul > li.static > ul > li:nth-child(17) {
  transition-delay: 1.7s;
}

.global-menu ul > li.static > ul > li:nth-child(18) {
  transition-delay: 1.8s;
}

.global-menu ul > li.static > ul > li:nth-child(19) {
  transition-delay: 1.9s;
}

.global-menu ul > li.static > ul > li:nth-child(20) {
  transition-delay: 2s;
}

.global-menu ul > li.static > ul > li > a {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.75;
  padding: 10px 0;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.global-menu ul > li.static > ul > li > a:before {
  content: "-";
  margin-left: 15px;
}

.global-menu ul > li.static > ul > li > a:hover {
  background: none;
  opacity: 1;
  color: #006c68;
}

.global-menu ul > li.static.selected > a.static {
  color: #fff;
  opacity: 1;
  background: none;
}

.global-menu ul > li.static.selected > a.static:before {
  width: 45px;
}

.global-menu ul > li.static.selected:hover > a.static {
  opacity: 1;
}

.global-menu ul > li.static.selected:hover > a.static:before {
  width: 45px;
}

.global-menu ul > li.static:hover > a.static {
  background: none;
  opacity: 0.5;
}

.global-menu ul > li.static:hover > a.static:before {
  width: 30px;
}

.global-menu ul > li.static:hover > ul {
  opacity: 1;
  visibility: visible;
}

.global-menu ul > li.static:hover > ul > li {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(0);
}

.global-menu__user-profile {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 30px;
}

@media (min-width: 576px) {
  .global-menu__user-profile {
    display: none;
  }
}

.global-menu__user-profile .nav-bar__menu-link {
  color: rgba(255, 255, 255, 0.6);
}

.global-menu__user-profile .nav-bar__sub-menu {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: translate(0, 0);
  left: 0;
  right: 0;
  top: 0;
  margin-top: 15px;
  background: none;
}

.table, .GridFooterMain {
  padding: 0;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: black;
  text-transform: capitalize;
}

@media (min-width: 1025px) {
  .table, .GridFooterMain {
    min-width: 600px;
  }
}

.table tr, .GridFooterMain tr {
  border-bottom: 1px solid #e3e3e3;
}


.table th,
.GridFooterMain th {
  font-weight: 400;
  padding: 16px;
  min-height: 49px;
  border: 0;
  vertical-align: middle;
  background-color: #c49a6c;
  color: #fff;
}

.table td, .GridFooterMain td {
  padding: 12px 16px;
  min-height: 49px;
  border: 0;
  vertical-align: middle;
  font-weight: 400;
  color: #737373;
}

.table td .icon > svg, .GridFooterMain td .icon > svg {
  fill: rgba(0, 0, 0, 0.3);
}

.table td a, .GridFooterMain td a {
  vertical-align: middle;
  color: #c49a6c;
  transition: all 0.2s ease-in-out;
}

.table td a:hover, .GridFooterMain td a:hover {
  color: #c49a6c;
  text-decoration: none;
}

.text-danger {
  color: #d62222;
  font-size: 12px;
}

.text-help {
  color: #888;
  font-size: 12px;
}

.GridFooterMain {
  background-color: #f7f7f7;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #006c68;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #006c68;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #006c68;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.text-danger,
.text-help {
  font-size: 14px;
}

input[type].form-control.form-control-error {
  border-color: #dc3545;
}

.custom-dropdown {
  position: relative;
}

.custom-dropdown:hover .custom-dropdown__items {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 20px);
}

.custom-dropdown__items {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  top: 100%;
  width: 100%;
  z-index: 100;
  transform: translate(0, 18px);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  padding: 7px 0;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.custom-dropdown__items:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: rotate(45deg);
}

.custom-dropdown__link {
  padding: 7px 8px;
  display: flex;
}

.custom-dropdown__link:hover {
  background-color: #f2f2f2;
  color: #333 !important;
}

@media print {
  .ribbon-wrapper,
  .breadcrumb,
  .vertical-nav,
  .socials__header,
  .main-footer,
  .side-nav,
  .socials-header,
  .main-footer__quick-links {
    display: none !important;
  }
  .l-container {
    padding: 0 !important;
  }
  .page-header .top-banner {
    padding-bottom: 40px;
  }
  .page-content-text {
    margin-top: 40px;
  }
  .main-title {
    color: #fff;
  }
}

.dialog {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.dialog.is-shown {
  opacity: 1;
  visibility: visible;
}

.dialog-surface {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  width: calc(100% - 30px);
  border-radius: 2px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  max-height: 100vh;
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 768px) {
  .dialog-surface {
    min-width: 640px;
  }
}

@media (min-width: 576px) {
  .dialog-surface--md {
    width: 50vw;
  }
}

.dialog-surface--wd {
  width: 85vw;
  height: 75vh;
}

.dialog__close {
  position: absolute;
  top: -50px;
  right: 0;
  background-color: #fff;
  cursor: pointer;
}

.dialog-header {
  padding: 24px 24px 0;
}

.dialog-header__close {
  background-color: transparent;
  border: 0;
}

.dialog-body {
  margin-top: 15px;
  padding: 0 15px 15px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .dialog-body {
    padding: 0 24px 24px;
  }
}

@media (min-width: 768px) {
  .dialog-body.dialog-body--min-height {
    min-height: 480px;
  }
}

.dialog-body__scrollable {
  max-height: 390px;
  overflow-y: scroll;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dialog-footer {
  padding: 8px;
}

.dialog-footer .mdc-button:focus {
  background-color: rgba(158, 158, 158, 0.2);
}

.dialog-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.87);
  z-index: 9999;
  opacity: .3;
}

.dialog-tab .dialog-body {
  padding-bottom: 0;
}

.dialog-tab .dialog-body .tab-content {
  padding-bottom: 0;
}

.dialog-tab .dialog-body .dialog-footer {
  margin: 0 -45px;
}

.dialog-tab .btn-groups {
  padding-bottom: 15px;
}

.general-dialog {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all, 120ms, ease, 0s;
}

.general-dialog .dialog-surface {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 150px)) scale(0.8);
  transition: all, 120ms, ease, 0s;
}

.general-dialog .dialog-footer .mdc-button {
  float: right;
}

.general-dialog.is-shown {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  transition: none;
}

.general-dialog.is-shown .dialog-surface {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.snackbar.snackbar-acknowledgment {
  bottom: auto;
  top: 52px;
  background-color: #FFE57F;
  transform: translateX(-50%) translateY(-52px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.snackbar.snackbar-acknowledgment .snakbar-text {
  color: #000;
  font-weight: normal;
}

.snackbar.snackbar-acknowledgment .mdl-snackbar__action {
  display: none;
}

.snackbar.snackbar-acknowledgment.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}

.do-alert--control {
  display: none;
}

.dialog--fine-artists {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dialog--fine-artists .dialog-surface {
  width: auto;
  min-width: 100px;
  max-height: 80vh;
  top: 370px;
}

@media (min-width: 1400px) {
  .dialog--fine-artists .dialog-surface {
    top: 450px;
  }
}

.dialog--fine-artists .dialog-surface:after {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.36);
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
}

.dialog--fine-artists .dialog__fine-img {
  max-height: 80vh;
  max-width: 100%;
}

.dialog--fine-artists .dialog-backdrop {
  opacity: 0.5;
}

.dialog--fine-artists .dialog__close {
  transition: all 0.2s ease-in-out;
  right: -35px;
}

.dialog--fine-artists .dialog__close:hover {
  background: #fff;
  transform: rotate(90deg);
}

.dialog--fine-artists.is-shown .dialog-surface {
  animation: dialog-bounce 0.6s;
}

.idea-details__title {
  color: #c49a6c;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.idea-details__title span {
  display: block;
  margin-bottom: 30px;
}

.idea-details__title img {
  max-width: 250px;
  max-height: 250px;
  margin-left: 20px;
  box-shadow: 0.035px 0.999px 6px 0px rgba(0, 0, 0, 0.29);
}

.idea-details__owner, .idea-details__votes-block {
  display: flex;
}

.idea-details__owner > label, .idea-details__votes-block > label {
  margin-bottom: 0;
  font-weight: 700;
  margin-left: 20px;
}

.idea-details__owner span, .idea-details__votes-block span {
  margin-bottom: 15px;
}

.idea-details__sep {
  margin: 40px 0;
}

.idea-details__votes {
  display: flex;
}

.idea-details__votes-block {
  margin-left: 80px;
}

.idea-details__actions {
  margin-top: 30px;
}

.idea-details__like-button {
  color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" fill="white" viewBox="0 0 51.997 51.997"><path d="M51.911,16.242C51.152,7.888,45.239,1.827,37.839,1.827c-4.93,0-9.444,2.653-11.984,6.905  c-2.517-4.307-6.846-6.906-11.697-6.906c-7.399,0-13.313,6.061-14.071,14.415c-0.06,0.369-0.306,2.311,0.442,5.478  c1.078,4.568,3.568,8.723,7.199,12.013l18.115,16.439l18.426-16.438c3.631-3.291,6.121-7.445,7.199-12.014  C52.216,18.553,51.97,16.611,51.911,16.242z"/></svg>') !important;
  background-position: calc(100% - 10px) center !important;
  background-repeat: no-repeat !important;
  padding-right: 40px !important;
}

.idea-details__like-button[disabled] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" fill="gray" viewBox="0 0 51.997 51.997"><path d="M51.911,16.242C51.152,7.888,45.239,1.827,37.839,1.827c-4.93,0-9.444,2.653-11.984,6.905  c-2.517-4.307-6.846-6.906-11.697-6.906c-7.399,0-13.313,6.061-14.071,14.415c-0.06,0.369-0.306,2.311,0.442,5.478  c1.078,4.568,3.568,8.723,7.199,12.013l18.115,16.439l18.426-16.438c3.631-3.291,6.121-7.445,7.199-12.014  C52.216,18.553,51.97,16.611,51.911,16.242z"/></svg>') !important;
}

.grid-details__row {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid-details__row--column {
  flex-direction: column;
}

.grid-details__row--column .grid-details__cell {
  margin-left: 0;
  flex-direction: column;
  align-items: start;
}

.grid-details__row--column .grid-details__cell > span:first-child,
.grid-details__row--column .grid-details__cell > label:first-child {
  margin-bottom: 10px;
  margin-left: 0;
}

.grid-details__cell {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.grid-details__cell--no-margin {
  margin-left: 0;
}

.grid-details__cell > span:first-child,
.grid-details__cell > label:first-child {
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 0;
}

.grid-details__label {
  font-weight: 700;
  margin-left: 10px;
}

.ttl {
  display: none;
}

.centered {
  display: flex;
  justify-content: center;
}

.article-comment-block {
  margin-top: 50px;
}

.article-comment {
  display: flex;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e6e6e6;
  padding: 25px;
  margin-bottom: 30px;
}

.article-comment__avatar {
  margin-left: 20px;
}

.article-comment__avatar > svg {
  fill: rgba(0, 0, 0, 0.54);
  width: 48px;
  height: 48px;
}

.article-comment__content {
  flex: 1;
}

.article-comment__user-name {
  margin-bottom: 5px;
}

.contact-us__details {
  margin-top: 30px;
}

.contact-us__details-block {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.contact-us__details-title {
  display: flex;
  margin-bottom: 10px;
}

.contact-us__details-title svg {
  width: 24px;
  height: 24px;
  margin-left: 15px;
}

.contact-us__details-text {
  display: block;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1170px) {
  .cd-is-hidden {
    visibility: hidden;
  }
}

.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
  width: 100%;
}

.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  right: 26px;
  height: 100%;
  width: 6px;
  background: #debb5b;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .cd-timeline__container::before {
    right: 50%;
    margin-right: -3px;
  }
}

.cd-timeline__block {
  position: relative;
  margin: 0;
  padding: 0;
}

.cd-timeline__block:after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-timeline__block-span {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 10px -17px rgba(0, 0, 0, 0.5);
  transform: rotate(90deg);
}

.cd-timeline__content:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

.cd-timeline__block:nth-child(odd) .cd-timeline__content:before {
  right: -17px;
  border-top: 15px solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 15px solid transparent;
}

.cd-timeline__block:nth-child(even) .cd-timeline__content:before {
  left: -17px;
  border-top: 15px solid transparent;
  border-right: 18px solid #fff;
  border-bottom: 15px solid transparent;
}

.cd-timeline__block:first-child {
  margin-top: 0;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__block {
    margin-top: -60px;
  }
}

.cd-timeline__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  padding: 0.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  background-color: #debb5b;
}

.cd-timeline__img > svg {
  width: 24px;
  height: 24px;
  opacity: 0.54;
}

.cd-timeline__img span {
  color: #fff;
  padding-bottom: 6px;
}

.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  right: 50%;
  top: 50%;
  margin-right: -12px;
  margin-top: -12px;
}

.cd-timeline__img.cd-timeline__img--picture {
  background: #75ce66;
}

.cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44;
}

.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
    width: 80px;
    height: 80px;
    right: 50%;
    margin-right: -40px;
    /* Force Hardware Acceleration */
    transform: translateZ(0);
  }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.cd-timeline__content {
  position: relative;
  margin-right: 80px;
  align-items: baseline;
  display: flex;
  flex-direction: column;
  box-shadow: 3.709px 5.936px 16px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid rgba(222, 187, 91, 0.2);
  border-bottom: 6px solid rgba(222, 187, 91, 0.95);
  padding: 1.1em 1.8em 1.5em;
}

.cd-timeline__content:after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}

.cd-timeline__read-more {
  float: left;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline__date {
  padding: 0.8em 0;
  opacity: 0.7;
  padding: 15px;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-right: 0;
    width: 43%;
    /* Force Hardware Acceleration */
    transform: translateZ(0);
  }
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    right: 122%;
    top: 0;
    font-size: 1.2rem;
    font-family: tahoma;
  }
  .cd-timeline__block:nth-child(odd) {
    display: flex;
    justify-content: flex-end;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__read-more {
    float: left;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__date {
    right: auto;
    left: 122%;
    text-align: left;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(odd) .cd-timeline__content.cd-timeline__content--bounce-in {
    animation: cd-bounce-2-inverse 0.6s;
  }
}

.cd-timeline__content-img {
  width: 80px;
  height: 80px;
  margin-bottom: 1em;
  border-radius: 50%;
}

.cd-timeline__content-title {
  font-size: 1.3em;
  color: #000;
}

.cd-timeline__content-title a {
  color: #000;
  transition: all 0.2s ease-in-out;
}

.cd-timeline__content-title a:hover {
  color: #c49a6c;
  text-decoration: none;
}

.cd-timeline__content-date {
  font-size: 1em;
  color: #212121;
}

.cd-timeline__content-date--primary {
  color: #006c68;
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

.socials-header {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
  margin-bottom: 15px;
}

.socials-header__share {
  position: relative;
  overflow: hidden;
}

.socials-header__share iframe,
.socials-header__share .socials-header__share-absolute {
  position: absolute !important;
  opacity: 0.01;
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
}

.socials-header__font-size {
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.rating-section a {
  margin: 0 3px;
}

.voting {
  padding: 2em 1em;
  box-shadow: -0.521px 2.954px 13px 0px rgba(0, 0, 0, 0.11);
  margin-top: 30px;
  position: relative;
}

@media (min-width: 1025px) {
  .voting {
    height: 430px;
    margin-top: 0;
  }
}

@media (min-width: 1920px) {
  .voting {
    height: 100%;
  }
}

.voting__title {
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.voting__question {
  font-size: 1.25rem;
  margin-bottom: 25px;
}

.voting__actions {
  margin-top: 40px;
}

.voting__actions .button, .voting__actions .btn,
.voting__actions .button + .button,
.voting__actions .btn + .button,
.voting__actions .button + .btn,
.voting__actions .btn + .btn {
  margin-right: 0 !important;
  margin-left: 10px;
  color: #fff;
}

.voting__answers .form-check {
  margin-bottom: 15px;
}

.vote__result {
  margin-bottom: 20px;
  font-size: 14px;
}

.progress-bar {
  color: #fff;
}

.voting__count {
  margin-right: 5px;
}

.progress__hiddenVal {
  display: none;
}

.voting__archive {
  border: 1px solid #ededed;
  padding: 20px;
  margin-bottom: 30px;
}

.OneAnswerShow {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.OneAnswerShow .img-gallery {
  margin-right: 15px;
}

.OneAnswerShow .img-gallery img {
  max-height: 60px;
  max-width: 300px;
}

.form-check-label {
  padding-right: 1.25rem;
  padding-left: 0;
}

.voting__results {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 10;
  height: 100%;
  padding: 2em;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.2s ease-in-out;
}

.voting__results--show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.search-box {
  display: flex;
  flex-direction: row-reverse;
}

@media (min-width: 0) and (max-width: 1024px) {
  .search-box {
    background-color: #fff;
    margin-top: 20px;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .search-box svg {
    fill: #000;
  }
}

.search-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main-header--light .search-box__input {
  color: #fff;
}

.search-box__input {
  border: 0;
  padding: 6px 10px;
  width: calc(100% - 60px);
  color: #000;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1025px) {
  .search-box__input {
    padding: 0;
    width: 0;
    background: transparent;
  }
  .search-box__input::placeholder {
    color: #fff;
  }
}

.search-box__input::placeholder {
  color: #e2e2e2;
}

@media (min-width: 1025px) {
  .search-box.is-open .search-box__input {
    padding-left: 15px;
    width: 180px;
  }
}

.wizard__header {
  position: relative;
  display: flex;
  margin: 0 0 3rem;
  line-height: 1.4;
  counter-reset: i;
}

.wizard__header::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: #e4e4e4;
  top: 20px;
}

.wizard__step {
  flex: 1;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}

.wizard__step:before {
  content: counter(i);
  counter-increment: i;
  width: 40px;
  height: 40px;
  background: #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0.7em;
}

.wizard__step--active:before {
  background-color: #006c68;
  color: #fff;
}

.wizard__footer {
  display: flex;
  justify-content: space-between;
}

.wizard__footer .button, .wizard__footer .btn {
  color: #fff;
}

.login__hint {
  border: 1px solid #c49a6c;
  padding: 1em;
  margin-bottom: 3em;
}

.login__sep {
  position: relative;
  display: flex;
  justify-content: center;
}

.login__sep:after {
  content: "";
  border-right: 1px solid #ccc;
}

.login__special {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login__special img {
  width: 180px;
  margin-bottom: 2em;
}

.login__controls .form-group {
  margin-bottom: 25px;
}

.login__controls .form-group label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.login__controls svg {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: translate(0px, 1px);
}

.article {
  font-size: 1rem;
  flex: 1;
}

.article__title {
  font-size: 2em;
}

.article__content {
  font-size: 0.9em;
  margin-top: 2em;
}

.article__action {
  margin-top: 2em;
}

.article-details {
  font-size: 16px;
}

.article-details ul, .article-details ol, .article-details p {
  margin-bottom: .6em;
}

.article-details h1, .article-details h2, .article-details h3, .article-details h4, .article-details h5 {
  color: #006c68;
}

.article-details .article-details__title {
  color: #000;
}

.article-details__header {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

.article-details__title {
  font-size: 2em;
  color: #000;
}

.article-details__socials {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: row-reverse;
}

.article-details__date {
  display: flex;
  color: #808080;
  margin-bottom: 20px;
  font-size: 1em;
}

.article-details__date-item {
  margin-left: 20px;
}

.article-details__image {
  margin-bottom: 20px;
}

.article-details__image img {
  width: 100%;
}

.article-details__content {
  color: #373435;
  line-height: 1.8;
  font-size: 1em;
}

.article__rating-control {
  display: flex;
  align-items: center;
}

.article__rating-control label {
  margin-bottom: 0;
  margin-left: 20px;
}

.article__captcha {
  height: 25px;
  margin: 0 50px;
}

.page-filter {
  display: flex;
  align-items: center;
}

.page-filter svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: rgba(0, 0, 0, 0.54);
  margin-inline-end: 5px;
}

.page-filter .form-control {
  width: 200px;
}

.contact {
  display: flex;
  align-items: center;
  margin: 3em 0;
}

.contact__icon {
  fill: #006c68;
  width: 35px;
  height: 35px;
  margin-bottom: 4px;
  margin-left: 15px;
  background-color: #eee;
  border-radius: 50%;
  padding: 8px;
}

.contact__title {
  color: #006c68;
  font-size: 1.125rem;
}

.contact__info {
  font-size: 1.125rem;
  color: #212121;
}

.map {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-container {
  position: relative;
}

.video-container__img {
  width: 100%;
}

.video-container__icon {
  position: absolute;
  top: 50%;
  right: 50%;
  border-radius: 50%;
  padding: 10px;
  background-color: #006c68;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  transform: translate(50%, -50%);
}

.video-container__icon svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}

.XhDkmd {
    border: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 108, 104, 0.7);
    color: #ffffff;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


    /*# sourceMappingURL=styles.ar.css.map */