/*
* Variables copied from Bootstrap. Here you can uncomented and override any variable you want to change.
*/:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #009077;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #fafafa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,*::before,*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block;
}

body {
  margin: 0;
  font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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: 600;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
    color: #000078;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #140078;
        text-decoration: underline;
    }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,code,kbd,samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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;
}

[role="button"] {
  cursor: pointer;
}

.btn-primary:disabled,
btn-primary[disabled] {
    background: linear-gradient(to right, #000 0%, #201c1c 35%, #756a6a 70%, #acabab 100%) !important;
}

select {
  word-wrap: normal;
}

button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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;
}

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: .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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom: 0.5rem;
  font-family: "Bord Bia Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bolder;
  line-height: 1.2;
  color: #004B4E;
}

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: 0.875em;
  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: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,.table-primary > th,.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,.table-secondary > th,.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,.table-success > th,.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody + tbody {
  border-color: #8fd19e;
}

.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-info th,.table-info td,.table-info thead th,.table-info tbody + tbody {
  border-color: #86cfda;
}

.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-warning th,.table-warning td,.table-warning thead th,.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.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-danger th,.table-danger td,.table-danger thead th,.table-danger tbody + tbody {
  border-color: #ed969e;
}

.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: #fefefe;
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody + tbody {
  border-color: #fcfcfc;
}

.table-hover .table-light:hover {
  background-color: #f1f1f1;
}

.table-hover .table-light:hover > td,.table-hover .table-light:hover > th {
  background-color: #f1f1f1;
}

.table-dark,.table-dark > th,.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody + tbody {
  border-color: #95999c;
}

.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 {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,.table-dark td,.table-dark thead th {
  border-color: #454d55;
}

.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 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  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;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.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;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid,select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  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%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #004B4D;
    border-color: #004B4D;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #004B4D;
        border-color: #004B4D;
    }

.btn-secondary:focus,.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #004B4D;
    border-color: #004B4D;
}

    .btn-success:hover {
        color: #fff;
        background-color: #004B4D;
        border-color: #004B4D;
    }

.btn-success:focus,.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,.btn-success:disabled {
  color: #fff;
  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;
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,.btn-info:disabled {
  color: #fff;
  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;
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,.btn-warning:disabled {
  color: #212529;
  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: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,.btn-danger:disabled {
  color: #fff;
  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;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e0e0;
}

.btn-light:focus,.btn-light.focus {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e0e0;
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}

.btn-light.disabled,.btn-light:disabled {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e1e0e0;
  border-color: #dadada;
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,.btn-dark:disabled {
  color: #fff;
  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;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  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;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  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;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  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: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  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;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-light:focus,.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
  color: #fafafa;
  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: #fafafa;
  border-color: #fafafa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  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;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.dropup,.dropright,.dropdown,.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  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);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.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-color: transparent;
  border: 0;
}

.dropdown-item:hover,.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  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: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.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: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 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:not(:first-child),.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],.btn-group-toggle > .btn input[type="checkbox"],.btn-group-toggle > .btn-group > .btn input[type="radio"],.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,.input-group > .form-control-plaintext,.input-group > .custom-select,.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,.input-group > .form-control + .custom-select,.input-group > .form-control + .custom-file,.input-group > .form-control-plaintext + .form-control,.input-group > .form-control-plaintext + .custom-select,.input-group > .form-control-plaintext + .custom-file,.input-group > .custom-select + .form-control,.input-group > .custom-select + .custom-select,.input-group > .custom-select + .custom-file,.input-group > .custom-file + .form-control,.input-group > .custom-file + .custom-select,.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,.input-group > .custom-select:focus,.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),.input-group:not(.has-validation) > .custom-select:not(:last-child),.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),.input-group.has-validation > .custom-select:nth-last-child(n + 3),.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,.input-group-append {
  display: flex;
}

.input-group-prepend .btn,.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,.input-group-prepend .btn + .input-group-text,.input-group-prepend .input-group-text + .input-group-text,.input-group-prepend .input-group-text + .btn,.input-group-append .btn + .btn,.input-group-append .btn + .input-group-text,.input-group-append .input-group-text + .input-group-text,.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,.input-group-lg > .custom-select,.input-group-lg > .input-group-prepend > .input-group-text,.input-group-lg > .input-group-append > .input-group-text,.input-group-lg > .input-group-prepend > .btn,.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,.input-group-sm > .custom-select,.input-group-sm > .input-group-prepend > .input-group-text,.input-group-sm > .input-group-append > .input-group-text,.input-group-sm > .input-group-prepend > .btn,.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,.input-group > .input-group-prepend > .input-group-text,.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,.input-group > .input-group-append > .input-group-text,.input-group > .input-group-prepend:not(:first-child) > .btn,.input-group > .input-group-prepend:not(:first-child) > .input-group-text,.input-group > .input-group-prepend:first-child > .btn:not(:first-child),.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,.custom-file-label,.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.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:hover,.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #2EA38F;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #2EA38F;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #0E7B6E;
  border-color: #dee2e6 #dee2e6 #0E7B6E;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,.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,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl {
  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:hover,.navbar-brand:focus {
  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;
    opacity: 1;
    max-height: 6rem;
    transition: max-height 1s ease;
}

.navbar-hide {
    pointer-events: none;
    opacity: 0 !important;
    max-height: 0px;
    visibility: hidden;
    overflow: hidden;
    display: none
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,.navbar-expand > .container-fluid,.navbar-expand > .container-sm,.navbar-expand > .container-md,.navbar-expand > .container-lg,.navbar-expand > .container-xl {
  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 .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,.navbar-expand > .container-fluid,.navbar-expand > .container-sm,.navbar-expand > .container-md,.navbar-expand > .container-lg,.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #004B4E;
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
  color: #004B4E;
}

.navbar-light .navbar-nav .nav-link {
  color: #004B4E;
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
  color: #004B4E;
}

.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: #004B4E;
}

.navbar-light .navbar-toggler {
  color: #004B4E;
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23004B4E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: #004B4E;
}

.navbar-light .navbar-text a {
  color: #004B4E;
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
  color: #004B4E;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
  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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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:hover,.navbar-dark .navbar-text a:focus {
  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);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-bodyNC {
   display:flex;
}

.label-ncReturn {
    padding: 1.25rem;
}

.label-ncReturn:empty {
    display: none;
}

.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:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 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-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.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;
  border-radius: calc(0.25rem - 1px);
}

.card-img,.card-img-top,.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

.card-group > .card {
  margin-bottom: 15px;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
/*
.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.badge:hover,a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #fafafa;
}

a.badge-light:hover,a.badge-light:focus {
  color: #212529;
  background-color: #e1e0e0;
}

a.badge-light:focus,a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.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: #828282;
  background-color: #fefefe;
  border-color: #fefefe;
}

.alert-light hr {
  border-top-color: #f1f1f1;
}

.alert-light .alert-link {
  color: #696868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.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: 1s linear infinite progress-bar-stripes;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #fafafa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #828282;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
  color: #828282;
  background-color: #f1f1f1;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #828282;
  border-color: #828282;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  white-space: normal;
  word-spacing: 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: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  white-space: normal;
  word-spacing: 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);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #004B4E;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-control-prev,.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  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 {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #007bff !important;
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #fafafa !important;
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
  background-color: #e1e0e0 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !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: #fafafa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !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;
}

.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.85714286%;
}

.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;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,.mx-n5 {
  margin-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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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;
}

.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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #fafafa !important;
}

a.text-light:hover,a.text-light:focus {
  color: #d4d4d4 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 0.125rem solid #000000;
  outline-offset: 0.125rem;
}

.figure-img {
  margin-bottom: 0.8rem;
}/*
===============================================================================
  global brand - webfonts
===============================================================================
*/.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.icon-arrow_down {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-469%20275%2020%2012%22%20style%3D%22enable-background%3Anew%20-469%20275%2020%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2381868A%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-468.8%2C277.2%20-459%2C287%20-459%2C287%20-459%2C287%20-449.2%2C277.2%20-451.4%2C275%20-459%2C282.7%20-466.6%2C275%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-arrow_up {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-469%20275%2020%2012%22%20style%3D%22enable-background%3Anew%20-469%20275%2020%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2381868A%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-449.2%2C284.8%20-459%2C275%20-459%2C275%20-459%2C275%20-468.8%2C284.8%20-466.6%2C287%20-459%2C279.3%20-451.4%2C287%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-close {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2024.1%2024.1%22%20style%3D%22enable-background%3Anew%200%200%2024.1%2024.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15.1%2C12l8.3-8.3c0.8-0.8%2C0.8-2.2%2C0-3s-2.2-0.8-3%2C0L12.1%2C9L3.7%2C0.6c0%2C0%2C0%2C0%2C0%2C0c-0.8-0.8-2.2-0.8-3%2C0%20c-0.8%2C0.8-0.8%2C2.2%2C0%2C3L9%2C12l-8.3%2C8.3c0%2C0-0.1%2C0.1-0.1%2C0.1c-0.8%2C0.9-0.7%2C2.2%2C0.1%2C3c0.9%2C0.8%2C2.2%2C0.7%2C3-0.1l8.3-8.3l8.3%2C8.3%20c0.8%2C0.8%2C2.1%2C0.8%2C3%2C0c0.9-0.8%2C0.9-2.2%2C0.1-3L15.1%2C12z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.btn {
  border: 1px solid teal;
  border-radius: 1.675rem;
  padding: 0.625rem 2rem;
  min-width: 8.125rem;
  transition: font-weight 0.2s ease;
  border: none;
  transition: 0.3s ease;
  transition-property: background-color, color;
}

.btn:hover {
  transition: font-weight 0.2s ease;
}

.btn.focus,.btn:focus {
  box-shadow: none;
  background-color: inherit;
  border-color: inherit;
}

.btn:focus-visible {
  outline: 0.125rem solid #000000;
  outline-offset: 0.125rem;
}

.btn-primary {
  background: linear-gradient(to right, #004B4E 0%, #00B9BD 35%, #00B9BD 70%, #004B4E 100%);
  background-size: 300% 100%;
  background-position: 0 0;
  transition: 0.5s ease;
  transition-property: background-position;
}

.btn-primary:hover {
  transition: 0.5s ease;
  background-position: 100% 0;
  font-weight: 500;
}

.btn-secondary {
    background-color: transparent;
    color: #004B4D;
    border: 1px solid #004B4D;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #004B4D;
        font-weight: 500;
        border: 1px solid #004B4D;
    }

.btn-secondary.focus,.btn-secondary:focus {
  color: #009077;
  background-color: transparent;
  border: 1px solid #009077;
}

.btn-secondary.active,.btn-secondary:active {
  color: #009077;
  background-color: transparent;
  border: 1px solid #009077;
}

.btn-secondary.active.focus,.btn-secondary.active:focus,.btn-secondary.active:hover,.btn-secondary:active.focus,.btn-secondary:active:focus,.btn-secondary:active:hover {
  color: #009077;
  background-color: #009077;
  border: 1px solid #009077;
}

.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #009077;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-tertiary {
  background-color: #EAC62D;
  color: #004B4E;
  border: 1px solid transparent;
  padding: 0.563rem 2rem;
}

.btn-tertiary:hover {
  color: #004B4E;
  font-weight: 500;
}

.btn-tertiary.focus,.btn-tertiary:focus {
  background-color: #fff;
  color: #004B4E;
  border: 1px solid #EAC62D;
}

.btn-tertiary.active,.btn-tertiary:active {
  background-color: #fff;
  color: #004B4E;
  border: 1px solid #EAC62D;
}

.btn-tertiary.active.focus,.btn-tertiary.active:focus,.btn-tertiary.active:hover,.btn-tertiary:active.focus,.btn-tertiary:active:focus,.btn-tertiary:active:hover {
  background-color: #fff;
  color: #004B4E;
  border-color: #EAC62D;
}

.btn-white {
  background-color: white;
  color: #004B4E;
  border: 1px solid #fff;
}

.btn-white:hover {
  background-color: white;
  color: #004B4E;
  font-weight: 500;
}

.btn-white.focus,.btn-white:focus {
  font-weight: 500;
  color: #004B4E;
  background-color: white;
}

.btn-white.active,.btn-white:active {
  font-weight: 500;
  color: #004B4E;
  background-color: white;
  border: 1px solid #009077;
}

.btn-white.active.focus,.btn-white.active:focus,.btn-white.active:hover,.btn-white:active.focus,.btn-white:active:focus,.btn-white:active:hover {
  font-weight: 500;
  background-color: white;
}

.btn-white:not(:disabled):not(.disabled):active {
  background-color: #fff;
}

.link-with-icon {
  font-weight: 600;
  text-align: left;
  position: relative;
  margin-left: 1.3rem;
  border: none;
  background: none;
  padding: 0 0 0 1.5rem;
  margin: 0;
  display: inline-flex;
}

.link-with-icon:hover {
  text-decoration: none;
}

.link-with-icon:hover::after {
  left: 2px;
  transition: left 0.2s ease;
}

.link-with-icon::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23eac62d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m8,15.96C3.61,15.96.04,12.39.04,8S3.61.04,8,.04s7.96,3.57,7.96,7.96-3.57,7.96-7.96,7.96Zm0-13.92c-3.29,0-5.97,2.68-5.97,5.97s2.68,5.97,5.97,5.97,5.97-2.68,5.97-5.97-2.68-5.97-5.97-5.97Z'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.link-with-icon::after {
  content: "";
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23eac62d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m8.03,8.18l-1.79-1.76c-.33-.33-.33-.86,0-1.18.33-.33.86-.33,1.18,0l2.39,2.39c.33.33.33.86,0,1.18l-2.39,2.39c-.33.33-.86.33-1.18,0-.33-.33-.33-.86,0-1.18l1.79-1.84Z'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  color: #eac62d;
  font-size: 0.8rem;
  transition: left 0.2s ease;
  width: 19px;
  height: 19px;
}

.link-with-icon--white {
  color: #fff;
}

.link-with-icon--white:hover {
  color: #fff;
}

.link-with-icon--green {
    color: #004B4D;
}

    .link-with-icon--green:hover {
        color: #004B4D;
    }/*
===============================================================================
  Headings
===============================================================================
*/h1,.h1 {
  font-size: 2.625rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}

h2,.h2 {
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}

h3,.h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

h4,.h4 {
  font-size: 1.75rem;
  margin-bottom: 1.8rem;
}

h5,.h5 {
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}

h6,.h6 {
  font-size: 1.125rem;
  margin-bottom: 1.8rem;
}

p {
  color: #535458;
  margin-bottom: 1.5rem;
}

.header {
  border-bottom: 4px solid #00B9BD;
  border-top: 0;
  position: sticky;
  top: 0;
  text-transform: uppercase;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.header__buttons-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header__herd-number {
  display: flex;
  align-items: center;
  margin-right: 2.6rem;
  font-size: 0.8125rem;
  text-transform: none;
  font-weight: 400;
}

.header__herd-number::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1789_6130)'%3E%3Cmask id='path-1-inside-1_1789_6130' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6615 11.8228C13.4985 10.7914 14 9.47673 14 8.04492C14 4.73121 11.3137 2.04492 8 2.04492C4.68629 2.04492 2 4.73121 2 8.04492C2 9.47672 2.50152 10.7914 3.33847 11.8228C3.80762 11.404 4.33252 11.0491 4.89983 10.7688C4.93924 10.7494 4.97881 10.7303 5.01853 10.7116C4.38514 10.0039 4 9.0694 4 8.04492C4 5.83578 5.79086 4.04492 8 4.04492C10.2091 4.04492 12 5.83578 12 8.04492C12 9.06941 11.6149 10.0039 10.9814 10.7116C10.9917 10.7165 11.002 10.7213 11.0123 10.7262C11.613 11.0126 12.168 11.3823 12.6615 11.8228ZM8 16.0449C12.4183 16.0449 16 12.4632 16 8.04492C16 3.62664 12.4183 0.0449219 8 0.0449219C3.58172 0.0449219 0 3.62664 0 8.04492C0 12.4632 3.58172 16.0449 8 16.0449Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6615 11.8228C13.4985 10.7914 14 9.47673 14 8.04492C14 4.73121 11.3137 2.04492 8 2.04492C4.68629 2.04492 2 4.73121 2 8.04492C2 9.47672 2.50152 10.7914 3.33847 11.8228C3.80762 11.404 4.33252 11.0491 4.89983 10.7688C4.93924 10.7494 4.97881 10.7303 5.01853 10.7116C4.38514 10.0039 4 9.0694 4 8.04492C4 5.83578 5.79086 4.04492 8 4.04492C10.2091 4.04492 12 5.83578 12 8.04492C12 9.06941 11.6149 10.0039 10.9814 10.7116C10.9917 10.7165 11.002 10.7213 11.0123 10.7262C11.613 11.0126 12.168 11.3823 12.6615 11.8228ZM8 16.0449C12.4183 16.0449 16 12.4632 16 8.04492C16 3.62664 12.4183 0.0449219 8 0.0449219C3.58172 0.0449219 0 3.62664 0 8.04492C0 12.4632 3.58172 16.0449 8 16.0449Z' fill='%23B8925A'/%3E%3Cpath d='M12.6615 11.8228L11.9956 12.5689L12.7775 13.2669L13.438 12.453L12.6615 11.8228ZM3.33847 11.8228L2.56195 12.4529L3.22242 13.2669L4.00439 12.5688L3.33847 11.8228ZM4.89983 10.7688L5.3427 11.6654L5.34271 11.6654L4.89983 10.7688ZM5.01853 10.7116L5.44445 11.6164L6.65874 11.0447L5.76367 10.0447L5.01853 10.7116ZM10.9814 10.7116L10.2363 10.0447L9.34124 11.0447L10.5555 11.6164L10.9814 10.7116ZM11.0123 10.7262L10.582 11.6289L10.582 11.6289L11.0123 10.7262ZM13 8.04492C13 9.23904 12.5827 10.333 11.885 11.1927L13.438 12.453C14.4143 11.2498 15 9.71443 15 8.04492H13ZM8 3.04492C10.7614 3.04492 13 5.2835 13 8.04492H15C15 4.17893 11.866 1.04492 8 1.04492V3.04492ZM3 8.04492C3 5.2835 5.23858 3.04492 8 3.04492V1.04492C4.13401 1.04492 1 4.17893 1 8.04492H3ZM4.11498 11.1927C3.41733 10.3329 3 9.23902 3 8.04492H1C1 9.71441 1.5857 11.2498 2.56195 12.4529L4.11498 11.1927ZM4.45695 9.87226C3.8086 10.1925 3.20871 10.5982 2.67254 11.0768L4.00439 12.5688C4.40653 12.2099 4.85644 11.9056 5.3427 11.6654L4.45695 9.87226ZM4.59261 9.80684C4.54724 9.82819 4.50202 9.85 4.45695 9.87226L5.34271 11.6654C5.37645 11.6488 5.41037 11.6324 5.44445 11.6164L4.59261 9.80684ZM3 8.04492C3 9.32488 3.48225 10.4946 4.2734 11.3785L5.76367 10.0447C5.28803 9.51326 5 8.81392 5 8.04492H3ZM8 3.04492C5.23858 3.04492 3 5.2835 3 8.04492H5C5 6.38807 6.34315 5.04492 8 5.04492V3.04492ZM13 8.04492C13 5.2835 10.7614 3.04492 8 3.04492V5.04492C9.65685 5.04492 11 6.38807 11 8.04492H13ZM11.7266 11.3785C12.5177 10.4946 13 9.32489 13 8.04492H11C11 8.81393 10.712 9.51327 10.2363 10.0447L11.7266 11.3785ZM11.4426 9.82356C11.4308 9.81792 11.419 9.81235 11.4074 9.80686L10.5555 11.6164C10.5644 11.6206 10.5732 11.6247 10.582 11.6289L11.4426 9.82356ZM13.3274 11.0768C12.7634 10.5734 12.1292 10.1509 11.4426 9.82355L10.582 11.6289C11.0969 11.8744 11.5726 12.1912 11.9956 12.5689L13.3274 11.0768ZM15 8.04492C15 11.9109 11.866 15.0449 8 15.0449V17.0449C12.9706 17.0449 17 13.0155 17 8.04492H15ZM8 1.04492C11.866 1.04492 15 4.17893 15 8.04492H17C17 3.07436 12.9706 -0.955078 8 -0.955078V1.04492ZM1 8.04492C1 4.17893 4.13401 1.04492 8 1.04492V-0.955078C3.02944 -0.955078 -1 3.07436 -1 8.04492H1ZM8 15.0449C4.13401 15.0449 1 11.9109 1 8.04492H-1C-1 13.0155 3.02944 17.0449 8 17.0449V15.0449Z' fill='%23B8925A' mask='url(%23path-1-inside-1_1789_6130)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1789_6130'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.0449219)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}

.header__herd-number--mobile {
  font-size: 1rem;
  margin: 1.1rem 0 1.4rem;
}

.header__herd-number--mobile::before {
  margin-right: 1.1rem;
}

.header__herd-number span {
  font-weight: 600;
  padding-left: 0.25rem;
}

.header__shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(146.41deg, rgba(255, 255, 255, 0) 50.91%, rgba(188, 190, 192, 0.056762) 45.96%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top -110px;
  border-top-left-radius: 50% 40%;
  border-top-right-radius: 50% 20%;
}

.header .navbar {
  padding: 1.15rem 1rem 1.15rem;
  font-weight: 500;
}

.header .navbar .navbar-brand img {
  width: 6.688rem;
  height: 2rem;
}

.header .navbar .navbar-nav {
  padding-left: 0.4rem;
  background-color:white;
}

.header .navbar .nav-item:last-of-type .nav-link {
  padding-right: 0;
}

.header .navbar .nav-item .nav-link {
  padding: 0.75rem 0;
  letter-spacing: 2px;
}

.header .navbar .navbar-toggler {
  border: 0;
  padding: 0;
  margin-left: 1.1rem;
  margin-top: 0.25rem;
}

.header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='23.5' width='24' height='3' rx='1.5' fill='%23004B4E'/%3E%3Crect x='4' y='14.5' width='24' height='3' rx='1.5' fill='%23004B4E'/%3E%3Crect x='12' y='6.5' width='16' height='3' rx='1.5' fill='%23004B4E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.header .navbar .navbar-toggler .navbar-toggler-icon.icon-close {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.08203' y='5.12451' width='28' height='3.5' rx='1.75' transform='rotate(45.0796 8.08203 5.12451)' fill='%23004B4E'/%3E%3Crect width='28' height='3.5' rx='1.75' transform='matrix(-0.706124 0.708088 0.708088 0.706124 25.3752 5.12451)' fill='%23004B4E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.header__portal-type {
    display: none;
    background-color: #004B4D;
    position: relative;
    left: 13rem;
    padding: 0.3rem 1.2rem;
    font-size: 0.9rem;
    color: #fff;
}

    .header__portal-type::before, .header__portal-type::after {
        content: "";
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 0;
        background-color: #004B4D;
    }

.header__portal-type::before {
  left: -1.975rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.header__portal-type::after {
  right: -1.975rem;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
}

.header__schemes-dropdown {
    display: flex;
    flex-direction: column;
    background-color: #004B4E;
    margin: 0.5rem -0.938rem 2.3rem;
}

.header__schemes-dropdown.show .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99976 19L15.9998 13L21.9998 19' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.header__schemes-dropdown .btn {
  color: #fff;
}

.header__schemes-dropdown .dropdown-toggle {
  position: relative;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  padding-left: 1.2rem;
  text-align: left;
}

.header__schemes-dropdown .dropdown-toggle::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0002 13L16.0002 19L10.0002 13' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.4rem;
  right: 1.875rem;
}

