/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* stylelint-disable */
.lf_hf :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e30613;
    --orange: #fd7e14;
    --yellow: #fde513;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #777;
    --gray-dark: #333;
    --primary: #e30613;
    --secondary: #fde513;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #fde513;
    --danger: #e30613;
    --light: #f8f9fa;
    --dark: #333;
    --tertiary: #000;
    --gray: #777;
    --lightgray: #eeeeee;
    --flash: #e30613;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1300px;
    --font-family-sans-serif: "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html .lf_hf {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lf_hf article,
.lf_hf aside,
.lf_hf figcaption,
.lf_hf figure,
.lf_hf footer,
.lf_hf header,
.lf_hf hgroup,
.lf_hf main,
.lf_hf nav,
.lf_hf section {
    display: block;
}

body .lf_hf {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
}

.lf_hf [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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

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

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

.lf_hf abbr[title],
.lf_hf abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

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

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

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

.lf_hf dt {
    font-weight: 700;
}

.lf_hf dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

.lf_hf blockquote {
    margin: 0 0 1rem;
}

.lf_hf b,
.lf_hf strong {
    font-weight: bolder;
}

.lf_hf small {
    font-size: 80%;
}

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

.lf_hf sub {
    bottom: -.25em;
}

.lf_hf sup {
    top: -.5em;
}

.lf_hf a {
    color: #e30613;
    text-decoration: none;
    background-color: transparent;
}

.lf_hf a:hover {
    color: #98040d;
    text-decoration: underline;
}

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

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

.lf_hf pre,
.lf_hf code,
.lf_hf kbd,
.lf_hf samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

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

.lf_hf figure {
    margin: 0 0 1rem;
}

.lf_hf img {
    vertical-align: middle;
    border-style: none;
}

.lf_hf svg {
    overflow: hidden;
    vertical-align: middle;
}

.lf_hf table {
    border-collapse: collapse;
}

.lf_hf caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #777;
    text-align: left;
    caption-side: bottom;
}

.lf_hf th {
    text-align: inherit;
}

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

.lf_hf button {
    border-radius: 0;
}

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

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

.lf_hf button,
.lf_hf input {
    overflow: visible;
}

.lf_hf button,
.lf_hf select {
    text-transform: none;
}

.lf_hf select {
    word-wrap: normal;
}

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

.lf_hf button:not(:disabled),
.lf_hf [type="button"]:not(:disabled),
.lf_hf [type="reset"]:not(:disabled),
.lf_hf [type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

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

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

.lf_hf textarea {
    overflow: auto;
    resize: vertical;
}

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

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

.lf_hf progress {
    vertical-align: baseline;
}

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

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

.lf_hf [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

.lf_hf output {
    display: inline-block;
}

.lf_hf summary {
    display: list-item;
    cursor: pointer;
}

.lf_hf template {
    display: none;
}

.lf_hf [hidden] {
    display: none !important;
}

.lf_hf h1,
.lf_hf h2,
.lf_hf h3,
.lf_hf h4,
.lf_hf h5,
.lf_hf h6,
.lf_hf .h1,
.lf_hf .h2,
.lf_hf .h3,
.lf_hf .h4,
.lf_hf .h5,
.lf_hf .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.lf_hf h1,
.lf_hf .h1 {
    font-size: 1.75rem;
}

.lf_hf h2,
.lf_hf .h2 {
    font-size: 1.53125rem;
}

.lf_hf h3,
.lf_hf .h3 {
    font-size: 1.3125rem;
}

.lf_hf h4,
.lf_hf .h4 {
    font-size: 1.09375rem;
}

.lf_hf h5,
.lf_hf .h5 {
    font-size: 0.9625rem;
}

.lf_hf h6,
.lf_hf .h6 {
    font-size: 0.875rem;
}

.lf_hf .lead {
    font-size: 1.09375rem;
    font-weight: 300;
}

.lf_hf .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.lf_hf .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.lf_hf .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.lf_hf .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.lf_hf hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.lf_hf small,
.lf_hf .small {
    font-size: 80%;
    font-weight: 400;
}

.lf_hf mark,
.lf_hf .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.lf_hf .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.lf_hf .list-inline {
    padding-left: 0;
    list-style: none;
}

.lf_hf .list-inline-item {
    display: inline-block;
}

.lf_hf .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.lf_hf .initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.lf_hf .blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem;
}

.lf_hf .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #777;
}

.lf_hf .blockquote-footer::before {
    content: "\2014\A0";
}

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

.lf_hf .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
}

.lf_hf .figure {
    display: inline-block;
}

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

.lf_hf .figure-caption {
    font-size: 90%;
    color: #777;
}

.lf_hf .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

@media (min-width: 1300px) {
    .lf_hf .container {
        max-width: 1240px;
    }
}

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

@media (min-width: 576px) {
    .lf_hf .container,
    .lf_hf .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .lf_hf .container,
    .lf_hf .container-sm,
    .lf_hf .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .lf_hf .container,
    .lf_hf .container-sm,
    .lf_hf .container-md,
    .lf_hf .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1300px) {
    .lf_hf .container,
    .lf_hf .container-sm,
    .lf_hf .container-md,
    .lf_hf .container-lg,
    .lf_hf .container-xl {
        max-width: 1240px;
    }
}

.lf_hf .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

.lf_hf .no-gutters > .col,
.lf_hf .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.lf_hf .col-1,
.lf_hf .col-2,
.lf_hf .col-3,
.lf_hf .col-4,
.lf_hf .col-5,
.lf_hf .col-6,
.lf_hf .col-7,
.lf_hf .col-8,
.lf_hf .col-9,
.lf_hf .col-10,
.lf_hf .col-11,
.lf_hf .col-12,
.lf_hf .col,
.lf_hf .col-auto,
.lf_hf .col-sm-1,
.lf_hf .col-sm-2,
.lf_hf .col-sm-3,
.lf_hf .col-sm-4,
.lf_hf .col-sm-5,
.lf_hf .col-sm-6,
.lf_hf .col-sm-7,
.lf_hf .col-sm-8,
.lf_hf .col-sm-9,
.lf_hf .col-sm-10,
.lf_hf .col-sm-11,
.lf_hf .col-sm-12,
.lf_hf .col-sm,
.lf_hf .col-sm-auto,
.lf_hf .col-md-1,
.lf_hf .col-md-2,
.lf_hf .col-md-3,
.lf_hf .col-md-4,
.lf_hf .col-md-5,
.lf_hf .col-md-6,
.lf_hf .col-md-7,
.lf_hf .col-md-8,
.lf_hf .col-md-9,
.lf_hf .col-md-10,
.lf_hf .col-md-11,
.lf_hf .col-md-12,
.lf_hf .col-md,
.lf_hf .col-md-auto,
.lf_hf .col-lg-1,
.lf_hf .col-lg-2,
.lf_hf .col-lg-3,
.lf_hf .col-lg-4,
.lf_hf .col-lg-5,
.lf_hf .col-lg-6,
.lf_hf .col-lg-7,
.lf_hf .col-lg-8,
.lf_hf .col-lg-9,
.lf_hf .col-lg-10,
.lf_hf .col-lg-11,
.lf_hf .col-lg-12,
.lf_hf .col-lg,
.lf_hf .col-lg-auto,
.lf_hf .col-xl-1,
.lf_hf .col-xl-2,
.lf_hf .col-xl-3,
.lf_hf .col-xl-4,
.lf_hf .col-xl-5,
.lf_hf .col-xl-6,
.lf_hf .col-xl-7,
.lf_hf .col-xl-8,
.lf_hf .col-xl-9,
.lf_hf .col-xl-10,
.lf_hf .col-xl-11,
.lf_hf .col-xl-12,
.lf_hf .col-xl,
.lf_hf .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.lf_hf .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.lf_hf .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.lf_hf .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.lf_hf .row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.lf_hf .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.lf_hf .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.lf_hf .row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.lf_hf .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

.lf_hf .order-first {
    order: -1;
}

.lf_hf .order-last {
    order: 13;
}

.lf_hf .order-0 {
    order: 0;
}

.lf_hf .order-1 {
    order: 1;
}

.lf_hf .order-2 {
    order: 2;
}

.lf_hf .order-3 {
    order: 3;
}

.lf_hf .order-4 {
    order: 4;
}

.lf_hf .order-5 {
    order: 5;
}

.lf_hf .order-6 {
    order: 6;
}

.lf_hf .order-7 {
    order: 7;
}

.lf_hf .order-8 {
    order: 8;
}

.lf_hf .order-9 {
    order: 9;
}

.lf_hf .order-10 {
    order: 10;
}

.lf_hf .order-11 {
    order: 11;
}

.lf_hf .order-12 {
    order: 12;
}

.lf_hf .offset-1 {
    margin-left: 8.33333%;
}

.lf_hf .offset-2 {
    margin-left: 16.66667%;
}

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

.lf_hf .offset-4 {
    margin-left: 33.33333%;
}

.lf_hf .offset-5 {
    margin-left: 41.66667%;
}

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

.lf_hf .offset-7 {
    margin-left: 58.33333%;
}

.lf_hf .offset-8 {
    margin-left: 66.66667%;
}

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

.lf_hf .offset-10 {
    margin-left: 83.33333%;
}

.lf_hf .offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .lf_hf .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .lf_hf .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lf_hf .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .lf_hf .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .lf_hf .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .lf_hf .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .lf_hf .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .lf_hf .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .lf_hf .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .lf_hf .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .lf_hf .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .lf_hf .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .lf_hf .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .lf_hf .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .lf_hf .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .lf_hf .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .lf_hf .order-sm-first {
        order: -1;
    }

    .lf_hf .order-sm-last {
        order: 13;
    }

    .lf_hf .order-sm-0 {
        order: 0;
    }

    .lf_hf .order-sm-1 {
        order: 1;
    }

    .lf_hf .order-sm-2 {
        order: 2;
    }

    .lf_hf .order-sm-3 {
        order: 3;
    }

    .lf_hf .order-sm-4 {
        order: 4;
    }

    .lf_hf .order-sm-5 {
        order: 5;
    }

    .lf_hf .order-sm-6 {
        order: 6;
    }

    .lf_hf .order-sm-7 {
        order: 7;
    }

    .lf_hf .order-sm-8 {
        order: 8;
    }

    .lf_hf .order-sm-9 {
        order: 9;
    }

    .lf_hf .order-sm-10 {
        order: 10;
    }

    .lf_hf .order-sm-11 {
        order: 11;
    }

    .lf_hf .order-sm-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .lf_hf .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .lf_hf .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lf_hf .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .lf_hf .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .lf_hf .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .lf_hf .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .lf_hf .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .lf_hf .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .lf_hf .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .lf_hf .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .lf_hf .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .lf_hf .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .lf_hf .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .lf_hf .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .lf_hf .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .lf_hf .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .lf_hf .order-md-first {
        order: -1;
    }

    .lf_hf .order-md-last {
        order: 13;
    }

    .lf_hf .order-md-0 {
        order: 0;
    }

    .lf_hf .order-md-1 {
        order: 1;
    }

    .lf_hf .order-md-2 {
        order: 2;
    }

    .lf_hf .order-md-3 {
        order: 3;
    }

    .lf_hf .order-md-4 {
        order: 4;
    }

    .lf_hf .order-md-5 {
        order: 5;
    }

    .lf_hf .order-md-6 {
        order: 6;
    }

    .lf_hf .order-md-7 {
        order: 7;
    }

    .lf_hf .order-md-8 {
        order: 8;
    }

    .lf_hf .order-md-9 {
        order: 9;
    }

    .lf_hf .order-md-10 {
        order: 10;
    }

    .lf_hf .order-md-11 {
        order: 11;
    }

    .lf_hf .order-md-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .lf_hf .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .lf_hf .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lf_hf .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .lf_hf .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .lf_hf .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .lf_hf .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .lf_hf .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .lf_hf .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .lf_hf .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .lf_hf .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .lf_hf .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .lf_hf .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .lf_hf .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .lf_hf .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .lf_hf .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .lf_hf .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .lf_hf .order-lg-first {
        order: -1;
    }

    .lf_hf .order-lg-last {
        order: 13;
    }

    .lf_hf .order-lg-0 {
        order: 0;
    }

    .lf_hf .order-lg-1 {
        order: 1;
    }

    .lf_hf .order-lg-2 {
        order: 2;
    }

    .lf_hf .order-lg-3 {
        order: 3;
    }

    .lf_hf .order-lg-4 {
        order: 4;
    }

    .lf_hf .order-lg-5 {
        order: 5;
    }

    .lf_hf .order-lg-6 {
        order: 6;
    }

    .lf_hf .order-lg-7 {
        order: 7;
    }

    .lf_hf .order-lg-8 {
        order: 8;
    }

    .lf_hf .order-lg-9 {
        order: 9;
    }

    .lf_hf .order-lg-10 {
        order: 10;
    }

    .lf_hf .order-lg-11 {
        order: 11;
    }

    .lf_hf .order-lg-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1300px) {
    .lf_hf .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .lf_hf .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lf_hf .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .lf_hf .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .lf_hf .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .lf_hf .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .lf_hf .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .lf_hf .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .lf_hf .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .lf_hf .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .lf_hf .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .lf_hf .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .lf_hf .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .lf_hf .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .lf_hf .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .lf_hf .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .lf_hf .order-xl-first {
        order: -1;
    }

    .lf_hf .order-xl-last {
        order: 13;
    }

    .lf_hf .order-xl-0 {
        order: 0;
    }

    .lf_hf .order-xl-1 {
        order: 1;
    }

    .lf_hf .order-xl-2 {
        order: 2;
    }

    .lf_hf .order-xl-3 {
        order: 3;
    }

    .lf_hf .order-xl-4 {
        order: 4;
    }

    .lf_hf .order-xl-5 {
        order: 5;
    }

    .lf_hf .order-xl-6 {
        order: 6;
    }

    .lf_hf .order-xl-7 {
        order: 7;
    }

    .lf_hf .order-xl-8 {
        order: 8;
    }

    .lf_hf .order-xl-9 {
        order: 9;
    }

    .lf_hf .order-xl-10 {
        order: 10;
    }

    .lf_hf .order-xl-11 {
        order: 11;
    }

    .lf_hf .order-xl-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.lf_hf .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .lf_hf .form-control {
        transition: none;
    }
}

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

.lf_hf .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.lf_hf .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b7b7b7;
    outline: 0;
    box-shadow: inset 0 0 0 1px #777;
}

.lf_hf .form-control::placeholder {
    color: #777;
    opacity: 1;
}

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

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

.lf_hf .form-control-file,
.lf_hf .form-control-range {
    display: block;
    width: 100%;
}

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

.lf_hf .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.09375rem;
    line-height: 1.5;
}

.lf_hf .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.76562rem;
    line-height: 1.5;
}

.lf_hf .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #333;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

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

.lf_hf .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
}

.lf_hf .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
}

.lf_hf select.form-control[size],
.lf_hf select.form-control[multiple] {
    height: auto;
}

.lf_hf textarea.form-control {
    height: auto;
}

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

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

.lf_hf .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.lf_hf .form-row > .col,
.lf_hf .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.lf_hf .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

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

.lf_hf .form-check-input[disabled] ~ .form-check-label,
.lf_hf .form-check-input:disabled ~ .form-check-label {
    color: #777;
}

.lf_hf .form-check-label {
    margin-bottom: 0;
}

.lf_hf .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.lf_hf .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.lf_hf .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

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

.was-validated .lf_hf:valid ~ .valid-feedback,
.was-validated .lf_hf:valid ~ .valid-tooltip,
.lf_hf.is-valid ~ .valid-feedback,
.lf_hf.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .lf_hf .form-control:valid,
.lf_hf .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 .lf_hf .form-control:valid:focus,
.lf_hf .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.25);
}

.was-validated .lf_hf textarea.form-control:valid,
.lf_hf 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 .lf_hf .custom-select:valid,
.lf_hf .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='%23333' 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 .lf_hf .custom-select:valid:focus,
.lf_hf .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.25);
}

.was-validated .lf_hf .form-check-input:valid ~ .form-check-label,
.lf_hf .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .lf_hf .form-check-input:valid ~ .valid-feedback,
.was-validated .lf_hf .form-check-input:valid ~ .valid-tooltip,
.lf_hf .form-check-input.is-valid ~ .valid-feedback,
.lf_hf .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .lf_hf .custom-control-input:valid ~ .custom-control-label,
.lf_hf .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .lf_hf .custom-control-input:valid ~ .custom-control-label::before,
.lf_hf .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .lf_hf .custom-control-input:valid:checked ~ .custom-control-label::before,
.lf_hf .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .lf_hf .custom-control-input:valid:focus ~ .custom-control-label::before,
.lf_hf .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.25);
}

.was-validated .lf_hf .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.lf_hf .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .lf_hf .custom-file-input:valid ~ .custom-file-label,
.lf_hf .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .lf_hf .custom-file-input:valid:focus ~ .custom-file-label,
.lf_hf .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.25);
}

.lf_hf .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e30613;
}

.lf_hf .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(227, 6, 19, 0.9);
}

.was-validated .lf_hf:invalid ~ .invalid-feedback,
.was-validated .lf_hf:invalid ~ .invalid-tooltip,
.lf_hf.is-invalid ~ .invalid-feedback,
.lf_hf.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .lf_hf .form-control:invalid,
.lf_hf .form-control.is-invalid {
    border-color: #e30613;
    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='%23e30613' 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='%23e30613' 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 .lf_hf .form-control:invalid:focus,
.lf_hf .form-control.is-invalid:focus {
    border-color: #e30613;
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.25);
}

.was-validated .lf_hf textarea.form-control:invalid,
.lf_hf 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 .lf_hf .custom-select:invalid,
.lf_hf .custom-select.is-invalid {
    border-color: #e30613;
    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='%23333' 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='%23e30613' 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='%23e30613' 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 .lf_hf .custom-select:invalid:focus,
.lf_hf .custom-select.is-invalid:focus {
    border-color: #e30613;
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.25);
}

.was-validated .lf_hf .form-check-input:invalid ~ .form-check-label,
.lf_hf .form-check-input.is-invalid ~ .form-check-label {
    color: #e30613;
}

