@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

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;
}

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

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  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.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-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);
}

@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;
  }
}
@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;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@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;
  }
}
.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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.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::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.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);
  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 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);
  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") no-repeat right 0.75rem center/8px 10px, 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.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);
  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 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);
  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") no-repeat right 0.75rem center/8px 10px, 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .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;
  }
}

.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 #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.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: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.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;
}

.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: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .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 (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .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-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .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;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .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-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .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;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .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-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .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-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.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-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.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(255, 255, 255, 0.5)' 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;
}

.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: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !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: #f8f9fa !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.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;
}

.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);
}

.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;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-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;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-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;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-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;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-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-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;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.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: 700 !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: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !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;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::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;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !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;
  }
}
/*$colour__brand-dark-blue: #001975;
$colour__brand-extra-dark-blue: #002E5D;
$colour__brand-grey--dark: #3d3d3e;
$colour__brand-aqua: #008390; 4 colors from promo project*/
/*$colour__brand-grey: #737777;
$colour__brand-grey--light: #f6f6f6; 2 colors from promo project*/
/*$colour__brand-gold: #84754D;  1 color from promo project*/
/* The exact colour from the logo */
/* customer journey red */
/* customer journey orange */
/* MMH / customer journey */
/*Employee Engagement*/
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 58px;
    padding-right: 58px;
  }
}

.colour-boxes {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  padding: 50px 0;
}

.colour-box {
  min-width: 120px;
  min-height: 120px;
  border-radius: 16px;
}
.colour-box.bordered {
  border: 1px solid #000;
}

/*$colour__brand-dark-blue: #001975;
$colour__brand-extra-dark-blue: #002E5D;
$colour__brand-grey--dark: #3d3d3e;
$colour__brand-aqua: #008390; 4 colors from promo project*/
/*$colour__brand-grey: #737777;
$colour__brand-grey--light: #f6f6f6; 2 colors from promo project*/
/*$colour__brand-gold: #84754D;  1 color from promo project*/
/* The exact colour from the logo */
/* customer journey red */
/* customer journey orange */
/* MMH / customer journey */
/*Employee Engagement*/
:root {
  --bp-mobile: base.$breakpoint-mobile;
  --fs-h1: 2.6rem;
  --fs-h2: 2.2rem;
  --fs-h3: 2rem;
  --fs-h4: 1.9rem;
  --fs-regular: 1.65rem;
  --fs-small: 1.6rem;
}
@media only screen and (min-width: 768px) {
  :root {
    --fs-h1: 5.5rem;
    --fs-h2: 4rem;
    --fs-h3: 2.8rem;
    --fs-h4: 2.2rem;
    --fs-regular: 1.8rem;
    --fs-small: 1.6rem;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-size: var(--fs-regular);
  font-family: "VAG Rounded W01 Thin", Helvetica, Arial, sans-serif;
  color: #474747;
  line-height: 1.3;
  min-width: 360px;
  height: 100%;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  body.sticky {
    padding-top: 100px;
  }
}

#mvc {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 1832px;
  margin: 0 auto;
}