.header__schemes-dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}

.header__schemes-dropdown .dropdown-menu.show {
  position: static;
}

.header__schemes-dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #E0E0E0;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 4rem;
  color: #004B4E;
  font-weight: 500;
  position: relative;
  background-repeat: no-repeat;
  background-position: 1.1rem center;
}

.header__schemes-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.header__schemes-dropdown .dropdown-menu .dropdown-item.active,.header__schemes-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.header__schemes-dropdown .dropdown-menu .dropdown-item.active::after,.header__schemes-dropdown .dropdown-menu .dropdown-item:active::after {
  content: "";
  border-left: 4px solid #00B9BD;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}

.header__schemes-dropdown .dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  right: auto;
  bottom: auto;
}

.header__schemes-dropdown .dropdown-menu .dropdown-item.beef {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1155_2303)'%3E%3Cg clip-path='url(%23clip1_1155_2303)'%3E%3Cpath d='M32.0128 3.27337C31.9935 3.18102 31.9347 3.10313 31.8509 3.0595L31.8485 3.05843C31.7813 3.02631 31.7047 3.02523 31.637 3.05495C30.7408 3.29799 29.9443 3.84324 29.3929 4.59084L29.3722 4.6168L29.3503 4.58495C28.9855 4.04934 28.7917 3.4238 28.7901 2.7755V2.74846H28.8835C29.2122 2.74445 29.5213 2.61436 29.7539 2.38149C29.9866 2.14861 30.1166 1.83945 30.1207 1.50968V1.23773C30.1126 0.557046 29.5738 0.0134071 28.892 -0.000244141H18.3464C18.0177 0.00377092 17.7085 0.133859 17.4759 0.366732C17.2436 0.599338 17.1132 0.908765 17.1092 1.23853V1.51049C17.1132 1.83945 17.2433 2.14888 17.4759 2.38149C17.7085 2.61409 18.0174 2.74445 18.3472 2.74846H18.4395V2.77389C18.4256 3.44467 18.2128 4.08815 17.8258 4.63286L17.8011 4.66552L17.7776 4.63447C17.2361 3.84805 16.4296 3.2814 15.5064 3.03889L15.4989 3.03728C15.3439 3.01185 15.1892 3.09965 15.1311 3.2458L15.1276 3.25436L15.1263 3.26346C15.1022 3.42594 15.1967 3.58467 15.3511 3.64034L15.3578 3.64248C16.1857 3.86358 16.89 4.38687 17.3415 5.11735L17.3549 5.13796L17.3399 5.15107C16.4676 5.97603 16.0214 7.13585 16.1151 8.33314V14.6432L16.1831 14.6536C16.3404 14.678 16.4997 14.705 16.6568 14.7342L16.7519 14.7519V9.27454H30.4967V20.5544H26.4236L26.4022 20.5705C26.1736 20.7413 25.9305 20.8963 25.6803 21.0312L25.7183 21.1821H30.4965V25.6929H18.575L18.3458 26.3206H30.8024C30.8099 26.3211 30.8174 26.3214 30.8249 26.3214C30.9031 26.3214 30.9783 26.2909 31.0345 26.2357C31.0963 26.175 31.129 26.0907 31.1239 26.0042V8.34759C31.2259 7.15245 30.7882 5.99102 29.9228 5.16098L29.9162 5.15455L29.9081 5.14973C29.887 5.13715 29.8682 5.11976 29.8546 5.09915L29.8503 5.09272L29.8217 5.06381L29.8361 5.02741C30.2984 4.33923 30.993 3.84083 31.7915 3.62428C31.8766 3.60287 31.9494 3.54639 31.9911 3.4693C32.0265 3.40988 32.0342 3.33894 32.0131 3.27337H32.0128ZM18.3498 2.12078C18.0233 2.09722 17.7623 1.8341 17.7412 1.50728V1.23987C17.7457 0.903411 18.0123 0.634402 18.3472 0.627711H28.8902C29.2248 0.634135 29.4935 0.901538 29.5023 1.23425V1.50299C29.4935 1.83812 29.2245 2.10739 28.8918 2.11623L18.3498 2.12078ZM30.5246 8.26542L30.524 8.27532L30.5291 8.30048V8.67951H16.7516V8.31066C16.689 7.36658 17.0209 6.42706 17.6627 5.73219L17.6879 5.70702L17.7042 5.74209C17.8531 6.07293 17.9537 6.33525 17.9695 6.38075L17.9716 6.38718C18.0161 6.52824 18.1494 6.62219 18.2974 6.6163H18.4558L18.4703 6.61068C18.5442 6.58124 18.6028 6.52476 18.6341 6.45409C18.6654 6.38905 18.6681 6.31517 18.6421 6.24852V6.21533L18.6384 6.20355C18.5351 5.87592 18.3996 5.55659 18.2358 5.25546L18.2275 5.23994L18.2372 5.22709C18.7899 4.5365 19.091 3.66925 19.0857 2.78513V2.7581H28.1626V2.7854C28.1648 3.65051 28.4643 4.49769 29.0074 5.17222L29.0184 5.1856L29.0093 5.20166C28.8192 5.52394 28.672 5.86977 28.5716 6.23005L28.5703 6.23541C28.5524 6.32213 28.5666 6.41207 28.6099 6.48916C28.6431 6.56116 28.706 6.61336 28.7828 6.63316L28.7927 6.63557H28.8821L28.8926 6.63477C29.0294 6.61684 29.1466 6.53225 29.2066 6.40779L29.2103 6.39976L29.2124 6.39119C29.2695 6.14895 29.3581 5.91527 29.4758 5.69605L29.4927 5.66125L29.5141 5.67972C30.2018 6.358 30.5703 7.3002 30.5246 8.26569V8.26542Z' fill='%2300B9BD'/%3E%3Cpath d='M8.0941 15.7149C8.67227 16.2602 9.5082 16.4462 10.2759 16.201C11.6629 15.7577 13.1935 15.595 14.8255 15.7171C15.2736 15.7505 15.7299 15.8059 16.1818 15.8817C16.3413 15.9084 16.5006 15.9376 16.6555 15.9687C17.1173 16.061 17.5694 16.1737 17.9998 16.3033C18.212 16.367 18.4302 16.3993 18.6486 16.3993C19.0801 16.3993 19.4961 16.2738 19.8513 16.0361C20.908 15.3292 21.7145 14.1622 22.1843 12.6611C22.5346 11.5406 22.5767 10.6351 22.5783 10.5971L22.5818 10.5168L21.8893 10.4873L21.8858 10.5673C21.8856 10.5759 21.8449 11.4247 21.5229 12.4539C21.2287 13.3942 20.6334 14.6788 19.4663 15.4593C19.0988 15.705 18.6374 15.7703 18.1997 15.6386C17.7152 15.4927 17.2061 15.368 16.6869 15.2676C16.5303 15.2374 16.3694 15.2087 16.2083 15.1828C15.7647 15.111 15.3169 15.0578 14.8774 15.0251C13.1563 14.8964 11.5371 15.0696 10.0652 15.5401C9.53764 15.7088 8.96456 15.5821 8.56975 15.2101C7.66797 14.3594 6.55258 12.8613 6.36173 10.5534L6.35504 10.4734L5.66418 10.5307L5.67088 10.6107C5.88019 13.1375 7.10425 14.781 8.09436 15.7146L8.0941 15.7149Z' fill='%2300B9BD'/%3E%3Cpath d='M19.4952 29.2671L17.4957 27.1367L20.4037 19.1735C20.7228 18.3001 21.294 17.5565 22.0555 17.0235C22.817 16.4906 23.7108 16.209 24.6401 16.209H27.5425C27.3639 18.6301 25.3438 20.5142 22.9067 20.5142H20.4744L20.4564 20.5544H20.4514L20.2155 21.2L21.2439 21.208H22.9064C23.0812 21.208 23.2587 21.1992 23.4343 21.1821C24.0341 21.1229 24.6152 20.9634 25.1613 20.7078C26.0695 20.2827 26.8393 19.6122 27.3875 18.7687C27.9504 17.9026 28.2478 16.8977 28.2478 15.8626V15.5157H24.6396C23.5676 15.5157 22.5365 15.8407 21.658 16.4555C20.7795 17.0704 20.1205 17.928 19.7525 18.9355L16.8544 26.8717H11.3931L8.49506 18.9355C8.12701 17.9277 7.46827 17.0701 6.58951 16.4555C5.71102 15.8407 4.67995 15.5157 3.60793 15.5157H0V15.8626C0 18.8102 2.39619 21.2083 5.34163 21.2083H7.08443V20.5148H5.34163C2.90449 20.5148 0.884651 18.6304 0.705847 16.2096H3.6082C4.53728 16.2096 5.43103 16.4911 6.19256 17.0241C6.95408 17.557 7.52529 18.3003 7.84408 19.174L10.7504 27.1332L8.73034 29.2076L8.71481 29.2234L8.69367 29.2518C8.32107 29.7887 8.27744 30.482 8.58018 31.0615C8.88291 31.6407 9.47687 32.0008 10.13 32.0008H18.0471C18.6997 32.0008 19.2749 31.6579 19.5854 31.0835C19.8959 30.509 19.8684 29.8399 19.5113 29.293L19.4947 29.2676L19.4952 29.2671ZM10.1305 31.3067C9.73009 31.3067 9.38024 31.0947 9.19475 30.7395C9.0138 30.3934 9.03415 29.9938 9.24828 29.6691L11.0146 27.8554L12.2751 31.3067H10.1305ZM13.0131 31.3067L11.6469 27.5652H16.6017L15.2355 31.3067H13.0133H13.0131ZM18.9765 30.7529C18.7891 31.0998 18.442 31.3067 18.0479 31.3067H15.9735L17.2299 27.8661L18.9473 29.6959C19.1481 30.0211 19.1593 30.4156 18.9768 30.7529H18.9765Z' fill='%2300B9BD'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1155_2303'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1155_2303'%3E%3Crect width='32.0246' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.header__schemes-dropdown .dropdown-menu .dropdown-item.pig {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1155_2981)'%3E%3Cpath d='M22.6276 9.53453C21.854 8.74839 20.8227 8.26609 19.7237 8.17619L19.6661 8.17139V8.7932L19.7154 8.79694C20.651 8.86496 21.5302 9.26884 22.1915 9.93334L23.6845 11.4512L23.4178 11.5929C21.9429 12.4065 20.118 12.2808 18.7687 11.2727L18.7308 11.2445L18.292 11.7017L18.3387 11.738C19.2 12.4097 20.273 12.7783 21.3629 12.7783C21.3771 12.7783 21.3912 12.7783 21.4051 12.7783C21.4384 12.7791 21.4718 12.7794 21.5049 12.7794C22.3953 12.7794 23.2809 12.4996 24.0089 11.9866L24.0116 11.9847C24.1172 11.9004 24.2191 11.8089 24.3128 11.7148C24.3128 11.7148 24.3133 11.7142 24.3136 11.714C24.3757 11.6563 24.4125 11.5779 24.4173 11.4931V11.4909C24.4173 11.4875 24.4176 11.484 24.4176 11.4803C24.4176 11.3938 24.3821 11.3109 24.3192 11.2514L22.6274 9.534L22.6276 9.53453Z' fill='%23C02C8F'/%3E%3Cpath d='M31.9997 16.5853C31.9901 16.4162 31.8554 16.2839 31.686 16.2777H31.6847C30.4976 16.2628 29.4335 15.5922 28.9083 14.5283L27.1692 10.8577L28.5945 10.3629L28.6001 10.3605C29.3175 10.0161 29.8056 9.50683 30.0924 8.80338C30.3725 8.11647 30.405 7.34794 30.405 6.82882C30.4018 6.6581 30.2602 6.51938 30.0895 6.51938H27.6897C26.6888 6.57113 25.7394 6.98194 25.017 7.67579L24.8762 7.80837L24.7212 7.68272C23.3404 6.60475 21.6153 6.00694 19.8632 6H7.3423C6.37476 6 5.43043 6.18753 4.53625 6.55753C3.64021 6.92806 2.83833 7.46345 2.15249 8.14875C1.46665 8.83406 0.930726 9.63567 0.559396 10.5315C0.188333 11.4272 0 12.3729 0 13.3426V13.6363C0.012271 14.9834 0.21901 16.3193 0.614615 17.6073L0.615415 17.6099C0.686907 17.8052 0.741593 18.0082 0.777606 18.2128C0.996349 19.4655 0.745328 20.7486 0.0706914 21.8263C-0.00586872 21.9354 -0.00560196 22.0814 0.0717585 22.1905L2.77137 25.9699C2.82579 26.0521 2.91969 26.1022 3.01626 26.1022C3.01972 26.1022 3.02319 26.1022 3.02666 26.1022H4.78621C5.08898 26.1006 5.37121 25.9371 5.523 25.6754C5.67479 25.4135 5.67612 25.0872 5.52673 24.8239L3.95178 22.0603L4.19534 21.8074C4.85903 21.1664 5.6065 20.6171 6.41638 20.1748L6.58657 20.066L6.71062 20.1735C6.9611 20.3914 7.68402 20.9511 8.98128 21.4409C10.5197 22.0216 12.3358 22.3161 14.3797 22.3161C16.3737 22.3089 18.3107 21.8989 20.1388 21.0965C20.1932 21.0693 20.2538 21.0557 20.3143 21.0557C20.3831 21.0575 20.4506 21.0714 20.5144 21.097C20.6379 21.1618 20.7243 21.2773 20.7521 21.4139L21.6316 25.8328L21.6324 25.8363C21.6703 25.9777 21.7988 26.0785 21.9464 26.0817H24.1108C24.1938 26.0828 24.2752 26.051 24.3344 25.9929C24.3936 25.9347 24.4275 25.8539 24.4275 25.7709V21.0354C24.4366 20.8209 24.5899 20.6427 24.7983 20.6024L31.7332 19.6096C31.8864 19.5853 31.9984 19.4551 31.9995 19.2996V16.5856L31.9997 16.5853ZM25.5441 8.06045L25.5468 8.05832C26.1422 7.5328 26.9068 7.21616 27.6993 7.16627H29.7894V7.41916C29.6827 8.6532 29.2676 9.36411 28.4011 9.79546L28.3278 9.82481L26.8899 10.274L26.7979 10.1065C26.4559 9.48389 26.0307 8.91035 25.5329 8.40137L25.3411 8.21784L25.5444 8.06019L25.5441 8.06045ZM24.7369 19.9718C24.2063 20.0524 23.811 20.5176 23.8171 21.0533V25.4906H22.2166L21.3661 21.2837C21.2981 20.9666 21.0938 20.6993 20.806 20.5502C20.5181 20.401 20.1817 20.3882 19.883 20.5157C18.1376 21.2824 16.286 21.6756 14.3797 21.6842C10.2977 21.6842 8.09537 20.4106 7.33804 19.863L7.10889 19.6963L7.3215 19.5087C8.08016 18.8346 8.5742 17.9095 8.71238 16.9041L8.72065 16.8435H8.0991L8.09217 16.8889C7.9137 18.0776 7.16838 19.1145 6.09787 19.6637C5.24664 20.1276 4.4637 20.707 3.77119 21.3854L3.3433 21.8029C3.2438 21.9045 3.22593 22.0603 3.29902 22.1803L5.19275 25.4956H3.16724L0.681839 22.0421L0.747995 21.9181C1.39836 20.7601 1.6251 19.4028 1.38662 18.0965C1.345 17.8634 1.28738 17.6307 1.21536 17.4061C0.965671 16.5888 0.793344 15.7431 0.70318 14.8932V14.8287C0.77067 14.4422 0.759733 14.0524 0.670635 13.6691C0.641825 13.5552 0.625019 13.4375 0.620751 13.3223C0.62902 11.5313 1.33247 9.84935 2.60171 8.58571C3.87122 7.32206 5.55661 6.62635 7.34764 6.62635H19.863C21.2378 6.63302 22.5786 7.02516 23.7403 7.76008C24.9021 8.49501 25.8306 9.53884 26.4253 10.7777L28.2979 14.7649C28.8453 15.8981 29.9161 16.6784 31.1621 16.8521L31.3587 16.8814L31.3785 19.0216L24.7369 19.9718Z' fill='%23C02C8F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1155_2981'%3E%3Crect width='32' height='20.102' fill='white' transform='translate(0 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.header__schemes-dropdown .dropdown-menu .dropdown-item.poultry {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1155_2989)'%3E%3Cpath d='M29.5404 6.14343C29.5404 5.51721 29.1981 4.94295 28.6469 4.64495L28.6066 4.62481L28.6175 4.58345C28.819 4.10782 28.7766 3.56299 28.504 3.12554L28.4857 3.09505V3.07464C28.5533 2.89038 28.587 2.69763 28.5854 2.50171C28.5854 2.04808 28.4011 1.60427 28.0798 1.284C27.7598 0.965057 27.3176 0.782388 26.8661 0.782388H26.8544L26.8372 0.767011C26.4718 0.217677 25.8159 -0.0763436 25.1624 0.0169795C24.5049 0.110833 23.9548 0.58222 23.761 1.21745C23.5674 1.85216 23.7602 2.54916 24.252 2.9943L24.2835 3.02585L24.2411 3.05263C22.9099 3.86788 21.8587 5.11581 21.2805 6.56656L19.1627 12.0379H13.523L5.52162 4.42305L3.34231 9.18517C2.90963 10.1383 2.8863 11.2417 3.27788 12.2126L6.74118 20.7501C6.83901 20.9892 7.30854 21.9423 7.4297 22.1481C8.28684 23.5768 9.48175 24.8062 10.8858 25.7034C12.2899 26.6003 13.9077 27.1682 15.5644 27.3455L15.5758 27.3461V27.3529L16.5017 31.3741H15.198V32.0003H21.0872V31.3741H17.1645L16.2466 27.362H16.775C16.7973 27.362 16.8193 27.362 16.8415 27.362C18.2873 27.362 19.6921 27.0841 21.0183 26.5356C22.3192 25.9976 23.4908 25.223 24.5007 24.233C25.5105 23.243 26.3083 22.0871 26.8719 20.7973C27.4554 19.4621 27.7617 18.0403 27.7823 16.5699V9.8098H28.3447C28.7097 9.8098 29.0435 9.61043 29.2167 9.28857C29.3903 8.96539 29.3718 8.57486 29.1681 8.26997L28.1249 6.69276H29.5404V6.14343ZM25.1974 0.745536C25.6765 0.620133 26.1829 0.832761 26.4284 1.26173L26.5318 1.44625L26.8868 1.40887C27.487 1.41152 27.9769 1.90014 27.9804 2.50091C27.9756 2.66767 27.934 2.83443 27.8598 2.9837L27.7625 3.16319L27.8971 3.32783C28.1209 3.59321 28.1832 3.95988 28.0597 4.28439L28.0459 4.32442L25.0192 2.84424C24.63 2.63904 24.3843 2.23844 24.3774 1.79834C24.3819 1.30362 24.7189 0.870938 25.1974 0.745536ZM7.32206 20.5123L3.8593 11.9862C3.55998 11.2301 3.55998 10.397 3.86009 9.63906L3.87998 9.58577L6.82124 12.3195L7.24703 11.8637L4.14669 8.97997L4.76151 7.55016L8.80993 11.3173L9.24128 10.8562L5.02398 6.94993L5.69262 5.48168L13.0034 12.412L7.45833 20.8296L7.32233 20.5123H7.32206ZM28.6567 8.61887C28.732 8.73261 28.7376 8.8771 28.6713 8.99641C28.605 9.11571 28.4786 9.18783 28.3404 9.18332H27.7826V7.30122L28.6567 8.61887ZM28.9035 6.08112L27.1561 6.06018V16.5688C27.1442 17.7051 26.9477 18.8226 26.5723 19.8903C26.2059 20.9325 25.6775 21.9052 25.0012 22.7814C24.3249 23.6577 23.5181 24.4159 22.6029 25.0347C21.6654 25.6686 20.6341 26.1421 19.5381 26.442C18.4421 26.7418 17.3137 26.8593 16.1838 26.7909C15.0811 26.7241 14.0008 26.4823 12.9726 26.0721C11.9445 25.662 10.9943 25.0938 10.1485 24.3833C9.28185 23.6553 8.54401 22.7934 7.95438 21.8198C7.8926 21.722 7.83481 21.6168 7.77913 21.5157L7.74811 21.4585H16.7989C18.0532 21.4585 19.2412 20.9786 20.1436 20.1072C21.0469 19.2352 21.5681 18.0639 21.6114 16.809L21.6145 16.7131H20.9886L20.9849 16.8021C20.9409 17.8899 20.4849 18.9043 19.7004 19.6591C18.9159 20.4139 17.8843 20.8304 16.7959 20.8323H8.20624L9.18561 19.3492H15.4727V18.7229H9.62306L10.6024 17.2399H16.1758V16.6083H11.0081L13.6089 12.6644H19.5938L21.8677 6.8338C22.4306 5.4093 23.4797 4.21837 24.822 3.48107L24.8374 3.47285L28.3452 5.21895C28.6522 5.38412 28.8606 5.68848 28.9038 6.0342V6.08165L28.9035 6.08112Z' fill='%2300A7EE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1155_2989'%3E%3Crect width='26.5403' height='32' fill='white' transform='translate(3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.header__schemes-dropdown .dropdown-menu .dropdown-item.egg {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1155_2996)'%3E%3Cpath d='M31.5848 15.3422H26.7171C26.6643 13.4441 26.3984 11.6011 25.9246 9.85413C25.4085 7.95116 24.6686 6.24007 23.725 4.76828C22.7731 3.28364 21.6607 2.11549 20.4188 1.29625C19.1151 0.436014 17.7269 0 16.2924 0C14.8579 0 13.4697 0.436014 12.1659 1.29625C10.9241 2.11549 9.81166 3.28364 8.85978 4.76828C7.9162 6.24007 7.17629 7.95116 6.66014 9.85413C6.18634 11.6011 5.9205 13.4441 5.86771 15.3422H1V21.8921H5.81411L9.73797 32H23.8609L26.7972 21.8921H31.5845V15.3422H31.5848ZM7.43596 10.0645C7.93067 8.24085 8.63735 6.6048 9.53644 5.20215C10.4272 3.81264 11.4609 2.72408 12.6084 1.96729C13.7784 1.19549 15.0178 0.803959 16.2921 0.803959C17.5664 0.803959 18.8058 1.19522 19.9759 1.96729C21.1234 2.72435 22.157 3.81264 23.0478 5.20215C23.9471 6.6048 24.6538 8.24059 25.1483 10.0645C25.6036 11.7432 25.8598 13.5156 25.9123 15.3422H6.67193C6.72446 13.5156 6.98066 11.7434 7.43596 10.0645ZM23.2574 31.196H10.2881L6.67649 21.8921H25.96L23.2571 31.196H23.2574ZM30.7808 21.0881H1.80396V16.1462H30.7808V21.0881Z' fill='%23F84167'/%3E%3Cpath d='M13.5769 3.92578C13.5458 3.9499 12.8077 4.52741 11.9534 5.68136C11.1706 6.7383 10.134 8.50674 9.64014 10.928L10.4277 11.0888C10.8892 8.82591 11.8532 7.17351 12.5805 6.18544C13.3716 5.11082 14.063 4.56627 14.0697 4.56091L13.8229 4.24361L13.5766 3.92578H13.5769Z' fill='%23F84167'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1155_2996'%3E%3Crect width='30.5848' height='32' fill='white' transform='translate(1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.header__schemes-dropdown .dropdown-menu .dropdown-item.hort {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1155_3004)'%3E%3Cpath d='M28.1615 5.39492C27.8705 4.46583 27.4362 3.59269 26.8708 2.80002C25.974 1.55172 24.7473 0.586661 23.3221 0.00847564C23.2861 -0.00271503 23.248 -0.00298148 23.2118 0.00767631C23.1635 0.00154808 23.1148 0.00181453 23.0665 0.00794275L23.0633 0.00874209C21.6315 0.57174 20.4066 1.53467 19.5218 2.79335C18.9558 3.58736 18.5207 4.4613 18.2287 5.39146C17.9367 6.32161 17.7936 7.28748 17.804 8.26213V14.2563C17.8461 14.9566 18.428 15.5044 19.1293 15.5044H21.2672V17.074L20.4261 28.7983C20.3821 29.6001 20.6446 30.3784 21.1655 30.9899C21.6229 31.4916 22.2701 31.7767 22.9474 31.7767C22.9634 31.7767 22.9797 31.7767 22.9957 31.7761H23.4358C24.1371 31.7868 24.8043 31.4905 25.266 30.9635C25.816 30.3733 26.088 29.5745 26.0121 28.7717L25.1643 17.0814V15.5044H27.2998C27.6409 15.5081 27.9726 15.3717 28.2127 15.1305C28.4525 14.8894 28.587 14.5561 28.5817 14.2161V8.26213C28.5937 7.28854 28.4522 6.32375 28.161 5.39465L28.1615 5.39492ZM24.5664 15.5046V16.7596H21.9051V15.5046H24.5664ZM19.1317 14.8668C18.7768 14.8668 18.4877 14.5779 18.4877 14.2228V8.26213C18.48 6.43405 19.0291 4.67552 20.0757 3.17677C20.7725 2.19758 21.7138 1.40598 22.7982 0.88721L22.9168 0.825128V14.8668H19.1317ZM25.3748 28.8658V28.8666C25.4566 29.4922 25.2565 30.1159 24.8261 30.5777C24.4728 30.9733 23.9661 31.2113 23.4364 31.2305H22.9962C22.4601 31.2241 21.9536 30.9864 21.6062 30.5777C21.1833 30.1149 20.9691 29.4908 21.0181 28.8658L21.8254 17.4366H24.5608L25.3748 28.8658ZM27.3595 14.8995H23.535V0.798484L23.6602 0.861098C24.7316 1.40598 25.6732 2.20691 26.3827 3.17704C26.9047 3.89244 27.2998 4.68485 27.5572 5.53241C27.8356 6.41674 27.9747 7.33517 27.9707 8.2624L28.0035 14.2558C28.0035 14.6107 27.7147 14.8995 27.3598 14.8995H27.3595Z' fill='%232E9655'/%3E%3Cpath d='M14.6588 1.38415C14.5978 1.32181 14.5131 1.28957 14.4262 1.29596C14.3393 1.28957 14.2546 1.32181 14.1936 1.38415C14.1323 1.44677 14.1022 1.5323 14.1105 1.61809V11.1603H11.6464V1.62022C11.6645 1.49553 11.608 1.37083 11.502 1.30262C11.3959 1.23441 11.259 1.23441 11.1529 1.30262C11.0469 1.37083 10.9904 1.49553 11.0085 1.61836V11.1603H8.01874V1.61942C8.027 1.5323 7.9969 1.4465 7.93561 1.38415C7.87433 1.32154 7.78934 1.28983 7.70407 1.29596C7.61695 1.28957 7.53168 1.32154 7.47067 1.38415C7.40939 1.4465 7.37928 1.5323 7.38754 1.61809V11.1603H4.64103V1.62022C4.65914 1.49553 4.60266 1.37083 4.49661 1.30262C4.39057 1.23441 4.25361 1.23441 4.14757 1.30262C4.04179 1.37057 3.98504 1.49553 4.00342 1.61809V14.4133C3.99996 14.7538 4.13585 15.0874 4.37671 15.3283C4.61758 15.5691 4.95223 15.7058 5.29168 15.7016H7.42724V17.304L6.57941 28.9955C6.54131 29.7967 6.80615 30.575 7.32546 31.1868C7.78934 31.7106 8.45758 32.0069 9.15593 31.9997H9.5961C9.60915 31.9997 9.62221 32 9.63553 32C10.3208 32 10.9696 31.705 11.4199 31.1873C11.9762 30.5993 12.248 29.8002 12.1662 28.9953L11.3251 17.305V15.7018H13.4606C13.4649 15.7018 13.4694 15.7018 13.4737 15.7018C13.8091 15.7018 14.1366 15.5659 14.3734 15.328C14.6132 15.0869 14.7478 14.7535 14.7425 14.4136V1.61942C14.7507 1.5323 14.7206 1.4465 14.6593 1.38415H14.6588ZM11.5345 29.063V29.0638C11.6123 29.6883 11.4124 30.3121 10.9859 30.7751C10.6326 31.1708 10.1258 31.4087 9.5961 31.4279H9.15593C8.61904 31.4202 8.10987 31.1823 7.75923 30.7751C7.34197 30.3102 7.12988 29.6862 7.17758 29.0632L7.98491 17.6341H10.7202L11.5342 29.0632L11.5345 29.063ZM8.06484 16.9565V15.6688H10.7261V16.9565H8.06484ZM14.1499 14.4133C14.1499 14.7682 13.8611 15.057 13.5059 15.057H5.29168C4.93678 15.057 4.64795 14.7682 4.64795 14.4133V11.7979H14.1502V14.4133H14.1499Z' fill='%232E9655'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1155_3004'%3E%3Crect width='24.5827' height='32' fill='white' transform='translate(4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

#skip-to-main-content {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  background-color: #FADC4A;
  padding: 0.6rem 2rem;
  font-size: 1.125rem;
  color: #000;
  font-weight: bolder;
  z-index: 1100;
}