.was-validated .lf_hf .form-check-input:invalid ~ .invalid-feedback,
.was-validated .lf_hf .form-check-input:invalid ~ .invalid-tooltip,
.lf_hf .form-check-input.is-invalid ~ .invalid-feedback,
.lf_hf .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .lf_hf .custom-control-input:invalid ~ .custom-control-label,
.lf_hf .custom-control-input.is-invalid ~ .custom-control-label {
    color: #e30613;
}

.was-validated .lf_hf .custom-control-input:invalid ~ .custom-control-label::before,
.lf_hf .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e30613;
}

.was-validated .lf_hf .custom-control-input:invalid:checked ~ .custom-control-label::before,
.lf_hf .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #f9232f;
    background-color: #f9232f;
}

.was-validated .lf_hf .custom-control-input:invalid:focus ~ .custom-control-label::before,
.lf_hf .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.25);
}

.was-validated .lf_hf .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.lf_hf .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e30613;
}

.was-validated .lf_hf .custom-file-input:invalid ~ .custom-file-label,
.lf_hf .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #e30613;
}

.was-validated .lf_hf .custom-file-input:invalid:focus ~ .custom-file-label,
.lf_hf .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e30613;
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.25);
}

.lf_hf .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

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

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

    .lf_hf .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

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

    .lf_hf .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .lf_hf .form-inline .input-group,
    .lf_hf .form-inline .custom-select {
        width: auto;
    }

    .lf_hf .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

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

    .lf_hf .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .lf_hf .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.lf_hf .btn {
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .lf_hf .btn {
        transition: none;
    }
}

.lf_hf .btn:hover {
    color: #333;
    text-decoration: none;
}

.lf_hf .btn:focus,
.lf_hf .btn.focus {
    outline: 0;
    box-shadow: inset 0 0 0 1px #777;
}

.lf_hf .btn.disabled,
.lf_hf .btn:disabled {
    opacity: 0.65;
}

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

.lf_hf .btn-primary {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-primary:hover {
    color: #fff;
    background-color: #be0510;
    border-color: #b1050f;
}

.lf_hf .btn-primary:focus,
.lf_hf .btn-primary.focus {
    color: #fff;
    background-color: #be0510;
    border-color: #b1050f;
    box-shadow: 0 0 0 1px rgba(231, 43, 54, 0.5);
}

.lf_hf .btn-primary.disabled,
.lf_hf .btn-primary:disabled {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-primary:not(:disabled):not(.disabled):active,
.lf_hf .btn-primary:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b1050f;
    border-color: #a5040e;
}

.lf_hf .btn-primary:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(231, 43, 54, 0.5);
}

.lf_hf .btn-secondary {
    color: #333;
    background-color: #fde513;
    border-color: #fde513;
}

.lf_hf .btn-secondary:hover {
    color: #333;
    background-color: #e8d002;
    border-color: #dbc502;
}

.lf_hf .btn-secondary:focus,
.lf_hf .btn-secondary.focus {
    color: #333;
    background-color: #e8d002;
    border-color: #dbc502;
    box-shadow: 0 0 0 1px rgba(223, 202, 24, 0.5);
}

.lf_hf .btn-secondary.disabled,
.lf_hf .btn-secondary:disabled {
    color: #333;
    background-color: #fde513;
    border-color: #fde513;
}

.lf_hf .btn-secondary:not(:disabled):not(.disabled):active,
.lf_hf .btn-secondary:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-secondary.dropdown-toggle {
    color: #333;
    background-color: #dbc502;
    border-color: #cfba02;
}

.lf_hf .btn-secondary:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(223, 202, 24, 0.5);
}

.lf_hf .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.lf_hf .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.lf_hf .btn-success:focus,
.lf_hf .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 1px rgba(72, 180, 97, 0.5);
}

.lf_hf .btn-success.disabled,
.lf_hf .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.lf_hf .btn-success:not(:disabled):not(.disabled):active,
.lf_hf .btn-success:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.lf_hf .btn-success:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(72, 180, 97, 0.5);
}

.lf_hf .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.lf_hf .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.lf_hf .btn-info:focus,
.lf_hf .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 1px rgba(58, 176, 195, 0.5);
}

.lf_hf .btn-info.disabled,
.lf_hf .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.lf_hf .btn-info:not(:disabled):not(.disabled):active,
.lf_hf .btn-info:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.lf_hf .btn-info:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(58, 176, 195, 0.5);
}

.lf_hf .btn-warning {
    color: #333;
    background-color: #fde513;
    border-color: #fde513;
}

.lf_hf .btn-warning:hover {
    color: #333;
    background-color: #e8d002;
    border-color: #dbc502;
}

.lf_hf .btn-warning:focus,
.lf_hf .btn-warning.focus {
    color: #333;
    background-color: #e8d002;
    border-color: #dbc502;
    box-shadow: 0 0 0 1px rgba(223, 202, 24, 0.5);
}

.lf_hf .btn-warning.disabled,
.lf_hf .btn-warning:disabled {
    color: #333;
    background-color: #fde513;
    border-color: #fde513;
}

.lf_hf .btn-warning:not(:disabled):not(.disabled):active,
.lf_hf .btn-warning:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-warning.dropdown-toggle {
    color: #333;
    background-color: #dbc502;
    border-color: #cfba02;
}

.lf_hf .btn-warning:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(223, 202, 24, 0.5);
}

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

.lf_hf .btn-danger:hover {
    color: #fff;
    background-color: #be0510;
    border-color: #b1050f;
}

.lf_hf .btn-danger:focus,
.lf_hf .btn-danger.focus {
    color: #fff;
    background-color: #be0510;
    border-color: #b1050f;
    box-shadow: 0 0 0 1px rgba(231, 43, 54, 0.5);
}

.lf_hf .btn-danger.disabled,
.lf_hf .btn-danger:disabled {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-danger:not(:disabled):not(.disabled):active,
.lf_hf .btn-danger:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b1050f;
    border-color: #a5040e;
}

.lf_hf .btn-danger:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(231, 43, 54, 0.5);
}

.lf_hf .btn-light {
    color: #333;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.lf_hf .btn-light:hover {
    color: #333;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.lf_hf .btn-light:focus,
.lf_hf .btn-light.focus {
    color: #333;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 1px rgba(218, 219, 220, 0.5);
}

.lf_hf .btn-light.disabled,
.lf_hf .btn-light:disabled {
    color: #333;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.lf_hf .btn-light:not(:disabled):not(.disabled):active,
.lf_hf .btn-light:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-light.dropdown-toggle {
    color: #333;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.lf_hf .btn-light:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(218, 219, 220, 0.5);
}

.lf_hf .btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.lf_hf .btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a;
}

.lf_hf .btn-dark:focus,
.lf_hf .btn-dark.focus {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 1px rgba(82, 82, 82, 0.5);
}

.lf_hf .btn-dark.disabled,
.lf_hf .btn-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.lf_hf .btn-dark:not(:disabled):not(.disabled):active,
.lf_hf .btn-dark:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313;
}

.lf_hf .btn-dark:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(82, 82, 82, 0.5);
}

.lf_hf .btn-tertiary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.lf_hf .btn-tertiary:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.lf_hf .btn-tertiary:focus,
.lf_hf .btn-tertiary.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 1px rgba(38, 38, 38, 0.5);
}

.lf_hf .btn-tertiary.disabled,
.lf_hf .btn-tertiary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.lf_hf .btn-tertiary:not(:disabled):not(.disabled):active,
.lf_hf .btn-tertiary:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.lf_hf .btn-tertiary:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(38, 38, 38, 0.5);
}

.lf_hf .btn-gray {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.lf_hf .btn-gray:hover {
    color: #fff;
    background-color: #646464;
    border-color: #5e5e5e;
}

.lf_hf .btn-gray:focus,
.lf_hf .btn-gray.focus {
    color: #fff;
    background-color: #646464;
    border-color: #5e5e5e;
    box-shadow: 0 0 0 1px rgba(139, 139, 139, 0.5);
}

.lf_hf .btn-gray.disabled,
.lf_hf .btn-gray:disabled {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.lf_hf .btn-gray:not(:disabled):not(.disabled):active,
.lf_hf .btn-gray:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #575757;
}

.lf_hf .btn-gray:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(139, 139, 139, 0.5);
}

.lf_hf .btn-lightgray {
    color: #333;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.lf_hf .btn-lightgray:hover {
    color: #333;
    background-color: #dbdbdb;
    border-color: #d5d5d5;
}

.lf_hf .btn-lightgray:focus,
.lf_hf .btn-lightgray.focus {
    color: #333;
    background-color: #dbdbdb;
    border-color: #d5d5d5;
    box-shadow: 0 0 0 1px rgba(210, 210, 210, 0.5);
}

.lf_hf .btn-lightgray.disabled,
.lf_hf .btn-lightgray:disabled {
    color: #333;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.lf_hf .btn-lightgray:not(:disabled):not(.disabled):active,
.lf_hf .btn-lightgray:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-lightgray.dropdown-toggle {
    color: #333;
    background-color: #d5d5d5;
    border-color: #cecece;
}

.lf_hf .btn-lightgray:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-lightgray:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-lightgray.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(210, 210, 210, 0.5);
}

.lf_hf .btn-flash {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-flash:hover {
    color: #fff;
    background-color: #be0510;
    border-color: #b1050f;
}

.lf_hf .btn-flash:focus,
.lf_hf .btn-flash.focus {
    color: #fff;
    background-color: #be0510;
    border-color: #b1050f;
    box-shadow: 0 0 0 1px rgba(231, 43, 54, 0.5);
}

.lf_hf .btn-flash.disabled,
.lf_hf .btn-flash:disabled {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-flash:not(:disabled):not(.disabled):active,
.lf_hf .btn-flash:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-flash.dropdown-toggle {
    color: #fff;
    background-color: #b1050f;
    border-color: #a5040e;
}

.lf_hf .btn-flash:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-flash:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-flash.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(231, 43, 54, 0.5);
}

.lf_hf .btn-outline-primary {
    color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-outline-primary:hover {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-outline-primary:focus,
.lf_hf .btn-outline-primary.focus {
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.5);
}

.lf_hf .btn-outline-primary.disabled,
.lf_hf .btn-outline-primary:disabled {
    color: #e30613;
    background-color: transparent;
}

.lf_hf .btn-outline-primary:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.5);
}

.lf_hf .btn-outline-secondary {
    color: #fde513;
    border-color: #fde513;
}

.lf_hf .btn-outline-secondary:hover {
    color: #333;
    background-color: #fde513;
    border-color: #fde513;
}

.lf_hf .btn-outline-secondary:focus,
.lf_hf .btn-outline-secondary.focus {
    box-shadow: 0 0 0 1px rgba(253, 229, 19, 0.5);
}

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

.lf_hf .btn-outline-secondary:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-secondary.dropdown-toggle {
    color: #333;
    background-color: #fde513;
    border-color: #fde513;
}

.lf_hf .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(253, 229, 19, 0.5);
}

.lf_hf .btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.lf_hf .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.lf_hf .btn-outline-success:focus,
.lf_hf .btn-outline-success.focus {
    box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.5);
}

.lf_hf .btn-outline-success.disabled,
.lf_hf .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.lf_hf .btn-outline-success:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.lf_hf .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.5);
}

.lf_hf .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.lf_hf .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.lf_hf .btn-outline-info:focus,
.lf_hf .btn-outline-info.focus {
    box-shadow: 0 0 0 1px rgba(23, 162, 184, 0.5);
}

.lf_hf .btn-outline-info.disabled,
.lf_hf .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.lf_hf .btn-outline-info:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.lf_hf .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(23, 162, 184, 0.5);
}

.lf_hf .btn-outline-warning {
    color: #fde513;
    border-color: #fde513;
}

.lf_hf .btn-outline-warning:hover {
    color: #333;
    background-color: #fde513;
    border-color: #fde513;
}

.lf_hf .btn-outline-warning:focus,
.lf_hf .btn-outline-warning.focus {
    box-shadow: 0 0 0 1px rgba(253, 229, 19, 0.5);
}

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

.lf_hf .btn-outline-warning:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-warning.dropdown-toggle {
    color: #333;
    background-color: #fde513;
    border-color: #fde513;
}

.lf_hf .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(253, 229, 19, 0.5);
}

.lf_hf .btn-outline-danger {
    color: #e30613;
    border-color: #e30613;
}

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

.lf_hf .btn-outline-danger:focus,
.lf_hf .btn-outline-danger.focus {
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.5);
}

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

.lf_hf .btn-outline-danger:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.5);
}

.lf_hf .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.lf_hf .btn-outline-light:hover {
    color: #333;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.lf_hf .btn-outline-light:focus,
.lf_hf .btn-outline-light.focus {
    box-shadow: 0 0 0 1px rgba(248, 249, 250, 0.5);
}

.lf_hf .btn-outline-light.disabled,
.lf_hf .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.lf_hf .btn-outline-light:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-light.dropdown-toggle {
    color: #333;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.lf_hf .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(248, 249, 250, 0.5);
}

.lf_hf .btn-outline-dark {
    color: #333;
    border-color: #333;
}

.lf_hf .btn-outline-dark:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.lf_hf .btn-outline-dark:focus,
.lf_hf .btn-outline-dark.focus {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.5);
}

.lf_hf .btn-outline-dark.disabled,
.lf_hf .btn-outline-dark:disabled {
    color: #333;
    background-color: transparent;
}

.lf_hf .btn-outline-dark:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.lf_hf .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.5);
}

.lf_hf .btn-outline-tertiary {
    color: #000;
    border-color: #000;
}

.lf_hf .btn-outline-tertiary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.lf_hf .btn-outline-tertiary:focus,
.lf_hf .btn-outline-tertiary.focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.lf_hf .btn-outline-tertiary.disabled,
.lf_hf .btn-outline-tertiary:disabled {
    color: #000;
    background-color: transparent;
}

.lf_hf .btn-outline-tertiary:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.lf_hf .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.lf_hf .btn-outline-gray {
    color: #777;
    border-color: #777;
}

.lf_hf .btn-outline-gray:hover {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.lf_hf .btn-outline-gray:focus,
.lf_hf .btn-outline-gray.focus {
    box-shadow: 0 0 0 1px rgba(119, 119, 119, 0.5);
}

.lf_hf .btn-outline-gray.disabled,
.lf_hf .btn-outline-gray:disabled {
    color: #777;
    background-color: transparent;
}

.lf_hf .btn-outline-gray:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.lf_hf .btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(119, 119, 119, 0.5);
}

.lf_hf .btn-outline-lightgray {
    color: #eeeeee;
    border-color: #eeeeee;
}

.lf_hf .btn-outline-lightgray:hover {
    color: #333;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.lf_hf .btn-outline-lightgray:focus,
.lf_hf .btn-outline-lightgray.focus {
    box-shadow: 0 0 0 1px rgba(238, 238, 238, 0.5);
}

.lf_hf .btn-outline-lightgray.disabled,
.lf_hf .btn-outline-lightgray:disabled {
    color: #eeeeee;
    background-color: transparent;
}

.lf_hf .btn-outline-lightgray:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-lightgray:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-lightgray.dropdown-toggle {
    color: #333;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.lf_hf .btn-outline-lightgray:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-lightgray:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-lightgray.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(238, 238, 238, 0.5);
}

.lf_hf .btn-outline-flash {
    color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-outline-flash:hover {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-outline-flash:focus,
.lf_hf .btn-outline-flash.focus {
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.5);
}

.lf_hf .btn-outline-flash.disabled,
.lf_hf .btn-outline-flash:disabled {
    color: #e30613;
    background-color: transparent;
}

.lf_hf .btn-outline-flash:not(:disabled):not(.disabled):active,
.lf_hf .btn-outline-flash:not(:disabled):not(.disabled).active,
.show > .lf_hf .btn-outline-flash.dropdown-toggle {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

.lf_hf .btn-outline-flash:not(:disabled):not(.disabled):active:focus,
.lf_hf .btn-outline-flash:not(:disabled):not(.disabled).active:focus,
.show > .lf_hf .btn-outline-flash.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.5);
}

.lf_hf .btn-link {
    font-weight: 400;
    color: #e30613;
    text-decoration: none;
}

.lf_hf .btn-link:hover {
    color: #98040d;
    text-decoration: underline;
}

.lf_hf .btn-link:focus,
.lf_hf .btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.lf_hf .btn-link:disabled,
.lf_hf .btn-link.disabled {
    color: #777;
    pointer-events: none;
}

.lf_hf .btn-lg {
    padding: 0.5rem 1.25rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0;
}

.lf_hf .btn-sm {
    padding: 0.25rem 1.25rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    border-radius: 0;
}

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

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

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

.lf_hf .fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .lf_hf .fade {
        transition: none;
    }
}

.lf_hf .fade:not(.show) {
    opacity: 0;
}

.lf_hf .collapse:not(.show) {
    display: none;
}

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

@media (prefers-reduced-motion: reduce) {
    .lf_hf .collapsing {
        transition: none;
    }
}

.lf_hf .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.lf_hf .input-group > .form-control,
.lf_hf .input-group > .form-control-plaintext,
.lf_hf .input-group > .custom-select,
.lf_hf .input-group > .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.lf_hf .input-group > .form-control + .form-control,
.lf_hf .input-group > .form-control + .custom-select,
.lf_hf .input-group > .form-control + .custom-file,
.lf_hf .input-group > .form-control-plaintext + .form-control,
.lf_hf .input-group > .form-control-plaintext + .custom-select,
.lf_hf .input-group > .form-control-plaintext + .custom-file,
.lf_hf .input-group > .custom-select + .form-control,
.lf_hf .input-group > .custom-select + .custom-select,
.lf_hf .input-group > .custom-select + .custom-file,
.lf_hf .input-group > .custom-file + .form-control,
.lf_hf .input-group > .custom-file + .custom-select,
.lf_hf .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.lf_hf .input-group > .form-control:focus,
.lf_hf .input-group > .custom-select:focus,
.lf_hf .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.lf_hf .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.lf_hf .input-group > .custom-file {
    display: flex;
    align-items: center;
}

.lf_hf .input-group-prepend,
.lf_hf .input-group-append {
    display: flex;
}

.lf_hf .input-group-prepend .btn,
.lf_hf .input-group-append .btn {
    position: relative;
    z-index: 2;
}

.lf_hf .input-group-prepend .btn:focus,
.lf_hf .input-group-append .btn:focus {
    z-index: 3;
}