.content-step-in {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .content-step-in {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .content-step-in {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .content-step-in {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .content-step-in {
    padding-left: 117px;
    padding-right: 117px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-step-in {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.is-content {
  padding: 4rem 2rem;
}
@media only screen and (min-width: 768px) {
  .is-content {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.is-content img {
  width: 100%;
  height: auto;
}

img.rounded img.round,
.round,
.rounded {
  border-radius: 20px !important;
  margin-bottom: 30px;
}

.split-line {
  border-top: 1px solid #002E5D;
  height: 100%;
  margin-top: 15px;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .split-line {
    border-top: none;
    border-right: 1px solid #002E5D;
    height: 100%;
    margin-right: calc(50% - 1px);
  }
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@font-face {
  font-family: "HelveticaNeueW01-55Roma";
  font-display: swap;
  src: url("/font/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"), url("/font/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueW01-65Medi";
  font-display: swap;
  src: url("/font/3600b37f-2bf1-45f3-be3a-03365f16d9cb.woff2") format("woff2"), url("/font/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueW01-75Bold";
  font-display: swap;
  src: url("/font/3b303641-706e-4221-94c4-4fb491f4f8ef.woff2") format("woff2"), url("/font/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff");
}
@font-face {
  font-family: "VAG Rounded W01 Thin";
  font-display: swap;
  src: url("/font/29eae2bc-c419-4bac-855f-4381ae1ee86e.woff2") format("woff2"), url("/font/09d74e12-003d-45c0-882d-271717150255.woff") format("woff");
}
@font-face {
  font-family: "VAG Rounded LT W01 Thin";
  font-display: swap;
  src: url("/font/37bab96e-99c6-4eb3-ab48-8375c7439ad8.woff2") format("woff2"), url("/font/775b3c48-8f21-4a69-aed1-d54151fb8f67.woff") format("woff");
}
@font-face {
  font-family: "VAG Rounded LT W01 Bold";
  font-display: swap;
  src: url("/font/231d9641-f183-4248-867e-2d90c54f8c3a.woff2") format("woff2"), url("/font/46322b5e-b6e8-44b0-a160-be63a0350edd.woff") format("woff");
}
@font-face {
  font-family: "MillerIcons";
  font-display: swap;
  src: url("/font/Miller4.eot"); /* IE9 Compat Modes */
  src: url("/font/Miller4.woff") format("woff"), url("/font/Miller4.ttf") format("truetype"), url("/font/Miller4.svg#svgFontName") format("svg"); /* Legacy iOS */
}
/* Generated by Glyphter (http://www.glyphter.com) on  Mon Jan 28 2019*/
@font-face {
  font-family: "mmh";
  font-display: swap;
  src: url("/font/mmh.eot");
  src: url("/font/mmh.eot?#iefix") format("embedded-opentype"), url("/font/mmh.woff") format("woff"), url("/font/mmh.ttf") format("truetype"), url("/font/mmh.svg#mmh") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Generated by Glyphter (http://www.glyphter.com) on  Thu Jul 18 2019*/
@font-face {
  font-family: "Glyphter";
  font-display: swap;
  src: url("/font/Glyphter.eot");
  src: url("/font/Glyphter.eot?#iefix") format("embedded-opentype"), url("/font/Glyphter.woff") format("woff"), url("/font/Glyphter.ttf") format("truetype"), url("/font/Glyphter.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*$colour__brand-dark-blue: #001975;
$colour__brand-extra-dark-blue: #002E5D;
$colour__brand-grey--dark: #3d3d3e;
$colour__brand-aqua: #008390; 4 colors from promo project*/
/*$colour__brand-grey: #737777;
$colour__brand-grey--light: #f6f6f6; 2 colors from promo project*/
/*$colour__brand-gold: #84754D;  1 color from promo project*/
/* The exact colour from the logo */
/* customer journey red */
/* customer journey orange */
/* MMH / customer journey */
/*Employee Engagement*/
.fa, .mf {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.mf-marker, .mf-markermap, .mf-mike, .mf-nearme, .mf-placetobe, .mf-list,
.mf-map, .mf-heart, .mf-star, .mf-eyeglass, .mf-closecross, .mf-closecrossinner,
.mf-phone, .mf-calendar, .mf-clock, .mf-question, .mf-heartfilled, .mf-burger,
.mf-triangle-left, .mf-triangle-right, .mf-triangle-down, .mf-person,
.play-overlay, .mf-plus, .mf-minus, .mf-crosshair, .mf-close-cross-small,
.mf-facebook, .mf-twitter, .mf-youtube, .mf-linkedin, .mf-google, .mf-pinterest,
.mf-instagram, .mf-starfilled, .mf-backtotop, .mf-downtobottom, .mf-doublechev,
.mf-showhome-search,
.mf-corp-arrow-left,
.mf-corp-arrow-right,
.mf-corp-arrow-up,
.mf-corp-arrow-down,
.mf-corp-download {
  font-family: "MillerIcons" !important;
  font-weight: normal;
}

.mf-flip-x {
  transform: scaleX(-1);
}

.mf-flip-y {
  transform: scaleY(-1);
}

.mf-small {
  font-size: 0.8rem;
}

.mf-tinted {
  color: #cce4e7;
}

.mf-placetobe {
  line-height: 60%;
  font-size: 11em;
  color: #84754D;
  font-style: normal;
}
.mf-placetobe.footer {
  line-height: 20%;
}

.mf-marker:before {
  content: "A";
}

.mf-markermap:before {
  content: "O";
}

.mf-mike:before {
  content: "B";
}

.mf-nearme:before {
  content: "C";
}

.mf-placetobe:before {
  content: "D";
}

.mf-burger:before {
  content: "E";
}

.mf-list, .mf-map {
  vertical-align: -2px;
  padding-right: 15px;
}

.mf-list:before {
  content: "K";
}

.mf-map:before {
  content: "I";
}

.mf-heart:before {
  content: "L";
}

.mf-star:before {
  content: "M";
}

.mf-heartfilled.gold {
  color: #84754D;
}
.mf-heartfilled:before {
  content: "S";
}

.mf-eyeglass {
  font-family: "MillerIcons" !important;
  position: relative;
  top: 2px;
  transform: scaleX(-1);
}
.mf-eyeglass:before {
  content: "J";
}

.mf-closecross:before {
  content: "N";
}

.mf-closecrossinner:before {
  content: "G";
}

.mf-phone, .mf-calendar, .mf-clock, .mf-question, .mf-person {
  position: relative;
  top: 2px;
}

.mf-phone:before {
  content: "P";
}

.mf-calendar:before {
  content: "F";
}

.mf-clock:before {
  content: "Q";
}

.mf-question:before {
  content: "R";
}

.mf-circle-tick:before {
  content: "T";
}

.mf-circle-tick-inverse:before {
  content: "i";
}

.mf-triangle-left {
  transform: scale(-1, -1);
}
.mf-triangle-left::before {
  content: "U";
}

.mf-triangle-down {
  transform: rotate(90deg);
}
.mf-triangle-down.invert {
  transform: rotate(-90deg);
}
.mf-triangle-down::before {
  content: "U";
}

.mf-triangle-right:before {
  content: "U";
}

.mf-backtotop.invert, .mf-downtobottom.invert {
  transform: rotate(-180deg);
}
.mf-backtotop::before, .mf-downtobottom::before {
  content: "H";
}

.play-overlay {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
  pointer-events: none;
}
.play-overlay::before {
  content: "U";
}
@media (min-width: 768px) {
  .play-overlay.play-offset {
    margin-left: calc((100% - (15px + 3rem)) * 0.45 / 2);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .play-overlay.play-offset {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .search-dev-item .play-overlay.play-offset {
    margin-left: 0;
  }
}
.mf-person:before {
  content: "V";
}

.mf-plus:before {
  content: "W";
}

.mf-minus:before {
  content: "X";
}

.mf-crosshair:before {
  content: "Y";
}

.mf-close-cross-small:before {
  content: "Z";
}

.mf-facebook:before {
  content: "a";
}

.mf-twitter:before {
  content: "b";
}

.mf-youtube:before {
  content: "c";
}

.mf-linkedin:before {
  content: "d";
}

.mf-google.mf-google-bigger {
  font-size: 1.4rem;
}
.mf-google::before {
  content: "e";
}

.mf-pinterest:before {
  content: "f";
}

.mf-instagram:before {
  content: "g";
}

.mf-doublechev:before {
  content: "j";
}

.mf-starfilled.gold {
  color: #84754D;
}
.mf-starfilled:before {
  content: "*";
}

.mf-showhome-search:before {
  content: "k";
}

.vis-hide {
  visibility: hidden;
  height: 0 !important;
  overflow: hidden;
}

/* MMH */
[class*=mmh-icon-]:before {
  display: inline-block;
  font-family: "mmh2";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6rem;
  color: #666;
}

.mmh-icon-MMH_Icon_CourtesyVisit:before {
  content: "A";
}

.mmh-icon-MMH_Icon_DemonstrationMeeting:before {
  content: "B";
}

.mmh-icon-MMH_Icon_DirectorSign-Off:before {
  content: "C";
}

.mmh-icon-MMH_Icon_HandoverMeeting:before {
  content: "D";
}

.mmh-icon-MMH_Icon_HomeReady:before {
  content: "E";
}

.mmh-icon-MMH_Icon_OptionsMeeting:before {
  content: "F";
}

.mmh-icon-MMH_Icon_Pre-PlasterMeeting:before {
  content: "G";
}

.mmh-icon-MMH_Icon_ReservationMeeting:before {
  content: "H";
}

.mmh-icon-MMH_Icon_ReservationVariation:before {
  content: "I";
}

.mmh-icon-MMH_Icon_WelcomeMeeting:before {
  content: "J";
}

/* NEW BSN */
.mmh-icon-MMH_Icon_Foundation:before {
  content: "K";
}

.mmh-icon-MMH_Icon_FloorJoist:before {
  content: "L";
}

.mmh-icon-MMH_Icon_RoofTrussers:before {
  content: "M";
}

.mmh-icon-MMH_Icon_KitchenInstalled:before {
  content: "N";
}

[class*=icon-MHomes]:before {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-MHomes_Bed1:before {
  content: "A";
}

.icon-MHomes_Bed2:before {
  content: "B";
}

.icon-MHomes__Bed4:before {
  content: "C";
}

.icon-MHomes_Bed5:before {
  content: "D";
}

.icon-MHomes_Bed3:before {
  content: "E";
}

/* corporate */
.mf-corp-arrow-left:before {
  content: "l";
}

.mf-corp-arrow-right:before {
  content: "m";
}

.mf-corp-arrow-up:before {
  content: "n";
}

.mf-corp-arrow-down:before {
  content: "o";
}

.mf-corp-download:before {
  content: "p";
}

h1,
.h1 {
  font-size: var(--fs-h1);
  font-weight: normal;
}

h2,
.h2 {
  font-size: var(--fs-h2);
  font-weight: normal;
  color: #002E5D;
}

h3,
.h3 {
  font-size: var(--fs-h3);
  font-weight: normal;
  color: #002E5D;
}

h4,
.h4 {
  font-size: var(--fs-h4);
  font-weight: normal;
  color: #002E5D;
}

h2.block-heading {
  padding: 2.4rem 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  h2.block-heading {
    text-align: center;
    padding: 9rem 0 6.5rem 0;
  }
}

strong, b {
  font-family: "VAG Rounded LT W01 Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.caption,
.small {
  font-size: var(--fs-small);
}

.regular {
  font-size: var(--fs-regular);
}

.large {
  font-size: var(--fs-h3);
}

.huge {
  font-size: var(--fs-h1);
}

a {
  color: #002E5D;
  text-decoration: none;
}
a:hover, a:focus {
  color: #007988;
  text-decoration: none;
}
a:active, a:visited {
  color: #002E5D;
}
a.small {
  font-size: var(--fs-small);
}

.right-chev:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  border-color: #007988;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 12px;
  position: relative;
  top: 0.45em;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
}

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue,
p.blue,
span.blue {
  color: #002E5D;
}

h1.aqua, h2.aqua, h3.aqua, h4.aqua, h5.aqua,
p.aqua,
span.aqua {
  color: #007988;
}

h1.grey, h2.grey, h3.grey, h4.grey, h5.grey,
p.grey,
span.grey {
  color: #474747;
}

ul.flush-left {
  padding-inline-start: 2rem;
}

.btn {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #002E5D;
  border: 1px solid #002E5D;
  padding: 0.8rem 2.3rem;
  line-height: 1.5;
  border-radius: 10px;
  overflow: visible;
  width: 100%;
  min-width: 220px;
}
@media only screen and (min-width: 768px) {
  .btn {
    width: auto;
  }
}
.btn:hover, .btn:focus {
  outline: 0;
  color: #fff;
  background-color: #007988;
  border-color: #007988;
}
.btn:active, .btn:visited {
  color: #fff;
  background-color: #002E5D;
  border: 1px solid #002E5D;
}

.btn--primary, .btn-primary, .btn--blue, .btn-blue {
  color: #fff;
  background-color: #002E5D;
  border-color: #002E5D;
}
.btn--primary:hover, .btn--primary:focus, .btn-primary:hover, .btn-primary:focus, .btn--blue:hover, .btn--blue:focus, .btn-blue:hover, .btn-blue:focus {
  outline: 0;
  color: #fff;
  background-color: #007988;
  border-color: #007988;
}
.btn--primary:active, .btn--primary:visited, .btn-primary:active, .btn-primary:visited, .btn--blue:active, .btn--blue:visited, .btn-blue:active, .btn-blue:visited {
  color: #fff;
  background-color: #002E5D;
  border: 1px solid #002E5D;
}
.btn--white, .btn-white {
  color: #666;
  background-color: #fff;
  border-color: #fff;
}
.btn--white:hover, .btn--white:focus, .btn-white:hover, .btn-white:focus {
  outline: 0;
  color: #fff;
  background-color: #007988;
  border-color: #007988;
}
.btn--white:active, .btn--white:visited, .btn-white:active, .btn-white:visited {
  color: #666;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary, .btn--aqua, .btn-aqua {
  color: #fff;
  background-color: #007988;
  border-color: #007988;
}
.btn-secondary:hover, .btn-secondary:focus, .btn--aqua:hover, .btn--aqua:focus, .btn-aqua:hover, .btn-aqua:focus {
  outline: 0;
  color: #fff;
  background-color: #002E5D;
  border-color: #002E5D;
}
.btn-secondary:active, .btn-secondary:visited, .btn--aqua:active, .btn--aqua:visited, .btn-aqua:active, .btn-aqua:visited {
  color: #fff;
  background-color: #007988;
  border-color: #007988;
}

.btn.right-chev:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  border-color: currentColor;
  content: "";
  display: inline-block;
  height: 0.45em;
  top: 0.45em;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
  float: right;
}
.btn.download, .btn-download, .btn--download {
  color: #002E5D;
  background-color: #fff;
  border-color: #fff;
}
.btn.download:after, .btn-download:after, .btn--download:after {
  font-family: "MillerIcons" !important;
  content: "p";
  display: inline-block;
  margin-left: 15px;
  font-size: 1.4rem;
  color: #007988;
  float: right;
}

.btn--white.right-chev:after, .btn-white.right-chev:after {
  border-color: #007988;
}
.btn--white.right-chev:hover:after, .btn--white.right-chev:focus:after, .btn-white.right-chev:hover:after, .btn-white.right-chev:focus:after {
  border-color: #fff;
}

.btn-block, .btn--block {
  display: block;
}
.btn-close, .btn--close {
  border: none;
  background-color: transparent;
  color: #007988;
  font-size: var(--fs-h1);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.download:after {
  font-family: "MillerIcons" !important;
  content: "p";
  display: inline-block;
  margin-left: 15px;
  font-size: 1.4rem;
  color: #007988;
}

.disc {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .disc {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 15px;
  }
}
.disc.aqua {
  background-color: #007988;
}
.disc.lime {
  background-color: #c2d600;
}

.masthead .new-home-link {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #E7E6E6;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .masthead .new-home-link {
    margin-left: -58px;
    margin-right: -58px;
  }
}
@media only screen and (min-width: 1200px) {
  .masthead .new-home-link {
    display: block;
    padding-right: 12px;
  }
}
.masthead .new-home-link a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .masthead .new-home-link a {
    padding-left: 58px;
    padding-right: 58px;
  }
}

.masthead-content {
  display: flex;
  padding: 15px 0 15px 0;
  background-color: #fff;
}
.masthead-content > div {
  flex: 1;
}
@media only screen and (min-width: 1200px) {
  .masthead-content > div {
    flex: none;
  }
}

@media only screen and (min-width: 1200px) {
  .masthead-content.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1832px;
    padding-left: 58px;
    padding-right: 58px;
    width: 100%;
    z-index: 999;
  }
}

.masthead-logo svg {
  display: block;
  width: 100%;
  max-width: 180px;
}
@media only screen and (min-width: 1200px) {
  .masthead-logo svg {
    max-width: 220px;
    margin-top: 8px;
  }
}

.burger {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.burger__button {
  cursor: pointer;
  display: inline-block;
  border: none;
  background-color: #fff;
  outline: none;
  padding: 4px;
  margin: 0;
}
.burger__button:focus, .burger__button:active {
  outline: none;
}
.burger__button:focus .burger-menu__text {
  text-decoration: underline;
}

.burger__button-bars {
  display: inline-block;
  border: 0;
  width: 100%;
  background: none;
  border-color: #002E5D;
  color: #002E5D;
  outline: 0;
  padding: 3px 0 0 0;
  cursor: pointer;
  border-bottom: 2px solid currentColor;
  margin: 0;
  width: 20px;
  transition: none;
}
@media (prefers-reduced-motion: no-preference) {
  .burger__button-bars {
    transition: border-bottom 1s ease-in-out;
  }
}
.burger__button-bars::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.burger__button-bars:before {
  content: "";
  display: block;
  border-bottom: 2px solid currentColor;
  width: 100%;
  margin-bottom: 3px;
  transition: none;
}
@media (prefers-reduced-motion: no-preference) {
  .burger__button-bars:before {
    transition: transform 0.5s ease-in-out;
  }
}
.burger__button-bars:after {
  content: "";
  display: block;
  border-bottom: 2px solid currentColor;
  width: 100%;
  margin-bottom: 3px;
  transition: none;
}
@media (prefers-reduced-motion: no-preference) {
  .burger__button-bars:after {
    transition: transform 0.5s ease-in-out;
  }
}

.burger__button.expanded .burger__button-bars {
  border-bottom: 2px solid transparent;
  transition: none;
}
@media (prefers-reduced-motion: no-preference) {
  .burger__button.expanded .burger__button-bars {
    transition: border-bottom 0.8s ease-in-out;
  }
}
.burger__button.expanded .burger__button-bars:before {
  transform: rotate(-405deg) translateY(3px) translateX(-3px);
  transition: none;
}
@media (prefers-reduced-motion: no-preference) {
  .burger__button.expanded .burger__button-bars:before {
    transition: transform 0.5s ease-in-out;
  }
}
.burger__button.expanded .burger__button-bars:after {
  transform: rotate(405deg) translateY(-1px) translateX(-1px);
  transition: none;
}
@media (prefers-reduced-motion: no-preference) {
  .burger__button.expanded .burger__button-bars:after {
    transition: transform 0.5s ease-in-out;
  }
}

.main-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  background-color: #fff;
  paddding: 0;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  transition: none;
  z-index: 9;
}
@media (prefers-reduced-motion: no-preference) {
  .main-nav {
    transition: max-height 0.5s ease-in-out;
  }
}
.main-nav.expanded {
  max-height: 9999px;
}

.main-nav__list {
  padding: 15px 0 0 0;
  margin: 0;
  list-style: none;
}

.main-nav__section {
  border-bottom: 1px solid #007988;
}
.main-nav__section .nav-expander:focus, .main-nav__section .nav-expander:hover {
  background-color: #007988;
}
.main-nav__section .nav-expander:focus:after, .main-nav__section .nav-expander:hover:after {
  border-top-color: #fff;
}

.main-nav__section.expanded {
  background-color: #007988;
  color: #fff;
}
.main-nav__section.expanded .main-nav__section-link {
  color: #fff;
}
.main-nav__section.expanded .nav-expander {
  background-color: #007988;
  transform: rotate(90deg);
}
.main-nav__section.expanded .nav-expander:after {
  border-top-color: #fff;
}
.main-nav__section.expanded .nav-expander:focus {
  outline: none;
}
.main-nav__section.expanded .main-nav__sub-nav {
  background-color: #fff;
  display: block;
}

.main-nav__section.has-children .main-nav__section-link {
  width: calc(100% - 48px);
}

.main-nav__section-link {
  padding: 15px 0 15px 20px;
  display: inline-block;
  width: 100%;
  outline: none;
}
.main-nav__section-link:hover, .main-nav__section-link:focus {
  background-color: #007988;
  color: #fff;
}

.main-nav__sub-nav {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav__sub-nav li {
  display: block;
}
.main-nav__sub-nav a {
  padding: 15px 20px 15px 20px;
  display: block;
}
.main-nav__sub-nav a:hover, .main-nav__sub-nav a:focus {
  background-color: #007988;
  color: #fff;
}

.main-nav__section-drop {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .burger {
    display: none;
  }
  .main-nav {
    display: block;
    position: unset;
    left: auto;
    right: auto;
    top: auto;
    flex: 1;
    align-self: end;
    align-self: flex-end;
    font-size: var(--fs-small);
    max-height: 1000px;
    transition: none;
  }
  .main-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    overflow: hidden;
  }
  .main-nav__list li {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .main-nav__list li:nth-child(2) .main-nav__sub-nav {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1400px) {
  .main-nav__list li:nth-child(2) .main-nav__sub-nav {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav__section {
    border: none;
  }
  .main-nav__section.active .main-nav__section-link {
    background-color: #fff;
    color: #007988;
  }
  .main-nav__section.active .nav-expander {
    background-color: #fff;
  }
  .main-nav__section.active .nav-expander:after {
    border-top-color: #007988;
  }
  .main-nav__section.external {
    display: none;
  }
  .main-nav__section .nav-expander {
    float: right;
    margin-top: 8px;
    outline: none;
  }
  .main-nav__section .nav-expander:after {
    border-top-color: #002E5D;
  }
  .main-nav__section .nav-expander:focus, .main-nav__section .nav-expander:hover {
    outline: none;
    background-color: transparent;
  }
  .main-nav__section .nav-expander:focus:after, .main-nav__section .nav-expander:hover:after {
    border-top-color: #002E5D;
  }
  .main-nav__section.expanded {
    background-color: transparent;
    color: #002E5D;
  }
  .main-nav__section.expanded .main-nav__section-link {
    color: #002E5D;
  }
  .main-nav__section.expanded .nav-expander {
    transform: none;
    background-color: transparent;
    color: #002E5D;
    outline: none;
  }
  .main-nav__section.expanded .nav-expander:after {
    border-top-color: #002E5D;
  }
  .main-nav__section.expanded .main-nav__sub-nav {
    display: flex;
    padding-bottom: 0;
  }
  .main-nav__section:hover .main-nav__section-link, .main-nav__sectionfocus-within .main-nav__section-link {
    background-color: #fff;
    color: #007988;
  }
  .main-nav__section:hover .nav-expander, .main-nav__sectionfocus-within .nav-expander {
    background-color: #fff;
  }
  .main-nav__section:hover .nav-expander:after, .main-nav__sectionfocus-within .nav-expander:after {
    border-top-color: #007988;
  }
  .main-nav__section:hover .main-nav__sub-nav, .main-nav__sectionfocus-within .main-nav__sub-nav {
    max-height: 550px;
  }
  .main-nav__section:hover .main-nav__section-drop, .main-nav__sectionfocus-within .main-nav__section-drop {
    max-height: 550px;
  }
  .main-nav__section.has-children .main-nav__section-link {
    width: auto;
    margin-right: 4px;
  }
  .main-nav__section-link {
    padding: 4px;
    width: auto;
  }
  .main-nav__section-link:hover, .main-nav__section-link:focus {
    background-color: #fff;
    color: #007988;
  }
  .main-nav__section-link:focus {
    outline: auto;
  }
  .main-nav__section__image {
    border-radius: 20px;
    width: 100%;
    max-width: 260px;
    height: auto;
  }
  .main-nav__sub-nav {
    position: absolute;
    z-index: 2;
    padding: 0 0 15px 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    max-height: 0;
    overflow: hidden;
    /* new for ESG - option 1 to improve issue with too many items in dropdown covering main page */
    /*            background-color: #FFF;
                margin-left: -5px;
                margin-right: -5px;
                padding-left: 5px;
                padding-right: 5px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;*/
  }
}
@media only screen and (min-width: 1200px) and (prefers-reduced-motion: no-preference) {
  .main-nav__sub-nav {
    transition: max-height 0.25s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav__sub-nav li {
    padding: 0;
    margin: 0 0 10px 0;
    min-width: 240px;
  }
  .main-nav__sub-nav li:first-child {
    padding-top: 46px;
  }
  .main-nav__sub-nav li:last-child {
    margin-bottom: 20px;
  }
  .main-nav__sub-nav a {
    padding: 8px 8px 8px 10px;
    display: block;
    background-color: #E7E6E6;
    color: #002E5D;
    border-radius: 10px;
  }
  .main-nav__sub-nav a:hover, .main-nav__sub-nav a:focus {
    background-color: #007988;
    color: #fff;
  }
  .main-nav__sub-nav a.active {
    background-color: #007988;
    color: #fff;
  }
  .main-nav__section-drop {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    padding: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 768px) {
  .main-nav__section-drop {
    padding-left: 58px;
    padding-right: 58px;
  }
}
@media only screen and (min-width: 1200px) and (prefers-reduced-motion: no-preference) {
  .main-nav__section-drop {
    transition: max-height 0.25s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav__section-drop__content {
    max-width: 1832px;
    padding: 46px 0 170px 0;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1900px) {
  .main-nav__section-drop__content {
    padding-left: 58px;
    padding-right: 58px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav__section-drop__content h2 {
    color: #007988;
    font-size: var(--fs-h3);
    padding: 0;
    margin: 20px 0 0 0;
  }
}
.nav-expander {
  all: unset;
  padding: 12px;
  border: none;
}
@media only screen and (min-width: 1200px) {
  .nav-expander {
    padding: 4px;
  }
}
.nav-expander:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

ul.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 1.6rem;
  display: none;
  padding: 0;
  margin: 2.4rem 0;
}
@media only screen and (min-width: 768px) {
  ul.breadcrumbs {
    display: flex;
  }
}
ul.breadcrumbs li {
  padding: 0;
  margin: 0 0 0 0;
  display: flex;
}
ul.breadcrumbs li:after {
  content: "|";
  color: #84754D;
  display: block;
  margin: 0 12px 0 12px;
}
ul.breadcrumbs li:last-child:after {
  display: none;
}
ul.breadcrumbs a {
  color: #474747;
  display: block;
}
ul.breadcrumbs a:hover, ul.breadcrumbs a:focus {
  color: #007988;
}
ul.breadcrumbs a:active, ul.breadcrumbs a:visited {
  color: #474747;
}

nav.breadcrumbs {
  display: none;
}
@media only screen and (min-width: 768px) {
  nav.breadcrumbs {
    display: flex;
  }
}
nav.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 1.6rem;
}
nav.breadcrumbs li {
  padding: 0;
  margin: 0 0 0 0;
  display: flex;
}
nav.breadcrumbs li:after {
  content: "|";
  color: #84754D;
  display: block;
  margin: 0 12px 0 12px;
}
nav.breadcrumbs li:last-child:after {
  display: none;
}
nav.breadcrumbs a {
  color: #474747;
  display: block;
}
nav.breadcrumbs a:hover, nav.breadcrumbs a:focus {
  color: #007988;
}
nav.breadcrumbs a:active, nav.breadcrumbs a:visited {
  color: #474747;
}

.corporate-select {
  display: block;
  color: #FFF;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #007988;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='m11 15.3-5.3-5.1a.6.6 0 0 1 0-1l.6-.5c.3-.3.7-.3 1 0l4.2 4 4.3-4c.2-.3.6-.3.9 0l.6.6c.3.2.3.6 0 .9L12 15.3c-.3.3-.7.3-1 0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1.25em auto, 100%;
}

@media only screen and (min-width: 992px) {
  .breakout-row {
    display: grid;
    grid-template-areas: "container";
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }
}
.breakout-row__image {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .breakout-row__image {
    grid-area: container;
    z-index: 1;
  }
}
.breakout-row__content {
  /*&:not(.breakout-row--two-column) {
      margin-left: 55px;

      @include mixins.mq(base.$screen-size__xlg--min) {
          margin-left: 175px;
      }
  }*/
}
@media only screen and (min-width: 992px) {
  .breakout-row__content {
    grid-area: container;
    z-index: 2;
  }
}
.breakout-row__content .pod {
  border-radius: 0;
  max-width: 100%;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .breakout-row__content .pod {
    max-width: 80%;
    border-radius: 20px;
    margin-left: 58px;
  }
}
@media only screen and (min-width: 1200px) {
  .breakout-row__content .pod {
    max-width: 50%;
    margin-left: 117px;
  }
}
@media only screen and (min-width: 1400px) {
  .breakout-row__content .pod {
    max-width: 45%;
    margin-left: 117px;
  }
}
@media only screen and (min-width: 1600px) {
  .breakout-row__content .pod {
    max-width: 40%;
    margin-left: 160px;
  }
}

.row .breakout-row {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 768px) {
  .row .breakout-row {
    margin-left: -58px;
    margin-right: -58px;
  }
}

.breakout-row--two-column .breakout-row__content {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .breakout-row--two-column .breakout-row__content {
    flex-direction: row;
  }
}
.breakout-row--two-column .breakout-panel {
  grid-template: "container";
  justify-content: flex-start;
  align-items: flex-end;
  display: grid;
  color: #fff;
  flex: 1;
}
.breakout-row--two-column .breakout-panel h1, .breakout-row--two-column .breakout-panel h2, .breakout-row--two-column .breakout-panel h3, .breakout-row--two-column .breakout-panel h4, .breakout-row--two-column .breakout-panel p {
  color: #fff;
}
.breakout-row--two-column .breakout-panel__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: container;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .breakout-row--two-column .breakout-panel__image--mobile {
    display: none;
  }
}
.breakout-row--two-column .breakout-panel__image--desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .breakout-row--two-column .breakout-panel__image--desktop {
    display: block;
  }
}
.breakout-row--two-column .overlay {
  background-image: linear-gradient(to bottom, transparent 0%, #000000 75%);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 2;
  grid-area: container;
}
.breakout-row--two-column .breakout-panel__content {
  grid-area: container;
  padding: 0 20px 40px 20px;
  color: #fff;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .breakout-row--two-column .breakout-panel__content {
    padding: 0 36px 38px 36px;
  }
}
.breakout-row--two-column .breakout-panel__content h2 {
  padding: 0;
  margin: 0 0 2.8rem 0;
}
.breakout-row--two-column .breakout-panel__content p {
  padding: 0;
  margin: 0 0 2.8rem 0;
}
@media only screen and (min-width: 992px) {
  .breakout-row--two-column .breakout-panel__content p {
    margin: 0 0 5rem 0;
  }
}
.breakout-row--two-column .breakout-panel__content a {
  color: #fff;
}
.breakout-row--two-column .breakout-panel__content a:after {
  border-color: #fff;
}
.breakout-row--two-column .breakout-panel__content a:focus, .breakout-row--two-column .breakout-panel__content a:hover {
  color: #002E5D;
}
.breakout-row--two-column .breakout-panel__content a:focus:after, .breakout-row--two-column .breakout-panel__content a:hover:after {
  border-color: #002E5D;
}

.pod-grid-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 576px) {
  .pod-grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .pod-grid-layout {
    width: 100%;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .pod-grid-layout {
    grid-template-columns: repeat(4, 1fr);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .pod-grid-layout {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media only screen and (min-width: 1400px) {
  .pod-grid-layout {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .pod-grid-layout {
    margin-left: 175px;
    margin-right: 175px;
  }
}
.pod-grid-layout--3-col {
  grid-template-columns: repeat(3, 1fr);
}
.pod-grid-layout .pod:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .pod-grid-layout .pod:first-of-type {
    margin-top: 10px;
  }
}
.pod-grid-layout .pod:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pod-grid-layout .pod:last-of-type {
    margin-bottom: 15px;
  }
}

/* rwn: this is a modified version of the slick-slider css rather than overriding oob styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  /*img {
      display: block;
  }*/
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.homepage-carousel {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 768px) {
  .homepage-carousel {
    margin-left: -58px;
    margin-right: -58px;
  }
}
.homepage-carousel__slide {
  display: grid;
  grid-template: "container";
}
.homepage-carousel__slide:after {
  background-image: url("/svg/carousel_swoosh_mobile.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0.25;
  content: "";
  display: block;
  grid-area: container;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .homepage-carousel__slide:after {
    background-image: url("/svg/carousel_swoosh.svg");
    background-position: right top;
    height: 50%;
  }
}
.homepage-carousel__slide__image--mobile, .homepage-carousel__slide__image--desktop {
  width: 100%;
  height: auto;
  height: calc(100vh - 53px);
  max-height: 800px;
  grid-area: container;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .homepage-carousel__slide__image--mobile, .homepage-carousel__slide__image--desktop {
    max-height: 844px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-carousel__slide__image--mobile {
    display: none;
  }
}
.homepage-carousel__slide__image--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .homepage-carousel__slide__image--desktop {
    display: block;
  }
}
.homepage-carousel__slide__content {
  grid-area: container;
  z-index: 5;
}
.homepage-carousel__slide__content .btn {
  min-width: 200px;
}
@media only screen and (min-width: 768px) {
  .homepage-carousel__slide__content {
    align-self: center;
  }
}
.homepage-carousel__slide__heading {
  color: #fff;
  padding: 0;
  margin: 4.6rem 0 3.4rem 0;
}
@media only screen and (min-width: 768px) {
  .homepage-carousel__slide__heading {
    max-width: 80%;
    margin: 0 0 4.2rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .homepage-carousel__slide__heading {
    max-width: 50%;
  }
}
.homepage-carousel .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  grid-area: container;
  z-index: 3;
}

.image-slider {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .image-slider {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto 1fr;
    gap: 0;
  }
}
@media only screen and (min-width: 768px) {
  .image-slider__slide-images {
    grid-row: 1;
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media only screen and (min-width: 768px) {
  .image-slider__slide-contents {
    grid-row: 2;
    grid-column: 2;
  }
}
.image-slider__slide-image-wrapper {
  display: grid;
  grid-template: "container";
}
.image-slider__slide-inlay {
  grid-area: container;
  align-self: flex-end;
  margin: 20px;
  z-index: 2;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .image-slider__slide-inlay {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
}
.image-slider__slide-inlay span {
  display: block;
}
.image-slider__slide-inlay span.large {
  font-size: var(--fs-small);
}
.image-slider__slide-image {
  width: 100%;
  height: auto;
  grid-area: container;
  z-index: 1;
}
.image-slider__slide-content-wrapper {
  margin: 0 20px;
}
@media only screen and (min-width: 768px) {
  .image-slider__slide-content-wrapper {
    margin: 40px;
    display: flex;
    height: 100%;
    flex-direction: column;
  }
}
.image-slider__pager {
  display: grid;
  grid-template-areas: "prev dots next";
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  margin: 0 8px 0 8px;
}
@media only screen and (min-width: 768px) {
  .image-slider__pager {
    grid-row: 1;
    grid-column: 2;
    margin: 40px 40px 0 40px;
  }
}
.image-slider__pager button:focus {
  outline: none;
}
.image-slider .slick-prev {
  grid-area: prev;
}
@media only screen and (min-width: 768px) {
  .image-slider .slick-prev {
    grid-area: dots;
  }
}
.image-slider .carousel-dots {
  position: unset;
  grid-area: dots;
}
@media only screen and (min-width: 768px) {
  .image-slider .carousel-dots {
    grid-area: prev;
    justify-content: flex-start;
  }
}
.image-slider .slick-next {
  grid-area: next;
}
.image-slider .carousel-dot {
  width: 14px;
  height: 14px;
  background-color: #007988;
}
.image-slider .overlay {
  background-image: linear-gradient(to bottom, transparent 0%, #000000 50%);
  opacity: 0.25;
  width: 100%;
  height: 100%;
  z-index: 2;
  grid-area: container;
}

.carousel-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.carousel-dots > li {
  padding: 0;
  margin: 0 3px;
}
.carousel-dots > li:first-child {
  margin-left: 0;
}
.carousel-dots > li:last-child {
  margin-right: 0;
}

.carousel-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #fff;
}

li.slick-active .carousel-dot {
  width: 32px;
}

.slick-prev {
  background-color: transparent;
  border: none;
  text-align: right;
  color: #474747;
  font-size: 2rem;
  outline: none;
  display: inline;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .slick-prev {
    font-size: 3rem;
    justify-self: flex-end;
  }
}

.slick-next {
  background-color: transparent;
  border: none;
  text-align: left;
  color: #474747;
  font-size: 2rem;
  outline: none;
  display: inline;
  width: 40px;
  height: 40px;
  justify-self: flex-end;
}
@media only screen and (min-width: 768px) {
  .slick-next {
    font-size: 3rem;
    justify-self: flex-start;
  }
}

.text-slider.text-slider--figures h3 {
  margin-bottom: 0px;
}
.text-slider.text-slider--figures .carousel-dots {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .text-slider.text-slider--figures .carousel-dots {
    justify-content: left;
    margin-left: 78px;
  }
}
@media only screen and (min-width: 992px) {
  .text-slider.text-slider--figures .carousel-dots {
    justify-content: left;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-slider.text-slider--figures .carousel-dots {
    margin-left: 62px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-slider.text-slider--figures .carousel-dots {
    margin-left: 117px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-slider.text-slider--figures .carousel-dots {
    margin-left: 160px;
  }
}
.text-slider.text-slider--figures .divider {
  border-top: 1px solid #FFF;
  margin: 0 20px 30px;
}

#fundreg .form-nav-btn {
  min-width: 50px !important;
  width: 50% !important;
  max-width: 200px !important;
}
#fundreg .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 10px 4px 20px 0px;
  background-color: #002E5D;
  cursor: pointer;
}
#fundreg .active {
  width: 40px;
}
#fundreg #charitySendForm {
  min-width: 100px !important;
  width: 100% !important;
  max-width: 400px !important;
}
#fundreg .btn:disabled {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  pointer-events: none;
}

.at-a-glance {
  margin: 40px 0;
  scroll-snap-type: mandatory;
  scroll-snap-type: y mandatory;
}
@media only screen and (min-width: 768px) {
  .at-a-glance {
    padding: 3.8rem 4.2rem;
    background-color: #E7E6E6;
    border-radius: 20px;
    scroll-snap-type: none;
  }
}
.at-a-glance__wrapper {
  gap: 12px;
  height: calc(100vh - 80px);
  scroll-snap-align: start;
}
@media only screen and (min-width: 768px) {
  .at-a-glance__wrapper {
    row-gap: 30px;
    -moz-column-gap: 0;
         column-gap: 0;
    height: auto;
  }
}
.at-a-glance__heading {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .at-a-glance__heading {
    grid-area: heading;
    grid-column-end: 3;
  }
}
.at-a-glance__stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .at-a-glance__stats {
    grid-area: stats;
    gap: 20px;
  }
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.at-a-glance__stat > * {
  padding: 0;
  margin: 0;
}
.at-a-glance__stat .huge {
  color: #002E5D;
  margin-bottom: 2px;
}
.at-a-glance__map-wrapper {
  text-align: center;
}
.at-a-glance__terms {
  padding: 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .at-a-glance__terms {
    grid-area: terms;
    text-align: left;
    font-size: var(--fs-small);
  }
}
.at-a-glance #Scotland1,
.at-a-glance #Scotland2,
.at-a-glance #Scotland3 {
  fill: #002E5D;
}
.at-a-glance #North1,
.at-a-glance #North2,
.at-a-glance #North3 {
  fill: #007988;
}
.at-a-glance #South {
  fill: #84754D;
}
.at-a-glance .scotland-cities,
.at-a-glance .north-cities,
.at-a-glance .south-cities {
  display: none;
}

.at-a-glance--static .at-a-glance__wrapper {
  display: flex;
  flex-direction: column;
  padding: 2.4rem 2rem 2.4rem 2rem;
  margin: 0 0 10px 0;
  background-color: #E7E6E6;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .at-a-glance--static .at-a-glance__wrapper {
    padding: 0;
    border-radius: 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
    grid-template: "heading map" "stats map" "terms map";
    position: relative;
  }
}
.at-a-glance--static svg {
  padding: 0 55px 0 0;
  margin: 0;
  max-height: 500px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .at-a-glance--static svg {
    grid-area: map;
    grid-row-start: 2;
    position: absolute;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1240px) {
  .at-a-glance--static svg {
    height: 100%;
    grid-row-start: 1;
    transform: scale(1.5);
    right: 42px;
    top: 26px;
    max-height: none;
  }
}
@media only screen and (min-width: 1600px) {
  .at-a-glance--static svg {
    padding-right: 55px;
  }
}
.at-a-glance--static .scotland-area,
.at-a-glance--static .north-area,
.at-a-glance--static .south-area {
  display: none;
}

.at-a-glance--interactive {
  padding: 20px;
  margin: 0;
  background-color: unset;
  border-radius: unset;
  grid-area: content;
  z-index: 1;
  display: grid;
  grid-template-areas: "content";
}
.at-a-glance--interactive.showing-pop {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance--interactive.showing-pop {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-template-areas: "content";
  }
}
.at-a-glance--interactive.showing-pop svg {
  max-height: 9999px;
}
.at-a-glance--interactive-content {
  grid-area: content;
  z-index: 1;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance--interactive-content {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 45% 55%;
    grid-template-areas: "mapA content" "mapB stats" "mapC disclaimer";
  }
}
.at-a-glance--interactive .at-a-glance__wrapper {
  display: flex;
  flex-direction: column;
  padding: 2.4rem 2rem 2.4rem 2rem;
  margin: 0 0 10px 0;
  background-color: #E7E6E6;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .at-a-glance--interactive .at-a-glance__wrapper {
    padding: 0;
    border-radius: 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
    grid-template: "heading map" "stats map" "terms map";
    position: relative;
  }
}
.at-a-glance--interactive .at-a-glance__heading {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance--interactive .at-a-glance__content-wrapper {
    grid-area: content;
    margin-left: 40px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1240px) {
  .at-a-glance--interactive .at-a-glance__map-wrapper {
    grid-area: mapA;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
@media only screen and (min-width: 1240px) {
  .at-a-glance--interactive .at-a-glance__stats {
    grid-area: stats;
    margin-left: 40px;
    gap: 0;
  }
}
@media only screen and (min-width: 1240px) {
  .at-a-glance--interactive .at-a-glance__disclaimer {
    grid-area: disclaimer;
    margin-left: 40px;
    gap: 0;
  }
}
.at-a-glance--interactive svg {
  padding: 0;
  margin: 0;
  max-height: 500px;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance--interactive svg {
    max-height: 680px;
  }
}
.at-a-glance--interactive #Scotland1,
.at-a-glance--interactive #Scotland2,
.at-a-glance--interactive #Scotland3,
.at-a-glance--interactive #North1,
.at-a-glance--interactive #North2,
.at-a-glance--interactive #North3,
.at-a-glance--interactive #South,
.at-a-glance--interactive .scotland-cities,
.at-a-glance--interactive .north-cities,
.at-a-glance--interactive .south-cities,
.at-a-glance--interactive .scotland-area,
.at-a-glance--interactive .north-area,
.at-a-glance--interactive .south-area {
  cursor: pointer;
}

.at-a-glance__popover {
  display: none;
  padding: 0 20px 20px 20px;
  grid-area: content;
  background-color: #E7E6E6;
  z-index: 2;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover {
    padding: 0;
    grid-template-areas: "map stats";
    grid-template-columns: 1fr 1fr;
  }
}
.at-a-glance__popover.show {
  display: block;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover.show {
    display: grid;
  }
}
.at-a-glance__popover__heading {
  border-top: 1px solid #007988;
  padding: 14px 0 0 0;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover__heading {
    border: none;
    padding: 0;
    margin: 0;
    float: left;
  }
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover__heading--mobile {
    display: none;
  }
}
.at-a-glance__popover__heading--desktop {
  display: none;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover__heading--desktop {
    display: block;
  }
}
.at-a-glance__popover__map-wrapper {
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover__map-wrapper {
    grid-area: map;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .at-a-glance__popover__map-wrapper svg {
    margin-right: -20px;
  }
}
.at-a-glance__popover .btn-close {
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover .btn-close {
    font-size: 40px;
    margin-top: -20px;
    padding: 0;
  }
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover .btn-close--mobile {
    display: none;
  }
}
.at-a-glance__popover .btn-close--desktop {
  display: none;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover .btn-close--desktop {
    display: block;
  }
}
.at-a-glance__popover .btn-close:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover__content-pod {
    grid-area: stats;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 40px 22px 40px;
    margin-right: 40px;
    align-self: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover__content-pod__heading:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover__close-btn-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .at-a-glance__popover__close-btn-wrapper .btn {
    position: absolute;
  }
}
.at-a-glance__popover .at-a-glance__stats {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover .at-a-glance__stats {
    grid-area: stats;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0 10px 0;
  }
}
.at-a-glance__popover .at-a-glance__stat {
  padding: 0 0 12px 0;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #007988;
}
.at-a-glance__popover .at-a-glance__stat *:first-child {
  color: #002E5D;
}
.at-a-glance__popover .at-a-glance__disclaimer {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1240px) {
  .at-a-glance__popover .at-a-glance__disclaimer {
    grid-area: disclaimer;
    margin-left: 0px;
    margin-bottom: 90px;
  }
}
.at-a-glance__popover #Scotland1,
.at-a-glance__popover #Scotland2,
.at-a-glance__popover #Scotland3,
.at-a-glance__popover #North1,
.at-a-glance__popover #North2,
.at-a-glance__popover #North3,
.at-a-glance__popover #South,
.at-a-glance__popover .scotland-cities,
.at-a-glance__popover .north-cities,
.at-a-glance__popover .south-cities,
.at-a-glance__popover .scotland-area,
.at-a-glance__popover .north-area,
.at-a-glance__popover .south-area {
  cursor: default;
}
.at-a-glance__popover--scotland .scotland-area,
.at-a-glance__popover--scotland .north-area,
.at-a-glance__popover--scotland .south-area {
  display: none;
}
.at-a-glance__popover--scotland .scotland-cities {
  display: inline-block;
}
.at-a-glance__popover--scotland #North1, .at-a-glance__popover--scotland #North2, .at-a-glance__popover--scotland #North3, .at-a-glance__popover--scotland #South {
  fill: none;
}
.at-a-glance__popover--north .scotland-area,
.at-a-glance__popover--north .north-area,
.at-a-glance__popover--north .south-area {
  display: none;
}
.at-a-glance__popover--north .north-cities {
  display: inline-block;
}
.at-a-glance__popover--north #Scotland1, .at-a-glance__popover--north #Scotland2, .at-a-glance__popover--north #Scotland3, .at-a-glance__popover--north #South {
  fill: none;
}
.at-a-glance__popover--south .scotland-area,
.at-a-glance__popover--south .north-area,
.at-a-glance__popover--south .south-area {
  display: none;
}
.at-a-glance__popover--south .south-cities {
  display: inline-block;
}
.at-a-glance__popover--south #Scotland1, .at-a-glance__popover--south #Scotland2, .at-a-glance__popover--south #Scotland3, .at-a-glance__popover--south #North1, .at-a-glance__popover--south #North2, .at-a-glance__popover--south #North3 {
  fill: none;
}

/*$colour__brand-dark-blue: #001975;
$colour__brand-extra-dark-blue: #002E5D;
$colour__brand-grey--dark: #3d3d3e;
$colour__brand-aqua: #008390; 4 colors from promo project*/
/*$colour__brand-grey: #737777;
$colour__brand-grey--light: #f6f6f6; 2 colors from promo project*/
/*$colour__brand-gold: #84754D;  1 color from promo project*/
/* The exact colour from the logo */
/* customer journey red */
/* customer journey orange */
/* MMH / customer journey */
/*Employee Engagement*/
.bg-dark-blue,
.bg--dark-blue {
  background-color: #002E5D;
  color: #fff;
}

.bg-extra-dark-blue,
.bg--extra-dark-blue {
  background-color: #002E5D;
}
.bg-extra-dark-blue h2, .bg-extra-dark-blue h3, .bg-extra-dark-blue h4, .bg-extra-dark-blue p,
.bg--extra-dark-blue h2,
.bg--extra-dark-blue h3,
.bg--extra-dark-blue h4,
.bg--extra-dark-blue p {
  color: #fff;
}

.bg-aqua,
.bg--aqua,
.bg-aqua-blue,
.bg--aqua-blue {
  background-color: #007988;
}
.bg-aqua h2, .bg-aqua h3, .bg-aqua h4, .bg-aqua p,
.bg--aqua h2,
.bg--aqua h3,
.bg--aqua h4,
.bg--aqua p,
.bg-aqua-blue h2,
.bg-aqua-blue h3,
.bg-aqua-blue h4,
.bg-aqua-blue p,
.bg--aqua-blue h2,
.bg--aqua-blue h3,
.bg--aqua-blue h4,
.bg--aqua-blue p {
  color: #fff;
}

.bg-gold,
.bg--gold {
  background-color: #84754D;
}
.bg-gold h2, .bg-gold h3, .bg-gold h4, .bg-gold p,
.bg--gold h2,
.bg--gold h3,
.bg--gold h4,
.bg--gold p {
  color: #fff;
}

.bg-grey,
.bg--grey {
  background-color: #666;
}

.bg-text-grey,
.bg--text-grey,
.bg-dark-grey,
.bg--dark-grey {
  background-color: #474747;
}

.bg-light-grey,
.bg--light-grey {
  background-color: #E7E6E6;
}

.bg-white,
.bg--white {
  background-color: #fff;
}
.bg-white h2, .bg-white h3, .bg-white h4, .bg-white p,
.bg--white h2,
.bg--white h3,
.bg--white h4,
.bg--white p {
  color: #002E5D;
}

.bg-black,
.bg--black {
  background-color: #000;
}

.bg-aqua-gradient, .strategy-item__content-container,
.bg--aqua-gradient,
.bg-aqua-gradiant,
.bg--aqua-gradiant {
  background: linear-gradient(to bottom, #008390, #00687B);
}
.bg-aqua-gradient h2, .strategy-item__content-container h2, .bg-aqua-gradient h3, .strategy-item__content-container h3, .bg-aqua-gradient h4, .strategy-item__content-container h4, .bg-aqua-gradient p, .strategy-item__content-container p, .bg-aqua-gradient ul, .strategy-item__content-container ul, .bg-aqua-gradient li, .strategy-item__content-container li,
.bg--aqua-gradient h2,
.bg--aqua-gradient h3,
.bg--aqua-gradient h4,
.bg--aqua-gradient p,
.bg--aqua-gradient ul,
.bg--aqua-gradient li,
.bg-aqua-gradiant h2,
.bg-aqua-gradiant h3,
.bg-aqua-gradiant h4,
.bg-aqua-gradiant p,
.bg-aqua-gradiant ul,
.bg-aqua-gradiant li,
.bg--aqua-gradiant h2,
.bg--aqua-gradiant h3,
.bg--aqua-gradiant h4,
.bg--aqua-gradiant p,
.bg--aqua-gradiant ul,
.bg--aqua-gradiant li {
  color: #fff;
}
.bg-aqua-gradient ul, .strategy-item__content-container ul,
.bg--aqua-gradient ul,
.bg-aqua-gradiant ul,
.bg--aqua-gradiant ul {
  padding-left: 20px;
}
.bg-aqua-gradient.is-content .btn:hover, .is-content.strategy-item__content-container .btn:hover,
.bg-aqua-gradient.is-content .btn:focus,
.is-content.strategy-item__content-container .btn:focus,
.bg--aqua-gradient.is-content .btn:hover,
.bg--aqua-gradient.is-content .btn:focus,
.bg-aqua-gradiant.is-content .btn:hover,
.bg-aqua-gradiant.is-content .btn:focus,
.bg--aqua-gradiant.is-content .btn:hover,
.bg--aqua-gradiant.is-content .btn:focus {
  border-color: #fff;
}

.bg-blue-gradient,
.bg--blue-gradient,
.bg-blue-gradiant,
.bg--blue-gradiant {
  background: linear-gradient(to bottom, #1A4F85, #002E5D);
}
.bg-blue-gradient h2, .bg-blue-gradient h3, .bg-blue-gradient h4, .bg-blue-gradient p,
.bg--blue-gradient h2,
.bg--blue-gradient h3,
.bg--blue-gradient h4,
.bg--blue-gradient p,
.bg-blue-gradiant h2,
.bg-blue-gradiant h3,
.bg-blue-gradiant h4,
.bg-blue-gradiant p,
.bg--blue-gradiant h2,
.bg--blue-gradiant h3,
.bg--blue-gradiant h4,
.bg--blue-gradiant p {
  color: #fff;
}
.bg-blue-gradient.is-content .btn:hover,
.bg-blue-gradient.is-content .btn:focus,
.bg--blue-gradient.is-content .btn:hover,
.bg--blue-gradient.is-content .btn:focus,
.bg-blue-gradiant.is-content .btn:hover,
.bg-blue-gradiant.is-content .btn:focus,
.bg--blue-gradiant.is-content .btn:hover,
.bg--blue-gradiant.is-content .btn:focus {
  border-color: #fff;
}

.bg-black {
  background-color: #000;
}

.image--dark-gradient {
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.45) 75%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.45) 75%);
}

.bg-white-alt {
  background-color: #fff;
}
.bg-white-alt h1, .bg-white-alt h2, .bg-white-alt h3, .bg-white-alt h4, .bg-white-alt h5, .bg-white-alt .regular {
  color: #002E5D;
}

.bg-light-grey-alt {
  background-color: #E7E6E6;
}
.bg-light-grey-alt h2, .bg-light-grey-alt h3, .bg-light-grey-alt h4, .bg-light-grey-alt h5, .bg-light-grey-alt .regular {
  color: #002E5D;
}

.bg-blue {
  background-color: #002E5D;
}
.bg-blue p, .bg-blue h2, .bg-blue h3 {
  color: #fff;
}

.strategy-browser {
  background-color: #E7E6E6;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 992px) {
  .strategy-browser {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "browser" "pods";
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.strategy-browser__areas {
  display: none;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .strategy-browser__areas {
    display: flex;
  }
}
@media only screen and (min-width: 1400px) {
  .strategy-browser__areas {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.strategy-browser__area {
  width: 210px;
  height: 210px;
  border-radius: 105px;
  justify-content: center;
  align-items: center;
  border: 1px solid #84754D;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .strategy-browser__area {
    width: 170px;
    height: 170px;
    border-radius: 85px;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .strategy-browser__area {
    width: 210px;
    height: 210px;
    border-radius: 105px;
    font-size: 1.8rem;
  }
}
.strategy-browser__area:hover, .strategy-browser__area.expanded {
  background-color: #84754D;
  color: #fff;
}
.strategy-browser__area.expanded:before {
  display: block;
}
.strategy-browser__area:before {
  content: "›";
  display: none;
  position: absolute;
  bottom: -70px;
  color: #84754D;
  transform: rotate(90deg);
  font-size: 6rem;
}

.strategy-item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .strategy-item {
    grid-area: pods;
    display: none;
    z-index: 1;
  }
}
.strategy-item__heading-container {
  background-color: #84754D;
  color: #fff;
  border-radius: 20px;
  padding: 25px;
  cursor: pointer;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .strategy-item__heading-container {
    display: none;
  }
}
.strategy-item__heading-container .toggle {
  flex: 1;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .strategy-item__heading-container .toggle {
    display: none;
  }
}
.strategy-item__heading-container .toggle:after {
  border-color: #fff;
  transform: rotate(135deg);
}
.strategy-item__heading {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .strategy-item__heading {
    text-align: center;
  }
}
.strategy-item__expando {
  max-height: 0;
  overflow: hidden;
  transition: none;
}
@media (prefers-reduced-motion: no-preference) {
  .strategy-item__expando {
    transition: max-height 0.3s ease-in-out;
  }
}
.strategy-item__charts-container {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 25px;
}
@media only screen and (min-width: 992px) {
  .strategy-item__charts-container {
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 10px 120px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .strategy-item__charts-container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1400px) {
  .strategy-item__charts-container {
    padding-left: 175px;
    padding-right: 175px;
  }
}
.strategy-item__chart {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .strategy-item__chart {
    padding-top: 60px;
    /* padding-bottom: 60px;*/
  }
  .strategy-item__chart > span {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.strategy-item__chart > h2, .strategy-item__chart > h3, .strategy-item__chart > h4, .strategy-item__chart > h5, .strategy-item__chart > p {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .strategy-item__chart > h2, .strategy-item__chart > h3, .strategy-item__chart > h4, .strategy-item__chart > h5, .strategy-item__chart > p {
    margin-bottom: 25px;
  }
}
.strategy-item__chart-placeholder {
  border-top: 1px solid #007988;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-top: 5px;
}
.strategy-item__chart-placeholder span {
  color: #002E5D;
  display: inline-block;
  min-height: 50px;
}
.strategy-item__content-container {
  padding-top: 40px;
  margin-top: -20px;
  padding: 45px 25px 25px 25px;
  color: #fff;
  border-radius: 0 0 20px 20px;
}
@media only screen and (min-width: 1200px) {
  .strategy-item__content-container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1400px) {
  .strategy-item__content-container {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media only screen and (min-width: 992px) {
  .strategy-item__content-container {
    border-radius: 0;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: grid;
    grid-template-areas: "content gap prev next";
    grid-template-columns: 60% auto 30px 30px;
  }
}
.strategy-item__content-container .strategy-browser__pager {
  display: none;
  background-color: transparent;
  border: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 992px) {
  .strategy-item__content-container .strategy-browser__pager {
    display: block;
  }
}
.strategy-item__content-container .pager--prev {
  grid-area: prev;
  transform: rotate(225deg);
}
.strategy-item__content-container .pager--next {
  grid-area: next;
  transform: rotate(45deg);
}
.strategy-item__content-container > h1, .strategy-item__content-container > h2, .strategy-item__content-container > h3, .strategy-item__content-container > h4 {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .strategy-item__content {
    grid-area: content;
    min-height: 180px;
  }
}

@media only screen and (min-width: 992px) {
  .strategy-item.expanded {
    display: block;
  }
}
.strategy-item.expanded .strategy-item__heading-container {
  border-radius: 20px 20px 0 0;
}
.strategy-item.expanded .strategy-item__heading-container .toggle:after {
  transform: rotate(225deg);
}
.strategy-item.expanded .strategy-item__expando {
  max-height: 2000px;
}
.strategy-item.expanded .strategy-item__charts-container {
  position: relative;
}

/*$colour__brand-dark-blue: #001975;
$colour__brand-extra-dark-blue: #002E5D;
$colour__brand-grey--dark: #3d3d3e;
$colour__brand-aqua: #008390; 4 colors from promo project*/
/*$colour__brand-grey: #737777;
$colour__brand-grey--light: #f6f6f6; 2 colors from promo project*/
/*$colour__brand-gold: #84754D;  1 color from promo project*/
/* The exact colour from the logo */
/* customer journey red */
/* customer journey orange */
/* MMH / customer journey */
/*Employee Engagement*/
.section-banner {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  aspect-ratio: 8/7;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  display: grid;
  grid-template-areas: "container";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  /*    &.esg-image {
      padding: 0;

      &:after {
          background-image: none;
          display: none;
      }

      &:after {
          margin-left: 0;
          margin-right: 0;
      }

      img {
          width: 100%;
          height: auto;
          z-index: 1;

          @include mq(768px) {
              aspect-ratio: 60/13;
          }
      }
  }*/
}
@media only screen and (min-width: 768px) {
  .section-banner {
    margin-left: -58px;
    margin-right: -58px;
  }
}
@media only screen and (min-width: 768px) {
  .section-banner {
    padding-left: 58px;
    padding-right: 58px;
  }
}
@media only screen and (min-width: 768px) {
  .section-banner {
    aspect-ratio: 60/13;
  }
}
.section-banner.hide-title h1 {
  display: none;
}
.section-banner.has-swoosh:after {
  background-image: url("/svg/carousel_swoosh.svg");
  background-repeat: no-repeat;
  background-position: right top;
  margin-left: -20px;
  margin-right: -20px;
  opacity: 0.25;
  content: "";
  display: block;
  grid-area: container;
  aspect-ratio: 8/7;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .section-banner.has-swoosh:after {
    background-image: url("/svg/banner_swoosh.svg");
    aspect-ratio: 60/13;
    margin-left: -58px;
    margin-right: -58px;
  }
}
.section-banner img, .section-banner h1, .section-banner h2, .section-banner h3, .section-banner h4, .section-banner p {
  grid-area: container;
  padding: 0;
  margin: 0;
}
.section-banner__content {
  grid-area: container;
}
.section-banner > h1, .section-banner h2, .section-banner h3, .section-banner h4, .section-banner p {
  z-index: 3;
}
@media only screen and (min-width: 1200px) {
  .section-banner > h1, .section-banner h2, .section-banner h3, .section-banner h4, .section-banner p {
    max-width: 40%;
  }
}
.section-banner.has-image {
  padding: 0;
}
.section-banner.has-image:before {
  /*            @include image-overlay;*/
  content: "";
  display: block;
  grid-area: container;
  aspect-ratio: 8/7;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .section-banner.has-image:before {
    aspect-ratio: 60/13;
  }
}
.section-banner.has-image:after {
  margin-left: 0;
  margin-right: 0;
}
.section-banner.has-image img {
  width: 100%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-banner.has-image img {
    aspect-ratio: 60/13;
  }
}
.section-banner.has-image h1, .section-banner.has-image h2, .section-banner.has-image h3, .section-banner.has-image h4, .section-banner.has-image p {
  padding: 0 20px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-banner.has-image h1, .section-banner.has-image h2, .section-banner.has-image h3, .section-banner.has-image h4, .section-banner.has-image p {
    padding-left: 58px;
    padding-right: 58px;
  }
}
.section-banner.has-gradient:before {
  background-image: linear-gradient(to bottom, #ffffff, #000000);
  opacity: 0.25;
}

/*$colour__brand-dark-blue: #001975;
$colour__brand-extra-dark-blue: #002E5D;
$colour__brand-grey--dark: #3d3d3e;
$colour__brand-aqua: #008390; 4 colors from promo project*/
/*$colour__brand-grey: #737777;
$colour__brand-grey--light: #f6f6f6; 2 colors from promo project*/
/*$colour__brand-gold: #84754D;  1 color from promo project*/
/* The exact colour from the logo */
/* customer journey red */
/* customer journey orange */
/* MMH / customer journey */
/*Employee Engagement*/
.panel-banner {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  aspect-ratio: 60/30;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  display: grid;
  grid-template-areas: "container";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media only screen and (min-width: 768px) {
  .panel-banner {
    margin-left: -58px;
    margin-right: -58px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-banner {
    padding-left: 58px;
    padding-right: 58px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-banner {
    aspect-ratio: 60/13;
  }
}
.panel-banner img, .panel-banner h1, .panel-banner h2, .panel-banner h3, .panel-banner h4, .panel-banner p {
  grid-area: container;
  padding: 0;
  margin: 0;
}
.panel-banner__content {
  grid-area: container;
}
.panel-banner > h1, .panel-banner h2, .panel-banner h3, .panel-banner h4, .panel-banner p {
  z-index: 3;
}
@media only screen and (min-width: 1200px) {
  .panel-banner > h1, .panel-banner h2, .panel-banner h3, .panel-banner h4, .panel-banner p {
    max-width: 50%;
  }
}

/*$colour__brand-dark-blue: #001975;
$colour__brand-extra-dark-blue: #002E5D;
$colour__brand-grey--dark: #3d3d3e;
$colour__brand-aqua: #008390; 4 colors from promo project*/
/*$colour__brand-grey: #737777;
$colour__brand-grey--light: #f6f6f6; 2 colors from promo project*/
/*$colour__brand-gold: #84754D;  1 color from promo project*/
/* The exact colour from the logo */
/* customer journey red */
/* customer journey orange */
/* MMH / customer journey */
/*Employee Engagement*/
/*$colour__brand-dark-blue: #001975;
$colour__brand-extra-dark-blue: #002E5D;
$colour__brand-grey--dark: #3d3d3e;
$colour__brand-aqua: #008390; 4 colors from promo project*/
/*$colour__brand-grey: #737777;
$colour__brand-grey--light: #f6f6f6; 2 colors from promo project*/
/*$colour__brand-gold: #84754D;  1 color from promo project*/
/* The exact colour from the logo */
/* customer journey red */
/* customer journey orange */
/* MMH / customer journey */
/*Employee Engagement*/
.bg-dark-blue,
.bg--dark-blue {
  background-color: #002E5D;
  color: #fff;
}

.bg-extra-dark-blue,
.bg--extra-dark-blue {
  background-color: #002E5D;
}
.bg-extra-dark-blue h2, .bg-extra-dark-blue h3, .bg-extra-dark-blue h4, .bg-extra-dark-blue p,
.bg--extra-dark-blue h2,
.bg--extra-dark-blue h3,
.bg--extra-dark-blue h4,
.bg--extra-dark-blue p {
  color: #fff;
}

.bg-aqua,
.bg--aqua,
.bg-aqua-blue,
.bg--aqua-blue {
  background-color: #007988;
}
.bg-aqua h2, .bg-aqua h3, .bg-aqua h4, .bg-aqua p,
.bg--aqua h2,
.bg--aqua h3,
.bg--aqua h4,
.bg--aqua p,
.bg-aqua-blue h2,
.bg-aqua-blue h3,
.bg-aqua-blue h4,
.bg-aqua-blue p,
.bg--aqua-blue h2,
.bg--aqua-blue h3,
.bg--aqua-blue h4,
.bg--aqua-blue p {
  color: #fff;
}

.bg-gold,
.bg--gold {
  background-color: #84754D;
}
.bg-gold h2, .bg-gold h3, .bg-gold h4, .bg-gold p,
.bg--gold h2,
.bg--gold h3,
.bg--gold h4,
.bg--gold p {
  color: #fff;
}

.bg-grey,
.bg--grey {
  background-color: #666;
}

.bg-text-grey,
.bg--text-grey,
.bg-dark-grey,
.bg--dark-grey {
  background-color: #474747;
}

.bg-light-grey,
.bg--light-grey {
  background-color: #E7E6E6;
}

.bg-white,
.bg--white {
  background-color: #fff;
}
.bg-white h2, .bg-white h3, .bg-white h4, .bg-white p,
.bg--white h2,
.bg--white h3,
.bg--white h4,
.bg--white p {
  color: #002E5D;
}

.bg-black,
.bg--black {
  background-color: #000;
}

.bg-aqua-gradient,
.bg--aqua-gradient,
.bg-aqua-gradiant,
.bg--aqua-gradiant {
  background: linear-gradient(to bottom, #008390, #00687B);
}
.bg-aqua-gradient h2, .bg-aqua-gradient h3, .bg-aqua-gradient h4, .bg-aqua-gradient p, .bg-aqua-gradient ul, .bg-aqua-gradient li,
.bg--aqua-gradient h2,
.bg--aqua-gradient h3,
.bg--aqua-gradient h4,
.bg--aqua-gradient p,
.bg--aqua-gradient ul,
.bg--aqua-gradient li,
.bg-aqua-gradiant h2,
.bg-aqua-gradiant h3,
.bg-aqua-gradiant h4,
.bg-aqua-gradiant p,
.bg-aqua-gradiant ul,
.bg-aqua-gradiant li,
.bg--aqua-gradiant h2,
.bg--aqua-gradiant h3,
.bg--aqua-gradiant h4,
.bg--aqua-gradiant p,
.bg--aqua-gradiant ul,
.bg--aqua-gradiant li {
  color: #fff;
}
.bg-aqua-gradient ul,
.bg--aqua-gradient ul,
.bg-aqua-gradiant ul,
.bg--aqua-gradiant ul {
  padding-left: 20px;
}
.bg-aqua-gradient.is-content .btn:hover,
.bg-aqua-gradient.is-content .btn:focus,
.bg--aqua-gradient.is-content .btn:hover,
.bg--aqua-gradient.is-content .btn:focus,
.bg-aqua-gradiant.is-content .btn:hover,
.bg-aqua-gradiant.is-content .btn:focus,
.bg--aqua-gradiant.is-content .btn:hover,
.bg--aqua-gradiant.is-content .btn:focus {
  border-color: #fff;
}

.bg-blue-gradient,
.bg--blue-gradient,
.bg-blue-gradiant,
.bg--blue-gradiant,
.content-block-container {
  background: linear-gradient(to bottom, #1A4F85, #002E5D);
}
.bg-blue-gradient h2, .bg-blue-gradient h3, .bg-blue-gradient h4, .bg-blue-gradient p,
.bg--blue-gradient h2,
.bg--blue-gradient h3,
.bg--blue-gradient h4,
.bg--blue-gradient p,
.bg-blue-gradiant h2,
.bg-blue-gradiant h3,
.bg-blue-gradiant h4,
.bg-blue-gradiant p,
.bg--blue-gradiant h2,
.content-block-container h2,
.bg--blue-gradiant h3,
.content-block-container h3,
.bg--blue-gradiant h4,
.content-block-container h4,
.bg--blue-gradiant p,
.content-block-container p {
  color: #fff;
}
.bg-blue-gradient.is-content .btn:hover,
.bg-blue-gradient.is-content .btn:focus,
.bg--blue-gradient.is-content .btn:hover,
.bg--blue-gradient.is-content .btn:focus,
.bg-blue-gradiant.is-content .btn:hover,
.bg-blue-gradiant.is-content .btn:focus,
.bg--blue-gradiant.is-content .btn:hover,
.is-content.content-block-container .btn:hover,
.bg--blue-gradiant.is-content .btn:focus,
.is-content.content-block-container .btn:focus {
  border-color: #fff;
}

.bg-black {
  background-color: #000;
}

.image--dark-gradient {
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.45) 75%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.45) 75%);
}

.bg-white-alt {
  background-color: #fff;
}
.bg-white-alt h1, .bg-white-alt h2, .bg-white-alt h3, .bg-white-alt h4, .bg-white-alt h5, .bg-white-alt .regular {
  color: #002E5D;
}

.bg-light-grey-alt {
  background-color: #E7E6E6;
}
.bg-light-grey-alt h2, .bg-light-grey-alt h3, .bg-light-grey-alt h4, .bg-light-grey-alt h5, .bg-light-grey-alt .regular {
  color: #002E5D;
}

.bg-blue {
  background-color: #002E5D;
}
.bg-blue p, .bg-blue h2, .bg-blue h3 {
  color: #fff;
}

.content-block {
  padding: 0 20px 0 20px;
  margin: 0 -20px 20px -20px;
}
@media only screen and (min-width: 768px) {
  .content-block {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.content-block__image {
  /*    margin: 0 -20px 2.7rem -20px;*/
  margin: 0 0 1.8rem 0;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .content-block__image {
    border-radius: 20px;
    margin: 0 0 1.8rem 0;
  }
}

.content-block-container {
  color: #fff;
}
.content-block-container .content-block__heading {
  color: #fff;
}

.content-block__heading {
  color: #002E5D;
  padding: 0;
  margin: 1rem 0 2.7rem 0;
}
@media only screen and (min-width: 768px) {
  .content-block__heading {
    margin: 0 0 2.2rem 0;
  }
}

.content-block__content {
  margin: 0 0 2.7rem 0;
}
@media only screen and (min-width: 768px) {
  .content-block__content {
    margin: 0 0 3.8rem 0;
    max-width: 80%;
  }
}

.content-block__link {
  color: #474747;
}

@media only screen and (min-width: 992px) {
  .content-block--full-width .pod__content {
    max-width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .content-block--full-width p {
    max-width: 50%;
  }
}
.content-block.has-video {
  display: grid;
  grid-template-areas: "img" "content";
}
.content-block.has-video img {
  grid-area: img;
  z-index: 1;
  cursor: pointer;
  pointer-events: fill;
}
.content-block.has-video:before {
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 79 79'%3E%3Ccircle cx='39.5' cy='39.5' r='37.5' fill='none' stroke='%23FFF' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath fill='%23FFF' d='M27.3 23.6v32l27-15z'/%3E%3C/svg%3E");
  width: 65px;
  height: 65px;
  grid-area: img;
  justify-self: center;
  align-self: center;
  z-index: 2;
  pointer-events: none;
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .content-block.has-video:before {
    width: 120px;
    height: 120px;
  }
}

.business-model-row {
  padding-left: 0;
  padding-right: 0;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #E7E6E6;
}
@media only screen and (min-width: 768px) {
  .business-model-row {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .business-model-row {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .business-model-row {
    margin-left: -58px;
    margin-right: -58px;
    padding-top: 40px;
  }
}
.business-model-row:before {
  content: "";
  display: block;
  border-right: 2px solid;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .business-model-row:before {
    display: none;
  }
}
.business-model-row__icon {
  text-align: center;
  margin-bottom: -36px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .business-model-row__icon {
    margin-bottom: 0;
  }
}
.business-model-row__icon img {
  width: 72px;
  height: 72px;
  border-radius: 36px;
}
@media only screen and (min-width: 768px) {
  .business-model-row__icon img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
}
.business-model-row__heading {
  padding: 0;
  margin: 20px 0 0 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .business-model-row__heading {
    display: block;
  }
}
.business-model-row__content {
  background-color: #fff;
  margin: 0 20px;
  border-radius: 20px;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .business-model-row__content {
    border-radius: 0;
    background-color: transparent;
    display: flex;
    padding-bottom: 0;
  }
}
.business-model-row__content img {
  width: 100%;
  height: auto;
}
.business-model-row__column {
  display: grid;
  grid-template-areas: "img" "content";
}
@media only screen and (min-width: 768px) {
  .business-model-row__column {
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 20%;
    padding-bottom: 55px;
    display: block;
  }
  .business-model-row__column:first-of-type {
    border-right: 4px solid #002E5D;
    padding-left: 0;
    padding-right: 20%;
  }
}
.business-model-row__column .business-model-row__image {
  margin-top: 30px;
  grid-area: img;
}
@media only screen and (min-width: 992px) {
  .business-model-row__column .business-model-row__image {
    width: 75%;
  }
}
.business-model-row:first-of-type {
  padding-top: 15px;
}
.business-model-row:first-of-type:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .business-model-row:nth-child(odd) {
    background-color: #fff;
  }
}
.business-model-row:nth-child(odd) .business-model-row:before {
  border-color: #007988;
}
.business-model-row:nth-child(odd) .business-model-row__icon img {
  background-color: #007988;
}
.business-model-row:nth-child(odd) .business-model-row__column:first-of-type {
  border-color: #007988;
}
.business-model-row:nth-child(even) .business-model-row:before {
  border-color: #002E5D;
}
.business-model-row:nth-child(even) .business-model-row__icon img {
  background-color: #002E5D;
}

.pod {
  display: block;
  padding: 2.4rem 2rem 6rem 2rem;
  margin: 10px 0 15px 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .pod {
    padding: 3.8rem 4.2rem;
    border-radius: 20px;
  }
}
.pod .btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pod .btn {
    width: auto;
    min-width: 60%;
  }
}
.pod h1, .pod h2, .pod h3, .pod h4 {
  color: #002E5D;
  padding: 0;
  margin: 0 0 2.3rem 0;
}
@media only screen and (min-width: 768px) {
  .pod h1, .pod h2, .pod h3, .pod h4 {
    margin: 0 0 3rem 0;
  }
}
.pod time {
  color: #474747;
}
.pod p {
  padding: 0;
  margin: 0 0 2.7rem 0;
}
@media only screen and (min-width: 768px) {
  .pod p {
    margin: 0 0 2.8rem 0;
  }
}
.pod__img, .pod__image {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.pod__heading h1, .pod__heading h2, .pod__heading h3, .pod__heading h4 {
  margin-bottom: 0;
}
.pod__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pod__content .btn:not(.right-chev) {
  text-align: center;
}
.pod__form {
  max-height: 0;
  overflow: hidden;
  transition: none;
}
@media (prefers-reduced-motion: no-preference) {
  .pod__form {
    transition: max-height 0.3s ease-in-out;
  }
}
.pod__form.expanded {
  max-height: 9999px;
}
.pod__form .container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.pod hr {
  border: none;
  border-top: 1px solid #002E5D;
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
}

a.pod:hover, a.pod:focus {
  box-shadow: 0px 0px 12px 1px rgba(125, 125, 125, 0.5);
}

.pod--always {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .pod--always {
    padding: 2.4rem 2rem 2.4rem 2rem;
  }
}
.pod--always .pod__heading {
  margin-bottom: 0 !important;
}
.pod--always .pod__content p:last-child {
  margin-bottom: 0;
}
.pod--fill-cell {
  height: 100%;
  margin-bottom: 0;
}
.pod--small-gap {
  gap: 15px;
}
.pod.no-mb {
  margin-bottom: 0;
}

.pod--case-study {
  display: block;
  padding: 0;
  border-radius: 20px;
}
.pod--case-study:hover, .pod--case-study:focus {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pod--case-study:hover .pod__content-container, .pod--case-study:focus .pod__content-container {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 768px) {
  .pod--case-study:hover .pod__link, .pod--case-study:focus .pod__link {
    display: inline-block;
  }
}
.pod--case-study .pod__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}
.pod--case-study .pod__content-container {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0 0 20px 20px;
  z-index: 2;
}
.pod--case-study .pod__content {
  color: #002E5D;
}
.pod--case-study .pod__link {
  color: #474747;
}
@media only screen and (min-width: 768px) {
  .pod--case-study .pod__link {
    line-height: 25px;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pod--full-bleed {
    max-width: 60%;
    min-height: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .pod--full-bleed {
    max-width: calc(50% - 50px);
  }
}

.bg-dark-blue,
.bg--dark-blue {
  background-color: #002E5D;
  color: #fff;
}

.bg-extra-dark-blue,
.bg--extra-dark-blue {
  background-color: #002E5D;
}
.bg-extra-dark-blue h2, .bg-extra-dark-blue h3, .bg-extra-dark-blue h4, .bg-extra-dark-blue p,
.bg--extra-dark-blue h2,
.bg--extra-dark-blue h3,
.bg--extra-dark-blue h4,
.bg--extra-dark-blue p {
  color: #fff;
}

.bg-aqua,
.bg--aqua,
.bg-aqua-blue,
.bg--aqua-blue {
  background-color: #007988;
}
.bg-aqua h2, .bg-aqua h3, .bg-aqua h4, .bg-aqua p,
.bg--aqua h2,
.bg--aqua h3,
.bg--aqua h4,
.bg--aqua p,
.bg-aqua-blue h2,
.bg-aqua-blue h3,
.bg-aqua-blue h4,
.bg-aqua-blue p,
.bg--aqua-blue h2,
.bg--aqua-blue h3,
.bg--aqua-blue h4,
.bg--aqua-blue p {
  color: #fff;
}

.bg-gold,
.bg--gold,
.pod--gold {
  background-color: #84754D;
}
.bg-gold h2, .bg-gold h3, .bg-gold h4, .bg-gold p,
.bg--gold h2,
.pod--gold h2,
.bg--gold h3,
.pod--gold h3,
.bg--gold h4,
.pod--gold h4,
.bg--gold p,
.pod--gold p {
  color: #fff;
}

.bg-grey,
.bg--grey {
  background-color: #666;
}

.bg-text-grey,
.bg--text-grey,
.bg-dark-grey,
.bg--dark-grey {
  background-color: #474747;
}

.bg-light-grey,
.bg--light-grey {
  background-color: #E7E6E6;
}

.bg-white,
.bg--white {
  background-color: #fff;
}
.bg-white h2, .bg-white h3, .bg-white h4, .bg-white p,
.bg--white h2,
.bg--white h3,
.bg--white h4,
.bg--white p {
  color: #002E5D;
}

.bg-black,
.bg--black {
  background-color: #000;
}

.bg-aqua-gradient,
.bg--aqua-gradient,
.bg-aqua-gradiant,
.pod--related-content .pod-container,
.bg--aqua-gradiant {
  background: linear-gradient(to bottom, #008390, #00687B);
}
.bg-aqua-gradient h2, .bg-aqua-gradient h3, .bg-aqua-gradient h4, .bg-aqua-gradient p, .bg-aqua-gradient ul, .bg-aqua-gradient li,
.bg--aqua-gradient h2,
.bg--aqua-gradient h3,
.bg--aqua-gradient h4,
.bg--aqua-gradient p,
.bg--aqua-gradient ul,
.bg--aqua-gradient li,
.bg-aqua-gradiant h2,
.pod--related-content .pod-container h2,
.bg-aqua-gradiant h3,
.pod--related-content .pod-container h3,
.bg-aqua-gradiant h4,
.pod--related-content .pod-container h4,
.bg-aqua-gradiant p,
.pod--related-content .pod-container p,
.bg-aqua-gradiant ul,
.pod--related-content .pod-container ul,
.bg-aqua-gradiant li,
.pod--related-content .pod-container li,
.bg--aqua-gradiant h2,
.bg--aqua-gradiant h3,
.bg--aqua-gradiant h4,
.bg--aqua-gradiant p,
.bg--aqua-gradiant ul,
.bg--aqua-gradiant li {
  color: #fff;
}
.bg-aqua-gradient ul,
.bg--aqua-gradient ul,
.bg-aqua-gradiant ul,
.pod--related-content .pod-container ul,
.bg--aqua-gradiant ul {
  padding-left: 20px;
}
.bg-aqua-gradient.is-content .btn:hover,
.bg-aqua-gradient.is-content .btn:focus,
.bg--aqua-gradient.is-content .btn:hover,
.bg--aqua-gradient.is-content .btn:focus,
.bg-aqua-gradiant.is-content .btn:hover,
.pod--related-content .is-content.pod-container .btn:hover,
.bg-aqua-gradiant.is-content .btn:focus,
.pod--related-content .is-content.pod-container .btn:focus,
.bg--aqua-gradiant.is-content .btn:hover,
.bg--aqua-gradiant.is-content .btn:focus {
  border-color: #fff;
}

.bg-blue-gradient,
.bg--blue-gradient,
.bg-blue-gradiant,
.pod--related-content:hover .pod-container,
.pod--related-content:focus .pod-container,
.bg--blue-gradiant,
.pod--highlight .pod-container {
  background: linear-gradient(to bottom, #1A4F85, #002E5D);
}
.bg-blue-gradient h2, .bg-blue-gradient h3, .bg-blue-gradient h4, .bg-blue-gradient p,
.bg--blue-gradient h2,
.bg--blue-gradient h3,
.bg--blue-gradient h4,
.bg--blue-gradient p,
.bg-blue-gradiant h2,
.pod--related-content:hover .pod-container h2,
.pod--related-content:focus .pod-container h2,
.bg-blue-gradiant h3,
.pod--related-content:hover .pod-container h3,
.pod--related-content:focus .pod-container h3,
.bg-blue-gradiant h4,
.pod--related-content:hover .pod-container h4,
.pod--related-content:focus .pod-container h4,
.bg-blue-gradiant p,
.pod--related-content:hover .pod-container p,
.pod--related-content:focus .pod-container p,
.bg--blue-gradiant h2,
.pod--highlight .pod-container h2,
.bg--blue-gradiant h3,
.pod--highlight .pod-container h3,
.bg--blue-gradiant h4,
.pod--highlight .pod-container h4,
.bg--blue-gradiant p,
.pod--highlight .pod-container p {
  color: #fff;
}
.bg-blue-gradient.is-content .btn:hover,
.bg-blue-gradient.is-content .btn:focus,
.bg--blue-gradient.is-content .btn:hover,
.bg--blue-gradient.is-content .btn:focus,
.bg-blue-gradiant.is-content .btn:hover,
.pod--related-content:hover .is-content.pod-container .btn:hover,
.pod--related-content:focus .is-content.pod-container .btn:hover,
.bg-blue-gradiant.is-content .btn:focus,
.pod--related-content:hover .is-content.pod-container .btn:focus,
.pod--related-content:focus .is-content.pod-container .btn:focus,
.bg--blue-gradiant.is-content .btn:hover,
.pod--highlight .is-content.pod-container .btn:hover,
.bg--blue-gradiant.is-content .btn:focus,
.pod--highlight .is-content.pod-container .btn:focus {
  border-color: #fff;
}

.bg-black {
  background-color: #000;
}

.image--dark-gradient {
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.45) 75%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.45) 75%);
}

.bg-white-alt {
  background-color: #fff;
}
.bg-white-alt h1, .bg-white-alt h2, .bg-white-alt h3, .bg-white-alt h4, .bg-white-alt h5, .bg-white-alt .regular {
  color: #002E5D;
}

.bg-light-grey-alt {
  background-color: #E7E6E6;
}
.bg-light-grey-alt h2, .bg-light-grey-alt h3, .bg-light-grey-alt h4, .bg-light-grey-alt h5, .bg-light-grey-alt .regular {
  color: #002E5D;
}

.bg-blue {
  background-color: #002E5D;
}
.bg-blue p, .bg-blue h2, .bg-blue h3 {
  color: #fff;
}

.pod--gold {
  color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 2.2rem 1.9rem;
  gap: 10px;
  font-size: var(--fs-h4);
}
@media only screen and (min-width: 768px) {
  .pod--gold {
    padding: 3.2rem 2.8rem;
    border-radius: 20px;
    gap: 15px;
  }
}
.pod--gold span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .pod--gold span:last-child {
    max-width: 40%;
  }
}
.pod--gold span.large {
  font-size: var(--fs-h1);
}

@media only screen and (min-width: 768px) {
  .pod--half-width {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .pod--half-width {
    max-width: calc(50% - 50px);
  }
}
@media only screen and (min-width: 768px) {
  .pod--60 {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .pod--70 {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .pod--80 {
    max-width: 80%;
  }
}

.pod--highlight {
  padding: 2rem;
  margin: 5rem auto;
}
@media only screen and (min-width: 1200px) {
  .pod--highlight {
    /*			margin-top: 80px;*/
    /*			margin-left: -28px;
    			margin-right: -28px;*/
    display: grid;
    grid-template-areas: "left right";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    min-height: 330px;
  }
}
@media only screen and (min-width: 1400px) {
  .pod--highlight {
    /*			margin-left: 120px;
    			margin-right: 120px;*/
  }
}
@media only screen and (min-width: 1600px) {
  .pod--highlight {
    /*			margin-left: 160px;
    			margin-right: 160px;*/
  }
}
.pod--highlight.has-video {
  display: grid;
  grid-template-areas: "right";
}
@media only screen and (min-width: 1200px) {
  .pod--highlight.has-video {
    grid-template-areas: "left right";
  }
}
.pod--highlight.has-video img {
  grid-area: right;
  z-index: 1;
  cursor: pointer;
  pointer-events: fill;
}
@media only screen and (min-width: 1200px) {
  .pod--highlight.has-video img {
    border-radius: 0 20px 20px 0;
  }
}
.pod--highlight.has-video:before {
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 79 79'%3E%3Ccircle cx='39.5' cy='39.5' r='37.5' fill='none' stroke='%23FFF' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath fill='%23FFF' d='M27.3 23.6v32l27-15z'/%3E%3C/svg%3E");
  width: 65px;
  height: 65px;
  grid-area: right;
  justify-self: center;
  align-self: center;
  z-index: 2;
  pointer-events: none;
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .pod--highlight.has-video:before {
    width: 120px;
    height: 120px;
  }
}
.pod--highlight .pod__image {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) {
  .pod--highlight .pod__image {
    grid-area: right;
    height: 100%;
    min-height: 330px;
    border-radius: 0 20px 20px 0;
  }
}
.pod--highlight .pod-container {
  padding: 2.4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .pod--highlight .pod-container {
    grid-area: left;
    padding: 3.2rem 4rem;
    border-radius: 20px 0 0 20px;
  }
}
.pod--highlight.pod--highlight-esg {
  background-color: #002E5D;
  /*			margin-left: 130px;
  			margin-right: 130px;*/
}
.pod--highlight.pod--highlight-esg .pod-container {
  background: none;
}
.pod--highlight.pod--highlight-esg .pod__image {
  margin: auto 0;
  padding: 0 20px;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .pod--highlight.pod--highlight-esg .pod__image {
    min-height: unset;
  }
}
.pod--highlight .pod__heading {
  margin: 0 0 1.8rem 0;
  color: #fff;
}
.pod--highlight .pod__content {
  margin: 0 0 4.5rem 0;
}
@media only screen and (min-width: 1200px) {
  .pod--highlight .pod__content {
    max-width: 80%;
  }
}
.pod--highlight .btn {
  background-color: #fff;
  color: #002E5D;
}
@media only screen and (min-width: 768px) {
  .pod--highlight .btn {
    max-width: 50%;
  }
}

.pod--navigation {
  display: block;
  padding: 0;
  border-radius: 20px;
}
.pod--navigation .pod__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}
.pod--navigation .pod__content {
  padding: 4rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pod--navigation .pod__content time,
.pod--navigation .pod__content .time,
.pod--navigation .pod__content .date,
.pod--navigation .pod__content .datetime {
  display: block;
  color: #474747;
}
.pod--navigation .pod__content span {
  display: block;
}
.pod--navigation .pod__content p {
  padding: 0;
  margin: 0;
  min-height: 50px;
}

.pod--related-content {
  display: block;
  padding: 0;
  color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .pod--related-content {
    border-radius: 20px;
  }
}
.pod--related-content:hover, .pod--related-content:focus {
  cursor: pointer;
}
.pod--related-content .pod__image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pod--related-content .pod__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
  }
}
.pod--related-content .pod-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  min-height: 10rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .pod--related-content .pod-container {
    border-radius: 0 0 20px 20px;
    min-height: 14rem;
  }
}
.pod--related-content .pod__link-text {
  color: #fff;
  margin-bottom: 0;
}
.pod--related-content .pod__link-text:after {
  border-color: #fff;
}

@keyframes chart-anim {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scalex(1);
  }
}
.bar--animate {
  animation: chart-anim 0.7s ease-out 1;
}

.pod--chart {
  display: flex;
  flex-direction: column;
  padding: 3.4rem 2rem;
  color: #474747;
  border-radius: 20px;
  gap: 15px;
}
.pod--chart__title {
  display: block;
  font-size: var(--fs-h4);
}
.pod--chart__value {
  display: block;
  font-size: var(--fs-h1);
  color: #002E5D;
}
.pod--chart__adj {
  display: block;
  font-size: var(--fs-h4);
}
.pod--chart .pod--chart__bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pod--chart .pod--chart__bar--animate {
  animation: chart-anim 0.7s ease-out 1;
}
.pod--chart .pod--chart__bar {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}
.pod--chart .pod--chart__bar-fill {
  /*            grid-row: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  height: 18px;
  width: 100%;*/
  background-color: #E7E6E6;
  fill: #E7E6E6;
}
.pod--chart .pod--chart__bar-fill--temp-blue {
  width: 60%;
  background-color: #002E5D;
}
.pod--chart .pod--chart__bar-fill--temp-aqua {
  width: 80%;
  background-color: #007988;
}
.pod--chart .pod--chart__bar-fill__from {
  grid-row: 2;
  grid-column: 1;
}
.pod--chart .pod--chart__bar-fill__value {
  grid-row: 2;
  grid-column: 2;
  justify-self: flex-end;
  color: #002E5D;
}
.pod--simple-chart {
  gap: 10px;
}
.pod--simple-chart .pod--chart__title {
  color: #002E5D;
}

.pod--accordion {
  display: flex;
  flex-direction: column;
  padding: 3.4rem 2rem;
  color: #474747;
  border-radius: 20px;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .pod--accordion {
    border-radius: 20px 20px;
  }
}
.pod--accordion details summary {
  position: relative;
  list-style: none;
}
.pod--accordion details summary::-webkit-details-marker, .pod--accordion details summary::marker {
  display: none;
  padding-left: 0;
  background-image: none;
  -webkit-appearance: none;
  list-style: none;
  content: "";
}
.pod--accordion details summary:after {
  position: absolute;
  right: 0;
  top: 10px;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  border-color: currentColor;
  content: "";
  display: inline-block;
  height: 0.45em;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
  float: right;
  color: #007988;
}
.pod--accordion details[open] summary:after {
  transform: rotate(135deg);
}
.pod--accordion .pod__heading {
  padding: 0;
  margin: 0;
  font-size: var(--fs-h4);
}
.pod--accordion .pod__content {
  padding-top: 2rem;
}
.pod--accordion .pod__content :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.pod--table {
  display: flex;
  flex-direction: column;
  padding: 3.4rem 2rem;
  margin-top: 4rem;
  color: #002E5D;
  border-radius: 20px;
  gap: 15px;
  /* ESG Overrides */
}
@media only screen and (min-width: 768px) {
  .pod--table {
    border-radius: 20px;
    margin-top: 98px;
  }
}
.pod--table .pod__heading {
  color: #002E5D;
  border-bottom: 1px solid #007988;
  padding: 0 0 12px 0;
  margin: 0;
}
.pod--table tr {
  border-bottom: 1px solid #007988;
}
.pod--table th {
  padding: 1.2rem 0;
}
.pod--table th.aqua {
  text-align: right;
  color: #007988;
}
.pod--table td {
  padding: 1.2rem 0;
}
.pod--table td.ar {
  text-align: right;
  color: #002E5D;
}
.pod--table.pod--table-esg {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .pod--table.pod--table-esg {
    white-space: normal;
  }
}
.pod--table.pod--table-esg h3 {
  font-size: var(--fs-h2);
}
.pod--table.pod--table-esg h3, .pod--table.pod--table-esg h4 {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.pod--table.pod--table-esg .pod__heading {
  border-bottom: 1px none;
  /* padding-bottom: 40px;*/
}
.pod--table.pod--table-esg td, .pod--table.pod--table-esg th {
  padding: 1.2rem 1rem 1.2rem 0;
}
.pod--table.pod--table-esg th {
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
.pod--table.pod--table-esg th h4, .pod--table.pod--table-esg th h5 {
  color: #007988;
  font-weight: normal;
}
.pod--table.pod--table-esg th h4 {
  font-size: var(--fs-h2);
}
.pod--table.pod--table-esg th h5 {
  font-size: var(--fs-h3);
  margin: 1rem 0;
}
.pod--table.pod--table-esg td, .pod--table.pod--table-esg p {
  color: #474747;
}
.pod--table tr.table-spacer {
  height: 50px;
  border: none;
}
.pod--table tr.table-spacer td {
  padding-top: 0;
  padding-bottom: 0;
}

.pod--link-list ul,
.pod--link-list ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pod--link-list li {
  padding: 14px 0 14px 0;
  margin: 14px 0 14px 0;
  list-style: none;
  border-bottom: 1px solid #007988;
}
.pod--link-list li:first-child {
  padding-top: 0;
  margin-top: 0;
}
.pod--link-list time {
  color: #474747;
  display: block;
  padding: 0;
  margin: 0 0 8px 0;
}
.pod--link-list a {
  display: block;
  padding: 0;
  margin: 0;
  min-height: 50px;
}

.pod--board {
  border-radius: 20px;
  display: grid;
  grid-template-areas: "title toggle" "role role" "keys keys" "img img" "content content";
  /*padding: 3.4rem 2.0rem 0.7rem 0;*/
  grid-template-rows: auto auto auto 1fr auto;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .pod--board {
    grid-template-areas: "img content" "title title" "role role" "keys keys";
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr auto auto auto auto;
    -moz-column-gap: 70px;
         column-gap: 70px;
    padding: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .pod--board {
    grid-template-columns: auto 1fr;
  }
}
.pod--board h1, .pod--board h2, .pod--board h3, .pod--board h4 {
  padding: 0;
  margin: 0;
}
.pod--board__toggle {
  grid-area: toggle;
  width: 22px;
  height: 15px;
  border: none;
  background-color: transparent;
  justify-self: flex-end;
  outline: none;
  padding: 0;
}
.pod--board__toggle .chevron {
  width: 15px;
  height: 15px;
  border-top: 1px solid #007988;
  border-right: 1px solid #007988;
  transform: rotate(135deg);
}
@media only screen and (min-width: 768px) {
  .pod--board__toggle {
    display: none;
  }
}
.pod--board__toggle:focus {
  outline: none;
}
.pod--board__title {
  grid-area: title;
  padding: 0;
  margin: 0;
}
.pod--board__role {
  grid-area: role;
  padding: 0;
  margin: 0;
}
.pod--board__keys {
  grid-area: keys;
  padding: 0;
  margin: 14px 0;
  display: flex;
}
.pod--board__keys .disc {
  float: none;
}
.pod--board__image {
  grid-area: img;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .pod--board__image {
    max-width: 350px;
  }
}
.pod--board__content {
  grid-area: content;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: none;
}
@media (prefers-reduced-motion: no-preference) {
  .pod--board__content {
    transition: max-height 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  .pod--board__content {
    max-height: unset;
    align-self: flex-end;
  }
}
.pod--board.expanded .pod--board__content {
  max-height: 500px;
}
@media only screen and (min-width: 768px) {
  .pod--board.expanded .pod--board__content {
    max-height: auto;
  }
}
.pod--board.expanded .pod--board__toggle {
  /*transform: rotate(-45deg);*/
}
.pod--board.expanded .pod--board__toggle .chevron {
  transform: rotate(-45deg);
}

.reports-column-headings {
  display: none;
}
@media only screen and (min-width: 768px) {
  .reports-column-headings {
    display: grid;
    grid-template-areas: "img title download turner";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    gap: 50px;
    padding: 1rem;
  }
  .reports-column-headings:before {
    content: "";
    display: table;
  }
}

.pod--report {
  margin-bottom: 10px;
  padding-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .pod--report {
    display: grid;
    grid-template-areas: "img title download turner";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
    padding: 1rem;
  }
}
.pod--report h2, .pod--report h3, .pod--report h4 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pod--report__img {
    grid-area: img;
  }
}
.pod--report__img img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.pod--report__title {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .pod--report__title {
    grid-area: title;
    font-size: var(--fs-h4);
    margin-top: 60px !important;
  }
}
.pod--report a {
  color: #474747;
}
@media only screen and (min-width: 768px) {
  .pod--report a {
    grid-area: turner;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .pod--report a:first-of-type {
    grid-area: download;
  }
}
.pod--report a:hover, .pod--report a:focus {
  color: #002E5D;
}

@media only screen and (min-width: 768px) {
  .pod--land p {
    margin-bottom: 0px;
  }
}

.pod--filters {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin-top: -109px;
  padding-top: 50px;
  padding-bottom: 30px;
  gap: 30px;
}
.pod--filters .btn-white {
  color: #007988;
  border: 1px solid #CCC;
}

.pod--quotation {
  background-color: #E7E6E6;
  padding: 40px;
  border-radius: 0px;
  color: #FFF;
}
.pod--quotation h4 {
  position: relative;
  color: #FFF;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pod--quotation {
    border-radius: 20px;
  }
}
.pod--quotation .quotation--role {
  color: #474747;
}
.pod--quotation .max--width {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .pod--quotation .max--width {
    max-width: 70%;
  }
}
.pod--quotation.pod--quotation-quote-mark h4::before {
  position: absolute;
  content: open-quote;
  font-size: 4rem;
  left: 0;
  margin-left: -1rem;
  margin-top: -1rem;
}
.pod--white {
  background-color: #FFF;
}
.pod--white h4 {
  color: #002E5D;
}
.pod--pink {
  background-color: #F57EB6;
}
.pod--light-blue {
  background-color: #69B3E7;
}
.pod--light-orange {
  background-color: #F0B323;
}
.pod--light-green {
  background-color: #C4D600;
}

.pod--panel {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  /*font-size: var(--fs-h4);*/
  /*  @include mq.mq(768px) {
      padding: 3.2rem 2.8rem;
      border-radius: base.$pod-border-radius;
      gap: 15px;
  }*/
}
.pod--panel > h3, .pod--panel h2, .pod--panel p {
  margin: 0;
}
.pod--panel__single-row {
  padding: 3.2rem;
}
.pod--panel__two-row {
  padding: 2rem 1.2rem;
}
.pod--panel__two-row .pod--huge--title h3 {
  font-size: var(--fs-h1);
}
.pod--panel__three-row {
  padding: 3.3rem 2rem 1.5rem;
  /*   > p {
      font-size: 1.3rem;
  }*/
}
.pod--panel__three-row > h2 {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}
.pod--panel__four-row {
  padding: 2.5rem 1.2rem 2rem;
}
.pod--panel__four-row > p {
  /* font-size: 1.3rem;*/
}
.pod--panel__four-row > p:nth-child(3) {
  margin-top: 2rem;
}
.pod--panel__aqua {
  background-color: #007988;
}
.pod--panel__aqua p, .pod--panel__aqua h3, .pod--panel__aqua h2 {
  color: #fff;
}
.pod--panel__white {
  background-color: #fff;
}
.pod--panel__white p, .pod--panel__white h3, .pod--panel__white h2 {
  color: #002E5D;
}
.pod--panel__light-grey {
  background-color: #E7E6E6;
}
.pod--panel__light-grey > p, .pod--panel__light-grey h3, .pod--panel__light-grey h2 {
  color: #000;
}
.pod--panel__blue {
  background-color: #002E5D;
}
.pod--panel__blue p, .pod--panel__blue h2, .pod--panel__blue h3 {
  color: #fff;
}
.pod--panel__pink {
  background-color: #F57EB6;
}
.pod--panel__pink p, .pod--panel__pink h2, .pod--panel__pink h3 {
  color: #fff;
}
.pod--panel__gold {
  background-color: #84754D;
}
.pod--panel__gold p, .pod--panel__gold h2, .pod--panel__gold h3 {
  color: #fff;
}

.pod--esg-intro {
  padding: 0;
}
.pod--esg-intro .pod__heading {
  padding-bottom: 2rem;
  font-size: var(--fs-h1);
  color: #002E5D;
}
.pod--esg-intro .pod__headline {
  padding: 0;
  margin: 0;
  font-size: var(--fs-h3);
  color: #002E5D;
}
.pod--esg-intro .pod__content {
  padding-top: 2rem;
}

.star-rating {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 2rem 0;
}
@media only screen and (min-width: 992px) {
  .star-rating {
    flex-direction: column;
    gap: 12px;
    margin: 0 0 2rem 0;
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .star-rating + p {
    text-align: right;
    margin-left: 40px;
  }
}

.star {
  font-size: 30px;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .star {
    font-size: 40px;
  }
}

.text-slider {
  padding-top: 48px;
  padding-bottom: 48px;
}
.text-slider.slick-slider {
  display: grid;
  grid-template-areas: "prev dots next" "container container container";
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr auto;
  row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .text-slider.slick-slider {
    grid-template-areas: "dots prev next" "container container container";
    grid-template-columns: 1fr auto auto;
  }
}
.text-slider .slick-prev {
  grid-area: prev;
}
@media only screen and (min-width: 768px) {
  .text-slider .slick-prev {
    margin-right: 50px;
  }
}
.text-slider .slick-next {
  grid-area: next;
}
.text-slider .slick-arrow {
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .text-slider .slick-arrow {
    justify-self: flex-end;
  }
}
.text-slider .slick-arrow:before {
  color: #fff;
}
.text-slider .slick-list {
  grid-area: container;
  z-index: 1;
}
.text-slider .carousel-dots {
  grid-area: dots;
  z-index: 2;
  position: unset;
}
.text-slider .slide .content-step-in {
  padding-top: 0;
  padding-bottom: 0;
}
.text-slider .slide > .row:first-child {
  margin-bottom: 15px;
}

.values-browser {
  padding-left: 0;
  padding-right: 0;
  padding-top: 55px;
  padding-bottom: 55px;
  display: grid;
  grid-template-areas: "content";
}
@media only screen and (min-width: 768px) {
  .values-browser {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .values-browser {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.values-browser #People,
.values-browser #Pride,
.values-browser #Prospering,
.values-browser #Performance {
  cursor: pointer;
}
.values-browser__content {
  grid-area: content;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .values-browser__content {
    display: flex;
    flex-direction: column;
    grid-template-areas: "content";
  }
}
@media only screen and (min-width: 1400px) {
  .values-browser__content {
    display: grid;
    grid-template-areas: "content";
  }
}
.values-browser__intro {
  grid-area: content;
}
@media only screen and (min-width: 768px) {
  .values-browser__intro {
    max-width: 420px;
  }
}
.values-browser__mobile-img {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .values-browser__mobile-img {
    display: none;
  }
}
.values-browser__desktop-img {
  display: none;
  grid-area: content;
  justify-self: flex-end;
}
@media only screen and (min-width: 768px) {
  .values-browser__desktop-img {
    display: block;
  }
}

.values-browser__popovers {
  grid-area: content;
  z-index: 2;
  display: none;
  margin-top: -55px;
}
@media only screen and (min-width: 768px) {
  .values-browser__popovers {
    margin-top: 0;
  }
}

.values-browser__popover {
  display: none;
  flex-direction: column;
  background-color: #E7E6E6;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .values-browser__popover {
    grid-template-areas: "map stats";
    grid-template-columns: 4fr 6fr;
    -moz-column-gap: 120px;
         column-gap: 120px;
    margin-left: -80px;
    margin-right: -80px;
  }
}
.values-browser__popover hr {
  width: 100%;
  border-top: 1px solid #007988;
}
.values-browser__popover img {
  max-width: 300px;
}
.values-browser__popover .btn-close {
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1240px) {
  .values-browser__popover .btn-close {
    font-size: 40px;
    margin-top: -20px;
    padding: 0;
  }
}
.values-browser__popover .btn-close--mobile {
  width: 30px;
  align-self: flex-end;
}
@media only screen and (min-width: 1240px) {
  .values-browser__popover .btn-close--mobile {
    display: none;
  }
}
.values-browser__popover .btn-close--desktop {
  display: none;
  width: 30px;
  align-self: flex-end;
}
@media only screen and (min-width: 1240px) {
  .values-browser__popover .btn-close--desktop {
    display: block;
  }
}
.values-browser__popover .btn-close:after {
  content: "";
  display: table;
  clear: both;
}
.values-browser__popover__intro {
  border-top: 1px solid #007988;
  padding: 14px 0 0 0;
  margin: 0 0 20px 0;
  color: #002E5D;
}
@media only screen and (min-width: 768px) {
  .values-browser__popover__intro {
    grid-area: map;
    align-self: flex-start;
    border-top: none;
    margin: 0;
    padding: 0;
  }
}
.values-browser__popover__image {
  text-align: center;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .values-browser__popover__image {
    grid-area: map;
    align-self: flex-end;
    justify-self: center;
  }
}
.values-browser__popover__pod {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1240px) {
  .values-browser__popover__pod {
    grid-area: stats;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 40px 22px 40px;
    margin-right: 40px;
    align-self: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.values-browser__popover__pod > :nth-child(2) {
  margin-top: -30px;
}
.values-browser__popover__pod > p:first-of-type {
  color: #002E5D;
}
@media only screen and (min-width: 1240px) {
  .values-browser__popover__close-btn-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .values-browser__popover__close-btn-wrapper .btn {
    position: absolute;
  }
}

.values-browser__popovers.show {
  display: block;
}

.values-browser__popover.show {
  display: flex;
}
@media only screen and (min-width: 1240px) {
  .values-browser__popover.show {
    display: grid;
  }
}

.our-values-svg-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .our-values-svg-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 2.4rem;
  }
}
.our-values-svg-wrapper h3 {
  display: none;
  font-size: var(--fs-h4);
  color: #007988;
}
@media only screen and (min-width: 768px) {
  .our-values-svg-wrapper h3 {
    display: block;
  }
}

.form-control {
  font-family: inherit;
  font-size: inherit;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}

form input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 0.5rem;
  display: inline-block;
}

[class^=parsley-] {
  color: #B00;
  padding-bottom: 15px;
}

/*$colour__brand-dark-blue: #001975;
$colour__brand-extra-dark-blue: #002E5D;
$colour__brand-grey--dark: #3d3d3e;
$colour__brand-aqua: #008390; 4 colors from promo project*/
/*$colour__brand-grey: #737777;
$colour__brand-grey--light: #f6f6f6; 2 colors from promo project*/
/*$colour__brand-gold: #84754D;  1 color from promo project*/
/* The exact colour from the logo */
/* customer journey red */
/* customer journey orange */
/* MMH / customer journey */
/*Employee Engagement*/
.footer {
  font-size: var(--fs-small);
}
.footer > svg {
  fill: #002E5D;
}
.footer .primary-site-link {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer .primary-site-link {
    grid-area: external;
    justify-self: flex-end;
  }
}
.footer .primary-site-link:after {
  border-color: #fff;
}
.footer-external-links {
  padding-left: 0;
  padding-right: 0;
  background-color: #002E5D;
  text-align: center;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .footer-external-links {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-external-links {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-external-links {
    display: grid;
    grid-template-areas: "space social external";
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .footer-external-links:before {
    content: "";
    display: block;
    grid-area: space;
  }
}

.social-icons {
  padding: 0 0 3.2rem 0;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .social-icons {
    grid-area: social;
    padding: 0;
  }
}
.social-icons .fab {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #002E5D;
  font-size: 22px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.footer-internal-links {
  padding-left: 0;
  padding-right: 0;
  background-color: #E7E6E6;
  text-align: center;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .footer-internal-links {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-internal-links {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media only screen and (min-width: 1199px) {
  .footer-internal-links {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.footer-internal-links > svg {
  transform: scale(1.5);
}
@media only screen and (min-width: 1199px) {
  .footer-internal-links > svg {
    transform: none;
  }
}
.footer-internal-links > nav {
  padding: 3.8rem 0 0 0;
}
@media only screen and (min-width: 1199px) {
  .footer-internal-links > nav {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
  }
}

.footer-nav {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media only screen and (min-width: 1199px) {
  .footer-nav {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
  }
}
.footer-nav li {
  display: block;
  padding: 0;
  margin: 9px 0;
}
.footer-nav a {
  color: #474747;
  padding: 6px;
  margin: 0;
}

.footer-address {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4.8rem;
  padding-bottom: 3.5rem;
  text-align: center;
  background-color: #fff;
  color: #474747;
}
@media only screen and (min-width: 768px) {
  .footer-address {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-address {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media only screen and (min-width: 1199px) {
  .footer-address {
    padding-top: 3rem;
    padding-bottom: 1.4rem;
  }
}
.footer-address > p {
  margin-bottom: 2.8rem;
}

.footer-swoosh {
  margin-bottom: -1px;
}

#cookies {
  position: sticky;
  z-index: 10;
  background-color: white;
  margin: 0;
  max-width: 1832px;
  padding: 30px;
  bottom: 0;
}
#cookies .call-to-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 576px) {
  #cookies .call-to-actions {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) {
  .sticky #cookies {
    top: 53px;
  }
}

/*Prevent zero width on a Sitecore placeholder */
.scEmptyPlaceholder {
  width: 100%;
}

.esg-separator {
  height: 15px;
  margin-bottom: 40px;
  background-color: #d5d6d6;
}

.esg-horizontal-rule {
  border-bottom: 1px solid #999;
  width: 100%;
  height: 1px;
}

.panel--image-text h2 {
  font-size: 2.6rem;
}
@media only screen and (min-width: 768px) {
  .panel--image-text h2 {
    font-size: 5.5rem;
  }
}
.panel--image-text__img {
  border-radius: 0;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .panel--image-text__img {
    border-radius: 20px;
  }
}