#skip-to-main-content:focus {
  outline: none;
}

#skip-to-main-content:focus-visible {
  width: auto;
  height: auto;
  top: 1.25rem;
  left: 0.563rem;
  outline: 0.125rem solid #000000;
  outline-offset: 0.125rem;
}

.footer {
  background: linear-gradient(180deg, #009077 -42.83%, #004B4E 110.04%);
  background-repeat: no-repeat;
  position: relative;
  padding: 1.5rem 0 1.5rem;
  overflow: hidden;
}

.footer__wrapper {
  z-index: 10;
  position: relative;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.footer__nav {
  flex: 1 1 0;
}

.footer__nav .nav .nav-link {
  color: #fff;
  letter-spacing: 2.66667px;
  text-transform: uppercase;
  padding: 0.5rem 1.15rem 0;
}

.footer__nav .nav .nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.footer__middle {
  display: flex;
  align-items: flex-start;
}

.footer__horizontal-border {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
}

.footer__horizontal-border--mobile {
  margin-bottom: 2rem;
}

.footer__logo {
  width: 13.75rem;
}

.footer__logo img {
  width: 6.688rem;
  height: 2rem;
}

.footer__social-media {
  width: 14.9rem;
}

.footer__social-media ul {
  display: flex;
  justify-content: space-between;
  max-width: 146px;
  margin-bottom: 1.5rem;
}

.footer__social-media ul a {
  display: flex;
}

.footer__social-media ul img {
  width: 0.75rem;
  height: 0.75rem;
}

.footer__scroll-to-top {
  background: none;
  border: none;
  margin-left: auto;
  width: 1.575rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer__menu {
  color: #fff;
  width: 100%;
}

.footer__menu ul li {
  font-size: 0.813rem;
  padding-bottom: 0.5rem;
}

.footer__menu ul li a {
  color: #fff;
}

.footer__menu ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.footer__menu-heading {
  color: #fff;
  font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: bolder;
  letter-spacing: 2.66667px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0.7rem;
}

.footer__dropdown-mobile {
  margin-bottom: 0.2rem;
}

.footer__dropdown-mobile.show .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99976 19L15.9998 13L21.9998 19' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.footer__dropdown-mobile .btn {
  color: #fff;
  padding: 0;
  border-radius: 0;
}

.footer__dropdown-mobile .dropdown-toggle {
  position: relative;
  display: block;
  min-width: 100%;
  text-align: left;
}

.footer__dropdown-mobile .dropdown-toggle::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0002 13L16.0002 19L10.0002 13' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 0.1rem;
  right: 1.7rem;
  background-position: center;
  border: none;
}

.footer__dropdown-mobile .dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  color: #fff;
  background-color: transparent;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: transform 2.15s ease, opacity 0.2 s ease;
  transition-timing-function: ease-in-out;
  display: block !important;
}