.lf_hf .input-group-prepend .btn + .btn,
.lf_hf .input-group-prepend .btn + .input-group-text,
.lf_hf .input-group-prepend .input-group-text + .input-group-text,
.lf_hf .input-group-prepend .input-group-text + .btn,
.lf_hf .input-group-append .btn + .btn,
.lf_hf .input-group-append .btn + .input-group-text,
.lf_hf .input-group-append .input-group-text + .input-group-text,
.lf_hf .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.lf_hf .input-group-prepend {
    margin-right: -1px;
}

.lf_hf .input-group-append {
    margin-left: -1px;
}

.lf_hf .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.lf_hf .input-group-text input[type="radio"],
.lf_hf .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.lf_hf .input-group-lg > .form-control:not(textarea),
.lf_hf .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.lf_hf .input-group-lg > .form-control,
.lf_hf .input-group-lg > .custom-select,
.lf_hf .input-group-lg > .input-group-prepend > .input-group-text,
.lf_hf .input-group-lg > .input-group-append > .input-group-text,
.lf_hf .input-group-lg > .input-group-prepend > .btn,
.lf_hf .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
}

.lf_hf .input-group-sm > .form-control:not(textarea),
.lf_hf .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.lf_hf .input-group-sm > .form-control,
.lf_hf .input-group-sm > .custom-select,
.lf_hf .input-group-sm > .input-group-prepend > .input-group-text,
.lf_hf .input-group-sm > .input-group-append > .input-group-text,
.lf_hf .input-group-sm > .input-group-prepend > .btn,
.lf_hf .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
}

.lf_hf .input-group-lg > .custom-select,
.lf_hf .input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.lf_hf .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

.lf_hf .nav-link.disabled {
    color: #777;
    pointer-events: none;
    cursor: default;
}

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

.lf_hf .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}♠

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

.lf_hf .nav-tabs .nav-link {
    border: 1px solid transparent;
}

.lf_hf .nav-tabs .nav-link:hover,
.lf_hf .nav-tabs .nav-link:focus {
    border-color: #eeeeee #eeeeee #dee2e6;
}

.lf_hf .nav-tabs .nav-link.disabled {
    color: #777;
    background-color: transparent;
    border-color: transparent;
}

.lf_hf .nav-tabs .nav-link.active,
.lf_hf .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.lf_hf .nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.lf_hf .nav-pills .nav-link.active,
.lf_hf .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #777;
}

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

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

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

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

.lf_hf .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.lf_hf .navbar .container,
.lf_hf .navbar .container-fluid,
.lf_hf .navbar .container-sm,
.lf_hf .navbar .container-md,
.lf_hf .navbar .container-lg,
.lf_hf .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.lf_hf .navbar-brand {
    display: inline-block;
    padding-top: 0.33594rem;
    padding-bottom: 0.33594rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap;
}

.lf_hf .navbar-brand:hover,
.lf_hf .navbar-brand:focus {
    text-decoration: none;
}

.lf_hf .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.lf_hf .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.lf_hf .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.lf_hf .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.lf_hf .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.lf_hf .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}

.lf_hf .navbar-toggler:hover,
.lf_hf .navbar-toggler:focus {
    text-decoration: none;
}

.lf_hf .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) {
    .lf_hf .navbar-expand-sm > .container,
    .lf_hf .navbar-expand-sm > .container-fluid,
    .lf_hf .navbar-expand-sm > .container-sm,
    .lf_hf .navbar-expand-sm > .container-md,
    .lf_hf .navbar-expand-sm > .container-lg,
    .lf_hf .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .lf_hf .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .lf_hf .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .lf_hf .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .lf_hf .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .lf_hf .navbar-expand-sm > .container,
    .lf_hf .navbar-expand-sm > .container-fluid,
    .lf_hf .navbar-expand-sm > .container-sm,
    .lf_hf .navbar-expand-sm > .container-md,
    .lf_hf .navbar-expand-sm > .container-lg,
    .lf_hf .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }

    .lf_hf .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .lf_hf .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .lf_hf .navbar-expand-md > .container,
    .lf_hf .navbar-expand-md > .container-fluid,
    .lf_hf .navbar-expand-md > .container-sm,
    .lf_hf .navbar-expand-md > .container-md,
    .lf_hf .navbar-expand-md > .container-lg,
    .lf_hf .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .lf_hf .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .lf_hf .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .lf_hf .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .lf_hf .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .lf_hf .navbar-expand-md > .container,
    .lf_hf .navbar-expand-md > .container-fluid,
    .lf_hf .navbar-expand-md > .container-sm,
    .lf_hf .navbar-expand-md > .container-md,
    .lf_hf .navbar-expand-md > .container-lg,
    .lf_hf .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }

    .lf_hf .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .lf_hf .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .lf_hf .navbar-expand-lg > .container,
    .lf_hf .navbar-expand-lg > .container-fluid,
    .lf_hf .navbar-expand-lg > .container-sm,
    .lf_hf .navbar-expand-lg > .container-md,
    .lf_hf .navbar-expand-lg > .container-lg,
    .lf_hf .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .lf_hf .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .lf_hf .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .lf_hf .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .lf_hf .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .lf_hf .navbar-expand-lg > .container,
    .lf_hf .navbar-expand-lg > .container-fluid,
    .lf_hf .navbar-expand-lg > .container-sm,
    .lf_hf .navbar-expand-lg > .container-md,
    .lf_hf .navbar-expand-lg > .container-lg,
    .lf_hf .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }

    .lf_hf .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .lf_hf .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1299.98px) {
    .lf_hf .navbar-expand-xl > .container,
    .lf_hf .navbar-expand-xl > .container-fluid,
    .lf_hf .navbar-expand-xl > .container-sm,
    .lf_hf .navbar-expand-xl > .container-md,
    .lf_hf .navbar-expand-xl > .container-lg,
    .lf_hf .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1300px) {
    .lf_hf .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .lf_hf .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .lf_hf .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .lf_hf .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .lf_hf .navbar-expand-xl > .container,
    .lf_hf .navbar-expand-xl > .container-fluid,
    .lf_hf .navbar-expand-xl > .container-sm,
    .lf_hf .navbar-expand-xl > .container-md,
    .lf_hf .navbar-expand-xl > .container-lg,
    .lf_hf .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }

    .lf_hf .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .lf_hf .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.lf_hf .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.lf_hf .navbar-expand > .container,
.lf_hf .navbar-expand > .container-fluid,
.lf_hf .navbar-expand > .container-sm,
.lf_hf .navbar-expand > .container-md,
.lf_hf .navbar-expand > .container-lg,
.lf_hf .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}

.lf_hf .navbar-expand .navbar-nav {
    flex-direction: row;
}

.lf_hf .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.lf_hf .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.lf_hf .navbar-expand > .container,
.lf_hf .navbar-expand > .container-fluid,
.lf_hf .navbar-expand > .container-sm,
.lf_hf .navbar-expand > .container-md,
.lf_hf .navbar-expand > .container-lg,
.lf_hf .navbar-expand > .container-xl {
    flex-wrap: nowrap;
}

.lf_hf .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.lf_hf .navbar-expand .navbar-toggler {
    display: none;
}

.lf_hf .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.lf_hf .navbar-light .navbar-brand:hover,
.lf_hf .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.lf_hf .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.lf_hf .navbar-light .navbar-nav .nav-link:hover,
.lf_hf .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.lf_hf .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.lf_hf .navbar-light .navbar-nav .show > .nav-link,
.lf_hf .navbar-light .navbar-nav .active > .nav-link,
.lf_hf .navbar-light .navbar-nav .nav-link.show,
.lf_hf .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.lf_hf .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

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

.lf_hf .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.lf_hf .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.lf_hf .navbar-light .navbar-text a:hover,
.lf_hf .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.lf_hf .navbar-dark .navbar-brand {
    color: #fff;
}

.lf_hf .navbar-dark .navbar-brand:hover,
.lf_hf .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.lf_hf .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.lf_hf .navbar-dark .navbar-nav .nav-link:hover,
.lf_hf .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.lf_hf .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.lf_hf .navbar-dark .navbar-nav .show > .nav-link,
.lf_hf .navbar-dark .navbar-nav .active > .nav-link,
.lf_hf .navbar-dark .navbar-nav .nav-link.show,
.lf_hf .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.lf_hf .navbar-dark .navbar-toggler {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

.lf_hf .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='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.lf_hf .navbar-dark .navbar-text {
    color: #fff;
}

.lf_hf .navbar-dark .navbar-text a {
    color: #fff;
}

.lf_hf .navbar-dark .navbar-text a:hover,
.lf_hf .navbar-dark .navbar-text a:focus {
    color: #fff;
}

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

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

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

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

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

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

.lf_hf .bg-primary {
    background-color: #e30613 !important;
}

.lf_hf a.bg-primary:hover,
.lf_hf a.bg-primary:focus,
.lf_hf button.bg-primary:hover,
.lf_hf button.bg-primary:focus {
    background-color: #b1050f !important;
}

.lf_hf .bg-secondary {
    background-color: #fde513 !important;
}

.lf_hf a.bg-secondary:hover,
.lf_hf a.bg-secondary:focus,
.lf_hf button.bg-secondary:hover,
.lf_hf button.bg-secondary:focus {
    background-color: #dbc502 !important;
}

.lf_hf .bg-success {
    background-color: #28a745 !important;
}

.lf_hf a.bg-success:hover,
.lf_hf a.bg-success:focus,
.lf_hf button.bg-success:hover,
.lf_hf button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.lf_hf .bg-info {
    background-color: #17a2b8 !important;
}

.lf_hf a.bg-info:hover,
.lf_hf a.bg-info:focus,
.lf_hf button.bg-info:hover,
.lf_hf button.bg-info:focus {
    background-color: #117a8b !important;
}

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

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

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

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

.lf_hf .bg-light {
    background-color: #f8f9fa !important;
}

.lf_hf a.bg-light:hover,
.lf_hf a.bg-light:focus,
.lf_hf button.bg-light:hover,
.lf_hf button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.lf_hf .bg-dark {
    background-color: #333 !important;
}

.lf_hf a.bg-dark:hover,
.lf_hf a.bg-dark:focus,
.lf_hf button.bg-dark:hover,
.lf_hf button.bg-dark:focus {
    background-color: #1a1a1a !important;
}

.lf_hf .bg-tertiary {
    background-color: #000 !important;
}

.lf_hf a.bg-tertiary:hover,
.lf_hf a.bg-tertiary:focus,
.lf_hf button.bg-tertiary:hover,
.lf_hf button.bg-tertiary:focus {
    background-color: black !important;
}

.lf_hf .bg-gray {
    background-color: #777 !important;
}

.lf_hf a.bg-gray:hover,
.lf_hf a.bg-gray:focus,
.lf_hf button.bg-gray:hover,
.lf_hf button.bg-gray:focus {
    background-color: #5e5e5e !important;
}

.lf_hf .bg-lightgray {
    background-color: #eeeeee !important;
}

.lf_hf a.bg-lightgray:hover,
.lf_hf a.bg-lightgray:focus,
.lf_hf button.bg-lightgray:hover,
.lf_hf button.bg-lightgray:focus {
    background-color: #d5d5d5 !important;
}

.lf_hf .bg-flash {
    background-color: #e30613 !important;
}

.lf_hf a.bg-flash:hover,
.lf_hf a.bg-flash:focus,
.lf_hf button.bg-flash:hover,
.lf_hf button.bg-flash:focus {
    background-color: #b1050f !important;
}

.lf_hf .bg-white {
    background-color: #fff !important;
}

.lf_hf .bg-transparent {
    background-color: transparent !important;
}

.lf_hf .border {
    border: 1px solid #ccc !important;
}

.lf_hf .border-top {
    border-top: 1px solid #ccc !important;
}

.lf_hf .border-right {
    border-right: 1px solid #ccc !important;
}

.lf_hf .border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.lf_hf .border-left {
    border-left: 1px solid #ccc !important;
}

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

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

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

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

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

.lf_hf .border-primary {
    border-color: #e30613 !important;
}

.lf_hf .border-secondary {
    border-color: #fde513 !important;
}

.lf_hf .border-success {
    border-color: #28a745 !important;
}

.lf_hf .border-info {
    border-color: #17a2b8 !important;
}

.lf_hf .border-warning {
    border-color: #fde513 !important;
}

.lf_hf .border-danger {
    border-color: #e30613 !important;
}

.lf_hf .border-light {
    border-color: #f8f9fa !important;
}

.lf_hf .border-dark {
    border-color: #333 !important;
}

.lf_hf .border-tertiary {
    border-color: #000 !important;
}

.lf_hf .border-gray {
    border-color: #777 !important;
}

.lf_hf .border-lightgray {
    border-color: #eeeeee !important;
}

.lf_hf .border-flash {
    border-color: #e30613 !important;
}

.lf_hf .border-white {
    border-color: #fff !important;
}

.lf_hf .rounded-sm {
    border-radius: 0.2rem !important;
}

.lf_hf .rounded {
    border-radius: 0.25rem !important;
}

.lf_hf .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.lf_hf .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.lf_hf .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.lf_hf .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.lf_hf .rounded-lg {
    border-radius: 0.3rem !important;
}

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

.lf_hf .rounded-pill {
    border-radius: 50rem !important;
}

.lf_hf .rounded-0 {
    border-radius: 0 !important;
}

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

.lf_hf .d-none {
    display: none !important;
}

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

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

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

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

.lf_hf .d-table-row {
    display: table-row !important;
}

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

.lf_hf .d-flex {
    display: flex !important;
}