.footer__dropdown-mobile .dropdown-menu.show {
  position: static;
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.5s, opacity 0.8s;
  transition-timing-function: ease-in-out;
}

.footer__copyright {
  font-size: 0.813rem;
  color: #fff;
}

.footer__copyright p {
  margin-bottom: 0;
  color: inherit;
}

.footer__vertical-border {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  pointer-events: none;
}

.footer__vertical-border::after {
  content: '';
  position: absolute;
  left: -266px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.footer__gradient {
  display: flex;
  position: absolute;
  width: 200%;
  height: 100%;
  transform: translate(-580px, -281px) rotate(40deg);
  transform-origin: top left;
  z-index: 9;
  border-top-left-radius: 50% 40%;
  border-top-right-radius: 50% 20%;
  overflow: hidden;
  top: 0;
  left: 110vw;
}

.footer__gradient::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(1deg, rgba(255, 255, 255, 0.0001) 54%, rgba(255, 255, 255, 0.24) 102%);
}/*
===============================================================================
  modules - module 1 basic & standard banners
===============================================================================
*/.m01 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
  overflow: hidden;
  height: 515px;
  display: flex;
}

.m01__shape-left-corner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.m01__shape-right-corner {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.m01__content-wrapper {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 76vw;
}

.m01__welcome {
  font-family: "Bord Bia Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  letter-spacing: 2.67px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.m01 p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: inherit;
}

.m01__heading {
  font-size: 2.625rem;
  color: #fff;
  font-weight: bolder;
  line-height: 1.15;
  max-width: 24rem;
  margin-bottom: 1.5rem;
}

.m01__cta-login {
  margin: 1rem 2rem 1rem 0;
}

.m01__bg {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  display: flex;
  background: url("../images/m01/m01-bg-left-mobile.svg") no-repeat center center;
  background-size: cover;
}

.m01__image {
  position: absolute;
  right: -30vw;
  top: 0;
  height: 100%;
}

.m01__image-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m01--basic {
  height: 308px;
}

.m01--basic .m01 {
  padding-bottom: 2.5rem;
}

.m01--basic .m01__shape-left-corner {
  display: none;
}

.m01--basic .m01__content-wrapper {
  max-width: 76vw;
}

.m01--basic .m01__heading {
  max-width: none;
  margin-bottom: 0;
}

.m01--basic .m01__bg {
  background: url("../images/m01/m01-bg-full-mobile.svg") no-repeat center center;
  background-size: cover;
}/*
===============================================================================
  modules - module 2 certification steps
===============================================================================
*/.m02 {
  padding: 4.8rem 0 2rem;
}

.m02__top {
  margin-bottom: 4rem;
}

.m02__heading {
  font-size: 3.5rem;
}

.m02__highlight {
  font-size: 1.75rem;
  color: #009077;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

.m02__content {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  color: #767676;
  width: 100%;
}

.m02__content p {
  color: #767676;
}

.m02__title {
  font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #767676;
  font-size: 1.125rem;
  font-weight: bolder;
  margin-bottom: 1rem;
}

.m02__icon {
  width: 2.6rem;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  flex-shrink: 0;
}

.m02__icon--article {
  background-image: url(../images/m02-03/aritcle-brown.svg);
}

.m02__icon--news {
  background-image: url(../images/m02-03/news-brown.svg);
}

.m02__icon--regulation {
  background-image: url(../images/m02-03/regulation-brown.svg);
}

.m02__icon--calendar {
  background-image: url(../images/m02-03/calendar-brown.svg);
}

.m02__icon--certification-mark {
  background-image: url(../images/m02-03/cerificates-mark-brown.svg);
}

.m02__cta {
  margin-top: auto;
}/*
===============================================================================
  modules - module 3 documents download
===============================================================================
*/.m03 {
  background-color: #fff;
  padding-top: 4.5rem;
  padding-bottom: 3.3rem;
}

.m03__heading-main {
  margin-bottom: 1.4rem;
}

.m03__heading {
  margin-bottom: 0.8rem;
}

.m03__section-main {
  margin-top: 3.7rem;
}

.m03__section-main--no-heading {
  margin-top: 1.6rem;
}

.m03__section {
  background: #fff;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 4px;
  display: flex;
  min-height: 6.5rem;
  margin-bottom: 0.2rem;
  position: relative;
  box-shadow: none;
  transition: all 0.4s ease;
  padding-right: 3rem;
}

.m03__section-heading {
  font-size: 0.813rem;
  font-weight: 500;
  color: #B8925A;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}

.m03__section-title {
  font-size: 1.125rem;
  font-weight: bolder;
  color: #004B4E;
}

.m03__section-icon {
  width: 4.375rem;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: 87% 46%;
  flex-shrink: 0;
}

.m03__section-icon--article {
  background-image: url(../images/m02-03/aritcle-brown.svg);
}

.m03__section-icon--news {
  background-image: url(../images/m02-03/news-brown.svg);
}

.m03__section-icon--regulation {
  background-image: url(../images/m02-03/regulation-brown.svg);
}

.m03__section-content {
  flex-grow: 1;
  padding: 1rem;
}

.m03__section::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.3664L24 9.87328H17.1544V0H6.84564V9.87328H0L12 21.3664ZM24 28V24.6832H0V28H24Z' fill='%2300B9BD'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translate(0, -50%);
  width: 16px;
  height: 19.25px;
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.m03__section:hover {
  text-decoration: none;
  border-color: #B8925A;
  box-shadow: none;
  transition: all 0.4s ease;
}

.m03__section:hover .m03__section-heading,.m03__section:hover .m03__section-title {
  color: #B8925A;
}

.m03__section:hover .m03__section-title {
  color: #004B4E;
}

.m03__section:hover .m03__section-icon {
  width: 4.375rem;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: 87% 46%;
}

.m03__section:hover .m03__section-icon--article {
  background-image: url(../images/m02-03/aritcle-brown.svg);
}

.m03__section:hover .m03__section-icon--news {
  background-image: url(../images/m02-03/news-brown.svg);
}

.m03__section:hover .m03__section-icon--regulation {
  background-image: url(../images/m02-03/regulation-brown.svg);
}

.m03__section:hover::after {
  transform: translate(0.8rem, -50%);
  transition: all 0.4s ease;
  opacity: 1;
}

.m03 p {
  margin-bottom: 1.4rem;
}/*
===============================================================================
  modules - module 4 two columns with image on the left with background
===============================================================================
*/.m04 {
  display: flex;
  position: relative;
  padding-bottom: 4.5rem;
  background-color: #fff;
}

.m04__content {
  padding: 2rem 0 0.5rem;
}

.m04__icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}

.m04__icon--certificate-mark {
  background-image: url(../images/m04/m04-cerificates-mark.svg);
}

.m04__heading {
  font-size: 2rem;
  line-height: 1.2;
}

.m04__image {
  display: block;
  width: 100%;
  height: 100%;
}

.m04__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m04__cta:first-of-type {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 1.75rem;
}

.m04__background {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}

.m04__background::before {
  content: "";
  position: absolute;
  top: 0;
  right: -4vw;
  bottom: 0;
  left: 0;
  background-color: #00B9BD;
  height: 32rem;
}/*
===============================================================================
  modules - module 5 two columns with text and image
===============================================================================
*/
.m05 {
    margin-bottom: 3rem;
    background: linear-gradient(180deg, #fcfcfc 0%, #f2f2f2 100%);
}

.m05__wrapper {
  width: 100%;
  overflow: hidden;
}

.m05__column {
  display: block;
  transition: box-shadow 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.m05__column:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}

.m05__column:hover .m05__cta {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.m05__image-wrapper {
  height: 13.2rem;
}

.m05__image {
  display: block;
  width: 100%;
  height: 100%;
}

.m05__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m05__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.m05__heading {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.m05__cta-wrapper {
  margin-top: auto;
}

.m05__cta {
  margin-top: 1rem;
  opacity: 1;
  transition: opacity 0.2s ease;
}/*
===============================================================================
  modules - module 6 quote slider
===============================================================================
*/.m06 {
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 200%);
  position: relative;
  padding: 2rem 0 4.2rem;
  overflow-x: hidden;
}

.m06__quote-icon {
  position: absolute;
  top: -6.5rem;
  right: -8rem;
}

.m06__content {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 9rem;
}

.m06__heading {
  max-width: 18rem;
  font-size: 2rem;
}

.m06__slider-controls {
  position: absolute;
  right: 0;
  bottom: -94px;
}

.m06__slider-prev,.m06__slider-next {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}

.m06__slider-prev {
  margin-right: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 16L18 22L26 28L26 16Z' fill='%23004B4E'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' stroke='%23009077'/%3E%3C/svg%3E%0A");
}

.m06__slider-prevdisabled,.m06__slider-prev:disabled {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 16L18 22L26 28L26 16Z' fill='%23BEBEBE'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' stroke='%23BEBEBE'/%3E%3C/svg%3E%0A");
}

.m06__slider-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' fill='%23009077'/%3E%3Cpath d='M26 16L18 22L26 28L26 16Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' stroke='%23009077'/%3E%3C/svg%3E%0A");
}

.m06__slider-next {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 28L26 22L18 16V28Z' fill='%23004B4E'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' stroke='%23009077'/%3E%3C/svg%3E%0A");
}

.m06__slider-nextdisabled,.m06__slider-next:disabled {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 28L26 22L18 16V28Z' fill='%23BEBEBE'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' stroke='%23BEBEBE'/%3E%3C/svg%3E%0A");
}

.m06__slider-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' fill='%23009077'/%3E%3Cpath d='M18 28L26 22L18 16V28Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' stroke='%23009077'/%3E%3C/svg%3E%0A");
}

.m06__slider-container {
  height: 433px;
}

.m06__slide-inner {
  min-height: 433px;
  padding: 1.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.m06__slide-quote {
  font-family: "Bord Bia Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  color: #009077;
  font-weight: bolder;
  line-height: 1.17;
}

.m06__slide-quoter {
  margin-top: auto;
  font-size: 1rem;
  position: relative;
}

.m06__slide-quoter::before {
  content: "";
  width: 2rem;
  height: 2px;
  background-color: #009077;
  position: absolute;
  top: -0.8125rem;
  left: 0;
}

.m06__background {
  background: url("data:image/svg+xml,%3Csvg width='711' height='500' viewBox='0 0 711 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1766_870)'%3E%3Cpath d='M711 0H0V500H711V0Z' fill='white'/%3E%3Cpath opacity='0.2' d='M712 -125H-728V625H712V-125Z' fill='url(%23paint0_linear_1766_870)'/%3E%3Cpath d='M712 0H1V500H712V0Z' fill='url(%23paint1_linear_1766_870)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-219.51 593L-491 351.229C-243.497 130.82 4.00662 -89.59 251.509 -310C342.006 -229.41 432.503 -148.819 523 -68.229C315.988 185.508 65.4178 408.649 -219.51 593Z' fill='url(%23paint2_linear_1766_870)'/%3E%3Cmask id='mask0_1766_870' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-491' y='-310' width='1014' height='903'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-219.51 593L-491 351.229C-243.497 130.82 4.00662 -89.59 251.509 -310C342.006 -229.41 432.503 -148.819 523 -68.229C315.988 185.508 65.4178 408.649 -219.51 593Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1766_870)'%3E%3C/g%3E%3Cmask id='mask1_1766_870' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-363' y='-125' width='1440' height='750'%3E%3Cpath d='M1077 -125H-363V625H1077V-125Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_1766_870)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1129 -253L-347 67.7549C-18.7045 360.17 309.592 652.585 637.886 945C757.925 838.082 877.962 731.163 998 624.245C723.413 287.615 391.049 -8.4234 13.1129 -253Z' fill='url(%23paint3_linear_1766_870)'/%3E%3Cmask id='mask2_1766_870' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-347' y='-253' width='1345' height='1198'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1129 -253L-347 67.7549C-18.7045 360.17 309.592 652.585 637.886 945C757.925 838.082 877.962 731.163 998 624.245C723.413 287.615 391.049 -8.4234 13.1129 -253Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_1766_870)'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1766_870' x1='-571.804' y1='-125' x2='-571.804' y2='462.296' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23BCBEC0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1766_870' x1='998.69' y1='13.9808' x2='327.451' y2='13.9808' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300B9BD'/%3E%3Cstop offset='1' stop-color='%23004B4E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1766_870' x1='200.844' y1='154.213' x2='286.19' y2='240.342' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_1766_870' x1='570.683' y1='329.134' x2='683.91' y2='214.89' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.3'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1766_870'%3E%3Crect width='711' height='500' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  width: 711px;
  height: 490px;
  position: absolute;
  top: -5.2rem;
}

.m06__shape-left-corner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7.5rem;
}/*
===============================================================================
  modules - module 7 accordion
===============================================================================
*/.m07 {
  padding: 1rem 0;
  background-color: #fff;
  overflow: hidden;
}

.m07__heading {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

.m07__card {
  border: none;
  margin-bottom: 0.5rem;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.m07__card-header {
  background-color: #fafafa;
  border: none;
  padding: 0.5rem 4rem 0.5rem 0.55rem;
}

.m07__card-header button {
  color: #004B4E;
  font-size: 1.125rem;
  font-weight: bolder;
  position: relative;
}

.m07__card-header button:hover {
  color: #004B4E;
  text-decoration: none;
}

.m07__card-header button::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9.12613H9.12752H6.87248H0V6.87109H6.87248L9.12752 6.87114L16 6.87109V9.12613Z' fill='%2300B9BD'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.m07__card-header button.collapsed::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9.12752H9.12752V16H6.87248V9.12752H0V6.87248H6.87248V0H9.12752V6.87248H16V9.12752Z' fill='%2300B9BD'/%3E%3C/svg%3E%0A");
}

.m07__card-body {
  padding: 2.25rem;
}

.m07__card-body p:last-of-type {
  margin-bottom: 0;
}/*
===============================================================================
  modules - module 8
===============================================================================
*/.m08 {
  position: relative;
  padding: 1.5rem 0 5.5rem;
}

.m08::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
  z-index: -2;
}

.m08__wrapper {
  z-index: 1;
}

.m08__content {
  padding-right: 3rem;
}

.m08__heading {
  margin-bottom: 1.4rem;
}

.m08__ctas {
  margin-top: 1.5rem;
}

.m08__cta-contact-us {
  margin-left: 2.2rem;
}

.m08__shape-right-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 7.5rem;
}/*
===============================================================================
  modules - module 9 landing page banner
===============================================================================
*/.m09 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 14.5rem;
}

.m09__bg {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  display: flex;
  background: url("../images/m09/m09-background-mobile.svg") no-repeat;
  background-position: left bottom;
  background-size: cover;
  z-index: -1;
}

.m09__heading {
  font-size: 2.625rem;
  color: #fff;
  font-weight: bolder;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  padding: 4.5rem 0 2rem;
  margin: 0;
}

.m09__image {
  position: absolute;
  right: -30vw;
  top: 0;
  height: 100%;
  z-index: -2;
}

.m09__image-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
}/*
===============================================================================
  modules - module 10
===============================================================================
*/.m10 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3.5rem;
}

.m10 .m10__tabs-wrapper {
  bottom: 0;
  width: 100%;
  margin-top: auto;
  background-color: #009077;
}

.m10 .nav-tabs {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
  padding: 0.3rem 0 1.6rem;
  margin: auto;
}

.m10 .nav-tabs .nav-item {
  flex: 1 1 auto;
  text-align: center;
  background-color: #009077;
  max-width: 720px;
  padding: 0 1rem;
}

.m10 .nav-tabs .nav-item:first-of-type .nav-link {
  border-left: none;
}

.m10 .nav-tabs .nav-item .nav-link {
  background-color: #009077;
  color: #fff;
  font-family: "Bord Bia Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  border-color: transparent;
  width: 100%;
  padding: 1.2rem 0 0.1rem;
  isolation: auto;
}

.m10 .nav-tabs .nav-item .nav-link.active {
  isolation: isolate;
  border-bottom: 3px solid #EAC62D;
}/*
===============================================================================
  modules - module 10 standard content
===============================================================================
*/.m11__date {
  color: #535458;
  margin-bottom: 0.4rem;
}

.m11__author span {
  color: #009077;
  font-weight: 500;
}/*
===============================================================================
  modules - module 12 tags list
===============================================================================
*/.m12 {
  margin-bottom: 2.5rem;
}