.lf_hf .d-inline-flex {
    display: inline-flex !important;
}

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

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

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

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

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

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

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

    .lf_hf .d-sm-flex {
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .lf_hf .d-md-flex {
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .lf_hf .d-lg-flex {
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .lf_hf .d-xl-flex {
        display: flex !important;
    }

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

@media print {
    .lf_hf .d-print-none {
        display: none !important;
    }

    .lf_hf .d-print-inline {
        display: inline !important;
    }

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

    .lf_hf .d-print-block {
        display: block !important;
    }

    .lf_hf .d-print-table {
        display: table !important;
    }

    .lf_hf .d-print-table-row {
        display: table-row !important;
    }

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

    .lf_hf .d-print-flex {
        display: flex !important;
    }

    .lf_hf .d-print-inline-flex {
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .lf_hf .flex-sm-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .lf_hf .flex-md-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .lf_hf .flex-lg-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1300px) {
    .lf_hf .flex-xl-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lf_hf .float-left {
    float: left !important;
}

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

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

@media (min-width: 576px) {
    .lf_hf .float-sm-left {
        float: left !important;
    }

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

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

@media (min-width: 768px) {
    .lf_hf .float-md-left {
        float: left !important;
    }

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

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

@media (min-width: 992px) {
    .lf_hf .float-lg-left {
        float: left !important;
    }

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

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

@media (min-width: 1300px) {
    .lf_hf .float-xl-left {
        float: left !important;
    }

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

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

.lf_hf .overflow-auto {
    overflow: auto !important;
}

.lf_hf .overflow-hidden {
    overflow: hidden !important;
}

.lf_hf .position-static {
    position: static !important;
}

.lf_hf .position-relative {
    position: relative !important;
}

.lf_hf .position-absolute {
    position: absolute !important;
}

.lf_hf .position-fixed {
    position: fixed !important;
}

.lf_hf .position-sticky {
    position: sticky !important;
}

.lf_hf .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.lf_hf .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

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

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

.lf_hf .sr-only-focusable:active,
.lf_hf .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.lf_hf .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.lf_hf .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.lf_hf .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.lf_hf .shadow-none {
    box-shadow: none !important;
}

.lf_hf .w-25 {
    width: 25% !important;
}

.lf_hf .w-50 {
    width: 50% !important;
}

.lf_hf .w-75 {
    width: 75% !important;
}

.lf_hf .w-100 {
    width: 100% !important;
}

.lf_hf .w-auto {
    width: auto !important;
}

.lf_hf .h-25 {
    height: 25% !important;
}

.lf_hf .h-50 {
    height: 50% !important;
}

.lf_hf .h-75 {
    height: 75% !important;
}

.lf_hf .h-100 {
    height: 100% !important;
}

.lf_hf .h-auto {
    height: auto !important;
}

.lf_hf .mw-100 {
    max-width: 100% !important;
}

.lf_hf .mh-100 {
    max-height: 100% !important;
}

.lf_hf .min-vw-100 {
    min-width: 100vw !important;
}

.lf_hf .min-vh-100 {
    min-height: 100vh !important;
}

.lf_hf .vw-100 {
    width: 100vw !important;
}

.lf_hf .vh-100 {
    height: 100vh !important;
}

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

.lf_hf .m-0 {
    margin: 0 !important;
}

.lf_hf .mt-0,
.lf_hf .my-0 {
    margin-top: 0 !important;
}

.lf_hf .mr-0,
.lf_hf .mx-0 {
    margin-right: 0 !important;
}

.lf_hf .mb-0,
.lf_hf .my-0 {
    margin-bottom: 0 !important;
}

.lf_hf .ml-0,
.lf_hf .mx-0 {
    margin-left: 0 !important;
}

.lf_hf .m-1 {
    margin: 0.25rem !important;
}

.lf_hf .mt-1,
.lf_hf .my-1 {
    margin-top: 0.25rem !important;
}

.lf_hf .mr-1,
.lf_hf .mx-1 {
    margin-right: 0.25rem !important;
}

.lf_hf .mb-1,
.lf_hf .my-1 {
    margin-bottom: 0.25rem !important;
}

.lf_hf .ml-1,
.lf_hf .mx-1 {
    margin-left: 0.25rem !important;
}

.lf_hf .m-2 {
    margin: 0.5rem !important;
}

.lf_hf .mt-2,
.lf_hf .my-2 {
    margin-top: 0.5rem !important;
}

.lf_hf .mr-2,
.lf_hf .mx-2 {
    margin-right: 0.5rem !important;
}

.lf_hf .mb-2,
.lf_hf .my-2 {
    margin-bottom: 0.5rem !important;
}

.lf_hf .ml-2,
.lf_hf .mx-2 {
    margin-left: 0.5rem !important;
}

.lf_hf .m-3 {
    margin: 1rem !important;
}

.lf_hf .mt-3,
.lf_hf .my-3 {
    margin-top: 1rem !important;
}

.lf_hf .mr-3,
.lf_hf .mx-3 {
    margin-right: 1rem !important;
}

.lf_hf .mb-3,
.lf_hf .my-3 {
    margin-bottom: 1rem !important;
}

.lf_hf .ml-3,
.lf_hf .mx-3 {
    margin-left: 1rem !important;
}

.lf_hf .m-4 {
    margin: 1.5rem !important;
}

.lf_hf .mt-4,
.lf_hf .my-4 {
    margin-top: 1.5rem !important;
}

.lf_hf .mr-4,
.lf_hf .mx-4 {
    margin-right: 1.5rem !important;
}

.lf_hf .mb-4,
.lf_hf .my-4 {
    margin-bottom: 1.5rem !important;
}

.lf_hf .ml-4,
.lf_hf .mx-4 {
    margin-left: 1.5rem !important;
}

.lf_hf .m-5 {
    margin: 3rem !important;
}

.lf_hf .mt-5,
.lf_hf .my-5 {
    margin-top: 3rem !important;
}

.lf_hf .mr-5,
.lf_hf .mx-5 {
    margin-right: 3rem !important;
}

.lf_hf .mb-5,
.lf_hf .my-5 {
    margin-bottom: 3rem !important;
}

.lf_hf .ml-5,
.lf_hf .mx-5 {
    margin-left: 3rem !important;
}

.lf_hf .p-0 {
    padding: 0 !important;
}

.lf_hf .pt-0,
.lf_hf .py-0 {
    padding-top: 0 !important;
}

.lf_hf .pr-0,
.lf_hf .px-0 {
    padding-right: 0 !important;
}

.lf_hf .pb-0,
.lf_hf .py-0 {
    padding-bottom: 0 !important;
}

.lf_hf .pl-0,
.lf_hf .px-0 {
    padding-left: 0 !important;
}

.lf_hf .p-1 {
    padding: 0.25rem !important;
}

.lf_hf .pt-1,
.lf_hf .py-1 {
    padding-top: 0.25rem !important;
}

.lf_hf .pr-1,
.lf_hf .px-1 {
    padding-right: 0.25rem !important;
}

.lf_hf .pb-1,
.lf_hf .py-1 {
    padding-bottom: 0.25rem !important;
}

.lf_hf .pl-1,
.lf_hf .px-1 {
    padding-left: 0.25rem !important;
}

.lf_hf .p-2 {
    padding: 0.5rem !important;
}

.lf_hf .pt-2,
.lf_hf .py-2 {
    padding-top: 0.5rem !important;
}

.lf_hf .pr-2,
.lf_hf .px-2 {
    padding-right: 0.5rem !important;
}

.lf_hf .pb-2,
.lf_hf .py-2 {
    padding-bottom: 0.5rem !important;
}

.lf_hf .pl-2,
.lf_hf .px-2 {
    padding-left: 0.5rem !important;
}

.lf_hf .p-3 {
    padding: 1rem !important;
}

.lf_hf .pt-3,
.lf_hf .py-3 {
    padding-top: 1rem !important;
}

.lf_hf .pr-3,
.lf_hf .px-3 {
    padding-right: 1rem !important;
}

.lf_hf .pb-3,
.lf_hf .py-3 {
    padding-bottom: 1rem !important;
}

.lf_hf .pl-3,
.lf_hf .px-3 {
    padding-left: 1rem !important;
}

.lf_hf .p-4 {
    padding: 1.5rem !important;
}

.lf_hf .pt-4,
.lf_hf .py-4 {
    padding-top: 1.5rem !important;
}

.lf_hf .pr-4,
.lf_hf .px-4 {
    padding-right: 1.5rem !important;
}

.lf_hf .pb-4,
.lf_hf .py-4 {
    padding-bottom: 1.5rem !important;
}

.lf_hf .pl-4,
.lf_hf .px-4 {
    padding-left: 1.5rem !important;
}

.lf_hf .p-5 {
    padding: 3rem !important;
}

.lf_hf .pt-5,
.lf_hf .py-5 {
    padding-top: 3rem !important;
}

.lf_hf .pr-5,
.lf_hf .px-5 {
    padding-right: 3rem !important;
}

.lf_hf .pb-5,
.lf_hf .py-5 {
    padding-bottom: 3rem !important;
}

.lf_hf .pl-5,
.lf_hf .px-5 {
    padding-left: 3rem !important;
}

.lf_hf .m-n1 {
    margin: -0.25rem !important;
}

.lf_hf .mt-n1,
.lf_hf .my-n1 {
    margin-top: -0.25rem !important;
}

.lf_hf .mr-n1,
.lf_hf .mx-n1 {
    margin-right: -0.25rem !important;
}

.lf_hf .mb-n1,
.lf_hf .my-n1 {
    margin-bottom: -0.25rem !important;
}

.lf_hf .ml-n1,
.lf_hf .mx-n1 {
    margin-left: -0.25rem !important;
}

.lf_hf .m-n2 {
    margin: -0.5rem !important;
}

.lf_hf .mt-n2,
.lf_hf .my-n2 {
    margin-top: -0.5rem !important;
}

.lf_hf .mr-n2,
.lf_hf .mx-n2 {
    margin-right: -0.5rem !important;
}

.lf_hf .mb-n2,
.lf_hf .my-n2 {
    margin-bottom: -0.5rem !important;
}

.lf_hf .ml-n2,
.lf_hf .mx-n2 {
    margin-left: -0.5rem !important;
}

.lf_hf .m-n3 {
    margin: -1rem !important;
}

.lf_hf .mt-n3,
.lf_hf .my-n3 {
    margin-top: -1rem !important;
}

.lf_hf .mr-n3,
.lf_hf .mx-n3 {
    margin-right: -1rem !important;
}

.lf_hf .mb-n3,
.lf_hf .my-n3 {
    margin-bottom: -1rem !important;
}

.lf_hf .ml-n3,
.lf_hf .mx-n3 {
    margin-left: -1rem !important;
}

.lf_hf .m-n4 {
    margin: -1.5rem !important;
}

.lf_hf .mt-n4,
.lf_hf .my-n4 {
    margin-top: -1.5rem !important;
}

.lf_hf .mr-n4,
.lf_hf .mx-n4 {
    margin-right: -1.5rem !important;
}

.lf_hf .mb-n4,
.lf_hf .my-n4 {
    margin-bottom: -1.5rem !important;
}

.lf_hf .ml-n4,
.lf_hf .mx-n4 {
    margin-left: -1.5rem !important;
}

.lf_hf .m-n5 {
    margin: -3rem !important;
}

.lf_hf .mt-n5,
.lf_hf .my-n5 {
    margin-top: -3rem !important;
}

.lf_hf .mr-n5,
.lf_hf .mx-n5 {
    margin-right: -3rem !important;
}

.lf_hf .mb-n5,
.lf_hf .my-n5 {
    margin-bottom: -3rem !important;
}

.lf_hf .ml-n5,
.lf_hf .mx-n5 {
    margin-left: -3rem !important;
}

.lf_hf .m-auto {
    margin: auto !important;
}

.lf_hf .mt-auto,
.lf_hf .my-auto {
    margin-top: auto !important;
}

.lf_hf .mr-auto,
.lf_hf .mx-auto {
    margin-right: auto !important;
}

.lf_hf .mb-auto,
.lf_hf .my-auto {
    margin-bottom: auto !important;
}

.lf_hf .ml-auto,
.lf_hf .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .lf_hf .m-sm-0 {
        margin: 0 !important;
    }

    .lf_hf .mt-sm-0,
    .lf_hf .my-sm-0 {
        margin-top: 0 !important;
    }

    .lf_hf .mr-sm-0,
    .lf_hf .mx-sm-0 {
        margin-right: 0 !important;
    }

    .lf_hf .mb-sm-0,
    .lf_hf .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .lf_hf .ml-sm-0,
    .lf_hf .mx-sm-0 {
        margin-left: 0 !important;
    }

    .lf_hf .m-sm-1 {
        margin: 0.25rem !important;
    }

    .lf_hf .mt-sm-1,
    .lf_hf .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .lf_hf .mr-sm-1,
    .lf_hf .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .lf_hf .mb-sm-1,
    .lf_hf .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .lf_hf .ml-sm-1,
    .lf_hf .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .lf_hf .m-sm-2 {
        margin: 0.5rem !important;
    }

    .lf_hf .mt-sm-2,
    .lf_hf .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .lf_hf .mr-sm-2,
    .lf_hf .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .lf_hf .mb-sm-2,
    .lf_hf .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .lf_hf .ml-sm-2,
    .lf_hf .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .lf_hf .m-sm-3 {
        margin: 1rem !important;
    }

    .lf_hf .mt-sm-3,
    .lf_hf .my-sm-3 {
        margin-top: 1rem !important;
    }

    .lf_hf .mr-sm-3,
    .lf_hf .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .lf_hf .mb-sm-3,
    .lf_hf .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .lf_hf .ml-sm-3,
    .lf_hf .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .lf_hf .m-sm-4 {
        margin: 1.5rem !important;
    }

    .lf_hf .mt-sm-4,
    .lf_hf .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .lf_hf .mr-sm-4,
    .lf_hf .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .lf_hf .mb-sm-4,
    .lf_hf .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .lf_hf .ml-sm-4,
    .lf_hf .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .lf_hf .m-sm-5 {
        margin: 3rem !important;
    }

    .lf_hf .mt-sm-5,
    .lf_hf .my-sm-5 {
        margin-top: 3rem !important;
    }

    .lf_hf .mr-sm-5,
    .lf_hf .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .lf_hf .mb-sm-5,
    .lf_hf .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .lf_hf .ml-sm-5,
    .lf_hf .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .lf_hf .p-sm-0 {
        padding: 0 !important;
    }

    .lf_hf .pt-sm-0,
    .lf_hf .py-sm-0 {
        padding-top: 0 !important;
    }

    .lf_hf .pr-sm-0,
    .lf_hf .px-sm-0 {
        padding-right: 0 !important;
    }

    .lf_hf .pb-sm-0,
    .lf_hf .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .lf_hf .pl-sm-0,
    .lf_hf .px-sm-0 {
        padding-left: 0 !important;
    }

    .lf_hf .p-sm-1 {
        padding: 0.25rem !important;
    }

    .lf_hf .pt-sm-1,
    .lf_hf .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .lf_hf .pr-sm-1,
    .lf_hf .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .lf_hf .pb-sm-1,
    .lf_hf .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .lf_hf .pl-sm-1,
    .lf_hf .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .lf_hf .p-sm-2 {
        padding: 0.5rem !important;
    }

    .lf_hf .pt-sm-2,
    .lf_hf .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .lf_hf .pr-sm-2,
    .lf_hf .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .lf_hf .pb-sm-2,
    .lf_hf .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .lf_hf .pl-sm-2,
    .lf_hf .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .lf_hf .p-sm-3 {
        padding: 1rem !important;
    }

    .lf_hf .pt-sm-3,
    .lf_hf .py-sm-3 {
        padding-top: 1rem !important;
    }

    .lf_hf .pr-sm-3,
    .lf_hf .px-sm-3 {
        padding-right: 1rem !important;
    }

    .lf_hf .pb-sm-3,
    .lf_hf .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .lf_hf .pl-sm-3,
    .lf_hf .px-sm-3 {
        padding-left: 1rem !important;
    }

    .lf_hf .p-sm-4 {
        padding: 1.5rem !important;
    }

    .lf_hf .pt-sm-4,
    .lf_hf .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .lf_hf .pr-sm-4,
    .lf_hf .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .lf_hf .pb-sm-4,
    .lf_hf .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .lf_hf .pl-sm-4,
    .lf_hf .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .lf_hf .p-sm-5 {
        padding: 3rem !important;
    }

    .lf_hf .pt-sm-5,
    .lf_hf .py-sm-5 {
        padding-top: 3rem !important;
    }

    .lf_hf .pr-sm-5,
    .lf_hf .px-sm-5 {
        padding-right: 3rem !important;
    }

    .lf_hf .pb-sm-5,
    .lf_hf .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .lf_hf .pl-sm-5,
    .lf_hf .px-sm-5 {
        padding-left: 3rem !important;
    }

    .lf_hf .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .lf_hf .mt-sm-n1,
    .lf_hf .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .lf_hf .mr-sm-n1,
    .lf_hf .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .lf_hf .mb-sm-n1,
    .lf_hf .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .lf_hf .ml-sm-n1,
    .lf_hf .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .lf_hf .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .lf_hf .mt-sm-n2,
    .lf_hf .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .lf_hf .mr-sm-n2,
    .lf_hf .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .lf_hf .mb-sm-n2,
    .lf_hf .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .lf_hf .ml-sm-n2,
    .lf_hf .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .lf_hf .m-sm-n3 {
        margin: -1rem !important;
    }

    .lf_hf .mt-sm-n3,
    .lf_hf .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .lf_hf .mr-sm-n3,
    .lf_hf .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .lf_hf .mb-sm-n3,
    .lf_hf .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .lf_hf .ml-sm-n3,
    .lf_hf .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .lf_hf .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .lf_hf .mt-sm-n4,
    .lf_hf .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .lf_hf .mr-sm-n4,
    .lf_hf .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .lf_hf .mb-sm-n4,
    .lf_hf .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .lf_hf .ml-sm-n4,
    .lf_hf .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .lf_hf .m-sm-n5 {
        margin: -3rem !important;
    }

    .lf_hf .mt-sm-n5,
    .lf_hf .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .lf_hf .mr-sm-n5,
    .lf_hf .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .lf_hf .mb-sm-n5,
    .lf_hf .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .lf_hf .ml-sm-n5,
    .lf_hf .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .lf_hf .m-sm-auto {
        margin: auto !important;
    }

    .lf_hf .mt-sm-auto,
    .lf_hf .my-sm-auto {
        margin-top: auto !important;
    }

    .lf_hf .mr-sm-auto,
    .lf_hf .mx-sm-auto {
        margin-right: auto !important;
    }

    .lf_hf .mb-sm-auto,
    .lf_hf .my-sm-auto {
        margin-bottom: auto !important;
    }

    .lf_hf .ml-sm-auto,
    .lf_hf .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .lf_hf .m-md-0 {
        margin: 0 !important;
    }

    .lf_hf .mt-md-0,
    .lf_hf .my-md-0 {
        margin-top: 0 !important;
    }

    .lf_hf .mr-md-0,
    .lf_hf .mx-md-0 {
        margin-right: 0 !important;
    }

    .lf_hf .mb-md-0,
    .lf_hf .my-md-0 {
        margin-bottom: 0 !important;
    }

    .lf_hf .ml-md-0,
    .lf_hf .mx-md-0 {
        margin-left: 0 !important;
    }

    .lf_hf .m-md-1 {
        margin: 0.25rem !important;
    }

    .lf_hf .mt-md-1,
    .lf_hf .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .lf_hf .mr-md-1,
    .lf_hf .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .lf_hf .mb-md-1,
    .lf_hf .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .lf_hf .ml-md-1,
    .lf_hf .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .lf_hf .m-md-2 {
        margin: 0.5rem !important;
    }

    .lf_hf .mt-md-2,
    .lf_hf .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .lf_hf .mr-md-2,
    .lf_hf .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .lf_hf .mb-md-2,
    .lf_hf .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .lf_hf .ml-md-2,
    .lf_hf .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .lf_hf .m-md-3 {
        margin: 1rem !important;
    }

    .lf_hf .mt-md-3,
    .lf_hf .my-md-3 {
        margin-top: 1rem !important;
    }

    .lf_hf .mr-md-3,
    .lf_hf .mx-md-3 {
        margin-right: 1rem !important;
    }

    .lf_hf .mb-md-3,
    .lf_hf .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .lf_hf .ml-md-3,
    .lf_hf .mx-md-3 {
        margin-left: 1rem !important;
    }

    .lf_hf .m-md-4 {
        margin: 1.5rem !important;
    }

    .lf_hf .mt-md-4,
    .lf_hf .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .lf_hf .mr-md-4,
    .lf_hf .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .lf_hf .mb-md-4,
    .lf_hf .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .lf_hf .ml-md-4,
    .lf_hf .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .lf_hf .m-md-5 {
        margin: 3rem !important;
    }

    .lf_hf .mt-md-5,
    .lf_hf .my-md-5 {
        margin-top: 3rem !important;
    }

    .lf_hf .mr-md-5,
    .lf_hf .mx-md-5 {
        margin-right: 3rem !important;
    }

    .lf_hf .mb-md-5,
    .lf_hf .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .lf_hf .ml-md-5,
    .lf_hf .mx-md-5 {
        margin-left: 3rem !important;
    }

    .lf_hf .p-md-0 {
        padding: 0 !important;
    }

    .lf_hf .pt-md-0,
    .lf_hf .py-md-0 {
        padding-top: 0 !important;
    }

    .lf_hf .pr-md-0,
    .lf_hf .px-md-0 {
        padding-right: 0 !important;
    }

    .lf_hf .pb-md-0,
    .lf_hf .py-md-0 {
        padding-bottom: 0 !important;
    }

    .lf_hf .pl-md-0,
    .lf_hf .px-md-0 {
        padding-left: 0 !important;
    }

    .lf_hf .p-md-1 {
        padding: 0.25rem !important;
    }

    .lf_hf .pt-md-1,
    .lf_hf .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .lf_hf .pr-md-1,
    .lf_hf .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .lf_hf .pb-md-1,
    .lf_hf .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .lf_hf .pl-md-1,
    .lf_hf .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .lf_hf .p-md-2 {
        padding: 0.5rem !important;
    }

    .lf_hf .pt-md-2,
    .lf_hf .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .lf_hf .pr-md-2,
    .lf_hf .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .lf_hf .pb-md-2,
    .lf_hf .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .lf_hf .pl-md-2,
    .lf_hf .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .lf_hf .p-md-3 {
        padding: 1rem !important;
    }

    .lf_hf .pt-md-3,
    .lf_hf .py-md-3 {
        padding-top: 1rem !important;
    }

    .lf_hf .pr-md-3,
    .lf_hf .px-md-3 {
        padding-right: 1rem !important;
    }

    .lf_hf .pb-md-3,
    .lf_hf .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .lf_hf .pl-md-3,
    .lf_hf .px-md-3 {
        padding-left: 1rem !important;
    }

    .lf_hf .p-md-4 {
        padding: 1.5rem !important;
    }

    .lf_hf .pt-md-4,
    .lf_hf .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .lf_hf .pr-md-4,
    .lf_hf .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .lf_hf .pb-md-4,
    .lf_hf .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .lf_hf .pl-md-4,
    .lf_hf .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .lf_hf .p-md-5 {
        padding: 3rem !important;
    }

    .lf_hf .pt-md-5,
    .lf_hf .py-md-5 {
        padding-top: 3rem !important;
    }

    .lf_hf .pr-md-5,
    .lf_hf .px-md-5 {
        padding-right: 3rem !important;
    }

    .lf_hf .pb-md-5,
    .lf_hf .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .lf_hf .pl-md-5,
    .lf_hf .px-md-5 {
        padding-left: 3rem !important;
    }

    .lf_hf .m-md-n1 {
        margin: -0.25rem !important;
    }

    .lf_hf .mt-md-n1,
    .lf_hf .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .lf_hf .mr-md-n1,
    .lf_hf .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .lf_hf .mb-md-n1,
    .lf_hf .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .lf_hf .ml-md-n1,
    .lf_hf .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .lf_hf .m-md-n2 {
        margin: -0.5rem !important;
    }

    .lf_hf .mt-md-n2,
    .lf_hf .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .lf_hf .mr-md-n2,
    .lf_hf .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .lf_hf .mb-md-n2,
    .lf_hf .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .lf_hf .ml-md-n2,
    .lf_hf .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .lf_hf .m-md-n3 {
        margin: -1rem !important;
    }

    .lf_hf .mt-md-n3,
    .lf_hf .my-md-n3 {
        margin-top: -1rem !important;
    }

    .lf_hf .mr-md-n3,
    .lf_hf .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .lf_hf .mb-md-n3,
    .lf_hf .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .lf_hf .ml-md-n3,
    .lf_hf .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .lf_hf .m-md-n4 {
        margin: -1.5rem !important;
    }

    .lf_hf .mt-md-n4,
    .lf_hf .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .lf_hf .mr-md-n4,
    .lf_hf .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .lf_hf .mb-md-n4,
    .lf_hf .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .lf_hf .ml-md-n4,
    .lf_hf .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .lf_hf .m-md-n5 {
        margin: -3rem !important;
    }

    .lf_hf .mt-md-n5,
    .lf_hf .my-md-n5 {
        margin-top: -3rem !important;
    }

    .lf_hf .mr-md-n5,
    .lf_hf .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .lf_hf .mb-md-n5,
    .lf_hf .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .lf_hf .ml-md-n5,
    .lf_hf .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .lf_hf .m-md-auto {
        margin: auto !important;
    }

    .lf_hf .mt-md-auto,
    .lf_hf .my-md-auto {
        margin-top: auto !important;
    }

    .lf_hf .mr-md-auto,
    .lf_hf .mx-md-auto {
        margin-right: auto !important;
    }

    .lf_hf .mb-md-auto,
    .lf_hf .my-md-auto {
        margin-bottom: auto !important;
    }

    .lf_hf .ml-md-auto,
    .lf_hf .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .lf_hf .m-lg-0 {
        margin: 0 !important;
    }

    .lf_hf .mt-lg-0,
    .lf_hf .my-lg-0 {
        margin-top: 0 !important;
    }

    .lf_hf .mr-lg-0,
    .lf_hf .mx-lg-0 {
        margin-right: 0 !important;
    }

    .lf_hf .mb-lg-0,
    .lf_hf .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .lf_hf .ml-lg-0,
    .lf_hf .mx-lg-0 {
        margin-left: 0 !important;
    }

    .lf_hf .m-lg-1 {
        margin: 0.25rem !important;
    }

    .lf_hf .mt-lg-1,
    .lf_hf .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .lf_hf .mr-lg-1,
    .lf_hf .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .lf_hf .mb-lg-1,
    .lf_hf .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .lf_hf .ml-lg-1,
    .lf_hf .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .lf_hf .m-lg-2 {
        margin: 0.5rem !important;
    }

    .lf_hf .mt-lg-2,
    .lf_hf .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .lf_hf .mr-lg-2,
    .lf_hf .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .lf_hf .mb-lg-2,
    .lf_hf .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .lf_hf .ml-lg-2,
    .lf_hf .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .lf_hf .m-lg-3 {
        margin: 1rem !important;
    }

    .lf_hf .mt-lg-3,
    .lf_hf .my-lg-3 {
        margin-top: 1rem !important;
    }

    .lf_hf .mr-lg-3,
    .lf_hf .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .lf_hf .mb-lg-3,
    .lf_hf .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .lf_hf .ml-lg-3,
    .lf_hf .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .lf_hf .m-lg-4 {
        margin: 1.5rem !important;
    }

    .lf_hf .mt-lg-4,
    .lf_hf .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .lf_hf .mr-lg-4,
    .lf_hf .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .lf_hf .mb-lg-4,
    .lf_hf .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .lf_hf .ml-lg-4,
    .lf_hf .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .lf_hf .m-lg-5 {
        margin: 3rem !important;
    }

    .lf_hf .mt-lg-5,
    .lf_hf .my-lg-5 {
        margin-top: 3rem !important;
    }

    .lf_hf .mr-lg-5,
    .lf_hf .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .lf_hf .mb-lg-5,
    .lf_hf .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .lf_hf .ml-lg-5,
    .lf_hf .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .lf_hf .p-lg-0 {
        padding: 0 !important;
    }

    .lf_hf .pt-lg-0,
    .lf_hf .py-lg-0 {
        padding-top: 0 !important;
    }

    .lf_hf .pr-lg-0,
    .lf_hf .px-lg-0 {
        padding-right: 0 !important;
    }

    .lf_hf .pb-lg-0,
    .lf_hf .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .lf_hf .pl-lg-0,
    .lf_hf .px-lg-0 {
        padding-left: 0 !important;
    }

    .lf_hf .p-lg-1 {
        padding: 0.25rem !important;
    }

    .lf_hf .pt-lg-1,
    .lf_hf .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .lf_hf .pr-lg-1,
    .lf_hf .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .lf_hf .pb-lg-1,
    .lf_hf .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .lf_hf .pl-lg-1,
    .lf_hf .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .lf_hf .p-lg-2 {
        padding: 0.5rem !important;
    }

    .lf_hf .pt-lg-2,
    .lf_hf .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .lf_hf .pr-lg-2,
    .lf_hf .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .lf_hf .pb-lg-2,
    .lf_hf .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .lf_hf .pl-lg-2,
    .lf_hf .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .lf_hf .p-lg-3 {
        padding: 1rem !important;
    }

    .lf_hf .pt-lg-3,
    .lf_hf .py-lg-3 {
        padding-top: 1rem !important;
    }

    .lf_hf .pr-lg-3,
    .lf_hf .px-lg-3 {
        padding-right: 1rem !important;
    }

    .lf_hf .pb-lg-3,
    .lf_hf .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .lf_hf .pl-lg-3,
    .lf_hf .px-lg-3 {
        padding-left: 1rem !important;
    }

    .lf_hf .p-lg-4 {
        padding: 1.5rem !important;
    }

    .lf_hf .pt-lg-4,
    .lf_hf .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .lf_hf .pr-lg-4,
    .lf_hf .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .lf_hf .pb-lg-4,
    .lf_hf .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .lf_hf .pl-lg-4,
    .lf_hf .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .lf_hf .p-lg-5 {
        padding: 3rem !important;
    }

    .lf_hf .pt-lg-5,
    .lf_hf .py-lg-5 {
        padding-top: 3rem !important;
    }

    .lf_hf .pr-lg-5,
    .lf_hf .px-lg-5 {
        padding-right: 3rem !important;
    }

    .lf_hf .pb-lg-5,
    .lf_hf .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .lf_hf .pl-lg-5,
    .lf_hf .px-lg-5 {
        padding-left: 3rem !important;
    }

    .lf_hf .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .lf_hf .mt-lg-n1,
    .lf_hf .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .lf_hf .mr-lg-n1,
    .lf_hf .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .lf_hf .mb-lg-n1,
    .lf_hf .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .lf_hf .ml-lg-n1,
    .lf_hf .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .lf_hf .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .lf_hf .mt-lg-n2,
    .lf_hf .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .lf_hf .mr-lg-n2,
    .lf_hf .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .lf_hf .mb-lg-n2,
    .lf_hf .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .lf_hf .ml-lg-n2,
    .lf_hf .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .lf_hf .m-lg-n3 {
        margin: -1rem !important;
    }

    .lf_hf .mt-lg-n3,
    .lf_hf .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .lf_hf .mr-lg-n3,
    .lf_hf .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .lf_hf .mb-lg-n3,
    .lf_hf .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .lf_hf .ml-lg-n3,
    .lf_hf .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .lf_hf .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .lf_hf .mt-lg-n4,
    .lf_hf .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .lf_hf .mr-lg-n4,
    .lf_hf .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .lf_hf .mb-lg-n4,
    .lf_hf .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .lf_hf .ml-lg-n4,
    .lf_hf .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .lf_hf .m-lg-n5 {
        margin: -3rem !important;
    }

    .lf_hf .mt-lg-n5,
    .lf_hf .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .lf_hf .mr-lg-n5,
    .lf_hf .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .lf_hf .mb-lg-n5,
    .lf_hf .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .lf_hf .ml-lg-n5,
    .lf_hf .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .lf_hf .m-lg-auto {
        margin: auto !important;
    }

    .lf_hf .mt-lg-auto,
    .lf_hf .my-lg-auto {
        margin-top: auto !important;
    }

    .lf_hf .mr-lg-auto,
    .lf_hf .mx-lg-auto {
        margin-right: auto !important;
    }

    .lf_hf .mb-lg-auto,
    .lf_hf .my-lg-auto {
        margin-bottom: auto !important;
    }

    .lf_hf .ml-lg-auto,
    .lf_hf .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1300px) {
    .lf_hf .m-xl-0 {
        margin: 0 !important;
    }

    .lf_hf .mt-xl-0,
    .lf_hf .my-xl-0 {
        margin-top: 0 !important;
    }

    .lf_hf .mr-xl-0,
    .lf_hf .mx-xl-0 {
        margin-right: 0 !important;
    }

    .lf_hf .mb-xl-0,
    .lf_hf .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .lf_hf .ml-xl-0,
    .lf_hf .mx-xl-0 {
        margin-left: 0 !important;
    }

    .lf_hf .m-xl-1 {
        margin: 0.25rem !important;
    }

    .lf_hf .mt-xl-1,
    .lf_hf .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .lf_hf .mr-xl-1,
    .lf_hf .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .lf_hf .mb-xl-1,
    .lf_hf .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .lf_hf .ml-xl-1,
    .lf_hf .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .lf_hf .m-xl-2 {
        margin: 0.5rem !important;
    }

    .lf_hf .mt-xl-2,
    .lf_hf .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .lf_hf .mr-xl-2,
    .lf_hf .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .lf_hf .mb-xl-2,
    .lf_hf .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .lf_hf .ml-xl-2,
    .lf_hf .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .lf_hf .m-xl-3 {
        margin: 1rem !important;
    }

    .lf_hf .mt-xl-3,
    .lf_hf .my-xl-3 {
        margin-top: 1rem !important;
    }

    .lf_hf .mr-xl-3,
    .lf_hf .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .lf_hf .mb-xl-3,
    .lf_hf .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .lf_hf .ml-xl-3,
    .lf_hf .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .lf_hf .m-xl-4 {
        margin: 1.5rem !important;
    }

    .lf_hf .mt-xl-4,
    .lf_hf .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .lf_hf .mr-xl-4,
    .lf_hf .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .lf_hf .mb-xl-4,
    .lf_hf .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .lf_hf .ml-xl-4,
    .lf_hf .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .lf_hf .m-xl-5 {
        margin: 3rem !important;
    }

    .lf_hf .mt-xl-5,
    .lf_hf .my-xl-5 {
        margin-top: 3rem !important;
    }

    .lf_hf .mr-xl-5,
    .lf_hf .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .lf_hf .mb-xl-5,
    .lf_hf .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .lf_hf .ml-xl-5,
    .lf_hf .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .lf_hf .p-xl-0 {
        padding: 0 !important;
    }

    .lf_hf .pt-xl-0,
    .lf_hf .py-xl-0 {
        padding-top: 0 !important;
    }

    .lf_hf .pr-xl-0,
    .lf_hf .px-xl-0 {
        padding-right: 0 !important;
    }

    .lf_hf .pb-xl-0,
    .lf_hf .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .lf_hf .pl-xl-0,
    .lf_hf .px-xl-0 {
        padding-left: 0 !important;
    }

    .lf_hf .p-xl-1 {
        padding: 0.25rem !important;
    }

    .lf_hf .pt-xl-1,
    .lf_hf .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .lf_hf .pr-xl-1,
    .lf_hf .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .lf_hf .pb-xl-1,
    .lf_hf .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .lf_hf .pl-xl-1,
    .lf_hf .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .lf_hf .p-xl-2 {
        padding: 0.5rem !important;
    }

    .lf_hf .pt-xl-2,
    .lf_hf .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .lf_hf .pr-xl-2,
    .lf_hf .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .lf_hf .pb-xl-2,
    .lf_hf .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .lf_hf .pl-xl-2,
    .lf_hf .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .lf_hf .p-xl-3 {
        padding: 1rem !important;
    }

    .lf_hf .pt-xl-3,
    .lf_hf .py-xl-3 {
        padding-top: 1rem !important;
    }

    .lf_hf .pr-xl-3,
    .lf_hf .px-xl-3 {
        padding-right: 1rem !important;
    }

    .lf_hf .pb-xl-3,
    .lf_hf .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .lf_hf .pl-xl-3,
    .lf_hf .px-xl-3 {
        padding-left: 1rem !important;
    }

    .lf_hf .p-xl-4 {
        padding: 1.5rem !important;
    }

    .lf_hf .pt-xl-4,
    .lf_hf .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .lf_hf .pr-xl-4,
    .lf_hf .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .lf_hf .pb-xl-4,
    .lf_hf .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .lf_hf .pl-xl-4,
    .lf_hf .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .lf_hf .p-xl-5 {
        padding: 3rem !important;
    }

    .lf_hf .pt-xl-5,
    .lf_hf .py-xl-5 {
        padding-top: 3rem !important;
    }

    .lf_hf .pr-xl-5,
    .lf_hf .px-xl-5 {
        padding-right: 3rem !important;
    }

    .lf_hf .pb-xl-5,
    .lf_hf .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .lf_hf .pl-xl-5,
    .lf_hf .px-xl-5 {
        padding-left: 3rem !important;
    }

    .lf_hf .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .lf_hf .mt-xl-n1,
    .lf_hf .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .lf_hf .mr-xl-n1,
    .lf_hf .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .lf_hf .mb-xl-n1,
    .lf_hf .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .lf_hf .ml-xl-n1,
    .lf_hf .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .lf_hf .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .lf_hf .mt-xl-n2,
    .lf_hf .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .lf_hf .mr-xl-n2,
    .lf_hf .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .lf_hf .mb-xl-n2,
    .lf_hf .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .lf_hf .ml-xl-n2,
    .lf_hf .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .lf_hf .m-xl-n3 {
        margin: -1rem !important;
    }

    .lf_hf .mt-xl-n3,
    .lf_hf .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .lf_hf .mr-xl-n3,
    .lf_hf .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .lf_hf .mb-xl-n3,
    .lf_hf .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .lf_hf .ml-xl-n3,
    .lf_hf .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .lf_hf .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .lf_hf .mt-xl-n4,
    .lf_hf .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .lf_hf .mr-xl-n4,
    .lf_hf .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .lf_hf .mb-xl-n4,
    .lf_hf .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .lf_hf .ml-xl-n4,
    .lf_hf .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .lf_hf .m-xl-n5 {
        margin: -3rem !important;
    }

    .lf_hf .mt-xl-n5,
    .lf_hf .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .lf_hf .mr-xl-n5,
    .lf_hf .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .lf_hf .mb-xl-n5,
    .lf_hf .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .lf_hf .ml-xl-n5,
    .lf_hf .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .lf_hf .m-xl-auto {
        margin: auto !important;
    }

    .lf_hf .mt-xl-auto,
    .lf_hf .my-xl-auto {
        margin-top: auto !important;
    }

    .lf_hf .mr-xl-auto,
    .lf_hf .mx-xl-auto {
        margin-right: auto !important;
    }

    .lf_hf .mb-xl-auto,
    .lf_hf .my-xl-auto {
        margin-bottom: auto !important;
    }

    .lf_hf .ml-xl-auto,
    .lf_hf .mx-xl-auto {
        margin-left: auto !important;
    }
}

.lf_hf .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.lf_hf .text-justify {
    text-align: justify !important;
}

.lf_hf .text-wrap {
    white-space: normal !important;
}

.lf_hf .text-nowrap {
    white-space: nowrap !important;
}

.lf_hf .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lf_hf .text-left {
    text-align: left !important;
}

.lf_hf .text-right {
    text-align: right !important;
}

.lf_hf .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .lf_hf .text-sm-left {
        text-align: left !important;
    }

    .lf_hf .text-sm-right {
        text-align: right !important;
    }

    .lf_hf .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .lf_hf .text-md-left {
        text-align: left !important;
    }

    .lf_hf .text-md-right {
        text-align: right !important;
    }

    .lf_hf .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .lf_hf .text-lg-left {
        text-align: left !important;
    }

    .lf_hf .text-lg-right {
        text-align: right !important;
    }

    .lf_hf .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1300px) {
    .lf_hf .text-xl-left {
        text-align: left !important;
    }

    .lf_hf .text-xl-right {
        text-align: right !important;
    }

    .lf_hf .text-xl-center {
        text-align: center !important;
    }
}

.lf_hf .text-lowercase {
    text-transform: lowercase !important;
}

.lf_hf .text-uppercase {
    text-transform: uppercase !important;
}

.lf_hf .text-capitalize {
    text-transform: capitalize !important;
}

.lf_hf .font-weight-light {
    font-weight: 300 !important;
}

.lf_hf .font-weight-lighter {
    font-weight: lighter !important;
}

.lf_hf .font-weight-normal {
    font-weight: 400 !important;
}

.lf_hf .font-weight-bold {
    font-weight: 700 !important;
}

.lf_hf .font-weight-bolder {
    font-weight: bolder !important;
}

.lf_hf .font-italic {
    font-style: italic !important;
}

.lf_hf .text-white {
    color: #fff !important;
}

.lf_hf .text-primary {
    color: #e30613 !important;
}

.lf_hf a.text-primary:hover,
.lf_hf a.text-primary:focus {
    color: #98040d !important;
}

.lf_hf .text-secondary {
    color: #fde513 !important;
}

.lf_hf a.text-secondary:hover,
.lf_hf a.text-secondary:focus {
    color: #c2ae02 !important;
}

.lf_hf .text-success {
    color: #28a745 !important;
}

.lf_hf a.text-success:hover,
.lf_hf a.text-success:focus {
    color: #19692c !important;
}

.lf_hf .text-info {
    color: #17a2b8 !important;
}

.lf_hf a.text-info:hover,
.lf_hf a.text-info:focus {
    color: #0f6674 !important;
}

.lf_hf .text-warning {
    color: #fde513 !important;
}

.lf_hf a.text-warning:hover,
.lf_hf a.text-warning:focus {
    color: #c2ae02 !important;
}

.lf_hf .text-danger {
    color: #e30613 !important;
}

.lf_hf a.text-danger:hover,
.lf_hf a.text-danger:focus {
    color: #98040d !important;
}

.lf_hf .text-light {
    color: #f8f9fa !important;
}

.lf_hf a.text-light:hover,
.lf_hf a.text-light:focus {
    color: #cbd3da !important;
}

.lf_hf .text-dark {
    color: #333 !important;
}

.lf_hf a.text-dark:hover,
.lf_hf a.text-dark:focus {
    color: #0d0d0d !important;
}

.lf_hf .text-tertiary {
    color: #000 !important;
}

.lf_hf a.text-tertiary:hover,
.lf_hf a.text-tertiary:focus {
    color: black !important;
}

.lf_hf .text-gray {
    color: #777 !important;
}

.lf_hf a.text-gray:hover,
.lf_hf a.text-gray:focus {
    color: #515151 !important;
}

.lf_hf .text-lightgray {
    color: #eeeeee !important;
}

.lf_hf a.text-lightgray:hover,
.lf_hf a.text-lightgray:focus {
    color: #c8c8c8 !important;
}

.lf_hf .text-flash {
    color: #e30613 !important;
}

.lf_hf a.text-flash:hover,
.lf_hf a.text-flash:focus {
    color: #98040d !important;
}

.lf_hf .text-body {
    color: #333 !important;
}

.lf_hf .text-muted {
    color: #777 !important;
}

.lf_hf .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.lf_hf .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.lf_hf .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.lf_hf .text-decoration-none {
    text-decoration: none !important;
}

.lf_hf .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

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

.lf_hf .visible {
    visibility: visible !important;
}

.lf_hf .invisible {
    visibility: hidden !important;
}

.lf_hf .flex-basis-50 {
    flex-basis: 50%;
}

.lf_hf .btn {
    text-transform: uppercase;
}

.lf_hf .icon {
    height: 2.50rem;
    width: 2.50rem;
    vertical-align: top;
    fill: currentColor;
}

.lf_hf .icon-scale,
.lf_hf .btn > .icon {
    /* Allow icon to scale with .btn's font-size */
    height: 1em;
    width: 1em;
    /* Align icon with text */
    vertical-align: -0.15em;
}

.lf_hf [data-toggle="collapse"] .icon-menu-down,
.lf_hf [data-toggle="collapse"].collapsed .icon-menu-up {
    display: none;
}

.lf_hf [data-toggle="collapse"] .icon-menu-up,
.lf_hf [data-toggle="collapse"].collapsed .icon-menu-down {
    display: block;
}

.lf_hf .icon-25 {
    height: 25px;
    width: 25px;
}

.lf_hf hr {
    border-color: #ccc;
}

.lf_hf .border-block {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.lf_hf .cursor-pointer {
    cursor: pointer;
}

.lf_hf .section {
    margin-bottom: 20px;
}

.lf_hf .title-block {
    background-color: #eeeeee;
}

.lf_hf .title-block h2 {
    color: #333;
    font-size: .875rem;
    padding: 10px 5px;
    text-align: center;
}

.lf_hf .navbar-services .icon {
    display: block;
    margin: 0 auto;
}

.lf_hf .navbar-services .nav-link {
    color: #333;
    cursor: pointer;
    font-size: 0.8rem;
    white-space: nowrap;
}

.lf_hf .navbar-bottom-border {
    border-bottom: 1px solid #333;
    margin-left: 0;
}

.lf_hf .form-search {
    position: relative;
}

.lf_hf .input-group-append {
    margin-left: 0;
}

.lf_hf .input-group-append > .btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.lf_hf .form-search .btn-search {
    padding: 0.4rem;
}

.lf_hf .form-search .icon {
    height: 1.25rem;
    width: 1.25rem;
}

.lf_hf .logo {
    width: 100px;
}

@media (min-width: 768px) {
    .lf_hf .navbar-services {
        flex: 0 0 400px;
        margin-left: 20px;
    }

    .lf_hf .form-search .input-group {
        height: 50px;
    }

    .lf_hf .form-search .input-search {
        min-height: 100%;
    }

    .lf_hf .search-articles {
        height: 50px;
    }

    .lf_hf .form-search .btn {
        padding: 0.75rem;
    }

    .lf_hf .form-search .icon {
        height: 1.5rem;
        vertical-align: middle;
        width: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .lf_hf .container .navbar-services-mobile .navbar-services .icon + span {
        display: none;
    }

    .lf_hf .container .navbar-services-mobile .form-search {
        margin-top: 110px;
    }

    .lf_hf .navbar-services {
        flex-wrap: inherit;
    }
}

@media (max-width: 1299.98px) {
    .lf_hf .container .navbar-services-mobile form {
        margin-top: 130px;
    }

    .lf_hf .container .navbar-services-mobile .navbar-services {
        align-items: center;
        background: #fff;
        padding: 2px 15px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .lf_hf .navbar-services .nav-link {
        white-space: initial;
    }
}

@media (max-width: 767.98px) {
    .lf_hf .navbar-services .nav-item {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.lf_hf .navbar-gray .navbar-brand {
    color: #fff;
}

.lf_hf .navbar-gray .navbar-brand:hover,
.lf_hf .navbar-gray .navbar-brand:focus {
    color: #fff;
}

.lf_hf .navbar-gray .navbar-nav .nav-link {
    color: #fff;
}

.lf_hf .navbar-gray .navbar-nav .nav-link:hover,
.lf_hf .navbar-gray .navbar-nav .nav-link:focus {
    color: rgba(227, 6, 19, 0.75);
}

.lf_hf .navbar-gray .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.lf_hf .navbar-gray .navbar-nav .show > .nav-link,
.lf_hf .navbar-gray .navbar-nav .active > .nav-link,
.lf_hf .navbar-gray .navbar-nav .nav-link.show,
.lf_hf .navbar-gray .navbar-nav .nav-link.active {
    color: #fff;
}

.lf_hf .navbar-gray .navbar-toggler {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

.lf_hf .navbar-gray .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='#fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.lf_hf .navbar-gray .navbar-text {
    color: #fff;
}

.lf_hf .navbar-gray .navbar-text a {
    color: #fff;
}

.lf_hf .navbar-gray .navbar-text a:hover,
.lf_hf .navbar-gray .navbar-text a:focus {
    color: #fff;
}

.lf_hf .breadcrumb {
    background-color: transparent;
}

.lf_hf .breadcrumb a {
    color: inherit;
}

.lf_hf .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.lf_hf .navbar-expand-xl .navbar-nav .a-lvl-2 {
    color: #e30613;
}

.lf_hf .navbar-expand-xl .ul-lvl-2 {
    background-color: #fff;
    color: #777;
}

.lf_hf .navbar-gray .navbar-nav .a-lvl-3 {
    color: #777;
}

.lf_hf .li-lvl-1:hover {
    background-color: #333;
}

.lf_hf .navbar-gray .navbar-nav .a-lvl-2:hover {
    color: #e30613;
}

@media (min-width: 1300px) {
    .lf_hf .ul-lvl-1 .li-lvl-1 + .li-lvl-1 {
        border-left: 1px solid #fff;
    }

    .lf_hf .navbar-gray .navbar-nav .a-lvl-1:hover,
    .lf_hf .navbar-gray .navbar-nav .a-lvl-1:active,
    .lf_hf .navbar-gray .navbar-nav .a-lvl-1:focus {
        color: #fff;
    }

    .lf_hf .ul-lvl-2 {
        border-left: 1px solid #777;
        border-right: 1px solid #777;
        border-top: none;
    }
}

@media (max-width: 1299.98px) {
    .lf_hf .ul-lvl-1 .li-lvl-1:first-child {
        border-top: 2px solid #fff;
    }

    .lf_hf .navbar-gray .navbar-nav .nav-link.a-lvl-1 {
        padding-top: 0.75rem;
    }

    .lf_hf .navbar-gray .navbar-nav .nav-link.a-lvl-1:hover,
    .lf_hf .navbar-gray .navbar-nav .nav-link.a-lvl-1:focus,
    .lf_hf .navbar-gray .navbar-nav .nav-link.a-lvl-1:active {
        color: #fff;
    }

    .lf_hf .navbar-expand-xl .ul-lvl-2 {
        background-color: #fff;
        text-transform: uppercase;
    }

    .lf_hf .ul-lvl-2 {
        border: 1px solid #eeeeee;
        padding-left: 0;
    }

    .lf_hf .li-lvl-1,
    .lf_hf .li-lvl-3 {
        border-bottom: 1px solid #fff;
    }

    .lf_hf .ul-lvl-2 > li:last-child {
        display: none;
    }

    .lf_hf li:nth-last-child(2) .li-lvl-2:last-child {
        border-bottom: none;
    }

    .lf_hf .a-lvl-2 {
        padding-bottom: 0.7rem;
        padding-top: 0.7rem;
    }

    .lf_hf .a-lvl-2:hover {
        color: #e30613;
    }

    .lf_hf .a-lvl-3 {
        padding-bottom: 0.7rem;
        padding-top: 0.7rem;
    }

    .lf_hf .ul-lvl-3 {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .lf_hf .ul-lvl-3 > li {
        border-bottom: 1px solid #fff;
    }

    .lf_hf .ul-lvl-3 > li > a {
        background-color: #9f9f9f;
    }

    .lf_hf .navbar-gray .navbar-nav .a-lvl-3 {
        color: #fff;
    }

    .lf_hf .navbar-gray .navbar-nav .a-lvl-3:hover,
    .lf_hf .navbar-gray .navbar-nav .a-lvl-3:active {
        color: #fff;
    }

    .lf_hf .categorie-lvl-3-title {
        color: #e30613;
    }
}

.lf_hf .ul-lvl-2 {
    display: none;
}

.lf_hf .navbar ul {
    list-style: none;
}

@media (min-width: 1300px) {
    .lf_hf .li-lvl-1 {
        list-style: none;
        position: static;
    }

    .lf_hf .li-lvl-1:hover > .ul-lvl-2,
    .lf_hf .li-lvl-1 > a:focus + .ul-lvl-2 {
        display: flex;
    }

    .lf_hf .ul-lvl-2 {
        border: 1px solid #333;
        border-top: none;
        left: 0;
        padding-left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 8;
    }
}

@media (max-width: 1299.98px) {
    .lf_hf .navbar .menu-navbar-title {
        font-size: 0.875rem;
        height: 45px;
    }

    .lf_hf .div-lvl-3 {
        background-color: white;
        height: 100vh;
        left: 100%;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 20;
    }

    .lf_hf .div-lvl-3,
    .lf_hf .navbar-nav .div-lvl-3 .nav-link {
        color: #333;
    }

    .lf_hf .navbar-toggler {
        border: 0;
        padding: 0.6rem;
        right: 0;
        top: 0;
    }

    .lf_hf .icon-remove,
    .lf_hf .icon-menu-hamburger {
        display: inline-block;
        height: 1.5em;
        vertical-align: middle;
        width: 1.5em;
    }

    .lf_hf .menu-selected-categorie {
        background-color: #333;
    }

    .lf_hf .li-lvl-1 > a {
        text-align: center;
    }

    .lf_hf .navbar-brand {
        height: 40px;
    }

    .lf_hf .navbar-brand-h2 > span {
        display: block;
        padding-top: 12px;
    }

    .lf_hf .back-panel {
        cursor: pointer;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .lf_hf .close-panel {
        cursor: pointer;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .lf_hf .a-lvl-3 {
        text-align: center;
    }

    .lf_hf .a-lvl-2 {
        font-weight: bold;
    }

    .lf_hf .fixed-center-category {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

.lf_hf .block-image {
    max-height: 440px;
}

.lf_hf .block-left-link {
    color: #333;
}

.lf_hf .block-left-link:hover {
    color: #333;
}

.lf_hf .block-right-button {
    color: #fff;
    white-space: normal;
}

.lf_hf .home-service-container {
    flex: 1 1 auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .lf_hf .home-service-container {
        flex-basis: 50%;
        max-width: 50%;
    }
}

.lf_hf .home-service {
    margin: 0 auto;
    width: 220px;
}

.lf_hf .home-service .icon {
    height: 3.5rem;
    width: 3.5rem;
}

.lf_hf .home-service-icon,
.lf_hf .home-service-text {
    vertical-align: middle;
}

.lf_hf footer > div {
    background-color: #eeeeee;
    color: #333;
}

.lf_hf footer > div .input-group-append {
    background-color: #fff;
}

.lf_hf footer > div a {
    color: inherit;
}

.lf_hf footer > div a:hover,
.lf_hf footer > div a:active {
    color: inherit;
}

.lf_hf footer > div h2 {
    font-size: 0.875rem;
    color: #333;
}

.lf_hf footer form {
    position: relative;
}

.lf_hf .footer-topics {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 1299.98px) {
    .lf_hf .footer-topics {
        flex-basis: 0;
        flex-grow: 1;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 1300px) {
    .lf_hf .row .col-form-label {
        justify-content: flex-end;
    }
}

.lf_hf .input-overlap {
    padding-right: 2.2rem;
}

.lf_hf .btn-overlap {
    padding: 0.4rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.lf_hf .btn-overlap > .icon {
    display: block;
    height: 1.313rem;
    vertical-align: middle;
    width: 1.313rem;
}

.lf_hf legend {
    width: unset;
}

.lf_hf #quick_res {
    background-color: white;
    box-shadow: 0 3px 6px rgba(75, 75, 75, 0.4);
    -moz-box-shadow: 0 3px 6px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 3px 6px rgba(34, 25, 25, 0.4);
    display: none;
    font-size: 90%;
    left: 185px;
    padding: 0.7em;
    position: absolute;
    top: 72px;
    width: 50%;
    z-index: 9;
}

.lf_hf #quick_res h5 {
    font-weight: bold;
    margin: 0.5em 0 0 0;
    padding: 0.2em;
}

.lf_hf #quick_res h5:first-child {
    margin: 0;
}

.lf_hf #quick_res .result_line {
    margin: 0;
    padding: 0.2em 0 0.2em 0;
}

.lf_hf #quick_res .result_line a {
    font-size: 90%;
    padding-left: 3px;
    text-transform: uppercase;
}

.lf_hf #quick_res .result-name {
    color: #333;
}

.lf_hf #quick_res .result_line a img {
    background-color: white;
    border: 0;
    left: 34px;
    margin-left: -3px;
    margin-right: 3px;
    padding-right: 4px;
    width: 34px;
}

@media (max-width: 1299.98px) {
    .lf_hf #quick_res {
        left: 0;
        top: 135px;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .lf_hf #quick_res {
        top: 210px;
    }
}

@media (min-width: 768px) {
    .lf_hf .navbar-services {
        margin-left: 0px;
    }
}

.lf_hf body {
    background-color: #ccc;
}

.lf_hf .container-styled {
    background-color: #fff;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.15);
}

.lf_hf #quick_res {
    left: 118px;
    width: 672px;
    top: 75px;
}

@media (max-width: 1299.98px) {
    .lf_hf #quick_res {
        left: 0;
        top: 140px;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .lf_hf #quick_res {
        top: 217px;
    }
}

/* stylelint-enable */

@font-face{font-family:"Montserrat";font-weight:300;font-style:normal;src:url(./assets/fonts/Montserrat-Light.woff2) format("woff2"),url(./assets/fonts/Montserrat-Light.woff) format("woff")}@font-face{font-family:"Montserrat";font-weight:400;font-style:normal;src:url(./assets/fonts/Montserrat-Regular.woff2) format("woff2"),url(./assets/fonts/Montserrat-Regular.woff) format("woff")}@font-face{font-family:"Montserrat";font-weight:700;font-style:normal;src:url(./assets/fonts/Montserrat-Bold.woff2) format("woff2"),url(./assets/fonts/Montserrat-Bold.woff) format("woff")}@font-face{font-family:"Bridge";font-weight:normal;font-style:normal;src:url(./assets/fonts/bridge.woff) format("woff")}[class^=bridge-icon-],[class*=" bridge-icon-"]{text-transform:none;line-height:1;font-family:"Bridge";font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-style:normal;speak:none}.bridge-icon-essential-arrow-back::before{content:""}.bridge-icon-essential-check-off::before{content:""}.bridge-icon-essential-check-on::before{content:""}.bridge-icon-essential-chevron-down::before{content:""}.bridge-icon-essential-chevron-left::before{content:""}.bridge-icon-essential-chevron-right::before{content:""}.bridge-icon-essential-chevron-up::before{content:""}.bridge-icon-essential-city::before{content:""}.bridge-icon-essential-close::before{content:""}.bridge-icon-essential-contact::before{content:""}.bridge-icon-essential-correct::before,.lf-notification-default.success em::before{content:""}.bridge-icon-essential-danger::before{content:""}.bridge-icon-essential-download::before{content:""}.bridge-icon-essential-filters::before{content:""}.bridge-icon-essential-geolocation::before{content:""}.bridge-icon-essential-home::before{content:""}.bridge-icon-essential-info::before,.lf-notification-default.warning em::before{content:""}.bridge-icon-essential-itinerary::before{content:""}.bridge-icon-essential-list::before{content:""}.bridge-icon-essential-map::before{content:""}.bridge-icon-essential-options::before{content:""}.bridge-icon-essential-phone::before{content:""}.bridge-icon-essential-radio-off::before{content:""}.bridge-icon-essential-radio-on::before{content:""}.bridge-icon-essential-remove::before,.lf-notification-default.error em::before{content:""}.bridge-icon-essential-search::before{content:""}.bridge-icon-essential-store::before{content:""}.bridge-icon-brand-bridge::before{content:""}.bridge-icon-brand-email::before{content:""}.bridge-icon-brand-facebook::before{content:""}.bridge-icon-brand-instagram::before{content:""}.bridge-icon-brand-linkedin::before{content:""}.bridge-icon-brand-pinterest::before{content:""}.bridge-icon-brand-skype::before{content:""}.bridge-icon-brand-twitter::before{content:""}.bridge-icon-brand-whatsapp::before{content:""}.bridge-icon-brand-youtube::before{content:""}@-webkit-keyframes loadingBar{from{left:-40px}to{left:calc(100% + 40px)}}@keyframes loadingBar{from{left:-40px}to{left:calc(100% + 40px)}}.img-responsive{display:block;width:100%;max-width:100%;height:auto}.sr-only{position:absolute;margin:-1px;border:0;padding:0;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0)}*{-webkit-box-sizing:border-box;box-sizing:border-box}::-moz-selection{background-color:#000;color:#fff}::selection{background-color:#000;color:#fff}main{display:block}body{background-color:#fff;overflow-x:hidden;text-rendering:geometricPrecision;line-height:1.4;color:#000;font-family:"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{body{background-color:#fff;color:#000}}body.no-scroll{overflow-y:hidden}body a{text-decoration:none;color:inherit}body a:hover,body a:focus,body a:active{text-decoration:none;color:inherit}h1{font-size:32px;margin:0;color:#e30b17;font-family:"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:500;font-weight:500}@media print{h1{color:#000}}h2{font-size:25px;margin:0;color:#e30b17;font-family:"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:500}@media print{h2{color:#000}}h3{font-size:23px;margin:0;color:#e30b17;font-family:"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:500}@media print{h3{color:#000}}h4{font-size:16px;margin:0;color:#e30b17;font-family:"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:500}@media print{h4{color:#000}}h5{font-size:15px;margin:0;color:#e30b17;font-family:"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:500}@media print{h5{color:#000}}p{margin:0}p+p{margin-top:1em}small{font-size:14px}@media(min-width: 480px){small{font-size:13px}}address{font-style:normal}.lazy{width:100%;height:100%}.blur{-webkit-filter:blur(10px);filter:blur(10px)}.blur-out{-webkit-filter:none;filter:none;-webkit-transition:-webkit-filter 320ms ease-in-out;transition:-webkit-filter 320ms ease-in-out;transition:filter 320ms ease-in-out;transition:filter 320ms ease-in-out, -webkit-filter 320ms ease-in-out}#captcha-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:60px}.lf-client-header{background-color:#fff}.lf-client-header__top{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media(min-width: 768px){.lf-client-header__top{max-width:calc(768px - 30px - 15px)}}@media(min-width: 992px){.lf-client-header__top{max-width:calc(992px - 30px - 20px)}}@media(min-width: 1200px){.lf-client-header__top{max-width:calc(1200px - 30px - 30px)}}.lf-client-footer{background-color:#eee}.lf-client-footer__links{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media(min-width: 768px){.lf-client-footer__links{max-width:calc(768px - 30px - 15px)}}@media(min-width: 992px){.lf-client-footer__links{max-width:calc(992px - 30px - 20px)}}@media(min-width: 1200px){.lf-client-footer__links{max-width:calc(1200px - 30px - 30px)}}@media print{.cc-revoke,.cc-window{display:none}}.cc-revoke{display:none}.cc-window{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 320ms ease-in-out;transition:all 320ms ease-in-out;z-index:999;margin:15px;border:1px solid #fff;background-color:#e30b17 !important;padding:15px;width:calc(100% - 30px);max-width:400px;color:#fff !important}.cc-window.cc-invisible{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}.cc-window>.cc-message>.cc-link{-webkit-transition:all 320ms ease-in-out;transition:all 320ms ease-in-out;opacity:.8;text-decoration:underline;color:#fff !important}.cc-window>.cc-message>.cc-link:hover,.cc-window>.cc-message>.cc-link:focus,.cc-window>.cc-message>.cc-link:active{opacity:1}.cc-window>.cc-compliance{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 768px){.cc-window>.cc-compliance{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.cc-window>.cc-compliance>.cc-btn{border:2px solid #fff;background-color:#fff;color:#e30b17;padding:0 16px;height:32px;font-size:10px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 320ms ease-in-out;transition:all 320ms ease-in-out;margin:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;width:auto;overflow:hidden;text-align:center;text-transform:uppercase;text-decoration:none;font-family:"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:15px;width:100%;color:#e30b17 !important;font-style:12.8px}.cc-window>.cc-compliance>.cc-btn:hover,.cc-window>.cc-compliance>.cc-btn:focus,.cc-window>.cc-compliance>.cc-btn:active,.cc-window>.cc-compliance>.cc-btn.active{background-color:#f2f2f2;color:#e30b17}.cc-window>.cc-compliance>.cc-btn:hover.disabled,.cc-window>.cc-compliance>.cc-btn:hover[disabled],fieldset[disabled] .cc-window>.cc-compliance>.cc-btn:hover,.cc-window>.cc-compliance>.cc-btn:focus.disabled,.cc-window>.cc-compliance>.cc-btn:focus[disabled],fieldset[disabled] .cc-window>.cc-compliance>.cc-btn:focus,.cc-window>.cc-compliance>.cc-btn:active.disabled,.cc-window>.cc-compliance>.cc-btn:active[disabled],fieldset[disabled] .cc-window>.cc-compliance>.cc-btn:active,.cc-window>.cc-compliance>.cc-btn.active.disabled,.cc-window>.cc-compliance>.cc-btn.active[disabled],fieldset[disabled] .cc-window>.cc-compliance>.cc-btn.active{background-color:#fff;color:#e30b17}.cc-window>.cc-compliance>.cc-btn>span{padding:0}.cc-window>.cc-compliance>.cc-btn:hover,.cc-window>.cc-compliance>.cc-btn:focus,.cc-window>.cc-compliance>.cc-btn:active,.cc-window>.cc-compliance>.cc-btn.active{text-decoration:none}.cc-window>.cc-compliance>.cc-btn.disabled,.cc-window>.cc-compliance>.cc-btn[disabled],fieldset[disabled] .cc-window>.cc-compliance>.cc-btn{opacity:.5;cursor:default}.cc-window>.cc-compliance>.cc-btn>em{font-size:16px}.cc-window>.cc-compliance>.cc-btn>em.left{margin-right:10px}.cc-window>.cc-compliance>.cc-btn>em.right{margin-left:10px}.cc-window>.cc-compliance>.cc-btn>em.bridge-icon-arrow-back,.cc-window>.cc-compliance>.cc-btn>em.bridge-icon-chevron-right{font-size:12px}.cc-window>.cc-compliance>.cc-btn>span{display:inline-block;line-height:1}@media(min-width: 768px){.cc-window>.cc-compliance>.cc-btn{max-width:calc(50% - 7.5px)}}.cc-window>.cc-compliance>.cc-btn.cc-dismiss{border:2px solid #e30b17;background-color:#e30b17;color:#fff;color:#fff !important}.cc-window>.cc-compliance>.cc-btn.cc-dismiss:hover,.cc-window>.cc-compliance>.cc-btn.cc-dismiss:focus,.cc-window>.cc-compliance>.cc-btn.cc-dismiss:active,.cc-window>.cc-compliance>.cc-btn.cc-dismiss.active{background-color:#cb0a15;color:#fff}.cc-window>.cc-compliance>.cc-btn.cc-dismiss:hover.disabled,.cc-window>.cc-compliance>.cc-btn.cc-dismiss:hover[disabled],fieldset[disabled] .cc-window>.cc-compliance>.cc-btn.cc-dismiss:hover,.cc-window>.cc-compliance>.cc-btn.cc-dismiss:focus.disabled,.cc-window>.cc-compliance>.cc-btn.cc-dismiss:focus[disabled],fieldset[disabled] .cc-window>.cc-compliance>.cc-btn.cc-dismiss:focus,.cc-window>.cc-compliance>.cc-btn.cc-dismiss:active.disabled,.cc-window>.cc-compliance>.cc-btn.cc-dismiss:active[disabled],fieldset[disabled] .cc-window>.cc-compliance>.cc-btn.cc-dismiss:active,.cc-window>.cc-compliance>.cc-btn.cc-dismiss.active.disabled,.cc-window>.cc-compliance>.cc-btn.cc-dismiss.active[disabled],fieldset[disabled] .cc-window>.cc-compliance>.cc-btn.cc-dismiss.active{background-color:#e30b17;color:#fff}.lf-header-optimum{z-index:20}@media print{.lf-header-optimum{display:none}}.lf-header-optimum__top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:21;background:#fff;height:30px;font-size:12px}.lf-header-optimum__top__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;width:100%}.lf-header-optimum__top__list__item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:0 5px}.lf-header-optimum__top__list__item__link{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:rgba(227,11,23,.7)}.lf-header-optimum__top__list__item__link:hover,.lf-header-optimum__top__list__item__link:active,.lf-header-optimum__top__list__item__link:focus{color:#e30b17}.lf-header-optimum__main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:0;border:0;background:#e30b17;height:50px;color:#fff}.lf-header-optimum__main__logo{display:inline-block;padding:0 10px}.lf-header-optimum__main__logo__image{display:block;height:26px}.lf-header-optimum__main__menu{position:absolute;top:0;right:0;left:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;visibility:hidden;z-index:20;background:rgba(227,11,23,.95);min-height:100vh}.lf-header-optimum__main__menu__content{margin:50px 0 0 0;padding:30px 0}.lf-header-optimum__main__menu__content__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:0;padding:0;height:100%}.lf-header-optimum__main__menu__content__list__item{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-transition:.3s;transition:.3s;opacity:0;padding:8px 15px;list-style-type:none;font-size:32px}.lf-header-optimum__main__menu__content__list__item__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding:4px 0;text-transform:capitalize;color:#fff;font-size:24px}.lf-header-optimum__main__menu__content__list__item__link::after{position:absolute;right:100%;bottom:0;left:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:#fff;width:auto;height:1px;content:""}.lf-header-optimum__main__menu__content__list__item__link:hover,.lf-header-optimum__main__menu__content__list__item__link:active,.lf-header-optimum__main__menu__content__list__item__link:focus{text-decoration:none}.lf-header-optimum__main__menu__content__list__item__link:hover::after,.lf-header-optimum__main__menu__content__list__item__link:active::after,.lf-header-optimum__main__menu__content__list__item__link:focus::after{right:0}.lf-header-optimum__main__toggler{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;right:10px;bottom:calc(50% - 12px);z-index:21;cursor:pointer}.lf-header-optimum__main__toggler__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:letter-spacing 1s;transition:letter-spacing 1s;margin-right:10px;color:#fff;font-size:14px}.lf-header-optimum__main__toggler__text:hover,.lf-header-optimum__main__toggler__text:active,.lf-header-optimum__main__toggler__text:focus{letter-spacing:2px}.lf-header-optimum__main__toggler__hamburger{display:block;position:relative;cursor:pointer;width:24px;height:24px;overflow:visible}.lf-header-optimum__main__toggler__hamburger__bar{position:absolute;left:0;background:#fff;width:24px;height:2px}.lf-header-optimum__main__toggler__hamburger__bar.bar-mid{position:relative;top:50%;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:all .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:all .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity:1}.lf-header-optimum__main__toggler__hamburger__bar.bar-top{top:-6px;-webkit-transition:top .1s ease-in .25s,opacity .1s ease-in;transition:top .1s ease-in .25s,opacity .1s ease-in;opacity:1}.lf-header-optimum__main__toggler__hamburger__bar.bar-top::after{-webkit-transition-delay:.2s;transition-delay:.2s}.lf-header-optimum__main__toggler__hamburger__bar.bar-bottom{bottom:-6px;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.lf-header-optimum__main__toggler__hamburger__bar.bar-bottom::after{-webkit-transition-delay:.1s;transition-delay:.1s}.lf-header-optimum__main__toggler__hamburger__bar::after{display:block;position:absolute;top:0;left:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background:gray;width:0;height:100%;content:""}.lf-header-optimum__main__toggler__hamburger__sr-only{position:absolute;margin:-1px;border:0;padding:0;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0)}.lf-header-optimum__main__toggler__hamburger:hover .lf-header-optimum__main__toggler__hamburger__bar::after{width:100%}@media(min-width: 992px){.lf-header-optimum.desktop-version .lf-header-optimum__main__toggler{display:none}}@media(min-width: 992px){.lf-header-optimum.desktop-version .lf-header-optimum__main__menu{position:static;top:inherit;right:inherit;left:inherit;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:all 0s;transition:all 0s;visibility:visible;opacity:1;background:rgba(0,0,0,0);min-height:0;overflow:visible}}@media(min-width: 992px){.lf-header-optimum.desktop-version .lf-header-optimum__main__menu__content{margin:0;padding:0;text-align:right}}@media(min-width: 992px){.lf-header-optimum.desktop-version .lf-header-optimum__main__menu__content__list{display:inline-block;text-align:right;white-space:nowrap}}@media(min-width: 992px){.lf-header-optimum.desktop-version .lf-header-optimum__main__menu__content__list__item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:1;margin:0;padding:0 15px;height:50px;white-space:nowrap}}@media(min-width: 992px){.lf-header-optimum.desktop-version .lf-header-optimum__main__menu__content__list__item__link{display:block;-webkit-transition:all 0s;transition:all 0s;padding:4px 0;font-size:14px}}.lf-header-optimum.js-hidden__main__menu,.lf-header-optimum.desktop-version.js-hidden__main__menu{-webkit-transition:opacity 0s;transition:opacity 0s;opacity:0}body.lf-menu-open #lf-body-wrapper{position:relative;overflow:hidden}body.lf-menu-open .lf-header-optimum__main__menu{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}body.lf-menu-open .lf-header-optimum__main__menu__content__list__item{-webkit-transition:opacity .8s .32s;transition:opacity .8s .32s;opacity:1}body.lf-menu-open .lf-header-optimum__main__toggler__hamburger__bar.bar-mid{-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}body.lf-menu-open .lf-header-optimum__main__toggler__hamburger__bar.bar-top{top:0;-webkit-transition:top .1s ease-out,opacity .1s ease-out .12s;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}body.lf-menu-open .lf-header-optimum__main__toggler__hamburger__bar.bar-bottom{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(0.215, 0.61, 0.355, 1) .12s;transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(0.215, 0.61, 0.355, 1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(0.215, 0.61, 0.355, 1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(0.215, 0.61, 0.355, 1) .12s,-webkit-transform .22s cubic-bezier(0.215, 0.61, 0.355, 1) .12s}.lf-footer-gdpr{font-size:14px;background-color:#000;color:#fff}@media print{.lf-footer-gdpr{display:none}}@media(min-width: 480px){.lf-footer-gdpr{font-size:13px}}.lf-footer-gdpr__container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:15px;padding-bottom:15px}@media(min-width: 768px){.lf-footer-gdpr__container{max-width:calc(768px - 30px - 15px)}}@media(min-width: 992px){.lf-footer-gdpr__container{max-width:calc(992px - 30px - 20px)}}@media(min-width: 1200px){.lf-footer-gdpr__container{max-width:calc(1200px - 30px - 30px)}}@media(min-width: 768px){.lf-footer-gdpr__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.lf-footer-gdpr__container__list{margin:0;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.lf-footer-gdpr__container__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.lf-footer-gdpr__container__list__item:not(:last-child){margin-bottom:15px}@media(min-width: 768px){.lf-footer-gdpr__container__list__item:not(:last-child){margin-right:15px;margin-bottom:0}}.lf-footer-gdpr__container__list__item__link{-webkit-transition:all 320ms ease-in-out;transition:all 320ms ease-in-out;border-bottom:1px solid rgba(0,0,0,0)}.lf-footer-gdpr__container__list__item__link:hover,.lf-footer-gdpr__container__list__item__link:focus,.lf-footer-gdpr__container__list__item__link:active{border-color:inherit}.lf-footer-gdpr__container__separator{margin:15px 0}@media(min-width: 768px){.lf-footer-gdpr__container__separator{display:none}}.lf-footer-gdpr__container__copyright em{margin-left:5px}@-webkit-keyframes fadeFromTop{0%{top:-100px;visibility:hidden;opacity:0;z-index:1}100%{top:156px;visibility:visible;opacity:1;z-index:1000}}@keyframes fadeFromTop{0%{top:-100px;visibility:hidden;opacity:0;z-index:1}100%{top:156px;visibility:visible;opacity:1;z-index:1000}}@-webkit-keyframes fadeToTop{0%{top:156px;opacity:1}100%{top:-100px;opacity:0}}@keyframes fadeToTop{0%{top:156px;opacity:1}100%{top:-100px;opacity:0}}.lf-notification-default{position:fixed;top:-156px;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);visibility:hidden;opacity:1;border-top:6px solid;border-radius:0;-webkit-box-shadow:1px 5px 5px rgba(154,7,16,.15);box-shadow:1px 5px 5px rgba(154,7,16,.15);background-color:#fff;padding:30px;height:120px;overflow:hidden}@media print{.lf-notification-default{display:none}}.lf-notification-default.active{top:156px;visibility:visible;opacity:1;z-index:1000;-webkit-animation:fadeFromTop 1s;animation:fadeFromTop 1s}.lf-notification-default.inactive{opacity:0;z-index:1000;-webkit-animation:fadeToTop 1s;animation:fadeToTop 1s}.lf-notification-default.success{border-color:#0b8043}.lf-notification-default.success em{text-transform:none;line-height:1;font-family:"Bridge";font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-style:normal;speak:none;color:#0d974f;font-weight:600}.lf-notification-default.warning{border-color:#b65d00}.lf-notification-default.warning em{text-transform:none;line-height:1;font-family:"Bridge";font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-style:normal;speak:none;color:#d06a00;font-weight:600}.lf-notification-default.error{border-color:#c30612}.lf-notification-default.error em{text-transform:none;line-height:1;font-family:"Bridge";font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-style:normal;speak:none;color:#dc0714}.lf-notification-default__title{margin:calc(15px / 2) auto;padding-left:50px;color:#e30b17;font-size:19px;font-weight:500}.lf-notification-default__message{margin:0;padding-left:50px;color:#e30b17;font-size:16px}.lf-notification-default__icon{position:absolute;top:34px;padding:2px;font-size:36px}@media print{.lf-button-default{display:none}}.lf-button-default--primary{border:2px solid #e30b17;background-color:#e30b17;color:#fff;padding:0 20px;height:40px;font-size:13px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 320ms ease-in-out;transition:all 320ms ease-in-out;margin:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;width:auto;overflow:hidden;text-align:center;text-transform:uppercase;text-decoration:none;font-family:"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.lf-button-default--primary:hover,.lf-button-default--primary:focus,.lf-button-default--primary:active,.lf-button-default--primary.active{background-color:#cb0a15;color:#fff}.lf-button-default--primary:hover.disabled,.lf-button-default--primary:hover[disabled],fieldset[disabled] .lf-button-default--primary:hover,.lf-button-default--primary:focus.disabled,.lf-button-default--primary:focus[disabled],fieldset[disabled] .lf-button-default--primary:focus,.lf-button-default--primary:active.disabled,.lf-button-default--primary:active[disabled],fieldset[disabled] .lf-button-default--primary:active,.lf-button-default--primary.active.disabled,.lf-button-default--primary.active[disabled],fieldset[disabled] .lf-button-default--primary.active{background-color:#e30b17;color:#fff}.lf-button-default--primary>span{padding:0}.lf-button-default--primary:hover,.lf-button-default--primary:focus,.lf-button-default--primary:active,.lf-button-default--primary.active{text-decoration:none}.lf-button-default--primary.disabled,.lf-button-default--primary[disabled],fieldset[disabled] .lf-button-default--primary{opacity:.5;cursor:default}.lf-button-default--primary>em{font-size:16px}.lf-button-default--primary>em.left{margin-right:10px}.lf-button-default--primary>em.right{margin-left:10px}.lf-button-default--primary>em.bridge-icon-arrow-back,.lf-button-default--primary>em.bridge-icon-chevron-right{font-size:12px}.lf-button-default--primary>span{display:inline-block;line-height:1}.lf-button-default--secondary{border:2px solid #e30b17;background-color:rgba(0,0,0,0);color:#e30b17;padding:0 20px;height:40px;font-size:13px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 320ms ease-in-out;transition:all 320ms ease-in-out;margin:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;width:auto;overflow:hidden;text-align:center;text-transform:uppercase;text-decoration:none;font-family:"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.lf-button-default--secondary:hover,.lf-button-default--secondary:focus,.lf-button-default--secondary:active,.lf-button-default--secondary.active{background-color:#e30b17;color:#fff}.lf-button-default--secondary:hover.disabled,.lf-button-default--secondary:hover[disabled],fieldset[disabled] .lf-button-default--secondary:hover,.lf-button-default--secondary:focus.disabled,.lf-button-default--secondary:focus[disabled],fieldset[disabled] .lf-button-default--secondary:focus,.lf-button-default--secondary:active.disabled,.lf-button-default--secondary:active[disabled],fieldset[disabled] .lf-button-default--secondary:active,.lf-button-default--secondary.active.disabled,.lf-button-default--secondary.active[disabled],fieldset[disabled] .lf-button-default--secondary.active{background-color:#e30b17;color:#fff}.lf-button-default--secondary>span{padding:0}.lf-button-default--secondary:hover,.lf-button-default--secondary:focus,.lf-button-default--secondary:active,.lf-button-default--secondary.active{text-decoration:none}.lf-button-default--secondary.disabled,.lf-button-default--secondary[disabled],fieldset[disabled] .lf-button-default--secondary{opacity:.5;cursor:default}.lf-button-default--secondary>em{font-size:16px}.lf-button-default--secondary>em.left{margin-right:10px}.lf-button-default--secondary>em.right{margin-left:10px}.lf-button-default--secondary>em.bridge-icon-arrow-back,.lf-button-default--secondary>em.bridge-icon-chevron-right{font-size:12px}.lf-button-default--secondary>span{display:inline-block;line-height:1}.lf-button-default--small{padding:0 16px;height:32px;font-size:10px}.lf-button-default--small>span{padding:0}.lf-button-default--large{padding:0 23px;height:46px;font-size:16px}.lf-button-default--large>span{padding:0}@media(max-width: 767px){.lf-button-default--mini-mobile{border-radius:50%;padding:0;width:46px;height:46px;overflow:visible}}@media(max-width: 767px){.lf-button-default--mini-mobile>em.left{margin-right:0}}@media(max-width: 767px){.lf-button-default--mini-mobile>em.right{margin-left:0}}@media(max-width: 767px){.lf-button-default--mini-mobile>span{position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, 100%);transform:translate(-50%, 100%);padding:7.5px 0;white-space:nowrap;font-size:13px}}@media(max-width: 767px){.lf-button-default--mini-mobile.lf-button-default--primary>span{color:#e30b17}}@media(max-width: 767px){.lf-button-default--mini-mobile.lf-button-default--secondary>span{color:#e30b17}}.lf-button-default--icon>em.left,.lf-button-default--icon>em.right{margin:0}.lf-button-default--hidden{display:none}.lf-footer-optimum{color:#fff}@media print{.lf-footer-optimum{display:none}}.lf-footer-optimum__rassurance{background-color:#fafafa;padding-top:22.5px;padding-bottom:37.5px}.lf-footer-optimum__rassurance__container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.lf-footer-optimum__rassurance__container{max-width:calc(768px - 30px - 15px)}}@media(min-width: 992px){.lf-footer-optimum__rassurance__container{max-width:calc(992px - 30px - 20px)}}@media(min-width: 1200px){.lf-footer-optimum__rassurance__container{max-width:calc(1200px - 30px - 30px)}}.lf-footer-optimum__rassurance__container__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:15px 15px 0;padding:7.5px;width:100%;color:#757575}@media(min-width: 480px){.lf-footer-optimum__rassurance__container__item{width:calc(50% - (30px))}}@media(min-width: 768px){.lf-footer-optimum__rassurance__container__item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}.lf-footer-optimum__rassurance__container__item__media{margin-bottom:15px;height:36px}.lf-footer-optimum__rassurance__container__item__title,.lf-footer-optimum__rassurance__container__item__text{text-align:center}@media(min-width: 480px){.lf-footer-optimum__rassurance__container__item__title,.lf-footer-optimum__rassurance__container__item__text{max-width:250px}}.lf-footer-optimum__rassurance__container__item__title{font-size:16px;font-weight:600}.lf-footer-optimum__rassurance__container__item__text{font-size:14px}@media(min-width: 480px){.lf-footer-optimum__rassurance__container__item__text{font-size:13px}}.lf-footer-optimum__rassurance__container__item--link{-webkit-transition:background-color 320ms ease-in-out;transition:background-color 320ms ease-in-out}.lf-footer-optimum__rassurance__container__item--link:hover,.lf-footer-optimum__rassurance__container__item--link:active,.lf-footer-optimum__rassurance__container__item--link:focus{color:#646464}.lf-footer-optimum__slogan{background-color:#fafafa;color:#757575;font-size:14px}.lf-footer-optimum__slogan__container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%;padding-bottom:22.5px}@media(min-width: 768px){.lf-footer-optimum__slogan__container{max-width:calc(768px - 30px - 15px)}}@media(min-width: 992px){.lf-footer-optimum__slogan__container{max-width:calc(992px - 30px - 20px)}}@media(min-width: 1200px){.lf-footer-optimum__slogan__container{max-width:calc(1200px - 30px - 30px)}}.lf-footer-optimum__slogan__container__title{border-top:1px solid #e1e1e1;padding-top:22.5px;text-transform:uppercase;font-weight:500}.lf-footer-optimum__main{background-color:#646464;padding-top:45px;padding-bottom:22.5px}.lf-footer-optimum__main--background{background-image:url(./assets/bg/background.png)}.lf-footer-optimum__main__links{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 480px){.lf-footer-optimum__main__links{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}@media(min-width: 768px){.lf-footer-optimum__main__links{max-width:calc(768px - 30px - 15px)}}@media(min-width: 992px){.lf-footer-optimum__main__links{max-width:calc(992px - 30px - 20px)}}@media(min-width: 1200px){.lf-footer-optimum__main__links{max-width:calc(1200px - 30px - 30px)}}.lf-footer-optimum__main__links__row__title,.lf-footer-optimum__main__links__columns__title{color:#fff;font-size:14px;font-weight:500}.lf-footer-optimum__main__links__row__list,.lf-footer-optimum__main__links__columns__list{margin:0;padding:0;list-style:none}.lf-footer-optimum__main__links__row__list__item__link,.lf-footer-optimum__main__links__columns__list__item__link{font-size:14px;-webkit-transition:border-color 320ms ease-in-out;transition:border-color 320ms ease-in-out;border-bottom:1px solid rgba(0,0,0,0);padding:3px 0;color:#fff}@media(min-width: 480px){.lf-footer-optimum__main__links__row__list__item__link,.lf-footer-optimum__main__links__columns__list__item__link{font-size:13px}}.lf-footer-optimum__main__links__row__list__item__link:hover,.lf-footer-optimum__main__links__row__list__item__link:active,.lf-footer-optimum__main__links__row__list__item__link:focus,.lf-footer-optimum__main__links__columns__list__item__link:hover,.lf-footer-optimum__main__links__columns__list__item__link:active,.lf-footer-optimum__main__links__columns__list__item__link:focus{border-color:#fff;color:#fff}.lf-footer-optimum__main__links__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.lf-footer-optimum__main__links__row__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.lf-footer-optimum__main__links__row__list__item{padding:2px 15px 2px 0}.lf-footer-optimum__main__links__columns{margin-right:15px;width:100%}@media(min-width: 480px){.lf-footer-optimum__main__links__columns{width:calc(50% - 15px)}}@media(min-width: 1200px){.lf-footer-optimum__main__links__columns{width:calc(25% - 15px)}}.lf-footer-optimum__main__links__columns__title{margin:15px 0 7.5px}.lf-footer-optimum__main__links__columns__list__item{padding:2px 15px 2px 0;line-height:1.2}.lf-footer-optimum__main__links__social{margin:0;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:15px 0 0}.lf-footer-optimum__main__links__social__item__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .5s;transition:all .5s;width:44px;height:44px;color:#777;color:#fff}.lf-footer-optimum__main__links__social__item__link:hover,.lf-footer-optimum__main__links__social__item__link:active,.lf-footer-optimum__main__links__social__item__link:focus{text-decoration:none;color:#fff}.lf-footer-optimum__main__links__social__item__link--facebook:hover,.lf-footer-optimum__main__links__social__item__link--facebook:active,.lf-footer-optimum__main__links__social__item__link--facebook:focus{background-color:#3b5998}.lf-footer-optimum__main__links__social__item__link--twitter:hover,.lf-footer-optimum__main__links__social__item__link--twitter:active,.lf-footer-optimum__main__links__social__item__link--twitter:focus{background-color:#00acee}.lf-footer-optimum__main__links__social__item__link--linkedin:hover,.lf-footer-optimum__main__links__social__item__link--linkedin:active,.lf-footer-optimum__main__links__social__item__link--linkedin:focus{background-color:#0e76a8}.lf-footer-optimum__main__links__social__item__link--youtube:hover,.lf-footer-optimum__main__links__social__item__link--youtube:active,.lf-footer-optimum__main__links__social__item__link--youtube:focus{background-color:red}.lf-footer-optimum__main__links__social__item__link--pinterest:hover,.lf-footer-optimum__main__links__social__item__link--pinterest:active,.lf-footer-optimum__main__links__social__item__link--pinterest:focus{background-color:#c8232c}.lf-footer-optimum__main__links__social__item__link--instagram:hover,.lf-footer-optimum__main__links__social__item__link--instagram:active,.lf-footer-optimum__main__links__social__item__link--instagram:focus{background-color:#c32aa3}.lf-footer-optimum__main__links__social__item__link--email:hover,.lf-footer-optimum__main__links__social__item__link--email:active,.lf-footer-optimum__main__links__social__item__link--email:focus{background-color:#c30612}.lf-footer-optimum__main__links__gdpr{background-color:rgba(0,0,0,0);width:100%}.lf-footer-optimum__main__links__gdpr>div{padding:7.5px 0 0;color:#fff}.lf-footer-optimum__application{margin:0;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:60px}.lf-footer-optimum__application__item{margin:0 5px}.lf-footer-optimum__application__item:first-child{margin-left:0}.lf-footer-optimum__application__item:last-child{margin-right:0}.lf-footer-optimum__application__item__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px}.lf-footer-optimum__application__item__link__media{display:block;width:auto;height:100%;max-height:100%}.lf-skip-content{display:block;position:absolute;top:0;left:0;z-index:1000;margin:0;padding:0}.lf-skip-content__item{display:inline-block}.lf-skip-content__item__link{position:absolute;left:-9999px}.lf-skip-content__item__link:focus,.lf-skip-content__item__link:active{display:block;position:static;left:0;background:#fff;padding:4px 8px;color:#e30b17}.lf-social-share{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:5px}.lf-social-share__label{margin-right:5px;font-size:.85rem}.lf-social-share__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .5s;transition:all .5s;width:44px;height:44px;color:#777}.lf-social-share__link:hover,.lf-social-share__link:active,.lf-social-share__link:focus{text-decoration:none;color:#fff}.lf-social-share__link--facebook:hover,.lf-social-share__link--facebook:active,.lf-social-share__link--facebook:focus{background-color:#3b5998}.lf-social-share__link--twitter:hover,.lf-social-share__link--twitter:active,.lf-social-share__link--twitter:focus{background-color:#00acee}.lf-social-share__link--linkedin:hover,.lf-social-share__link--linkedin:active,.lf-social-share__link--linkedin:focus{background-color:#0e76a8}.lf-social-share__link--email:hover,.lf-social-share__link--email:active,.lf-social-share__link--email:focus{background-color:#c30612}.lf-topbar-default{-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;background-color:#eee;padding-top:15px;padding-bottom:15px;color:#333}@media print{.lf-topbar-default{display:none}}.lf-topbar-default.show_overlay{background-color:#fff;color:#000}@media screen and (min-width: 768px){.lf-topbar-default.show_overlay{background-color:#eee;color:#333}}.lf-topbar-default__container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media(min-width: 768px){.lf-topbar-default__container{max-width:calc(768px - 30px - 15px)}}@media(min-width: 992px){.lf-topbar-default__container{max-width:calc(992px - 30px - 20px)}}@media(min-width: 1200px){.lf-topbar-default__container{max-width:calc(1200px - 30px - 30px)}}.lf-gdpr__main{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%;padding-top:30px;padding-bottom:30px;color:#333}@media(min-width: 768px){.lf-gdpr__main{max-width:calc(768px - 30px - 15px)}}@media(min-width: 992px){.lf-gdpr__main{max-width:calc(992px - 30px - 20px)}}@media(min-width: 1200px){.lf-gdpr__main{max-width:calc(1200px - 30px - 30px)}}@media print{.lf-gdpr__main{color:#000}}.lf-gdpr__main__title{margin-bottom:30px}.lf-gdpr__main__content ol,.lf-gdpr__main__content ul{margin:0}.lf-gdpr__main__content h1{margin:0}.lf-gdpr__main__content h1+p,.lf-gdpr__main__content h1+ul,.lf-gdpr__main__content h1+ol{margin-top:1em}.lf-gdpr__main__content p+h1,.lf-gdpr__main__content ol+h1,.lf-gdpr__main__content ul+h1{margin-top:1.5em}.lf-gdpr__main__content h2{margin:0}.lf-gdpr__main__content h2+p,.lf-gdpr__main__content h2+ul,.lf-gdpr__main__content h2+ol{margin-top:1em}.lf-gdpr__main__content p+h2,.lf-gdpr__main__content ol+h2,.lf-gdpr__main__content ul+h2{margin-top:1.5em}.lf-gdpr__main__content h3{margin:0}.lf-gdpr__main__content h3+p,.lf-gdpr__main__content h3+ul,.lf-gdpr__main__content h3+ol{margin-top:1em}.lf-gdpr__main__content p+h3,.lf-gdpr__main__content ol+h3,.lf-gdpr__main__content ul+h3{margin-top:1.5em}.lf-gdpr__main__content h4{margin:0}.lf-gdpr__main__content h4+p,.lf-gdpr__main__content h4+ul,.lf-gdpr__main__content h4+ol{margin-top:1em}.lf-gdpr__main__content p+h4,.lf-gdpr__main__content ol+h4,.lf-gdpr__main__content ul+h4{margin-top:1.5em}.lf-gdpr__main__content h5{margin:0}.lf-gdpr__main__content h5+p,.lf-gdpr__main__content h5+ul,.lf-gdpr__main__content h5+ol{margin-top:1em}.lf-gdpr__main__content p+h5,.lf-gdpr__main__content ol+h5,.lf-gdpr__main__content ul+h5{margin-top:1.5em}.lf-gdpr__main__content p+ol,.lf-gdpr__main__content ol+p,.lf-gdpr__main__content p+ul,.lf-gdpr__main__content ul+p{margin-top:1em}.lf-gdpr__main__content a[href]{text-decoration:underline}@media print{.lf-gdpr__main__content a[href]::after{content:" (" attr(href) ")"}}.lf-gdpr__main__content a[href]:hover,.lf-gdpr__main__content a[href]:focus,.lf-gdpr__main__content a[href]:active{text-decoration:underline}@media print{.lf-gdpr__main__content a[href^="#"],.lf-gdpr__main__content a[href^="javascript:"]{display:none}}@media print{.lf-gdpr__main__content a[href^="#"]::after,.lf-gdpr__main__content a[href^="javascript:"]::after{content:""}}.lf-gdpr__main__content mark{background:none;color:#c30612;font-weight:500}@media print{.lf-gdpr__main__content mark{color:#000}}