.m12 a {
  transition: color 0.3s ease;
  text-decoration: none;
}

.m12 *::selection {
  color: #004b4e;
  background: #eac62d;
}

.m12__list {
  display: flex;
}

.m12__link {
  font-weight: 500;
  font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px;
  color: #004b4e;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 6px 13px;
  margin-right: 0.5rem;
  border: 1px solid #004b4e;
  border-radius: 25px;
  transition: 0.3s ease;
}

.m12__link:hover {
  color: #ffffff;
  background-color: #004b4e;
}/*
===============================================================================
  modules - module 13 banner video
===============================================================================
*/.m13 {
  position: relative;
  height: 100%;
  width: 100%;
  height: 31.668rem;
  display: flex;
}

.m13__content {
  position: relative;
  z-index: 1;
  padding-right: 33vw;
}

.m13__heading {
  color: #fff;
  margin-bottom: 1rem;
}

.m13__text {
  max-width: 400px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "Bord Bia Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.35;
  margin-bottom: 1.2rem;
}

.m13__cta {
  min-width: 10rem;
}

.m13__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m13__picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.m13__picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.m13__overlay {
  background: #76777A;
  opacity: 0.7;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.m13__slice {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.m13__slice-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
}

.m13__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m13__play-icon {
  width: 21px;
  height: 27px;
  position: relative;
  z-index: 1;
}

.m13__wrapper {
  align-items: flex-end;
  position: relative;
}

.m13 button {
  user-select: none;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font: inherit;
  cursor: pointer;
  overflow: visible;
  border: none;
  border-radius: 0;
}

.m13 button,.m13 button:hover,.m13 button:active,.m13 button:focus {
  text-decoration: none;
}

.m13 button:focus,.m13 button:active {
  background-color: inherit;
  color: inherit;
}

.m13 .play-button {
  position: absolute;
  top: 65%;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff;
  right: 60px;
}

.m13 .play-button__ring {
  border: 1rem solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  border-radius: 50%;
  transition: border 1s ease-in-out;
}

.m13 .play-button__ripple,.m13 .play-button::before,.m13 .play-button::after {
  content: "";
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  margin-left: -30px;
  margin-top: -30px;
  background: #ffffff;
  border-radius: 100px;
  width: 125px;
  height: 125px;
  transform: scale(0.5);
  transition: 0.9s ease;
  transition-property: opacity, transform;
}

.m13 .play-button::before {
  transition-delay: 0.2s;
}

.m13 .play-button::after {
  transition-delay: 0.4s;
}

.m13 .play-button:hover .play-button__ring {
  transition: border 0.8s ease;
  border-color: rgba(255, 255, 255, 0);
}

.m13 .play-button:hover .play-button__ripple,.m13 .play-button:hover:before,.m13 .play-button:hover:after {
  transform: scale(1);
  opacity: 0;
}

.m13 .play-button:focus,.m13 .play-button:hover:focus {
  outline: 0;
}

.m13 .play-button:focus .play-button__ripple,.m13 .play-button:focus:before,.m13 .play-button:focus:after,.m13 .play-button:hover:focus .play-button__ripple,.m13 .play-button:hover:focus:before,.m13 .play-button:hover:focus:after {
  transform: scale(0.5);
  opacity: 0.5;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: 0.3s ease;
  transition-property: opacity;
}

.video-modal__background {
  width: 100%;
  height: 100%;
}

.video-modal__dialog {
  width: 800px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: 0.3s ease;
  transition-property: opacity, transform;
  transition-delay: 0.3s;
}

.video-modal__content {
  width: 100%;
  position: relative;
  padding-bottom: 59.25%;
  height: 0;
  overflow: hidden;
}

.video-modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal.is-open .video-modal__dialog {
  opacity: 1;
  transform: translate(-50%, -50%);
}/*
===============================================================================
  modules - module 14 standard video
===============================================================================
*/.m14 .button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.8rem solid rgba(255, 255, 255, 0.27);
  border-radius: 505%;
  transition: border 0.8s ease-in-out;
}

.m14 .button-wrapper:hover {
  border-color: rgba(255, 255, 255, 0);
  transition: border 0.8s ease;
}

.m14 button {
  user-select: none;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font: inherit;
  cursor: pointer;
  overflow: visible;
  border: none;
  border-radius: 0;
}

.m14 button,.m14 button:hover,.m14 button:active,.m14 button:focus {
  text-decoration: none;
}

.m14 button:focus,.m14 button:active {
  background-color: inherit;
  color: inherit;
}

.m14 .play-button {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff;
}

.m14 .play-button__ripple,.m14 .play-button::before,.m14 .play-button::after {
  content: "";
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  margin-left: -30px;
  margin-top: -30px;
  background: #ffffff;
  border-radius: 100px;
  width: 125px;
  height: 125px;
  transform: scale(0.5);
  transition: 0.9s ease;
  transition-property: opacity, transform;
}

.m14 .play-button::before {
  transition-delay: 0.2s;
}

.m14 .play-button::after {
  transition-delay: 0.4s;
}

.m14 .play-button:hover .play-button__ripple,.m14 .play-button:hover:before,.m14 .play-button:hover:after {
  transform: scale(1);
  opacity: 0;
}

.m14 .play-button:focus,.m14 .play-button:hover:focus {
  outline: 0;
}

.m14 .play-button:focus .play-button__ripple,.m14 .play-button:focus:before,.m14 .play-button:focus:after,.m14 .play-button:hover:focus .play-button__ripple,.m14 .play-button:hover:focus:before,.m14 .play-button:hover:focus:after {
  transform: scale(0.5);
  opacity: 0.5;
}

.standard-video {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 50px;
  max-width: 768px;
  height: 187px;
}

.standard-video__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.standard-video__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.standard-video__multiply {
  background: #000;
  opacity: 0.35;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
}

.standard-video__slice {
  height: 100%;
  overflow: hidden;
}

.standard-video__slice-img {
  height: 180%;
  width: 100%;
  position: relative;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: 0.3s ease;
  transition-property: opacity;
}

.video-modal__background {
  width: 100%;
  height: 100%;
}

.video-modal__dialog {
  width: 800px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: 0.3s ease;
  transition-property: opacity, transform;
  transition-delay: 0.3s;
}

.video-modal__content {
  width: 100%;
  position: relative;
  padding-bottom: 59.25%;
  height: 0;
  overflow: hidden;
}

.video-modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal.is-open .video-modal__dialog {
  opacity: 1;
  transform: translate(-50%, -50%);
}/*
===============================================================================
  modules - module 15 quote
===============================================================================
*/.m15 {
  padding: 0 0 0 30px;
  position: relative;
  margin-bottom: 50px;
  position: relative;
  margin-bottom: 3.5rem;
}

.m15:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(180deg, #00c3af 10%, #004b4e 100%);
}

.m15__icon {
  position: absolute;
  top: 0;
  right: 1.5rem;
  width: 7.5rem;
}

.m15__image {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-bottom: 1.625rem;
  overflow: hidden;
}

.m15__image-src {
  width: 100%;
  height: 100%;
}

.m15__text {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: #009077;
  line-height: 1.15;
  width: 95%;
  display: block;
  margin-bottom: 2.5rem;
}

.m15__author {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #004B4E;
  position: relative;
}

.m15__author:before {
  content: "";
  display: block;
  margin-bottom: 0.625rem;
  width: 2rem;
  height: 2px;
  background: #009077;
}/*
===============================================================================
  modules - module 16 realated-content
===============================================================================
*/.m16 {
  margin-bottom: 3.5rem;
}

.m16__heading-content {
  max-width: 38rem;
  margin-bottom: 2.7rem;
}

.m16__column {
  display: block;
  transition: box-shadow 0.2s ease;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.m16__column:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}

.m16__column:hover .m16__cta {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.m16__image-wrapper {
  height: 11.6rem;
}

.m16__image {
  display: block;
  width: 100%;
  height: 100%;
}

.m16__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m16__content {
  padding: 0.9rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.m16__date {
  color: #009077;
  text-transform: uppercase;
}

.m16__author {
  color: #009077;
}

.m16__heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.m16__cta-wrapper {
  margin-top: auto;
}

.m16__cta {
  margin-top: 1rem;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.m16 .m12 {
  position: absolute;
}/*
===============================================================================
  modules - module 17 realated content
===============================================================================
*/.m17 {
  margin-bottom: 2.7rem;
}

.m17__heading {
  border-bottom: 1px solid #B8925A;
  padding-bottom: 1rem;
  margin-bottom: 0.1rem;
}

.m17__link {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #bebebe;
}

.m17__link:hover {
  text-decoration: none;
}

.m17__link:last-of-type {
  border: none;
}

.m17__image-wrapper {
  margin-right: 18px;
  width: 99px;
  height: 99px;
  flex: 0 0 100px;
}

.m17__image {
  display: block;
  width: 100%;
  height: 100%;
}

.m17__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m17__title {
  font-size: 1.125rem;
  font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 1rem;
}/*
===============================================================================
  modules - module 18 document panels
===============================================================================
*/.m18 {
  margin-bottom: 1rem;
}

.m18__heading-content {
  max-width: 38rem;
  margin-bottom: 2.7rem;
}

.m18__column {
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease;
  background: #fafafa;
  min-height: 9rem;
  padding: 2.2rem 1rem 1.5rem;
  margin-bottom: 2.2rem;
  position: relative;
}

.m18__column:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}

.m18__column:hover .m18__cta {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.m18__column:hover .m18__download-icon {
  transform: translate(0, 0.5rem);
  transition: all 0.4s ease;
}

.m18__heading {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 1rem;
}

.m18__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.m18__pdf-icon {
  background: url("data:image/svg+xml,%3Csvg width='35' height='40' viewBox='0 0 35 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 3C1.5 1.89543 2.39543 1 3.5 1H25.6374C26.1219 1 26.5898 1.17584 26.9544 1.49485L32.817 6.6246C33.251 7.00438 33.5 7.55303 33.5 8.12976V36.3333C33.5 37.4379 32.6046 38.3333 31.5 38.3333H3.5C2.39543 38.3333 1.5 37.4379 1.5 36.3333V3Z' stroke='%23B8925A' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M10.5471 24.4141C11.2731 24.4141 11.8799 24.4929 12.3676 24.6506C12.8552 24.8046 13.2292 25.0612 13.4896 25.4206C13.7536 25.7799 13.8856 26.2621 13.8856 26.8671C13.8856 27.7911 13.6051 28.4547 13.0441 28.8581C12.4867 29.2614 11.6874 29.4631 10.6461 29.4631C10.4664 29.4631 10.2812 29.4576 10.0906 29.4466V31.9546C9.87425 32.0389 9.61208 32.0811 9.30408 32.0811C8.96674 32.0811 8.70458 32.0389 8.51758 31.9546V24.5461C9.14824 24.4581 9.82475 24.4141 10.5471 24.4141ZM10.0906 28.1981C10.3619 28.2127 10.5489 28.2201 10.6516 28.2201C11.0769 28.2201 11.4142 28.1779 11.6636 28.0936C11.9129 28.0056 12.0944 27.8681 12.2081 27.6811C12.3217 27.4904 12.3786 27.2392 12.3786 26.9276C12.3786 26.0989 11.8542 25.6846 10.8056 25.6846C10.5306 25.6846 10.2922 25.6974 10.0906 25.7231V28.1981Z' fill='%23B8925A'/%3E%3Cpath d='M17.45 24.4141C18.3557 24.4141 19.0945 24.5332 19.6665 24.7716C20.2422 25.0099 20.673 25.3949 20.959 25.9266C21.245 26.4546 21.388 27.1567 21.388 28.0331C21.388 29.3897 21.0433 30.3999 20.354 31.0636C19.6683 31.7236 18.6435 32.0536 17.2795 32.0536C16.5278 32.0536 15.8165 32.0041 15.1455 31.9051V24.5406C15.8862 24.4562 16.6543 24.4141 17.45 24.4141ZM17.615 30.7886C18.3997 30.7886 18.9662 30.5631 19.3145 30.1121C19.6628 29.6574 19.837 28.9974 19.837 28.1321C19.837 27.5161 19.76 27.0357 19.606 26.6911C19.4557 26.3464 19.2082 26.1007 18.8635 25.9541C18.5225 25.8074 18.0513 25.7341 17.45 25.7341C17.219 25.7341 16.9752 25.7524 16.7185 25.7891L16.724 30.7171C16.9623 30.7647 17.2593 30.7886 17.615 30.7886Z' fill='%23B8925A'/%3E%3Cpath d='M24.1951 25.7946V27.7636H26.6811C26.7471 27.9102 26.7801 28.1229 26.7801 28.4016C26.7801 28.6656 26.7471 28.8801 26.6811 29.0451H24.1951V31.9436C24.0154 32.0096 23.7532 32.0426 23.4086 32.0426C23.0786 32.0426 22.8164 32.0096 22.6221 31.9436V24.5186H26.9561C27.0221 24.6616 27.0551 24.8742 27.0551 25.1566C27.0551 25.4206 27.0221 25.6332 26.9561 25.7946H24.1951Z' fill='%23B8925A'/%3E%3C/svg%3E%0A") no-repeat;
  width: 2.3rem;
  height: 2.6rem;
  position: absolute;
  top: -1rem;
  left: 1rem;
}

.m18__download-icon {
  background: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.3664L24 9.87328H17.1544V0H6.84564V9.87328H0L12 21.3664ZM24 28V24.6832H0V28H24Z' fill='%2300B9BD'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1.4rem;
  transform: translate(0, 0);
  transition: transform 0.4s ease;
}

.m18__file-size {
  font-size: 0.8125rem;
  color: #9B9B9C;
}/*
===============================================================================
  modules - module 19 quick links sidebar
===============================================================================
*/.m19 {
  padding: 1.5rem 1.5rem 1.5rem 3.1rem;
  margin-bottom: 2.7rem;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  display: inline-flex;
}

.m19 ul {
  margin-bottom: 0;
}

.m19 ul li {
  margin-bottom: 1.5rem;
}

.m19 ul li:last-of-type {
  margin-bottom: 0;
}

.m19__link {
  color: #009077;
  position: relative;
  display: block;
}

.m19__link:hover {
  color: #009077;
  text-decoration: none;
}

.m19__link:hover::after {
  left: -22px;
  transition: left 0.2s ease;
}

.m19__link::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23eac62d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m8,15.96C3.61,15.96.04,12.39.04,8S3.61.04,8,.04s7.96,3.57,7.96,7.96-3.57,7.96-7.96,7.96Zm0-13.92c-3.29,0-5.97,2.68-5.97,5.97s2.68,5.97,5.97,5.97,5.97-2.68,5.97-5.97-2.68-5.97-5.97-5.97Z'/%3E%3C/svg%3E");
  position: absolute;
  top: -2px;
  left: -25px;
  width: 16px;
  height: 16px;
}

.m19__link::after {
  content: "";
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23eac62d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m8.03,8.18l-1.79-1.76c-.33-.33-.33-.86,0-1.18.33-.33.86-.33,1.18,0l2.39,2.39c.33.33.33.86,0,1.18l-2.39,2.39c-.33.33-.86.33-1.18,0-.33-.33-.33-.86,0-1.18l1.79-1.84Z'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: -25px;
  color: #eac62d;
  font-size: 0.8rem;
  transition: left 0.2s ease;
  width: 16px;
  height: 16px;
}/*
===============================================================================
  modules - module 20 related article sidebar
===============================================================================
*/.m20 {
  margin-bottom: 2.7rem;
}

@font-face {
  font-family:'Bord Bia Sans';src:url("../fonts/BordBiaSans-Regular.woff2") format("woff2"), url("../fonts/BordBiaSans-Regular.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap;
}

@font-face {
  font-family:'Bord Bia Sans';src:url("../fonts/BordBiaSans-Bold.woff2") format("woff2"), url("../fonts/BordBiaSans-Bold.woff") format("woff");font-weight:bold;font-style:normal;font-display:swap;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }

  .btn {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .collapsing.width {
    transition: none;
  }

  .custom-switch .custom-control-label::after {
    transition: none;
  }

  .custom-range::-webkit-slider-thumb {
    transition: none;
  }

  .custom-range::-moz-range-thumb {
    transition: none;
  }

  .custom-range::-ms-thumb {
    transition: none;
  }

  .custom-control-label::before,.custom-file-label,.custom-select {
    transition: none;
  }

  .badge {
    transition: none;
  }

  .progress-bar {
    transition: none;
  }

  .progress-bar-animated {
    animation: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }

  .carousel-item {
    transition: none;
  }

  .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    transition: none;
  }

  .carousel-control-prev,.carousel-control-next {
    transition: none;
  }

  .carousel-indicators li {
    transition: none;
  }

  .spinner-border,.spinner-grow {
    animation-duration: 1.5s;
  }
}

@media (min-width: 576px) {
  .container,.container-sm {
    max-width: 540px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .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,.form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }

  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }

  .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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,.navbar-expand-sm > .container-fluid,.navbar-expand-sm > .container-sm,.navbar-expand-sm > .container-md,.navbar-expand-sm > .container-lg,.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .card-group {
    display: flex;
    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-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }

  .jumbotron {
    padding: 4rem 2rem;
  }

  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }

  .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;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .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-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,.mx-sm-n5 {
    margin-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;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .custom-gutter > [class*='col-'] {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-gutter > [class*="col-"]:first-child {
    padding-left: 15px;
  }

  .custom-gutter > [class*="col-"]:last-child {
    padding-right: 15px;
  }

  .custom-gutter--narrow > [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .m10 .nav-tabs {
    display: flex;
    max-width: 540px;
  }

  .standard-video {
    height: 280px;
  }
}

@media (min-width: 576px) and (max-width: 1023.98px) {
  .header .navbar-expand-lg > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .container,.container-sm,.container-md {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }

  .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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,.navbar-expand-md > .container-fluid,.navbar-expand-md > .container-sm,.navbar-expand-md > .container-md,.navbar-expand-md > .container-lg,.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .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;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .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-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,.mx-md-n5 {
    margin-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;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .m01__content-wrapper {
    max-width: 65vw;
  }

  .m01__heading {
    line-height: 1.16;
    max-width: 42.5rem;
  }

  .m01__image {
    width: 82%;
  }

  .m01--basic .m01__heading {
    font-size: 3.75rem;
    line-height: 48px;
    line-height: 1.1;
  }

  .m06__slider-container .tns-outer {
    position: absolute;
  }

  .m10 .nav-tabs {
    max-width: 700px;
  }

  .standard-video {
    height: 400px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1023.98px) and (min-width: 1024px) {
  .header .navbar .navbar-collapse {
    margin-top: 0.8rem;
  }

  .m04 .m04__image-wrapper {
    right: 220px;
  }
}

@media (min-width: 1024px) {
  .container,.container-sm,.container-md,.container-lg {
    max-width: 960px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }

  .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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,.navbar-expand-lg > .container-fluid,.navbar-expand-lg > .container-sm,.navbar-expand-lg > .container-md,.navbar-expand-lg > .container-lg,.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-lg,.modal-xl {
    max-width: 800px;
  }

  .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;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .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-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,.mx-lg-n5 {
    margin-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;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  h1,.h1 {
    font-size: 4.188rem;
  }

  h2,.h2 {
    font-size: 3.5rem;
  }

  h3,.h3 {
    font-size: 2.625rem;
  }

    .header {
        border-bottom: 0;
        border-top: 12px solid #004B4D;
    }

  .header .navbar {
    padding: 0;
  }

  .header .navbar .navbar-brand {
    margin-bottom: 0.4rem;
  }

  .header .navbar .nav-item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .header .navbar .nav-item:first-of-type {
    padding-left: 0;
  }

  .header .navbar .nav-item:last-of-type {
    padding-right: 0;
  }

  .header .navbar .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00B9BD;
    transform: scaleX(1);
    transition: 0.5s ease;
    transition-property: transform;
  }

  .header .navbar .nav-item .nav-link {
    font-size: 0.938rem;
    padding-bottom: 1.25rem;
    position: relative;
  }

  .header .navbar .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00B9BD;
    transform: scaleX(0);
    transform-origin: left;
    pointer-events: none;
    transition: 0.5s ease;
    transition-property: transform;
  }

  .header .navbar .nav-item .nav-link:hover::after {
    transform: scaleX(1);
    transition: 0.5s ease;
    transition-property: transform;
  }

  .header__portal-type {
    display: inline-block;
  }

  .footer {
    padding: 2.5rem 0 2rem;
  }

  .footer__top {
    margin-bottom: 2.5rem;
  }

  .footer__horizontal-border {
    margin-bottom: 1.875rem;
  }

  .footer__logo img {
    width: 9.463rem;
    height: 2.813rem;
  }

  .footer__scroll-to-top {
    padding-top: 0.5rem;
  }

  .footer__menu {
    width: 69%;
  }

  .footer__copyright {
    max-width: 7.375rem;
  }

  .footer__copyright p {
    margin-top: -2rem;
  }

  .footer__gradient {
    top: 0;
    left: 50%;
    transform: translate(-550px, -431px) rotate(50deg);
    border-top-right-radius: 50% 50%;
  }

  .m01 {
    padding-top: 4.688rem;
    padding-bottom: 4.688rem;
    height: 557px;
  }

  .m01__content-wrapper {
    max-width: 50rem;
  }

  .m01__welcome {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .m01__heading {
    font-size: 3.75rem;
    line-height: 1.07;
  }

  .m01__cta-login {
    margin: 2rem 2rem 2rem 0;
  }

  .m01__bg {
    min-height: 0;
    background-image: url("../images/m01/m01-bg-left-desktop-long.svg");
    background-position: right 27vw top;
  }

  .m01__image {
    right: 0;
    width: 65%;
  }

  .m01--basic {
    height: 405px;
  }

  .m01--basic .m01 {
    display: block;
  }

  .m01--basic .m01__shape-left-corner {
    display: block;
  }

  .m01--basic .m01__content-wrapper {
    max-width: 50rem;
  }

  .m01--basic .m01__heading {
    font-size: 4.188rem;
  }

  .m01--basic .m01__bg {
    min-height: 0;
    background-image: url("../images/m01/m01-bg-full.svg");
    background-position: center;
  }

  .m02 {
    padding: 4.8rem 0 3.5rem;
  }

  .m03 {
    background-color: #fafafa;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .m03__heading {
    margin-bottom: 2.1rem;
  }

  .m03__section-main {
    margin-top: 1.2rem;
  }

  .m03__section-main--no-heading {
    margin-top: 2.3rem;
  }

  .m03__section {
    padding-right: 5rem;
    min-height: 7.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #E0E0E0;
  }

  .m03__section-heading {
    color: #767676;
    margin-bottom: 0.9rem;
  }

  .m03__section-title {
    font-size: 1rem;
    color: #767676;
  }

  .m03__section-icon {
    background-position: 67% 46%;
  }

  .m03__section-icon--article {
    background-image: url(../images/m02-03/article-gray.svg);
  }

  .m03__section-icon--news {
    background-image: url(../images/m02-03/news-gray.svg);
  }

  .m03__section-icon--regulation {
    background-image: url(../images/m02-03/regulation-gray.svg);
  }

  .m03__section::after {
    right: 2.8rem;
    width: 24px;
    height: 28px;
    opacity: 0;
  }

  .m03__section:hover {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
  }

  .m03__section:hover .m03__section-icon {
    background-position: 67% 46%;
  }

  .m04 {
    height: 37.5rem;
    padding-bottom: 0;
  }

  .m04__content {
    padding: 0;
    padding-left: 4.1vw;
  }

  .m04__heading {
    font-size: 2.625rem;
    line-height: 1.15;
    margin-bottom: 2rem;
  }

  .m04__image {
    height: auto;
  }

  .m04__cta:first-of-type {
    margin-top: 1rem;
    margin-bottom: 0.6rem;
  }

  .m04__background::before {
    right: 220px;
    height: auto;
  }

  .m05 {
    background: linear-gradient(180deg, #fcfcfc 0%, #f2f2f2 100%);
    padding: 5rem 0;
    margin-bottom: 0;
  }

  .m05__wrapper {
    padding: 0 3.8rem;
    background-color: transparent;
    overflow: initial;
  }

  .m05__content {
    min-height: 18rem;
  }

  .m05__cta {
    opacity: 0;
  }

  .m06 {
    padding: 13.875rem 0;
    background: linear-gradient(180deg, #fcfcfc 0%, #f2f2f2 100%);
  }

  .m06__content {
    height: 345px;
    margin-bottom: 0;
  }

  .m06__heading {
    font-size: 2.625rem;
  }

  .m06__slider-controls {
    right: -15px;
    bottom: -100px;
  }

  .m06__slide-quote {
    font-size: 1.4rem;
  }

  .m06__slide-quoter {
    font-size: 1.125rem;
  }

  .m06__background {
    right: -15.5rem;
  }

  .m06__shape-left-corner {
    height: auto;
  }

  .m07 {
    padding: 5rem 0;
  }

  .m07__heading {
    margin-bottom: 3.5rem;
    font-size: 2.625rem;
    line-height: 1.15;
  }

  .m07__card {
    margin-bottom: 0.8rem;
  }

  .m07__card:hover {
    box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .m07__card-header {
    padding: 0.85rem 4rem 0.85rem 0.55rem;
  }

  .m08 {
    padding: 3.9rem 0;
  }

  .m08__heading {
    margin-bottom: 2rem;
  }

  .m08__ctas {
    margin-top: 0;
  }

  .m08__shape-right-corner {
    height: auto;
  }

  .m09 {
    height: 250px;
  }

  .m09__bg {
    min-height: 0;
    background-image: url("../images/m09/m09-background-desktop.svg");
    background-position: right 27vw top 20%;
  }

  .m09__heading {
    padding: 5.5rem 0 2rem;
  }

  .m09__image {
    right: 0;
  }

  .m10 .nav-tabs {
    display: flex;
    padding: 0;
    flex-direction: row;
    max-width: none;
  }

  .m10 .nav-tabs .nav-item {
    background-color: #2EA38F;
    padding: 0 1.5rem;
    padding: 0;
  }

  .m10 .nav-tabs .nav-item .nav-link {
    background-color: #2EA38F;
    padding: 1.2rem 1.2rem 0.1rem;
    font-size: 0.875rem;
    font-weight: bolder;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1.2rem;
  }

  .m10 .nav-tabs .nav-item .nav-link.active {
    background-color: #0E7B6E;
    border-bottom: none;
  }

  .m12 {
    margin-bottom: 4rem;
  }

  .m13 {
    height: 37.5rem;
  }

  .m13__content {
    padding-bottom: 5rem;
    padding-right: 0;
  }

  .m13__text {
    max-width: 100%;
  }

  .m13__cta {
    max-width: 13rem;
  }

  .m13__slice {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .m13__slice-image {
    position: absolute;
    height: 110%;
    width: 100%;
    top: 0;
    left: 50%;
  }

  .m13 .play-button {
    width: 87px;
    height: 87px;
    top: 42%;
    right: 19%;
  }

  .m13 .play-button__ripple,.m13 .play-button::before,.m13 .play-button::after {
    margin-left: -41px;
    margin-top: -41px;
    width: 170px;
    height: 170px;
  }

  .m14 .button-wrapper {
    border-width: 1rem;
  }

  .m14 .play-button {
    width: 87px;
    height: 87px;
  }

  .m14 .play-button__ripple,.m14 .play-button::before,.m14 .play-button::after {
    margin-left: -41px;
    margin-top: -41px;
    width: 170px;
    height: 170px;
  }

  .standard-video {
    margin-bottom: 3.437rem;
  }

  .m15 {
    padding: 2.6125rem 0 3.225rem 5rem;
  }

  .m15__icon {
    width: 10.625rem;
  }

  .m16__content {
    min-height: 13rem;
  }

  .m16__cta {
    opacity: 0;
  }

  .m18 {
    margin-bottom: 3.5rem;
  }

  .m18__column {
    margin-bottom: 0;
    min-height: 9.8rem;
  }

  .m18__heading {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  .header .navbar .navbar-brand img {
    width: 9.438rem;
    height: 2.75rem;
  }
}

@media (min-width: 1200px) {
  .container,.container-sm,.container-md,.container-lg,.container-xl {
    max-width: 1230px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }

  .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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,.navbar-expand-xl > .container-fluid,.navbar-expand-xl > .container-sm,.navbar-expand-xl > .container-md,.navbar-expand-xl > .container-lg,.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-xl {
    max-width: 1140px;
  }

  .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;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .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-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,.mx-xl-n5 {
    margin-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;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .header .navbar .navbar-brand img {
    width: 11.375rem;
    height: 3.438rem;
  }

  .header .navbar .nav-item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .header .navbar .nav-item .nav-link {
    letter-spacing: 2.46429px;
  }

  .header__portal-type {
    left: 15.3rem;
    padding: 0.5rem 4.3rem;
    font-size: 1rem;
  }

  .header__portal-type::before,.header__portal-type::after {
    width: 2.5rem;
    height: 2.5rem;
  }

  .header__portal-type::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 113%);
    left: -2.475rem;
  }

  .header__portal-type::after {
    clip-path: polygon(77% 0%, 0% 0%, 0% 100%);
    right: -2.475rem;
  }

  .footer__vertical-border::after {
    left: -406px;
  }

  .m01__image {
    width: 60%;
  }

  .m04__background::before {
    right: 260px;
  }

  .m05__wrapper {
    padding: 0 6.8rem;
  }

  .m06__slide-inner {
    height: 433px;
    padding: 3.15rem 2rem 1.2rem 2.7rem;
  }

  .m06__slide-quote {
    font-size: 1.5rem;
  }

  .m06__background {
    right: -4.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .m09__bg {
    background-position: right 16vw top 35%;
  }

  .m09__image {
    width: 56vw;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }

  .navbar-expand-xl > .container,.navbar-expand-xl > .container-fluid,.navbar-expand-xl > .container-sm,.navbar-expand-xl > .container-md,.navbar-expand-xl > .container-lg,.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }

  .btn--small-on-mobile {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    min-width: 0;
  }

  .m02__cta {
    margin-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }

  .navbar-expand-lg > .container,.navbar-expand-lg > .container-fluid,.navbar-expand-lg > .container-sm,.navbar-expand-lg > .container-md,.navbar-expand-lg > .container-lg,.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }

  .header .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    padding: 2.063rem 0.938rem 1.875rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: right 400ms ease;
    overflow-y: visible;
    
  }

  .header .navbar .navbar-collapse.collapsing {
    right: -100%;
    transition: height 0s ease;
    transition: right 200ms ease;
  }

    .header .navbar .navbar-collapse.show {
        right: 0;
        transition: right 400ms ease;
        max-height: 100% !important;
        overflow-y: scroll !important;
    }

  .header .navbar .navbar-collapse.show .navbar-brand {
    margin-bottom: 1rem;
  }

    .header .navbar .navbar-collapse.show .navbar-brand img {
        width: 9.438rem;
        height: 2.75rem;
        
    }

  .header .navbar .navbar-collapse.show .navbar-toggler {
    position: relative;
    top: -0.75rem;
    right: 0.3rem;
  }

  .m04 .m04__image-wrapper {
    height: 32rem;
    margin: auto;
    padding: 3rem 1rem;
    position: relative;
    z-index: 10;
  }

  .m16__container {
    overflow: scroll;
    padding-bottom: 1.5rem;
  }

  .m16__row {
    width: 800px;
  }
}

@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .header .navbar .navbar-collapse .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 400ms ease;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }

  .navbar-expand-md > .container,.navbar-expand-md > .container-fluid,.navbar-expand-md > .container-sm,.navbar-expand-md > .container-md,.navbar-expand-md > .container-lg,.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }

  .m05__wrapper {
    padding: 0;
  }

  .m05__wrapper > [class*="col-"] {
    padding: 0;
  }

  .m07__accordion-wrapper {
    padding: 0;
  }

  .m07__accordion-wrapper > [class*="col-"] {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }

  .navbar-expand-sm > .container,.navbar-expand-sm > .container-fluid,.navbar-expand-sm > .container-sm,.navbar-expand-sm > .container-md,.navbar-expand-sm > .container-lg,.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  *,*::before,*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,img {
    page-break-inside: avoid;
  }

  p,h2,h3 {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }

  body {
    min-width: 1024px !important;
  }

  .container {
    min-width: 1024px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,.table th {
    background-color: #fff !important;
  }

  .table-bordered th,.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}
