@charset "UTF-8";
/*
	MAIN SASS
	Version: 0.0.1
*/
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://use.typekit.net/ead8wex.css");
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline-color: transparent !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline-color: transparent !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline-color: transparent !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline-color: transparent;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

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

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

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

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

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

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

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

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

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

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

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

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline-color: transparent;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

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

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

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

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

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

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline-color: transparent;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline-color: transparent;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline-color: transparent;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

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

.bg-secondary {
  background-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

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

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

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline-color: transparent !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline-color: transparent !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* BASE - Base styles, variables, mixins, etc */
h1, h2, h3, h4, h5 {
  margin-top: 0;
}

.no-pad-top {
  padding-top: 0;
}

.clearfix {
  clear: both;
}

ul, ol {
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  background-color: #f8f8f8;
  color: #222222;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1200px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.single-recipe {
  overflow-x: hidden;
}

.scroll-page-body {
  background-color: #fff;
}

.content {
  background-color: white;
}

a:focus {
  outline-color: transparent;
}

a {
  color: #222222;
  outline-color: transparent;
}
a:hover, a:focus, a:active {
  color: #222222;
}

p {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 1200px) {
  p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

label {
  color: #000;
}
label span {
  color: #000;
}

@media (max-width: 767px) {
  .hide-md {
    display: none;
  }
}

.z-2 {
  z-index: 2;
  position: relative;
}

.z-3 {
  z-index: 3;
  position: relative;
}

.z-10 {
  z-index: 10;
  position: relative;
}

.col-static {
  position: static;
}

.col-sm-20 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.fp-scroller {
  z-index: 1;
  position: relative;
}

.author-container-1 {
  margin-top: -15px;
}
@media (max-width: 991px) {
  .author-container-1 {
    max-width: 860px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .author-container-2 {
    margin-top: -15px;
  }
}

.author-label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #737373;
}

.dark-style {
  color: #fff;
}

#cost-margin-app-plugin {
  z-index: 1;
}

@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler.woff2") format("woff2"), url("../fonts/Butler.woff") format("woff"), url("../fonts/Butler.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler-Medium.woff2") format("woff2"), url("../fonts/Butler-Medium.woff") format("woff"), url("../fonts/Butler-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "marcus";
  src: url("../fonts/marcus.eot");
  src: url("../fonts/marcus.eot?#iefix") format("embedded-opentype"), url("../fonts/marcus.woff") format("woff"), url("../fonts/marcus.ttf") format("truetype"), url("../fonts/marcus.svg#marcus") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "marcus" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=m-icon-]:before,
[class*=" m-icon-"]:before {
  font-family: "marcus" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-icon-search:before {
  content: "a";
}

.m-icon-shop:before {
  content: "b";
}

/* MODULES - Individual site components */
/*!
 * fullPage 3.0.7
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .fp-tableCell {
    vertical-align: top;
  }
}

.scroll-page-body .nav-main {
  opacity: 0;
}
.scroll-page-body.scroll-page-anima-nav .nav-main {
  opacity: 1;
}

.html {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body.scroll-page-body {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.scroll-page-body #my-scrollbar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .html {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .scroll-page-body body,
  body.scroll-page-body {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .scroll-page-body #my-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .fullpage-scroll {
    min-height: 100vh;
  }
}
.page-template-scroll-page .modalfull {
  position: fixed;
  padding-right: 0 !important;
}

.scrollpage-section {
  min-height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.scrollpage-z-0 {
  z-index: 1;
}

.scrollpage-z-1 {
  z-index: 1;
}

.scrollpage-z-2 {
  z-index: 2;
}

.scrollpage-z-3 {
  z-index: 3;
}

.scrollpage-z-4 {
  z-index: 4;
}

.scrollpage-z-5 {
  z-index: 5;
}

.scrollpage-z-6 {
  z-index: 6;
}

.scrollpage-z-7 {
  z-index: 7;
}

.scrollpage-h {
  position: relative;
  z-index: 8;
}

.page-template-scroll-page .footer {
  position: relative;
  z-index: 10;
}

.scrollpage-h {
  min-height: 100vh;
  position: relative;
}

.scrollpage-h .section-show-h,
.scrollpage-section .section-show-h {
  min-height: 100vh;
}
.scrollpage-h .section-show-bg--img.dg-img::before,
.scrollpage-section .section-show-bg--img.dg-img::before {
  display: none;
}
@media (max-width: 991px) {
  .scrollpage-h .section-show-cont.section-show-last,
  .scrollpage-section .section-show-cont.section-show-last {
    padding-bottom: 130px;
  }
}
@media (max-width: 991px) {
  .scrollpage-h.opacity-child .section-show-cont.section-show-last,
  .scrollpage-section.opacity-child .section-show-cont.section-show-last {
    padding-bottom: 40px;
  }
}
.scrollpage-h .colbg-mobile-opacity,
.scrollpage-section .colbg-mobile-opacity {
  display: none;
}

.scrollpage-h .section-show-bg--color.section-show-bg-effect-cont {
  top: 0;
}

.bg-slide-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.bg-slide {
  position: fixed;
  top: -13%;
  left: 84px;
  bottom: -13%;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: skew(0deg, 6deg);
  -moz-transform: skew(0deg, 6deg);
  -o-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  z-index: 1;
}
@media (max-width: 1600px) {
  .bg-slide {
    left: 60px;
  }
}
@media (max-width: 1400px) {
  .bg-slide {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .bg-slide {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .bg-slide {
    left: 0px;
  }
}
.bg-slide .mask-d {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0px;
  -webkit-transform: skew(0deg, -6deg);
  -moz-transform: skew(0deg, -6deg);
  -o-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
}
.bg-slide .section-show-bg--imgCont {
  top: 90px;
}
.bg-slide .section-show-bg--text {
  bottom: 129px;
}
@media (max-width: 2000px) {
  .bg-slide .section-show-bg--text {
    bottom: 90px;
  }
}
@media (max-width: 1450px) {
  .bg-slide .section-show-bg--text {
    bottom: 75px;
  }
}
.bg-slide .section-show-bg--color {
  left: 0;
}
.bg-slide .section-show-bg--imgBgCont {
  left: 0;
  will-change: transform, opacity;
}
@media (min-width: 992px) {
  .bg-slide.bg-slide-inner {
    position: fixed;
  }
  .bg-slide.bg-end.bg-slide-inner {
    position: absolute;
  }
}
.bg-slide.bg-end-move {
  display: none;
}
@media (min-width: 992px) {
  .bg-slide.bg-intro {
    top: 0;
    bottom: 0;
    transform: skew(0);
  }
}
@media (max-width: 991px) {
  .bg-slide.bg-intro .section-show-bg--imgCont {
    bottom: 7%;
  }
}

.effect-transition .bg-slide {
  -webkit-transform: translate3d(0, 100%, 0) skew(0deg, 6deg);
  -moz-transform: translate3d(0, 100%, 0) skew(0deg, 6deg);
  -o-transform: translate3d(0, 100%, 0) skew(0deg, 6deg);
  transform: translate3d(0, 100%, 0) skew(0deg, 6deg);
}

@media (min-width: 992px) {
  .effect-transition .bg-intro.bg-slide {
    -webkit-transform: translate3d(0, 100%, 0) skew(0deg, 0deg);
    -moz-transform: translate3d(0, 100%, 0) skew(0deg, 0deg);
    -o-transform: translate3d(0, 100%, 0) skew(0deg, 0deg);
    transform: translate3d(0, 100%, 0) skew(0deg, 0deg);
  }
}
@media (min-width: 992px) {
  .effect-transition .bg-intro.bg-slide .mask-d {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
}

.effect-opacity .bg-slide {
  opacity: 0;
}

@media (min-width: 992px) {
  .scroll-slide-active {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .first-slide .bg-slide {
    min-height: 100vh;
  }
}

.section-bg-static-frist .section-show-bg {
  z-index: 1;
}
.section-bg-static-frist .bg-scroller-last {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0px;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: #fff;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: 0;
}

.scrollpage-section:not(.scrollpage-h) .section-show-cont {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 991px) {
  .scrollpage-section:not(.scrollpage-h) .section-show-cont {
    opacity: 1;
  }
}
.scrollpage-section:not(.scrollpage-h) .section-show-cont.show-cont-ap {
  opacity: 1;
}
@media (min-width: 992px) {
  .scrollpage-section:not(.scrollpage-h) .section-show-cont .trans-anima-link {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.6s ease-in-out 0.5s;
    -o-transition: all 0.6s ease-in-out 0.5s;
    transition: all 0.6s ease-in-out 0.5s;
  }
  .scrollpage-section:not(.scrollpage-h) .section-show-cont .trans-anima-link .section-show--link {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.6s ease-in-out 0.5s;
    -o-transition: all 0.6s ease-in-out 0.5s;
    transition: all 0.6s ease-in-out 0.5s;
  }
  .scrollpage-section:not(.scrollpage-h) .section-show-cont.show-cont-ap .trans-anima-link {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.6s ease-in-out 0.4s;
    -o-transition: all 0.6s ease-in-out 0.4s;
    transition: all 0.6s ease-in-out 0.4s;
  }
  .scrollpage-section:not(.scrollpage-h) .section-show-cont.show-cont-ap .trans-anima-link .section-show--link {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.6s ease-in-out 0.4s;
    -o-transition: all 0.6s ease-in-out 0.4s;
    transition: all 0.6s ease-in-out 0.4s;
  }
}

.bg-slide .section-show-bg--text {
  opacity: 0;
  -webkit-transition: margin-left 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: margin-left 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .bg-slide .section-show-bg--text {
    margin-left: -20px;
  }
}
@media (max-width: 991px) {
  .bg-slide .section-show-bg--text {
    top: 190px;
  }
}
.bg-slide.bg-opacity .section-show-bg--text {
  opacity: 1;
}
@media (min-width: 992px) {
  .bg-slide.bg-opacity .section-show-bg--text {
    margin-left: 0px;
  }
}
.bg-slide.bg-active .section-show-bg--text {
  opacity: 1;
}
@media (min-width: 992px) {
  .bg-slide.bg-active .section-show-bg--text {
    margin-left: 0;
  }
}

.fp-viewing-introSlide #business .bg-slide,
.fp-viewing-introSlide #business1 .bg-slide,
.fp-viewing-introSlide #lifesLearning .bg-slide,
.fp-viewing-introSlide #lemon .bg-slide,
.fp-viewing-introSlide #lifestyle .bg-slide,
.fp-viewing-introSlide #tv .bg-slide,
.fp-viewing-introSlide #speaking .bg-slide {
  opacity: 0 !important;
  display: none !important;
}

.navcolor-learn #lemon .bg-slide,
.navcolor-learn #lifestyle .bg-slide,
.navcolor-learn #tv .bg-slide,
.navcolor-learn #speaking .bg-slide {
  opacity: 0 !important;
  display: none !important;
}

.navcolor-business #introSlide .bg-slide,
.navcolor-business #lifesLearning .bg-slide,
.navcolor-business #lemon .bg-slide,
.navcolor-business #lifestyle .bg-slide,
.navcolor-business #tv .bg-slide,
.navcolor-business #speaking .bg-slide {
  opacity: 0 !important;
  display: none !important;
}

.navcolor-business1 #introSlide .bg-slide,
.navcolor-business1 #lemon .bg-slide,
.navcolor-business1 #lifestyle .bg-slide,
.navcolor-business1 #tv .bg-slide,
.navcolor-business1 #speaking .bg-slide {
  opacity: 0 !important;
  display: none !important;
}

.navcolor-lifesLearning #introSlide .bg-slide,
.navcolor-lifesLearning #learn .bg-slide,
.navcolor-lifesLearning #business .bg-slide,
.navcolor-lifesLearning #tv .bg-slide,
.navcolor-lifesLearning #speaking .bg-slide {
  opacity: 0 !important;
  display: none !important;
}

.navcolor-lemon #introSlide .bg-slide,
.navcolor-lemon #learn .bg-slide,
.navcolor-lemon #business .bg-slide,
.navcolor-lemon #business1 .bg-slide,
.navcolor-lemon #tv .bg-slide,
.navcolor-lemon #speaking .bg-slide {
  opacity: 0 !important;
  display: none !important;
}

.navcolor-lifestyle #introSlide .bg-slide,
.navcolor-lifestyle #learn .bg-slide,
.navcolor-lifestyle #business .bg-slide,
.navcolor-lifestyle #business1 .bg-slide,
.navcolor-lifestyle #lifesLearning .bg-slide,
.navcolor-lifestyle #speaking .bg-slide {
  opacity: 0 !important;
  display: none !important;
}

.navcolor-tv #introSlide .bg-slide,
.navcolor-tv #learn .bg-slide,
.navcolor-tv #business .bg-slide,
.navcolor-tv #business1 .bg-slide,
.navcolor-tv #lifesLearning .bg-slide,
.navcolor-tv #lemon .bg-slide {
  opacity: 0 !important;
  display: none !important;
}

.navcolor-speaking #introSlide .bg-slide,
.navcolor-speaking #learn .bg-slide,
.navcolor-speaking #business .bg-slide,
.navcolor-speaking #business1 .bg-slide,
.navcolor-speaking #lifesLearning .bg-slide,
.navcolor-speaking #lifestyle .bg-slide {
  opacity: 0 !important;
  display: none !important;
}

.scroll-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999999999999;
  visibility: visible;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.scroll-loader-overlay.loaded {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.loader-logoCont {
  width: 100%;
  text-align: center;
  height: 54px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.loaded .loader-logoCont {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.loader-logo-div {
  display: inline-block;
  width: 185px;
  height: 100%;
  padding: 0 10px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.loader-logo {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../images/marcus_logo-w.png");
  background-image: url("../images/marcus_logo-w.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}

.loader-logo-bg {
  height: 100%;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  animation: movbg 1.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) infinite;
  -webkit-animation: movbg 1.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) infinite;
}

@-webkit-keyframes movbg {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-moz-keyframes movbg {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes movbg {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.scrollpage-section[data-bg="1"] {
  z-index: 1;
}

.scrollpage-section[data-bg="2"] {
  z-index: 2;
}

.scrollpage-section[data-bg="3"] {
  z-index: 3;
}

.scrollpage-section[data-bg="4"] {
  z-index: 4;
}

.scrollpage-section[data-bg="5"] {
  z-index: 5;
}

.scrollpage-section[data-bg="6"] {
  z-index: 6;
}

.scrollpage-section[data-bg="7"] {
  z-index: 7;
}

.scrollpage-section[data-bg="8"] {
  z-index: 8;
}

.scrollpage-section[data-bg="9"] {
  z-index: 9;
}

.scrollpage-section[data-bg="10"] {
  z-index: 10;
}

.bg-intro-img-desktop {
  background-position: right bottom !important;
  background-size: 75vh !important;
}
@media (max-width: 480px) {
  .bg-intro-img-desktop {
    display: none;
  }
}

@media (min-width: 1300px) {
  .bg-intro-img-desktop {
    background-size: 100vh !important;
  }
}

@media (min-width: 481px) {
  .bg-intro-img-mobile {
    display: none;
  }
}

.bg-blue2 {
  background-color: #B20C00;
}

.bg-blue-dark {
  background-color: #B20C00;
}

.bg-preset-gray {
  background-color: #ebebeb;
}

.bg-preset-light-blue {
  background-color: #f0f9fe;
}

@media (min-width: 1199px) {
  .contaniner-bigger {
    max-width: 1100px;
  }
}
@media (min-width: 1601px) {
  .contaniner-bigger {
    max-width: 1540px;
  }
}

@media (min-width: 991px) {
  .container-offset {
    margin-left: 4.15%;
  }
}

.scroll-page-body .container-fluid.contaniner-fluid-lg {
  padding-left: 150px;
  padding-right: 40px;
  max-width: 1930px;
}
@media (max-width: 1600px) {
  .scroll-page-body .container-fluid.contaniner-fluid-lg {
    padding-left: 110px;
    padding-right: 40px;
  }
}
.scroll-page-body .container-fluid.contaniner-fluid-xl {
  padding-left: 170px;
  padding-right: 80px;
  max-width: 1930px;
}
@media (max-width: 1600px) {
  .scroll-page-body .container-fluid.contaniner-fluid-xl {
    padding-left: 140px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .scroll-page-body .container-fluid.contaniner-fluid-xl {
    padding-left: 120px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .scroll-page-body .container-fluid.contaniner-fluid-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .scroll-page-body .container-fluid.contaniner-fluid-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-g {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.container-g.container-g-min-h {
  min-height: 400px;
}
.container-g.container-g-pt {
  padding-top: 35px;
}
.container-g.container-g-pt-lg {
  padding-top: 35px;
}
@media (max-width: 991px) {
  .container-g.container-g-pt-lg {
    padding-top: 0;
  }
}
.container-g.container-g-pt-2 {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .container-g.container-g-pt-2 {
    padding-top: 15px;
  }
}

.scroll-page-body .container-g {
  max-width: 100%;
  position: static;
  background-color: inherit;
}

.container-fluid.contaniner-fluid-xl {
  padding-left: 105px;
  padding-right: 105px;
}
@media (max-width: 991px) {
  .container-fluid.contaniner-fluid-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-fluid.contaniner-fluid-xl.container-form {
  padding-left: 105px;
  padding-right: 105px;
}
@media (max-width: 1200px) {
  .container-fluid.contaniner-fluid-xl.container-form {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .container-fluid.contaniner-fluid-xl.container-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-fluid.contaniner-fluid-header {
  padding-left: 105px;
  padding-right: 105px;
  max-width: 1320px;
}
@media (max-width: 991px) {
  .container-fluid.contaniner-fluid-header {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 860px;
  }
}

.section-row-small {
  padding-top: 55px;
  padding-bottom: 30px;
}

.section-row-vhauto {
  height: auto;
  min-height: 80vh;
}

.section-row-vh {
  height: 100vh;
  min-height: 650px;
}
@media (max-width: 500px) {
  .section-row-vh {
    height: 95vh;
    min-height: 400px;
  }
}

.section-relative {
  position: relative;
}

.section-w-bg-font-color {
  color: #fff;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
}
.section-bg.bg-blue {
  background-color: #4898c2;
}
.section-bg.bg-darkblue {
  background-color: #022233;
}
.section-bg.bg-blue2 {
  background-color: #114682;
}
.section-bg.bg-blue3 {
  background-color: #B20C00;
}
.section-bg.bg-black {
  background-color: #1C1C1C;
}
.section-bg.bg-blue-dark {
  background-color: #B20C00;
}
.section-bg.bg-green {
  background-color: #122c00;
}
.section-bg .section-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
.section-bg .bg-img-mobile {
  z-index: 2;
}

@media (max-width: 767px) {
  .bg-img-hasmobile .bg-img-desktop {
    display: none;
  }
}
.bg-img-hasmobile .bg-img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .bg-img-hasmobile .bg-img-mobile {
    display: block;
  }
}

.section-bg-blocks {
  position: relative;
}
.section-bg-blocks-grey {
  background-color: #f0ece1;
}
.section-bg-blocks-blue {
  background-color: #002032;
}

.noti-bar-show .section-header-mh {
  min-height: 310px;
  padding-top: 100px;
}
@media (max-width: 1500px) {
  .noti-bar-show .section-header-mh {
    min-height: 260px;
  }
}
@media (max-width: 991px) {
  .noti-bar-show .section-header-mh {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .noti-bar-show .section-header-mh {
    padding-top: 150px;
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .noti-bar-show .section-header-mh .title.title-mb-40 {
    margin-bottom: 5px;
  }
}

.section-no-header {
  min-height: 700px;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .section-no-header {
    min-height: 500px;
  }
}

.header-section {
  margin-top: 84px;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .header-section {
    margin-top: 74px;
  }
}
@media (max-width: 991px) {
  .header-section {
    margin-top: 69px;
    overflow: hidden;
  }
}
.header-section .container-g:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 84px;
  margin-top: -84px;
}
@media (max-width: 1200px) {
  .header-section .container-g:before {
    height: 74px;
    margin-top: -74px;
  }
}
@media (max-width: 991px) {
  .header-section .container-g:before {
    display: none;
  }
}
.header-section .container,
.header-section .container-fluid {
  position: relative;
  z-index: 1;
}
.header-section .header-mh {
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .header-section .header-mh {
    min-height: auto;
    min-height: inherit;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .header-section .header-mh {
    padding-top: 40%;
    padding-bottom: 30px;
  }
}
.header-section .header-mh-image {
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .header-section .header-mh-image {
    min-height: auto;
    min-height: inherit;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .header-section .header-mh-image {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}
.header-section .header-py {
  padding-top: 70px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .header-section .header-py {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .header-section .header-py .header-section-title {
    max-width: 300px;
  }
}
.header-section .header-p {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .header-section .header-p {
    min-height: inherit;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .header-section .header-p {
    padding-top: 40%;
    padding-bottom: 30px;
  }
}

.header-section-col {
  position: static;
}
.header-section-col.header-section-col-py {
  padding-bottom: 40px;
}

.header-section-col-info-rel {
  position: relative;
  z-index: 2;
}

.header-p-max-w p {
  margin-bottom: 0;
  max-width: 290px;
}
@media (max-width: 767px) {
  .header-p-max-w p {
    max-width: 500px;
  }
}
@media (max-width: 450px) {
  .header-p-max-w p {
    max-width: 260px;
  }
}

@media (max-width: 767px) {
  .header-section-col-md-p0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-section-full-pt {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .header-section-full-pt {
    padding-top: 10px;
  }
}

.header-section-col-info {
  position: relative;
  z-index: 2;
  padding: 58px 11%;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .header-section-col-info {
    padding: 58px 10%;
  }
}
@media (max-width: 767px) {
  .header-section-col-info {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .header-section-col-info {
    max-width: 260px;
  }
}
.header-section-col-info p {
  margin: 0;
  margin-bottom: 20px;
  font-family: "nexa", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.64px;
  line-height: 1.2;
}
@media (max-width: 1250px) {
  .header-section-col-info p {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 1150px) {
  .header-section-col-info p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .header-section-col-info p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.header-section-col-info-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: #121d31;
  opacity: 0.95;
}

.header-section-pt {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .header-section-pt {
    padding-top: 10px;
  }
}

.header-section-pb {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .header-section-pb {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .header-cont-relative-lg {
    position: relative;
    padding-top: 0;
    padding-bottom: 35px;
  }
}

.header-section-title {
  font-family: "Vinyl", sans-serif;
  color: #ffffff;
  font-size: 58px;
  font-size: 5.8rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .header-section-title {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
.header-section-title.title-butler {
  font-family: "Butler", sans-serif;
  text-transform: initial;
  font-size: 42px;
  font-size: 4.2rem;
}
@media (max-width: 991px) {
  .header-section-title.title-butler {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.header-section-title.title-butler.title-butler-xl {
  font-family: "Butler", sans-serif;
  text-transform: initial;
  font-size: 56px;
  font-size: 5.6rem;
}
@media (max-width: 1300px) {
  .header-section-title.title-butler.title-butler-xl {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .header-section-title.title-butler.title-butler-xl {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .header-section-title.title-butler.title-butler-xl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.header-section-title.title-normal {
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: -0.5px;
  text-transform: initial;
  font-size: 42px;
  font-size: 4.2rem;
}
@media (max-width: 991px) {
  .header-section-title.title-normal {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.header-section-title.title-lg {
  font-size: 76px;
  font-size: 7.6rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .header-section-title.title-lg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .header-section-title.title-lg {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 450px) {
  .header-section-title.header-section-title-sm-mw {
    max-width: 330px;
  }
}

.header-section-toptitle {
  margin: 0;
  margin-bottom: 10px;
  color: #ffe100;
  font-family: "nexa", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: 18px;
  letter-spacing: 1.93px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-section-toptitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.header-section-textCont {
  max-width: 600px;
}

.header-section-text {
  font-family: "Libre Franklin", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .header-section-text {
    line-height: 1.6;
  }
}
.header-section-text.header-section-text-font-16 p {
  font-size: 16px;
  font-size: 1.6rem;
}

.header-section .layout-video-link {
  display: block;
}
@media (max-width: 767px) {
  .header-section .layout-video-link {
    display: inline-block;
  }
}
.header-section .layout-video-icon-cont {
  position: absolute;
  left: 75%;
  bottom: 50%;
  margin-bottom: -36px;
  margin-left: -36px;
}
@media (max-width: 767px) {
  .header-section .layout-video-icon-cont {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .header-section .layout-video-icon-cont.mt-fix-991 {
    bottom: 25px;
    left: 48%;
  }
}
@media (max-width: 767px) {
  .header-section .layout-video-icon-cont.mt-fix-991 {
    bottom: 0px;
  }
}
@media (min-width: 768px) {
  .header-section .layout-video-icon-cont.layout-cont-bottom {
    bottom: 20%;
  }
}
.header-section .layout-video-icon-cont .layout-video-icon {
  width: 72px;
  height: 72px;
}
.header-section .layout-video-icon-cont .layout-icon-play {
  border-width: 15px 0 15px 22px;
  margin-top: -14px;
  margin-left: -7px;
}
.header-section .layout-video-icon-cont .layout-icon-play-border {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .header-section .layout-video-link {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .header-section .header-cont-relative-lg .layout-video-icon-cont {
    position: absolute;
    bottom: 100%;
    left: 15px;
    margin-bottom: 20px;
  }
}

.header-label .layout-label {
  margin-bottom: 17px;
}
.header-label .layout-label-title {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header-label .layout-label-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.header-label .layout-label-text {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header-label .layout-label-text {
    display: block;
    margin-top: 5px;
  }
}

.header-section-desc {
  margin-top: 18px;
}
.header-section-desc--lesson {
  display: inline-block;
  vertical-align: middle;
  color: #99d0f0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  margin-right: 15px;
}
.header-section-desc--duration {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px;
  line-height: 1;
  font-size: 9px;
  font-size: 0.9rem;
  border-radius: 9px;
  background-color: #293f62;
  color: #fff;
}

@media (min-width: 768px) {
  .header-section-bg-lesson .container-g > div {
    min-height: 300px;
  }
  .header-section-bg-lesson .container-g > div > .contaniner-fluid-header > .row {
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  .header-section-bg-lesson .container-g {
    background-color: #111e31;
  }
}

@media (max-width: 767px) {
  .header-bg-mobile {
    position: relative;
    padding-top: 65%;
  }
  .header-bg-mobile .layout-section-bg .layout-section-bgimg,
  .header-bg-mobile .layout-section-bg .layout-section-bgimg.mobile {
    bottom: 0;
    padding-top: 0;
    background-size: cover;
  }
  .header-bg-mobile .layout-section-bg.bg-color-bussy-dark .layout-section-bgimg.mobile .layout-section-bg-overlay {
    top: 50%;
    background: rgb(17, 29, 49);
    background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.8547619731) 22%, rgba(17, 29, 49, 0.6138656146) 49%, rgba(17, 29, 49, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.8547619731) 22%, rgba(17, 29, 49, 0.6138656146) 49%, rgba(17, 29, 49, 0) 100%);
    background: linear-gradient(0deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.8547619731) 22%, rgba(17, 29, 49, 0.6138656146) 49%, rgba(17, 29, 49, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
  }
}
@media (max-width: 767px) {
  .header-bg-mobile.full {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .life-skills-lesson-color .header-bg-mobile {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .life-skills-lesson-color .header-bg-mobile .layout-section-bg.bg-color-bussy-dark .layout-section-bgimg.mobile .layout-section-bg-overlay {
    display: none;
  }
}

@media (max-width: 767px) {
  .single-lifestyle .layout-section-bg {
    padding-top: 55%;
    bottom: inherit;
    bottom: initial;
  }
  .single-lifestyle .layout-section-bg .layout-section-bg-overlay,
  .single-lifestyle .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
    display: none;
  }
  .single-lifestyle .layout-video-link {
    position: absolute;
    top: 0;
    left: 15px;
    padding-top: 55%;
    margin-top: -85px;
  }
  .single-lifestyle .header-section .header-p {
    padding-top: 65%;
  }
}
@media (max-width: 400px) {
  .single-lifestyle .header-section .header-p {
    padding-top: 69%;
  }
}

.header-default .header-section-text,
.header-default .header-section-title {
  color: #000;
}

.header-section .layout-section-bg {
  background-color: #111d31;
}

.page-template-page-contributors .header-default .header-section-text,
.page-template-page-contributors .header-default .header-section-title,
.post-color .header-default .header-section-text,
.post-color .header-default .header-section-title,
.page-template-default.page .header-default .header-section-text,
.page-template-default.page .header-default .header-section-title {
  color: #fff;
}

.header-dark .layout-section-bg {
  background-color: #111d31;
}

.header-section-image-card {
  position: relative;
  width: 100%;
  padding-top: 300px;
  z-index: 2;
}
@media (min-width: 992px) {
  .header-section-image-card {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .header-section-image-card {
    padding-top: 42%;
  }
}
.header-section-image-card .layout-section-bg {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header-section-image-card .layout-video-icon-cont {
  left: 50%;
}
@media (max-width: 767px) {
  .header-section-image-card .layout-video-icon-cont {
    left: 10px;
  }
}
.header-section-image-card .overlay-card-gradient {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 150px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.07) 33%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 0;
}

.header-overview-lerning-text {
  padding: 25px 0;
  max-width: 550px;
}
@media (max-width: 1300px) {
  .header-overview-lerning-text {
    padding-top: 5px;
    max-width: 100%;
  }
}
.header-overview-lerning-text p {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (max-width: 1300px) {
  .header-overview-lerning-text p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .header-overview-lerning-text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .header-overview-lerning-text p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.header-overview-lerning-text p strong {
  font-family: "Vinyl", sans-serif;
  letter-spacing: 0.7px;
}
.header-overview-lerning-text a {
  color: #ffe100;
}

.section-header-video-bg {
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  bottom: 0;
  background-color: #09111e;
  height: 100%;
  z-index: 0;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .section-header-video-bg {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .section-header-video-bg {
    display: none;
  }
}
.section-header-video-bg video {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .section-header-video-bg video {
    width: 120%;
  }
}
@media (max-width: 1000px) {
  .section-header-video-bg video {
    width: 130%;
  }
}

.section-header-video-dg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 35%;
  background: #111d31;
  background: -moz-linear-gradient(90deg, #111d31 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(90deg, #111d31 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(90deg, #111d31 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
  z-index: 3;
  opacity: 1;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

@media (min-width: 768px) {
  .header-w-video .header-bg-mobile.full {
    display: none;
  }
  .header-w-video .header-section-col-info-rel.anima-rel {
    opacity: 0;
  }
  .header-w-video.header-w-video-playing .header-section-col-info-rel.anima-rel {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  .header-w-video .section-header-video-bg {
    opacity: 0;
  }
  .header-w-video.header-w-video-playing .section-header-video-bg {
    opacity: 1;
    -webkit-transition: 0.5s all ease-in-out 1s;
    -o-transition: 0.5s all ease-in-out 1s;
    transition: 0.5s all ease-in-out 1s;
  }
  .header-w-video.video-finish .header-section-col-info-rel.anima-rel {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header-w-video.video-finish .section-header-video-bg {
    opacity: 0.5;
  }
  .header-w-video.video-finish .section-header-video-dg {
    opacity: 1;
  }
  .header-w-video.header-w-video-played .header-bg-mobile.full {
    display: block;
  }
  .header-w-video.header-w-video-played .header-section-col-info-rel.anima-rel {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header-w-video.header-w-video-played .section-header-video-bg {
    display: none;
  }
}
.text-wyswyg .text-font-18,
.text-wyswyg .text-font-18 p, .text-wyswyg.text-font-18, .text-wyswyg.text-font-18 p {
  line-height: 1.5;
}
@media (max-width: 500px) {
  .text-wyswyg .text-font-18,
  .text-wyswyg .text-font-18 p, .text-wyswyg.text-font-18, .text-wyswyg.text-font-18 p {
    line-height: 1.5;
  }
}
.text-wyswyg .map-content iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 500px) {
  .text-wyswyg .map-content iframe {
    height: 300px;
  }
}
.text-wyswyg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-wyswyg ul li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}
.text-wyswyg ul li:before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  background-color: #9dcfb5;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.text-wyswyg ol {
  list-style: none;
}
.text-wyswyg ol li {
  counter-increment: inst;
  font-size: 16px;
  font-size: 1.6rem;
}
.text-wyswyg ol li::before {
  content: counter(inst);
  color: #9dcfb5;
  min-width: 18px;
  display: inline-flex;
  font-weight: 700;
}
.text-wyswyg img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.text-wyswyg img.alignright {
  display: block;
  float: right;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .text-wyswyg img.alignright {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.text-wyswyg img.alignleft {
  display: block;
  float: left;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .text-wyswyg img.alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.text-wyswyg .aligncenter {
  margin: 35px auto 35px;
}
.text-wyswyg .aligncenter p {
  margin-bottom: 0;
}
.text-wyswyg p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #232018;
  margin-bottom: 20px;
}
.text-wyswyg p:last-child {
  margin-bottom: 0;
}
.text-wyswyg h1, .text-wyswyg h2, .text-wyswyg h3 {
  font-family: "Libre Franklin", sans-serif;
}
.text-wyswyg h2 {
  margin-bottom: 20px;
  color: #1C1C1C;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 500px) {
  .text-wyswyg h2 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.text-wyswyg h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 500px) {
  .text-wyswyg h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.text-wyswyg-cont-colored {
  padding: 30px 25px 5px;
  background-color: #1C1C1C;
  color: #fff;
}
.text-wyswyg-cont-colored h1, .text-wyswyg-cont-colored h2, .text-wyswyg-cont-colored h3, .text-wyswyg-cont-colored h4, .text-wyswyg-cont-colored p {
  color: #fff;
}

.text-wyswyg-p-mb-0 p {
  margin-bottom: 2px;
  line-height: 1.5;
}

.text-right .text-wyswyg ul li,
.text-center .text-wyswyg ul li {
  padding-left: 0 !important;
}
.text-right .text-wyswyg ul li:before,
.text-center .text-wyswyg ul li:before {
  display: inline-block;
  position: static;
  margin-right: 5px;
}

.image-grid {
  padding-top: 122%;
  position: relative;
  width: 100%;
  max-width: 630px;
}
@media (min-width: 992px) {
  .image-grid {
    -webkit-transform: translate3d(0, -5%, 0);
    -ms-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
}
@media (max-width: 991px) {
  .image-grid {
    padding: 0;
    max-width: inherit;
  }
}

.image-grid-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media (max-width: 991px) {
  .image-grid-item {
    position: relative;
    padding-top: 90%;
  }
}
@media (min-width: 992px) {
  .image-grid-item-1 {
    width: 55%;
    bottom: 39%;
    z-index: 4;
  }
  .image-grid-item-2 {
    top: 33%;
    left: 45%;
    width: 55%;
    bottom: 31%;
    z-index: 2;
  }
  .image-grid-item-3 {
    top: 64%;
    left: 5%;
    width: 45%;
    bottom: 8%;
    z-index: 3;
  }
  .image-grid-item-4 {
    top: 76%;
    left: 60%;
    right: 5%;
    width: 32%;
    z-index: 1;
  }
}

.image-grid-item > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}

@media (min-width: 992px) {
  .image-grid-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 8px 22px 91px -42px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 8px 22px 91px -42px rgba(0, 0, 0, 0.45);
    box-shadow: 8px 22px 91px -42px rgba(0, 0, 0, 0.45);
  }
}

.title {
  font-family: "nexa", sans-serif;
  color: #000;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.title.title-xs {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .title.title-xs {
    font-size: 20px;
    font-size: 2rem;
  }
}

.top-title {
  font-family: "nexa", sans-serif;
  color: #9dcfb5;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
}

.btn-cont a,
.btn {
  border-radius: 1px;
  padding: 10px 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "nexa", sans-serif;
  border: 2px solid transparent;
  letter-spacing: 0.9px;
}
@media (max-width: 1450px) {
  .btn-cont a,
  .btn {
    padding: 10px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.btn-cont a.btn-xl,
.btn.btn-xl {
  min-width: 260px;
}
.btn-cont a.btn-icon i,
.btn.btn-icon i {
  width: 100%;
  color: #C9A03E;
  margin: 0 auto !important;
  display: block;
}
.btn-cont a .btn-link-text,
.btn .btn-link-text {
  display: inline-block;
  padding: 1px 0;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.btn.btn-green {
  background-color: #114682;
}

.btn.btn-blue {
  background-color: #114682;
  color: #fff;
}

.btn:hover,
.btn:focus {
  background-color: #142D52;
  color: #114682;
}
.btn:hover.btn-blue,
.btn:focus.btn-blue {
  background-color: #142D52;
  color: #fff;
}

.btn-default a,
.btn.btn-default {
  background-color: #eeeeee;
  border-color: #1C1C1C;
  color: #1C1C1C;
}
.btn-default a:hover,
.btn.btn-default:hover {
  background-color: #1C1C1C;
  border-color: #1C1C1C;
  color: #fff;
}

@media (max-width: 991px) {
  .link-hide-mobile {
    display: none;
  }
}

.link-show-mobile {
  display: none;
}
@media (max-width: 991px) {
  .link-show-mobile {
    margin-top: 30px;
    display: block;
  }
}

.link-arrow {
  display: inline-block;
  font-family: "nexa", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.85px;
  position: relative;
  padding-right: 10px;
}
.link-arrow span {
  display: inline-block;
  vertical-align: middle;
}
.link-arrow .link-arrow-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border-color: #2e75bb;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-arrow:hover span {
  text-decoration: underline;
}

.figure-400 {
  width: 100%;
  padding-top: 117%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .figure-400 {
    max-width: 530px;
  }
}

.figure-caption {
  padding: 10px;
  text-align: center;
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #002032;
}

@media (max-width: 767px) {
  .figure-img-full {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media (min-width: 768px) {
  .figure-img-full.figure-img-full-br {
    border-radius: 17px;
    overflow: hidden;
  }
}

.figure-img-full img {
  width: 100%;
  height: auto;
}

.figure-img-center {
  text-align: center;
}

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

.section-bg-blocks-blue .figure-caption {
  color: #fff;
}

.nav-main {
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color: transparent;
  padding: 0;
  top: 0;
}
.nav-main .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.fullpage-scroll {
  position: relative;
  z-index: 1;
}

.nav-links-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.nav-main-container {
  padding-left: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .nav-main-container {
    padding-left: 100px;
  }
}
@media (max-width: 1500px) {
  .nav-main-container {
    padding-left: 85px;
  }
}
@media (max-width: 1200px) {
  .nav-main-container {
    padding-left: 55px;
  }
}
@media (max-width: 991px) {
  .nav-main-container {
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .nav-main-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 992px) {
  .nav-main-container:after {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    right: 0;
    z-index: 0;
    height: 90px;
    opacity: 1;
    z-index: 0;
    -webkit-backdrop-filter: blur(10px);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@media (min-width: 1201px) {
  .nav-main-container:after {
    content: "";
    display: block;
    position: absolute;
    left: 50px;
    right: 0;
    z-index: 0;
    height: 90px;
    opacity: 1;
    z-index: 0;
    -webkit-backdrop-filter: blur(10px);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@media (min-width: 1401px) {
  .nav-main-container:after {
    content: "";
    display: block;
    position: absolute;
    left: 60px;
    right: 0;
    z-index: 0;
    height: 90px;
    opacity: 1;
    z-index: 0;
    -webkit-backdrop-filter: blur(10px);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@media (min-width: 1601px) {
  .nav-main-container:after {
    content: "";
    display: block;
    position: absolute;
    left: 85px;
    right: 0;
    z-index: 0;
    height: 90px;
    opacity: 1;
    z-index: 0;
    -webkit-backdrop-filter: blur(10px);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@media (max-width: 991px) {
  .nav-main-container:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
  }
}

.navbar-brand {
  position: relative;
  z-index: 6;
}

.nav-actions {
  position: relative;
  z-index: 10;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .nav-actions {
    padding-right: 20px;
  }
}

.navbar-brand {
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .navbar-brand {
    margin-right: 15px;
  }
}

.nav-main .navbar-brand {
  width: 185px;
  height: 54px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .nav-main .navbar-brand {
    width: 135px;
    height: 44px;
  }
}
@media (max-width: 1200px) {
  .nav-main .navbar-brand {
    width: 100px;
    height: 44px;
  }
}
.nav-main .navbar-brand .navbar-brand--logo-small {
  opacity: 0;
}

.navbar-brand--logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 35px;
  margin-top: -17px;
  background-image: url("../images/marcus_logo-w.png");
  background-image: url("../images/marcus_logo-w.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.navbar-brand--logo-dark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 35px;
  margin-top: -17px;
  background-image: url("../images/marcus_logo.png");
  background-image: url("../images/marcus_logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-brand--logo-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 54px;
  background-image: url("../images/marcus_logo_small.png");
  background-image: url("../images/marcus_logo_small.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1500px) {
  .navbar-brand--logo-small {
    width: 48px;
    height: 44px;
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  .navbar-brand--logo-small {
    width: 38px;
    height: 44px;
    background-size: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-nav.nav-seccion-links,
  .nav-seccion-links {
    display: none;
  }
}
.navbar-nav.nav-seccion-links li,
.nav-seccion-links li {
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
}
@media (max-width: 1500px) {
  .navbar-nav.nav-seccion-links li,
  .nav-seccion-links li {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.navbar-nav.nav-seccion-links li a,
.nav-seccion-links li a {
  color: #fff;
  font-family: "nexa", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1400px) {
  .navbar-nav.nav-seccion-links li a,
  .nav-seccion-links li a {
    letter-spacing: 0.5px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 1200px) {
  .navbar-nav.nav-seccion-links li a,
  .nav-seccion-links li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .navbar-nav.nav-seccion-links li a,
  .nav-seccion-links li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 345px) {
  .navbar-nav.nav-seccion-links li a,
  .nav-seccion-links li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.navbar-nav.nav-seccion-links li a span,
.nav-seccion-links li a span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.navbar-nav.nav-seccion-links li a .nav-link-bg--item,
.nav-seccion-links li a .nav-link-bg--item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  background-color: #000;
  z-index: 1;
  opacity: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  animation: d-out 0.3s 1;
  -webkit-animation: d-out 0.3s 1;
}
.navbar-nav.nav-seccion-links li.active a .nav-link-bg--item,
.nav-seccion-links li.active a .nav-link-bg--item {
  width: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  animation: d-in 0.3s 1;
  -webkit-animation: d-in 0.3s 1;
}

.navbar-nav.nav-seccion-links li.child-active.active a .nav-link-bg--item {
  width: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  animation: none;
  -webkit-animation: none;
}

.navbar-nav.nav-seccion-links li.child-active {
  opacity: 1 !important;
}

.navbar-nav.nav-seccion-links li.child-active a .nav-link-bg--item {
  width: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  animation: d-in 0.3s 1;
  -webkit-animation: d-in 0.3s 1;
}

@-webkit-keyframes d-in {
  0% {
    width: 80%;
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes d-in {
  0% {
    width: 80%;
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes d-in {
  0% {
    width: 80%;
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes d-out {
  0% {
    opacity: 1;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
}
@-moz-keyframes d-out {
  0% {
    opacity: 1;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
}
@keyframes d-out {
  0% {
    opacity: 1;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
}
.nav-actions .navbar-nav {
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-search {
  display: block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 0.4;
  text-decoration-color: transparent;
}
@media (max-width: 991px) {
  .nav-link-search {
    margin-right: 10px;
  }
}
.nav-link-search:hover {
  text-decoration-color: transparent;
}
.nav-link-search:hover span {
  color: #f9d423;
}

.nav-link .nav-link-shop,
.nav-link-shop {
  padding: 9px 16px;
  background-color: #45494f;
  color: #fff;
  margin-left: 30px;
  display: block;
}
.nav-link .nav-link-shop span,
.nav-link-shop span {
  display: inline-block;
  vertical-align: middle;
}
.nav-link .nav-link-shop .nav-link-shop--text,
.nav-link-shop .nav-link-shop--text {
  font-family: "nexa", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1.75px;
  font-weight: 700;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .nav-link .nav-link-shop .nav-link-shop--text,
  .nav-link-shop .nav-link-shop--text {
    display: none;
  }
}
.nav-link .nav-link-shop:hover,
.nav-link-shop:hover {
  text-decoration-color: transparent;
}
.nav-link .nav-link-shop:hover span,
.nav-link-shop:hover span {
  color: #f9d423;
}

.navbar-toggle-c {
  display: block;
  height: 16px;
  width: 24px;
  padding: 0;
  border-radius: 0;
  position: relative;
  z-index: 40;
  background: transparent;
  border: 0;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .navbar-toggle-c {
    margin-left: 5px;
  }
}
.navbar-toggle-c .icon-bar {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-toggle-c .icon-bar {
  position: absolute;
  left: 0;
}
.navbar-toggle-c .icon-bar:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggle-c .icon-bar:nth-child(3) {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  opacity: 1;
}
.navbar-toggle-c .icon-bar:nth-child(4) {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggle-c.active .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  position: absolute;
  margin-top: -1px;
}
.navbar-toggle-c.active .icon-bar:nth-child(3) {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  opacity: 0;
}
.navbar-toggle-c.active .icon-bar:nth-child(4) {
  top: 50%;
  left: 0;
  position: absolute;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 991px) {
  .nav-menu {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
.nav-menu > .container-fluid {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.nav-meu-inner-center {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.nav-meu-inner-center > div {
  width: 100%;
}

.nav-menu-col-links {
  flex-basis: 500px;
  flex: 0 0 500px;
  position: relative;
  padding-top: 90px;
  padding-bottom: 70px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .nav-menu-col-links {
    width: 400px;
    flex: 0 0 400px;
  }
}
@media (max-width: 991px) {
  .nav-menu-col-links {
    background-color: #fff;
    width: 100%;
    flex-basis: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 50px;
  }
}

.nav-menu-link-list {
  height: 100%;
  padding-left: 100px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .nav-menu-link-list {
    padding-left: 65px;
  }
}
@media (max-width: 991px) {
  .nav-menu-link-list {
    padding-left: 0;
    padding-right: 0;
    max-width: 600px;
    margin: 0 auto;
  }
}
.nav-menu-link-list li a {
  display: block;
  color: #000000;
  font-family: "nexa", sans-serif;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  padding: 0;
}
@media (min-width: 992px) and (max-height: 650px) {
  .nav-menu-link-list li a {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (max-width: 1700px) {
  .nav-menu-link-list li a {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 1500px) {
  .nav-menu-link-list li a {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  .nav-menu-link-list li a {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media (max-width: 767px) {
  .nav-menu-link-list li a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 370px) {
  .nav-menu-link-list li a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.nav-menu-link-list li a .nav-link-b-hover {
  display: inline-block;
  position: relative;
  z-index: 0;
  opacity: 1;
  padding: 10px 8px;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
@media (max-width: 1700px) {
  .nav-menu-link-list li a .nav-link-b-hover {
    padding: 4px 8px;
  }
}
.nav-menu-link-list li a .nav-link-colored-hover {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  color: #293f62;
  z-index: 1;
  -webkit-transition: transform 275ms ease-in-out;
  -o-transition: transform 275ms ease-in-out;
  transition: transform 275ms ease-in-out;
}
@media (max-width: 991px) {
  .nav-menu-link-list li a .nav-link-colored-hover {
    display: none;
  }
}
.nav-menu-link-list li a .nav-link-colored-hover::before {
  display: inline-block;
  padding: 10px 8px;
  content: attr(data-content);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: transform 275ms ease-in-out;
  -o-transition: transform 275ms ease-in-out;
  transition: transform 275ms ease-in-out;
}
@media (max-width: 1700px) {
  .nav-menu-link-list li a .nav-link-colored-hover::before {
    padding: 4px 8px;
  }
}
@media (min-width: 992px) {
  .nav-menu-link-list li a:hover .nav-link-colored-hover {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .nav-menu-link-list li a:hover .nav-link-colored-hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .nav-menu-link-list li a:hover .nav-link-b-hover {
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out 105ms;
    -o-transition: all 200ms ease-in-out 105ms;
    transition: all 200ms ease-in-out 105ms;
  }
}
.nav-menu-link-list .nav-item-end {
  margin-top: 90px;
}
@media (max-width: 1700px) {
  .nav-menu-link-list .nav-item-end {
    margin-top: 40px;
  }
}
.nav-menu-link-list .nav-social {
  padding-left: 5px;
}
@media (max-width: 991px) {
  .nav-menu-link-list .nav-social {
    padding-left: 8px;
  }
}
.nav-menu-link-list .nav-social li {
  margin-right: 14px;
}
@media (max-width: 991px) {
  .nav-menu-link-list .nav-social li {
    margin-right: 20px;
  }
}
.nav-menu-link-list .nav-social li a {
  font-size: 25px;
  font-size: 2.5rem;
}
@media (max-width: 1700px) {
  .nav-menu-link-list .nav-social li a {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.nav-menu-link-list .nav-social li a:hover {
  color: #f9d423;
}

.nav-menu-col-links ul.nav-menu-link-list::after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0px;
  right: 20%;
  background-color: #fff;
  opacity: 0.2;
  z-index: 2;
  bottom: 0;
  display: none;
}
@media (max-width: 991px) {
  .nav-menu-col-links ul.nav-menu-link-list::after {
    display: none;
  }
}

.nav-menu-link-anima-appear {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 13%;
  bottom: 0px;
  background-color: #fff;
  opacity: 1;
  z-index: 2;
}
@media (max-width: 1610px) {
  .nav-menu-link-anima-appear {
    right: 19%;
  }
}
@media (max-width: 1500px) {
  .nav-menu-link-anima-appear {
    right: 22%;
  }
}
@media (max-width: 991px) {
  .nav-menu-link-anima-appear {
    display: none;
  }
}
.nav-menu-link-anima-appear:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 44%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(44%, rgba(255, 255, 255, 0.44)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 44%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 44%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 44%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 44%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}

.nav-menu-col-info {
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 70px;
  width: calc(100% - 500px);
}
@media (max-width: 1600px) {
  .nav-menu-col-info {
    width: calc(100% - 400px);
  }
}
@media (max-width: 991px) {
  .nav-menu-col-info {
    background-color: #545454;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}

.nav-menu-col-info-cont {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 1700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .nav-menu-col-info-cont {
    max-width: 600px;
    margin: 0 auto;
  }
}
.nav-menu-col-info-cont > .row {
  max-width: 1700px;
  margin: 0 auto;
}
@media (max-width: 2000px) {
  .nav-menu-col-info-cont > .row {
    max-width: 1200px;
  }
}
@media (max-width: 1700px) {
  .nav-menu-col-info-cont > .row {
    max-width: 1100px;
  }
}
@media (max-width: 1500px) {
  .nav-menu-col-info-cont > .row {
    max-width: 100%;
  }
}

.section-show-slide-nav {
  margin-bottom: 35px;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 1600px) {
  .section-show-slide-nav {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .section-show-slide-nav {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .section-show-slide-nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-show-slide-nav .slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f9d423;
}

.nav-menu-title {
  color: #f9d423;
  font-family: "nexa", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .nav-menu-title {
    margin-bottom: 10px;
  }
}

.nav-menu-col-info .section-show--link {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.57px;
}
@media (max-width: 1600px) {
  .nav-menu-col-info .section-show--link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) and (max-height: 650px) {
  .nav-menu-col-info .section-show--link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .nav-menu-col-info .section-show--link .link-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-menu-col-info .section-show--link .link-inner .link-detail {
  width: 0;
}
@media (max-width: 991px) {
  .nav-menu-col-info .section-show--link .link-inner .link-detail {
    display: none;
  }
}

.nav-menu-col-plr {
  padding-left: 50px;
  padding-right: 60px;
}
@media (max-width: 1600px) {
  .nav-menu-col-plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .nav-menu-col-plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1600px) {
  .nav-menu-col-pl {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .nav-menu-col-pl {
    padding-left: 0px;
  }
}

.nav-menu-links {
  padding: 0;
}
.nav-menu-links li {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .nav-menu-links li {
    margin-bottom: 10px;
  }
}
.nav-menu-links li a {
  color: #fff;
  padding: 0;
  font-family: "nexa", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1600px) {
  .nav-menu-links li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.nav-menu-links li a:focus,
.nav-menu-links li a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .nav-row-nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .nav-mb-mobile {
    margin-bottom: 25px;
  }
}

.nav-imglink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1600px) {
  .nav-imglink {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.nav-imglink > div, .nav-imglink > a {
  width: 50%;
  flex-basis: 50%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1600px) {
  .nav-imglink > div, .nav-imglink > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.nav-imglink-item {
  position: relative;
  display: block;
  background-color: #000;
}

.nav-imglink-item-img {
  position: relative;
  padding-top: 54%;
}
.nav-imglink-item-img .nav-imglink-item-imgbg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  opacity: 0.7;
}

.nav-imglink-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-family: "nexa", sans-serif;
  padding: 15px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: 1.2;
  text-transform: uppercase;
  padding-right: 35%;
}
@media (max-width: 1600px) {
  .nav-imglink-item-text {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.nav-imglink-item-text .text-sup {
  font-size: 14px;
  font-size: 1.4rem;
}
.nav-imglink-item-text .text-hight {
  font-size: 13px;
  font-size: 1.3rem;
  color: #f9d423;
}

.nav-menu-social {
  position: relative;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .nav-menu-social {
    padding-right: 0px;
  }
}
.nav-menu-social .show-img-list {
  margin-top: 0;
}
.nav-menu-social .nav-menu-social-name {
  display: block;
  position: absolute;
  top: -20px;
  right: 30px;
  color: #fff;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .nav-menu-social .nav-menu-social-name {
    right: 0;
    font-size: 11px;
    font-size: 1.1rem;
    top: -26px;
  }
}

.nav-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .nav-menu-bg {
    display: none;
  }
}
.nav-menu-bg .nav-menu-bg-col-links {
  width: 600px;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 1800px) {
  .nav-menu-bg .nav-menu-bg-col-links {
    width: 530px;
  }
}
@media (max-width: 1610px) {
  .nav-menu-bg .nav-menu-bg-col-links {
    width: 430px;
  }
}
.nav-menu-bg .nav-menu-bg-col-info {
  right: 0;
  left: 500px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 1800px) {
  .nav-menu-bg .nav-menu-bg-col-info {
    left: 530px;
  }
}
@media (max-width: 1610px) {
  .nav-menu-bg .nav-menu-bg-col-info {
    left: 600px;
  }
}
@media (max-width: 1200px) {
  .nav-menu-bg .nav-menu-bg-col-info {
    left: 550px;
  }
}

.nav-menu-col-links--bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -190px;
  background-color: #fff;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  z-index: 1;
  transform-origin: right top;
}

.nav-menu-col-info--bg {
  position: absolute;
  top: 0;
  left: -50%;
  right: 0;
  bottom: 0px;
  background-color: #545454;
  z-index: 0;
}
@media (max-width: 1620px) {
  .nav-menu-col-info--bg {
    left: -66%;
  }
}
@media (max-width: 1450px) {
  .nav-menu-col-info--bg {
    left: -90%;
  }
}

.nav-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease-in-out 3s;
  -o-transition: all 0s ease-in-out 3s;
  transition: all 0s ease-in-out 3s;
}
@media (max-width: 991px) {
  .nav-menu {
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
  }
}

.nav-menu-col-info-cont {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.01s ease-in-out 0.5s;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.01s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out, visibility 0.01s ease-in-out 0.5s;
}

@media (max-width: 991px) {
  .nav-menu-col-info {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

@media (min-width: 992px) {
  .nav-anima-appear-delay3,
  .nav-anima-appear-delay2,
  .nav-anima-appear-delay1,
  .nav-anima-appear-delay4 {
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    opacity: 0;
    -webkit-transition: all 0s ease-in-out 0.5s;
    -o-transition: all 0s ease-in-out 0.5s;
    transition: all 0s ease-in-out 0.5s;
  }
}

.nav-menu-col-links {
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-menu-col-info--bg {
  -webkit-transition: all 0.6s ease-in-out 0.5s;
  -o-transition: all 0.6s ease-in-out 0.5s;
  transition: all 0.6s ease-in-out 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.nav-menu-col-links--bg {
  -webkit-transition: all 0.2s ease-in-out 1.1s;
  -o-transition: all 0.2s ease-in-out 1.1s;
  transition: all 0.2s ease-in-out 1.1s;
  -webkit-transform: rotate(7deg) translate3d(-100%, 0, 0);
  -moz-transform: rotate(7deg) translate3d(-100%, 0, 0);
  -o-transform: rotate(7deg) translate3d(-100%, 0, 0);
  transform: rotate(7deg) translate3d(-100%, 0, 0);
}

.fp-viewing-intro.nav-show-closing .nav-main-container,
.fp-viewing-intro.nav-show-closing .nav-main {
  -webkit-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  -o-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

@media (min-width: 992px) {
  .fp-viewing-intro.nav-show-closing .nav-main .navbar-brand {
    -webkit-transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.55s;
    -o-transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.55s;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.55s;
    opacity: 0;
  }
  .fp-viewing-intro.nav-show-closing .nav-main .navbar-brand .navbar-brand--logo-small {
    -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
    -o-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
    opacity: 0;
  }
  .fp-viewing-intro.nav-show-closing .nav-main .navbar-brand .navbar-brand--logo {
    -webkit-transition: all 0s cubic-bezier(0.16, 1, 0.3, 1) 0.75s;
    -o-transition: all 0s cubic-bezier(0.16, 1, 0.3, 1) 0.75s;
    transition: all 0s cubic-bezier(0.16, 1, 0.3, 1) 0.75s;
    opacity: 1;
  }
}
.nav-menu-link-anima-appear {
  opacity: 1;
  -webkit-transform: skew(-7deg) translate3d(0, 0, 0);
  -moz-transform: skew(-7deg) translate3d(0, 0, 0);
  -o-transform: skew(-7deg) translate3d(0, 0, 0);
  transform: skew(-7deg) translate3d(0, 0, 0);
  -webkit-transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 0s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  -o-transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 0s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 0s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}

.nav-menu-col-links ul.nav-menu-link-list::after {
  opacity: 1;
  -webkit-transform: skew(-7deg) translate3d(0, 0, 0);
  -moz-transform: skew(-7deg) translate3d(0, 0, 0);
  -o-transform: skew(-7deg) translate3d(0, 0, 0);
  transform: skew(-7deg) translate3d(0, 0, 0);
  -webkit-transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 0s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  -o-transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 0s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 0s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}

.nav-link-search-cont {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-show-closing .nav-link-search-cont {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  -o-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}

.nav-show {
  overflow: hidden;
}
.nav-show .nav-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.nav-show .nav-menu-col-info--bg {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}
.nav-show .nav-menu-col-links--bg {
  -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
  -moz-transform: rotate(7deg) translate3d(0, 0, 0);
  -o-transform: rotate(7deg) translate3d(0, 0, 0);
  transform: rotate(7deg) translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-show .nav-menu-col-info-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0s ease-in-out 0.8s;
  -o-transition: opacity 0s ease-in-out 0.8s;
  transition: opacity 0s ease-in-out 0.8s;
}
@media (max-width: 991px) {
  .nav-show .nav-menu-col-info-cont {
    -webkit-transition: all 0.5s ease-in-out 0.4s;
    -o-transition: all 0.5s ease-in-out 0.4s;
    transition: all 0.5s ease-in-out 0.4s;
  }
}
@media (max-width: 991px) {
  .nav-show .nav-menu-col-info {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0.4s;
    -o-transition: all 0.5s ease-in-out 0.4s;
    transition: all 0.5s ease-in-out 0.4s;
  }
}
.nav-show .nav-link-search-cont {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.nav-show .nav-anima-appear-delay3,
.nav-show .nav-anima-appear-delay2,
.nav-show .nav-anima-appear-delay1,
.nav-show .nav-anima-appear-delay4 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out 0.8s;
  -o-transition: all 0.4s ease-in-out 0.8s;
  transition: all 0.4s ease-in-out 0.8s;
}
.nav-show .nav-anima-appear-delay2 {
  -webkit-transition: all 0.4s ease-in-out 1.1s;
  -o-transition: all 0.4s ease-in-out 1.1s;
  transition: all 0.4s ease-in-out 1.1s;
}
.nav-show .nav-anima-appear-delay3 {
  -webkit-transition: all 0.4s ease-in-out 1.4s;
  -o-transition: all 0.4s ease-in-out 1.4s;
  transition: all 0.4s ease-in-out 1.4s;
}
.nav-show .nav-anima-appear-delay4 {
  -webkit-transition: all 0.4s ease-in-out 1.7s;
  -o-transition: all 0.4s ease-in-out 1.7s;
  transition: all 0.4s ease-in-out 1.7s;
}
.nav-show .nav-menu-col-links {
  opacity: 1;
  -webkit-transition: all 0s ease-in-out 0.6s;
  -o-transition: all 0s ease-in-out 0.6s;
  transition: all 0s ease-in-out 0.6s;
}
@media (max-width: 991px) {
  .nav-show .nav-menu-col-links {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.nav-show .nav-menu-link-anima-appear {
  opacity: 0;
  -webkit-transform: skew(-7deg) translate3d(-8.3%, 100%, 0);
  -moz-transform: skew(-7deg) translate3d(-8.3%, 100%, 0);
  -o-transform: skew(-7deg) translate3d(-8.3%, 100%, 0);
  transform: skew(-7deg) translate3d(-8.3%, 100%, 0);
  -webkit-transition: opacity 0s ease-in-out 2.6s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  -o-transition: opacity 0s ease-in-out 2.6s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  transition: opacity 0s ease-in-out 2.6s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}
.nav-show .nav-menu-col-links ul.nav-menu-link-list::after {
  -webkit-transform: skew(-7deg) translate3d(-7%, 100%, 0);
  -moz-transform: skew(-7deg) translate3d(-7%, 100%, 0);
  -o-transform: skew(-7deg) translate3d(-7%, 100%, 0);
  transform: skew(-7deg) translate3d(-7%, 100%, 0);
  -webkit-transition: opacity 0s ease-in-out 2.6s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  -o-transition: opacity 0s ease-in-out 2.6s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  transition: opacity 0s ease-in-out 2.6s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}
@media (min-width: 992px) {
  .nav-show.navcolor-lemon.nav-scroll .navbar-toggle-c .icon-bar, .nav-show.fp-viewing-trending.nav-scroll .navbar-toggle-c .icon-bar,
  .nav-show .navbar-toggle-c .icon-bar {
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .nav-show.navcolor-lemon.nav-scroll .nav-link-search, .nav-show.fp-viewing-trending.nav-scroll .nav-link-search,
  .nav-show .nav-link-search {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .nav-show .navbar-toggle-c .icon-bar {
    background-color: #45494f;
  }
  .nav-show .nav-link-search {
    color: #45494f;
  }
  .nav-show .navbar-brand--logo {
    opacity: 0;
  }
  .nav-show:not(.nav-scroll) .nav-main:not(.nav-inner) .navbar-brand--logo-dark {
    opacity: 1;
  }
}
.nav-show.fp-viewing-intro .nav-main-container {
  padding-left: 60px;
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
@media (max-width: 1600px) {
  .nav-show.fp-viewing-intro .nav-main-container {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .nav-show.fp-viewing-intro .nav-main-container {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .nav-show.fp-viewing-intro .nav-main .navbar-brand {
    z-index: 10;
    width: 51px;
    opacity: 1;
    -webkit-transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
    -o-transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
    transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  }
  .nav-show.fp-viewing-intro .nav-main .navbar-brand .navbar-brand--logo {
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
    -o-transition: all 0s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
    transition: all 0s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  }
  .nav-show.fp-viewing-intro .nav-main .navbar-brand .navbar-brand--logo-small {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  }
}
@media (max-width: 991px) {
  .nav-show .nav-main-container {
    z-index: 7;
  }
}
.nav-show .nav-main-container:before {
  opacity: 0.7;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}

.nav-main .navbar-brand {
  -webkit-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-main .navbar-brand .navbar-brand--logo-small,
.nav-main .navbar-brand .navbar-brand--logo {
  -webkit-transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-main-container,
.nav-seccion-links li a,
.nav-main {
  -webkit-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-links-cont {
  opacity: 1;
}
@media (max-width: 991px) {
  .nav-links-cont {
    position: relative;
    z-index: 1;
  }
}

.nav-scroll .nav-main .navbar-brand {
  z-index: 10;
}

.nav-scroll-anima-in .nav-links-cont {
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-scroll-anima-in .nav-seccion-links li a {
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -o-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.nav-scroll-anima-in .navbar-nav.nav-seccion-links li.active a .nav-link-bg--item,
.nav-scroll-anima-in .nav-seccion-links li.active a .nav-link-bg--item {
  animation: none;
  -webkit-animation: none;
  width: 0;
}

.nav-scroll-anima-out.nav-scroll .nav-links-cont {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-scroll-anima-out.nav-scroll .nav-main .navbar-brand .navbar-brand--logo-small {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-scroll-anima-out.nav-scroll .nav-main .navbar-brand {
  width: 185px;
  -webkit-transition: all 0.001s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -o-transition: all 0.001s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: all 0.001s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
@media (max-width: 1500px) {
  .nav-scroll-anima-out.nav-scroll .nav-main .navbar-brand {
    width: 135px;
  }
}
@media (max-width: 1200px) {
  .nav-scroll-anima-out.nav-scroll .nav-main .navbar-brand {
    width: 100px;
  }
}
.nav-scroll-anima-out.nav-scroll .nav-main-container {
  padding-left: 100px;
  -webkit-transition: all 0.001s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -o-transition: all 0.001s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: all 0.001s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
@media (max-width: 1500px) {
  .nav-scroll-anima-out.nav-scroll .nav-main-container {
    padding-left: 85px;
  }
}
@media (max-width: 1200px) {
  .nav-scroll-anima-out.nav-scroll .nav-main-container {
    padding-left: 55px;
  }
}

.nav-scroll .nav-main-container {
  padding-left: 60px;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1600px) {
  .nav-scroll .nav-main-container {
    padding-left: 35px;
  }
}
@media (max-width: 1400px) {
  .nav-scroll .nav-main-container {
    padding-left: 27px;
  }
}
@media (max-width: 1200px) {
  .nav-scroll .nav-main-container {
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .nav-scroll .nav-main-container {
    padding-left: 15px;
  }
}
.nav-scroll .nav-links-cont {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nav-scroll .nav-main .navbar-brand {
  width: 51px;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-scroll .nav-main .navbar-brand .navbar-brand--logo {
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-scroll .nav-main .navbar-brand .navbar-brand--logo-small {
  opacity: 1;
  -webkit-transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-scroll .nav-seccion-links li a {
  color: #fff;
}
.nav-scroll .navbar-toggle-c .icon-bar {
  background-color: #fff;
}
.nav-scroll .nav-link-search {
  color: #fff;
}
@media (max-width: 991px) {
  .nav-scroll.nav-show .navbar-toggle-c .icon-bar {
    background-color: #45494f;
  }
  .nav-scroll.nav-show .nav-link-search {
    color: #45494f;
  }
  .nav-scroll.nav-show .navbar-brand--logo-dark {
    opacity: 0;
  }
}
.nav-scroll .nav-main-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 0px;
  right: 0;
  opacity: 0;
}
@media (min-width: 992px) {
  .nav-scroll .nav-main-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 90px;
    right: 0;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0s linear 0.45s;
    -o-transition: all 0s linear 0.45s;
    transition: all 0s linear 0.45s;
  }
  .nav-scroll.modal-form-showing .nav-main-container:after {
    -webkit-transition: all 0s linear 0s;
    -o-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .nav-scroll.modal-form-showing.modal-closing .nav-main-container:after, .nav-scroll.modal-closing .nav-main-container:after {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s linear 1.2s;
    -o-transition: all 0.3s linear 1.2s;
    transition: all 0.3s linear 1.2s;
  }
}
@media (max-width: 991px) {
  .nav-scroll.nav-scroll-anima-in.fp-viewing-introSlide .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-intro .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-advocacy .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-speaking .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-athome .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-lifestyle .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-lifesLearning .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-business .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-business1 .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-learn .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-lemon .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-tv .nav-main-container:after, .nav-scroll.nav-scroll-anima-in.fp-viewing-trending .nav-main-container:after {
    opacity: 0;
    -webkit-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
  }
  .nav-scroll.fp-viewing-introSlide .nav-main-container:after {
    background-color: #f6f2ee;
    background: #f6f2ee;
    opacity: 0.9;
    height: 65px;
  }
  .nav-scroll.fp-viewing-trending .nav-main-container:after {
    background-color: #fff;
    background: #fff;
    opacity: 0.9;
    height: 65px;
  }
  .nav-scroll.fp-viewing-tv .nav-main-container:after {
    background-color: #000;
    background: #000;
    opacity: 0.9;
    height: 65px;
    -webkit-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    -o-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
  }
  .nav-scroll.fp-viewing-learn .nav-main-container:after, .nav-scroll.fp-viewing-business1 .nav-main-container:after, .nav-scroll.fp-viewing-business .nav-main-container:after {
    background-color: #293f62;
    background: #293f62;
    opacity: 0.9;
    height: 65px;
    -webkit-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    -o-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
  }
  .nav-scroll.fp-viewing-lifesLearning .nav-main-container:after {
    background-color: #e45225;
    background: #e45225;
    opacity: 0.9;
    height: 65px;
    -webkit-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    -o-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
  }
  .nav-scroll.fp-viewing-lifestyle .nav-main-container:after {
    background-color: #74bfd0;
    background: #74bfd0;
    opacity: 0.9;
    height: 65px;
    -webkit-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    -o-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
  }
  .nav-scroll.fp-viewing-athome .nav-main-container:after {
    background-color: #74bfd0;
    background: #74bfd0;
    opacity: 0.9;
    height: 65px;
    -webkit-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    -o-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
  }
  .nav-scroll.fp-viewing-speaking .nav-main-container:after {
    background-color: #39536c;
    background: #39536c;
    opacity: 0.9;
    height: 65px;
    -webkit-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    -o-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
  }
  .nav-scroll.fp-viewing-advocacy .nav-main-container:after {
    background-color: #71385c;
    background: #71385c;
    opacity: 0.9;
    height: 65px;
    -webkit-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    -o-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
  }
  .nav-scroll.fp-viewing-lemon .nav-main-container:after {
    background-color: #fff;
    background: #fff;
    opacity: 0.9;
    height: 65px;
    -webkit-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    -o-transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
    transition: opacity 0.4s ease-in-out 0.4s, height 0.4s ease-in-out 0.4s;
  }
  .nav-scroll.fp-viewing-lemon.nav-show .nav-main-container:after, .nav-scroll.fp-viewing-lifesLearning.nav-show .nav-main-container:after, .nav-scroll.fp-viewing-advocacy.nav-show .nav-main-container:after, .nav-scroll.fp-viewing-speaking.nav-show .nav-main-container:after, .nav-scroll.fp-viewing-athome.nav-show .nav-main-container:after, .nav-scroll.fp-viewing-lifestyle.nav-show .nav-main-container:after, .nav-scroll.fp-viewing-learn.nav-show .nav-main-container:after, .nav-scroll.fp-viewing-business1.nav-show .nav-main-container:after, .nav-scroll.fp-viewing-business.nav-show .nav-main-container:after, .nav-scroll.fp-viewing-tv.nav-show .nav-main-container:after {
    -webkit-transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out;
    opacity: 0;
  }
  .nav-scroll.fp-viewing-lemon.modal-open .nav-main-container:after, .nav-scroll.fp-viewing-lifesLearning.modal-open .nav-main-container:after, .nav-scroll.fp-viewing-advocacy.modal-open .nav-main-container:after, .nav-scroll.fp-viewing-speaking.modal-open .nav-main-container:after, .nav-scroll.fp-viewing-athome.modal-open .nav-main-container:after, .nav-scroll.fp-viewing-lifestyle.modal-open .nav-main-container:after, .nav-scroll.fp-viewing-learn.modal-open .nav-main-container:after, .nav-scroll.fp-viewing-business1.modal-open .nav-main-container:after, .nav-scroll.fp-viewing-business.modal-open .nav-main-container:after, .nav-scroll.fp-viewing-tv.modal-open .nav-main-container:after {
    -webkit-transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out;
    opacity: 0;
  }
}
.nav-scroll.navcolor-lemon .nav-link-search, .nav-scroll.navcolor-lemon .nav-seccion-links li a {
  color: #1b140d;
}
.nav-scroll.navcolor-lemon .nav-seccion-links li.active a {
  color: #fff;
}
.nav-scroll.navcolor-lemon .navbar-toggle-c .icon-bar {
  background-color: #1b140d;
}
.nav-scroll.fp-viewing-trending .nav-link-search, .nav-scroll.fp-viewing-trending .nav-seccion-links li a {
  color: #1b140d;
}
.nav-scroll.fp-viewing-trending .navbar-toggle-c .icon-bar {
  background-color: #1b140d;
}

@media (min-width: 992px) {
  .backdropfilter .nav-scroll.fp-viewing-trending .nav-main-container:after {
    opacity: 1;
    background: none;
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
  }
}

@media (max-width: 991px) {
  .scroll-page-body.nav-scroll .nav-main-container:after,
  .scroll-page-body .nav-main-container:after {
    height: 65px;
    width: 100%;
    -webkit-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
  }
  .scroll-page-body.fp-viewing-introSlide:not(.modal-open) .nav-main-container:after {
    background-color: #000;
    background: #000;
    opacity: 0.9;
    height: 65px;
  }
  .backdropfilter .scroll-page-body .fp-viewing-introSlide .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-intro .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-advocacy .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-speaking .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-athome .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-lifestyle .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-business .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-business1 .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-learn .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-tv .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-lifesLearning .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-lemon .nav-main-container:after,
  .backdropfilter .nav-scroll.fp-viewing-trending .nav-main-container:after {
    background: none;
    background-color: inherit;
    -webkit-backdrop-filter: blur(20px);
    opacity: 1;
  }
  .backdropfilter .nav-main-container:before {
    background: none;
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
  }
  .backdropfilter .nav-show .nav-main-container:before {
    opacity: 1;
    background: none;
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
  }
}
.nav-item-w-sub-menu {
  position: relative;
  padding-right: 35px;
}

.nam-menu-arrow {
  display: none;
  position: absolute;
  right: 13px;
  top: 22px;
  margin-top: -7px;
}
@media (max-width: 991px) {
  .nam-menu-arrow {
    display: block;
  }
}
@media (max-width: 767px) {
  .nam-menu-arrow {
    top: 14px;
  }
}
@media (max-width: 370px) {
  .nam-menu-arrow {
    top: 12px;
  }
}
.nam-menu-arrow:hover {
  cursor: pointer;
}
.nam-menu-arrow:before {
  content: "";
  position: relative;
  display: block;
  height: 15px;
  width: 15px;
  border-color: #000;
  border-style: solid;
  border-width: 0px 0px 2px 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nam-menu-arrow.active:before {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-menu-link-sub-menu-cont {
  height: 0;
  overflow: hidden;
}
.nav-menu-link-sub-menu-cont.active {
  height: auto;
}

.nav-menu-link-sub-menu {
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 15px;
  list-style: none;
}
.nav-menu-link-sub-menu li a {
  display: block;
  padding: 12px;
  color: #45494f;
  font-family: "nexa", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: initial;
}

.nav-inner-bg {
  top: 0;
  left: 0;
  position: fixed;
  max-width: 1400px;
  left: 50%;
  margin-left: -700px;
  width: 100%;
  height: 84px;
  z-index: 8;
}
@media (max-width: 1400px) {
  .nav-inner-bg {
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .nav-inner-bg {
    height: 74px;
  }
}
@media (max-width: 991px) {
  .nav-inner-bg {
    height: 69px;
  }
}
.nav-inner-bg .nav-main-container-bg {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .nav-inner-bg .nav-main-container-bg {
    left: 40px;
  }
}
@media (min-width: 1201px) {
  .nav-inner-bg .nav-main-container-bg {
    left: 50px;
  }
}
.nav-inner-bg .nav-main-container-bg {
  background-color: #111d31;
}

.nav-inner {
  height: 84px;
}
@media (max-width: 1200px) {
  .nav-inner {
    height: 74px;
  }
}
@media (max-width: 991px) {
  .nav-inner {
    height: 69px;
  }
}
.nav-inner .current-menu-item {
  border: 1px solid #fff;
}
.nav-inner .nav-main-container {
  padding-left: 25px;
  max-width: 1400px;
  position: relative;
}
@media (max-width: 991px) {
  .nav-inner .nav-main-container {
    padding-left: 15px;
  }
}
.nav-inner .nav-main-container-bg {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  opacity: 0;
}
@media (min-width: 992px) {
  .nav-inner .nav-main-container-bg {
    left: 50px;
  }
}
.nav-inner .nav-main-container-bg {
  background-color: #111d31;
}
.nav-inner .nav-links-cont {
  opacity: 1;
}
.nav-inner.nav-main .navbar-brand {
  width: 51px;
}
@media (max-width: 991px) {
  .nav-inner.nav-main .navbar-brand {
    margin-right: 0;
  }
}
.nav-inner.nav-main .navbar-brand .navbar-brand--logo {
  opacity: 0;
}
.nav-inner.nav-main .navbar-brand .navbar-brand--logo-small {
  opacity: 1;
}
.nav-inner .navbar-nav.nav-seccion-links li a,
.nav-inner .nav-seccion-links li a {
  color: #fff;
}
.nav-inner .navbar-toggle-c .icon-bar {
  background-color: #fff;
}
.nav-inner .nav-link-search {
  color: #fff;
}
.nav-inner .nav-main-container::before {
  display: none;
}
@media (max-width: 991px) {
  .nav-inner .navbar-nav.nav-seccion-links {
    display: block;
  }
  .nav-inner .navbar-nav.nav-seccion-links li {
    display: none;
  }
  .nav-inner .navbar-nav.nav-seccion-links li.current-menu-item {
    display: block;
  }
}

.nav-show .nav-inner .nav-main-container-bg {
  opacity: 1;
}

.course-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-business,
.lesson-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-business,
.business-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-business.menu-item-type-post_type_archive,
.post-type-archive-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-business.menu-item-type-post_type_archive {
  border: 1px solid #fff;
}

.recipe-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive,
.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive {
  border: 1px solid #fff;
}

.life-skills-course-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills,
.life-skills-lesson-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills,
.life-skills-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive,
.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive,
.post-type-archive-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive {
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .nav-inner .navbar-nav.nav-seccion-links li {
    border: none !important;
    border: 0 !important;
    background-color: transparent !important;
  }
}

@media (max-width: 991px) {
  .course-template-default .nav-inner .navbar-nav.nav-seccion-links li.active-business,
  .lesson-template-default .nav-inner .navbar-nav.nav-seccion-links li.active-business,
  .business-template-default .nav-inner .navbar-nav.nav-seccion-links li.active-business,
  .post-type-archive-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business {
    display: block;
  }
  .recipe-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive,
  .post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive {
    display: block;
  }
  .life-skills-course-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills,
  .life-skills-lesson-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills,
  .life-skills-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive,
  .post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive,
  .post-type-archive-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive {
    display: block;
  }
  .single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation {
    display: block;
  }
  .single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills {
    display: block;
  }
  .single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle {
    display: block;
  }
  .single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home {
    display: block;
  }
  .single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking {
    display: block;
  }
  .single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy {
    display: block;
  }
  .single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv {
    display: block;
  }
  .single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
    display: block;
  }
}
.link-img {
  position: relative;
  display: block;
  padding-bottom: 104px;
}
@media (max-width: 1200px) {
  .link-img {
    padding-bottom: 98px;
  }
}
@media (max-width: 767px) {
  .link-img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 15px;
  }
}
.link-img:before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 40px;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-color: #222222;
}

.link-img--image {
  width: 100%;
  padding-top: 82%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-img--text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 25px 25px;
  background-color: #222222;
  color: #ffffff;
  font-family: "Libre Franklin", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  min-height: 109px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .link-img--text {
    font-size: 18px;
    font-size: 1.8rem;
    min-height: 98px;
  }
}

.link-img:hover .link-img--text {
  background-color: #222222;
}

.notif-bar-show {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .notif-bar-show {
    padding-top: 40px;
  }
}
.notif-bar-show .main-nav {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .notif-bar-show .main-nav {
    margin-top: 40px;
  }
}
.notif-bar-show .menu-inner {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .notif-bar-show .menu-inner {
    margin-top: 40px;
  }
}
.notif-bar-show .show-menu .menu-inner::before {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .notif-bar-show .show-menu .menu-inner::before {
    margin-top: 40px;
  }
}

.notif-bar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #B20C00;
  width: 100%;
  height: 40px;
  z-index: 22;
}
@media (max-width: 1024px) {
  .notif-bar {
    height: 40px;
  }
}
.notif-bar .notif-bar-text {
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .notif-bar .notif-bar-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.notif-bar p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}
.notif-bar a {
  color: #fff;
  text-decoration: underline;
}
.notif-bar i {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .notif-bar i {
    display: none;
  }
}

.notif-close {
  position: absolute;
  height: 23px;
  width: 23px;
  right: 70px;
  top: 50%;
  margin-top: -12px;
  background-color: #ffffff;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .notif-close {
    right: 20px;
  }
}

.notif-close-close-icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 23px;
  width: 23px;
}
.notif-close-close-icon:after, .notif-close-close-icon:before {
  content: "";
  display: block;
  height: 2px;
  width: 70%;
  background-color: #B20C00;
  top: 50%;
  left: 15%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.notif-close-close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.notif-close:hover {
  cursor: pointer;
}

.noti-bar-show .navbard-main {
  top: 40px;
}

.table-title-text {
  background: #114682;
  font-family: "Libre Franklin", sans-serif;
  color: #fff;
  padding: 10px 30px;
  font-weight: 500;
  text-align: center;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background: #fbfbfb;
}

.table thead th {
  border-bottom: 1px solid #dee2e6;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
}

.table-col-color {
  color: #114682;
}

.pagination-sigle .page-numbers {
  display: inline-block;
  height: 45px;
  width: 45px;
  border: 1px solid #114682;
  color: #114682;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.pagination-sigle .page-numbers.next,
.pagination-sigle .page-numbers.prev {
  width: auto;
  padding-left: 13px;
  padding-right: 13px;
}
.pagination-sigle .current {
  background-color: #114682;
  color: #fff;
}
.pagination-sigle .page-numbers:hover,
.pagination-sigle .page-numbers:focus {
  background-color: #114682;
  color: #fff;
  text-decoration-color: transparent;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.accordi-cont {
  position: relative;
  border: 1px solid #1C1C1C;
  border-radius: 0rem;
}

.accordi-cont:first-child {
  border-bottom: 0;
}

.accordi-header .btn,
.accordi-header button,
.accordi-header a {
  display: block;
  border-radius: 1px;
  padding: 1.25rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "nexa", sans-serif;
  border: 2px solid transparent;
  width: 100%;
  text-align: left;
  color: #fff;
  background-color: #1C1C1C;
}
.accordi-header .btn.collapsed,
.accordi-header button.collapsed,
.accordi-header a.collapsed {
  color: #1C1C1C;
  background-color: #eeeeee;
}

.accordi-text {
  border-top: 1px solid #1C1C1C;
  padding: 1.25rem;
}

.section-show-bg .section-show-bg--imgCont-img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}
.section-show-bg.anima-bg-on-scroll .section-show-bg--imgCont-img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.3;
}

#introSlide .text-intro > .container-fluid {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 35px, 0);
  -ms-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0);
}

#introSlide.anima-intro .text-intro > .container-fluid {
  opacity: 1;
}
@media (min-width: 992px) {
  #introSlide.anima-intro .text-intro > .container-fluid {
    -webkit-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.moda-sticky {
  top: 50px;
}

.modalfull {
  max-width: 100%;
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modalfull {
    position: fixed;
  }
}
.modalfull:before {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 80px;
  opacity: 0;
  z-index: 3;
  background-color: #f6f2ee;
  background: rgba(246, 242, 238, 0);
  background: -moz-linear-gradient(top, rgba(246, 242, 238, 0) 0%, rgba(246, 242, 238, 0.17) 29%, rgb(246, 242, 238) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246, 242, 238, 0)), color-stop(29%, rgba(246, 242, 238, 0.17)), color-stop(100%, rgb(246, 242, 238)));
  background: -webkit-linear-gradient(top, rgba(246, 242, 238, 0) 0%, rgba(246, 242, 238, 0.17) 29%, rgb(246, 242, 238) 100%);
  background: -o-linear-gradient(top, rgba(246, 242, 238, 0) 0%, rgba(246, 242, 238, 0.17) 29%, rgb(246, 242, 238) 100%);
  background: -ms-linear-gradient(top, rgba(246, 242, 238, 0) 0%, rgba(246, 242, 238, 0.17) 29%, rgb(246, 242, 238) 100%);
  background: linear-gradient(to bottom, rgba(246, 242, 238, 0) 0%, rgba(246, 242, 238, 0.17) 29%, rgb(246, 242, 238) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f2ee", endColorstr="#f6f2ee", GradientType=0 );
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .modalfull:after {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    height: 65px;
    top: 0;
    background-color: #f6f2ed;
    z-index: 3;
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .modalfull.modalfull-form:after {
    background-color: #737071;
  }
}
.modalfull .modal-dialog {
  margin: 0;
  max-width: 100%;
  pointer-events: auto;
  background-color: transparent;
  padding: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 2;
}
.modalfull .modal-dialog > div {
  padding: 70px 50px;
}
@media (max-width: 991px) {
  .modalfull .modal-dialog > div {
    padding: 15px 0px;
  }
}

@media (max-width: 991px) {
  .backdropfilter .modalfull:after {
    background: none;
    background-color: rgba(246, 242, 238, 0.6);
    -webkit-backdrop-filter: blur(20px);
    opacity: 1 !important;
  }
}

.page-template-scroll-page .modal-backdrop,
.page-template-home-page .modal-backdrop,
.home .modal-backdrop {
  display: none !important;
}

.modalfull .section-show-cont-text {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.modal-blur {
  filter: blur(0px);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.section-show-bg.bg-modal .section-show-bg--color {
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal.fade.modalfull .modal-dialog {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.modalclose-cont {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .image-grid-item-2,
  .image-grid-item-3,
  .image-grid-item-4,
  .image-grid-item-1 {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.nav-actions,
.nav-seccion-links {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-open:not(.nav-scroll):not(.modal-form-showing-nav) .nav-main:not(.nav-inner) .navbar-brand--logo-dark {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.modal-open .modalfull.modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-open .modal-blur {
  filter: blur(10px);
  -webkit-transition: all 1s ease-in-out 0.2s;
  -o-transition: all 1s ease-in-out 0.2s;
  transition: all 1s ease-in-out 0.2s;
}
.modal-open.modal-closing .modal-blur {
  filter: blur(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal-open:not(.nav-scroll):not(.modal-form-showing-nav) .navbar-brand--logo {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.3s !important;
  -o-transition: all 0.3s ease-in-out 0.3s !important;
  transition: all 0.3s ease-in-out 0.3s !important;
}
.modal-open .nav-actions,
.modal-open .nav-seccion-links {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.modal-open.modal-closing .modal.show.fade.modalfull:after, .modal-open.modal-closing .modalfull.modal:after {
  opacity: 0;
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}
.modal-open.modal-closing .navbar-brand--logo {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.modal-open.modal-closing .navbar-brand--logo-dark {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-open.modal-closing .modalfull:before {
  opacity: 0;
}

.modal-open.modal-intro-showing .nav-main {
  z-index: 100000;
  pointer-events: none;
}

.modal-open.modal-form-showing .nav-main {
  z-index: 100000;
  pointer-events: none;
}

.modal-open.modal-form-showing-nav .nav-main {
  z-index: 100000;
  pointer-events: none;
  -webkit-transition: all 0s linear !important;
  -o-transition: all 0s linear !important;
  transition: all 0s linear !important;
}

.modal.show.fade.modalfull .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal.show.fade.modalfull .section-show-bg.bg-modal .section-show-bg--color {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal.show.fade.modalfull .section-show-cont-text {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
.modal.show.fade.modalfull:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .modal.show.fade.modalfull .image-grid-item-2,
  .modal.show.fade.modalfull .image-grid-item-3,
  .modal.show.fade.modalfull .image-grid-item-4,
  .modal.show.fade.modalfull .image-grid-item-1 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
  }
  .modal.show.fade.modalfull .image-grid-item-2 {
    -webkit-transition: all 0.3s ease-in-out 0.7s;
    -o-transition: all 0.3s ease-in-out 0.7s;
    transition: all 0.3s ease-in-out 0.7s;
  }
  .modal.show.fade.modalfull .image-grid-item-3 {
    -webkit-transition: all 0.3s ease-in-out 0.9s;
    -o-transition: all 0.3s ease-in-out 0.9s;
    transition: all 0.3s ease-in-out 0.9s;
  }
  .modal.show.fade.modalfull .image-grid-item-4 {
    -webkit-transition: all 0.3s ease-in-out 1s;
    -o-transition: all 0.3s ease-in-out 1s;
    transition: all 0.3s ease-in-out 1s;
  }
}
.modal.show.fade.modalfull .modalclose-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  -o-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}
.modal.show.fade.modalfull:after {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out 0.7s;
  -o-transition: all 0.3s ease-in-out 0.7s;
  transition: all 0.3s ease-in-out 0.7s;
}

.modal-closing .modal.show.fade.modalfull .modal-dialog {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}
.modal-closing .modal.show.fade.modalfull .section-show-bg.bg-modal .section-show-bg--color {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}
.modal-closing .modal.show.fade.modalfull .image-grid-item-2,
.modal-closing .modal.show.fade.modalfull .image-grid-item-3,
.modal-closing .modal.show.fade.modalfull .image-grid-item-4,
.modal-closing .modal.show.fade.modalfull .image-grid-item-1,
.modal-closing .modal.show.fade.modalfull .section-show-cont-text {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal-closing .modal.show.fade.modalfull .modalclose-cont {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-closing .modal.show.fade.modalfull:before {
  opacity: 0;
}

.modal-open.modal-form-showing-nav .modal.show.fade.modalfull .section-show-bg.bg-modal .section-show-bg--color {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.modal-closing.modal-form-showing-nav .modal.show.fade.modalfull .section-show-bg.bg-modal .section-show-bg--color {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}

.modalclose-cont {
  position: absolute;
  top: 0px;
  right: 60px;
  text-align: center;
  z-index: 4;
}
@media (max-width: 991px) {
  .modalclose-cont {
    right: 25px;
    top: -5px;
  }
}

.modalfull.show .modalclose-btn {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.modal-icon-close {
  position: relative;
  width: 30px;
  height: 30px;
}
@media (max-width: 991px) {
  .modal-icon-close {
    width: 25px;
    height: 25px;
  }
}
.modal-icon-close:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  margin-top: -1px;
  background-color: #1b140d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-icon-close:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  margin-top: -1px;
  background-color: #1b140d;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-open {
  padding-right: 0 !important;
}

.background-preload {
  background-image: url("../images/form.jpg");
}

.modalfull.modal-bg {
  padding-right: 0 !important;
  position: fixed;
}
.modalfull.modal-bg .content-modal {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.modalfull.modal-bg:before {
  display: none;
}
.modalfull.modal-bg .bg-modal {
  max-width: 1400px;
  width: 100%;
  left: 50%;
  margin-left: -700px;
}
@media (max-width: 1400px) {
  .modalfull.modal-bg .bg-modal {
    left: 0;
    margin-left: 0px;
  }
}
.modalfull.modal-bg .bg-modal .section-show-bg--color {
  left: 50px;
  opacity: 1;
  background-color: #6b6968;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 1200px) {
  .modalfull.modal-bg .bg-modal .section-show-bg--color {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .modalfull.modal-bg .bg-modal .section-show-bg--color {
    left: 0;
    background-image: none;
  }
}
.modalfull.modal-bg .bg-modal .section-show-bg--color .section-show-bg-img {
  background-image: url("../images/form.jpg");
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: right top;
  z-index: 1;
}
@media (max-width: 991px) {
  .modalfull.modal-bg .bg-modal .section-show-bg--color .section-show-bg-img {
    background-image: none;
  }
}
.modalfull.modal-bg .bg-modal .section-show-bg--color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  background-color: #000;
  opacity: 0.4;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 38%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.2) 80%, rgba(231, 56, 39, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(0, 0, 0)), color-stop(38%, rgba(0, 0, 0, 0.62)), color-stop(58%, rgba(0, 0, 0, 0.42)), color-stop(80%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(231, 56, 39, 0)));
  background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 38%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.2) 80%, rgba(231, 56, 39, 0) 100%);
  background: -o-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 38%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.2) 80%, rgba(231, 56, 39, 0) 100%);
  background: -ms-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 38%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.2) 80%, rgba(231, 56, 39, 0) 100%);
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 38%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.2) 80%, rgba(231, 56, 39, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#e73827", GradientType=1 );
  z-index: 2;
}
.modalfull.modal-bg .modal-icon-close:after,
.modalfull.modal-bg .modal-icon-close:before {
  background-color: #fff;
}

.page-template-scroll-page .modalfull.modal-bg {
  position: absolute;
}
.page-template-scroll-page .modalfull.modal-bg .content-modal {
  max-width: 100%;
  left: 0;
  margin-left: 0;
}
.page-template-scroll-page .modalfull.modal-bg .bg-modal {
  max-width: 100%;
  width: 100%;
  left: 0;
  margin-left: 0;
}
.page-template-scroll-page .modalfull.modal-bg .bg-modal .section-show-bg--color {
  left: 84px;
}
@media (max-width: 1600px) {
  .page-template-scroll-page .modalfull.modal-bg .bg-modal .section-show-bg--color {
    left: 60px;
  }
}
@media (max-width: 1400px) {
  .page-template-scroll-page .modalfull.modal-bg .bg-modal .section-show-bg--color {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .page-template-scroll-page .modalfull.modal-bg .bg-modal .section-show-bg--color {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .page-template-scroll-page .modalfull.modal-bg .bg-modal .section-show-bg--color {
    left: 0;
  }
}

.modal-container-colose {
  position: absolute;
  top: 0;
  width: 1400px;
  left: 50%;
  margin-left: -700px;
}
@media (max-width: 1400px) {
  .modal-container-colose {
    left: 0;
    width: 100%;
    margin: 0;
  }
}

.page-template-scroll-page .modal-container-colose {
  width: 100%;
  left: 0;
  margin-left: 0px;
}

.section-show-bg-img {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-inner {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modalfull-form.show .section-show-bg-img {
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out 0.2s;
  -o-transition: all 0.7s ease-in-out 0.2s;
  transition: all 0.7s ease-in-out 0.2s;
}
.modalfull-form.show .form-inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}

.modal-closing .modalfull-form.show .section-show-bg-img {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-closing .modalfull-form.show .form-inner {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-closing .modalfull-form.show .modal.fade.modalfull .modal-dialog {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.section-block {
  padding: 40px 0 70px;
}
.section-block.mb-0 {
  padding-bottom: 30px;
}
.section-block.mt-0 {
  padding-top: 5px;
}

.section-block-xl {
  padding: 20px 0 50px;
}

.section-block-img {
  text-align: center;
}

@media (max-width: 767px) {
  .section-block-mb-md {
    margin-bottom: 40px;
  }
}

.gform_wrapper .gfield_required {
  color: #790000;
  background-color: #fff;
}

.gfield_label {
  color: #fff;
}

.form-g-inline {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 4px 0;
}
.form-g-inline .form-control {
  height: 30px;
  background-color: transparent;
  color: #fff;
  border-color: transparent;
  width: 230px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1600px) {
  .form-g-inline .form-control {
    font-size: 16px;
    font-size: 1.6rem;
    width: 210px;
  }
}
.form-g-inline input::placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-g-inline input:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-g-inline input::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-g-inline textarea::placeholder {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.form-g-inline .btn {
  position: relative;
  background-color: transparent;
  padding: 0 10px;
  padding-left: 14px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin-left: 5px;
  border: none;
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1600px) {
  .form-g-inline .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form-g-inline .btn span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.form-g-inline .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: #f9b623;
  z-index: 1;
}

.form-g {
  max-width: 700px;
  margin: 0 auto;
}
.form-g .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  padding-left: 0;
}
.form-g .gform_wrapper .gform_footer input.button,
.form-g .gform_wrapper .gform_footer input[type=submit],
.form-g .gform_wrapper .gform_page_footer input.button,
.form-g .gform_wrapper .gform_page_footer input[type=submit] {
  border-radius: 1px;
  padding: 10px 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "nexa", sans-serif;
  border: 2px solid transparent;
  letter-spacing: 0.9px;
  color: #fff;
  border: 1px solid #1895de;
  background-image: linear-gradient(175deg, #0071b3 0%, #003c5f 100%);
  text-transform: uppercase;
}
.form-g .gform_wrapper textarea,
.form-g .gform_wrapper input {
  border: 1px solid #002032;
  background-color: #fffefb;
}
.form-g .gform_wrapper .top_label .gfield_label {
  font-weight: 600;
  color: #002032;
}
.form-g li.gfield.gfield_error,
.form-g li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.form-g .validation_message {
  font-weight: 400;
  padding-top: 7px !important;
  text-align: left;
}
.form-g div.validation_error {
  font-weight: 400;
  border: 0;
  max-width: 570px;
  margin: 0 auto 24px;
  border: 0;
  border-bottom: 1px solid #790000;
}
.form-g.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.form-g li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.text-center .gform_wrapper textarea,
.text-center .gform_wrapper input {
  text-align: center;
}
.text-center .gform_body {
  text-align: center;
}
.text-center .gform_footer {
  text-align: center;
}

.text-wyswyg .gform_wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.text-wyswyg .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  padding-left: 0;
}
.text-wyswyg .gform_wrapper .gform_footer input.button,
.text-wyswyg .gform_wrapper .gform_footer input[type=submit],
.text-wyswyg .gform_wrapper .gform_page_footer input.button,
.text-wyswyg .gform_wrapper .gform_page_footer input[type=submit] {
  border-radius: 1px;
  padding: 10px 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "nexa", sans-serif;
  border: 2px solid transparent;
  letter-spacing: 0.9px;
  color: #fff;
  border: 1px solid #1895de;
  background-image: linear-gradient(175deg, #0071b3 0%, #003c5f 100%);
  text-transform: uppercase;
}
.text-wyswyg .gform_wrapper textarea,
.text-wyswyg .gform_wrapper input {
  border: 1px solid #002032;
  background-color: #fffefb;
}
.text-wyswyg .gform_wrapper .top_label .gfield_label {
  font-weight: 600;
  color: #002032;
}
.text-wyswyg .gform_wrapper li.gfield.gfield_error,
.text-wyswyg .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.text-wyswyg .gform_wrapper .validation_message {
  font-weight: 400;
  padding-top: 7px !important;
  text-align: left;
}
.text-wyswyg .gform_wrapper div.validation_error {
  font-weight: 400;
  border: 0;
  max-width: 570px;
  margin: 0 auto 24px;
  border: 0;
  border-bottom: 1px solid #790000;
}
.text-wyswyg .gform_wrapper .gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.text-wyswyg .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.form-inner {
  color: #ffF;
  padding-top: 30px;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .form-inner {
    padding-top: 70px;
  }
}

.form-inner .gform_wrapper {
  color: #ffF;
}
.form-inner .gform_wrapper input:not([type=submit]) {
  background-color: transparent;
  border: 0;
  border-bottom: 8px solid #fff;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.form-inner .gform_wrapper .gform_title {
  margin: 0;
  margin-bottom: 25px;
  font-family: "Butler", sans-serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 991px) {
  .form-inner .gform_wrapper .gform_title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.form-inner .gform_wrapper textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 8px solid #fff;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.form-inner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 20px;
  font-size: 2rem;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 0;
}
.form-inner .gform_wrapper textarea:focus,
.form-inner .gform_wrapper input:not([type=submit]):focus {
  border-bottom: 8px solid #f9d322;
  outline-color: transparent;
  outline-color: transparent;
}
.form-inner .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
.form-inner .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
  margin-top: 0;
}
.form-inner .gform_wrapper .gfield_label {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "nexa", sans-serif;
  padding-left: 8px;
}
.form-inner .gform_wrapper ul li.gfield {
  margin-bottom: 20px;
}
.form-inner .gform_wrapper input::placeholder, .form-inner .gform_wrapper textarea::placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-inner .gform_wrapper input:-ms-input-placeholder, .form-inner .gform_wrapper textarea:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-inner .gform_wrapper input::-webkit-input-placeholder, .form-inner .gform_wrapper textarea::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-inner .gform_wrapper .gsection {
  padding-bottom: 0;
  border: 0;
}
.form-inner .gform_wrapper .gsection h2 {
  color: #fff;
  font-family: "Butler", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
}
.form-inner .gform_wrapper .ginput_container_date {
  margin-top: 0 !important;
}
.form-inner .gform_wrapper .gfield_time_hour i {
  margin-top: 8px;
  width: 5px;
}
.form-inner .gform_wrapper .gfield_time_hour,
.form-inner .gform_wrapper .gfield_time_minute,
.form-inner .gform_wrapper .gfield_date_year,
.form-inner .gform_wrapper .gfield_date_day,
.form-inner .gform_wrapper .gfield_date_month {
  margin-top: 4px !important;
  width: 6rem;
  max-width: 7rem;
}
.form-inner .gform_wrapper .gfield_time_hour input,
.form-inner .gform_wrapper .gfield_time_minute input,
.form-inner .gform_wrapper .gfield_date_year input,
.form-inner .gform_wrapper .gfield_date_day input,
.form-inner .gform_wrapper .gfield_date_month input {
  width: 5.3rem;
}
.form-inner .gform_wrapper .gfield_date_year input {
  width: 7rem;
}
.form-inner .gform_wrapper textarea.large {
  height: 200px;
}
.form-inner .gform_wrapper .gchoice_select_all,
.form-inner .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.form-inner .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400;
}
.form-inner .gform_wrapper .bootstrap-select > .dropdown-toggle {
  border: 0;
  border-bottom: 8px solid #fff;
  background-color: transparent;
  padding: 5px 8px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Libre Franklin", sans-serif;
}
.form-inner .gform_wrapper .bootstrap-select.show > .dropdown-toggle,
.form-inner .gform_wrapper .bootstrap-select > .dropdown-toggle:focus {
  border-bottom: 8px solid #f9d322;
  outline-color: transparent;
}
.form-inner .gform_wrapper .dropdown-toggle:focus,
.form-inner .gform_wrapper .dropdown-toggle:active {
  outline: none !important;
  box-shadow: none !important;
}
.form-inner .gform_wrapper .bs-placeholder .filter-option {
  color: #afafaf;
}
.form-inner .gform_wrapper .filter-option {
  color: #fff;
}
.form-inner .gform_wrapper .dropdown-toggle::after {
  content: "";
  border: 0;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.form-inner .gform_wrapper .bootstrap-select.show .dropdown-toggle::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 11px;
}
.form-inner .gform_wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.form-inner .gform_wrapper .dropdown-menu {
  border: 0;
  border-radius: 0;
  margin-top: -1px;
}
.form-inner .gform_wrapper .dropdown-item.active,
.form-inner .gform_wrapper .dropdown-item:active {
  background-color: #b9babb;
}
.form-inner .gform_wrapper .dropdown-item {
  padding: 6px 10px;
  font-size: 17px;
  font-size: 1.7rem;
}
.form-inner .gform_wrapper .gform_footer {
  text-align: right;
  position: relative;
}
.form-inner .gform_wrapper .gform_footer input[type=submit] {
  text-align: left;
  padding: 10px 40px 10px 20px;
  margin: 0;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  border: 0;
  font-size: 20px;
  font-size: 2rem;
  width: auto;
}
.form-inner .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #f9b623;
}
.form-inner .gform_wrapper .gform_footer input[type=submit]:focus {
  outline-color: transparent;
}
.form-inner .gform_wrapper .form-submit-icon:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-color: #f9b623;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: -30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .form-inner .gform_wrapper .form-submit-icon:before {
    margin-left: -15px;
  }
}
.form-inner .gform_wrapper .gfield_required {
  color: #fff;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-inner .gform_wrapper .form-mt-fix {
  margin-top: 28px;
}
.form-inner .gform_wrapper .gfield_error .gfield_label {
  color: #fff;
}
.form-inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.form-inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
.form-inner .gform_wrapper li.gfield.gfield_error {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.form-inner .gform_wrapper .field_description_below .gfield_description {
  padding-top: 8px;
}
.form-inner .gform_wrapper .validation_message {
  color: #ce4b4b;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
}
.form-inner .gform_wrapper li.gfield.gfield_error textarea,
.form-inner .gform_wrapper li.gfield.gfield_error input:not([type=submit]) {
  border: 0 !important;
  border-bottom: 8px solid #ce4b4b !important;
}
.form-inner .gform_wrapper .form-all-fields {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "nexa", sans-serif;
  margin-bottom: 5px;
}
.form-inner .gform_wrapper .gfield.gfield_error .bootstrap-select > .dropdown-toggle {
  border-color: #ce4b4b;
}
.form-inner .gform_wrapper .gfield.gfield_error.select-first .validation_message {
  display: none !important;
}
.form-inner .gform_wrapper div.validation_error {
  color: #ce4b4b;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 25px;
  border: 2px solid #ce4b4b;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 640px) {
  .gform_wrapper .select-first {
    display: flex;
  }
}
.gform_wrapper .select-first .gfield_label {
  margin: 0;
  margin-right: 10px;
  font-family: "Butler", sans-serif;
  font-weight: 400;
  padding-left: 0 !important;
  font-size: 32px;
  font-size: 3.2rem;
}
.gform_wrapper .select-first .ginput_container_select {
  margin: 0 !important;
  flex-grow: 2;
  margin-top: 5px !important;
}
@media (max-width: 639px) {
  .gform_wrapper .select-first .ginput_container_select {
    width: 100%;
  }
}
.gform_wrapper .select-first .top_label select.medium,
.gform_wrapper .select-first .top_label select.small,
.gform_wrapper .select-first .top_label select.large {
  width: 200px;
}

.gform_confirmation_wrapper {
  display: flex;
  min-height: 66vh;
  align-items: center;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center;
  width: 100%;
  max-width: 455px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
}
.gform_confirmation_wrapper h3,
.gform_confirmation_wrapper h2 {
  font-family: "Butler", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.gform_confirmation_wrapper p {
  margin-bottom: 10px;
}
.gform_confirmation_wrapper a {
  display: inline-block;
  font-family: "nexa", sans-serif;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  padding: 5px;
  margin-top: 17px;
}
.gform_confirmation_wrapper a:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  vertical-align: middle;
  margin-left: 7px;
  border-color: #ffe100;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gform_ajax_spinner {
  position: absolute;
  left: 0;
  top: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid #f9b623;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-suscriber {
  position: relative;
  display: inline-block;
}
@media (max-width: 450px) {
  .form-suscriber {
    width: 100%;
  }
}
.form-suscriber .gform_wrapper {
  padding: 4px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 450px) {
  .form-suscriber .gform_wrapper {
    border: none;
    border: 0;
  }
}
.form-suscriber .gform_wrapper.gform_validation_error {
  margin-bottom: 20px;
}
.form-suscriber .gform_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.form-suscriber form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: top;
  align-items: top;
  flex-wrap: nowrap;
}
@media (max-width: 450px) {
  .form-suscriber form {
    display: block;
    width: 100%;
  }
}
.form-suscriber .gform_wrapper ul.gform_fields li.gfield {
  float: left;
  clear: none;
  width: 100px;
  padding-right: 10px;
}
@media (max-width: 1350px) {
  .form-suscriber .gform_wrapper ul.gform_fields li.gfield {
    width: 90px;
  }
}
@media (max-width: 450px) {
  .form-suscriber .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
    float: none;
    clear: both;
  }
}
.form-suscriber .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: transparent;
  border: none;
  border: 0;
  width: 100px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1350px) {
  .form-suscriber .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 15px;
    font-size: 1.5rem;
    width: 90px;
  }
}
@media (max-width: 360px) {
  .form-suscriber .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .form-suscriber .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    border-bottom: 1px solid #8c8c8c;
    margin-bottom: 5px;
  }
}
.form-suscriber .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  outline-color: transparent;
  border: 0;
  border: none;
}
.form-suscriber .gform_wrapper .gform_body {
  position: relative;
}
.form-suscriber .gform_wrapper .gform_body:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 30px;
  background-color: #f9b623;
}
@media (max-width: 450px) {
  .form-suscriber .gform_wrapper .gform_body:after {
    display: none;
  }
}
.form-suscriber .gform_wrapper .top_label div.ginput_container,
.form-suscriber .gform_wrapper ul li.gfield {
  margin-top: 0;
}
.form-suscriber input::placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-suscriber input:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-suscriber input::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-suscriber .gform_wrapper .gform_footer,
.form-suscriber .gform_wrapper .gform_body {
  width: auto;
}
.form-suscriber .gform_wrapper .gform_body {
  width: 300px;
}
@media (max-width: 1350px) {
  .form-suscriber .gform_wrapper .gform_body {
    width: 270px;
  }
}
@media (max-width: 450px) {
  .form-suscriber .gform_wrapper .gform_body {
    width: 100%;
  }
}
.form-suscriber .gform_wrapper .gform_footer {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.form-suscriber .gform_wrapper .gform_footer input.button, .form-suscriber .gform_wrapper .gform_footer input[type=submit] {
  position: relative;
  background-color: transparent;
  padding: 0 10px;
  padding-left: 14px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin-left: 5px;
  border: none;
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "nexa", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 570px) {
  .form-suscriber .gform_wrapper .gform_footer input.button, .form-suscriber .gform_wrapper .gform_footer input[type=submit] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 450px) {
  .form-suscriber .gform_wrapper .gform_footer input.button, .form-suscriber .gform_wrapper .gform_footer input[type=submit] {
    margin-top: 10px;
    text-align: left;
    border: 0;
    border-left: 3px solid #f9b623;
    letter-spacing: 1px;
  }
}
.form-suscriber .gform_wrapper div.validation_error {
  position: absolute;
  top: 100%;
  color: #790000;
  font-size: 0.7em;
  font-weight: 400;
  margin-bottom: 0px;
  border: 0;
  border: none;
  padding: 0px 0 0px 0;
  padding-top: 3px;
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: -17px;
}
.form-suscriber .gform_wrapper li.gfield.gfield_error, .form-suscriber .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 6px !important;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding-bottom: 0px;
  padding-top: 0;
  box-sizing: border-box;
}
.form-suscriber .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
  font-size: 0.7em;
  font-weight: 400;
}
.form-suscriber .gform_confirmation_wrapper {
  min-height: auto;
}
.form-suscriber .gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center;
  width: 100%;
  max-width: 305px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
}
.form-suscriber .gform_ajax_spinner {
  left: 100%;
  top: 0;
}
.form-suscriber .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.form-suscriber .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.list-link {
  list-style: none;
  padding: 0;
}
.list-link li {
  display: inline-block;
}
.list-link li a {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  color: #000;
}

.list-centered {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 10px;
}

.list-select-cont {
  list-style: none;
  position: relative;
}
@media (min-width: 768px) {
  .list-select-cont {
    column-count: 2;
    column-gap: 60px;
  }
}
@media (min-width: 768px) {
  .list-select-cont:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #efefef;
    position: absolute;
    top: -5px;
    right: 0;
  }
}

.list-select {
  list-style: none;
}
.list-select.more li {
  display: inline-block;
  width: 100%;
  break-inside: auto;
}
.list-select li {
  padding: 10px 3px;
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #efefef;
  position: relative;
  padding-left: 30px;
  break-inside: avoid;
}
.list-select li:hover {
  cursor: pointer;
}
.list-select .list-select-caption {
  font-size: 15px;
  font-size: 1.5rem;
  color: #ccc;
}

.list-select-checkbox {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 2px solid #ccc;
  line-height: 19px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
}
.list-select-checkbox i {
  opacity: 0;
}

.selected .list-select-checkbox {
  background-color: #ccc;
}
.selected .list-select-checkbox i {
  opacity: 1;
}

.list-select-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  margin-top: 30px;
  padding: 10px 3px;
  font-weight: 700;
}

.search-cont {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.search-cont .search-overflow-mobile {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .search-cont .search-overflow-mobile {
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
}

.search-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  z-index: 4;
}
@media (max-width: 991px) {
  .search-box {
    position: relative;
    height: auto;
    background-color: #fff;
    padding-top: 70px;
  }
}

.search-box-cont {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 70px;
}
@media (max-width: 991px) {
  .search-box-cont {
    padding-left: 0px;
    padding-right: 15px;
  }
}

.search-container-xl {
  padding-top: 84px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  z-index: 2;
}
@media (max-width: 991px) {
  .search-container-xl {
    overflow: auto;
    padding-top: 0px;
    height: auto;
    min-height: calc(100% - 149px);
    position: static;
  }
}

.search-cont--info {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.search-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 1400px;
  width: 100%;
  left: 50%;
  margin-left: -700px;
}
@media (max-width: 1400px) {
  .search-bg {
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
}

.search-cont--bg {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 50px;
  right: 0;
  background-color: #414244;
  opacity: 0.98;
  z-index: 1;
}
@media (max-width: 1200px) {
  .search-cont--bg {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .search-cont--bg {
    display: none;
  }
}

.search-form--bg {
  position: absolute;
  top: 0px;
  left: 50px;
  right: 0;
  height: 84px;
  background-color: #fff;
  z-index: 3;
}
@media (max-width: 1200px) {
  .search-form--bg {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .search-form--bg {
    height: 70px;
    left: 0;
    position: fixed;
    z-index: 5;
  }
}

@media (max-width: 991px) {
  .bg-cont-mob {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    background-color: #414244;
    opacity: 0.98;
    z-index: 0;
    min-height: 100%;
  }
}

.scroll-page-body .search-box-cont,
.scroll-page-body .search-cont--info {
  width: 100%;
  max-width: 100%;
}
.scroll-page-body .search-bg {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  left: 0;
}
.scroll-page-body .search-cont--bg {
  left: 84px;
  right: 0px;
}
@media (max-width: 1600px) {
  .scroll-page-body .search-cont--bg {
    left: 60px;
  }
}
@media (max-width: 1400px) {
  .scroll-page-body .search-cont--bg {
    left: 50px;
  }
}
@media (max-width: 991px) {
  .scroll-page-body .search-cont--bg {
    left: 0px;
    right: 0;
  }
}
.scroll-page-body .search-form--bg {
  left: 84px;
  right: 15px;
}
@media (max-width: 1600px) {
  .scroll-page-body .search-form--bg {
    left: 60px;
  }
}
@media (max-width: 1400px) {
  .scroll-page-body .search-form--bg {
    left: 50px;
  }
}
@media (max-width: 991px) {
  .scroll-page-body .search-form--bg {
    left: 0px;
    right: 0;
  }
}
.scroll-page-body .filter-search-bg {
  left: 84px;
  right: 0;
}
@media (max-width: 1600px) {
  .scroll-page-body .filter-search-bg {
    left: 60px;
  }
}
@media (max-width: 1400px) {
  .scroll-page-body .filter-search-bg {
    left: 50px;
  }
}
@media (max-width: 991px) {
  .scroll-page-body .filter-search-bg {
    left: 0px;
    right: 0;
  }
}
.scroll-page-body .search-box-cont {
  padding-left: 110px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .scroll-page-body .search-box-cont {
    padding-left: 0px;
    padding-right: 15px;
  }
}
@media (min-width: 1550px) {
  .scroll-page-body .search-cont .search-results-relative .container-fluid.contaniner-fluid-xl,
  .scroll-page-body .search-cont .search-featured .container-fluid.contaniner-fluid-xl {
    max-width: 1500px;
  }
}

.search-form form {
  width: 100%;
}
.search-form .form-control {
  height: 45px;
  border-color: transparent;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  font-size: 32px;
  font-size: 3.2rem;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 100px;
  background-color: transparent;
  border: 0;
  outline-color: transparent;
  font-weight: 400;
  font-family: "Libre Franklin", sans-serif;
}
@media (max-width: 991px) {
  .search-form .form-control {
    padding-left: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.search-form .form-control:focus {
  outline-color: transparent;
  border: 0;
}
.search-form .form-control::placeholder {
  color: #969696;
  opacity: 1;
}
.search-form .form-control:-ms-input-placeholder {
  color: #969696;
}
.search-form .form-control::-ms-input-placeholder {
  color: #969696;
}

.search-btn-submit {
  background-color: transparent;
  padding: 0 5px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  flex-basis: 35px;
  flex-shrink: 0;
  margin-right: 5px;
  border-radius: 0;
  font-size: 17px;
  font-size: 1.7rem;
  color: #000;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
}
.search-btn-submit:hover, .search-btn-submit:focus {
  background-color: transparent;
  border-color: #ffe100;
}
@media (max-width: 991px) {
  .search-btn-submit {
    padding-right: 0;
  }
}

.search-clear {
  color: #a5a5a5;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 20px;
}

.search-btn-close-cont {
  padding: 0 25px;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .search-btn-close-cont {
    display: none;
  }
}
.search-btn-close-cont.search-btn-close-cont-mobile {
  display: none;
}
@media (max-width: 991px) {
  .search-btn-close-cont.search-btn-close-cont-mobile {
    position: fixed;
    top: 18px;
    right: 0px;
    padding: 0 20px;
    display: block;
    z-index: 5;
  }
}

.search-btn-close {
  width: auto;
  padding: 0;
  border-radius: 0;
  width: 35px;
  flex-basis: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
}

.navsearch-close--icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 19px;
  width: 19px;
}
.navsearch-close--icon:after, .navsearch-close--icon:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.navsearch-close--icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-btn-close:active,
.search-btn-close:focus,
.search-btn-close:hover {
  background-color: transparent;
  outline-color: transparent;
  border-color: #ffe100;
  box-shadow: none;
}

.search-autocom-cont {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.search-autocom-list {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  list-style: none;
  position: relative;
  z-index: 1;
  max-height: 60vh;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .search-autocom-list {
    padding-left: 0px;
    max-height: 50vh;
  }
}
.search-autocom-list li {
  padding: 13px 30px 13px 40px;
  color: #45494f;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .search-autocom-list li {
    padding: 13px 17px 13px 17px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.search-autocom-list li:hover {
  background-color: #ededed;
  cursor: pointer;
}

.search-bg-auto-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 1400px;
  width: 100%;
  left: 50%;
  margin-left: -700px;
}
@media (max-width: 1400px) {
  .search-bg-auto-cont {
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
}

.page-template-scroll-page .search-autocom-list {
  max-width: 100%;
}
.page-template-scroll-page .search-bg-auto-cont {
  max-width: 100%;
  left: 0;
  margin: 0;
}

.search-bg-auto {
  position: absolute;
  top: 0px;
  left: 50px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 1200px) {
  .search-bg-auto {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .search-bg-auto {
    left: 0;
  }
}

.search-results {
  display: block;
  padding: 0px 0px 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .search-results {
    position: static;
  }
}
.search-results .container-fluid.contaniner-fluid-xl {
  padding-left: 200px;
  padding-right: 200px;
}
@media (max-width: 991px) {
  .search-results .container-fluid.contaniner-fluid-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.filter-search {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .filter-search {
    background-color: #000;
  }
}
.filter-search .filter-dropdown {
  background-color: #ffffff;
}
.filter-search .filter-dropdown::after,
.filter-search .filter-dropdown::before {
  background-color: #fff;
}

.search-results-relative {
  position: relative;
  z-index: 1;
}

.filter-search-bg {
  position: absolute;
  top: 0;
  left: 59px;
  right: -6px;
  bottom: 0;
  background-color: #000;
}
@media (max-width: 1400px) {
  .filter-search-bg {
    left: 50px;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .filter-search-bg {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .filter-search-bg {
    left: 0;
    right: 0;
    display: none;
  }
}

.search-results-loader > div {
  position: absolute;
  z-index: 2;
  top: 20px;
  bottom: 0;
  left: 50px;
  right: 0;
  font-size: 3rem;
  color: #fff;
}

.search-results-noresult {
  font-size: 2.3rem;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .search-results-noresult {
    font-size: 1.8rem;
  }
}

.search-results-title-cont {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
}
.search-results-title-cont .search-results-title {
  font-family: "Libre Franklin", sans-serif;
  margin-bottom: 0px;
}

.search-results-title {
  color: #fff;
  font-family: "nexa", sans-serif;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.search-result-item {
  color: #fff;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .search-result-item .lesson-img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .search-result-item.py-4 {
    padding-bottom: 2.3rem !important;
    padding-top: 2.3rem !important;
  }
}

.search-item--type {
  margin-top: 10px;
  font-family: "nexa", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: #a0a0a0;
  margin-bottom: 5px;
}
.search-item--title {
  font-size: 2.8rem;
  font-family: "Butler", sans-serif;
  line-height: 34px;
  color: #fff;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .search-item--title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .search-item--title {
    display: block;
    margin-bottom: 13px;
  }
}
.search-item--title:focus, .search-item--title:active, .search-item--title:hover {
  color: #fff;
}
.search-item--text-cont {
  display: block;
}
@media (min-width: 768px) {
  .search-item--text-cont {
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.search-item--text {
  font-size: 1.5rem;
  line-height: 26px;
  color: #a0a0a0;
}

.result-more {
  font-family: "nexa", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fce203;
  margin-top: 10px;
  display: inline-block;
}
.result-more:hover, .result-more:active, .result-more:focus {
  color: #fce203;
  text-decoration: underline;
}

.search-pag {
  margin-top: 20px;
  text-align: center;
}
.search-pag.pagination {
  display: inline-block;
  margin-bottom: 20px;
}
.search-pag .page-numbers {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-family: "Libre Franklin", sans-serif;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.search-pag .page-numbers.current {
  color: #000;
  background-color: #fce203;
}
.search-pag .page-numbers.current:hover {
  pointer-events: none;
}
.search-pag .page-numbers:hover {
  text-decoration: underline;
  color: #fce203;
}
.search-pag .page-link {
  background-color: transparent;
  color: #fff;
  font-family: "Libre Franklin", sans-serif;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.search-pag .page-item.active .page-link {
  color: #000;
  background-color: #fce203;
}
.search-pag .page-item.active .page-link:hover {
  pointer-events: none;
}
.search-pag .page-link:hover {
  text-decoration: underline;
  color: #fce203;
}

.search-featured {
  position: relative;
  z-index: 1;
}
.search-featured .layout-card-title {
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.search-featured .layout-card-cont {
  border: 0;
}

.search-results .js_Loader {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px 20px;
}
.search-results .js_Loader .container-fluid.contaniner-fluid-xl {
  padding: 0;
}

.buscanding .search-results {
  opacity: 0.5;
  pointer-events: none;
}

.search-open {
  overflow: hidden;
}
.search-open .nav-main {
  z-index: 100000;
  pointer-events: none;
}
.search-open .nav-actions,
.search-open .nav-seccion-links {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.search-open .lity {
  z-index: 100001;
}
.search-open .nav-main-container::before, .search-open.scroll-page-body.nav-scroll .nav-main-container::after, .search-open.scroll-page-body .nav-main-container::after {
  opacity: 0 !important;
}

.search-cont {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-cont.active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}

.page-template-scroll-page.search-open .nav-main-container {
  padding-left: 60px;
}
@media (max-width: 1600px) {
  .page-template-scroll-page.search-open .nav-main-container {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .page-template-scroll-page.search-open .nav-main-container {
    padding-left: 15px;
  }
}
.page-template-scroll-page.search-open .nav-main .navbar-brand .navbar-brand--logo {
  opacity: 0;
}
.page-template-scroll-page.search-open .nav-main .navbar-brand .navbar-brand--logo-small {
  opacity: 1;
}

.related-info-cont {
  padding-top: 50px;
  padding-bottom: 50px;
}

.related-cards .layout-card-cont {
  background-color: #f3faff;
}

.loader-lines {
  display: inline-block;
  width: 30px;
  position: relative;
  height: 22px;
}
.loader-lines .lines {
  bottom: 0;
  width: 24%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.loader-lines .lines:nth-child(1) {
  animation: loader-lines-1 1.5s infinite;
  -webkit-animation: loader-lines-1 1.5s infinite;
}
.loader-lines .lines:nth-child(2) {
  left: 50%;
  margin-left: -12%;
  animation: loader-lines-2 1.5s infinite 0.2s;
  -webkit-animation: loader-lines-2 1.5s infinite 0.2s;
}
.loader-lines .lines:nth-child(3) {
  left: 100%;
  margin-left: -24%;
  animation: loader-lines-3 1.5s infinite 0.4s;
  -webkit-animation: loader-lines-3 1.5s infinite 0.4s;
}

.loader-lines.loader-lines-dark .lines,
.layout-row-w .loader-lines .lines {
  background-color: #111d31;
}

@-webkit-keyframes loader-lines-1 {
  0% {
    bottom: 0;
    top: 0;
  }
  50% {
    bottom: 5px;
    top: 5px;
  }
  100% {
    bottom: 0px;
    top: 0px;
  }
}
@-moz-keyframes loader-lines-1 {
  0% {
    bottom: 0;
    top: 0;
  }
  50% {
    bottom: 5px;
    top: 5px;
  }
  100% {
    bottom: 0px;
    top: 0px;
  }
}
@keyframes loader-lines-1 {
  0% {
    bottom: 0;
    top: 0;
  }
  50% {
    bottom: 5px;
    top: 5px;
  }
  100% {
    bottom: 0px;
    top: 0px;
  }
}
@-webkit-keyframes loader-lines-2 {
  0% {
    bottom: 0;
    top: 0;
  }
  50% {
    bottom: 5px;
    top: 5px;
  }
  100% {
    bottom: 0px;
    top: 0px;
  }
}
@-moz-keyframes loader-lines-2 {
  0% {
    bottom: 0;
    top: 0;
  }
  50% {
    bottom: 5px;
    top: 5px;
  }
  100% {
    bottom: 0px;
    top: 0px;
  }
}
@keyframes loader-lines-2 {
  0% {
    bottom: 0;
    top: 0;
  }
  50% {
    bottom: 5px;
    top: 5px;
  }
  100% {
    bottom: 0px;
    top: 0px;
  }
}
@-webkit-keyframes loader-lines-3 {
  0% {
    bottom: 0;
    top: 0;
  }
  50% {
    bottom: 5px;
    top: 5px;
  }
  100% {
    bottom: 0px;
    top: 0px;
  }
}
@-moz-keyframes loader-lines-3 {
  0% {
    bottom: 0;
    top: 0;
  }
  50% {
    bottom: 5px;
    top: 5px;
  }
  100% {
    bottom: 0px;
    top: 0px;
  }
}
@keyframes loader-lines-3 {
  0% {
    bottom: 0;
    top: 0;
  }
  50% {
    bottom: 5px;
    top: 5px;
  }
  100% {
    bottom: 0px;
    top: 0px;
  }
}
.loader-overlay-cont {
  position: relative;
}

.loader-filter-overlay {
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .loader-filter-overlay {
    left: 0;
  }
}
.loader-filter-overlay .loader-filter-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #111d31;
  opacity: 0.8;
  z-index: 0;
}
.loader-filter-overlay .layout-row {
  z-index: 1;
  margin-top: 80px;
}

.layout-row-w .loader-filter-overlay .loader-filter-overlay-bg {
  background-color: #fff;
}

.feed-insta-cont {
  margin-left: -3px;
  margin-right: -3px;
}
.feed-insta-cont .sbi-owl-nav > div {
  color: #debf2b;
}
.feed-insta-cont .sbi-owl-nav > div {
  background: none !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0) !important;
}
.feed-insta-cont .sbi-owl-nav .sbi-owl-prev {
  left: -29px;
}
.feed-insta-cont .sbi-owl-nav .sbi-owl-next {
  right: -29px;
}
.feed-insta-cont .sbi-owl-dots .sbi-owl-dot span {
  height: 8px;
  width: 8px;
  margin: 2px 4px;
  background: #debf2b;
}
@media (max-width: 480px) {
  .feed-insta-cont .sbi_item:nth-last-child(1) {
    display: none !important;
  }
}

body.error404 .nav-inner .nav-main-container-bg {
  background-color: transparent;
}
body.error404 .nav-inner-bg {
  display: none;
}

.error-cont-p {
  padding-top: 18%;
  padding-bottom: 23%;
}
@media (max-width: 991px) {
  .error-cont-p {
    padding-top: 15%;
    padding-bottom: 25%;
  }
}
@media (max-width: 767px) {
  .error-cont-p {
    padding-top: 150px;
    padding-bottom: 30%;
  }
}
@media (max-width: 767px) and (max-height: 630px) {
  .error-cont-p {
    padding-top: 100px;
  }
}

.error-cont {
  color: #fff;
}
@media (max-width: 767px) {
  .error-cont {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .error-cont .container {
    max-width: 100%;
  }
}

.error-colum-pl {
  padding-left: 10%;
  padding-right: 11%;
}
@media (max-width: 1200px) {
  .error-colum-pl {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1200px) {
  .error-colum-pl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .error-colum-pl {
    padding-left: 40px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .error-colum-pl {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (max-width: 400px) {
  .error-colum-pl {
    padding-left: 10px;
    padding-right: 0;
  }
}

.error-title {
  font-family: "nexa", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #D6B108;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.error-quote {
  margin-bottom: 15px;
}
.error-quote .section-show--qoute-cite {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .error-quote .section-show--qoute-cite {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.error-quote .section-show--qoute-author {
  font-size: 16px;
  font-size: 1.6rem;
  color: #7E7E7E;
}
@media (max-width: 991px) {
  .error-quote .br-none {
    display: none;
  }
}

.error-text p {
  font-size: 15px;
  font-size: 1.5rem;
}
.error-text a {
  color: #D6B108;
  text-decoration: underline;
}

.section-bg-error {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1200px) {
  .section-bg-error {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .section-bg-error {
    left: 0;
  }
}

.section-bg-error-imgbg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../images/marcus-countdown-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.section-bg-error-img {
  position: absolute;
  top: 0;
  left: 29%;
  bottom: 0;
  right: 0;
  background-image: url("../images/error-img-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-bg-error-img {
    top: 30vh;
    left: 0;
    background-size: 77vh;
    background-position: center bottom;
  }
}
@media (max-width: 400px) {
  .section-bg-error-img {
    top: 30vh;
    left: 0;
    margin-left: 10%;
    background-size: 65vh;
    background-position: left bottom;
  }
}

#cookie-notice {
  min-width: auto;
  width: 730px;
  left: 50%;
  margin-left: -350px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-family: "Libre Franklin", sans-serif;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #cookie-notice {
    width: 320px;
    margin-left: -160px;
    border-radius: 39px;
    margin-bottom: 10px;
  }
}
#cookie-notice .cookie-notice-container {
  padding: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  #cookie-notice .cookie-notice-container {
    padding: 10px 10px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
#cookie-notice .cn-buttons-container {
  float: right;
  display: block;
}
@media (max-width: 991px) {
  #cookie-notice .cn-buttons-container {
    float: none;
    display: inline-block;
  }
}
#cookie-notice .cn-button.bootstrap {
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Libre Franklin", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F9D322;
  color: #000;
}
@media (max-width: 991px) {
  #cookie-notice .cn-button.bootstrap {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 5px;
    font-size: 0.5rem;
    color: #F9D322;
    position: relative;
  }
  #cookie-notice .cn-button.bootstrap:before {
    content: "\f00c";
    display: block;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #000;
    font-size: 22px;
    font-size: 2.2rem;
    position: absolute;
    top: 14px;
    lefT: 13px;
  }
}
#cookie-notice .cn-text-container {
  margin: 0;
  padding: 4px 0;
}
@media (max-width: 991px) {
  #cookie-notice .cn-text-container {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#cookie-notice .cn-text-container a {
  text-decoration: underline;
}
#cookie-notice .cn-close-icon::after, #cookie-notice .cn-close-icon::before {
  background-color: #000;
}
#cookie-notice .cn-close-icon {
  display: none;
}

.banner-app {
  margin: 10px 0;
  position: relative;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .banner-app {
    padding-top: 0;
  }
}

.banner-app-cont {
  position: relative;
  z-index: 2;
  padding: 28px 30px;
}
@media (max-width: 767px) {
  .banner-app-cont {
    width: 100%;
    max-width: 388px;
    margin: 0 auto;
    padding: 28px 27px;
  }
}
@media (max-width: 350px) {
  .banner-app-cont {
    padding: 20px 15px;
  }
}

.banner-app-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-app-bg {
    position: static;
    right: initial;
  }
}
.banner-app-bg .banner-app-bg-color {
  position: absolute;
  top: 35px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #182840;
  z-index: 1;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .banner-app-bg .banner-app-bg-color {
    top: 0;
  }
}
.banner-app-bg .banner-app-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  width: 56%;
  z-index: 2;
  background-image: url("../images/banner_app.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 991px) {
  .banner-app-bg .banner-app-bg-img {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .banner-app-bg .banner-app-bg-img {
    position: relative;
    padding-top: 143px;
    right: 0px;
    background-position: center bottom;
    width: 100%;
    max-width: 313px;
    margin: 0 auto;
  }
}
@media (max-width: 370px) {
  .banner-app-bg .banner-app-bg-img {
    max-width: 300px;
  }
}

.banner-app--title {
  color: #ffffff;
  font-family: "Vinyl", sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .banner-app--title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 361px) {
  .banner-app--title {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media (max-width: 767px) {
  .banner-app--title br {
    display: none;
  }
}

.banner-app-btn-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100%;
  max-width: 285px;
}
@media (max-width: 767px) {
  .banner-app-btn-cont {
    max-width: 300px;
  }
}

.banner-app-btn {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 9px;
  border-radius: 8px;
  min-width: 120px;
}
.banner-app-btn:hover {
  background-color: #fff;
  border: 1px solid #f9b623;
}

.footer {
  color: #fff;
}

.footer-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer-section.footer-section-py-sm {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 991px) {
  .footer-section.footer-section-py-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-section .container,
.footer-section .container-fluid {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .footer-col-form {
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  .footer-col-social {
    margin-top: 30px;
  }
}

.footer-section-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .footer-section-bg {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .footer-section-bg {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .footer-section-bg {
    left: 0;
  }
}
.footer-section-bg.footer-section-bg-light {
  background-color: #5c5c5c;
  background-image: linear-gradient(185deg, #505050 0%, #727272 100%);
}
.footer-section-bg.footer-section-bg-dark {
  background-color: #545454;
}

.scroll-page-body .footer-section-bg {
  left: 84px;
}
@media (max-width: 1600px) {
  .scroll-page-body .footer-section-bg {
    left: 60px;
  }
}
@media (max-width: 1400px) {
  .scroll-page-body .footer-section-bg {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .scroll-page-body .footer-section-bg {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .scroll-page-body .footer-section-bg {
    left: 0;
  }
}

.footer-logo {
  width: 180px;
  height: 35px;
  background-image: url("../images/marcus_logo-w.png");
  background-image: url("../images/marcus_logo-w.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .footer-logo {
    width: 150px;
  }
}

.footer-list-link {
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
}
@media (min-width: 992px) {
  .footer-list-link {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-list-link li {
  padding: 0 5px;
  margin-bottom: 18px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .footer-list-link li {
    flex: 0 0 50%;
  }
}
.footer-list-link li a {
  color: #fff;
  font-family: "nexa", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 1.3;
}
@media (max-width: 1600px) {
  .footer-list-link li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.footer-list-link-inline {
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-list-link-inline li a {
  display: block;
  color: #aaaaaa;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 1600px) {
  .footer-list-link-inline li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer-list-link-inline li a span {
  display: inline-block;
  vertical-align: middle;
}
.footer-list-link-inline li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 1px;
  background-color: #aaaaaa;
  margin: 0 7px;
}
.footer-list-link-inline li:nth-last-child(1) a:after {
  display: none;
}

.footer-social-list {
  list-style: none;
  padding: 0;
}
.footer-social-list li {
  display: inline-block;
}
.footer-social-list li a {
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .footer-social-list li a {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .footer-copyr {
    text-align: right;
  }
}

.footer-copyr {
  color: #aaaaaa;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 1600px) {
  .footer-copyr {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .footer-copyr {
    margin-top: 10px;
  }
}
.footer-copyr p {
  color: #aaaaaa;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 1600px) {
  .footer-copyr p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.footer-title {
  font-family: "nexa", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media (max-width: 1600px) {
  .footer-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card-show-list.card-show-list-n-title-mt {
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .card-show-list.card-show-list-n-title-mt {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .card-show-list.card-show-list-n-title-mt {
    margin-top: 0px;
  }
}
.card-show-list .cards-show {
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .card-show-list .cards-show {
    margin-bottom: 15px;
  }
}
.card-show-list .cards-show:nth-last-child(1) {
  margin-bottom: 0;
}

.cards-show {
  height: 205px;
}
@media (min-width: 992px) {
  .cards-show {
    border-radius: 17px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cards-show {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 991px) and (max-height: 650px) {
  .cards-show {
    height: 138px;
  }
}
@media (max-width: 1600px) {
  .cards-show {
    height: 154px;
  }
}
@media (max-width: 1600px) and (max-height: 650px) {
  .cards-show {
    height: 138px;
  }
}
@media (max-width: 991px) {
  .cards-show {
    height: auto;
  }
}
.cards-show--img {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-top: 50%;
}
@media (min-width: 992px) {
  .cards-show--img {
    padding-top: 0;
    width: 47%;
    flex: 0 0 47%;
  }
}
.cards-show--cont {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .cards-show--cont {
    width: 53%;
  }
}
@media (max-width: 991px) {
  .cards-show--cont {
    height: 155px;
  }
}

.cards-show--imgbg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cards-show-info {
  position: relative;
  z-index: 2;
  padding: 20px 24px;
  width: 100%;
}
.cards-show-info--toptitle {
  color: #fff;
  font-family: "nexa", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 1600px) {
  .cards-show-info--toptitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.cards-show-info--text {
  color: #fff;
  font-family: "Butler", sans-serif;
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 1600px) {
  .cards-show-info--text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.cards-show-info--text:focus, .cards-show-info--text:active, .cards-show-info--text:hover {
  color: #fff;
}

a.cards-show-info--text {
  display: block;
  width: 100%;
}

.cards-show-contbg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}

.section-show {
  position: relative;
}

.section-show-fh {
  position: relative;
}
.section-show-fh .section-show-h {
  min-height: 100vh;
}

@media (max-width: 991px) {
  .section-show-col-mh {
    min-height: 100vh;
  }
}

.section-show-z-index2 {
  position: relative;
  z-index: 2;
}

.section-show-cont {
  padding-top: 80px;
  padding-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 1600px) {
  .section-show-cont {
    padding-top: 55px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .section-show-cont {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
  }
}
.section-show-cont.section-show-cont-text {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 1600px) {
  .section-show-cont.section-show-cont-text {
    padding-top: 55px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .section-show-cont.section-show-cont-text {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
.section-show-cont.section-show-cont-pt {
  padding-top: 20%;
}
.section-show-cont.show-cont-grid {
  padding: 0;
  padding-left: 60px;
}
.section-show-cont.section-show-first {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .section-show-cont.section-show-first {
    margin-top: 230px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
  }
}
.section-show-cont.section-show-first-lg {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .section-show-cont.section-show-first-lg {
    margin-top: 335px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .section-show-cont.section-show-cont-second {
    padding-top: 0;
    margin-top: -10px;
  }
}
.section-show-cont.section-show-cont-intro {
  padding-right: 100px;
}
@media (max-width: 1600px) {
  .section-show-cont.section-show-cont-intro {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .section-show-cont.section-show-cont-intro {
    padding-right: 20px;
    padding-top: 130px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .section-show-cont.section-show-last {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .section-show-cont.section-show-cont-mt-mobile {
    padding-top: 25px;
    margin-top: 130px;
  }
}
@media (max-width: 767px) {
  .section-show-cont.section-show-cont-mt-mobile {
    margin-top: 40px;
  }
}
@media (max-width: 767px) and (max-height: 650px) {
  .section-show-cont.section-show-cont-mt-mobile {
    margin-top: 40px;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .section-show-cont.section-show-cont-mt-mobile {
    margin-top: 30px;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  .section-show-cont.section-show-cont-mt-mobile {
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  .section-show-cont.section-show-cont-mt-mobile {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .section-show-cont.section-show-cont-mt-noimg-mobile {
    padding-top: 25px;
    margin-top: 190px;
  }
}
@media (max-width: 767px) {
  .section-show-cont.section-show-cont-mt-noimg-mobile {
    margin-top: 150px;
  }
}
@media (max-width: 767px) and (max-height: 650px) {
  .section-show-cont.section-show-cont-mt-noimg-mobile {
    margin-top: 150px;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .section-show-cont.section-show-cont-mt-noimg-mobile {
    margin-top: 150px;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  .section-show-cont.section-show-cont-mt-noimg-mobile {
    margin-top: 130px;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  .section-show-cont.section-show-cont-mt-noimg-mobile {
    margin-top: 130px;
  }
}

.section-show-light {
  color: #fff;
}
.section-show-light p {
  color: #fff;
}

@media (max-width: 991px) {
  .section-show {
    -webkit-user-select: none;
  }
}
.section-show--top-title {
  color: #99d0f0;
  font-family: "nexa", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1600px) {
  .section-show--top-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .section-show--top-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.section-show--top-title.section-show--top-title-xl {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 1600px) {
  .section-show--top-title.section-show--top-title-xl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .section-show--top-title.section-show--top-title-xl {
    margin-bottom: 18px;
  }
}
.section-show--top-title.section-show--top-title-mb {
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .section-show--top-title.section-show--top-title-mb {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .section-show--top-title.section-show--top-title-mb {
    margin-bottom: 18px;
  }
}
.section-show--top-title.top-title-yellow {
  color: #f9d423;
}
.section-show--top-title.top-title-w {
  color: #f6f2ee;
}
.section-show--top-title.top-titl-purple {
  color: #e3abdf;
}
.section-show--top-title.top-titl-blue {
  color: #007c98;
}
@media (max-width: 991px) {
  .section-show--top-title.top-titl-hide-mobile {
    display: none;
  }
}
.section-show--top-title.top-titl-show-mobile {
  display: none;
}
@media (max-width: 991px) {
  .section-show--top-title.top-titl-show-mobile {
    display: block;
    margin-bottom: 18px;
  }
}
.section-show--title {
  color: #f6f2ee;
  font-family: "Vinyl", sans-serif;
  font-size: 62px;
  font-size: 6.2rem;
  letter-spacing: 0.46px;
  line-height: 1.3;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .section-show--title {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media (max-width: 1600px) and (max-height: 650px) {
  .section-show--title {
    font-size: 37px;
    font-size: 3.7rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .section-show--title {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 20px;
    font-family: "Vinyl", sans-serif;
  }
}
@media (max-width: 450px) {
  .section-show--title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.section-show--title.section-show--title-md {
  font-size: 49px;
  font-size: 4.9rem;
}
@media (max-width: 1600px) {
  .section-show--title.section-show--title-md {
    font-size: 40px;
    font-size: 4rem;
  }
}
.section-show--text {
  margin-bottom: 30px;
}
.section-show--text p {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 1600px) {
  .section-show--text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1600px) and (max-height: 650px) {
  .section-show--text p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .section-show--text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .section-show--text.section-show--text-desk {
    display: none;
  }
}
.section-show--text.section-show--text-mobile {
  display: none;
}
@media (max-width: 991px) {
  .section-show--text.section-show--text-mobile {
    display: block;
  }
}
.section-show--qoute {
  margin-bottom: 30px;
}
@media (max-height: 650px) {
  .section-show--qoute {
    margin-bottom: 17px;
  }
}
.section-show--qoute.qoute-center {
  text-align: center;
}
.section-show--qoute-cite {
  font-family: "Butler", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0.46px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-indent: -20px;
}
@media (max-width: 1600px) {
  .section-show--qoute-cite {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 1600px) and (max-height: 650px) {
  .section-show--qoute-cite {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .section-show--qoute-cite {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    text-indent: -14px;
  }
}
@media (max-width: 365px) {
  .section-show--qoute-cite {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.section-show--qoute-cite.cite-bigger {
  font-size: 50px;
  font-size: 5rem;
}
@media (max-width: 1600px) {
  .section-show--qoute-cite.cite-bigger {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media (max-width: 1600px) {
  .section-show--qoute-cite.cite-bigger {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 991px) {
  .section-show--qoute-cite.cite-bigger {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    text-indent: -14px;
  }
}
.section-show--qoute-author {
  text-align: right;
  font-family: "nexa", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  text-indent: 0;
}
@media (max-width: 1600px) {
  .section-show--qoute-author {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .section-show--qoute-author {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.section-show--qoute.center-author .section-show--qoute-author {
  padding-right: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .text-intro .section-show--qoute-cite {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) and (max-height: 650px) {
  .text-intro .section-show--qoute-cite {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .text-intro .section-show--qoute-cite {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  .text-intro .section-show--qoute-cite {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) and (max-height: 400px) {
  .text-intro .section-show--qoute-cite {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.text-advocacy .section-show--qoute-cite {
  max-width: 760px;
}

.section-show--link {
  display: block;
  font-family: "nexa", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 1.75px;
  line-height: 1.75;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1600px) {
  .section-show--link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .section-show--link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  .section-show--link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .section-show--link {
    line-height: 26px;
  }
}
.section-show--link div {
  color: #222222;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.section-show--link .link-inner {
  padding-left: 14px;
  padding-right: 21px;
}
.section-show--link .link-inner > div {
  padding-top: 2px;
}
.section-show--link .link-inner .link-detail {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #2c6fb3;
  z-index: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.section-show--link .link-inner.link-yellow:before {
  background-color: #f9d423;
}
.section-show--link .link-inner.link-purple:before {
  background-color: #e3abdf;
}
.section-show--link {
  color: #fff;
}
.section-show--link .link-inner .link-detail {
  width: 102%;
}
@media (min-width: 992px) {
  .section-show--link:hover {
    color: #fff;
  }
}
.section-show--link:hover div:not(.link-detail) {
  text-decoration: underline;
}
.section-show--link.no-capi {
  text-transform: initial;
}

.link-detail-arrow {
  display: block;
  height: 9px;
  width: 9px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .link-detail-arrow {
    height: 7px;
    width: 7px;
  }
}

.text-intro .link-detail-arrow {
  border-color: #000;
}

.section-show-link-pl {
  padding-left: 37px;
}

.section-show-link-mt {
  margin-top: 40px;
}
@media (max-width: 400px) {
  .section-show-link-mt {
    margin-top: 25px;
  }
}

.section-show-link-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-show-link-cont > div, .section-show-link-cont > a {
  width: 50%;
  flex-basis: 50%;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-height: 650px) {
  .section-show-link-cont > div, .section-show-link-cont > a {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .section-show-link-cont > div, .section-show-link-cont > a {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-show-link-cont > a:nth-last-child(1), .section-show-link-cont > div:nth-last-child(1) {
  margin-bottom: 0px;
}
.section-show-link-cont.link-block {
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-show-link-cont.link-block > div {
  width: 100%;
  flex-basis: 100%;
}
.section-show-link-cont.link-block a {
  width: 100%;
}

@media (max-width: 991px) {
  .section-show-link-cont.section-show-link-cont-3 {
    display: block;
  }
}
.section-show-link-cont.section-show-link-cont-3 > div, .section-show-link-cont.section-show-link-cont-3 > a {
  width: 33.333333333%;
  flex-basis: 33.333333333%;
  margin-bottom: 35px;
}
@media (max-width: 1600px) {
  .section-show-link-cont.section-show-link-cont-3 > div, .section-show-link-cont.section-show-link-cont-3 > a {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .section-show-link-cont.section-show-link-cont-3 > div, .section-show-link-cont.section-show-link-cont-3 > a {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-show-link-cont.section-show-link-cont-3 .section-show--link {
  line-height: 1.35;
}

.text-intro .section-show--link div {
  color: #000;
}
.text-intro .section-show--link:hover div {
  color: #000;
}
@media (min-width: 992px) {
  .text-intro .section-show--link:hover div {
    color: #000;
  }
}
.text-intro .section-show--link .link-inner .link-detail {
  background-color: #f9d423;
}
.text-intro .section-show--top-title {
  color: #000;
}
.text-intro .slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f9d423;
}
.text-intro .link-detail-arrow {
  border-color: #000;
}

.scrollpage-section .text-intro .section-show--qoute-author {
  color: #919191;
}

.text-bussi .section-show--link div {
  color: #fff;
}
.text-bussi .section-show--link:hover div {
  color: #fff;
}
.text-bussi .section-show--link .link-inner .link-detail {
  background-color: #2e75bb;
}
.text-bussi .section-show--top-title {
  color: #99d0f0;
}
.text-bussi .swiper-button-next::before {
  border-color: #2e75bb;
}
.text-bussi .nav-link.nav-link-colored .nav-link-colored-hover {
  color: #2e75bb;
}
@media (max-width: 991px) {
  .text-bussi .nav-link-colored:hover .nav-link-b-hover {
    color: #2e75bb;
  }
}
.text-bussi .nav-link-bg.nav-link .nav-link-bg--item {
  background-color: #2e75bb;
}
.text-bussi .slider-pagination-mobile .swiper-pagination-bullet {
  background-color: #b8b8b8;
}
.text-bussi .slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2e75bb;
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-bussi .section-show--link .link-inner div {
    text-decoration-color: #2e75bb;
  }
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-bussi .section-show--link:focus .link-inner div,
  .nav-menu-col-info .text-bussi .section-show--link:hover .link-inner div {
    color: #2e75bb;
    text-decoration-color: #2e75bb;
  }
}

.text-speaking .section-show--link div {
  color: #fff;
}
.text-speaking .section-show--link:hover div {
  color: #fff;
}
.text-speaking .section-show--link .link-inner .link-detail {
  background-color: #77a4c2;
}
.text-speaking .section-show--top-title {
  color: #77a4c2;
}
@media (max-width: 991px) {
  .text-speaking .section-show--top-title {
    color: #9ec9e5;
  }
}
.text-speaking .nav-link.nav-link-colored .nav-link-colored-hover {
  color: #43687e;
}
@media (max-width: 991px) {
  .text-speaking .nav-link-colored:hover .nav-link-b-hover {
    color: #43687e;
  }
}
.text-speaking .nav-link-bg.nav-link .nav-link-bg--item {
  background-color: #43687e;
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-speaking .section-show--link .link-inner div {
    text-decoration-color: #77a4c2;
  }
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-speaking .section-show--link:focus .link-inner div,
  .nav-menu-col-info .text-speaking .section-show--link:hover .link-inner div {
    color: #77a4c2;
    text-decoration-color: #77a4c2;
  }
}

.text-athome .section-show--link div {
  color: #fff;
}
.text-athome .section-show--link:hover div {
  color: #fff;
}
.text-athome .section-show--link .link-inner .link-detail {
  background-color: #2594a1;
}
.text-athome .section-show--top-title {
  color: #2594a1;
}
.text-athome .swiper-button-next::before {
  border-color: #b5dee8;
}
.text-athome .nav-link.nav-link-colored .nav-link-colored-hover {
  color: #58c1d3;
}
@media (max-width: 991px) {
  .text-athome .nav-link-colored:hover .nav-link-b-hover {
    color: #58c1d3;
  }
}
.text-athome .nav-link-bg.nav-link .nav-link-bg--item {
  background-color: #2594a1;
}
.text-athome .slider-pagination-mobile .swiper-pagination-bullet {
  background-color: #b8b8b8;
}
.text-athome .slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b5dee8;
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-athome .section-show--link .link-inner div {
    text-decoration-color: #2594a1;
  }
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-athome .section-show--link:focus .link-inner div,
  .nav-menu-col-info .text-athome .section-show--link:hover .link-inner div {
    color: #2594a1;
    text-decoration-color: #2594a1;
  }
}

.text-lifelearn .section-show--link div {
  color: #fff;
}
.text-lifelearn .section-show--link:hover div {
  color: #fff;
}
.text-lifelearn .section-show--link .link-inner .link-detail {
  background-color: #ff6b35;
}
.text-lifelearn .section-show--top-title {
  color: #ffaa87;
}
@media (max-width: 991px) {
  .text-lifelearn .section-show--top-title {
    color: #f6bda5;
  }
}
.text-lifelearn .swiper-button-next::before {
  border-color: #ffaa87;
}
.text-lifelearn .nav-link.nav-link-colored .nav-link-colored-hover {
  color: #ff6b35;
}
@media (max-width: 991px) {
  .text-lifelearn .nav-link-colored:hover .nav-link-b-hover {
    color: #ff6b35;
  }
}
.text-lifelearn .nav-link-bg.nav-link .nav-link-bg--item {
  background-color: #ff6b35;
}
.text-lifelearn .slider-pagination-mobile .swiper-pagination-bullet {
  background-color: #b8b8b8;
}
.text-lifelearn .slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffaa87;
}

.nav-menu-col-info .text-lifelearn .section-show--link .link-inner::before {
  background-color: #ff6b35;
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-lifelearn .section-show--link .link-inner div {
    text-decoration-color: #ff6b35;
  }
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-lifelearn .section-show--link:focus .link-inner div,
  .nav-menu-col-info .text-lifelearn .section-show--link:hover .link-inner div {
    color: #ff6b35;
    text-decoration-color: #ff6b35;
  }
}

.text-life .section-show--link div {
  color: #fff;
}
.text-life .section-show--link:hover div {
  color: #fff;
}
.text-life .section-show--link .link-inner .link-detail {
  background-color: #2594a1;
}
.text-life .section-show--top-title {
  color: #2594a1;
}
@media (max-width: 991px) {
  .text-life .section-show--top-title {
    columns: #1d717b;
  }
}
.text-life .swiper-button-next::before {
  border-color: #b5dee8;
}
.text-life .nav-link.nav-link-colored .nav-link-colored-hover {
  color: #58c1d3;
}
@media (max-width: 991px) {
  .text-life .nav-link-colored:hover .nav-link-b-hover {
    color: #58c1d3;
  }
}
.text-life .nav-link-bg.nav-link .nav-link-bg--item {
  background-color: #2594a1;
}
.text-life .slider-pagination-mobile .swiper-pagination-bullet {
  background-color: #b8b8b8;
}
.text-life .slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b5dee8;
}

.nav-menu-col-info .text-life .section-show--link .link-inner::before {
  background-color: #2594a1;
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-life .section-show--link .link-inner div {
    text-decoration-color: #2594a1;
  }
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-life .section-show--link:focus .link-inner div,
  .nav-menu-col-info .text-life .section-show--link:hover .link-inner div {
    color: #2594a1;
    text-decoration-color: #2594a1;
  }
}

.text-advocacy .section-show--link div {
  color: #fff;
}
.text-advocacy .section-show--link:hover div {
  color: #fff;
}
.text-advocacy .section-show--link .link-inner .link-detail {
  background-color: #e3abdf;
}
.text-advocacy .section-show--top-title {
  color: #e3abdf;
}
.text-advocacy .cards-show-info--toptitle {
  color: #e3abdf;
}
.text-advocacy .nav-link.nav-link-colored .nav-link-colored-hover {
  color: #ac60a7;
}
@media (max-width: 991px) {
  .text-advocacy .nav-link-colored:hover .nav-link-b-hover {
    color: #ac60a7;
  }
}
.text-advocacy .nav-link-bg.nav-link .nav-link-bg--item {
  background-color: #ac60a7;
}
.text-advocacy .slider-pagination-mobile .swiper-pagination-bullet {
  background-color: #b8b8b8;
}
.text-advocacy .slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e3abdf;
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-advocacy .section-show--link .link-inner div {
    text-decoration-color: #e3abdf;
  }
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-advocacy .section-show--link:focus .link-inner div,
  .nav-menu-col-info .text-advocacy .section-show--link:hover .link-inner div {
    color: #e3abdf;
    text-decoration-color: #e3abdf;
  }
}

.text-lemon .section-show--link .link-inner .link-detail {
  background-color: #E5C201;
}
.text-lemon .link-detail-arrow {
  border-color: #E5C201;
}
.text-lemon .link-detail-arrow {
  border-color: #000;
}
.text-lemon .section-show--top-title {
  color: #E5C201;
}
@media (max-width: 991px) {
  .text-lemon .section-show--top-title {
    color: #CAAC0A;
  }
}
.text-lemon .cards-show-info--toptitle {
  color: #E5C201;
}
.text-lemon .nav-link.nav-link-colored .nav-link-colored-hover {
  color: #E5C201;
}
@media (max-width: 991px) {
  .text-lemon .nav-link-colored:hover .nav-link-b-hover {
    color: #E5C201;
  }
}
.text-lemon .nav-link-bg.nav-link .nav-link-bg--item {
  background-color: #E5C201;
}
.text-lemon .slider-pagination-mobile .swiper-pagination-bullet {
  background-color: #b8b8b8;
}
.text-lemon .slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E5C201;
}
.text-lemon .cards-show-info--text {
  color: #000;
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-lemon .section-show--link .link-inner div {
    text-decoration-color: #E5C201;
  }
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-lemon .section-show--link:focus .link-inner div,
  .nav-menu-col-info .text-lemon .section-show--link:hover .link-inner div {
    color: #E5C201;
    text-decoration-color: #E5C201;
  }
}

.text-tv .section-show--link div {
  color: #000;
}
.text-tv .section-show--link:hover div {
  color: #000;
}
.text-tv .link-detail-arrow {
  border-color: #000;
}
.text-tv .section-show--link .link-inner .link-detail {
  background-color: #dab400;
}
.text-tv .section-show--top-title {
  color: #dab400;
}
.text-tv .nav-link.nav-link-colored .nav-link-colored-hover {
  color: #353269;
}
@media (max-width: 991px) {
  .text-tv .nav-link-colored:hover .nav-link-b-hover {
    color: #353269;
  }
}
.text-tv .nav-link-bg.nav-link .nav-link-bg--item {
  background-color: #353269;
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-tv .section-show--link .link-inner div {
    text-decoration-color: #dab400;
  }
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-tv .section-show--link:focus .link-inner div,
  .nav-menu-col-info .text-tv .section-show--link:hover .link-inner div {
    color: #dab400;
    text-decoration-color: #dab400;
  }
}

.text-trending .section-show--link div {
  color: #1b140d;
}
.text-trending .section-show--link:hover div {
  color: #1b140d;
}
.text-trending .cards-show-info--text {
  color: #1b140d;
}
.text-trending .section-show--link .link-inner .link-detail {
  background-color: #f9b623;
}
.text-trending .section-show--top-title {
  color: #f9b623;
}
.text-trending .cards-show-info--toptitle {
  color: #f9b623;
}
.text-trending .cards-show-contbg {
  opacity: 0.5;
}
.text-trending .nav-link.nav-link-colored .nav-link-colored-hover {
  color: #f9b623;
}
@media (max-width: 991px) {
  .text-trending .nav-link-colored:hover .nav-link-b-hover {
    color: #f9b623;
  }
}
.text-trending .nav-link-bg.nav-link .nav-link-bg--item {
  background-color: #f9b623;
}
.text-trending .slider-pagination-mobile .swiper-pagination-bullet {
  background-color: #b8b8b8;
}
.text-trending .slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f9b623;
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-trending .section-show--link .link-inner div {
    text-decoration-color: #f9b623;
  }
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-trending .section-show--link:focus .link-inner div,
  .nav-menu-col-info .text-trending .section-show--link:hover .link-inner div {
    color: #f9b623;
    text-decoration-color: #f9b623;
  }
}

.text-deals .section-show--link div {
  color: #1b140d;
}
.text-deals .section-show--link:hover div {
  color: #1b140d;
}
.text-deals .cards-show-info--text {
  color: #1b140d;
}
.text-deals .section-show--link .link-inner .link-detail {
  background-color: #F26C26;
}
.text-deals .section-show--top-title {
  color: #F26C26;
}
.text-deals .cards-show-info--toptitle {
  color: #F26C26;
}
.text-deals .cards-show-contbg {
  opacity: 0.5;
}
.text-deals .nav-link.nav-link-colored .nav-link-colored-hover {
  color: #F26C26;
}
@media (max-width: 991px) {
  .text-deals .nav-link-colored:hover .nav-link-b-hover {
    color: #F26C26;
  }
}
.text-deals .nav-link-bg.nav-link .nav-link-bg--item {
  background-color: #F26C26;
}
.text-deals .slider-pagination-mobile .swiper-pagination-bullet {
  background-color: #b8b8b8;
}
.text-deals .slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F26C26;
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-trending .section-show--link .link-inner div {
    text-decoration-color: #F26C26;
  }
}

@media (max-width: 991px) {
  .nav-menu-col-info .text-trending .section-show--link:focus .link-inner div,
  .nav-menu-col-info .text-trending .section-show--link:hover .link-inner div {
    color: #F26C26;
    text-decoration-color: #F26C26;
  }
}

.section-show-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.section-show-bg--color {
  position: absolute;
  top: 0;
  left: 84px;
  bottom: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .section-show-bg--color {
    left: 60px;
  }
}
@media (max-width: 1400px) {
  .section-show-bg--color {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .section-show-bg--color {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .section-show-bg--color {
    left: 0;
  }
}
.section-show-bg--color.bg-blue .section-show-bg--color-effect, .section-show-bg--color.bg-blue {
  background-color: #203558;
}
.section-show-bg--color.bg-orange .section-show-bg--color-effect, .section-show-bg--color.bg-orange {
  background-color: #ff5f25;
}
.section-show-bg--color.bg-light-blue {
  background-color: #74c0d0;
}
.section-show-bg--color.bg-black .section-show-bg--color-effect, .section-show-bg--color.bg-black {
  background-color: #040406;
}
.section-show-bg--color.bg-purple {
  background-color: #904d83;
}
.section-show-bg--color.bg-grey .section-show-bg--color-effect, .section-show-bg--color.bg-grey {
  background-color: #f1f1f1;
}
.section-show-bg--color.bg-2ee {
  background-color: #f6f2ee;
}
.section-show-bg--color.section-show-bg-effect-cont {
  top: 200px;
}
.section-show-bg .section-show-bg--color-effect {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 200px;
  -ms-transform: skew(0deg, -6deg);
  transform: skew(0deg, 6deg);
}

.section-show-bg--text {
  position: absolute;
  bottom: -8px;
  left: 120px;
  width: 100%;
  z-index: 1;
  font-family: "nexa", sans-serif;
  font-size: 405px;
  font-size: 40.5rem;
  font-weight: 700;
  color: #000;
  line-height: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .section-show-bg--text {
    font-size: 310px;
    font-size: 31rem;
    left: 80px;
  }
}
@media (max-width: 991px) {
  .section-show-bg--text {
    left: 130px;
    bottom: initial;
    top: 80px;
    -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
    -moz-transform: rotate(90deg) translate3d(0, 0, 0);
    -o-transform: rotate(90deg) translate3d(0, 0, 0);
    transform: rotate(90deg) translate3d(0, 0, 0);
    transform-origin: 0 0;
    font-size: 150px;
    font-size: 15rem;
    display: none;
  }
}
.section-show-bg--text > div {
  opacity: 0.1;
}

.section-show-bg--img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .section-show-bg--img {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
  }
}
@media (min-width: 2300px) {
  .section-show-bg--img {
    width: 2100px;
    left: 50%;
    margin-left: -1050px;
  }
}
@media (min-width: 1920px) {
  .section-show-bg--img.section-show-bg--img-full {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.section-show-bg--img.dg-img::before {
  content: "";
  top: -10px;
  left: 52%;
  right: 10%;
  height: 200px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 991px) {
  .section-show-bg--img.dg-img::before {
    left: 0;
    right: 0;
    display: none;
  }
}

.section-show-bg--imgBgCont {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84px;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 1600px) {
  .section-show-bg--imgBgCont {
    left: 60px;
  }
}
@media (max-width: 991px) {
  .section-show-bg--imgBgCont {
    left: 0;
  }
}

.section-show-bg--imgCont {
  width: 52%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 2000px) {
  .section-show-bg--imgCont {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .section-show-bg--imgCont {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .section-show-bg--imgCont {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section-show-bg--imgCont.m-full {
    width: 100%;
  }
}
.section-show-bg--imgCont.d-full {
  width: 100%;
}
.section-show-bg--imgCont-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-show-bg--imgCont.intro {
  width: 74%;
  top: 0;
}
@media (min-width: 1930px) and (min-height: 900px) {
  .section-show-bg--imgCont.intro {
    width: 74%;
  }
}
@media (max-width: 1700px) {
  .section-show-bg--imgCont.intro {
    width: 68%;
  }
}
@media (max-width: 1500px) and (min-height: 700px) {
  .section-show-bg--imgCont.intro {
    width: 75%;
  }
}
@media (max-width: 1500px) and (min-height: 900px) {
  .section-show-bg--imgCont.intro {
    width: 85%;
  }
}
@media (max-width: 1200px) {
  .section-show-bg--imgCont.intro {
    width: 80%;
  }
}
@media (max-width: 1200px) and (min-height: 700px) {
  .section-show-bg--imgCont.intro {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .section-show-bg--imgCont.intro {
    width: 60vh;
  }
}
@media (max-width: 400px) {
  .section-show-bg--imgCont.intro {
    width: 50vh;
  }
}
.section-show-bg--imgCont.intro .show-bg-multi .show-bg-multi-img,
.section-show-bg--imgCont.intro .section-show-bg--imgCont-img {
  background-size: cover;
  background-position: top left;
}
@media (min-width: 1930px) and (min-height: 900px) {
  .section-show-bg--imgCont.intro .show-bg-multi .show-bg-multi-img,
  .section-show-bg--imgCont.intro .section-show-bg--imgCont-img {
    background-size: cover;
    background-position: top left;
  }
}
@media (max-width: 991px) {
  .section-show-bg--imgCont.intro .show-bg-multi .show-bg-multi-img,
  .section-show-bg--imgCont.intro .section-show-bg--imgCont-img {
    background-size: 100%;
    background-position: bottom left;
  }
}
.section-show-bg--imgCont-img.top {
  background-position: center 80px;
  background-size: 83vh;
}
@media (min-width: 991px) and (min-height: 800px) {
  .section-show-bg--imgCont-img.top {
    background-size: 100%;
    background-position: center center;
  }
}
@media (min-width: 1300px) {
  .section-show-bg--imgCont-img.top {
    background-position: center 80px;
    background-size: 83vh;
  }
}
@media (min-width: 1300px) and (min-height: 1200px) {
  .section-show-bg--imgCont-img.top {
    background-size: 100%;
    background-position: center center;
  }
}
@media (min-width: 1920px) and (min-height: 1300px) {
  .section-show-bg--imgCont-img.top {
    background-size: 100%;
    background-position: center center;
  }
}
@media (min-width: 2100px) {
  .section-show-bg--imgCont-img.top {
    background-position: center 120px;
    background-size: 84vh;
  }
}
@media (min-width: 2100px) and (min-height: 1400px) {
  .section-show-bg--imgCont-img.top {
    background-size: 100%;
    background-position: center center;
  }
}
@media (max-width: 991px) {
  .section-show-bg--imgCont-img.top {
    background-size: 100%;
  }
}
.section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
  background-position: bottom center;
  background-size: 82vh;
}
@media (min-width: 991px) and (min-height: 800px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-size: 130%;
  }
}
@media (min-width: 1300px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-size: 82vh;
  }
}
@media (min-width: 1300px) and (min-height: 1200px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-size: 120%;
  }
}
@media (min-width: 1920px) and (min-height: 1300px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-size: 120%;
  }
}
@media (min-width: 2100px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-size: 84vh;
  }
}
@media (min-width: 2100px) and (min-height: 1400px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-size: 120%;
  }
}
@media (max-width: 991px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-position: center bottom;
    background-size: 75%;
  }
}
@media (max-width: 991px) and (max-height: 940px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-position: center bottom;
    background-size: 70vh;
  }
}
@media (max-width: 767px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-position: center bottom;
    background-size: 75%;
  }
}
@media (max-width: 767px) and (max-height: 610px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-size: 70vh;
    background-position: center bottom;
  }
}
@media (max-width: 500px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-size: 70vh;
    background-position: center bottom;
  }
}
@media (max-width: 500px) and (max-height: 690px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-size: 62vh;
    background-position: center bottom;
  }
}
@media (max-width: 500px) and (max-height: 560px) {
  .section-show-bg--imgCont-img.tpo.bottom-sm, .section-show-bg--imgCont-img.bottom-sm {
    background-size: 52vh;
    background-position: center bottom;
  }
}
.section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 80px;
  background-size: 83vh;
}
@media (min-width: 991px) and (min-height: 800px) {
  .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-size: 100%;
    background-position: center center;
  }
}
@media (min-width: 1300px) {
  .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-position: center 80px;
    background-size: 83vh;
  }
}
@media (min-width: 1300px) and (min-height: 1200px) {
  .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-size: 100%;
    background-position: center center;
  }
}
@media (min-width: 1920px) and (min-height: 1300px) {
  .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-size: 100%;
    background-position: center center;
  }
}
@media (min-width: 2100px) {
  .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-position: center 120px;
    background-size: 82vh;
  }
}
@media (min-width: 2100px) and (min-height: 1400px) {
  .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-size: 100%;
    background-position: center center;
  }
}
@media (max-width: 991px) {
  .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    display: none;
    background-size: 100%;
  }
}
.section-show-bg--imgCont.lg-img-cont .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
  background-size: 83vh;
}
@media (min-width: 1300px) {
  .section-show-bg--imgCont.lg-img-cont .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-position: left 80px;
    background-size: 100%;
  }
}
.section-show-bg--imgCont.athomefix .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 80px;
  background-size: 83vh;
}
@media (min-width: 991px) and (min-height: 800px) {
  .section-show-bg--imgCont.athomefix .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-size: 100%;
    background-position: left center;
  }
}
@media (min-width: 1300px) {
  .section-show-bg--imgCont.athomefix .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-position: left 80px;
    background-size: 83vh;
  }
}
@media (min-width: 1300px) and (min-height: 1200px) {
  .section-show-bg--imgCont.athomefix .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-size: 100%;
    background-position: left center;
  }
}
@media (min-width: 1920px) and (min-height: 1300px) {
  .section-show-bg--imgCont.athomefix .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-size: 100%;
    background-position: left center;
  }
}
@media (min-width: 2100px) {
  .section-show-bg--imgCont.athomefix .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-position: left 120px;
    background-size: 82vh;
  }
}
@media (min-width: 2100px) and (min-height: 1400px) {
  .section-show-bg--imgCont.athomefix .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    background-size: 100%;
    background-position: left center;
  }
}
@media (max-width: 991px) {
  .section-show-bg--imgCont.athomefix .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img {
    display: none;
    background-size: 100%;
  }
}
.section-show-bg--imgCont.full-h {
  width: 59%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .section-show-bg--imgCont.full-h {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .section-show-bg--imgCont.full-h {
    width: 100%;
  }
}
.section-show-bg--imgCont.full-h .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img, .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img {
  background-position: right 14vh;
  background-size: 81vh;
}
@media (max-width: 2299px) {
  .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img, .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img {
    background-position: right 14vh;
    background-size: 79vh;
  }
}
@media (max-width: 2000px) {
  .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img, .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img {
    background-position: right 15vh;
    background-size: 102vh;
  }
}
@media (max-width: 1550px) {
  .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img, .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img {
    background-position: right 18vh;
    background-size: 102vh;
  }
}
@media (max-width: 1200px) {
  .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img, .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img {
    background-position: right 20vh;
    background-size: 95vh;
  }
}
@media screen and (max-aspect-ratio: 5/3) and (min-width: 992px) and (max-width: 1200px) {
  .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img, .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img {
    background-position: left 90px;
    background-size: cover;
  }
}
@media screen and (max-aspect-ratio: 9/5) and (min-width: 1201px) and (max-width: 2000px) {
  .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img, .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img {
    background-position: left bottom;
    background-size: 100%;
  }
}
@media screen and (max-aspect-ratio: 5/3) and (min-width: 2001px) {
  .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img, .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img {
    background-position: left bottom;
    background-size: 100%;
  }
}
@media (max-width: 991px) {
  .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img, .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img {
    background-size: 50vh;
    background-position: right bottom;
    bottom: 7vh;
  }
}
@media (max-width: 400px) {
  .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img.show-bg-multi .show-bg-multi-img, .section-show-bg--imgCont.full-h .section-show-bg--imgCont-img {
    background-size: 46vh;
    background-position: right bottom;
    bottom: 1vh;
  }
}

.show-bg-multi-img-1 {
  opacity: 1;
  animation: none;
  -webkit-animation: none;
}

.show-bg-multi-img-2 {
  opacity: 0;
  animation: none;
  -webkit-animation: none;
}

.show-bg-multi-img-3 {
  opacity: 0;
  animation: none;
  -webkit-animation: none;
}

.animated-once .bg-slide-7 .show-bg-multi-img-1,
.animated-once .bg-slide-5 .show-bg-multi-img-1,
.animated-once .bg-slide-4 .show-bg-multi-img-1,
.animated-once .bg-slide-3 .show-bg-multi-img-1,
.animated-once .bg-slide-2 .show-bg-multi-img-1 {
  animation: tfade 1.8s ease-in-out 0.2s 1;
  -webkit-animation: tfade 1.8s ease-in-out 0.2s 1;
  animation-fill-mode: forwards;
}
.animated-once .bg-slide-7 .show-bg-multi-img-2,
.animated-once .bg-slide-5 .show-bg-multi-img-2,
.animated-once .bg-slide-4 .show-bg-multi-img-2,
.animated-once .bg-slide-3 .show-bg-multi-img-2,
.animated-once .bg-slide-2 .show-bg-multi-img-2 {
  animation: tfade2 1.8s ease-in-out 0.2s 1;
  -webkit-animation: tfade2 1.8s ease-in-out 0.2s 1;
  animation-fill-mode: forwards;
}
.animated-once .bg-slide-7 .show-bg-multi-img-3,
.animated-once .bg-slide-5 .show-bg-multi-img-3,
.animated-once .bg-slide-4 .show-bg-multi-img-3,
.animated-once .bg-slide-3 .show-bg-multi-img-3,
.animated-once .bg-slide-2 .show-bg-multi-img-3 {
  animation: tfade3 1.8s ease-in-out 0.2s 1;
  -webkit-animation: tfade3 1.8s ease-in-out 0.2s 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes tfade {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes tfade {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tfade {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes tfade2 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  43.333% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes tfade2 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  43.333% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tfade2 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  43.333% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes tfade3 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  43.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tfade3 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  43.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tfade3 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  43.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.anima-bg .show-bg-multi-img-1 {
  animation: t2fade 4s ease-in-out 0.2s 1;
  -webkit-animation: t2fade 4s ease-in-out 0.2s 1;
  animation-fill-mode: forwards;
}
.anima-bg .show-bg-multi-img-2 {
  animation: t2fade2 4s ease-in-out 0.2s 1;
  -webkit-animation: t2fade2 4s ease-in-out 0.2s 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes t2fade {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes t2fade {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes t2fade {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes t2fade2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes t2fade2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes t2fade2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.colbg-mobile-opacity {
  display: none;
}

@media (max-width: 991px) {
  .colbg-mobile-opacity {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
  }
  .colbg-mobile-opacity:before {
    content: "";
    display: block;
    position: absolute;
    top: 340px;
    height: 100px;
    right: 0;
    left: 0;
    z-index: 0;
  }
  .colbg-mobile-opacity:after {
    content: "";
    display: block;
    position: absolute;
    top: 440px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
  }
}
.colbg-mobile-blur {
  display: none;
}

@media (max-width: 991px) {
  .colbg-mobile-blur {
    display: block;
    position: absolute;
    top: -65px;
    left: -15px;
    bottom: -40px;
    right: -15px;
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 90%, transparent 100%);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bg-intro .section-show-bg--color .section-show-bg--color-effect,
.bg-intro .section-show-bg--color {
  background-color: #0b0c0e;
}
.bg-intro.bg-slide {
  background-color: #0b0c0e;
}
.bg-intro .section-show-bg--text > div {
  opacity: 0.05;
}
.bg-intro .section-show-bg--imgBgCont {
  background-color: #000;
}
.bg-intro .section-show-bg--text > div {
  opacity: 0.05;
}
@media (max-width: 991px) {
  .bg-intro .section-show-bg--imgCont-img {
    background-image: url("../images/home/intro/home-marcus-intro-mobile.png");
  }
}
.bg-intro .show-bg-multi-img-1 {
  background-image: url("../images/home/intro/home-marcus-intro-1-lg-d.png");
}
.bg-intro .show-bg-multi-img-2 {
  background-image: url("../images/home/intro/home-marcus-intro-2-lg-d.png");
}

.bg-modal .section-show-bg--color {
  background-color: transparent;
  background-color: #fff;
  opacity: 0.85;
}

.bg-bussi .section-show-bg--color .section-show-bg--color-effect,
.bg-bussi .section-show-bg--color {
  background-color: #293f62;
}
.bg-bussi.bg-slide {
  background-color: #293f62;
}
.bg-bussi .dg-img::before {
  background: #293f62;
  background: -moz-linear-gradient(top, #293f62 0%, rgba(41, 63, 98, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #293f62), color-stop(100%, rgba(41, 63, 98, 0)));
  background: -webkit-linear-gradient(top, #293f62 0%, rgba(41, 63, 98, 0) 100%);
  background: -o-linear-gradient(top, #293f62 0%, rgba(41, 63, 98, 0) 100%);
  background: -ms-linear-gradient(top, #293f62 0%, rgba(41, 63, 98, 0) 100%);
  background: linear-gradient(to bottom, #293f62 0%, rgba(41, 63, 98, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#293f62", endColorstr="#293f62", GradientType=0 );
}
.bg-bussi .bg-bussi-1 {
  background-image: url("../images/home/business/people-process-product/3.png");
}
@media (max-width: 991px) {
  .bg-bussi .bg-bussi-1 {
    background-image: url("../images/home/business/people-process-product/home-marcus-busi-mobile.png");
  }
}
@media (max-width: 400px) {
  .bg-bussi .bg-bussi-1 {
    background-image: url("../images/home/business/people-process-product/home-marcus-busi-400.png");
  }
}
.bg-bussi .show-bg-multi-img-1 {
  background-image: url("../images/home/business/people-process-product/1.png");
}
.bg-bussi .show-bg-multi-img-2 {
  background-image: url("../images/home/business/people-process-product/2.png");
}
.bg-bussi .show-bg-multi-img-3 {
  background-image: url("../images/home/business/people-process-product/3.png");
}
.bg-bussi .bg-bussi-2 {
  background-image: url("../images/home/business/showcase/3.png");
}
@media (max-width: 991px) {
  .bg-bussi .bg-bussi-2 {
    background-image: url("../images/home/business/showcase/home-marcus-busi-mobile.png");
  }
}
@media (max-width: 991px) {
  .bg-bussi .bg-bussi-2 {
    background-image: url("../images/home/business/showcase/home-marcus-busi-400.png");
  }
}
.bg-bussi .bg-bussi-2 .show-bg-multi-img-1 {
  background-image: url("../images/home/business/showcase/1.png");
}
.bg-bussi .bg-bussi-2 .show-bg-multi-img-2 {
  background-image: url("../images/home/business/showcase/2.png");
}
.bg-bussi .bg-bussi-2 .show-bg-multi-img-3 {
  background-image: url("../images/home/business/showcase/3.png");
}
.bg-bussi .bg-bussi-3 {
  background-image: url("../images/home/business/lerning-center/3.png");
}
@media (max-width: 991px) {
  .bg-bussi .bg-bussi-3 {
    background-image: url("../images/home/business/lerning-center/home-marcus-busi-mobile.png");
  }
}
@media (max-width: 400px) {
  .bg-bussi .bg-bussi-3 {
    background-image: url("../images/home/business/lerning-center/home-marcus-busi-400.png");
  }
}
.bg-bussi .bg-bussi-3 .show-bg-multi-img-1 {
  background-image: url("../images/home/business/lerning-center/1.png");
}
.bg-bussi .bg-bussi-3 .show-bg-multi-img-2 {
  background-image: url("../images/home/business/lerning-center/2.png");
}
.bg-bussi .bg-bussi-3 .show-bg-multi-img-3 {
  background-image: url("../images/home/business/lerning-center/3.png");
}
.bg-bussi.colbg-mobile-opacity:before {
  background: rgba(41, 63, 98, 0);
  background: -moz-linear-gradient(top, rgba(41, 63, 98, 0) 0%, rgba(41, 63, 98, 0.5) 36%, rgba(41, 63, 98, 0.85) 61%, rgba(41, 63, 98, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41, 63, 98, 0)), color-stop(36%, rgba(41, 63, 98, 0.5)), color-stop(61%, rgba(41, 63, 98, 0.85)), color-stop(100%, rgba(41, 63, 98, 0.85)));
  background: -webkit-linear-gradient(top, rgba(41, 63, 98, 0) 0%, rgba(41, 63, 98, 0.5) 36%, rgba(41, 63, 98, 0.85) 61%, rgba(41, 63, 98, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(41, 63, 98, 0) 0%, rgba(41, 63, 98, 0.5) 36%, rgba(41, 63, 98, 0.85) 61%, rgba(41, 63, 98, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(41, 63, 98, 0) 0%, rgba(41, 63, 98, 0.5) 36%, rgba(41, 63, 98, 0.85) 61%, rgba(41, 63, 98, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(41, 63, 98, 0) 0%, rgba(41, 63, 98, 0.5) 36%, rgba(41, 63, 98, 0.85) 61%, rgba(41, 63, 98, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#293f62", endColorstr="#293f62", GradientType=0 );
}
.bg-bussi.colbg-mobile-opacity:after {
  background-color: #293f62;
  opacity: 0.85;
}

.bg-speaking .section-show-bg--color .section-show-bg--color-effect,
.bg-speaking .section-show-bg--color {
  background-color: #265277;
}
.bg-speaking.bg-slide {
  background-color: #265277;
}
.bg-speaking .dg-img::before {
  background: #265277;
  background: -moz-linear-gradient(top, #265277 0%, rgba(38, 82, 119, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #265277), color-stop(100%, rgba(38, 82, 119, 0)));
  background: -webkit-linear-gradient(top, #265277 0%, rgba(38, 82, 119, 0) 100%);
  background: -o-linear-gradient(top, #265277 0%, rgba(38, 82, 119, 0) 100%);
  background: -ms-linear-gradient(top, #265277 0%, rgba(38, 82, 119, 0) 100%);
  background: linear-gradient(to bottom, #265277 0%, rgba(38, 82, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#265277", endColorstr="#265277", GradientType=0 );
}
.bg-speaking .section-show-bg--text > div {
  color: #fff;
  opacity: 0.05;
}
.bg-speaking .section-show-bg--imgCont-img {
  background-image: url("../images/home/speaking/1.png");
}
@media (max-width: 991px) {
  .bg-speaking .section-show-bg--imgCont-img {
    background-image: url("../images/home/speaking/home-marcus-speaking-mobile.png");
  }
}
@media (max-width: 400px) {
  .bg-speaking .section-show-bg--imgCont-img {
    background-image: url("../images/home/speaking/home-marcus-speaking-400.png");
  }
}
.bg-speaking.colbg-mobile-opacity:before {
  background: rgba(31, 54, 93, 0);
  background: -moz-linear-gradient(top, rgba(31, 54, 93, 0) 0%, rgba(31, 54, 93, 0.5) 36%, rgba(31, 54, 93, 0.85) 61%, rgba(31, 54, 93, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31, 54, 93, 0)), color-stop(36%, rgba(31, 54, 93, 0.5)), color-stop(61%, rgba(31, 54, 93, 0.85)), color-stop(100%, rgba(31, 54, 93, 0.85)));
  background: -webkit-linear-gradient(top, rgba(31, 54, 93, 0) 0%, rgba(31, 54, 93, 0.5) 36%, rgba(31, 54, 93, 0.85) 61%, rgba(31, 54, 93, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(31, 54, 93, 0) 0%, rgba(31, 54, 93, 0.5) 36%, rgba(31, 54, 93, 0.85) 61%, rgba(31, 54, 93, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(31, 54, 93, 0) 0%, rgba(31, 54, 93, 0.5) 36%, rgba(31, 54, 93, 0.85) 61%, rgba(31, 54, 93, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(31, 54, 93, 0) 0%, rgba(31, 54, 93, 0.5) 36%, rgba(31, 54, 93, 0.85) 61%, rgba(31, 54, 93, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1f365d", endColorstr="#1f365d", GradientType=0 );
}
.bg-speaking.colbg-mobile-opacity:after {
  background-color: #1f365d;
  opacity: 0.85;
}

.bg-athome .section-show-bg--color .section-show-bg--color-effect,
.bg-athome .section-show-bg--color {
  background-color: #74bfd0;
}
.bg-athome.bg-slide {
  background-color: #74bfd0;
}
.bg-athome .dg-img::before {
  background: #74bfd0;
  background: -moz-linear-gradient(top, #74bfd0 0%, rgba(116, 191, 208, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #74bfd0), color-stop(100%, rgba(116, 191, 208, 0)));
  background: -webkit-linear-gradient(top, #74bfd0 0%, rgba(116, 191, 208, 0) 100%);
  background: -o-linear-gradient(top, #74bfd0 0%, rgba(116, 191, 208, 0) 100%);
  background: -ms-linear-gradient(top, #74bfd0 0%, rgba(116, 191, 208, 0) 100%);
  background: linear-gradient(to bottom, #74bfd0 0%, rgba(116, 191, 208, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#74bfd0", endColorstr="#74bfd0", GradientType=0 );
}
.bg-athome .section-show-bg--text > div {
  opacity: 0.05;
}
@media (max-width: 991px) {
  .bg-athome .section-show-bg--imgCont-img {
    background-image: url("../images/home/athome/home-marcus-athome-mobile.png");
  }
}
@media (max-width: 400px) {
  .bg-athome .section-show-bg--imgCont-img {
    background-image: url("../images/home/athome/home-marcus-athome-400.png");
  }
}
.bg-athome .show-bg-multi-img-1 {
  background-image: url("../images/home/athome/1.png");
}
.bg-athome .show-bg-multi-img-2 {
  background-image: url("../images/home/athome/2.png");
}
.bg-athome .show-bg-multi-img-3 {
  background-image: url("../images/home/athome/3.png");
}
.bg-athome.colbg-mobile-opacity:before {
  background: rgba(116, 191, 208, 0);
  background: -moz-linear-gradient(top, rgba(116, 191, 208, 0) 0%, rgba(116, 191, 208, 0.5) 36%, rgba(116, 191, 208, 0.85) 61%, rgba(116, 191, 208, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(116, 191, 208, 0)), color-stop(36%, rgba(116, 191, 208, 0.5)), color-stop(61%, rgba(116, 191, 208, 0.85)), color-stop(100%, rgba(116, 191, 208, 0.85)));
  background: -webkit-linear-gradient(top, rgba(116, 191, 208, 0) 0%, rgba(116, 191, 208, 0.5) 36%, rgba(116, 191, 208, 0.85) 61%, rgba(116, 191, 208, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(116, 191, 208, 0) 0%, rgba(116, 191, 208, 0.5) 36%, rgba(116, 191, 208, 0.85) 61%, rgba(116, 191, 208, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(116, 191, 208, 0) 0%, rgba(116, 191, 208, 0.5) 36%, rgba(116, 191, 208, 0.85) 61%, rgba(116, 191, 208, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(116, 191, 208, 0) 0%, rgba(116, 191, 208, 0.5) 36%, rgba(116, 191, 208, 0.85) 61%, rgba(116, 191, 208, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#74bfd0", endColorstr="#74bfd0", GradientType=0 );
}
.bg-athome.colbg-mobile-opacity:after {
  background-color: #74bfd0;
  opacity: 0.85;
}

.bg-lifelearn .section-show-bg--color .section-show-bg--color-effect,
.bg-lifelearn .section-show-bg--color {
  background-color: #e45225;
}
.bg-lifelearn.bg-slide {
  background-color: #e45225;
}
.bg-lifelearn .dg-img::before {
  background: #e45225;
  background: -moz-linear-gradient(top, #e45225 0%, rgba(228, 82, 37, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e45225), color-stop(100%, rgba(228, 82, 37, 0)));
  background: -webkit-linear-gradient(top, #e45225 0%, rgba(228, 82, 37, 0) 100%);
  background: -o-linear-gradient(top, #e45225 0%, rgba(228, 82, 37, 0) 100%);
  background: -ms-linear-gradient(top, #e45225 0%, rgba(228, 82, 37, 0) 100%);
  background: linear-gradient(to bottom, #e45225 0%, rgba(228, 82, 37, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e45225", endColorstr="#e45225", GradientType=0 );
}
.bg-lifelearn .section-show-bg--text > div {
  opacity: 0.08;
}
.bg-lifelearn .section-show-bg--imgCont-img {
  background-image: url("../images/home/lifestyle/3.png");
}
@media (max-width: 991px) {
  .bg-lifelearn .section-show-bg--imgCont-img {
    background-image: url("../images/home/lifestyle/home-marcus-lifestyle-mobile.png");
  }
}
@media (max-width: 400px) {
  .bg-lifelearn .section-show-bg--imgCont-img {
    background-image: url("../images/home/lifestyle/home-marcus-lifestyle-400.png");
  }
}
.bg-lifelearn .show-bg-multi-img-1 {
  background-image: url("../images/home/lifestyle/1.png");
}
.bg-lifelearn .show-bg-multi-img-2 {
  background-image: url("../images/home/lifestyle/2.png");
}
.bg-lifelearn .show-bg-multi-img-3 {
  background-image: url("../images/home/lifestyle/3.png");
}
.bg-lifelearn.colbg-mobile-opacity:before {
  background: rgba(228, 82, 37, 0);
  background: -moz-linear-gradient(top, rgba(228, 82, 37, 0) 0%, rgba(228, 82, 37, 0.5) 36%, rgba(228, 82, 37, 0.85) 61%, rgba(228, 82, 37, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228, 82, 37, 0)), color-stop(36%, rgba(228, 82, 37, 0.5)), color-stop(61%, rgba(228, 82, 37, 0.85)), color-stop(100%, rgba(228, 82, 37, 0.85)));
  background: -webkit-linear-gradient(top, rgba(228, 82, 37, 0) 0%, rgba(228, 82, 37, 0.5) 36%, rgba(228, 82, 37, 0.85) 61%, rgba(228, 82, 37, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(228, 82, 37, 0) 0%, rgba(228, 82, 37, 0.5) 36%, rgba(228, 82, 37, 0.85) 61%, rgba(228, 82, 37, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(228, 82, 37, 0) 0%, rgba(228, 82, 37, 0.5) 36%, rgba(228, 82, 37, 0.85) 61%, rgba(228, 82, 37, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(228, 82, 37, 0) 0%, rgba(228, 82, 37, 0.5) 36%, rgba(228, 82, 37, 0.85) 61%, rgba(228, 82, 37, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e45225", endColorstr="#e45225", GradientType=0 );
}
.bg-lifelearn.colbg-mobile-opacity:after {
  background-color: #e45225;
  opacity: 0.85;
}

.bg-life .section-show-bg--color .section-show-bg--color-effect,
.bg-life .section-show-bg--color {
  background-color: #74bfd0;
}
.bg-life.bg-slide {
  background-color: #74bfd0;
}
.bg-life .dg-img::before {
  background: #74bfd0;
  background: -moz-linear-gradient(top, #74bfd0 0%, rgba(116, 191, 208, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #74bfd0), color-stop(100%, rgba(116, 191, 208, 0)));
  background: -webkit-linear-gradient(top, #74bfd0 0%, rgba(116, 191, 208, 0) 100%);
  background: -o-linear-gradient(top, #74bfd0 0%, rgba(116, 191, 208, 0) 100%);
  background: -ms-linear-gradient(top, #74bfd0 0%, rgba(116, 191, 208, 0) 100%);
  background: linear-gradient(to bottom, #74bfd0 0%, rgba(116, 191, 208, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#74bfd0", endColorstr="#74bfd0", GradientType=0 );
}
.bg-life .section-show-bg--text > div {
  opacity: 0.05;
}
.bg-life .section-show-bg--imgCont-img {
  background-image: url("../images/home/athome/3.png");
}
@media (max-width: 991px) {
  .bg-life .section-show-bg--imgCont-img {
    background-image: url("../images/home/athome/home-marcus-athome-mobile.png");
  }
}
@media (max-width: 400px) {
  .bg-life .section-show-bg--imgCont-img {
    background-image: url("../images/home/athome/home-marcus-athome-400.png");
  }
}
.bg-life .show-bg-multi-img-1 {
  background-image: url("../images/home/athome/1.png");
}
.bg-life .show-bg-multi-img-2 {
  background-image: url("../images/home/athome/2.png");
}
.bg-life .show-bg-multi-img-3 {
  background-image: url("../images/home/athome/3.png");
}
.bg-life.colbg-mobile-opacity:before {
  background: rgba(116, 191, 208, 0);
  background: -moz-linear-gradient(top, rgba(116, 191, 208, 0) 0%, rgba(116, 191, 208, 0.5) 36%, rgba(116, 191, 208, 0.85) 61%, rgba(116, 191, 208, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(116, 191, 208, 0)), color-stop(36%, rgba(116, 191, 208, 0.5)), color-stop(61%, rgba(116, 191, 208, 0.85)), color-stop(100%, rgba(116, 191, 208, 0.85)));
  background: -webkit-linear-gradient(top, rgba(116, 191, 208, 0) 0%, rgba(116, 191, 208, 0.5) 36%, rgba(116, 191, 208, 0.85) 61%, rgba(116, 191, 208, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(116, 191, 208, 0) 0%, rgba(116, 191, 208, 0.5) 36%, rgba(116, 191, 208, 0.85) 61%, rgba(116, 191, 208, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(116, 191, 208, 0) 0%, rgba(116, 191, 208, 0.5) 36%, rgba(116, 191, 208, 0.85) 61%, rgba(116, 191, 208, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(116, 191, 208, 0) 0%, rgba(116, 191, 208, 0.5) 36%, rgba(116, 191, 208, 0.85) 61%, rgba(116, 191, 208, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#74bfd0", endColorstr="#74bfd0", GradientType=0 );
}
.bg-life.colbg-mobile-opacity:after {
  background-color: #74bfd0;
  opacity: 0.85;
}

.bg-advocacy .section-show-bg--color .section-show-bg--color-effect,
.bg-advocacy .section-show-bg--color {
  background-color: #71385c;
}
.bg-advocacy.bg-slide {
  background-color: #71385c;
}
.bg-advocacy.colbg-mobile-opacity:before {
  background: rgba(113, 56, 92, 0);
  background: -moz-linear-gradient(top, rgba(113, 56, 92, 0) 0%, rgba(113, 56, 92, 0.5) 36%, rgba(113, 56, 92, 0.85) 61%, rgba(113, 56, 92, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(113, 56, 92, 0)), color-stop(36%, rgba(113, 56, 92, 0.5)), color-stop(61%, rgba(113, 56, 92, 0.85)), color-stop(100%, rgba(113, 56, 92, 0.85)));
  background: -webkit-linear-gradient(top, rgba(113, 56, 92, 0) 0%, rgba(113, 56, 92, 0.5) 36%, rgba(113, 56, 92, 0.85) 61%, rgba(113, 56, 92, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(113, 56, 92, 0) 0%, rgba(113, 56, 92, 0.5) 36%, rgba(113, 56, 92, 0.85) 61%, rgba(113, 56, 92, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(113, 56, 92, 0) 0%, rgba(113, 56, 92, 0.5) 36%, rgba(113, 56, 92, 0.85) 61%, rgba(113, 56, 92, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(113, 56, 92, 0) 0%, rgba(113, 56, 92, 0.5) 36%, rgba(113, 56, 92, 0.85) 61%, rgba(113, 56, 92, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71385c", endColorstr="#71385c", GradientType=0 );
}
.bg-advocacy.colbg-mobile-opacity:after {
  background-color: #71385c;
  opacity: 0.85;
}
@media (max-width: 991px) {
  .bg-advocacy.colbg-mobile-opacity:after {
    opacity: 1;
  }
}

.bg-lemon .section-show-bg--color .section-show-bg--color-effect,
.bg-lemon .section-show-bg--color {
  background-color: #EFEEDE;
}
.bg-lemon.bg-slide {
  background-color: #EFEEDE;
}
.bg-lemon.colbg-mobile-opacity:before {
  background: rgba(239, 238, 222, 0);
  background: -moz-linear-gradient(top, rgba(239, 238, 222, 0) 0%, rgba(239, 238, 222, 0.5) 36%, rgba(239, 238, 222, 0.85) 61%, rgba(239, 238, 222, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239, 238, 222, 0)), color-stop(36%, rgba(239, 238, 222, 0.5)), color-stop(61%, rgba(239, 238, 222, 0.85)), color-stop(100%, rgba(239, 238, 222, 0.85)));
  background: -webkit-linear-gradient(top, rgba(239, 238, 222, 0) 0%, rgba(239, 238, 222, 0.5) 36%, rgba(239, 238, 222, 0.85) 61%, rgba(239, 238, 222, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(239, 238, 222, 0) 0%, rgba(239, 238, 222, 0.5) 36%, rgba(239, 238, 222, 0.85) 61%, rgba(239, 238, 222, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(239, 238, 222, 0) 0%, rgba(239, 238, 222, 0.5) 36%, rgba(239, 238, 222, 0.85) 61%, rgba(239, 238, 222, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(239, 238, 222, 0) 0%, rgba(239, 238, 222, 0.5) 36%, rgba(239, 238, 222, 0.85) 61%, rgba(239, 238, 222, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#EFEEDE", endColorstr="#EFEEDE", GradientType=0 );
}
.bg-lemon.colbg-mobile-opacity:after {
  background-color: #EFEEDE;
  opacity: 0.85;
}
@media (max-width: 991px) {
  .bg-lemon.colbg-mobile-opacity:after {
    opacity: 1;
  }
}
.bg-lemon .section-show-bg--text > div {
  color: #E5C201;
  opacity: 0.08;
}

.bg-tv .section-show-bg--color .section-show-bg--color-effect,
.bg-tv .section-show-bg--color {
  background-color: #000000;
}
.bg-tv.bg-slide {
  background-color: #000000;
}
.bg-tv .section-show-bg--color {
  background-color: #000000;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(170deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 58%, rgb(26, 26, 40) 87%, rgb(20, 20, 29) 100%);
  background: -webkit-linear-gradient(170deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 58%, rgb(26, 26, 40) 87%, rgb(20, 20, 29) 100%);
  background: linear-gradient(170deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 58%, rgb(26, 26, 40) 87%, rgb(20, 20, 29) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#14141d",GradientType=1);
}
.bg-tv .section-show-bg--text > div {
  color: #fff;
  opacity: 0.05;
}
@media (max-width: 991px) {
  .bg-tv .section-show-bg--text > div {
    opacity: 0.09;
  }
}

.bg-trending .section-show-bg--color .section-show-bg--color-effect,
.bg-trending .section-show-bg--color {
  background-color: #ebebeb;
}
.bg-trending.bg-slide {
  background-color: #ebebeb;
}

.section-show-bg--imgBgCont.speaking-bg-fullimg {
  background-image: url("../images/home/home-speaking-bg.jpg");
}
@media (max-width: 400px) {
  .section-show-bg--imgBgCont.speaking-bg-fullimg {
    background-image: url("../images/home/home-speaking-bg-400.jpg");
  }
}

.show-img-grid-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.show-img-grid-list li {
  padding: 11px;
  width: 33.333333333%;
  flex-basis: 33.333333333%;
}
.show-img-grid-list li a {
  display: block;
}

.show-img-grid-list--img {
  width: 100%;
  padding-top: 135%;
  border: 2px solid #323232;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.show-img-list-cont-p {
  padding-left: 25px;
}

.show-img-list {
  margin-top: 30px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
.show-img-list.show-img-list-align-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.show-img-list li {
  padding-right: 20px;
  padding-left: 20px;
}
.show-img-list.show-img-lis-npr {
  padding-right: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1600px) {
  .show-img-list.show-img-lis-npr {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.show-img-list.show-img-lis-npr li {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1600px) {
  .show-img-list.show-img-lis-npr li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.show-img-list.show-img-lis-npr-sm {
  padding-right: 0px;
  margin-left: -3px;
  margin-right: -3px;
}
.show-img-list.show-img-lis-npr-sm li {
  padding-right: 3px;
  padding-left: 3px;
}
.show-img-list.show-img-lis-npr-md {
  padding-right: 0px;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 991px) {
  .show-img-list.show-img-lis-npr-md {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.show-img-list.show-img-lis-npr-md li {
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .show-img-list.show-img-lis-npr-md li {
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .show-img-list.show-img-list-resp-4 {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .show-img-list.show-img-list-resp-4 li {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .show-img-list.show-img-list-resp-4 li img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .show-img-list.show-img-list-resp-4.show-img-lis-npr-sm li {
    padding-bottom: 5px;
  }
}

.show-img-grid {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 992px) and (max-height: 650px) {
  .show-img-grid {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.show-img-grid--item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.show-img-grid-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding-top: 70%;
}
@media (min-width: 992px) {
  .show-img-grid-bg {
    border-radius: 17px;
  }
}

.show-img-grid-2lf .show-img-grid-bg {
  padding-top: 60%;
}
@media (min-width: 992px) and (max-height: 650px) {
  .show-img-grid-2lf .show-img-grid-bg {
    padding-top: 55%;
  }
}

.post-item-row {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.post-item-row .post-item {
  padding: 0 25px;
  padding-bottom: 25px;
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 1600px) {
  .post-item-row .post-item {
    padding: 0 20px 20px;
  }
}

.post-item {
  max-width: 400px;
}

.post-item-top-title {
  opacity: 0.7;
  font-family: "nexa", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .post-item-top-title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.post-item-top-title.title-purple {
  color: #e3abdf;
}
.post-item-top-title.title-yellow {
  color: #f9b623;
}

.post-item-title {
  color: #000;
  display: block;
  font-family: "nexa", sans-serif;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: 1.3;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 1600px) {
  .post-item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.post-item-title.title-sm {
  font-size: 19px;
  font-size: 1.9rem;
}
@media (max-width: 1600px) {
  .post-item-title.title-sm {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.post-item-img {
  display: block;
  margin-bottom: 25px;
  -webkit-box-shadow: 8px 22px 91px -42px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 8px 22px 91px -42px rgba(0, 0, 0, 0.45);
  box-shadow: 8px 22px 91px -42px rgba(0, 0, 0, 0.45);
}
@media (max-width: 1600px) {
  .post-item-img {
    margin-bottom: 20px;
  }
}

.post-item-imgbg {
  width: 100%;
  padding-top: 62%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.post-item-text p {
  color: #000;
  letter-spacing: 0.64px;
  line-height: 1.4;
  font-size: 17px;
  font-size: 1.7rem;
}
@media (max-width: 1600px) {
  .post-item-text p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.post-item-light .post-item-text p {
  color: #f6f2ee;
}
.post-item-light .post-item-title {
  color: #f6f2ee;
}

@media (min-width: 992px) {
  .swiper-container.slider-home {
    height: 0;
  }
}
@media (min-width: 992px) {
  .swiper-container.slider-home.swiper-container-initialized {
    height: auto;
  }
}

.section-show-slide {
  margin-bottom: 30px;
  padding-right: 55px;
  position: relative;
}
@media (max-width: 991px) {
  .section-show-slide {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .section-show-slide {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.slide-item {
  position: relative;
  display: block;
  background-color: #000;
}
@media (min-width: 768px) {
  .slide-item {
    border-radius: 17px;
    overflow: hidden;
  }
}

.slide-item-img {
  position: relative;
  padding-top: 65%;
}
@media (max-width: 767px) {
  .slide-item-img {
    padding-top: 60%;
  }
}
.slide-item-img .slide-item-imgbg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

@media (min-width: 992px) and (max-height: 650px) {
  .nav-menu-col-info .slide-item-img {
    padding-top: 58%;
  }
}

.slide-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-family: "nexa", sans-serif;
  padding: 22px 25px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .slide-item-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.slide-item-text .slide-item--top-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.slide-item-text .slide-item--title {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.5px;
  padding-right: 20%;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  .slide-item-text .slide-item--title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 1300px) {
  .slide-item-text .slide-item--title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .slide-item-text .slide-item--title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.slide-item-text .slide-item--title.upper {
  text-transform: uppercase;
}

.swiper-button-next {
  background-image: none;
}
.swiper-button-next:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 4px 4px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next.sm {
  right: 0;
  height: 35px;
  margin-top: -17px;
}
.swiper-button-next.sm:before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 3px 3px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next.c-yellow:before {
  border-color: #f9d423;
}
@media (max-width: 991px) {
  .swiper-button-next.no-mobile {
    display: none;
  }
}

.swiper-button-next {
  background-image: none;
  outline-color: transparent;
}
.swiper-button-next:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 4px 4px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next.sm {
  right: 0;
  height: 35px;
  margin-top: -17px;
}
.swiper-button-next.sm:before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 3px 3px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next.c-yellow:before {
  border-color: #f9d423;
}
@media (max-width: 991px) {
  .swiper-button-next.no-mobile {
    display: none;
  }
}

.swiper-button-prev {
  background-image: none;
}
.swiper-button-prev:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 4px 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-prev.sm {
  right: 0;
  height: 35px;
  margin-top: -17px;
}
.swiper-button-prev.sm:before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 3px 3px;
}
.swiper-button-prev.c-yellow:before {
  border-color: #f9d423;
}
@media (max-width: 991px) {
  .swiper-button-prev.no-mobile {
    display: none;
  }
}

.slide-item-badge {
  padding: 5px 12px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .slide-item-badge {
    padding: 2px 8px;
  }
}
.slide-item-badge span {
  color: #293f62;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
}

.slider-pagination-mobile {
  display: none;
}
@media (max-width: 991px) {
  .slider-pagination-mobile {
    position: static;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.slider-pagination-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.slider-pagination-mobile .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #aba39a;
  opacity: 1;
}
.slider-pagination-mobile.slider-pagination-mobile-sm {
  display: none;
}
@media (max-width: 767px) {
  .slider-pagination-mobile.slider-pagination-mobile-sm {
    display: block;
  }
}

@media (max-width: 991px) {
  .slider-image-init-mobile {
    margin-bottom: 20px;
  }
  .slider-image-init-mobile .show-img-grid--item {
    padding: 0;
  }
  .slider-image-init-mobile .show-img-grid {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .slider-image-init-mobile {
    margin-right: -25px;
    margin-left: -25px;
  }
  .slider-image-init-mobile .swiper-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slider-imagemodal-mobile {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media (min-width: 992px) {
  .slider-imagemodal-mobile.swiper-container {
    display: block;
    height: auto;
  }
}
@media (min-width: 992px) {
  .slider-imagemodal-mobile .swiper-wrapper {
    display: block;
    height: auto;
  }
}
@media (min-width: 992px) {
  .slider-imagemodal-mobile .swiper-slide {
    display: block;
    height: auto;
  }
}

@media (max-width: 767px) {
  .slider-card-init-mobile {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media (min-width: 992px) {
  .slider-card-init-mobile .swiper-wrapper {
    display: block;
  }
}
@media (max-width: 991px) {
  .slider-card-init-mobile .swiper-slide {
    width: 100%;
  }
}

a.slide-item .slide-item-img {
  overflow: hidden;
}
a.slide-item .slide-item-imgbg:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
a.slide-item .slide-item-img .slide-item-imgbg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a.slide-item:hover .slide-item-img .slide-item-imgbg {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 5;
}

.trans-anima .fp-section {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: opacity 630ms ease-in-out 5ms, visibility 2ms ease-in-out;
  -o-transition: opacity 630ms ease-in-out 5ms, visibility 2ms ease-in-out;
  transition: opacity 630ms ease-in-out 5ms, visibility 2ms ease-in-out;
}

.trans-anima-link {
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.trans-anima-link .section-show--link {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.trans-anima .trans-anima-intro .section-show-cont {
  -webkit-transition: all 1000ms ease-in-out 700ms;
  -o-transition: all 1000ms ease-in-out 700ms;
  transition: all 1000ms ease-in-out 700ms;
}
.trans-anima .trans-anima-intro .section-show-bg--text {
  -webkit-transition: all 700ms ease-in-out 300ms;
  -o-transition: all 700ms ease-in-out 300ms;
  transition: all 700ms ease-in-out 300ms;
}
.trans-anima .trans-anima-intro .section-show-bg--img {
  -webkit-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.trans-anima .trans-anima-intro .trans-anima-link {
  -webkit-transition: all 1000ms ease-in-out 1000ms;
  -o-transition: all 1000ms ease-in-out 1000ms;
  transition: all 1000ms ease-in-out 1000ms;
}
.trans-anima .trans-anima-intro .trans-anima-link .section-show--link {
  -webkit-transition: all 1000ms ease-in-out 1000ms;
  -o-transition: all 1000ms ease-in-out 1000ms;
  transition: all 1000ms ease-in-out 1000ms;
}
.trans-anima .trans-anima-intro-show .section-show-cont,
.trans-anima .trans-anima-intro-show .section-show-bg--img {
  opacity: 0;
}
.trans-anima .trans-anima-intro-show .section-show-bg--text {
  -webkit-transform: rotate(0deg) translate3d(-50px, 0, 0);
  -moz-transform: rotate(0deg) translate3d(-50px, 0, 0);
  -o-transform: rotate(0deg) translate3d(-50px, 0, 0);
  transform: rotate(0deg) translate3d(-50px, 0, 0);
  opacity: 0;
}
@media (max-width: 991px) {
  .trans-anima .trans-anima-intro-show .section-show-bg--text {
    -webkit-transform: rotate(90deg) translate3d(-50px, 0, 0);
    -moz-transform: rotate(90deg) translate3d(-50px, 0, 0);
    -o-transform: rotate(90deg) translate3d(-50px, 0, 0);
    transform: rotate(90deg) translate3d(-50px, 0, 0);
  }
}
@media (min-width: 992px) {
  .trans-anima .trans-anima-intro-show .trans-anima-link {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .trans-anima .trans-anima-intro-show .trans-anima-link .section-show--link {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.trans-anima .trans-anima-intro {
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 1ms ease-in-out;
  -o-transition: all 1ms ease-in-out;
  transition: all 1ms ease-in-out;
}
.trans-anima .trans-anima-intro.active {
  opacity: 1;
  -webkit-transition: all 1ms ease-in-out;
  -o-transition: all 1ms ease-in-out;
  transition: all 1ms ease-in-out;
}
.trans-anima .trans-anima-intro.active.up {
  -webkit-transition: all 1ms ease-in-out;
  -o-transition: all 1ms ease-in-out;
  transition: all 1ms ease-in-out;
}
.trans-anima .trans-anima-intro.fp-completely.down {
  -webkit-transition: all 1ms ease-in-out 630ms;
  -o-transition: all 1ms ease-in-out 630ms;
  transition: all 1ms ease-in-out 630ms;
}
.trans-anima .section-show-bg--color.section-show-bg-effect-cont {
  top: 200%;
  -webkit-transition: all 630ms ease-in-out 570ms;
  -o-transition: all 630ms ease-in-out 570ms;
  transition: all 630ms ease-in-out 570ms;
}
.trans-anima .section-show-bg--color.section-show-bg-effect-cont .section-show-bg--color-effect {
  top: -200px;
  height: 400px;
  -webkit-transition: all 630ms ease-in-out 570ms;
  -o-transition: all 630ms ease-in-out 570ms;
  transition: all 630ms ease-in-out 570ms;
  transform: skew(0deg, 2deg);
}
@media (min-width: 2100px) {
  .trans-anima .section-show-bg--color.section-show-bg-effect-cont .section-show-bg--color-effect {
    top: -240px;
    height: 5000px;
  }
}
.trans-anima .trans-anima-translate-w-child .section-show-bg--imgCont {
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  min-height: 100vh;
  opacity: 0;
  -webkit-transition: all 630ms ease-in-out 200ms;
  -o-transition: all 630ms ease-in-out 200ms;
  transition: all 630ms ease-in-out 200ms;
}
@media (max-width: 991px) {
  .trans-anima .trans-anima-translate-w-child .section-show-bg--imgCont {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.trans-anima .trans-anima-translate-w-child .section-show-bg--img {
  overflow: hidden;
  top: 100%;
  -webkit-transition: all 630ms ease-in-out 200ms;
  -o-transition: all 630ms ease-in-out 200ms;
  transition: all 630ms ease-in-out 200ms;
}
@media (max-width: 991px) {
  .trans-anima .trans-anima-translate-w-child .section-show-bg--img {
    top: 0;
  }
}
.trans-anima .fp-section.trans-anima-translate-w-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0s ease-in-out 1200ms;
  -o-transition: transform 0s ease-in-out 1200ms;
  transition: transform 0s ease-in-out 1200ms;
  z-index: 2;
}
.trans-anima .fp-section.trans-anima-translate-w-child.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0s ease-in-out;
  -o-transition: transform 0s ease-in-out;
  transition: transform 0s ease-in-out;
}
.trans-anima .fp-section.trans-anima-translate-w-child.active.down {
  z-index: 5;
}
.trans-anima .fp-section.trans-anima-translate-w-child.fp-completely.down {
  -webkit-transition: transform 0s ease-in-out 1200ms;
  -o-transition: transform 0s ease-in-out 1200ms;
  transition: transform 0s ease-in-out 1200ms;
}
.trans-anima .fp-section.trans-anima-translate-w-child.fp-completely.down .section-show-bg--color.section-show-bg-effect-cont, .trans-anima .fp-section.trans-anima-translate-w-child.active.up .section-show-bg--color.section-show-bg-effect-cont {
  top: 0%;
  -webkit-transition: all 0ms ease-in-out;
  -o-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
}
.trans-anima .fp-section.trans-anima-translate-w-child.active .section-show-bg--color.section-show-bg-effect-cont {
  top: 0%;
  -webkit-transition: all 630ms ease-in-out;
  -o-transition: all 630ms ease-in-out;
  transition: all 630ms ease-in-out;
}
.trans-anima .fp-section.trans-anima-translate-w-child.active .section-show-bg--color.section-show-bg-effect-cont .section-show-bg--color-effect {
  -webkit-transition: all 630ms ease-in-out;
  -o-transition: all 630ms ease-in-out;
  transition: all 630ms ease-in-out;
  transform: skew(0deg, 12deg);
}
.trans-anima .fp-section.trans-anima-translate-w-child.fp-completely.down .section-show-bg--imgCont, .trans-anima .fp-section.trans-anima-translate-w-child.active.up .section-show-bg--imgCont {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 1ms ease-in-out;
  -o-transition: all 1ms ease-in-out;
  transition: all 1ms ease-in-out;
}
.trans-anima .fp-section.trans-anima-translate-w-child.active .section-show-bg--imgCont {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 630ms ease-in-out 300ms;
  -o-transition: all 630ms ease-in-out 300ms;
  transition: all 630ms ease-in-out 300ms;
}
@media (max-width: 991px) {
  .trans-anima .fp-section.trans-anima-translate-w-child.active .section-show-bg--imgCont {
    -webkit-transition: all 630ms linear 300ms;
    -o-transition: all 630ms linear 300ms;
    transition: all 630ms linear 300ms;
  }
}
.trans-anima .fp-section.trans-anima-translate-w-child.fp-completely.down .section-show-bg--img, .trans-anima .fp-section.trans-anima-translate-w-child.active.up .section-show-bg--img {
  top: 0;
  -webkit-transition: all 1ms ease-in-out;
  -o-transition: all 1ms ease-in-out;
  transition: all 1ms ease-in-out;
}
.trans-anima .fp-section.trans-anima-translate-w-child.active .section-show-bg--img {
  top: 0;
  -webkit-transition: all 630ms ease-in-out 300ms;
  -o-transition: all 630ms ease-in-out 300ms;
  transition: all 630ms ease-in-out 300ms;
}
@media (max-width: 991px) {
  .trans-anima .fp-section.trans-anima-translate-w-child.active .section-show-bg--img {
    -webkit-transition: all 630ms linear 300ms;
    -o-transition: all 630ms linear 300ms;
    transition: all 630ms linear 300ms;
  }
}
.trans-anima .trans-anima-translate .section-show-bg--imgCont {
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  -webkit-transition: all 630ms ease-in-out 200ms;
  -o-transition: all 630ms ease-in-out 200ms;
  transition: all 630ms ease-in-out 200ms;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .trans-anima .trans-anima-translate .section-show-bg--imgCont {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.trans-anima .trans-anima-translate .section-show-bg--imgBgCont {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.trans-anima .trans-anima-translate.fp-completely .section-show-bg--img.dg-img::before {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out 200ms;
  -o-transition: all 300ms ease-in-out 200ms;
  transition: all 300ms ease-in-out 200ms;
}
.trans-anima .trans-anima-translate .section-show-bg--img {
  overflow: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 630ms ease-in-out 200ms;
  -o-transition: all 630ms ease-in-out 200ms;
  transition: all 630ms ease-in-out 200ms;
}
@media (max-width: 991px) {
  .trans-anima .trans-anima-translate .section-show-bg--img {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.trans-anima .fp-section.trans-anima-translate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0s ease-in-out 1200ms;
  -o-transition: transform 0s ease-in-out 1200ms;
  transition: transform 0s ease-in-out 1200ms;
  z-index: 2;
}
.trans-anima .fp-section.trans-anima-translate.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 1ms ease-in-out;
  -o-transition: transform 1ms ease-in-out;
  transition: transform 1ms ease-in-out;
}
.trans-anima .fp-section.trans-anima-translate.active.down {
  z-index: 5;
}
.trans-anima .fp-section.trans-anima-translate.fp-completely.down {
  -webkit-transition: transform 0.1s ease-in-out 630ms;
  -o-transition: transform 0.1s ease-in-out 630ms;
  transition: transform 0.1s ease-in-out 630ms;
}
.trans-anima .fp-section.trans-anima-translate.active.up {
  -webkit-transition: transform 1ms ease-in-out;
  -o-transition: transform 1ms ease-in-out;
  transition: transform 1ms ease-in-out;
}
.trans-anima .fp-section.trans-anima-translate.active .section-show-bg--color.section-show-bg-effect-cont {
  top: 0%;
  -webkit-transition: all 630ms ease-in-out;
  -o-transition: all 630ms ease-in-out;
  transition: all 630ms ease-in-out;
}
.trans-anima .fp-section.trans-anima-translate.active .section-show-bg--color.section-show-bg-effect-cont .section-show-bg--color-effect {
  -webkit-transition: all 630ms ease-in-out;
  -o-transition: all 630ms ease-in-out;
  transition: all 630ms ease-in-out;
  transform: skew(0deg, 12deg);
}
.trans-anima .fp-section.trans-anima-translate.active .section-show-bg--img {
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 630ms ease-in-out 300ms;
  -o-transition: all 630ms ease-in-out 300ms;
  transition: all 630ms ease-in-out 300ms;
}
@media (max-width: 991px) {
  .trans-anima .fp-section.trans-anima-translate.active .section-show-bg--img {
    -webkit-transition: all 630ms linear 300ms;
    -o-transition: all 630ms linear 300ms;
    transition: all 630ms linear 300ms;
  }
}
.trans-anima .fp-section.trans-anima-translate.active .section-show-bg--imgCont {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 630ms ease-in-out 300ms;
  -o-transition: all 630ms ease-in-out 300ms;
  transition: all 630ms ease-in-out 300ms;
}
@media (max-width: 991px) {
  .trans-anima .fp-section.trans-anima-translate.active .section-show-bg--imgCont {
    -webkit-transition: all 630ms linear 300ms;
    -o-transition: all 630ms linear 300ms;
    transition: all 630ms linear 300ms;
  }
}
.trans-anima .fp-section.trans-anima-translate.active.trans-anima-translate .section-show-bg--imgBgCont {
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out 1000ms;
  -o-transition: all 500ms ease-in-out 1000ms;
  transition: all 500ms ease-in-out 1000ms;
}
.trans-anima .fp-section.trans-anima-translate.active.trans-anima-translate .section-show-bg--img.dg-img::before {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out 800ms;
  -o-transition: all 300ms ease-in-out 800ms;
  transition: all 300ms ease-in-out 800ms;
}
.trans-anima .fp-section.trans-anima-opacity {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 100ms ease-in-out 630ms, visibility 0ms ease-in-out 1400ms;
  -o-transition: opacity 100ms ease-in-out 630ms, visibility 0ms ease-in-out 1400ms;
  transition: opacity 100ms ease-in-out 630ms, visibility 0ms ease-in-out 1400ms;
  z-index: 2;
}
.trans-anima .fp-section.trans-anima-opacity.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 630ms ease-in-out 1ms, visibility 1ms ease-in-out;
  -o-transition: opacity 630ms ease-in-out 1ms, visibility 1ms ease-in-out;
  transition: opacity 630ms ease-in-out 1ms, visibility 1ms ease-in-out;
  z-index: 3;
}
.trans-anima .fp-section.trans-anima-opacity.trans-anima-opacity-last.fp-completely.up, .trans-anima .fp-section.trans-anima-opacity.trans-anima-opacity-u.fp-completely.up, .trans-anima .fp-section.trans-anima-opacity.trans-anima-opacity-first.fp-completely.up {
  -webkit-transition: opacity 630ms ease-in-out 1ms, visibility 1ms ease-in-out 630ms;
  -o-transition: opacity 630ms ease-in-out 1ms, visibility 1ms ease-in-out 630ms;
  transition: opacity 630ms ease-in-out 1ms, visibility 1ms ease-in-out 630ms;
}
.trans-anima .fp-section.trans-anima-opacity.trans-anima-opacity-u.active.up, .trans-anima .fp-section.trans-anima-opacity.trans-anima-opacity-last.active.up {
  z-index: 1;
  -webkit-transition: opacity 1ms ease-in-out 1ms, visibility 1ms ease-in-out 1ms;
  -o-transition: opacity 1ms ease-in-out 1ms, visibility 1ms ease-in-out 1ms;
  transition: opacity 1ms ease-in-out 1ms, visibility 1ms ease-in-out 1ms;
}
.trans-anima .transi-anima-cont .colbg-mobile-opacity,
.trans-anima .transi-anima-cont .section-show-cont {
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.trans-anima .transi-anima-cont.active .colbg-mobile-opacity,
.trans-anima .transi-anima-cont.active .section-show-cont {
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out 630ms;
  -o-transition: all 500ms ease-in-out 630ms;
  transition: all 500ms ease-in-out 630ms;
}
.trans-anima .section-show-cont-inner .trans-anima-link {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.trans-anima .section-show-cont-inner .trans-anima-link .section-show--link {
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.trans-anima .section-show-cont-inner .colbg-mobile-opacity {
  opacity: 0;
  -webkit-transition: opacity 800ms ease-in-out;
  -o-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
}
.trans-anima .active.section-show-cont-inner .colbg-mobile-opacity {
  opacity: 1;
  -webkit-transition: opacity 760ms ease-in-out 630ms;
  -o-transition: opacity 760ms ease-in-out 630ms;
  transition: opacity 760ms ease-in-out 630ms;
}
.trans-anima .section-show-cont-inner .section-show-cont {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: transform 1000ms cubic-bezier(0.16, 1, 0.3, 1), opacity 800ms ease-in-out;
  -o-transition: transform 1000ms cubic-bezier(0.16, 1, 0.3, 1), opacity 800ms ease-in-out;
  transition: transform 1000ms cubic-bezier(0.16, 1, 0.3, 1), opacity 800ms ease-in-out;
}
.trans-anima .active.section-show-cont-inner .section-show-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1) 630ms, opacity 760ms ease-in-out 630ms;
  -o-transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1) 630ms, opacity 760ms ease-in-out 630ms;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1) 630ms, opacity 760ms ease-in-out 630ms;
}
.trans-anima .fp-completely.up.section-show-cont-inner .section-show-cont {
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: transform 400ms cubic-bezier(0.5, 1, 0.89, 1), opacity 400ms ease-in-out;
  -o-transition: transform 400ms cubic-bezier(0.5, 1, 0.89, 1), opacity 400ms ease-in-out;
  transition: transform 400ms cubic-bezier(0.5, 1, 0.89, 1), opacity 400ms ease-in-out;
}
.trans-anima .fp-completely.down.section-show-cont-inner .section-show-cont {
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: transform 400ms cubic-bezier(0.5, 1, 0.89, 1), opacity 400ms ease-in-out;
  -o-transition: transform 400ms cubic-bezier(0.5, 1, 0.89, 1), opacity 400ms ease-in-out;
  transition: transform 400ms cubic-bezier(0.5, 1, 0.89, 1), opacity 400ms ease-in-out;
}
.trans-anima .fp-completely.up.section-show-cont-inner.trans-anima-translate-w-child .section-show-cont {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 1ms linear, opacity 760ms ease-in-out;
  -o-transition: transform 1ms linear, opacity 760ms ease-in-out;
  transition: transform 1ms linear, opacity 760ms ease-in-out;
}
.trans-anima .active.down.section-show-cont-inner.trans-anima-translate-w-child .section-show-cont {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 1ms linear, opacity 760ms ease-in-out 630ms;
  -o-transition: transform 1ms linear, opacity 760ms ease-in-out 630ms;
  transition: transform 1ms linear, opacity 760ms ease-in-out 630ms;
}
.trans-anima .fp-completely.down.section-show-cont-inner .trans-anima-link,
.trans-anima .fp-completely.up.section-show-cont-inner .trans-anima-link {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1ms ease-in-out 1000ms;
  -o-transition: all 1ms ease-in-out 1000ms;
  transition: all 1ms ease-in-out 1000ms;
}
.trans-anima .fp-completely.down.section-show-cont-inner .trans-anima-link .section-show--link,
.trans-anima .fp-completely.up.section-show-cont-inner .trans-anima-link .section-show--link {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1ms ease-in-out 1000ms;
  -o-transition: all 1ms ease-in-out 1000ms;
  transition: all 1ms ease-in-out 1000ms;
}
.trans-anima .section-show-cont-inner.active .trans-anima-link {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1000ms ease-in-out 1100ms;
  -o-transition: all 1000ms ease-in-out 1100ms;
  transition: all 1000ms ease-in-out 1100ms;
}
.trans-anima .section-show-cont-inner.active .trans-anima-link .section-show--link {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1000ms ease-in-out 1100ms;
  -o-transition: all 1000ms ease-in-out 1100ms;
  transition: all 1000ms ease-in-out 1100ms;
}
.trans-anima .section-show-cont-inner.active .trans-anima-link.delay-1 {
  -webkit-transition: all 1000ms ease-in-out 1700ms;
  -o-transition: all 1000ms ease-in-out 1700ms;
  transition: all 1000ms ease-in-out 1700ms;
}
.trans-anima .section-show-cont-inner.active .trans-anima-link.delay-1 .section-show--link {
  -webkit-transition: all 1000ms ease-in-out 1700ms;
  -o-transition: all 1000ms ease-in-out 1700ms;
  transition: all 1000ms ease-in-out 1700ms;
}
.trans-anima .section-show-text .section-show-bg--text {
  -webkit-transform: rotate(0deg) translate3d(-50px, 0, 0);
  -moz-transform: rotate(0deg) translate3d(-50px, 0, 0);
  -o-transform: rotate(0deg) translate3d(-50px, 0, 0);
  transform: rotate(0deg) translate3d(-50px, 0, 0);
  opacity: 0;
  -webkit-transition: all 1ms ease-in-out;
  -o-transition: all 1ms ease-in-out;
  transition: all 1ms ease-in-out;
}
@media (max-width: 991px) {
  .trans-anima .section-show-text .section-show-bg--text {
    -webkit-transform: rotate(90deg) translate3d(-50px, 0, 0);
    -moz-transform: rotate(90deg) translate3d(-50px, 0, 0);
    -o-transform: rotate(90deg) translate3d(-50px, 0, 0);
    transform: rotate(90deg) translate3d(-50px, 0, 0);
  }
}
.trans-anima .section-show-text.active .section-show-bg--text {
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out 630ms;
  -o-transition: all 500ms ease-in-out 630ms;
  transition: all 500ms ease-in-out 630ms;
  -webkit-transform: rotate(0deg) translate3d(0px, 0, 0);
  -moz-transform: rotate(0deg) translate3d(0px, 0, 0);
  -o-transform: rotate(0deg) translate3d(0px, 0, 0);
  transform: rotate(0deg) translate3d(0px, 0, 0);
}
@media (max-width: 991px) {
  .trans-anima .section-show-text.active .section-show-bg--text {
    -webkit-transform: rotate(90deg) translate3d(0px, 0, 0);
    -moz-transform: rotate(90deg) translate3d(0px, 0, 0);
    -o-transform: rotate(90deg) translate3d(0px, 0, 0);
    transform: rotate(90deg) translate3d(0px, 0, 0);
  }
}
.trans-anima .section-show-text.active.up .section-show-bg--text,
.trans-anima .section-show-text.fp-completely.down .section-show-bg--text {
  opacity: 1;
  -webkit-transition: all 0ms ease-in-out;
  -o-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
  -webkit-transform: rotate(0deg) translate3d(0px, 0, 0);
  -moz-transform: rotate(0deg) translate3d(0px, 0, 0);
  -o-transform: rotate(0deg) translate3d(0px, 0, 0);
  transform: rotate(0deg) translate3d(0px, 0, 0);
}
@media (max-width: 991px) {
  .trans-anima .section-show-text.active.up .section-show-bg--text,
  .trans-anima .section-show-text.fp-completely.down .section-show-bg--text {
    -webkit-transform: rotate(90deg) translate3d(0px, 0, 0);
    -moz-transform: rotate(90deg) translate3d(0px, 0, 0);
    -o-transform: rotate(90deg) translate3d(0px, 0, 0);
    transform: rotate(90deg) translate3d(0px, 0, 0);
  }
}
.trans-anima .section-show-text.fp-completely.up .section-show-bg--text {
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 15px 0;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.breadcrumb li {
  color: #99D0F0;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  left: 0.5px;
  font-family: "nexa", sans-serif;
}
.breadcrumb li a {
  color: #8C8C8C;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  left: 0.5px;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
  content: ">";
  font-size: 15px;
  font-size: 1.5rem;
}
.breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #99D0F0;
}
.breadcrumb.breadcrumb-one-item .breadcrumb-item:before {
  color: #99D0F0;
  content: "<";
  margin-right: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
.breadcrumb.breadcrumb-one-item .breadcrumb-item:before {
  color: #99D0F0;
  content: "<";
  margin-right: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .breadcrumb li {
    display: none;
  }
  .breadcrumb li:nth-last-child(2) {
    display: block;
    width: 100%;
  }
  .breadcrumb li:nth-last-child(2):before {
    color: #8C8C8C;
    display: inline-block;
    padding-right: 0.5rem;
    content: "<" !important;
  }
  .breadcrumb.breadcrumb-one-item li {
    display: block;
  }
}

.header-author-p {
  padding-top: 40px;
}

.header-author {
  position: absolute;
  left: 0px;
  bottom: 0;
  right: 0px;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-author {
    position: relative;
  }
}
.header-author .contaniner-fluid-header {
  z-index: 2;
}
@media (max-width: 991px) {
  .header-author .contaniner-fluid-header {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-author-bg {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  right: -40px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .header-author-bg {
    right: initial;
    width: 100vw;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1320px) {
  .header-author-bg {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-author-bg {
    width: 100%;
  }
}

.header-author-bg-cont {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .header-author-bg-cont {
    left: -50%;
    margin-left: 710px;
  }
}
@media (max-width: 1320px) {
  .header-author-bg-cont {
    left: 50px;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .header-author-bg-cont {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .header-author-bg-cont {
    left: 5px;
    width: auto;
    right: 0;
    display: none;
  }
}

.header-author-cont {
  position: relative;
  z-index: 2;
}

.header-author-profile {
  display: block;
  position: absolute;
  left: 0;
  top: -50px;
  width: 90px;
  height: 90px;
  background-color: #ccc;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .header-author-profile {
    width: 50px;
    height: 50px;
    top: -15px;
  }
}

.header-author-name {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  font-family: "nexa", sans-serif;
  line-height: 1.7;
}
.header-author-name a {
  color: #fff;
}

.header-author-cont-w-profile .header-author-name {
  padding-left: 102px;
}
@media (max-width: 991px) {
  .header-author-cont-w-profile .header-author-name {
    padding-left: 60px;
  }
}

.layout-label {
  margin-bottom: 10px;
}

.layout-label-title {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 10px 4px;
  margin-bottom: 10px;
  font-family: "nexa", sans-serif;
  background-color: #293f62;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-right: 5px;
  line-height: 1;
}
.layout-label-title.layout-label-title-hl {
  background-image: linear-gradient(104deg, #848484 0%, #b3b3b3 42%, #707070 100%);
}

.layout-label-text {
  display: inline-block;
  vertical-align: middle;
  color: #293f62;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 700;
}

.layout-col-label {
  color: #293f62;
  font-family: "nexa", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .layout-col-label {
    margin-bottom: 12px;
  }
}
.layout-col-label-lg {
  font-size: 24px;
  font-size: 2.4rem;
}
.layout-col-label.layout-col-label-results {
  color: #000;
}

@media (max-width: 767px) {
  .layout-col-p0-md {
    padding: 0;
  }
}

.business-color .dark-style .layout-label-text,
.dark-style .layout-label-text {
  color: #fff;
}
.business-color .dark-style .layout-col-label,
.dark-style .layout-col-label {
  color: #99d0f0;
}
.business-color .dark-style .layout-col-label.layout-col-label-results,
.dark-style .layout-col-label.layout-col-label-results {
  color: #fff;
}

.business-color .dark-style .layout-row-w,
.dark-style .layout-row-w,
.layout-row-w {
  background-color: #fff;
  position: relative;
  z-index: 2;
  color: #000;
}
.business-color .dark-style .layout-row-w .container-fluid.contaniner-fluid-xl,
.dark-style .layout-row-w .container-fluid.contaniner-fluid-xl,
.layout-row-w .container-fluid.contaniner-fluid-xl {
  max-width: 1230px;
}
.business-color .dark-style .layout-row-w .layout-label-text,
.dark-style .layout-row-w .layout-label-text,
.layout-row-w .layout-label-text {
  color: #293F62;
}
.business-color .dark-style .layout-row-w .layout-col-label,
.dark-style .layout-row-w .layout-col-label,
.layout-row-w .layout-col-label {
  color: #293F62;
}
.business-color .dark-style .layout-row-w .layout-col-label.layout-col-label-results,
.dark-style .layout-row-w .layout-col-label.layout-col-label-results,
.layout-row-w .layout-col-label.layout-col-label-results {
  color: #293F62;
}

.layout-row {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .layout-row {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.layout-row-cont {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .layout-mt-col-fix {
    margin-top: 28px;
  }
}

.layout-mb-row {
  margin-bottom: 50px;
}

.layout-section-bg {
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1600px) {
  .layout-section-bg {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .layout-section-bg {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .layout-section-bg {
    left: 0px;
  }
}
.layout-section-bg .layout-section-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .layout-section-bg .layout-section-bgimg.desktop {
    display: none;
  }
}
.layout-section-bg .layout-section-bgimg.mobile {
  display: none;
  bottom: inherit;
  bottom: initial;
  padding-top: 100%;
  background-size: 100%;
}
@media (max-width: 767px) {
  .layout-section-bg .layout-section-bgimg.mobile {
    display: block;
    padding-top: 65%;
    background-position: top center;
  }
}
@media (max-width: 450px) {
  .layout-section-bg .layout-section-bgimg.mobile {
    padding-top: 70%;
  }
}
@media (max-width: 380px) {
  .layout-section-bg .layout-section-bgimg.mobile {
    padding-top: 80%;
  }
}
@media (max-width: 450px) {
  .layout-section-bg .layout-section-bgimg.mobile.bg-lg {
    padding-top: 120%;
  }
}
.layout-section-bg .layout-section-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 35%;
}
@media (max-width: 991px) {
  .layout-section-bg .layout-section-bg-overlay {
    right: 15%;
  }
}
@media (max-width: 767px) {
  .layout-section-bg .layout-section-bg-overlay {
    top: 14%;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.layout-section-bg.layout-section-bg-col {
  left: -15px;
  right: 15px;
}
.layout-section-bg.layout-section-bg-row {
  left: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .layout-section-bg.layout-section-bg-row {
    left: 0px;
    right: 0px;
  }
}
.layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  top: 14%;
  left: 0;
  bottom: 0;
  right: 0;
}

.layout-section-bg.bg-color-bussy-dark {
  background-color: #111d31;
}
.layout-section-bg.bg-color-bussy-dark .layout-section-bg-overlay {
  background: rgb(17, 29, 49);
  background: -moz-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
@media (max-width: 767px) {
  .layout-section-bg.bg-color-bussy-dark .layout-section-bg-overlay {
    background: rgb(17, 29, 49);
    background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
  }
}
.layout-section-bg.bg-color-bussy-dark .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(17, 29, 49);
  background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
.layout-section-bg.bg-color-bussy-dark-light {
  background-color: #f3faff;
}
.layout-section-bg.layout-section-darker {
  background-color: #09111e;
}

.page-color .layout-section-bg .layout-section-bg-overlay {
  background: rgb(17, 29, 49);
  background: -moz-linear-gradient(93deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(93deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(93deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
@media (max-width: 767px) {
  .page-color .layout-section-bg .layout-section-bg-overlay {
    background: rgb(17, 29, 49);
    background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
  }
}
.page-color .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(17, 29, 49);
  background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}

.layout-section-featured {
  background-color: #111d31;
}

.dark-style .layout-section-bg {
  background-color: #111d31;
}
.dark-style .layout-section-darker {
  background-color: #09111e;
}
.dark-style .layout-row .layout-section-darker {
  z-index: 1;
}

.layout-slider-title {
  color: #293f62;
  font-family: "nexa", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}

.layout-slider-cards {
  position: relative;
}

@media (max-width: 991px) {
  .layout-slider-nav {
    display: none;
  }
}
.layout-slider-nav .swiper-button-next,
.layout-slider-nav .swiper-button-prev {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: -35px;
}
.layout-slider-nav .swiper-button-prev {
  left: -30px;
}
.layout-slider-nav .swiper-button-next {
  right: -30px;
}
.layout-slider-nav .swiper-button-next::before,
.layout-slider-nav .swiper-button-prev::before {
  display: inline-block;
  line-height: 30px;
  border-width: 0px 0px 3px 3px;
  height: 18px;
  width: 18px;
  border-color: #293f62;
}

.layout-slider-pagination {
  margin-top: 20px;
  position: static;
}
.layout-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #293f62;
}
.layout-slider-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}

.slide-less-4 .layout-slider-pagination {
  display: none;
}
.slide-less-4 .layout-slider-nav {
  display: none;
}

@media (max-width: 991px) {
  .slider-x4 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .slider-x4-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    flex-wrap: nowrap;
    margin: 0;
  }
  .swiper-slide-card {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .swiper-slide-card.layout-card-col-mb {
    margin-bottom: 0;
  }
}
.layout-innernav {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
  .layout-innernav {
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .layout-innernav .contaniner-fluid-xl .col-sm-12,
  .layout-innernav .contaniner-fluid-xl > .row,
  .layout-innernav .contaniner-fluid-xl {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .backdropfilter .layout-innernav {
    background: none;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(15px);
  }
}

.layout-nav-collapse-cont {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .layout-innernav-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 991px) {
  .layout-innernav-list {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.layout-innernav-list li a {
  display: block;
  color: #293f62;
  font-weight: 400;
  letter-spacing: 0.53px;
  line-height: 1.1;
  font-family: "nexa", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .layout-innernav-list li a {
    padding: 10px 20px;
  }
}

.layout-nav-btn {
  display: block;
  color: #fff;
  padding: 13px 20px;
  font-family: "nexa", sans-serif;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #2e75bb;
}
.layout-nav-btn.collapsed {
  background-color: transparent;
  color: #2e75bb;
}
@media (max-width: 991px) {
  .layout-nav-btn.collapsed {
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
}
.layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #2e75bb;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
.layout-nav-btn:focus, .layout-nav-btn:hover {
  background-color: #2e75bb;
  color: #fff;
}
.layout-nav-btn:focus .layout-nav-btnarrow, .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}

.layout-nav-btnarrow {
  position: absolute;
  display: block;
  right: 20px;
  top: 15px;
  height: 12px;
  width: 12px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 2px 2px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 992px) {
  #layoutnav {
    display: block;
  }
  .layout-nav-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .collpase-nav-inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

@media (max-width: 991px) {
  .backdropfilter .layout-nav-btn.collapsed {
    background: none;
    background-color: rgba(255, 255, 255, 0.6) !important;
    -webkit-backdrop-filter: blur(15px);
  }
}

.layout-filter {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .layout-filter {
    padding-left: 0;
  }
}

.filter-container,
.container-fluid.contaniner-fluid-xl.filter-container {
  padding-left: 55px;
}
@media (max-width: 991px) {
  .filter-container,
  .container-fluid.contaniner-fluid-xl.filter-container {
    padding-left: 15px;
  }
}

.filter-border {
  border-bottom: 1px solid #09111e;
  position: relative;
  z-index: 1;
}

.filter-cont {
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .filter-cont {
    display: block;
  }
}

.filter-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 3;
  border: 1px solid #2E75BB;
  color: #fff;
  padding: 8px 15px;
  border-radius: 15px;
  line-height: 0;
  overflow: hidden;
}
.filter-btn.dropdown-toggle::after {
  display: none;
}
.filter-btn .filter-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  background-color: #2E75BB;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filter-btn-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .filter-btn-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.filter-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  width: 15px;
}
.filter-icon .filter-icon--bar {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #2E75BB;
  margin-bottom: 2px;
}
.filter-icon .filter-icon--bar:nth-child(1) {
  width: 100%;
  margin-top: 1px;
}
.filter-icon .filter-icon--bar:nth-child(2) {
  width: 70%;
}
.filter-icon .filter-icon--bar:nth-child(3) {
  width: 50%;
  margin-bottom: 1px;
}

.filter-btn .filter-btn-text,
.filter-btn .filter-icon--bar,
.filter-btn .filter-btn-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter-btn:hover, .filter-btn:focus {
  text-decoration-color: transparent;
  color: #fff;
}
.filter-btn:hover .filter-btn-text, .filter-btn:focus .filter-btn-text {
  color: #fff;
}
.filter-btn:hover .filter-btn-bg, .filter-btn:focus .filter-btn-bg {
  width: 100%;
}
.filter-btn:hover .filter-icon .filter-icon--bar:nth-child(1), .filter-btn:focus .filter-icon .filter-icon--bar:nth-child(1) {
  width: 50%;
  background-color: #fff;
}
.filter-btn:hover .filter-icon .filter-icon--bar:nth-child(2), .filter-btn:focus .filter-icon .filter-icon--bar:nth-child(2) {
  width: 70%;
  background-color: #fff;
}
.filter-btn:hover .filter-icon .filter-icon--bar:nth-child(3), .filter-btn:focus .filter-icon .filter-icon--bar:nth-child(3) {
  width: 100%;
  background-color: #fff;
}

.dropdown.show .filter-btn {
  color: #fff;
  border: 1px solid #2E75BB;
}
.dropdown.show .filter-btn .filter-btn-bg {
  width: 100%;
}
.dropdown.show .filter-icon .filter-icon--bar:nth-child(1) {
  width: 50%;
  background-color: #fff;
}
.dropdown.show .filter-icon .filter-icon--bar:nth-child(2) {
  width: 70%;
  background-color: #fff;
}
.dropdown.show .filter-icon .filter-icon--bar:nth-child(3) {
  width: 100%;
  background-color: #fff;
}

.filter-select {
  padding: 5px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 14px;
}
.filter-select.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .filter-select.btn-group .btn {
  border-radius: 20px;
}
.filter-select.btn-group > .btn:nth-child(1) {
  margin-right: 7px;
}

.btn-filter-select {
  border-radius: 20px;
  padding: 5px 10px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #293f62;
}
@media (max-width: 991px) {
  .btn-filter-select {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.btn-filter-select.focus {
  box-shadow: none;
}
.btn-filter-select.active {
  background-color: #2e74ba;
  color: #fff;
}
.btn-filter-select:hover {
  background-color: #2e74ba;
  color: #fff;
  cursor: pointer;
}

.filter-checkbox {
  margin-bottom: 8px;
}
.filter-checkbox.custom-checkbox .custom-control-label::before {
  border-radius: 100%;
}
@media (max-width: 991px) {
  .filter-checkbox.custom-checkbox .custom-control-label::before {
    top: 0.7rem;
  }
}
.filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #2E75BB;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    top: 0.7rem;
  }
}
.filter-checkbox .custom-control-label {
  font-size: 11px;
  font-size: 1.1rem;
  color: #44484e;
  font-family: "Libre Franklin", sans-serif;
}
@media (max-width: 991px) {
  .filter-checkbox .custom-control-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.filter-checkbox.custom-checkbox .custom-control-label:hover:before,
.filter-checkbox .custom-control-label:hover {
  pointer-events: auto;
  cursor: pointer;
}

.filter-dropdown {
  z-index: 3;
  background-color: #EDF7FD;
  padding: 0;
  margin-top: 15px;
  border-radius: 10px;
  border-color: transparent;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .filter-dropdown {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 33;
    margin-top: 0;
    border-radius: 0;
    border: 0;
    border: none;
  }
}
.filter-dropdown:after, .filter-dropdown:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 59px;
  height: 20px;
  width: 20px;
  background-color: #edf7fd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .filter-dropdown:after, .filter-dropdown:before {
    display: none;
  }
}
.filter-dropdown:after {
  background-color: rgba(0, 0, 0, 0.04);
  z-index: -1;
  top: -10px;
}
.filter-dropdown .filter-dropdown-cont {
  padding: 15px;
}
@media (max-width: 767px) {
  .filter-dropdown .filter-form {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 20px;
  }
}

.filter-dropdown.dropdown-menu[x-placement^=top] {
  margin-bottom: 15px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .filter-dropdown.dropdown-menu[x-placement^=top] {
    margin-bottom: 0;
  }
}
.filter-dropdown.dropdown-menu[x-placement^=top]::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -15px;
}
.filter-dropdown.dropdown-menu[x-placement^=top]:after {
  top: 100%;
  margin-top: -16px;
}

.filter-dropdown-container {
  width: 530px;
}
@media (max-width: 767px) {
  .filter-dropdown-container {
    width: 100%;
    max-width: 530px;
  }
}

.layout-filter-partners .filter-dropdown-container {
  width: 350px;
}
@media (max-width: 767px) {
  .layout-filter-partners .filter-dropdown-container {
    width: 100%;
    max-width: 530px;
  }
}

.filter-dropdown-header {
  display: none;
}
@media (max-width: 767px) {
  .filter-dropdown-header {
    display: block;
  }
}

.filter-innter-titleCont {
  padding: 20px 0;
}
.filter-innter-titleCont .filter-btn-text {
  color: #293F62;
  font-weight: 500;
}
@media (max-width: 991px) {
  .filter-innter-titleCont .filter-btn-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #2e74ba !important;
}

.filter-innter-title {
  font-size: 11px;
  font-size: 1.1rem;
  color: #8b8b8b;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .filter-innter-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.filter-dropdown-act {
  text-align: right;
  margin-top: 17px;
}

.filter-btn-act {
  padding: 7px 18px;
  color: #293f62;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 17px;
}
@media (max-width: 991px) {
  .filter-btn-act {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.filter-btn-act:hover {
  background-color: #fff;
}
.filter-btn-act.filter-btn-act-done {
  background-color: #fff;
  margin-left: 5px;
}
.filter-btn-act.filter-btn-act-done:hover {
  color: #fff;
  background-color: #293f62;
}

.filter-topics-lessons {
  display: none;
}

.filter-active-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .filter-active-list {
    padding: 0 0px;
    padding-top: 10px;
  }
}

.filter-active-list-item {
  padding: 3px 12px;
}

.filter-active-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}

.filter-active-remove {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2E75BB;
  border-radius: 100%;
  margin-left: 5px;
  position: relative;
}
.filter-active-remove:after, .filter-active-remove:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  height: 1px;
  width: 9px;
  background-color: #2E75BB;
}
.filter-active-remove:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.filter-active-remove:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-active-remove:hover {
  background-color: #2E75BB;
  cursor: pointer;
}
.filter-active-remove:hover:after, .filter-active-remove:hover:before {
  background-color: #fff;
}
.filter-active-remove:hover.filter-active-remove-clear {
  color: #fff;
}
.filter-active-remove:hover .clear-text {
  border-bottom: 1px solid #fff;
}
.filter-active-remove.filter-active-remove-clear {
  height: 23px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
  padding-left: 5px;
  border: 0;
  border: none;
  width: auto;
  color: #2E75BB;
  border-radius: 2px;
  text-decoration-color: transparent;
}
.filter-active-remove.filter-active-remove-clear:after, .filter-active-remove.filter-active-remove-clear:before {
  left: inherit;
  left: initial;
  right: 4px;
  top: 11px;
}
.filter-active-remove .clear-text {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2px 0;
  border-bottom: 1px solid #2E75BB;
}

.filter-active-remove-clear-cont {
  padding-left: 0;
  padding-right: 0;
}

.filter-close {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 10px;
  right: 5px;
  background-color: #fff;
  border-radius: 100%;
}
.filter-close:after, .filter-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 9px;
  height: 1px;
  width: 16px;
  background-color: #000;
}
.filter-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.filter-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-close:hover {
  background-color: #2E75BB;
  cursor: pointer;
}
.filter-close:hover:after, .filter-close:hover:before {
  background-color: #fff;
}

@media (max-width: 767px) {
  .filter-show {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .filter-show .nav-main {
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .filter-show .filter-search {
    position: static;
  }
}
@media (max-width: 767px) {
  .filter-show .search-cont {
    overflow: hidden;
  }
}

.layout-filter-alt .filter-btn {
  background-color: #fff;
  color: #000;
  border-color: #ffe100;
}
.layout-filter-alt .filter-btn-text {
  color: #000;
}
.layout-filter-alt .filter-icon .filter-icon--bar {
  background-color: #000;
}
.layout-filter-alt .filter-btn .filter-btn-bg {
  background-color: #ffe100;
}
.layout-filter-alt .filter-active-remove {
  border-color: #fff;
}
.layout-filter-alt .filter-active-remove::after,
.layout-filter-alt .filter-active-remove::before {
  background-color: #fff;
}
.layout-filter-alt .filter-active-remove:hover {
  background-color: #fff;
}
.layout-filter-alt .filter-active-remove:hover:after, .layout-filter-alt .filter-active-remove:hover:before {
  background-color: #000;
}
.layout-filter-alt .dropdown.show .filter-btn {
  border-color: #ffe100;
}
.layout-filter-alt .dropdown.show .filter-btn .filter-icon .filter-icon--bar {
  background-color: #000;
}
.layout-filter-alt .filter-btn:active,
.layout-filter-alt .filter-btn:focus,
.layout-filter-alt .filter-btn:hover {
  border-color: #ffe100;
}
.layout-filter-alt .filter-btn:active .filter-btn-text,
.layout-filter-alt .filter-btn:focus .filter-btn-text,
.layout-filter-alt .filter-btn:hover .filter-btn-text {
  color: #000;
}
.layout-filter-alt .filter-btn:active .filter-icon .filter-icon--bar,
.layout-filter-alt .filter-btn:focus .filter-icon .filter-icon--bar,
.layout-filter-alt .filter-btn:hover .filter-icon .filter-icon--bar {
  background-color: #000;
}
.layout-filter-alt .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border: 1px solid #000 !important;
  background-color: #ffe100 !important;
}
.layout-filter-alt .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffe100 !important;
  border: 1px solid #777474 !important;
}
.layout-filter-alt .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(255, 225, 0);
}
.layout-filter-alt .filter-btn-act {
  color: #202020;
}
.layout-filter-alt .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #000 !important;
}
.layout-filter-alt .filter-close {
  border: 1px solid #ccc;
}
.layout-filter-alt .filter-close:hover {
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #ffe100;
}
.layout-filter-alt .filter-close:hover:hover::after, .layout-filter-alt .filter-close:hover:hover::before {
  background-color: #000;
}
@media (max-width: 767px) {
  .layout-filter-alt .filter-dropdown .filter-dropdown-cont {
    padding: 9px 15px 15px;
  }
}
.layout-filter-alt .filter-close::after, .layout-filter-alt .filter-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 7px;
  height: 2px;
  width: 20px;
  background-color: #000;
}

.layout-filter-active-light .filter-active-label {
  color: #fff;
}

.layout-card {
  overflow: hidden;
}
@media (max-width: 991px) {
  .layout-card {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .layout-card {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .layout-card {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .layout-card-px-sm .layout-card,
  .slider-x4 .layout-card,
  .layout-slider-cards-related .layout-card,
  .layout-slider-cards .layout-card {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .slider-x4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .slider-x4 .layout-card {
    margin-bottom: 0px;
  }
}

.layout-card-cont {
  position: relative;
  background-color: #fff;
}
@media (max-width: 991px) {
  .layout-card-cont {
    border-bottom: 1px solid #e2e2e2;
  }
}

.layout-card--img {
  position: relative;
  width: 100%;
  padding-top: 150px;
  background-color: #ccc;
}
@media (max-width: 991px) {
  .layout-card--img {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .layout-card--img {
    padding-top: 280px;
  }
}
@media (max-width: 470px) {
  .layout-card--img {
    padding-top: 200px;
  }
}
.layout-card--info {
  position: relative;
  width: 100%;
  height: 175px;
}
@media (max-width: 991px) {
  .layout-card--info {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .layout-card--info {
    height: 200px;
  }
}
@media (max-width: 470px) {
  .layout-card--info {
    height: 175px;
  }
}

.layout-card--imgbg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .layout-card-col-mb {
    margin-bottom: 20px;
  }
}

.layout-card-col-mb-2x .layout-card {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .layout-card-col-mb-2x .layout-card {
    margin-bottom: 15px;
  }
}

.layout-card--infocont {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-bottom: 25px;
}

.layout-card--infocont-wbtn {
  padding-bottom: 55px;
}

.layout-card--infocont-overflow {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .layout-card--infocont-overflow {
    min-height: 150px;
  }
}

.layout-card-p-x {
  padding-left: 20px;
  padding-right: 20px;
}

.layout-card-p-y {
  padding-top: 20px;
  padding-bottom: 12px;
}

.layout-card-header {
  margin-bottom: 5px;
}
.layout-card-header.layout-card-header-w-pill {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.layout-card-label {
  font-family: "nexa", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #293f62;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout-card-pill-duration {
  background-color: #e4e4e4;
  display: inline-block;
  border-radius: 10px;
  padding: 2px 13px;
  min-width: 61px;
  text-align: center;
}

.layout-card-pill-text {
  color: #293f62;
  font-family: "Libre Franklin", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
}

.layout-card-title {
  color: #1b140d;
  font-family: "Butler", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .layout-card-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.layout-card-subtitle {
  color: #1b140d;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
}
.layout-card-subtitle:before {
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  background-image: url("../images/lemon.svg");
  background-size: 100%;
  margin-right: 5px;
}

.layout-card-text {
  margin-top: 5px;
  overflow: hidden;
  color: #000;
}

.layout-card-text p,
.layout-card-text {
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.layout-card-text p a,
.layout-card-text a {
  text-decoration: underline;
}

.layout-card-btn-cont,
.layout-card-link-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.layout-card-link {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.layout-card-link:hover, .layout-card-link:focus {
  text-decoration: underline;
}

.layout-card-link-text {
  display: block;
  font-family: "nexa", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 1;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 12px;
}

.layout-card-link-arrow {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  height: 8px;
  width: 8px;
  border-color: #2e75bb;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.layout-card--img {
  overflow: hidden;
}

.layout-card-img-link {
  display: block;
}
.layout-card-img-link .layout-card--imgbg {
  -webkit-transform: scale(1.005);
  -moz-transform: scale(1.005);
  -o-transform: scale(1.005);
  transform: scale(1.005);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.layout-card-img-link:hover .layout-card--imgbg {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.layout-card-badge-cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.layout-card-badge {
  padding: 4px 10px;
  background-color: #f7d40a;
  line-height: 1;
}
.layout-card-badge span {
  color: #000;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
}

.layout-card-no-image .layout-card--info {
  height: 325px;
}
@media (max-width: 991px) {
  .layout-card-no-image .layout-card--info {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .layout-card-no-image .layout-card--info {
    height: 480px;
  }
}
@media (max-width: 470px) {
  .layout-card-no-image .layout-card--info {
    height: 375px;
  }
}

.layout-card-2x4 .layout-card--info {
  height: 265px;
}
.layout-card-2x4.layout-card-no-image .layout-card--info {
  height: 375px;
}
.layout-card-2x4 .layout-video-link {
  display: block;
}

@media (min-width: 768px) {
  .layout-card-2x4 .layout-card--img {
    padding-top: 280px;
  }
  .layout-card-2x4 .layout-card--info {
    height: 345px;
  }
  .layout-card-2x4.layout-card-no-image .layout-card--info {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .layout-card-2x4 .layout-card--img {
    padding-top: 325px;
  }
  .layout-card-2x4 .layout-card--info {
    height: 345px;
  }
  .layout-card-2x4 .layout-card-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .layout-card-2x4 .layout-card-p-x {
    padding-left: 35px;
    padding-right: 35px;
  }
  .layout-card-2x4 .layout-card-p-y {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .layout-card-2x4.layout-card-no-image .layout-card--info {
    height: 670px;
  }
}
.layout-card-3x4 .layout-card--info {
  height: 265px;
}
.layout-card-3x4.layout-card-no-image .layout-card--info {
  height: 375px;
}
.layout-card-3x4 .layout-video-link {
  display: block;
}

.layout-card-3x4.layout-card-3x4-featured .layout-card--info {
  height: 350px;
}
.layout-card-3x4.layout-card-3x4-featured .layout-card-title {
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .layout-card-3x4 .layout-card--img {
    padding-top: 280px;
  }
  .layout-card-3x4.layout-card-3x4-featured .layout-card--info,
  .layout-card-3x4 .layout-card--info {
    height: 345px;
  }
  .layout-card-3x4.layout-card-no-image .layout-card--info {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .layout-card-3x4 .layout-card--img {
    padding-top: 325px;
  }
  .layout-card-3x4.layout-card-3x4-featured .layout-card--info,
  .layout-card-3x4 .layout-card--info {
    height: 345px;
  }
  .layout-card-3x4.layout-card-3x4-featured .layout-card-title,
  .layout-card-3x4 .layout-card-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 12px;
  }
  .layout-card-3x4 .layout-card-p-x {
    padding-left: 35px;
    padding-right: 35px;
  }
  .layout-card-3x4 .layout-card-p-y {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .layout-card-3x4.layout-card-no-image .layout-card--info {
    height: 670px;
  }
}
.layout-card-1x3 .layout-card--info {
  height: 265px;
}
.layout-card-1x3.layout-card-no-image .layout-card--info {
  height: 375px;
}
.layout-card-1x3.layout-card-1x3-featured .layout-card--info {
  height: 350px;
}
.layout-card-1x3.layout-card-1x3-featured .layout-card-title {
  margin-bottom: 12px;
  font-size: 27px;
  font-size: 2.7rem;
}

@media (min-width: 768px) {
  .layout-card-1x3 .layout-card--img {
    padding-top: 280px;
  }
  .layout-card-1x3 .layout-card--info {
    height: 345px;
  }
  .layout-card-1x3.layout-card-no-image .layout-card--info {
    height: 480px;
  }
  .layout-card-1x3.layout-card-1x3-featured .layout-card--info {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .layout-card-1x3 .layout-card--img {
    padding-top: 205px;
  }
  .layout-card-1x3 .layout-card--info {
    height: 280px;
  }
  .layout-card-1x3 .layout-card-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .layout-card-1x3 .layout-card-p-x {
    padding-left: 35px;
    padding-right: 35px;
  }
  .layout-card-1x3 .layout-card-p-y {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .layout-card-1x3.layout-card-1x3-featured .layout-card--info {
    height: 360px;
  }
  .layout-card-1x3.layout-card-1x3-featured .layout-card-title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.layout-card-hz .layout-card--info {
  height: 265px;
}
.layout-card-hz.layout-card-no-image .layout-card--info {
  height: 375px;
}

@media (min-width: 768px) {
  .layout-card-hz .layout-card--img {
    padding-top: 280px;
  }
  .layout-card-hz .layout-card--info {
    height: 345px;
  }
  .layout-card-hz.layout-card-no-image .layout-card--info {
    height: 325px;
  }
}
@media (min-width: 992px) {
  .layout-card-hz .layout-card-cont {
    display: flex;
  }
  .layout-card-hz .layout-card--img {
    padding-top: 0;
  }
  .layout-card-hz .layout-card--info {
    width: 50%;
    flex: 0 0 50%;
    height: 325px;
  }
  .layout-card-hz .layout-card-p-x {
    padding-left: 40px;
    padding-right: 40px;
  }
  .layout-card-hz .layout-card-p-y {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .layout-card-hz .layout-card-text,
  .layout-card-hz .layout-card-label,
  .layout-card-hz .layout-card-title {
    max-width: 440px;
    width: 100%;
  }
  .layout-card-hz .layout-card-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .layout-card-hz.layout-card-hz-r .layout-card-cont {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .layout-card-hz.layout-card-hz-3x2 {
    width: 100%;
  }
  .layout-card-hz.layout-card-hz-3x2 .layout-card-cont {
    width: 100%;
  }
  .layout-card-hz.layout-card-hz-3x2 .layout-card--img {
    width: 69%;
    flex: 0 0 69%;
  }
  .layout-card-hz.layout-card-hz-3x2 .layout-card--info {
    width: 31%;
    flex: auto;
  }
  .layout-card-hz.layout-card-hz-3x2 .layout-card-p-x {
    padding-left: 20px;
    padding-right: 20px;
  }
  .layout-card-hz.layout-card-hz-3x2 .layout-card-p-y {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .layout-card-hz.layout-card-hz-3x2 .layout-card-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.layout-card-overlay .layout-card--info {
  width: 50%;
  position: relative;
  z-index: 1;
  height: 325px;
}
@media (max-width: 991px) {
  .layout-card-overlay .layout-card--info {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .layout-card-overlay .layout-card-p-x {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.layout-card-overlay .layout-card-p-y {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .layout-card-overlay .layout-card-p-y {
    padding-top: 76%;
  }
}
.layout-card-overlay .layout-card-text,
.layout-card-overlay .layout-card-label,
.layout-card-overlay .layout-card-title {
  max-width: 440px;
  width: 100%;
}
.layout-card-overlay .layout-card-title {
  font-size: 32px;
  font-size: 3.2rem;
}
.layout-card-overlay .layout-card-text,
.layout-card-overlay .layout-card-label,
.layout-card-overlay .layout-card-title,
.layout-card-overlay .layout-card-link-text {
  color: #fff;
}

.layout-card--imgoverlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .layout-card--imgoverlay .desktop {
    display: none;
  }
}
.layout-card--imgoverlay .mobile {
  display: none;
}
@media (max-width: 991px) {
  .layout-card--imgoverlay .mobile {
    display: block;
    background-position: top center;
  }
}

.layout-card--info-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

.layout-card-image .layout-card--info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  max-height: 100%;
  z-index: 2;
}
.layout-card-image .layout-card--infocont {
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .layout-card-image .layout-card--infocont-overflow {
    min-height: initial;
  }
}
.layout-card-image .layout-card-text,
.layout-card-image .layout-card-label,
.layout-card-image .layout-card-title,
.layout-card-image .layout-card-subtitle,
.layout-card-image .layout-card-link-text {
  color: #fff;
}
.layout-card-image .layout-card-label {
  font-size: 12px;
  font-size: 1.2rem;
}
.layout-card-image .layout-card-title {
  font-family: "nexa", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
}
.layout-card-image .layout-card--imgbg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.layout-card-image a:hover .layout-card--imgbg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.layout-card-image .layout-video-link {
  display: block;
}
.layout-card-image .layout-card--imgbg {
  z-index: 1;
}

@media (min-width: 768px) {
  .layout-card-image-2x .layout-card--img {
    padding-top: 380px;
  }
}
@media (min-width: 992px) {
  .layout-card-image-2x .layout-card--img {
    padding-top: 320px;
  }
}
@media (min-width: 992px) {
  .layout-card-image-2x .layout-card-image .layout-card--infocont {
    max-width: 440px;
  }
}

.layout-card-caption-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.layout-card-caption-text {
  color: #ffffff;
  font-family: "nexa", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.43px;
  font-weight: 400;
}

.layout-card-caption.layout-card-image .layout-card-p-y {
  padding-top: 15px;
  padding-bottom: 15px;
}

.layout-video-icon-cont {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-bottom: -20px;
  margin-left: -20px;
}
.layout-video-icon-cont.lg {
  margin-bottom: -36px;
  margin-left: -36px;
}
.layout-video-icon-cont.mt-fix {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .layout-video-icon-cont.mt-fix {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .layout-video-icon-cont.layout-cont-bottom {
    bottom: 18%;
  }
}

.layout-card-image-gradient .layout-video-icon-cont {
  margin-bottom: -30px;
  margin-left: -30px;
}

.layout-video-icon {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: relative;
}

.layout-icon-play-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #e61919;
  border: 1px solid #fff;
  z-index: 2;
  border-radius: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

.layout-icon-play-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  border-radius: 100%;
  border: 2px solid #fff;
}

.layout-icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
  margin-top: -6px;
  margin-left: -4px;
  z-index: 3;
  border-radius: 3px 0 0 3px;
}
.layout-icon-play:after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-radius: 100%;
  border: 4px solid #e61919;
  border-width: 0px 4px 0px 0;
  position: relative;
  left: -10px;
  top: -3px;
  z-index: 1;
}

.layout-video-icon-cont.lg .layout-icon-play {
  border-width: 15px 0 15px 22px;
  margin-top: -14px;
  margin-left: -7px;
}

.layout-icon-play-border {
  border-color: transparent transparent transparent #fff;
  z-index: 2;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  display: none;
}

.layout-video-icon-cont.lg .layout-video-icon {
  height: 70px;
  width: 70px;
}

.layout-icon-play-hover {
  animation: laten 8s ease-in infinite;
  -webkit-animation: laten 8s ease-in infinite;
}

@-webkit-keyframes laten {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  14% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border: 1px solid #fff;
  }
  15% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
  }
  17% {
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border: 1px solid #fff;
  }
  31% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
  }
  33% {
    opacity: 1;
  }
  46% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border: 1px solid #fff;
  }
  47% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
  }
  49% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes laten {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  14% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border: 1px solid #fff;
  }
  15% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
  }
  17% {
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border: 1px solid #fff;
  }
  31% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
  }
  33% {
    opacity: 1;
  }
  46% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border: 1px solid #fff;
  }
  47% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
  }
  49% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes laten {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  14% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border: 1px solid #fff;
  }
  15% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
  }
  17% {
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border: 1px solid #fff;
  }
  31% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
  }
  33% {
    opacity: 1;
  }
  46% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border: 1px solid #fff;
  }
  47% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
  }
  49% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.layout-video-link {
  display: inline-block;
}

.layout-icon-play-border,
.layout-icon-play {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.layout-icon-play-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.layout-icon-play:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.layout-card--img a:hover .layout-icon-play-hover,
.layout-video-link:hover .layout-icon-play-hover {
  animation: none;
  -webkit-animation: none;
}
.layout-card--img a:hover .layout-icon-play-bg,
.layout-video-link:hover .layout-icon-play-bg {
  background-color: #9A0000;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.layout-card--img a:hover .layout-icon-play:after,
.layout-video-link:hover .layout-icon-play:after {
  border-color: #9A0000;
}
.layout-card--img a:hover .layout-icon-play,
.layout-video-link:hover .layout-icon-play {
  border-color: transparent transparent transparent #fff;
}

.header-dark .layout-card-cont,
.business-color .dark-style .layout-card-cont,
.lesson-color .dark-style .layout-card-cont,
.lifestyle-color .dark-style .layout-card-cont,
.at-home-color .dark-style .layout-card-cont,
.advocacy-color .dark-style .layout-card-cont,
.speaking-color .dark-style .layout-card-cont,
.tv-color .dark-style .layout-card-cont,
.trending-color .dark-style .layout-card-cont,
.dark-style .layout-card-cont {
  background-color: #09111e;
}
.header-dark .layout-card-link,
.header-dark .layout-card-subtitle,
.header-dark .layout-btn-text,
.header-dark .layout-card-pill-text,
.header-dark .layout-card-link-text,
.header-dark .layout-card-text p,
.header-dark .layout-card-text,
.header-dark .layout-card-title,
.business-color .dark-style .layout-card-link,
.business-color .dark-style .layout-card-subtitle,
.business-color .dark-style .layout-btn-text,
.business-color .dark-style .layout-card-pill-text,
.business-color .dark-style .layout-card-link-text,
.business-color .dark-style .layout-card-text p,
.business-color .dark-style .layout-card-text,
.business-color .dark-style .layout-card-title,
.lesson-color .dark-style .layout-card-link,
.lesson-color .dark-style .layout-card-subtitle,
.lesson-color .dark-style .layout-btn-text,
.lesson-color .dark-style .layout-card-pill-text,
.lesson-color .dark-style .layout-card-link-text,
.lesson-color .dark-style .layout-card-text p,
.lesson-color .dark-style .layout-card-text,
.lesson-color .dark-style .layout-card-title,
.lifestyle-color .dark-style .layout-card-link,
.lifestyle-color .dark-style .layout-card-subtitle,
.lifestyle-color .dark-style .layout-btn-text,
.lifestyle-color .dark-style .layout-card-pill-text,
.lifestyle-color .dark-style .layout-card-link-text,
.lifestyle-color .dark-style .layout-card-text p,
.lifestyle-color .dark-style .layout-card-text,
.lifestyle-color .dark-style .layout-card-title,
.at-home-color .dark-style .layout-card-link,
.at-home-color .dark-style .layout-card-subtitle,
.at-home-color .dark-style .layout-btn-text,
.at-home-color .dark-style .layout-card-pill-text,
.at-home-color .dark-style .layout-card-link-text,
.at-home-color .dark-style .layout-card-text p,
.at-home-color .dark-style .layout-card-text,
.at-home-color .dark-style .layout-card-title,
.advocacy-color .dark-style .layout-card-link,
.advocacy-color .dark-style .layout-card-subtitle,
.advocacy-color .dark-style .layout-btn-text,
.advocacy-color .dark-style .layout-card-pill-text,
.advocacy-color .dark-style .layout-card-link-text,
.advocacy-color .dark-style .layout-card-text p,
.advocacy-color .dark-style .layout-card-text,
.advocacy-color .dark-style .layout-card-title,
.speaking-color .dark-style .layout-card-link,
.speaking-color .dark-style .layout-card-subtitle,
.speaking-color .dark-style .layout-btn-text,
.speaking-color .dark-style .layout-card-pill-text,
.speaking-color .dark-style .layout-card-link-text,
.speaking-color .dark-style .layout-card-text p,
.speaking-color .dark-style .layout-card-text,
.speaking-color .dark-style .layout-card-title,
.tv-color .dark-style .layout-card-link,
.tv-color .dark-style .layout-card-subtitle,
.tv-color .dark-style .layout-btn-text,
.tv-color .dark-style .layout-card-pill-text,
.tv-color .dark-style .layout-card-link-text,
.tv-color .dark-style .layout-card-text p,
.tv-color .dark-style .layout-card-text,
.tv-color .dark-style .layout-card-title,
.trending-color .dark-style .layout-card-link,
.trending-color .dark-style .layout-card-subtitle,
.trending-color .dark-style .layout-btn-text,
.trending-color .dark-style .layout-card-pill-text,
.trending-color .dark-style .layout-card-link-text,
.trending-color .dark-style .layout-card-text p,
.trending-color .dark-style .layout-card-text,
.trending-color .dark-style .layout-card-title,
.dark-style .layout-card-link,
.dark-style .layout-card-subtitle,
.dark-style .layout-btn-text,
.dark-style .layout-card-pill-text,
.dark-style .layout-card-link-text,
.dark-style .layout-card-text p,
.dark-style .layout-card-text,
.dark-style .layout-card-title {
  color: #fff;
}
.header-dark .layout-card-pill-duration,
.business-color .dark-style .layout-card-pill-duration,
.lesson-color .dark-style .layout-card-pill-duration,
.lifestyle-color .dark-style .layout-card-pill-duration,
.at-home-color .dark-style .layout-card-pill-duration,
.advocacy-color .dark-style .layout-card-pill-duration,
.speaking-color .dark-style .layout-card-pill-duration,
.tv-color .dark-style .layout-card-pill-duration,
.trending-color .dark-style .layout-card-pill-duration,
.dark-style .layout-card-pill-duration {
  background-color: #293f62;
}
.header-dark .layout-card-label,
.business-color .dark-style .layout-card-label,
.lesson-color .dark-style .layout-card-label,
.lifestyle-color .dark-style .layout-card-label,
.at-home-color .dark-style .layout-card-label,
.advocacy-color .dark-style .layout-card-label,
.speaking-color .dark-style .layout-card-label,
.tv-color .dark-style .layout-card-label,
.trending-color .dark-style .layout-card-label,
.dark-style .layout-card-label {
  color: #99d0f0;
}
.header-dark .layout-card-link-arrow,
.header-dark .layout-btn,
.business-color .dark-style .layout-card-link-arrow,
.business-color .dark-style .layout-btn,
.lesson-color .dark-style .layout-card-link-arrow,
.lesson-color .dark-style .layout-btn,
.lifestyle-color .dark-style .layout-card-link-arrow,
.lifestyle-color .dark-style .layout-btn,
.at-home-color .dark-style .layout-card-link-arrow,
.at-home-color .dark-style .layout-btn,
.advocacy-color .dark-style .layout-card-link-arrow,
.advocacy-color .dark-style .layout-btn,
.speaking-color .dark-style .layout-card-link-arrow,
.speaking-color .dark-style .layout-btn,
.tv-color .dark-style .layout-card-link-arrow,
.tv-color .dark-style .layout-btn,
.trending-color .dark-style .layout-card-link-arrow,
.trending-color .dark-style .layout-btn,
.dark-style .layout-card-link-arrow,
.dark-style .layout-btn {
  border-color: #ffe100 !important;
}
.header-dark .layout-btn:hover .layout-btn-text,
.business-color .dark-style .layout-btn:hover .layout-btn-text,
.lesson-color .dark-style .layout-btn:hover .layout-btn-text,
.lifestyle-color .dark-style .layout-btn:hover .layout-btn-text,
.at-home-color .dark-style .layout-btn:hover .layout-btn-text,
.advocacy-color .dark-style .layout-btn:hover .layout-btn-text,
.speaking-color .dark-style .layout-btn:hover .layout-btn-text,
.tv-color .dark-style .layout-btn:hover .layout-btn-text,
.trending-color .dark-style .layout-btn:hover .layout-btn-text,
.dark-style .layout-btn:hover .layout-btn-text {
  color: #09111e;
}
.header-dark .layout-btn-hover,
.business-color .dark-style .layout-btn-hover,
.lesson-color .dark-style .layout-btn-hover,
.lifestyle-color .dark-style .layout-btn-hover,
.at-home-color .dark-style .layout-btn-hover,
.advocacy-color .dark-style .layout-btn-hover,
.speaking-color .dark-style .layout-btn-hover,
.tv-color .dark-style .layout-btn-hover,
.trending-color .dark-style .layout-btn-hover,
.dark-style .layout-btn-hover {
  background-color: #ffe100 !important;
}
.header-dark .layout-card-cont,
.business-color .dark-style .layout-card-cont,
.lesson-color .dark-style .layout-card-cont,
.lifestyle-color .dark-style .layout-card-cont,
.at-home-color .dark-style .layout-card-cont,
.advocacy-color .dark-style .layout-card-cont,
.speaking-color .dark-style .layout-card-cont,
.tv-color .dark-style .layout-card-cont,
.trending-color .dark-style .layout-card-cont,
.dark-style .layout-card-cont {
  border-bottom: 0;
}

.dark-style .lesson-wrapper .layout-btn {
  border-color: #2e75bb !important;
}
.dark-style .lesson-wrapper .layout-btn .layout-btn-text {
  color: #000;
}
.dark-style .lesson-wrapper .layout-btn:hover .layout-btn-text {
  color: #fff;
}
.dark-style .lesson-wrapper .layout-btn-hover {
  background-color: #2e75bb !important;
}

@media (min-width: 768px) {
  .car-ellips-text-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 125px;
  }
  .truncate-text {
    max-height: 150px;
    overflow: hidden;
  }
  .truncate-text-2 {
    max-height: 350px;
    overflow: hidden;
  }
  .truncate-text-3 {
    overflow: hidden;
  }
  .ellip-1-title {
    max-height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-bottom: 3px;
    line-height: 1;
  }
  .ellip-2-title {
    max-height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 3px;
    line-height: 1;
  }
  .ellip-3-title {
    max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 3px;
  }
  .ellip-1 {
    max-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ellip-2 {
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ellip-3 {
    max-height: 78px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .ellip-4 {
    max-height: 130px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.layout-card--info-overlay-gradient {
  position: absolute;
  bottom: -1px;
  padding-top: 40%;
  left: 0;
  right: 0;
  background: rgb(9, 17, 30);
  background: -moz-linear-gradient(0deg, rgb(9, 17, 30) 0%, rgba(9, 17, 30, 0.6810925054) 26%, rgba(9, 17, 30, 0.5550420852) 49%, rgba(9, 17, 30, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(9, 17, 30) 0%, rgba(9, 17, 30, 0.6810925054) 26%, rgba(9, 17, 30, 0.5550420852) 49%, rgba(9, 17, 30, 0) 100%);
  background: linear-gradient(0deg, rgb(9, 17, 30) 0%, rgba(9, 17, 30, 0.6810925054) 26%, rgba(9, 17, 30, 0.5550420852) 49%, rgba(9, 17, 30, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09111e",endColorstr="#09111e",GradientType=1);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.layout-card-image-gradient .layout-card--img {
  padding-top: 57%;
}
.layout-card-image-gradient .layout-card-cont {
  overflow: hidden;
}
.layout-card-image-gradient .layout-video-icon {
  height: 60px;
  width: 60px;
}
.layout-card-image-gradient .layout-video-icon-cont .layout-icon-play {
  border-width: 12px 0 12px 18px;
  margin-top: -11px;
  margin-left: -7px;
}
.layout-card-image-gradient .layout-icon-play-border,
.layout-card-image-gradient .layout-icon-play {
  border-width: 9px 0 9px 12px;
  margin-top: -8px;
}
.layout-card-image-gradient .layout-video-icon-cont {
  z-index: 3;
}
.layout-card-image-gradient .layout-card--info-overlay {
  background-color: transparent;
  opacity: 1;
}
.layout-card-image-gradient .layout-card--imgbg {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.layout-card-image-gradient.block {
  margin-left: 0;
  margin-right: 0;
}
.layout-card-image-gradient a:hover .layout-card--imgbg {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.layout-card-image-gradient a:hover .layout-card--info-overlay-gradient {
  opacity: 0;
  padding-top: 20%;
}

.layout-video-text {
  margin: 0;
  margin-top: 10px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .layout-video-text {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.layout-card-dif .layout-card-dif-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
}
.layout-card-dif .layout-card-dif-icon > div {
  height: 11px;
  width: 11px;
  background-image: url("../images/lemon-grey.png");
  background-image: url("../images/lemon-grey.svg");
  background-size: 100%;
  z-index: 2;
  opacity: 1;
  display: inline-block;
  margin-right: 1px;
}
.layout-card-dif.beginner .layout-card-dif-icon > div:nth-child(1) {
  background-image: url("../images/lemon.png");
  background-image: url("../images/lemon.svg");
}
.layout-card-dif.intermediate .layout-card-dif-icon > div:nth-child(1) {
  background-image: url("../images/lemon.png");
  background-image: url("../images/lemon.svg");
}
.layout-card-dif.intermediate .layout-card-dif-icon > div:nth-child(2) {
  background-image: url("../images/lemon.png");
  background-image: url("../images/lemon.svg");
}
.layout-card-dif.advanced .layout-card-dif-icon > div {
  background-image: url("../images/lemon.png");
  background-image: url("../images/lemon.svg");
}
.layout-card-dif .layout-card-dif-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  font-size: 0.9rem;
  font-family: "Libre Franklin", sans-serif;
}

.layout-card-cont.layout-card-bordered {
  border-radius: 15px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .lesson-img .layout-card-bordered-sm,
  .layout-card-cont.layout-card-bordered-sm {
    border-radius: 15px;
    overflow: hidden;
  }
}

.layout-card-px-sm .lesson-img .layout-card-bordered-sm {
  border-radius: 15px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .layout-featured-card-bordered-l .layout-card-cont {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
  }
  .layout-featured-card-bordered-r .featured-h {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .layout-section-bg-featured-bordered {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .layout-card-3x4.layout-card-3x4-featured .layout-card--info,
  .layout-card-1x3.layout-card-1x3-featured .layout-card--info,
  .layout-card-hz .layout-card--info,
  .layout-card-3x4 .layout-card--info,
  .layout-card-2x4 .layout-card--info,
  .layout-card-1x3 .layout-card--info,
  .layout-card--info {
    height: auto;
  }
  .layout-card--infocont-overflow {
    min-height: auto;
  }
  .layout-card--infocont {
    padding-bottom: 40px;
  }
  .layout-card-3x4.layout-card-3x4-featured .layout-card--infocont {
    padding-bottom: 60px;
  }
  .layout-card--infocont.layour-card-pb-n-buttom {
    padding-bottom: 10px;
  }
}
.list-card-cont {
  padding: 30px 35px 30px 15px;
}

@media (max-width: 767px) {
  .list-card-clomun-d-none-md {
    display: none;
  }
}

.featured-h {
  max-height: 845px;
  overflow: hidden;
  position: relative;
}

.list-card-title {
  color: #99d0f0;
  font-family: "nexa", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.6px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .list-card-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-card {
  list-style: none;
}

.list-card-item {
  border-top: 1px solid #293f62;
}
.list-card-item:nth-last-child(1) {
  border-bottom: 1px solid #293f62;
}

.list-card-layout {
  display: flex;
  padding: 12px 2px;
}

.list-card-layout--number {
  width: 35px;
  flex: 35px 0 0;
  padding-right: 5px;
  color: #99d0f0;
  font-size: 20px;
  font-size: 2rem;
}

.list-ellipsis {
  line-height: 23px;
  display: block;
  max-height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 2px;
}
@media (max-width: 1250px) {
  .list-ellipsis {
    max-height: 45px;
  }
}

.list-card-layout--info {
  flex-basis: auto;
}

.list-card-layout--info-title {
  font-family: "Butler", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.25px;
  line-height: 22px;
}
@media (max-width: 1250px) {
  .list-card-layout--info-title {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 19px;
  }
}
@media (max-width: 991px) {
  .list-card-layout--info-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
  }
}
.list-card-layout--info-title a {
  display: block;
}

.dark-style .list-card-layout--info-title a {
  color: #fff;
}

#wrapperList {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  height: 845px;
}
@media (max-width: 1300px) {
  #wrapperList {
    height: 760px;
  }
}
@media (max-width: 991px) {
  #wrapperList {
    height: 700px;
  }
}
#wrapperList:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 2;
  background: rgb(9, 17, 30);
  background: -moz-linear-gradient(0deg, rgb(9, 17, 30) 0%, rgb(9, 17, 30) 14%, rgba(9, 17, 30, 0.6810925054) 52%, rgba(9, 17, 30, 0.5550420852) 71%, rgba(9, 17, 30, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(9, 17, 30) 0%, rgb(9, 17, 30) 14%, rgba(9, 17, 30, 0.6810925054) 52%, rgba(9, 17, 30, 0.5550420852) 71%, rgba(9, 17, 30, 0) 100%);
  background: linear-gradient(0deg, rgb(9, 17, 30) 0%, rgb(9, 17, 30) 14%, rgba(9, 17, 30, 0.6810925054) 52%, rgba(9, 17, 30, 0.5550420852) 71%, rgba(9, 17, 30, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09111e",endColorstr="#09111e",GradientType=1);
}

.wrapperListScroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

#wrapperList .iScrollHorizontalScrollbar {
  position: absolute;
  z-index: 9999;
  height: 16px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  overflow: hidden;
}
#wrapperList .iScrollHorizontalScrollbar.iScrollBothScrollbars {
  right: 18px;
}
#wrapperList .iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 7px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden;
}
#wrapperList .iScrollVerticalScrollbar.iScrollBothScrollbars {
  bottom: 18px;
}
#wrapperList .iScrollIndicator {
  position: absolute;
  background-color: #586a88;
  border-width: 1px;
  border-style: solid;
  border-color: #586a88;
  border-radius: 8px;
}
#wrapperList .iScrollHorizontalScrollbar .iScrollIndicator {
  height: 100%;
  background-color: #586a88;
}
#wrapperList .iScrollVerticalScrollbar .iScrollIndicator {
  width: 100%;
  background-color: #586a88;
}

.layout-btn {
  display: inline-block;
  padding: 16px 25px;
  padding-right: 45px;
  border: 1px solid #2e75bb;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-decoration-color: transparent;
}

.layout-btn-text {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "nexa", sans-serif;
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.layout-btn-icon {
  height: 11px;
  width: 11px;
  position: absolute;
  right: 20px;
  top: 17px;
  background-image: url("../images/lemon.png");
  background-image: url("../images/lemon.svg");
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.layout-btn-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #2e75bb;
  z-index: 1;
}

.layout-btn-hover,
.layout-btn-text,
.layout-btn-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.layout-btn:hover {
  text-decoration-color: transparent;
}
.layout-btn:hover .layout-btn-hover {
  width: 100%;
}
.layout-btn:hover .layout-btn-text {
  color: #fff;
  -webkit-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.layout-btn:hover .layout-btn-icon {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.btn-int-bg {
  display: inline-block;
  padding: 5px 9px;
  border: 1px solid #2e75bb;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-decoration-color: transparent;
  background-color: #2e75bb;
  text-transform: uppercase;
  color: #fff;
  font-family: "nexa", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-int-bg .btn-int-bg-text {
  display: inline-block;
  vertical-align: middle;
}
.btn-int-bg:hover, .btn-int-bg:focus, .btn-int-bg:active {
  color: #2e75bb;
  background-color: #fff;
  text-decoration-color: transparent;
}
.btn-int-bg:hover .btn-int-bg-text, .btn-int-bg:focus .btn-int-bg-text, .btn-int-bg:active .btn-int-bg-text {
  text-decoration-color: transparent;
}
.btn-int-bg:hover .btn-caret, .btn-int-bg:focus .btn-caret, .btn-int-bg:active .btn-caret {
  border-color: #2e75bb transparent transparent transparent;
}

.btn-caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin-left: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.business-color .nav-main-container-bg,
.business-color .nav-inner .nav-main-container-bg {
  background-color: #111d31;
}
.business-color .header-section .layout-section-bg {
  background-color: #111d31;
}
.business-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #111d31;
  background: -moz-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
@media (max-width: 767px) {
  .business-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #111d31;
    background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
  }
}
.business-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #111d31;
  background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
.business-color .layout-btn {
  border-color: #2e75bb;
}
.business-color .layout-btn-hover {
  background-color: #2e75bb;
}
.business-color .layout-card-label {
  color: #293f62;
}
.business-color .layout-card--img .layout-card-label {
  color: #fff;
}
.business-color .layout-card-link-arrow {
  border-color: #2e75bb;
}
.business-color .layout-label-title {
  background-color: #293f62;
}
.business-color .layout-col-label {
  color: #293f62;
}
.business-color .layout-innernav-list li a {
  color: #111d31;
}
.business-color .layout-nav-btn {
  background-color: #2e75bb;
}
.business-color .layout-nav-btn.collapsed {
  color: #2e75bb;
}
.business-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #2e75bb;
}
.business-color .layout-nav-btn:focus, .business-color .layout-nav-btn:hover {
  background-color: #2e75bb !important;
  color: #fff;
}
.business-color .layout-nav-btn:focus .layout-nav-btnarrow, .business-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.business-color .layout-slider-title {
  color: #293f62;
}
.business-color .layout-slider-nav .swiper-button-next::before,
.business-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #293f62;
}
.business-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #293f62;
}
.business-color .nav-inner .current-menu-item, .business-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .business-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .business-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .business-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .business-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .business-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .business-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .business-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .business-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .business-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .business-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .business-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .business-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .business-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .business-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #2e75bb;
  background-color: #2e75bb;
  border-radius: 3px;
}
.business-color .overview-share-links-default {
  background-color: #111d31;
}
.business-color .share-footer-row-section {
  background-color: #111d31;
}
.business-color .ordered-list-row-section,
.business-color .ordered-list-row-section li,
.business-color .check-list-row-section .content-intro,
.business-color .check-list-row-section li {
  color: #111d31;
}
.business-color .feedback-footer-row-section {
  background-color: #EBF6FC;
}
.business-color .bg-preset-light-blue {
  background-color: #EBF6FC;
}
.business-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(235, 246, 252);
}
.business-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
@media (max-width: 767px) {
  .business-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(235, 246, 252);
    background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
  }
}
.business-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
.business-color .partners-more-less {
  color: #2e75bb;
}
.business-color .link-arrow .link-arrow-icon {
  border-color: #2e75bb;
}
.business-color .layout-filter-partners .filter-btn-text {
  color: #2e75bb;
}
.business-color .layout-filter-partners .filter-btn {
  border-color: #2e75bb;
}
.business-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #2e75bb;
}
.business-color .layout-filter-partners .filter-active-remove {
  border-color: #2e75bb;
}
.business-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #2e75bb;
  background-color: #2e75bb;
}
.business-color .layout-filter-partners .filter-active-remove::after,
.business-color .layout-filter-partners .filter-active-remove::before {
  background-color: #2e75bb;
}
.business-color .layout-filter-partners .filter-active-remove:hover::after,
.business-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.business-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #2e75bb;
}
.business-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.business-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.business-color .layout-filter-partners .filter-dropdown {
  background-color: #EBF6FC;
}
.business-color .layout-filter-partners .filter-dropdown::before {
  background-color: #EBF6FC;
}
.business-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2e75bb;
}
.business-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #2e75bb;
}
.business-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #2e75bb;
}
.business-color .related-cards .layout-card-cont {
  background-color: #EBF6FC;
}
.business-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.business-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #99D0F0;
}
.business-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.business-color .breadcrumb li {
  color: #99D0F0;
}
.business-color .breadcrumb li a {
  color: #8C8C8C;
}
.business-color .overview-heading-colored {
  color: #293f62;
}
.business-color .overview-detailsCont-grey .overview-details-title {
  color: #293f62;
}
.business-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #293f62;
}
.business-color .selected .list-select-checkbox {
  background-color: #293f62;
}
.business-color .list-select-checkbox {
  border-color: #293f62;
}
.business-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.business-color .ingredient-scale .badge-pill.active {
  background-color: #293f62;
}
.business-color .list-select-title {
  color: #293f62;
}
.business-color .instructions-content-wyswyg-n {
  color: #293f62;
}
.business-color .layout-card-dif .layout-card-dif-text {
  color: #293f62;
}
.business-color .layout-section-bg.course-overview-row-section-bgcolor,
.business-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.business-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #111d31;
}
.business-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.business-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.business-color .overview-details-title span,
.business-color .overview-others-title,
.business-color .course-overview-row-section .overview-heading,
.business-color .lesson-overview-row-section .overview-heading {
  color: #99D0F0;
}
.business-color .overview-details:last-child,
.business-color .overview-details {
  border-color: #293f62;
}
.business-color .section-show--link .link-inner .link-detail {
  background-color: #2c6fb3;
}
.business-color .overview-details--item span {
  color: #8C8C8C;
}
.business-color .header-section-desc--duration {
  background-color: #293f62;
}
.business-color .lesson-minutes,
.business-color .other-lessons-row-section .other-lessons-title {
  color: #293F62;
}
.business-color .lesson-more,
.business-color .lesson-wrapper .lesson-num {
  color: #2E75BB;
}
@media (max-width: 767px) {
  .business-color .overview-buttomCont,
  .business-color .header-section-bg-lesson .container-g {
    background-color: #111d31;
  }
}
.business-color .header-author-bg-cont {
  background-color: #293f62;
}
.business-color .btn-int-bg {
  border: 1px solid #EBF6FC;
  background-color: #EBF6FC;
  color: #293f62;
}
.business-color .btn-int-bg:hover, .business-color .btn-int-bg:focus, .business-color .btn-int-bg:active {
  color: #EBF6FC;
  background-color: #293f62;
}
.business-color .btn-int-bg:hover .btn-caret, .business-color .btn-int-bg:focus .btn-caret, .business-color .btn-int-bg:active .btn-caret {
  border-color: #EBF6FC transparent transparent transparent;
}
.business-color .btn-caret {
  border-color: #293f62 transparent transparent transparent;
}

.course-color .nav-main-container-bg,
.course-color .nav-inner .nav-main-container-bg {
  background-color: #111d31;
}
.course-color .header-section .layout-section-bg {
  background-color: #111d31;
}
.course-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #111d31;
  background: -moz-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
@media (max-width: 767px) {
  .course-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #111d31;
    background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
  }
}
.course-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #111d31;
  background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
.course-color .layout-btn {
  border-color: #2e75bb;
}
.course-color .layout-btn-hover {
  background-color: #2e75bb;
}
.course-color .layout-card-label {
  color: #293f62;
}
.course-color .layout-card--img .layout-card-label {
  color: #fff;
}
.course-color .layout-card-link-arrow {
  border-color: #2e75bb;
}
.course-color .layout-label-title {
  background-color: #293f62;
}
.course-color .layout-col-label {
  color: #293f62;
}
.course-color .layout-innernav-list li a {
  color: #111d31;
}
.course-color .layout-nav-btn {
  background-color: #2e75bb;
}
.course-color .layout-nav-btn.collapsed {
  color: #2e75bb;
}
.course-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #2e75bb;
}
.course-color .layout-nav-btn:focus, .course-color .layout-nav-btn:hover {
  background-color: #2e75bb !important;
  color: #fff;
}
.course-color .layout-nav-btn:focus .layout-nav-btnarrow, .course-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.course-color .layout-slider-title {
  color: #293f62;
}
.course-color .layout-slider-nav .swiper-button-next::before,
.course-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #293f62;
}
.course-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #293f62;
}
.course-color .nav-inner .current-menu-item, .course-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .course-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .course-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .course-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .course-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .course-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .course-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .course-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .course-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .course-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .course-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .course-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .course-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .course-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .course-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #2e75bb;
  background-color: #2e75bb;
  border-radius: 3px;
}
.course-color .overview-share-links-default {
  background-color: #111d31;
}
.course-color .share-footer-row-section {
  background-color: #111d31;
}
.course-color .ordered-list-row-section,
.course-color .ordered-list-row-section li,
.course-color .check-list-row-section .content-intro,
.course-color .check-list-row-section li {
  color: #111d31;
}
.course-color .feedback-footer-row-section {
  background-color: #EBF6FC;
}
.course-color .bg-preset-light-blue {
  background-color: #EBF6FC;
}
.course-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(235, 246, 252);
}
.course-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
@media (max-width: 767px) {
  .course-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(235, 246, 252);
    background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
  }
}
.course-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
.course-color .partners-more-less {
  color: #2e75bb;
}
.course-color .link-arrow .link-arrow-icon {
  border-color: #2e75bb;
}
.course-color .layout-filter-partners .filter-btn-text {
  color: #2e75bb;
}
.course-color .layout-filter-partners .filter-btn {
  border-color: #2e75bb;
}
.course-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #2e75bb;
}
.course-color .layout-filter-partners .filter-active-remove {
  border-color: #2e75bb;
}
.course-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #2e75bb;
  background-color: #2e75bb;
}
.course-color .layout-filter-partners .filter-active-remove::after,
.course-color .layout-filter-partners .filter-active-remove::before {
  background-color: #2e75bb;
}
.course-color .layout-filter-partners .filter-active-remove:hover::after,
.course-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.course-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #2e75bb;
}
.course-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.course-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.course-color .layout-filter-partners .filter-dropdown {
  background-color: #EBF6FC;
}
.course-color .layout-filter-partners .filter-dropdown::before {
  background-color: #EBF6FC;
}
.course-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2e75bb;
}
.course-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #2e75bb;
}
.course-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #2e75bb;
}
.course-color .related-cards .layout-card-cont {
  background-color: #EBF6FC;
}
.course-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.course-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #99D0F0;
}
.course-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.course-color .breadcrumb li {
  color: #99D0F0;
}
.course-color .breadcrumb li a {
  color: #8C8C8C;
}
.course-color .overview-heading-colored {
  color: #293f62;
}
.course-color .overview-detailsCont-grey .overview-details-title {
  color: #293f62;
}
.course-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #293f62;
}
.course-color .selected .list-select-checkbox {
  background-color: #293f62;
}
.course-color .list-select-checkbox {
  border-color: #293f62;
}
.course-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.course-color .ingredient-scale .badge-pill.active {
  background-color: #293f62;
}
.course-color .list-select-title {
  color: #293f62;
}
.course-color .instructions-content-wyswyg-n {
  color: #293f62;
}
.course-color .layout-card-dif .layout-card-dif-text {
  color: #293f62;
}
.course-color .layout-section-bg.course-overview-row-section-bgcolor,
.course-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.course-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #111d31;
}
.course-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.course-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.course-color .overview-details-title span,
.course-color .overview-others-title,
.course-color .course-overview-row-section .overview-heading,
.course-color .lesson-overview-row-section .overview-heading {
  color: #99D0F0;
}
.course-color .overview-details:last-child,
.course-color .overview-details {
  border-color: #293f62;
}
.course-color .section-show--link .link-inner .link-detail {
  background-color: #2c6fb3;
}
.course-color .overview-details--item span {
  color: #8C8C8C;
}
.course-color .header-section-desc--duration {
  background-color: #293f62;
}
.course-color .lesson-minutes,
.course-color .other-lessons-row-section .other-lessons-title {
  color: #293F62;
}
.course-color .lesson-more,
.course-color .lesson-wrapper .lesson-num {
  color: #2E75BB;
}
@media (max-width: 767px) {
  .course-color .overview-buttomCont,
  .course-color .header-section-bg-lesson .container-g {
    background-color: #111d31;
  }
}
.course-color .header-author-bg-cont {
  background-color: #293f62;
}
.course-color .btn-int-bg {
  border: 1px solid #EBF6FC;
  background-color: #EBF6FC;
  color: #293f62;
}
.course-color .btn-int-bg:hover, .course-color .btn-int-bg:focus, .course-color .btn-int-bg:active {
  color: #EBF6FC;
  background-color: #293f62;
}
.course-color .btn-int-bg:hover .btn-caret, .course-color .btn-int-bg:focus .btn-caret, .course-color .btn-int-bg:active .btn-caret {
  border-color: #EBF6FC transparent transparent transparent;
}
.course-color .btn-caret {
  border-color: #293f62 transparent transparent transparent;
}

.lesson-color .nav-main-container-bg,
.lesson-color .nav-inner .nav-main-container-bg {
  background-color: #111d31;
}
.lesson-color .header-section .layout-section-bg {
  background-color: #111d31;
}
.lesson-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #111d31;
  background: -moz-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
@media (max-width: 767px) {
  .lesson-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #111d31;
    background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
  }
}
.lesson-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #111d31;
  background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
.lesson-color .layout-btn {
  border-color: #2e75bb;
}
.lesson-color .layout-btn-hover {
  background-color: #2e75bb;
}
.lesson-color .layout-card-label {
  color: #293f62;
}
.lesson-color .layout-card--img .layout-card-label {
  color: #fff;
}
.lesson-color .layout-card-link-arrow {
  border-color: #2e75bb;
}
.lesson-color .layout-label-title {
  background-color: #293f62;
}
.lesson-color .layout-col-label {
  color: #293f62;
}
.lesson-color .layout-innernav-list li a {
  color: #111d31;
}
.lesson-color .layout-nav-btn {
  background-color: #2e75bb;
}
.lesson-color .layout-nav-btn.collapsed {
  color: #2e75bb;
}
.lesson-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #2e75bb;
}
.lesson-color .layout-nav-btn:focus, .lesson-color .layout-nav-btn:hover {
  background-color: #2e75bb !important;
  color: #fff;
}
.lesson-color .layout-nav-btn:focus .layout-nav-btnarrow, .lesson-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.lesson-color .layout-slider-title {
  color: #293f62;
}
.lesson-color .layout-slider-nav .swiper-button-next::before,
.lesson-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #293f62;
}
.lesson-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #293f62;
}
.lesson-color .nav-inner .current-menu-item, .lesson-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .lesson-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .lesson-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .lesson-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .lesson-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .lesson-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .lesson-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .lesson-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .lesson-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .lesson-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .lesson-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .lesson-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .lesson-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .lesson-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .lesson-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #2e75bb;
  background-color: #2e75bb;
  border-radius: 3px;
}
.lesson-color .overview-share-links-default {
  background-color: #111d31;
}
.lesson-color .share-footer-row-section {
  background-color: #111d31;
}
.lesson-color .ordered-list-row-section,
.lesson-color .ordered-list-row-section li,
.lesson-color .check-list-row-section .content-intro,
.lesson-color .check-list-row-section li {
  color: #111d31;
}
.lesson-color .feedback-footer-row-section {
  background-color: #EBF6FC;
}
.lesson-color .bg-preset-light-blue {
  background-color: #EBF6FC;
}
.lesson-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(235, 246, 252);
}
.lesson-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
@media (max-width: 767px) {
  .lesson-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(235, 246, 252);
    background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
  }
}
.lesson-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
.lesson-color .partners-more-less {
  color: #2e75bb;
}
.lesson-color .link-arrow .link-arrow-icon {
  border-color: #2e75bb;
}
.lesson-color .layout-filter-partners .filter-btn-text {
  color: #2e75bb;
}
.lesson-color .layout-filter-partners .filter-btn {
  border-color: #2e75bb;
}
.lesson-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #2e75bb;
}
.lesson-color .layout-filter-partners .filter-active-remove {
  border-color: #2e75bb;
}
.lesson-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #2e75bb;
  background-color: #2e75bb;
}
.lesson-color .layout-filter-partners .filter-active-remove::after,
.lesson-color .layout-filter-partners .filter-active-remove::before {
  background-color: #2e75bb;
}
.lesson-color .layout-filter-partners .filter-active-remove:hover::after,
.lesson-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.lesson-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #2e75bb;
}
.lesson-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.lesson-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.lesson-color .layout-filter-partners .filter-dropdown {
  background-color: #EBF6FC;
}
.lesson-color .layout-filter-partners .filter-dropdown::before {
  background-color: #EBF6FC;
}
.lesson-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2e75bb;
}
.lesson-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #2e75bb;
}
.lesson-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #2e75bb;
}
.lesson-color .related-cards .layout-card-cont {
  background-color: #EBF6FC;
}
.lesson-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.lesson-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #99D0F0;
}
.lesson-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.lesson-color .breadcrumb li {
  color: #99D0F0;
}
.lesson-color .breadcrumb li a {
  color: #8C8C8C;
}
.lesson-color .overview-heading-colored {
  color: #293f62;
}
.lesson-color .overview-detailsCont-grey .overview-details-title {
  color: #293f62;
}
.lesson-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #293f62;
}
.lesson-color .selected .list-select-checkbox {
  background-color: #293f62;
}
.lesson-color .list-select-checkbox {
  border-color: #293f62;
}
.lesson-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.lesson-color .ingredient-scale .badge-pill.active {
  background-color: #293f62;
}
.lesson-color .list-select-title {
  color: #293f62;
}
.lesson-color .instructions-content-wyswyg-n {
  color: #293f62;
}
.lesson-color .layout-card-dif .layout-card-dif-text {
  color: #293f62;
}
.lesson-color .layout-section-bg.course-overview-row-section-bgcolor,
.lesson-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.lesson-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #111d31;
}
.lesson-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.lesson-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.lesson-color .overview-details-title span,
.lesson-color .overview-others-title,
.lesson-color .course-overview-row-section .overview-heading,
.lesson-color .lesson-overview-row-section .overview-heading {
  color: #99D0F0;
}
.lesson-color .overview-details:last-child,
.lesson-color .overview-details {
  border-color: #293f62;
}
.lesson-color .section-show--link .link-inner .link-detail {
  background-color: #2c6fb3;
}
.lesson-color .overview-details--item span {
  color: #8C8C8C;
}
.lesson-color .header-section-desc--duration {
  background-color: #293f62;
}
.lesson-color .lesson-minutes,
.lesson-color .other-lessons-row-section .other-lessons-title {
  color: #293F62;
}
.lesson-color .lesson-more,
.lesson-color .lesson-wrapper .lesson-num {
  color: #2E75BB;
}
@media (max-width: 767px) {
  .lesson-color .overview-buttomCont,
  .lesson-color .header-section-bg-lesson .container-g {
    background-color: #111d31;
  }
}
.lesson-color .header-author-bg-cont {
  background-color: #293f62;
}
.lesson-color .btn-int-bg {
  border: 1px solid #EBF6FC;
  background-color: #EBF6FC;
  color: #293f62;
}
.lesson-color .btn-int-bg:hover, .lesson-color .btn-int-bg:focus, .lesson-color .btn-int-bg:active {
  color: #EBF6FC;
  background-color: #293f62;
}
.lesson-color .btn-int-bg:hover .btn-caret, .lesson-color .btn-int-bg:focus .btn-caret, .lesson-color .btn-int-bg:active .btn-caret {
  border-color: #EBF6FC transparent transparent transparent;
}
.lesson-color .btn-caret {
  border-color: #293f62 transparent transparent transparent;
}

.course-template-default .nav-inner .navbar-nav.nav-seccion-links li.active-business,
.lesson-template-default .nav-inner .navbar-nav.nav-seccion-links li.active-business,
.business-template-default .nav-inner .navbar-nav.nav-seccion-links li.active-business,
.post-type-archive-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business {
  border-color: #2e75bb;
  background-color: #2e75bb;
  border-radius: 3px;
}

.page-color .nav-main-container-bg,
.page-color .nav-inner .nav-main-container-bg {
  background-color: #111d31;
}
.page-color .header-section .layout-section-bg {
  background-color: #111d31;
}
.page-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #111d31;
  background: -moz-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
@media (max-width: 767px) {
  .page-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #111d31;
    background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
  }
}
.page-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #111d31;
  background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
.page-color .layout-btn {
  border-color: #2e75bb;
}
.page-color .layout-btn-hover {
  background-color: #2e75bb;
}
.page-color .layout-card-label {
  color: #293f62;
}
.page-color .layout-card--img .layout-card-label {
  color: #fff;
}
.page-color .layout-card-link-arrow {
  border-color: #2e75bb;
}
.page-color .layout-label-title {
  background-color: #293f62;
}
.page-color .layout-col-label {
  color: #293f62;
}
.page-color .layout-innernav-list li a {
  color: #111d31;
}
.page-color .layout-nav-btn {
  background-color: #2e75bb;
}
.page-color .layout-nav-btn.collapsed {
  color: #2e75bb;
}
.page-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #2e75bb;
}
.page-color .layout-nav-btn:focus, .page-color .layout-nav-btn:hover {
  background-color: #2e75bb !important;
  color: #fff;
}
.page-color .layout-nav-btn:focus .layout-nav-btnarrow, .page-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.page-color .layout-slider-title {
  color: #293f62;
}
.page-color .layout-slider-nav .swiper-button-next::before,
.page-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #293f62;
}
.page-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #293f62;
}
.page-color .nav-inner .current-menu-item, .page-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .page-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .page-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .page-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .page-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .page-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .page-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .page-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .page-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .page-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .page-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .page-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .page-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .page-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .page-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #2e75bb;
  background-color: #2e75bb;
  border-radius: 3px;
}
.page-color .overview-share-links-default {
  background-color: #111d31;
}
.page-color .share-footer-row-section {
  background-color: #111d31;
}
.page-color .ordered-list-row-section,
.page-color .ordered-list-row-section li,
.page-color .check-list-row-section .content-intro,
.page-color .check-list-row-section li {
  color: #111d31;
}
.page-color .feedback-footer-row-section {
  background-color: #EBF6FC;
}
.page-color .bg-preset-light-blue {
  background-color: #EBF6FC;
}
.page-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(17, 29, 49);
}
.page-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(17, 29, 49);
  background: -moz-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgb(17, 29, 49) 19%, rgba(17, 29, 49, 0.9612045502) 30%, rgba(17, 29, 49, 0.8631653345) 47%, rgba(17, 29, 49, 0.5942577715) 67%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgb(17, 29, 49) 19%, rgba(17, 29, 49, 0.9612045502) 30%, rgba(17, 29, 49, 0.8631653345) 47%, rgba(17, 29, 49, 0.5942577715) 67%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(90deg, rgb(17, 29, 49) 0%, rgb(17, 29, 49) 19%, rgba(17, 29, 49, 0.9612045502) 30%, rgba(17, 29, 49, 0.8631653345) 47%, rgba(17, 29, 49, 0.5942577715) 67%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
@media (max-width: 767px) {
  .page-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(17, 29, 49);
    background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
  }
}
.page-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(17, 29, 49);
  background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
.page-color .partners-more-less {
  color: #2e75bb;
}
.page-color .link-arrow .link-arrow-icon {
  border-color: #2e75bb;
}
.page-color .layout-filter-partners .filter-btn-text {
  color: #2e75bb;
}
.page-color .layout-filter-partners .filter-btn {
  border-color: #2e75bb;
}
.page-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #2e75bb;
}
.page-color .layout-filter-partners .filter-active-remove {
  border-color: #2e75bb;
}
.page-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #2e75bb;
  background-color: #2e75bb;
}
.page-color .layout-filter-partners .filter-active-remove::after,
.page-color .layout-filter-partners .filter-active-remove::before {
  background-color: #2e75bb;
}
.page-color .layout-filter-partners .filter-active-remove:hover::after,
.page-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.page-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #2e75bb;
}
.page-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.page-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.page-color .layout-filter-partners .filter-dropdown {
  background-color: #EBF6FC;
}
.page-color .layout-filter-partners .filter-dropdown::before {
  background-color: #EBF6FC;
}
.page-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2e75bb;
}
.page-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #2e75bb;
}
.page-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #2e75bb;
}
.page-color .related-cards .layout-card-cont {
  background-color: #EBF6FC;
}
.page-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.page-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #99D0F0;
}
.page-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.page-color .breadcrumb li {
  color: #99D0F0;
}
.page-color .breadcrumb li a {
  color: #8C8C8C;
}
.page-color .overview-heading-colored {
  color: #293f62;
}
.page-color .overview-detailsCont-grey .overview-details-title {
  color: #293f62;
}
.page-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #293f62;
}
.page-color .selected .list-select-checkbox {
  background-color: #293f62;
}
.page-color .list-select-checkbox {
  border-color: #293f62;
}
.page-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.page-color .ingredient-scale .badge-pill.active {
  background-color: #293f62;
}
.page-color .list-select-title {
  color: #293f62;
}
.page-color .instructions-content-wyswyg-n {
  color: #293f62;
}
.page-color .layout-card-dif .layout-card-dif-text {
  color: #293f62;
}
.page-color .layout-section-bg.course-overview-row-section-bgcolor,
.page-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.page-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #111d31;
}
.page-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.page-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.page-color .overview-details-title span,
.page-color .overview-others-title,
.page-color .course-overview-row-section .overview-heading,
.page-color .lesson-overview-row-section .overview-heading {
  color: #99D0F0;
}
.page-color .overview-details:last-child,
.page-color .overview-details {
  border-color: #293f62;
}
.page-color .section-show--link .link-inner .link-detail {
  background-color: #2c6fb3;
}
.page-color .overview-details--item span {
  color: #8C8C8C;
}
.page-color .header-section-desc--duration {
  background-color: #293f62;
}
.page-color .lesson-minutes,
.page-color .other-lessons-row-section .other-lessons-title {
  color: #293F62;
}
.page-color .lesson-more,
.page-color .lesson-wrapper .lesson-num {
  color: #2E75BB;
}
@media (max-width: 767px) {
  .page-color .overview-buttomCont,
  .page-color .header-section-bg-lesson .container-g {
    background-color: #111d31;
  }
}
.page-color .header-author-bg-cont {
  background-color: #293f62;
}
.page-color .btn-int-bg {
  border: 1px solid #EBF6FC;
  background-color: #EBF6FC;
  color: #293f62;
}
.page-color .btn-int-bg:hover, .page-color .btn-int-bg:focus, .page-color .btn-int-bg:active {
  color: #EBF6FC;
  background-color: #293f62;
}
.page-color .btn-int-bg:hover .btn-caret, .page-color .btn-int-bg:focus .btn-caret, .page-color .btn-int-bg:active .btn-caret {
  border-color: #EBF6FC transparent transparent transparent;
}
.page-color .btn-caret {
  border-color: #293f62 transparent transparent transparent;
}

.lifestyle-color .nav-main-container-bg,
.lifestyle-color .nav-inner .nav-main-container-bg {
  background-color: #73becf;
}
.lifestyle-color .header-section .layout-section-bg {
  background-color: #73becf;
}
.lifestyle-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #73becf;
  background: -moz-linear-gradient(90deg, rgb(116, 191, 208) 0%, rgba(116, 191, 208, 0.9864146342) 33%, rgba(116, 191, 208, 0.9612045502) 51%, rgba(116, 191, 208, 0.8631653345) 62%, rgba(116, 191, 208, 0.5298320012) 79%, rgba(116, 191, 208, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(116, 191, 208) 0%, rgba(116, 191, 208, 0.9864146342) 33%, rgba(116, 191, 208, 0.9612045502) 51%, rgba(116, 191, 208, 0.8631653345) 62%, rgba(116, 191, 208, 0.5298320012) 79%, rgba(116, 191, 208, 0) 100%);
  background: linear-gradient(90deg, rgb(116, 191, 208) 0%, rgba(116, 191, 208, 0.9864146342) 33%, rgba(116, 191, 208, 0.9612045502) 51%, rgba(116, 191, 208, 0.8631653345) 62%, rgba(116, 191, 208, 0.5298320012) 79%, rgba(116, 191, 208, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73becf",endColorstr="#73becf",GradientType=1);
}
@media (max-width: 767px) {
  .lifestyle-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #73becf;
    background: -moz-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
    background: linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73becf",endColorstr="#73becf",GradientType=1);
  }
}
.lifestyle-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #73becf;
  background: -moz-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
  background: linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73becf",endColorstr="#73becf",GradientType=1);
}
.lifestyle-color .layout-btn {
  border-color: #2594a1;
}
.lifestyle-color .layout-btn-hover {
  background-color: #2594a1;
}
.lifestyle-color .layout-card-label {
  color: #2594a1;
}
.lifestyle-color .layout-card--img .layout-card-label {
  color: #fff;
}
.lifestyle-color .layout-card-link-arrow {
  border-color: #2594a1;
}
.lifestyle-color .layout-label-title {
  background-color: #2594a1;
}
.lifestyle-color .layout-col-label {
  color: #2594a1;
}
.lifestyle-color .layout-innernav-list li a {
  color: #2594a1;
}
.lifestyle-color .layout-nav-btn {
  background-color: #2594a1;
}
.lifestyle-color .layout-nav-btn.collapsed {
  color: #2594a1;
}
.lifestyle-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #2594a1;
}
.lifestyle-color .layout-nav-btn:focus, .lifestyle-color .layout-nav-btn:hover {
  background-color: #2594a1 !important;
  color: #fff;
}
.lifestyle-color .layout-nav-btn:focus .layout-nav-btnarrow, .lifestyle-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.lifestyle-color .layout-slider-title {
  color: #2594a1;
}
.lifestyle-color .layout-slider-nav .swiper-button-next::before,
.lifestyle-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #2594a1;
}
.lifestyle-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #2594a1;
}
.lifestyle-color .nav-inner .current-menu-item, .lifestyle-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .lifestyle-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .lifestyle-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .lifestyle-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .lifestyle-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .lifestyle-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .lifestyle-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .lifestyle-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .lifestyle-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .lifestyle-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .lifestyle-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .lifestyle-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .lifestyle-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .lifestyle-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .lifestyle-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #2594a1;
  background-color: #2594a1;
  border-radius: 3px;
}
.lifestyle-color .overview-share-links-default {
  background-color: #20818C;
}
.lifestyle-color .share-footer-row-section {
  background-color: #73becf;
}
.lifestyle-color .ordered-list-row-section,
.lifestyle-color .ordered-list-row-section li,
.lifestyle-color .check-list-row-section .content-intro,
.lifestyle-color .check-list-row-section li {
  color: #73becf;
}
.lifestyle-color .feedback-footer-row-section {
  background-color: #EBF6FC;
}
.lifestyle-color .bg-preset-light-blue {
  background-color: #EBF6FC;
}
.lifestyle-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(235, 246, 252);
}
.lifestyle-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
@media (max-width: 767px) {
  .lifestyle-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(235, 246, 252);
    background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
  }
}
.lifestyle-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
.lifestyle-color .partners-more-less {
  color: #2594a1;
}
.lifestyle-color .link-arrow .link-arrow-icon {
  border-color: #2594a1;
}
.lifestyle-color .layout-filter-partners .filter-btn-text {
  color: #2594a1;
}
.lifestyle-color .layout-filter-partners .filter-btn {
  border-color: #2594a1;
}
.lifestyle-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #2594a1;
}
.lifestyle-color .layout-filter-partners .filter-active-remove {
  border-color: #2594a1;
}
.lifestyle-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #2594a1;
  background-color: #2594a1;
}
.lifestyle-color .layout-filter-partners .filter-active-remove::after,
.lifestyle-color .layout-filter-partners .filter-active-remove::before {
  background-color: #2594a1;
}
.lifestyle-color .layout-filter-partners .filter-active-remove:hover::after,
.lifestyle-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.lifestyle-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #2594a1;
}
.lifestyle-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.lifestyle-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.lifestyle-color .layout-filter-partners .filter-dropdown {
  background-color: #EBF6FC;
}
.lifestyle-color .layout-filter-partners .filter-dropdown::before {
  background-color: #EBF6FC;
}
.lifestyle-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2594a1;
}
.lifestyle-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #2594a1;
}
.lifestyle-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #2594a1;
}
.lifestyle-color .related-cards .layout-card-cont {
  background-color: #EBF6FC;
}
.lifestyle-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.lifestyle-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.lifestyle-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.lifestyle-color .breadcrumb li {
  color: #99D0F0;
}
.lifestyle-color .breadcrumb li a {
  color: #8C8C8C;
}
.lifestyle-color .overview-heading-colored {
  color: #2594a1;
}
.lifestyle-color .overview-detailsCont-grey .overview-details-title {
  color: #2594a1;
}
.lifestyle-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #2594a1;
}
.lifestyle-color .selected .list-select-checkbox {
  background-color: #2594a1;
}
.lifestyle-color .list-select-checkbox {
  border-color: #2594a1;
}
.lifestyle-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.lifestyle-color .ingredient-scale .badge-pill.active {
  background-color: #2594a1;
}
.lifestyle-color .list-select-title {
  color: #2594a1;
}
.lifestyle-color .instructions-content-wyswyg-n {
  color: #2594a1;
}
.lifestyle-color .layout-card-dif .layout-card-dif-text {
  color: #2594a1;
}
.lifestyle-color .layout-section-bg.course-overview-row-section-bgcolor,
.lifestyle-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.lifestyle-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #73becf;
}
.lifestyle-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.lifestyle-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.lifestyle-color .overview-details-title span,
.lifestyle-color .overview-others-title,
.lifestyle-color .course-overview-row-section .overview-heading,
.lifestyle-color .lesson-overview-row-section .overview-heading {
  color: #99D0F0;
}
.lifestyle-color .overview-details:last-child,
.lifestyle-color .overview-details {
  border-color: #293f62;
}
.lifestyle-color .section-show--link .link-inner .link-detail {
  background-color: #2c6fb3;
}
.lifestyle-color .overview-details--item span {
  color: #8C8C8C;
}
.lifestyle-color .header-section-desc--duration {
  background-color: #293f62;
}
.lifestyle-color .lesson-minutes,
.lifestyle-color .other-lessons-row-section .other-lessons-title {
  color: #293F62;
}
.lifestyle-color .lesson-more,
.lifestyle-color .lesson-wrapper .lesson-num {
  color: #2E75BB;
}
@media (max-width: 767px) {
  .lifestyle-color .overview-buttomCont,
  .lifestyle-color .header-section-bg-lesson .container-g {
    background-color: #73becf;
  }
}
.lifestyle-color .header-author-bg-cont {
  background-color: #2594a1;
}
.lifestyle-color .btn-int-bg {
  border: 1px solid #EBF6FC;
  background-color: #EBF6FC;
  color: #2594a1;
}
.lifestyle-color .btn-int-bg:hover, .lifestyle-color .btn-int-bg:focus, .lifestyle-color .btn-int-bg:active {
  color: #EBF6FC;
  background-color: #2594a1;
}
.lifestyle-color .btn-int-bg:hover .btn-caret, .lifestyle-color .btn-int-bg:focus .btn-caret, .lifestyle-color .btn-int-bg:active .btn-caret {
  border-color: #EBF6FC transparent transparent transparent;
}
.lifestyle-color .btn-caret {
  border-color: #2594a1 transparent transparent transparent;
}

.recipe-color .nav-main-container-bg,
.recipe-color .nav-inner .nav-main-container-bg {
  background-color: #73becf;
}
.recipe-color .header-section .layout-section-bg {
  background-color: #73becf;
}
.recipe-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #73becf;
  background: -moz-linear-gradient(90deg, rgb(116, 191, 208) 0%, rgba(116, 191, 208, 0.9864146342) 33%, rgba(116, 191, 208, 0.9612045502) 51%, rgba(116, 191, 208, 0.8631653345) 62%, rgba(116, 191, 208, 0.5298320012) 79%, rgba(116, 191, 208, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(116, 191, 208) 0%, rgba(116, 191, 208, 0.9864146342) 33%, rgba(116, 191, 208, 0.9612045502) 51%, rgba(116, 191, 208, 0.8631653345) 62%, rgba(116, 191, 208, 0.5298320012) 79%, rgba(116, 191, 208, 0) 100%);
  background: linear-gradient(90deg, rgb(116, 191, 208) 0%, rgba(116, 191, 208, 0.9864146342) 33%, rgba(116, 191, 208, 0.9612045502) 51%, rgba(116, 191, 208, 0.8631653345) 62%, rgba(116, 191, 208, 0.5298320012) 79%, rgba(116, 191, 208, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73becf",endColorstr="#73becf",GradientType=1);
}
@media (max-width: 767px) {
  .recipe-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #73becf;
    background: -moz-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
    background: linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73becf",endColorstr="#73becf",GradientType=1);
  }
}
.recipe-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #73becf;
  background: -moz-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
  background: linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73becf",endColorstr="#73becf",GradientType=1);
}
.recipe-color .layout-btn {
  border-color: #2594a1;
}
.recipe-color .layout-btn-hover {
  background-color: #2594a1;
}
.recipe-color .layout-card-label {
  color: #2594a1;
}
.recipe-color .layout-card--img .layout-card-label {
  color: #fff;
}
.recipe-color .layout-card-link-arrow {
  border-color: #2594a1;
}
.recipe-color .layout-label-title {
  background-color: #2594a1;
}
.recipe-color .layout-col-label {
  color: #2594a1;
}
.recipe-color .layout-innernav-list li a {
  color: #2594a1;
}
.recipe-color .layout-nav-btn {
  background-color: #2594a1;
}
.recipe-color .layout-nav-btn.collapsed {
  color: #2594a1;
}
.recipe-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #2594a1;
}
.recipe-color .layout-nav-btn:focus, .recipe-color .layout-nav-btn:hover {
  background-color: #2594a1 !important;
  color: #fff;
}
.recipe-color .layout-nav-btn:focus .layout-nav-btnarrow, .recipe-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.recipe-color .layout-slider-title {
  color: #2594a1;
}
.recipe-color .layout-slider-nav .swiper-button-next::before,
.recipe-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #2594a1;
}
.recipe-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #2594a1;
}
.recipe-color .nav-inner .current-menu-item, .recipe-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .recipe-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .recipe-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .recipe-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .recipe-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .recipe-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .recipe-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .recipe-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .recipe-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .recipe-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .recipe-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .recipe-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .recipe-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .recipe-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .recipe-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #2594a1;
  background-color: #2594a1;
  border-radius: 3px;
}
.recipe-color .overview-share-links-default {
  background-color: #20818C;
}
.recipe-color .share-footer-row-section {
  background-color: #73becf;
}
.recipe-color .ordered-list-row-section,
.recipe-color .ordered-list-row-section li,
.recipe-color .check-list-row-section .content-intro,
.recipe-color .check-list-row-section li {
  color: #73becf;
}
.recipe-color .feedback-footer-row-section {
  background-color: #EBF6FC;
}
.recipe-color .bg-preset-light-blue {
  background-color: #EBF6FC;
}
.recipe-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(235, 246, 252);
}
.recipe-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
@media (max-width: 767px) {
  .recipe-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(235, 246, 252);
    background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
  }
}
.recipe-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
.recipe-color .partners-more-less {
  color: #2594a1;
}
.recipe-color .link-arrow .link-arrow-icon {
  border-color: #2594a1;
}
.recipe-color .layout-filter-partners .filter-btn-text {
  color: #2594a1;
}
.recipe-color .layout-filter-partners .filter-btn {
  border-color: #2594a1;
}
.recipe-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #2594a1;
}
.recipe-color .layout-filter-partners .filter-active-remove {
  border-color: #2594a1;
}
.recipe-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #2594a1;
  background-color: #2594a1;
}
.recipe-color .layout-filter-partners .filter-active-remove::after,
.recipe-color .layout-filter-partners .filter-active-remove::before {
  background-color: #2594a1;
}
.recipe-color .layout-filter-partners .filter-active-remove:hover::after,
.recipe-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.recipe-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #2594a1;
}
.recipe-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.recipe-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.recipe-color .layout-filter-partners .filter-dropdown {
  background-color: #EBF6FC;
}
.recipe-color .layout-filter-partners .filter-dropdown::before {
  background-color: #EBF6FC;
}
.recipe-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2594a1;
}
.recipe-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #2594a1;
}
.recipe-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #2594a1;
}
.recipe-color .related-cards .layout-card-cont {
  background-color: #EBF6FC;
}
.recipe-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.recipe-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.recipe-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.recipe-color .breadcrumb li {
  color: #99D0F0;
}
.recipe-color .breadcrumb li a {
  color: #8C8C8C;
}
.recipe-color .overview-heading-colored {
  color: #2594a1;
}
.recipe-color .overview-detailsCont-grey .overview-details-title {
  color: #2594a1;
}
.recipe-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #2594a1;
}
.recipe-color .selected .list-select-checkbox {
  background-color: #2594a1;
}
.recipe-color .list-select-checkbox {
  border-color: #2594a1;
}
.recipe-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.recipe-color .ingredient-scale .badge-pill.active {
  background-color: #2594a1;
}
.recipe-color .list-select-title {
  color: #2594a1;
}
.recipe-color .instructions-content-wyswyg-n {
  color: #2594a1;
}
.recipe-color .layout-card-dif .layout-card-dif-text {
  color: #2594a1;
}
.recipe-color .layout-section-bg.course-overview-row-section-bgcolor,
.recipe-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.recipe-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #73becf;
}
.recipe-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.recipe-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.recipe-color .overview-details-title span,
.recipe-color .overview-others-title,
.recipe-color .course-overview-row-section .overview-heading,
.recipe-color .lesson-overview-row-section .overview-heading {
  color: #99D0F0;
}
.recipe-color .overview-details:last-child,
.recipe-color .overview-details {
  border-color: #293f62;
}
.recipe-color .section-show--link .link-inner .link-detail {
  background-color: #2c6fb3;
}
.recipe-color .overview-details--item span {
  color: #8C8C8C;
}
.recipe-color .header-section-desc--duration {
  background-color: #293f62;
}
.recipe-color .lesson-minutes,
.recipe-color .other-lessons-row-section .other-lessons-title {
  color: #293F62;
}
.recipe-color .lesson-more,
.recipe-color .lesson-wrapper .lesson-num {
  color: #2E75BB;
}
@media (max-width: 767px) {
  .recipe-color .overview-buttomCont,
  .recipe-color .header-section-bg-lesson .container-g {
    background-color: #73becf;
  }
}
.recipe-color .header-author-bg-cont {
  background-color: #2594a1;
}
.recipe-color .btn-int-bg {
  border: 1px solid #EBF6FC;
  background-color: #EBF6FC;
  color: #2594a1;
}
.recipe-color .btn-int-bg:hover, .recipe-color .btn-int-bg:focus, .recipe-color .btn-int-bg:active {
  color: #EBF6FC;
  background-color: #2594a1;
}
.recipe-color .btn-int-bg:hover .btn-caret, .recipe-color .btn-int-bg:focus .btn-caret, .recipe-color .btn-int-bg:active .btn-caret {
  border-color: #EBF6FC transparent transparent transparent;
}
.recipe-color .btn-caret {
  border-color: #2594a1 transparent transparent transparent;
}

.learn-color .nav-main-container-bg,
.learn-color .nav-inner .nav-main-container-bg {
  background-color: #111d31;
}
.learn-color .header-section .layout-section-bg {
  background-color: #111d31;
}
.learn-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #111d31;
  background: -moz-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(90deg, rgb(17, 29, 49) 0%, rgba(17, 29, 49, 0.9864146342) 33%, rgba(17, 29, 49, 0.9612045502) 51%, rgba(17, 29, 49, 0.8631653345) 62%, rgba(17, 29, 49, 0.5298320012) 79%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
@media (max-width: 767px) {
  .learn-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #111d31;
    background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
  }
}
.learn-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #111d31;
  background: -moz-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  background: linear-gradient(0deg, rgb(17, 29, 49) 4%, rgba(17, 29, 49, 0.9191877435) 49%, rgba(17, 29, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111d31",endColorstr="#111d31",GradientType=1);
}
.learn-color .layout-btn {
  border-color: #2e75bb;
}
.learn-color .layout-btn-hover {
  background-color: #2e75bb;
}
.learn-color .layout-card-label {
  color: #293f62;
}
.learn-color .layout-card--img .layout-card-label {
  color: #fff;
}
.learn-color .layout-card-link-arrow {
  border-color: #2e75bb;
}
.learn-color .layout-label-title {
  background-color: #293f62;
}
.learn-color .layout-col-label {
  color: #293f62;
}
.learn-color .layout-innernav-list li a {
  color: #111d31;
}
.learn-color .layout-nav-btn {
  background-color: #2e75bb;
}
.learn-color .layout-nav-btn.collapsed {
  color: #2e75bb;
}
.learn-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #2e75bb;
}
.learn-color .layout-nav-btn:focus, .learn-color .layout-nav-btn:hover {
  background-color: #2e75bb !important;
  color: #fff;
}
.learn-color .layout-nav-btn:focus .layout-nav-btnarrow, .learn-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.learn-color .layout-slider-title {
  color: #293f62;
}
.learn-color .layout-slider-nav .swiper-button-next::before,
.learn-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #293f62;
}
.learn-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #293f62;
}
.learn-color .nav-inner .current-menu-item, .learn-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .learn-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .learn-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .learn-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .learn-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .learn-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .learn-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .learn-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .learn-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .learn-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .learn-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .learn-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .learn-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .learn-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .learn-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #99d0f0;
  background-color: #99d0f0;
  border-radius: 3px;
}
.learn-color .overview-share-links-default {
  background-color: #2e75bb;
}
.learn-color .share-footer-row-section {
  background-color: #2e75bb;
}
.learn-color .ordered-list-row-section,
.learn-color .ordered-list-row-section li,
.learn-color .check-list-row-section .content-intro,
.learn-color .check-list-row-section li {
  color: #2e75bb;
}
.learn-color .feedback-footer-row-section {
  background-color: #EBF6FC;
}
.learn-color .bg-preset-light-blue {
  background-color: #EBF6FC;
}
.learn-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(235, 246, 252);
}
.learn-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
@media (max-width: 767px) {
  .learn-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(235, 246, 252);
    background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
  }
}
.learn-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
.learn-color .partners-more-less {
  color: #2e75bb;
}
.learn-color .link-arrow .link-arrow-icon {
  border-color: #2e75bb;
}
.learn-color .layout-filter-partners .filter-btn-text {
  color: #2e75bb;
}
.learn-color .layout-filter-partners .filter-btn {
  border-color: #2e75bb;
}
.learn-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #2e75bb;
}
.learn-color .layout-filter-partners .filter-active-remove {
  border-color: #2e75bb;
}
.learn-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #2e75bb;
  background-color: #2e75bb;
}
.learn-color .layout-filter-partners .filter-active-remove::after,
.learn-color .layout-filter-partners .filter-active-remove::before {
  background-color: #2e75bb;
}
.learn-color .layout-filter-partners .filter-active-remove:hover::after,
.learn-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.learn-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #2e75bb;
}
.learn-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.learn-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.learn-color .layout-filter-partners .filter-dropdown {
  background-color: #EBF6FC;
}
.learn-color .layout-filter-partners .filter-dropdown::before {
  background-color: #EBF6FC;
}
.learn-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2e75bb;
}
.learn-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #2e75bb;
}
.learn-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #2e75bb;
}
.learn-color .related-cards .layout-card-cont {
  background-color: #EBF6FC;
}
.learn-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.learn-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.learn-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.learn-color .breadcrumb li {
  color: #99D0F0;
}
.learn-color .breadcrumb li a {
  color: #8C8C8C;
}
.learn-color .overview-heading-colored {
  color: #293f62;
}
.learn-color .overview-detailsCont-grey .overview-details-title {
  color: #293f62;
}
.learn-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #293f62;
}
.learn-color .selected .list-select-checkbox {
  background-color: #293f62;
}
.learn-color .list-select-checkbox {
  border-color: #293f62;
}
.learn-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.learn-color .ingredient-scale .badge-pill.active {
  background-color: #293f62;
}
.learn-color .list-select-title {
  color: #293f62;
}
.learn-color .instructions-content-wyswyg-n {
  color: #293f62;
}
.learn-color .layout-card-dif .layout-card-dif-text {
  color: #293f62;
}
.learn-color .layout-section-bg.course-overview-row-section-bgcolor,
.learn-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.learn-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #2e75bb;
}
.learn-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.learn-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.learn-color .overview-details-title span,
.learn-color .overview-others-title,
.learn-color .course-overview-row-section .overview-heading,
.learn-color .lesson-overview-row-section .overview-heading {
  color: #99D0F0;
}
.learn-color .overview-details:last-child,
.learn-color .overview-details {
  border-color: #293f62;
}
.learn-color .section-show--link .link-inner .link-detail {
  background-color: #2c6fb3;
}
.learn-color .overview-details--item span {
  color: #8C8C8C;
}
.learn-color .header-section-desc--duration {
  background-color: #293f62;
}
.learn-color .lesson-minutes,
.learn-color .other-lessons-row-section .other-lessons-title {
  color: #293F62;
}
.learn-color .lesson-more,
.learn-color .lesson-wrapper .lesson-num {
  color: #2E75BB;
}
@media (max-width: 767px) {
  .learn-color .overview-buttomCont,
  .learn-color .header-section-bg-lesson .container-g {
    background-color: #2e75bb;
  }
}
.learn-color .header-author-bg-cont {
  background-color: #293f62;
}
.learn-color .btn-int-bg {
  border: 1px solid #EBF6FC;
  background-color: #EBF6FC;
  color: #293f62;
}
.learn-color .btn-int-bg:hover, .learn-color .btn-int-bg:focus, .learn-color .btn-int-bg:active {
  color: #EBF6FC;
  background-color: #293f62;
}
.learn-color .btn-int-bg:hover .btn-caret, .learn-color .btn-int-bg:focus .btn-caret, .learn-color .btn-int-bg:active .btn-caret {
  border-color: #EBF6FC transparent transparent transparent;
}
.learn-color .btn-caret {
  border-color: #293f62 transparent transparent transparent;
}

.at-home-color .nav-main-container-bg,
.at-home-color .nav-inner .nav-main-container-bg {
  background-color: #73becf;
}
.at-home-color .header-section .layout-section-bg {
  background-color: #73becf;
}
.at-home-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #73becf;
  background: -moz-linear-gradient(90deg, rgb(116, 191, 208) 0%, rgba(116, 191, 208, 0.9864146342) 33%, rgba(116, 191, 208, 0.9612045502) 51%, rgba(116, 191, 208, 0.8631653345) 62%, rgba(116, 191, 208, 0.5298320012) 79%, rgba(116, 191, 208, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(116, 191, 208) 0%, rgba(116, 191, 208, 0.9864146342) 33%, rgba(116, 191, 208, 0.9612045502) 51%, rgba(116, 191, 208, 0.8631653345) 62%, rgba(116, 191, 208, 0.5298320012) 79%, rgba(116, 191, 208, 0) 100%);
  background: linear-gradient(90deg, rgb(116, 191, 208) 0%, rgba(116, 191, 208, 0.9864146342) 33%, rgba(116, 191, 208, 0.9612045502) 51%, rgba(116, 191, 208, 0.8631653345) 62%, rgba(116, 191, 208, 0.5298320012) 79%, rgba(116, 191, 208, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73becf",endColorstr="#73becf",GradientType=1);
}
@media (max-width: 767px) {
  .at-home-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #73becf;
    background: -moz-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
    background: linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73becf",endColorstr="#73becf",GradientType=1);
  }
}
.at-home-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #73becf;
  background: -moz-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
  background: linear-gradient(0deg, rgb(116, 191, 208) 4%, rgba(116, 191, 208, 0.9191877435) 49%, rgba(116, 191, 208, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73becf",endColorstr="#73becf",GradientType=1);
}
.at-home-color .layout-btn {
  border-color: #2594a1;
}
.at-home-color .layout-btn-hover {
  background-color: #2594a1;
}
.at-home-color .layout-card-label {
  color: #2594a1;
}
.at-home-color .layout-card--img .layout-card-label {
  color: #fff;
}
.at-home-color .layout-card-link-arrow {
  border-color: #2594a1;
}
.at-home-color .layout-label-title {
  background-color: #2594a1;
}
.at-home-color .layout-col-label {
  color: #2594a1;
}
.at-home-color .layout-innernav-list li a {
  color: #2594a1;
}
.at-home-color .layout-nav-btn {
  background-color: #2594a1;
}
.at-home-color .layout-nav-btn.collapsed {
  color: #2594a1;
}
.at-home-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #2594a1;
}
.at-home-color .layout-nav-btn:focus, .at-home-color .layout-nav-btn:hover {
  background-color: #2594a1 !important;
  color: #fff;
}
.at-home-color .layout-nav-btn:focus .layout-nav-btnarrow, .at-home-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.at-home-color .layout-slider-title {
  color: #2594a1;
}
.at-home-color .layout-slider-nav .swiper-button-next::before,
.at-home-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #2594a1;
}
.at-home-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #2594a1;
}
.at-home-color .nav-inner .current-menu-item, .at-home-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .at-home-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .at-home-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .at-home-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .at-home-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .at-home-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .at-home-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .at-home-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .at-home-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .at-home-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .at-home-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .at-home-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .at-home-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .at-home-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .at-home-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 3px;
}
.at-home-color .overview-share-links-default {
  background-color: #73becf;
}
.at-home-color .share-footer-row-section {
  background-color: #73becf;
}
.at-home-color .ordered-list-row-section,
.at-home-color .ordered-list-row-section li,
.at-home-color .check-list-row-section .content-intro,
.at-home-color .check-list-row-section li {
  color: #73becf;
}
.at-home-color .feedback-footer-row-section {
  background-color: #EBF6FC;
}
.at-home-color .bg-preset-light-blue {
  background-color: #EBF6FC;
}
.at-home-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(235, 246, 252);
}
.at-home-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(90deg, rgb(235, 246, 252) 0%, rgb(235, 246, 252) 19%, rgba(235, 246, 252, 0.9612045502) 30%, rgba(235, 246, 252, 0.8631653345) 47%, rgba(235, 246, 252, 0.5942577715) 67%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
@media (max-width: 767px) {
  .at-home-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(235, 246, 252);
    background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
  }
}
.at-home-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(235, 246, 252);
  background: -moz-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  background: linear-gradient(0deg, rgb(235, 246, 252) 4%, rgba(235, 246, 252, 0.9191877435) 49%, rgba(235, 246, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBF6FC",endColorstr="#EBF6FC",GradientType=1);
}
.at-home-color .partners-more-less {
  color: #2594a1;
}
.at-home-color .link-arrow .link-arrow-icon {
  border-color: #2594a1;
}
.at-home-color .layout-filter-partners .filter-btn-text {
  color: #2594a1;
}
.at-home-color .layout-filter-partners .filter-btn {
  border-color: #2594a1;
}
.at-home-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #2594a1;
}
.at-home-color .layout-filter-partners .filter-active-remove {
  border-color: #2594a1;
}
.at-home-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #2594a1;
  background-color: #2594a1;
}
.at-home-color .layout-filter-partners .filter-active-remove::after,
.at-home-color .layout-filter-partners .filter-active-remove::before {
  background-color: #2594a1;
}
.at-home-color .layout-filter-partners .filter-active-remove:hover::after,
.at-home-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.at-home-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #2594a1;
}
.at-home-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.at-home-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.at-home-color .layout-filter-partners .filter-dropdown {
  background-color: #EBF6FC;
}
.at-home-color .layout-filter-partners .filter-dropdown::before {
  background-color: #EBF6FC;
}
.at-home-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2594a1;
}
.at-home-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #2594a1;
}
.at-home-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #2594a1;
}
.at-home-color .related-cards .layout-card-cont {
  background-color: #EBF6FC;
}
.at-home-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.at-home-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.at-home-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.at-home-color .breadcrumb li {
  color: #99D0F0;
}
.at-home-color .breadcrumb li a {
  color: #8C8C8C;
}
.at-home-color .overview-heading-colored {
  color: #2594a1;
}
.at-home-color .overview-detailsCont-grey .overview-details-title {
  color: #2594a1;
}
.at-home-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #2594a1;
}
.at-home-color .selected .list-select-checkbox {
  background-color: #2594a1;
}
.at-home-color .list-select-checkbox {
  border-color: #2594a1;
}
.at-home-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.at-home-color .ingredient-scale .badge-pill.active {
  background-color: #2594a1;
}
.at-home-color .list-select-title {
  color: #2594a1;
}
.at-home-color .instructions-content-wyswyg-n {
  color: #2594a1;
}
.at-home-color .layout-card-dif .layout-card-dif-text {
  color: #2594a1;
}
.at-home-color .layout-section-bg.course-overview-row-section-bgcolor,
.at-home-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.at-home-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #73becf;
}
.at-home-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.at-home-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.at-home-color .overview-details-title span,
.at-home-color .overview-others-title,
.at-home-color .course-overview-row-section .overview-heading,
.at-home-color .lesson-overview-row-section .overview-heading {
  color: #99D0F0;
}
.at-home-color .overview-details:last-child,
.at-home-color .overview-details {
  border-color: #293f62;
}
.at-home-color .section-show--link .link-inner .link-detail {
  background-color: #2c6fb3;
}
.at-home-color .overview-details--item span {
  color: #8C8C8C;
}
.at-home-color .header-section-desc--duration {
  background-color: #293f62;
}
.at-home-color .lesson-minutes,
.at-home-color .other-lessons-row-section .other-lessons-title {
  color: #293F62;
}
.at-home-color .lesson-more,
.at-home-color .lesson-wrapper .lesson-num {
  color: #2E75BB;
}
@media (max-width: 767px) {
  .at-home-color .overview-buttomCont,
  .at-home-color .header-section-bg-lesson .container-g {
    background-color: #73becf;
  }
}
.at-home-color .header-author-bg-cont {
  background-color: #2594a1;
}
.at-home-color .btn-int-bg {
  border: 1px solid #EBF6FC;
  background-color: #EBF6FC;
  color: #2594a1;
}
.at-home-color .btn-int-bg:hover, .at-home-color .btn-int-bg:focus, .at-home-color .btn-int-bg:active {
  color: #EBF6FC;
  background-color: #2594a1;
}
.at-home-color .btn-int-bg:hover .btn-caret, .at-home-color .btn-int-bg:focus .btn-caret, .at-home-color .btn-int-bg:active .btn-caret {
  border-color: #EBF6FC transparent transparent transparent;
}
.at-home-color .btn-caret {
  border-color: #2594a1 transparent transparent transparent;
}

.speaking-color .nav-main-container-bg,
.speaking-color .nav-inner .nav-main-container-bg {
  background-color: #265277;
}
.speaking-color .header-section .layout-section-bg {
  background-color: #265277;
}
.speaking-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #265277;
  background: -moz-linear-gradient(90deg, rgb(38, 82, 119) 0%, rgba(38, 82, 119, 0.9864146342) 33%, rgba(38, 82, 119, 0.9612045502) 51%, rgba(38, 82, 119, 0.8631653345) 62%, rgba(38, 82, 119, 0.5298320012) 79%, rgba(38, 82, 119, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(38, 82, 119) 0%, rgba(38, 82, 119, 0.9864146342) 33%, rgba(38, 82, 119, 0.9612045502) 51%, rgba(38, 82, 119, 0.8631653345) 62%, rgba(38, 82, 119, 0.5298320012) 79%, rgba(38, 82, 119, 0) 100%);
  background: linear-gradient(90deg, rgb(38, 82, 119) 0%, rgba(38, 82, 119, 0.9864146342) 33%, rgba(38, 82, 119, 0.9612045502) 51%, rgba(38, 82, 119, 0.8631653345) 62%, rgba(38, 82, 119, 0.5298320012) 79%, rgba(38, 82, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#265277",endColorstr="#265277",GradientType=1);
}
@media (max-width: 767px) {
  .speaking-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #265277;
    background: -moz-linear-gradient(0deg, rgb(38, 82, 119) 4%, rgba(38, 82, 119, 0.9191877435) 49%, rgba(38, 82, 119, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(38, 82, 119) 4%, rgba(38, 82, 119, 0.9191877435) 49%, rgba(38, 82, 119, 0) 100%);
    background: linear-gradient(0deg, rgb(38, 82, 119) 4%, rgba(38, 82, 119, 0.9191877435) 49%, rgba(38, 82, 119, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#265277",endColorstr="#265277",GradientType=1);
  }
}
.speaking-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #265277;
  background: -moz-linear-gradient(0deg, rgb(38, 82, 119) 4%, rgba(38, 82, 119, 0.9191877435) 49%, rgba(38, 82, 119, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(38, 82, 119) 4%, rgba(38, 82, 119, 0.9191877435) 49%, rgba(38, 82, 119, 0) 100%);
  background: linear-gradient(0deg, rgb(38, 82, 119) 4%, rgba(38, 82, 119, 0.9191877435) 49%, rgba(38, 82, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#265277",endColorstr="#265277",GradientType=1);
}
.speaking-color .layout-btn {
  border-color: #265277;
}
.speaking-color .layout-btn-hover {
  background-color: #265277;
}
.speaking-color .layout-card-label {
  color: #265277;
}
.speaking-color .layout-card--img .layout-card-label {
  color: #fff;
}
.speaking-color .layout-card-link-arrow {
  border-color: #265277;
}
.speaking-color .layout-label-title {
  background-color: #43687E;
}
.speaking-color .layout-col-label {
  color: #43687E;
}
.speaking-color .layout-innernav-list li a {
  color: #265277;
}
.speaking-color .layout-nav-btn {
  background-color: #265277;
}
.speaking-color .layout-nav-btn.collapsed {
  color: #265277;
}
.speaking-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #265277;
}
.speaking-color .layout-nav-btn:focus, .speaking-color .layout-nav-btn:hover {
  background-color: #265277 !important;
  color: #fff;
}
.speaking-color .layout-nav-btn:focus .layout-nav-btnarrow, .speaking-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.speaking-color .layout-slider-title {
  color: #265277;
}
.speaking-color .layout-slider-nav .swiper-button-next::before,
.speaking-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #265277;
}
.speaking-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #265277;
}
.speaking-color .nav-inner .current-menu-item, .speaking-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .speaking-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .speaking-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .speaking-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .speaking-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .speaking-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .speaking-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .speaking-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .speaking-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .speaking-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .speaking-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .speaking-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .speaking-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .speaking-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .speaking-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #43687E;
  background-color: #43687E;
  border-radius: 3px;
}
.speaking-color .overview-share-links-default {
  background-color: #265277;
}
.speaking-color .share-footer-row-section {
  background-color: #265277;
}
.speaking-color .ordered-list-row-section,
.speaking-color .ordered-list-row-section li,
.speaking-color .check-list-row-section .content-intro,
.speaking-color .check-list-row-section li {
  color: #265277;
}
.speaking-color .feedback-footer-row-section {
  background-color: #bbd9ee;
}
.speaking-color .bg-preset-light-blue {
  background-color: #bbd9ee;
}
.speaking-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(187, 217, 238);
}
.speaking-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(187, 217, 238);
  background: -moz-linear-gradient(90deg, rgb(187, 217, 238) 0%, rgb(187, 217, 238) 19%, rgba(187, 217, 238, 0.9612045502) 30%, rgba(187, 217, 238, 0.8631653345) 47%, rgba(187, 217, 238, 0.5942577715) 67%, rgba(187, 217, 238, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(187, 217, 238) 0%, rgb(187, 217, 238) 19%, rgba(187, 217, 238, 0.9612045502) 30%, rgba(187, 217, 238, 0.8631653345) 47%, rgba(187, 217, 238, 0.5942577715) 67%, rgba(187, 217, 238, 0) 100%);
  background: linear-gradient(90deg, rgb(187, 217, 238) 0%, rgb(187, 217, 238) 19%, rgba(187, 217, 238, 0.9612045502) 30%, rgba(187, 217, 238, 0.8631653345) 47%, rgba(187, 217, 238, 0.5942577715) 67%, rgba(187, 217, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbd9ee",endColorstr="#bbd9ee",GradientType=1);
}
@media (max-width: 767px) {
  .speaking-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(187, 217, 238);
    background: -moz-linear-gradient(0deg, rgb(187, 217, 238) 4%, rgba(187, 217, 238, 0.9191877435) 49%, rgba(187, 217, 238, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(187, 217, 238) 4%, rgba(187, 217, 238, 0.9191877435) 49%, rgba(187, 217, 238, 0) 100%);
    background: linear-gradient(0deg, rgb(187, 217, 238) 4%, rgba(187, 217, 238, 0.9191877435) 49%, rgba(187, 217, 238, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbd9ee",endColorstr="#bbd9ee",GradientType=1);
  }
}
.speaking-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(187, 217, 238);
  background: -moz-linear-gradient(0deg, rgb(187, 217, 238) 4%, rgba(187, 217, 238, 0.9191877435) 49%, rgba(187, 217, 238, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(187, 217, 238) 4%, rgba(187, 217, 238, 0.9191877435) 49%, rgba(187, 217, 238, 0) 100%);
  background: linear-gradient(0deg, rgb(187, 217, 238) 4%, rgba(187, 217, 238, 0.9191877435) 49%, rgba(187, 217, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbd9ee",endColorstr="#bbd9ee",GradientType=1);
}
.speaking-color .partners-more-less {
  color: #265277;
}
.speaking-color .link-arrow .link-arrow-icon {
  border-color: #265277;
}
.speaking-color .layout-filter-partners .filter-btn-text {
  color: #265277;
}
.speaking-color .layout-filter-partners .filter-btn {
  border-color: #265277;
}
.speaking-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #265277;
}
.speaking-color .layout-filter-partners .filter-active-remove {
  border-color: #265277;
}
.speaking-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #265277;
  background-color: #265277;
}
.speaking-color .layout-filter-partners .filter-active-remove::after,
.speaking-color .layout-filter-partners .filter-active-remove::before {
  background-color: #265277;
}
.speaking-color .layout-filter-partners .filter-active-remove:hover::after,
.speaking-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.speaking-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #265277;
}
.speaking-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.speaking-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.speaking-color .layout-filter-partners .filter-dropdown {
  background-color: #bbd9ee;
}
.speaking-color .layout-filter-partners .filter-dropdown::before {
  background-color: #bbd9ee;
}
.speaking-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #265277;
}
.speaking-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #265277;
}
.speaking-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #265277;
}
.speaking-color .related-cards .layout-card-cont {
  background-color: #bbd9ee;
}
.speaking-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.speaking-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.speaking-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.speaking-color .breadcrumb li {
  color: #77a4c2;
}
.speaking-color .breadcrumb li a {
  color: #8C8C8C;
}
.speaking-color .overview-heading-colored {
  color: #265277;
}
.speaking-color .overview-detailsCont-grey .overview-details-title {
  color: #265277;
}
.speaking-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #265277;
}
.speaking-color .selected .list-select-checkbox {
  background-color: #265277;
}
.speaking-color .list-select-checkbox {
  border-color: #265277;
}
.speaking-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.speaking-color .ingredient-scale .badge-pill.active {
  background-color: #265277;
}
.speaking-color .list-select-title {
  color: #265277;
}
.speaking-color .instructions-content-wyswyg-n {
  color: #265277;
}
.speaking-color .layout-card-dif .layout-card-dif-text {
  color: #265277;
}
.speaking-color .layout-section-bg.course-overview-row-section-bgcolor,
.speaking-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.speaking-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #265277;
}
.speaking-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.speaking-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.speaking-color .overview-details-title span,
.speaking-color .overview-others-title,
.speaking-color .course-overview-row-section .overview-heading,
.speaking-color .lesson-overview-row-section .overview-heading {
  color: #77a4c2;
}
.speaking-color .overview-details:last-child,
.speaking-color .overview-details {
  border-color: #293f62;
}
.speaking-color .section-show--link .link-inner .link-detail {
  background-color: #265277;
}
.speaking-color .overview-details--item span {
  color: #8C8C8C;
}
.speaking-color .header-section-desc--duration {
  background-color: #293f62;
}
.speaking-color .lesson-minutes,
.speaking-color .other-lessons-row-section .other-lessons-title {
  color: #293F62;
}
.speaking-color .lesson-more,
.speaking-color .lesson-wrapper .lesson-num {
  color: #2E75BB;
}
@media (max-width: 767px) {
  .speaking-color .overview-buttomCont,
  .speaking-color .header-section-bg-lesson .container-g {
    background-color: #265277;
  }
}
.speaking-color .header-author-bg-cont {
  background-color: #265277;
}
.speaking-color .btn-int-bg {
  border: 1px solid #bbd9ee;
  background-color: #bbd9ee;
  color: #265277;
}
.speaking-color .btn-int-bg:hover, .speaking-color .btn-int-bg:focus, .speaking-color .btn-int-bg:active {
  color: #bbd9ee;
  background-color: #265277;
}
.speaking-color .btn-int-bg:hover .btn-caret, .speaking-color .btn-int-bg:focus .btn-caret, .speaking-color .btn-int-bg:active .btn-caret {
  border-color: #bbd9ee transparent transparent transparent;
}
.speaking-color .btn-caret {
  border-color: #265277 transparent transparent transparent;
}

.advocacy-color .nav-main-container-bg,
.advocacy-color .nav-inner .nav-main-container-bg {
  background-color: #71385c;
}
.advocacy-color .header-section .layout-section-bg {
  background-color: #71385c;
}
.advocacy-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #71385c;
  background: -moz-linear-gradient(90deg, rgb(113, 56, 92) 0%, rgba(113, 56, 92, 0.9864146342) 33%, rgba(113, 56, 92, 0.9612045502) 51%, rgba(113, 56, 92, 0.8631653345) 62%, rgba(113, 56, 92, 0.5298320012) 79%, rgba(113, 56, 92, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(113, 56, 92) 0%, rgba(113, 56, 92, 0.9864146342) 33%, rgba(113, 56, 92, 0.9612045502) 51%, rgba(113, 56, 92, 0.8631653345) 62%, rgba(113, 56, 92, 0.5298320012) 79%, rgba(113, 56, 92, 0) 100%);
  background: linear-gradient(90deg, rgb(113, 56, 92) 0%, rgba(113, 56, 92, 0.9864146342) 33%, rgba(113, 56, 92, 0.9612045502) 51%, rgba(113, 56, 92, 0.8631653345) 62%, rgba(113, 56, 92, 0.5298320012) 79%, rgba(113, 56, 92, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71385c",endColorstr="#71385c",GradientType=1);
}
@media (max-width: 767px) {
  .advocacy-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #71385c;
    background: -moz-linear-gradient(0deg, rgb(113, 56, 92) 4%, rgba(113, 56, 92, 0.9191877435) 49%, rgba(113, 56, 92, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(113, 56, 92) 4%, rgba(113, 56, 92, 0.9191877435) 49%, rgba(113, 56, 92, 0) 100%);
    background: linear-gradient(0deg, rgb(113, 56, 92) 4%, rgba(113, 56, 92, 0.9191877435) 49%, rgba(113, 56, 92, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71385c",endColorstr="#71385c",GradientType=1);
  }
}
.advocacy-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #71385c;
  background: -moz-linear-gradient(0deg, rgb(113, 56, 92) 4%, rgba(113, 56, 92, 0.9191877435) 49%, rgba(113, 56, 92, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(113, 56, 92) 4%, rgba(113, 56, 92, 0.9191877435) 49%, rgba(113, 56, 92, 0) 100%);
  background: linear-gradient(0deg, rgb(113, 56, 92) 4%, rgba(113, 56, 92, 0.9191877435) 49%, rgba(113, 56, 92, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71385c",endColorstr="#71385c",GradientType=1);
}
.advocacy-color .layout-btn {
  border-color: #71385c;
}
.advocacy-color .layout-btn-hover {
  background-color: #71385c;
}
.advocacy-color .layout-card-label {
  color: #71385c;
}
.advocacy-color .layout-card--img .layout-card-label {
  color: #fff;
}
.advocacy-color .layout-card-link-arrow {
  border-color: #71385c;
}
.advocacy-color .layout-label-title {
  background-color: #71385c;
}
.advocacy-color .layout-col-label {
  color: #71385c;
}
.advocacy-color .layout-innernav-list li a {
  color: #71385c;
}
.advocacy-color .layout-nav-btn {
  background-color: #71385c;
}
.advocacy-color .layout-nav-btn.collapsed {
  color: #71385c;
}
.advocacy-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #71385c;
}
.advocacy-color .layout-nav-btn:focus, .advocacy-color .layout-nav-btn:hover {
  background-color: #71385c !important;
  color: #fff;
}
.advocacy-color .layout-nav-btn:focus .layout-nav-btnarrow, .advocacy-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.advocacy-color .layout-slider-title {
  color: #71385c;
}
.advocacy-color .layout-slider-nav .swiper-button-next::before,
.advocacy-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #71385c;
}
.advocacy-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #71385c;
}
.advocacy-color .nav-inner .current-menu-item, .advocacy-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .advocacy-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .advocacy-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .advocacy-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .advocacy-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .advocacy-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .advocacy-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .advocacy-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .advocacy-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .advocacy-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .advocacy-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .advocacy-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .advocacy-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .advocacy-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .advocacy-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #e3abdf;
  background-color: #e3abdf;
  border-radius: 3px;
}
.advocacy-color .overview-share-links-default {
  background-color: #71385c;
}
.advocacy-color .share-footer-row-section {
  background-color: #71385c;
}
.advocacy-color .ordered-list-row-section,
.advocacy-color .ordered-list-row-section li,
.advocacy-color .check-list-row-section .content-intro,
.advocacy-color .check-list-row-section li {
  color: #71385c;
}
.advocacy-color .feedback-footer-row-section {
  background-color: #e3abdf;
}
.advocacy-color .bg-preset-light-blue {
  background-color: #e3abdf;
}
.advocacy-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(227, 171, 223);
}
.advocacy-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(227, 171, 223);
  background: -moz-linear-gradient(90deg, rgb(227, 171, 223) 0%, rgb(227, 171, 223) 19%, rgba(227, 171, 223, 0.9612045502) 30%, rgba(227, 171, 223, 0.8631653345) 47%, rgba(227, 171, 223, 0.5942577715) 67%, rgba(227, 171, 223, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(227, 171, 223) 0%, rgb(227, 171, 223) 19%, rgba(227, 171, 223, 0.9612045502) 30%, rgba(227, 171, 223, 0.8631653345) 47%, rgba(227, 171, 223, 0.5942577715) 67%, rgba(227, 171, 223, 0) 100%);
  background: linear-gradient(90deg, rgb(227, 171, 223) 0%, rgb(227, 171, 223) 19%, rgba(227, 171, 223, 0.9612045502) 30%, rgba(227, 171, 223, 0.8631653345) 47%, rgba(227, 171, 223, 0.5942577715) 67%, rgba(227, 171, 223, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3abdf",endColorstr="#e3abdf",GradientType=1);
}
@media (max-width: 767px) {
  .advocacy-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(227, 171, 223);
    background: -moz-linear-gradient(0deg, rgb(227, 171, 223) 4%, rgba(227, 171, 223, 0.9191877435) 49%, rgba(227, 171, 223, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(227, 171, 223) 4%, rgba(227, 171, 223, 0.9191877435) 49%, rgba(227, 171, 223, 0) 100%);
    background: linear-gradient(0deg, rgb(227, 171, 223) 4%, rgba(227, 171, 223, 0.9191877435) 49%, rgba(227, 171, 223, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3abdf",endColorstr="#e3abdf",GradientType=1);
  }
}
.advocacy-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(227, 171, 223);
  background: -moz-linear-gradient(0deg, rgb(227, 171, 223) 4%, rgba(227, 171, 223, 0.9191877435) 49%, rgba(227, 171, 223, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(227, 171, 223) 4%, rgba(227, 171, 223, 0.9191877435) 49%, rgba(227, 171, 223, 0) 100%);
  background: linear-gradient(0deg, rgb(227, 171, 223) 4%, rgba(227, 171, 223, 0.9191877435) 49%, rgba(227, 171, 223, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3abdf",endColorstr="#e3abdf",GradientType=1);
}
.advocacy-color .partners-more-less {
  color: #71385c;
}
.advocacy-color .link-arrow .link-arrow-icon {
  border-color: #71385c;
}
.advocacy-color .layout-filter-partners .filter-btn-text {
  color: #71385c;
}
.advocacy-color .layout-filter-partners .filter-btn {
  border-color: #71385c;
}
.advocacy-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #71385c;
}
.advocacy-color .layout-filter-partners .filter-active-remove {
  border-color: #71385c;
}
.advocacy-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #71385c;
  background-color: #71385c;
}
.advocacy-color .layout-filter-partners .filter-active-remove::after,
.advocacy-color .layout-filter-partners .filter-active-remove::before {
  background-color: #71385c;
}
.advocacy-color .layout-filter-partners .filter-active-remove:hover::after,
.advocacy-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.advocacy-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #71385c;
}
.advocacy-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.advocacy-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.advocacy-color .layout-filter-partners .filter-dropdown {
  background-color: #e3abdf;
}
.advocacy-color .layout-filter-partners .filter-dropdown::before {
  background-color: #e3abdf;
}
.advocacy-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #71385c;
}
.advocacy-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #71385c;
}
.advocacy-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #71385c;
}
.advocacy-color .related-cards .layout-card-cont {
  background-color: #e3abdf;
}
.advocacy-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.advocacy-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.advocacy-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.advocacy-color .breadcrumb li {
  color: #e3abdf;
}
.advocacy-color .breadcrumb li a {
  color: #8C8C8C;
}
.advocacy-color .overview-heading-colored {
  color: #71385c;
}
.advocacy-color .overview-detailsCont-grey .overview-details-title {
  color: #71385c;
}
.advocacy-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #71385c;
}
.advocacy-color .selected .list-select-checkbox {
  background-color: #71385c;
}
.advocacy-color .list-select-checkbox {
  border-color: #71385c;
}
.advocacy-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.advocacy-color .ingredient-scale .badge-pill.active {
  background-color: #71385c;
}
.advocacy-color .list-select-title {
  color: #71385c;
}
.advocacy-color .instructions-content-wyswyg-n {
  color: #71385c;
}
.advocacy-color .layout-card-dif .layout-card-dif-text {
  color: #71385c;
}
.advocacy-color .layout-section-bg.course-overview-row-section-bgcolor,
.advocacy-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.advocacy-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #71385c;
}
.advocacy-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.advocacy-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.advocacy-color .overview-details-title span,
.advocacy-color .overview-others-title,
.advocacy-color .course-overview-row-section .overview-heading,
.advocacy-color .lesson-overview-row-section .overview-heading {
  color: #e3abdf;
}
.advocacy-color .overview-details:last-child,
.advocacy-color .overview-details {
  border-color: #293f62;
}
.advocacy-color .section-show--link .link-inner .link-detail {
  background-color: #71385c;
}
.advocacy-color .overview-details--item span {
  color: #8C8C8C;
}
.advocacy-color .header-section-desc--duration {
  background-color: #293f62;
}
.advocacy-color .lesson-minutes,
.advocacy-color .other-lessons-row-section .other-lessons-title {
  color: #71385c;
}
.advocacy-color .lesson-more,
.advocacy-color .lesson-wrapper .lesson-num {
  color: #71385c;
}
@media (max-width: 767px) {
  .advocacy-color .overview-buttomCont,
  .advocacy-color .header-section-bg-lesson .container-g {
    background-color: #71385c;
  }
}
.advocacy-color .header-author-bg-cont {
  background-color: #71385c;
}
.advocacy-color .btn-int-bg {
  border: 1px solid #e3abdf;
  background-color: #e3abdf;
  color: #71385c;
}
.advocacy-color .btn-int-bg:hover, .advocacy-color .btn-int-bg:focus, .advocacy-color .btn-int-bg:active {
  color: #e3abdf;
  background-color: #71385c;
}
.advocacy-color .btn-int-bg:hover .btn-caret, .advocacy-color .btn-int-bg:focus .btn-caret, .advocacy-color .btn-int-bg:active .btn-caret {
  border-color: #e3abdf transparent transparent transparent;
}
.advocacy-color .btn-caret {
  border-color: #71385c transparent transparent transparent;
}

.tv-color .nav-main-container-bg,
.tv-color .nav-inner .nav-main-container-bg {
  background-color: #000000;
}
.tv-color .header-section .layout-section-bg {
  background-color: #000000;
}
.tv-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #000000;
  background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9864146342) 33%, rgba(0, 0, 0, 0.9612045502) 51%, rgba(0, 0, 0, 0.8631653345) 62%, rgba(0, 0, 0, 0.5298320012) 79%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9864146342) 33%, rgba(0, 0, 0, 0.9612045502) 51%, rgba(0, 0, 0, 0.8631653345) 62%, rgba(0, 0, 0, 0.5298320012) 79%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9864146342) 33%, rgba(0, 0, 0, 0.9612045502) 51%, rgba(0, 0, 0, 0.8631653345) 62%, rgba(0, 0, 0, 0.5298320012) 79%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
@media (max-width: 767px) {
  .tv-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #000000;
    background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
}
.tv-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #000000;
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.tv-color .layout-btn {
  border-color: #000000;
}
.tv-color .layout-btn-hover {
  background-color: #000000;
}
.tv-color .layout-card-label {
  color: #373567;
}
.tv-color .layout-card--img .layout-card-label {
  color: #fff;
}
.tv-color .layout-card-link-arrow {
  border-color: #373567;
}
.tv-color .layout-label-title {
  background-color: #373567;
}
.tv-color .layout-col-label {
  color: #373567;
}
.tv-color .layout-innernav-list li a {
  color: #000000;
}
.tv-color .layout-nav-btn {
  background-color: #000000;
}
.tv-color .layout-nav-btn.collapsed {
  color: #000000;
}
.tv-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #000000;
}
.tv-color .layout-nav-btn:focus, .tv-color .layout-nav-btn:hover {
  background-color: #000000 !important;
  color: #fff;
}
.tv-color .layout-nav-btn:focus .layout-nav-btnarrow, .tv-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.tv-color .layout-slider-title {
  color: #373567;
}
.tv-color .layout-slider-nav .swiper-button-next::before,
.tv-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #000000;
}
.tv-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}
.tv-color .nav-inner .current-menu-item, .tv-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .tv-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .tv-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .tv-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .tv-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .tv-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .tv-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .tv-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .tv-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .tv-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .tv-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .tv-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .tv-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .tv-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .tv-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #373567;
  background-color: #373567;
  border-radius: 3px;
}
.tv-color .overview-share-links-default {
  background-color: #000000;
}
.tv-color .share-footer-row-section {
  background-color: #000000;
}
.tv-color .ordered-list-row-section,
.tv-color .ordered-list-row-section li,
.tv-color .check-list-row-section .content-intro,
.tv-color .check-list-row-section li {
  color: #000000;
}
.tv-color .feedback-footer-row-section {
  background-color: #000000;
}
.tv-color .bg-preset-light-blue {
  background-color: #000000;
}
.tv-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(0, 0, 0);
}
.tv-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 19%, rgba(0, 0, 0, 0.9612045502) 30%, rgba(0, 0, 0, 0.8631653345) 47%, rgba(0, 0, 0, 0.5942577715) 67%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 19%, rgba(0, 0, 0, 0.9612045502) 30%, rgba(0, 0, 0, 0.8631653345) 47%, rgba(0, 0, 0, 0.5942577715) 67%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 19%, rgba(0, 0, 0, 0.9612045502) 30%, rgba(0, 0, 0, 0.8631653345) 47%, rgba(0, 0, 0, 0.5942577715) 67%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
@media (max-width: 767px) {
  .tv-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
}
.tv-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.tv-color .partners-more-less {
  color: #000000;
}
.tv-color .link-arrow .link-arrow-icon {
  border-color: #000000;
}
.tv-color .layout-filter-partners .filter-btn-text {
  color: #000000;
}
.tv-color .layout-filter-partners .filter-btn {
  border-color: #000000;
}
.tv-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #000000;
}
.tv-color .layout-filter-partners .filter-active-remove {
  border-color: #000000;
}
.tv-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #000000;
  background-color: #000000;
}
.tv-color .layout-filter-partners .filter-active-remove::after,
.tv-color .layout-filter-partners .filter-active-remove::before {
  background-color: #000000;
}
.tv-color .layout-filter-partners .filter-active-remove:hover::after,
.tv-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.tv-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #000000;
}
.tv-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.tv-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.tv-color .layout-filter-partners .filter-dropdown {
  background-color: #000000;
}
.tv-color .layout-filter-partners .filter-dropdown::before {
  background-color: #000000;
}
.tv-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #000000;
}
.tv-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #000000;
}
.tv-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #000000;
}
.tv-color .related-cards .layout-card-cont {
  background-color: #000000;
}
.tv-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.tv-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.tv-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.tv-color .breadcrumb li {
  color: #dab400;
}
.tv-color .breadcrumb li a {
  color: #8C8C8C;
}
.tv-color .overview-heading-colored {
  color: #373567;
}
.tv-color .overview-detailsCont-grey .overview-details-title {
  color: #373567;
}
.tv-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #373567;
}
.tv-color .selected .list-select-checkbox {
  background-color: #373567;
}
.tv-color .list-select-checkbox {
  border-color: #373567;
}
.tv-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.tv-color .ingredient-scale .badge-pill.active {
  background-color: #373567;
}
.tv-color .list-select-title {
  color: #373567;
}
.tv-color .instructions-content-wyswyg-n {
  color: #373567;
}
.tv-color .layout-card-dif .layout-card-dif-text {
  color: #373567;
}
.tv-color .layout-section-bg.course-overview-row-section-bgcolor,
.tv-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.tv-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #000000;
}
.tv-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.tv-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.tv-color .overview-details-title span,
.tv-color .overview-others-title,
.tv-color .course-overview-row-section .overview-heading,
.tv-color .lesson-overview-row-section .overview-heading {
  color: #dab400;
}
.tv-color .overview-details:last-child,
.tv-color .overview-details {
  border-color: #000000;
}
.tv-color .section-show--link .link-inner .link-detail {
  background-color: #000000;
}
.tv-color .overview-details--item span {
  color: #8C8C8C;
}
.tv-color .header-section-desc--duration {
  background-color: #000000;
}
.tv-color .lesson-minutes,
.tv-color .other-lessons-row-section .other-lessons-title {
  color: #71385c;
}
.tv-color .lesson-more,
.tv-color .lesson-wrapper .lesson-num {
  color: #71385c;
}
@media (max-width: 767px) {
  .tv-color .overview-buttomCont,
  .tv-color .header-section-bg-lesson .container-g {
    background-color: #000000;
  }
}
.tv-color .header-author-bg-cont {
  background-color: #373567;
}
.tv-color .btn-int-bg {
  border: 1px solid #000000;
  background-color: #000000;
  color: #373567;
}
.tv-color .btn-int-bg:hover, .tv-color .btn-int-bg:focus, .tv-color .btn-int-bg:active {
  color: #000000;
  background-color: #373567;
}
.tv-color .btn-int-bg:hover .btn-caret, .tv-color .btn-int-bg:focus .btn-caret, .tv-color .btn-int-bg:active .btn-caret {
  border-color: #000000 transparent transparent transparent;
}
.tv-color .btn-caret {
  border-color: #373567 transparent transparent transparent;
}

.watch-listen-color .nav-main-container-bg,
.watch-listen-color .nav-inner .nav-main-container-bg {
  background-color: #000000;
}
.watch-listen-color .header-section .layout-section-bg {
  background-color: #000000;
}
.watch-listen-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #000000;
  background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9864146342) 33%, rgba(0, 0, 0, 0.9612045502) 51%, rgba(0, 0, 0, 0.8631653345) 62%, rgba(0, 0, 0, 0.5298320012) 79%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9864146342) 33%, rgba(0, 0, 0, 0.9612045502) 51%, rgba(0, 0, 0, 0.8631653345) 62%, rgba(0, 0, 0, 0.5298320012) 79%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9864146342) 33%, rgba(0, 0, 0, 0.9612045502) 51%, rgba(0, 0, 0, 0.8631653345) 62%, rgba(0, 0, 0, 0.5298320012) 79%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
@media (max-width: 767px) {
  .watch-listen-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #000000;
    background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
}
.watch-listen-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #000000;
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.watch-listen-color .layout-btn {
  border-color: #000000;
}
.watch-listen-color .layout-btn-hover {
  background-color: #000000;
}
.watch-listen-color .layout-card-label {
  color: #373567;
}
.watch-listen-color .layout-card--img .layout-card-label {
  color: #fff;
}
.watch-listen-color .layout-card-link-arrow {
  border-color: #373567;
}
.watch-listen-color .layout-label-title {
  background-color: #373567;
}
.watch-listen-color .layout-col-label {
  color: #373567;
}
.watch-listen-color .layout-innernav-list li a {
  color: #000000;
}
.watch-listen-color .layout-nav-btn {
  background-color: #000000;
}
.watch-listen-color .layout-nav-btn.collapsed {
  color: #000000;
}
.watch-listen-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #000000;
}
.watch-listen-color .layout-nav-btn:focus, .watch-listen-color .layout-nav-btn:hover {
  background-color: #000000 !important;
  color: #fff;
}
.watch-listen-color .layout-nav-btn:focus .layout-nav-btnarrow, .watch-listen-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.watch-listen-color .layout-slider-title {
  color: #373567;
}
.watch-listen-color .layout-slider-nav .swiper-button-next::before,
.watch-listen-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #000000;
}
.watch-listen-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}
.watch-listen-color .nav-inner .current-menu-item, .watch-listen-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .watch-listen-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .watch-listen-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .watch-listen-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .watch-listen-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .watch-listen-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .watch-listen-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .watch-listen-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .watch-listen-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .watch-listen-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .watch-listen-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .watch-listen-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .watch-listen-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .watch-listen-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .watch-listen-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #373567;
  background-color: #373567;
  border-radius: 3px;
}
.watch-listen-color .overview-share-links-default {
  background-color: #000000;
}
.watch-listen-color .share-footer-row-section {
  background-color: #000000;
}
.watch-listen-color .ordered-list-row-section,
.watch-listen-color .ordered-list-row-section li,
.watch-listen-color .check-list-row-section .content-intro,
.watch-listen-color .check-list-row-section li {
  color: #000000;
}
.watch-listen-color .feedback-footer-row-section {
  background-color: #000000;
}
.watch-listen-color .bg-preset-light-blue {
  background-color: #000000;
}
.watch-listen-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(0, 0, 0);
}
.watch-listen-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 19%, rgba(0, 0, 0, 0.9612045502) 30%, rgba(0, 0, 0, 0.8631653345) 47%, rgba(0, 0, 0, 0.5942577715) 67%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 19%, rgba(0, 0, 0, 0.9612045502) 30%, rgba(0, 0, 0, 0.8631653345) 47%, rgba(0, 0, 0, 0.5942577715) 67%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 19%, rgba(0, 0, 0, 0.9612045502) 30%, rgba(0, 0, 0, 0.8631653345) 47%, rgba(0, 0, 0, 0.5942577715) 67%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
@media (max-width: 767px) {
  .watch-listen-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
}
.watch-listen-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.9191877435) 49%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.watch-listen-color .partners-more-less {
  color: #000000;
}
.watch-listen-color .link-arrow .link-arrow-icon {
  border-color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-btn-text {
  color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-btn {
  border-color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-active-remove {
  border-color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #000000;
  background-color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-active-remove::after,
.watch-listen-color .layout-filter-partners .filter-active-remove::before {
  background-color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-active-remove:hover::after,
.watch-listen-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.watch-listen-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.watch-listen-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.watch-listen-color .layout-filter-partners .filter-dropdown {
  background-color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-dropdown::before {
  background-color: #000000;
}
.watch-listen-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #000000;
}
.watch-listen-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #000000;
}
.watch-listen-color .related-cards .layout-card-cont {
  background-color: #000000;
}
.watch-listen-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.watch-listen-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.watch-listen-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.watch-listen-color .breadcrumb li {
  color: #dab400;
}
.watch-listen-color .breadcrumb li a {
  color: #8C8C8C;
}
.watch-listen-color .overview-heading-colored {
  color: #373567;
}
.watch-listen-color .overview-detailsCont-grey .overview-details-title {
  color: #373567;
}
.watch-listen-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #373567;
}
.watch-listen-color .selected .list-select-checkbox {
  background-color: #373567;
}
.watch-listen-color .list-select-checkbox {
  border-color: #373567;
}
.watch-listen-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.watch-listen-color .ingredient-scale .badge-pill.active {
  background-color: #373567;
}
.watch-listen-color .list-select-title {
  color: #373567;
}
.watch-listen-color .instructions-content-wyswyg-n {
  color: #373567;
}
.watch-listen-color .layout-card-dif .layout-card-dif-text {
  color: #373567;
}
.watch-listen-color .layout-section-bg.course-overview-row-section-bgcolor,
.watch-listen-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.watch-listen-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #000000;
}
.watch-listen-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.watch-listen-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.watch-listen-color .overview-details-title span,
.watch-listen-color .overview-others-title,
.watch-listen-color .course-overview-row-section .overview-heading,
.watch-listen-color .lesson-overview-row-section .overview-heading {
  color: #dab400;
}
.watch-listen-color .overview-details:last-child,
.watch-listen-color .overview-details {
  border-color: #000000;
}
.watch-listen-color .section-show--link .link-inner .link-detail {
  background-color: #000000;
}
.watch-listen-color .overview-details--item span {
  color: #8C8C8C;
}
.watch-listen-color .header-section-desc--duration {
  background-color: #000000;
}
.watch-listen-color .lesson-minutes,
.watch-listen-color .other-lessons-row-section .other-lessons-title {
  color: #71385c;
}
.watch-listen-color .lesson-more,
.watch-listen-color .lesson-wrapper .lesson-num {
  color: #71385c;
}
@media (max-width: 767px) {
  .watch-listen-color .overview-buttomCont,
  .watch-listen-color .header-section-bg-lesson .container-g {
    background-color: #000000;
  }
}
.watch-listen-color .header-author-bg-cont {
  background-color: #373567;
}
.watch-listen-color .btn-int-bg {
  border: 1px solid #000000;
  background-color: #000000;
  color: #373567;
}
.watch-listen-color .btn-int-bg:hover, .watch-listen-color .btn-int-bg:focus, .watch-listen-color .btn-int-bg:active {
  color: #000000;
  background-color: #373567;
}
.watch-listen-color .btn-int-bg:hover .btn-caret, .watch-listen-color .btn-int-bg:focus .btn-caret, .watch-listen-color .btn-int-bg:active .btn-caret {
  border-color: #000000 transparent transparent transparent;
}
.watch-listen-color .btn-caret {
  border-color: #373567 transparent transparent transparent;
}

.watch-listen-color .feedback-footer-row-section a,
.watch-listen-color .header-default .header-section-text,
.watch-listen-color .header-default .header-section-title {
  color: #fff;
}

.trending-color .nav-main-container-bg,
.trending-color .nav-inner .nav-main-container-bg {
  background-color: #5c5c5c;
}
.trending-color .header-section .layout-section-bg {
  background-color: #5c5c5c;
}
.trending-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #5c5c5c;
  background: -moz-linear-gradient(90deg, rgb(92, 92, 92) 0%, rgba(92, 92, 92, 0.9864146342) 33%, rgba(92, 92, 92, 0.9612045502) 51%, rgba(92, 92, 92, 0.8631653345) 62%, rgba(92, 92, 92, 0.5298320012) 79%, rgba(92, 92, 92, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(92, 92, 92) 0%, rgba(92, 92, 92, 0.9864146342) 33%, rgba(92, 92, 92, 0.9612045502) 51%, rgba(92, 92, 92, 0.8631653345) 62%, rgba(92, 92, 92, 0.5298320012) 79%, rgba(92, 92, 92, 0) 100%);
  background: linear-gradient(90deg, rgb(92, 92, 92) 0%, rgba(92, 92, 92, 0.9864146342) 33%, rgba(92, 92, 92, 0.9612045502) 51%, rgba(92, 92, 92, 0.8631653345) 62%, rgba(92, 92, 92, 0.5298320012) 79%, rgba(92, 92, 92, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c5c5c",endColorstr="#5c5c5c",GradientType=1);
}
@media (max-width: 767px) {
  .trending-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #5c5c5c;
    background: -moz-linear-gradient(0deg, rgb(92, 92, 92) 4%, rgba(92, 92, 92, 0.9191877435) 49%, rgba(92, 92, 92, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(92, 92, 92) 4%, rgba(92, 92, 92, 0.9191877435) 49%, rgba(92, 92, 92, 0) 100%);
    background: linear-gradient(0deg, rgb(92, 92, 92) 4%, rgba(92, 92, 92, 0.9191877435) 49%, rgba(92, 92, 92, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c5c5c",endColorstr="#5c5c5c",GradientType=1);
  }
}
.trending-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #5c5c5c;
  background: -moz-linear-gradient(0deg, rgb(92, 92, 92) 4%, rgba(92, 92, 92, 0.9191877435) 49%, rgba(92, 92, 92, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(92, 92, 92) 4%, rgba(92, 92, 92, 0.9191877435) 49%, rgba(92, 92, 92, 0) 100%);
  background: linear-gradient(0deg, rgb(92, 92, 92) 4%, rgba(92, 92, 92, 0.9191877435) 49%, rgba(92, 92, 92, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c5c5c",endColorstr="#5c5c5c",GradientType=1);
}
.trending-color .layout-btn {
  border-color: #5c5c5c;
}
.trending-color .layout-btn-hover {
  background-color: #5c5c5c;
}
.trending-color .layout-card-label {
  color: #5c5c5c;
}
.trending-color .layout-card--img .layout-card-label {
  color: #fff;
}
.trending-color .layout-card-link-arrow {
  border-color: #5c5c5c;
}
.trending-color .layout-label-title {
  background-color: #5c5c5c;
}
.trending-color .layout-col-label {
  color: #5c5c5c;
}
.trending-color .layout-innernav-list li a {
  color: #5c5c5c;
}
.trending-color .layout-nav-btn {
  background-color: #5c5c5c;
}
.trending-color .layout-nav-btn.collapsed {
  color: #5c5c5c;
}
.trending-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #5c5c5c;
}
.trending-color .layout-nav-btn:focus, .trending-color .layout-nav-btn:hover {
  background-color: #5c5c5c !important;
  color: #fff;
}
.trending-color .layout-nav-btn:focus .layout-nav-btnarrow, .trending-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.trending-color .layout-slider-title {
  color: #5c5c5c;
}
.trending-color .layout-slider-nav .swiper-button-next::before,
.trending-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #5c5c5c;
}
.trending-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #5c5c5c;
}
.trending-color .nav-inner .current-menu-item, .trending-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .trending-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .trending-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .trending-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .trending-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .trending-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .trending-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .trending-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .trending-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .trending-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .trending-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .trending-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .trending-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .trending-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .trending-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 3px;
}
.trending-color .overview-share-links-default {
  background-color: #5c5c5c;
}
.trending-color .share-footer-row-section {
  background-color: #5c5c5c;
}
.trending-color .ordered-list-row-section,
.trending-color .ordered-list-row-section li,
.trending-color .check-list-row-section .content-intro,
.trending-color .check-list-row-section li {
  color: #5c5c5c;
}
.trending-color .feedback-footer-row-section {
  background-color: #ebebeb;
}
.trending-color .bg-preset-light-blue {
  background-color: #ebebeb;
}
.trending-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(235, 235, 235);
}
.trending-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(235, 235, 235);
  background: -moz-linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(235, 235, 235) 19%, rgba(235, 235, 235, 0.9612045502) 30%, rgba(235, 235, 235, 0.8631653345) 47%, rgba(235, 235, 235, 0.5942577715) 67%, rgba(235, 235, 235, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(235, 235, 235) 19%, rgba(235, 235, 235, 0.9612045502) 30%, rgba(235, 235, 235, 0.8631653345) 47%, rgba(235, 235, 235, 0.5942577715) 67%, rgba(235, 235, 235, 0) 100%);
  background: linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(235, 235, 235) 19%, rgba(235, 235, 235, 0.9612045502) 30%, rgba(235, 235, 235, 0.8631653345) 47%, rgba(235, 235, 235, 0.5942577715) 67%, rgba(235, 235, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#ebebeb",GradientType=1);
}
@media (max-width: 767px) {
  .trending-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(235, 235, 235);
    background: -moz-linear-gradient(0deg, rgb(235, 235, 235) 4%, rgba(235, 235, 235, 0.9191877435) 49%, rgba(235, 235, 235, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(235, 235, 235) 4%, rgba(235, 235, 235, 0.9191877435) 49%, rgba(235, 235, 235, 0) 100%);
    background: linear-gradient(0deg, rgb(235, 235, 235) 4%, rgba(235, 235, 235, 0.9191877435) 49%, rgba(235, 235, 235, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#ebebeb",GradientType=1);
  }
}
.trending-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(235, 235, 235);
  background: -moz-linear-gradient(0deg, rgb(235, 235, 235) 4%, rgba(235, 235, 235, 0.9191877435) 49%, rgba(235, 235, 235, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(235, 235, 235) 4%, rgba(235, 235, 235, 0.9191877435) 49%, rgba(235, 235, 235, 0) 100%);
  background: linear-gradient(0deg, rgb(235, 235, 235) 4%, rgba(235, 235, 235, 0.9191877435) 49%, rgba(235, 235, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#ebebeb",GradientType=1);
}
.trending-color .partners-more-less {
  color: #5c5c5c;
}
.trending-color .link-arrow .link-arrow-icon {
  border-color: #5c5c5c;
}
.trending-color .layout-filter-partners .filter-btn-text {
  color: #5c5c5c;
}
.trending-color .layout-filter-partners .filter-btn {
  border-color: #5c5c5c;
}
.trending-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #5c5c5c;
}
.trending-color .layout-filter-partners .filter-active-remove {
  border-color: #5c5c5c;
}
.trending-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #5c5c5c;
  background-color: #5c5c5c;
}
.trending-color .layout-filter-partners .filter-active-remove::after,
.trending-color .layout-filter-partners .filter-active-remove::before {
  background-color: #5c5c5c;
}
.trending-color .layout-filter-partners .filter-active-remove:hover::after,
.trending-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.trending-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #5c5c5c;
}
.trending-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.trending-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.trending-color .layout-filter-partners .filter-dropdown {
  background-color: #ebebeb;
}
.trending-color .layout-filter-partners .filter-dropdown::before {
  background-color: #ebebeb;
}
.trending-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #5c5c5c;
}
.trending-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #5c5c5c;
}
.trending-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #5c5c5c;
}
.trending-color .related-cards .layout-card-cont {
  background-color: #ebebeb;
}
.trending-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.trending-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.trending-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.trending-color .breadcrumb li {
  color: #fff;
}
.trending-color .breadcrumb li a {
  color: #8C8C8C;
}
.trending-color .overview-heading-colored {
  color: #5c5c5c;
}
.trending-color .overview-detailsCont-grey .overview-details-title {
  color: #5c5c5c;
}
.trending-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #5c5c5c;
}
.trending-color .selected .list-select-checkbox {
  background-color: #5c5c5c;
}
.trending-color .list-select-checkbox {
  border-color: #5c5c5c;
}
.trending-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.trending-color .ingredient-scale .badge-pill.active {
  background-color: #5c5c5c;
}
.trending-color .list-select-title {
  color: #5c5c5c;
}
.trending-color .instructions-content-wyswyg-n {
  color: #5c5c5c;
}
.trending-color .layout-card-dif .layout-card-dif-text {
  color: #5c5c5c;
}
.trending-color .layout-section-bg.course-overview-row-section-bgcolor,
.trending-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.trending-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #5c5c5c;
}
.trending-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.trending-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.trending-color .overview-details-title span,
.trending-color .overview-others-title,
.trending-color .course-overview-row-section .overview-heading,
.trending-color .lesson-overview-row-section .overview-heading {
  color: #fff;
}
.trending-color .overview-details:last-child,
.trending-color .overview-details {
  border-color: #ccc;
}
.trending-color .section-show--link .link-inner .link-detail {
  background-color: #fff;
}
.trending-color .overview-details--item span {
  color: #8C8C8C;
}
.trending-color .header-section-desc--duration {
  background-color: #ccc;
}
.trending-color .lesson-minutes,
.trending-color .other-lessons-row-section .other-lessons-title {
  color: #5c5c5c;
}
.trending-color .lesson-more,
.trending-color .lesson-wrapper .lesson-num {
  color: #5c5c5c;
}
@media (max-width: 767px) {
  .trending-color .overview-buttomCont,
  .trending-color .header-section-bg-lesson .container-g {
    background-color: #5c5c5c;
  }
}
.trending-color .header-author-bg-cont {
  background-color: #5c5c5c;
}
.trending-color .btn-int-bg {
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  color: #5c5c5c;
}
.trending-color .btn-int-bg:hover, .trending-color .btn-int-bg:focus, .trending-color .btn-int-bg:active {
  color: #ebebeb;
  background-color: #5c5c5c;
}
.trending-color .btn-int-bg:hover .btn-caret, .trending-color .btn-int-bg:focus .btn-caret, .trending-color .btn-int-bg:active .btn-caret {
  border-color: #ebebeb transparent transparent transparent;
}
.trending-color .btn-caret {
  border-color: #5c5c5c transparent transparent transparent;
}

.lemon-aid-foundation-color .nav-main-container-bg,
.lemon-aid-foundation-color .nav-inner .nav-main-container-bg {
  background-color: #F3F1E3;
}
.lemon-aid-foundation-color .header-section .layout-section-bg {
  background-color: #F3F1E3;
}
.lemon-aid-foundation-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #F3F1E3;
  background: -moz-linear-gradient(90deg, rgb(243, 241, 227) 0%, rgba(243, 241, 227, 0.9864146342) 33%, rgba(243, 241, 227, 0.9612045502) 51%, rgba(243, 241, 227, 0.8631653345) 62%, rgba(243, 241, 227, 0.5298320012) 79%, rgba(243, 241, 227, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(243, 241, 227) 0%, rgba(243, 241, 227, 0.9864146342) 33%, rgba(243, 241, 227, 0.9612045502) 51%, rgba(243, 241, 227, 0.8631653345) 62%, rgba(243, 241, 227, 0.5298320012) 79%, rgba(243, 241, 227, 0) 100%);
  background: linear-gradient(90deg, rgb(243, 241, 227) 0%, rgba(243, 241, 227, 0.9864146342) 33%, rgba(243, 241, 227, 0.9612045502) 51%, rgba(243, 241, 227, 0.8631653345) 62%, rgba(243, 241, 227, 0.5298320012) 79%, rgba(243, 241, 227, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F3F1E3",endColorstr="#F3F1E3",GradientType=1);
}
@media (max-width: 767px) {
  .lemon-aid-foundation-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #F3F1E3;
    background: -moz-linear-gradient(0deg, rgb(243, 241, 227) 4%, rgba(243, 241, 227, 0.9191877435) 49%, rgba(243, 241, 227, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(243, 241, 227) 4%, rgba(243, 241, 227, 0.9191877435) 49%, rgba(243, 241, 227, 0) 100%);
    background: linear-gradient(0deg, rgb(243, 241, 227) 4%, rgba(243, 241, 227, 0.9191877435) 49%, rgba(243, 241, 227, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F3F1E3",endColorstr="#F3F1E3",GradientType=1);
  }
}
.lemon-aid-foundation-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #F3F1E3;
  background: -moz-linear-gradient(0deg, rgb(243, 241, 227) 4%, rgba(243, 241, 227, 0.9191877435) 49%, rgba(243, 241, 227, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(243, 241, 227) 4%, rgba(243, 241, 227, 0.9191877435) 49%, rgba(243, 241, 227, 0) 100%);
  background: linear-gradient(0deg, rgb(243, 241, 227) 4%, rgba(243, 241, 227, 0.9191877435) 49%, rgba(243, 241, 227, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F3F1E3",endColorstr="#F3F1E3",GradientType=1);
}
.lemon-aid-foundation-color .layout-btn {
  border-color: #E5C201;
}
.lemon-aid-foundation-color .layout-btn-hover {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .layout-card-label {
  color: #9A8200;
}
.lemon-aid-foundation-color .layout-card--img .layout-card-label {
  color: #fff;
}
.lemon-aid-foundation-color .layout-card-link-arrow {
  border-color: #E5C201;
}
.lemon-aid-foundation-color .layout-label-title {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .layout-col-label {
  color: #E5C201;
}
.lemon-aid-foundation-color .layout-innernav-list li a {
  color: #9A8200;
}
.lemon-aid-foundation-color .layout-nav-btn {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .layout-nav-btn.collapsed {
  color: #E5C201;
}
.lemon-aid-foundation-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #E5C201;
}
.lemon-aid-foundation-color .layout-nav-btn:focus, .lemon-aid-foundation-color .layout-nav-btn:hover {
  background-color: #E5C201 !important;
  color: #fff;
}
.lemon-aid-foundation-color .layout-nav-btn:focus .layout-nav-btnarrow, .lemon-aid-foundation-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.lemon-aid-foundation-color .layout-slider-title {
  color: #9A8200;
}
.lemon-aid-foundation-color .layout-slider-nav .swiper-button-next::before,
.lemon-aid-foundation-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #E5C201;
}
.lemon-aid-foundation-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .nav-inner .current-menu-item, .lemon-aid-foundation-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .lemon-aid-foundation-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .lemon-aid-foundation-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .lemon-aid-foundation-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .lemon-aid-foundation-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .lemon-aid-foundation-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .lemon-aid-foundation-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .lemon-aid-foundation-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .lemon-aid-foundation-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .lemon-aid-foundation-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .lemon-aid-foundation-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .lemon-aid-foundation-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .lemon-aid-foundation-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .lemon-aid-foundation-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .lemon-aid-foundation-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #E5C201;
  background-color: #E5C201;
  border-radius: 3px;
}
.lemon-aid-foundation-color .overview-share-links-default {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .share-footer-row-section {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .ordered-list-row-section,
.lemon-aid-foundation-color .ordered-list-row-section li,
.lemon-aid-foundation-color .check-list-row-section .content-intro,
.lemon-aid-foundation-color .check-list-row-section li {
  color: #E5C201;
}
.lemon-aid-foundation-color .feedback-footer-row-section {
  background-color: #EFEEDE;
}
.lemon-aid-foundation-color .bg-preset-light-blue {
  background-color: #EFEEDE;
}
.lemon-aid-foundation-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(239, 238, 222);
}
.lemon-aid-foundation-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(239, 238, 222);
  background: -moz-linear-gradient(90deg, rgb(239, 238, 222) 0%, rgb(239, 238, 222) 19%, rgba(239, 238, 222, 0.9612045502) 30%, rgba(239, 238, 222, 0.8631653345) 47%, rgba(239, 238, 222, 0.5942577715) 67%, rgba(239, 238, 222, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(239, 238, 222) 0%, rgb(239, 238, 222) 19%, rgba(239, 238, 222, 0.9612045502) 30%, rgba(239, 238, 222, 0.8631653345) 47%, rgba(239, 238, 222, 0.5942577715) 67%, rgba(239, 238, 222, 0) 100%);
  background: linear-gradient(90deg, rgb(239, 238, 222) 0%, rgb(239, 238, 222) 19%, rgba(239, 238, 222, 0.9612045502) 30%, rgba(239, 238, 222, 0.8631653345) 47%, rgba(239, 238, 222, 0.5942577715) 67%, rgba(239, 238, 222, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFEEDE",endColorstr="#EFEEDE",GradientType=1);
}
@media (max-width: 767px) {
  .lemon-aid-foundation-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(239, 238, 222);
    background: -moz-linear-gradient(0deg, rgb(239, 238, 222) 4%, rgba(239, 238, 222, 0.9191877435) 49%, rgba(239, 238, 222, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(239, 238, 222) 4%, rgba(239, 238, 222, 0.9191877435) 49%, rgba(239, 238, 222, 0) 100%);
    background: linear-gradient(0deg, rgb(239, 238, 222) 4%, rgba(239, 238, 222, 0.9191877435) 49%, rgba(239, 238, 222, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFEEDE",endColorstr="#EFEEDE",GradientType=1);
  }
}
.lemon-aid-foundation-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(239, 238, 222);
  background: -moz-linear-gradient(0deg, rgb(239, 238, 222) 4%, rgba(239, 238, 222, 0.9191877435) 49%, rgba(239, 238, 222, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(239, 238, 222) 4%, rgba(239, 238, 222, 0.9191877435) 49%, rgba(239, 238, 222, 0) 100%);
  background: linear-gradient(0deg, rgb(239, 238, 222) 4%, rgba(239, 238, 222, 0.9191877435) 49%, rgba(239, 238, 222, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFEEDE",endColorstr="#EFEEDE",GradientType=1);
}
.lemon-aid-foundation-color .partners-more-less {
  color: #E5C201;
}
.lemon-aid-foundation-color .link-arrow .link-arrow-icon {
  border-color: #E5C201;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-btn-text {
  color: #E5C201;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-btn {
  border-color: #E5C201;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-active-remove {
  border-color: #E5C201;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #E5C201;
  background-color: #E5C201;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-active-remove::after,
.lemon-aid-foundation-color .layout-filter-partners .filter-active-remove::before {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-active-remove:hover::after,
.lemon-aid-foundation-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.lemon-aid-foundation-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-dropdown {
  background-color: #EFEEDE;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-dropdown::before {
  background-color: #EFEEDE;
}
.lemon-aid-foundation-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #E5C201;
}
.lemon-aid-foundation-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .related-cards .layout-card-cont {
  background-color: #EFEEDE;
}
.lemon-aid-foundation-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.lemon-aid-foundation-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.lemon-aid-foundation-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.lemon-aid-foundation-color .breadcrumb li {
  color: #E5C201;
}
.lemon-aid-foundation-color .breadcrumb li a {
  color: #8C8C8C;
}
.lemon-aid-foundation-color .overview-heading-colored {
  color: #9A8200;
}
.lemon-aid-foundation-color .overview-detailsCont-grey .overview-details-title {
  color: #9A8200;
}
.lemon-aid-foundation-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #9A8200;
}
.lemon-aid-foundation-color .selected .list-select-checkbox {
  background-color: #9A8200;
}
.lemon-aid-foundation-color .list-select-checkbox {
  border-color: #9A8200;
}
.lemon-aid-foundation-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.lemon-aid-foundation-color .ingredient-scale .badge-pill.active {
  background-color: #9A8200;
}
.lemon-aid-foundation-color .list-select-title {
  color: #9A8200;
}
.lemon-aid-foundation-color .instructions-content-wyswyg-n {
  color: #9A8200;
}
.lemon-aid-foundation-color .layout-card-dif .layout-card-dif-text {
  color: #9A8200;
}
.lemon-aid-foundation-color .layout-section-bg.course-overview-row-section-bgcolor,
.lemon-aid-foundation-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #EFEEDE;
}
.lemon-aid-foundation-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.lemon-aid-foundation-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.lemon-aid-foundation-color .overview-details-title span,
.lemon-aid-foundation-color .overview-others-title,
.lemon-aid-foundation-color .course-overview-row-section .overview-heading,
.lemon-aid-foundation-color .lesson-overview-row-section .overview-heading {
  color: #E5C201;
}
.lemon-aid-foundation-color .overview-details:last-child,
.lemon-aid-foundation-color .overview-details {
  border-color: #ccc;
}
.lemon-aid-foundation-color .section-show--link .link-inner .link-detail {
  background-color: #E5C201;
}
.lemon-aid-foundation-color .overview-details--item span {
  color: #8C8C8C;
}
.lemon-aid-foundation-color .header-section-desc--duration {
  background-color: #ccc;
}
.lemon-aid-foundation-color .lesson-minutes,
.lemon-aid-foundation-color .other-lessons-row-section .other-lessons-title {
  color: #E5C201;
}
.lemon-aid-foundation-color .lesson-more,
.lemon-aid-foundation-color .lesson-wrapper .lesson-num {
  color: #E5C201;
}
@media (max-width: 767px) {
  .lemon-aid-foundation-color .overview-buttomCont,
  .lemon-aid-foundation-color .header-section-bg-lesson .container-g {
    background-color: #E5C201;
  }
}
.lemon-aid-foundation-color .header-author-bg-cont {
  background-color: #9A8200;
}
.lemon-aid-foundation-color .btn-int-bg {
  border: 1px solid #EFEEDE;
  background-color: #EFEEDE;
  color: #9A8200;
}
.lemon-aid-foundation-color .btn-int-bg:hover, .lemon-aid-foundation-color .btn-int-bg:focus, .lemon-aid-foundation-color .btn-int-bg:active {
  color: #EFEEDE;
  background-color: #9A8200;
}
.lemon-aid-foundation-color .btn-int-bg:hover .btn-caret, .lemon-aid-foundation-color .btn-int-bg:focus .btn-caret, .lemon-aid-foundation-color .btn-int-bg:active .btn-caret {
  border-color: #EFEEDE transparent transparent transparent;
}
.lemon-aid-foundation-color .btn-caret {
  border-color: #9A8200 transparent transparent transparent;
}

.lemon-aid-foundation-color .header-section {
  color: #000;
}
.lemon-aid-foundation-color .header-section .header-section-text {
  color: #000;
}
.lemon-aid-foundation-color .header-section-title {
  color: #605847;
}

.lemon-aid-foundation-color .nav-inner .navbar-nav.nav-seccion-links li a, .lemon-aid-foundation-color .nav-inner .nav-seccion-links li a {
  color: #000;
}
.lemon-aid-foundation-color .nav-inner .nav-link-search {
  color: #000;
}
@media (min-width: 992px) {
  .lemon-aid-foundation-color .nav-inner .current-menu-item a, .lemon-aid-foundation-color.post-type-archive-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation.menu-item-type-post_type_archive a, .lemon-aid-foundation-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive a, .lemon-aid-foundation-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive a, .lemon-aid-foundation-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-business a, .lemon-aid-foundation-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-business a, .lemon-aid-foundation-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-business a, .lemon-aid-foundation-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills a, .lemon-aid-foundation-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills a, .lemon-aid-foundation-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation a, .lemon-aid-foundation-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills a, .lemon-aid-foundation-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle a, .lemon-aid-foundation-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home a, .lemon-aid-foundation-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking a, .lemon-aid-foundation-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy a, .lemon-aid-foundation-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv a, .lemon-aid-foundation-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending a {
    color: #343028;
  }
}
.lemon-aid-foundation-color .layout-label-title {
  color: #343028;
}
.lemon-aid-foundation-color:not(.nav-show) .nav-inner .navbar-toggle-c .icon-bar {
  background-color: #000;
}
@media (max-width: 991px) {
  .lemon-aid-foundation-color .nav-inner .navbar-toggle-c .icon-bar {
    background-color: #000;
  }
}

.life-skills-color .nav-main-container-bg,
.life-skills-color .nav-inner .nav-main-container-bg {
  background-color: #e45225;
}
.life-skills-color .header-section .layout-section-bg {
  background-color: #e45225;
}
.life-skills-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #e45225;
  background: -moz-linear-gradient(90deg, rgb(228, 82, 37) 0%, rgba(228, 82, 37, 0.9864146342) 33%, rgba(228, 82, 37, 0.9612045502) 51%, rgba(228, 82, 37, 0.8631653345) 62%, rgba(228, 82, 37, 0.5298320012) 79%, rgba(228, 82, 37, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(228, 82, 37) 0%, rgba(228, 82, 37, 0.9864146342) 33%, rgba(228, 82, 37, 0.9612045502) 51%, rgba(228, 82, 37, 0.8631653345) 62%, rgba(228, 82, 37, 0.5298320012) 79%, rgba(228, 82, 37, 0) 100%);
  background: linear-gradient(90deg, rgb(228, 82, 37) 0%, rgba(228, 82, 37, 0.9864146342) 33%, rgba(228, 82, 37, 0.9612045502) 51%, rgba(228, 82, 37, 0.8631653345) 62%, rgba(228, 82, 37, 0.5298320012) 79%, rgba(228, 82, 37, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e45225",endColorstr="#e45225",GradientType=1);
}
@media (max-width: 767px) {
  .life-skills-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #e45225;
    background: -moz-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
    background: linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e45225",endColorstr="#e45225",GradientType=1);
  }
}
.life-skills-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #e45225;
  background: -moz-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
  background: linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e45225",endColorstr="#e45225",GradientType=1);
}
.life-skills-color .layout-btn {
  border-color: #e45225;
}
.life-skills-color .layout-btn-hover {
  background-color: #e45225;
}
.life-skills-color .layout-card-label {
  color: #e45225;
}
.life-skills-color .layout-card--img .layout-card-label {
  color: #fff;
}
.life-skills-color .layout-card-link-arrow {
  border-color: #e45225;
}
.life-skills-color .layout-label-title {
  background-color: #B9431F;
}
.life-skills-color .layout-col-label {
  color: #B9431F;
}
.life-skills-color .layout-innernav-list li a {
  color: #e45225;
}
.life-skills-color .layout-nav-btn {
  background-color: #e45225;
}
.life-skills-color .layout-nav-btn.collapsed {
  color: #e45225;
}
.life-skills-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #e45225;
}
.life-skills-color .layout-nav-btn:focus, .life-skills-color .layout-nav-btn:hover {
  background-color: #e45225 !important;
  color: #fff;
}
.life-skills-color .layout-nav-btn:focus .layout-nav-btnarrow, .life-skills-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.life-skills-color .layout-slider-title {
  color: #e45225;
}
.life-skills-color .layout-slider-nav .swiper-button-next::before,
.life-skills-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #e45225;
}
.life-skills-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #e45225;
}
.life-skills-color .nav-inner .current-menu-item, .life-skills-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .life-skills-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .life-skills-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .life-skills-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .life-skills-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .life-skills-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .life-skills-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .life-skills-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .life-skills-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .life-skills-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .life-skills-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .life-skills-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .life-skills-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .life-skills-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .life-skills-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #B9431F;
  background-color: #B9431F;
  border-radius: 3px;
}
.life-skills-color .overview-share-links-default {
  background-color: #e45225;
}
.life-skills-color .share-footer-row-section {
  background-color: #e45225;
}
.life-skills-color .ordered-list-row-section,
.life-skills-color .ordered-list-row-section li,
.life-skills-color .check-list-row-section .content-intro,
.life-skills-color .check-list-row-section li {
  color: #e45225;
}
.life-skills-color .feedback-footer-row-section {
  background-color: #fff1eb;
}
.life-skills-color .bg-preset-light-blue {
  background-color: #fff1eb;
}
.life-skills-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(255, 241, 235);
}
.life-skills-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(255, 241, 235);
  background: -moz-linear-gradient(90deg, rgb(255, 241, 235) 0%, rgb(255, 241, 235) 19%, rgba(255, 241, 235, 0.9612045502) 30%, rgba(255, 241, 235, 0.8631653345) 47%, rgba(255, 241, 235, 0.5942577715) 67%, rgba(255, 241, 235, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 241, 235) 0%, rgb(255, 241, 235) 19%, rgba(255, 241, 235, 0.9612045502) 30%, rgba(255, 241, 235, 0.8631653345) 47%, rgba(255, 241, 235, 0.5942577715) 67%, rgba(255, 241, 235, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 241, 235) 0%, rgb(255, 241, 235) 19%, rgba(255, 241, 235, 0.9612045502) 30%, rgba(255, 241, 235, 0.8631653345) 47%, rgba(255, 241, 235, 0.5942577715) 67%, rgba(255, 241, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1eb",endColorstr="#fff1eb",GradientType=1);
}
@media (max-width: 767px) {
  .life-skills-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(255, 241, 235);
    background: -moz-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
    background: linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1eb",endColorstr="#fff1eb",GradientType=1);
  }
}
.life-skills-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(255, 241, 235);
  background: -moz-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1eb",endColorstr="#fff1eb",GradientType=1);
}
.life-skills-color .partners-more-less {
  color: #e45225;
}
.life-skills-color .link-arrow .link-arrow-icon {
  border-color: #e45225;
}
.life-skills-color .layout-filter-partners .filter-btn-text {
  color: #e45225;
}
.life-skills-color .layout-filter-partners .filter-btn {
  border-color: #e45225;
}
.life-skills-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #e45225;
}
.life-skills-color .layout-filter-partners .filter-active-remove {
  border-color: #e45225;
}
.life-skills-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #e45225;
  background-color: #e45225;
}
.life-skills-color .layout-filter-partners .filter-active-remove::after,
.life-skills-color .layout-filter-partners .filter-active-remove::before {
  background-color: #e45225;
}
.life-skills-color .layout-filter-partners .filter-active-remove:hover::after,
.life-skills-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.life-skills-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #e45225;
}
.life-skills-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.life-skills-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.life-skills-color .layout-filter-partners .filter-dropdown {
  background-color: #fff1eb;
}
.life-skills-color .layout-filter-partners .filter-dropdown::before {
  background-color: #fff1eb;
}
.life-skills-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #e45225;
}
.life-skills-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #e45225;
}
.life-skills-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #e45225;
}
.life-skills-color .related-cards .layout-card-cont {
  background-color: #fff1eb;
}
.life-skills-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.life-skills-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #f6ab87;
}
.life-skills-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #982400;
}
.life-skills-color .breadcrumb li {
  color: #f6ab87;
}
.life-skills-color .breadcrumb li a {
  color: #982400;
}
.life-skills-color .overview-heading-colored {
  color: #e45225;
}
.life-skills-color .overview-detailsCont-grey .overview-details-title {
  color: #e45225;
}
.life-skills-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #e45225;
}
.life-skills-color .selected .list-select-checkbox {
  background-color: #e45225;
}
.life-skills-color .list-select-checkbox {
  border-color: #e45225;
}
.life-skills-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.life-skills-color .ingredient-scale .badge-pill.active {
  background-color: #e45225;
}
.life-skills-color .list-select-title {
  color: #e45225;
}
.life-skills-color .instructions-content-wyswyg-n {
  color: #e45225;
}
.life-skills-color .layout-card-dif .layout-card-dif-text {
  color: #e45225;
}
.life-skills-color .layout-section-bg.course-overview-row-section-bgcolor,
.life-skills-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #c8461e;
}
.life-skills-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #e45225;
}
.life-skills-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.life-skills-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.life-skills-color .overview-details-title span,
.life-skills-color .overview-others-title,
.life-skills-color .course-overview-row-section .overview-heading,
.life-skills-color .lesson-overview-row-section .overview-heading {
  color: #f6ab87;
}
.life-skills-color .overview-details:last-child,
.life-skills-color .overview-details {
  border-color: #c8461e;
}
.life-skills-color .section-show--link .link-inner .link-detail {
  background-color: #e45225;
}
.life-skills-color .overview-details--item span {
  color: #982400;
}
.life-skills-color .header-section-desc--duration {
  background-color: #c8461e;
}
.life-skills-color .lesson-minutes,
.life-skills-color .other-lessons-row-section .other-lessons-title {
  color: #842e11;
}
.life-skills-color .lesson-more,
.life-skills-color .lesson-wrapper .lesson-num {
  color: #e45225;
}
@media (max-width: 767px) {
  .life-skills-color .overview-buttomCont,
  .life-skills-color .header-section-bg-lesson .container-g {
    background-color: #e45225;
  }
}
.life-skills-color .header-author-bg-cont {
  background-color: #e45225;
}
.life-skills-color .btn-int-bg {
  border: 1px solid #fff1eb;
  background-color: #fff1eb;
  color: #e45225;
}
.life-skills-color .btn-int-bg:hover, .life-skills-color .btn-int-bg:focus, .life-skills-color .btn-int-bg:active {
  color: #fff1eb;
  background-color: #e45225;
}
.life-skills-color .btn-int-bg:hover .btn-caret, .life-skills-color .btn-int-bg:focus .btn-caret, .life-skills-color .btn-int-bg:active .btn-caret {
  border-color: #fff1eb transparent transparent transparent;
}
.life-skills-color .btn-caret {
  border-color: #e45225 transparent transparent transparent;
}

.life-skills-course-color .nav-main-container-bg,
.life-skills-course-color .nav-inner .nav-main-container-bg {
  background-color: #e45225;
}
.life-skills-course-color .header-section .layout-section-bg {
  background-color: #e45225;
}
.life-skills-course-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #e45225;
  background: -moz-linear-gradient(90deg, rgb(228, 82, 37) 0%, rgba(228, 82, 37, 0.9864146342) 33%, rgba(228, 82, 37, 0.9612045502) 51%, rgba(228, 82, 37, 0.8631653345) 62%, rgba(228, 82, 37, 0.5298320012) 79%, rgba(228, 82, 37, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(228, 82, 37) 0%, rgba(228, 82, 37, 0.9864146342) 33%, rgba(228, 82, 37, 0.9612045502) 51%, rgba(228, 82, 37, 0.8631653345) 62%, rgba(228, 82, 37, 0.5298320012) 79%, rgba(228, 82, 37, 0) 100%);
  background: linear-gradient(90deg, rgb(228, 82, 37) 0%, rgba(228, 82, 37, 0.9864146342) 33%, rgba(228, 82, 37, 0.9612045502) 51%, rgba(228, 82, 37, 0.8631653345) 62%, rgba(228, 82, 37, 0.5298320012) 79%, rgba(228, 82, 37, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e45225",endColorstr="#e45225",GradientType=1);
}
@media (max-width: 767px) {
  .life-skills-course-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #e45225;
    background: -moz-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
    background: linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e45225",endColorstr="#e45225",GradientType=1);
  }
}
.life-skills-course-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #e45225;
  background: -moz-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
  background: linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e45225",endColorstr="#e45225",GradientType=1);
}
.life-skills-course-color .layout-btn {
  border-color: #e45225;
}
.life-skills-course-color .layout-btn-hover {
  background-color: #e45225;
}
.life-skills-course-color .layout-card-label {
  color: #e45225;
}
.life-skills-course-color .layout-card--img .layout-card-label {
  color: #fff;
}
.life-skills-course-color .layout-card-link-arrow {
  border-color: #e45225;
}
.life-skills-course-color .layout-label-title {
  background-color: #B9431F;
}
.life-skills-course-color .layout-col-label {
  color: #B9431F;
}
.life-skills-course-color .layout-innernav-list li a {
  color: #e45225;
}
.life-skills-course-color .layout-nav-btn {
  background-color: #e45225;
}
.life-skills-course-color .layout-nav-btn.collapsed {
  color: #e45225;
}
.life-skills-course-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #e45225;
}
.life-skills-course-color .layout-nav-btn:focus, .life-skills-course-color .layout-nav-btn:hover {
  background-color: #e45225 !important;
  color: #fff;
}
.life-skills-course-color .layout-nav-btn:focus .layout-nav-btnarrow, .life-skills-course-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.life-skills-course-color .layout-slider-title {
  color: #e45225;
}
.life-skills-course-color .layout-slider-nav .swiper-button-next::before,
.life-skills-course-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #e45225;
}
.life-skills-course-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #e45225;
}
.life-skills-course-color .nav-inner .current-menu-item, .life-skills-course-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .life-skills-course-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .life-skills-course-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .life-skills-course-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .life-skills-course-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .life-skills-course-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .life-skills-course-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .life-skills-course-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .life-skills-course-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .life-skills-course-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .life-skills-course-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .life-skills-course-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .life-skills-course-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .life-skills-course-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .life-skills-course-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #B9431F;
  background-color: #B9431F;
  border-radius: 3px;
}
.life-skills-course-color .overview-share-links-default {
  background-color: #e45225;
}
.life-skills-course-color .share-footer-row-section {
  background-color: #e45225;
}
.life-skills-course-color .ordered-list-row-section,
.life-skills-course-color .ordered-list-row-section li,
.life-skills-course-color .check-list-row-section .content-intro,
.life-skills-course-color .check-list-row-section li {
  color: #e45225;
}
.life-skills-course-color .feedback-footer-row-section {
  background-color: #fff1eb;
}
.life-skills-course-color .bg-preset-light-blue {
  background-color: #fff1eb;
}
.life-skills-course-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(255, 241, 235);
}
.life-skills-course-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(255, 241, 235);
  background: -moz-linear-gradient(90deg, rgb(255, 241, 235) 0%, rgb(255, 241, 235) 19%, rgba(255, 241, 235, 0.9612045502) 30%, rgba(255, 241, 235, 0.8631653345) 47%, rgba(255, 241, 235, 0.5942577715) 67%, rgba(255, 241, 235, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 241, 235) 0%, rgb(255, 241, 235) 19%, rgba(255, 241, 235, 0.9612045502) 30%, rgba(255, 241, 235, 0.8631653345) 47%, rgba(255, 241, 235, 0.5942577715) 67%, rgba(255, 241, 235, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 241, 235) 0%, rgb(255, 241, 235) 19%, rgba(255, 241, 235, 0.9612045502) 30%, rgba(255, 241, 235, 0.8631653345) 47%, rgba(255, 241, 235, 0.5942577715) 67%, rgba(255, 241, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1eb",endColorstr="#fff1eb",GradientType=1);
}
@media (max-width: 767px) {
  .life-skills-course-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(255, 241, 235);
    background: -moz-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
    background: linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1eb",endColorstr="#fff1eb",GradientType=1);
  }
}
.life-skills-course-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(255, 241, 235);
  background: -moz-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1eb",endColorstr="#fff1eb",GradientType=1);
}
.life-skills-course-color .partners-more-less {
  color: #e45225;
}
.life-skills-course-color .link-arrow .link-arrow-icon {
  border-color: #e45225;
}
.life-skills-course-color .layout-filter-partners .filter-btn-text {
  color: #e45225;
}
.life-skills-course-color .layout-filter-partners .filter-btn {
  border-color: #e45225;
}
.life-skills-course-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #e45225;
}
.life-skills-course-color .layout-filter-partners .filter-active-remove {
  border-color: #e45225;
}
.life-skills-course-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #e45225;
  background-color: #e45225;
}
.life-skills-course-color .layout-filter-partners .filter-active-remove::after,
.life-skills-course-color .layout-filter-partners .filter-active-remove::before {
  background-color: #e45225;
}
.life-skills-course-color .layout-filter-partners .filter-active-remove:hover::after,
.life-skills-course-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.life-skills-course-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #e45225;
}
.life-skills-course-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.life-skills-course-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.life-skills-course-color .layout-filter-partners .filter-dropdown {
  background-color: #fff1eb;
}
.life-skills-course-color .layout-filter-partners .filter-dropdown::before {
  background-color: #fff1eb;
}
.life-skills-course-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #e45225;
}
.life-skills-course-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #e45225;
}
.life-skills-course-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #e45225;
}
.life-skills-course-color .related-cards .layout-card-cont {
  background-color: #fff1eb;
}
.life-skills-course-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.life-skills-course-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #f6ab87;
}
.life-skills-course-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #982400;
}
.life-skills-course-color .breadcrumb li {
  color: #f6ab87;
}
.life-skills-course-color .breadcrumb li a {
  color: #982400;
}
.life-skills-course-color .overview-heading-colored {
  color: #e45225;
}
.life-skills-course-color .overview-detailsCont-grey .overview-details-title {
  color: #e45225;
}
.life-skills-course-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #e45225;
}
.life-skills-course-color .selected .list-select-checkbox {
  background-color: #e45225;
}
.life-skills-course-color .list-select-checkbox {
  border-color: #e45225;
}
.life-skills-course-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.life-skills-course-color .ingredient-scale .badge-pill.active {
  background-color: #e45225;
}
.life-skills-course-color .list-select-title {
  color: #e45225;
}
.life-skills-course-color .instructions-content-wyswyg-n {
  color: #e45225;
}
.life-skills-course-color .layout-card-dif .layout-card-dif-text {
  color: #e45225;
}
.life-skills-course-color .layout-section-bg.course-overview-row-section-bgcolor,
.life-skills-course-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #c8461e;
}
.life-skills-course-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #e45225;
}
.life-skills-course-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.life-skills-course-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.life-skills-course-color .overview-details-title span,
.life-skills-course-color .overview-others-title,
.life-skills-course-color .course-overview-row-section .overview-heading,
.life-skills-course-color .lesson-overview-row-section .overview-heading {
  color: #f6ab87;
}
.life-skills-course-color .overview-details:last-child,
.life-skills-course-color .overview-details {
  border-color: #c8461e;
}
.life-skills-course-color .section-show--link .link-inner .link-detail {
  background-color: #e45225;
}
.life-skills-course-color .overview-details--item span {
  color: #982400;
}
.life-skills-course-color .header-section-desc--duration {
  background-color: #c8461e;
}
.life-skills-course-color .lesson-minutes,
.life-skills-course-color .other-lessons-row-section .other-lessons-title {
  color: #842e11;
}
.life-skills-course-color .lesson-more,
.life-skills-course-color .lesson-wrapper .lesson-num {
  color: #e45225;
}
@media (max-width: 767px) {
  .life-skills-course-color .overview-buttomCont,
  .life-skills-course-color .header-section-bg-lesson .container-g {
    background-color: #e45225;
  }
}
.life-skills-course-color .header-author-bg-cont {
  background-color: #e45225;
}
.life-skills-course-color .btn-int-bg {
  border: 1px solid #fff1eb;
  background-color: #fff1eb;
  color: #e45225;
}
.life-skills-course-color .btn-int-bg:hover, .life-skills-course-color .btn-int-bg:focus, .life-skills-course-color .btn-int-bg:active {
  color: #fff1eb;
  background-color: #e45225;
}
.life-skills-course-color .btn-int-bg:hover .btn-caret, .life-skills-course-color .btn-int-bg:focus .btn-caret, .life-skills-course-color .btn-int-bg:active .btn-caret {
  border-color: #fff1eb transparent transparent transparent;
}
.life-skills-course-color .btn-caret {
  border-color: #e45225 transparent transparent transparent;
}

.life-skills-lesson-color .nav-main-container-bg,
.life-skills-lesson-color .nav-inner .nav-main-container-bg {
  background-color: #e45225;
}
.life-skills-lesson-color .header-section .layout-section-bg {
  background-color: #e45225;
}
.life-skills-lesson-color .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #e45225;
  background: -moz-linear-gradient(90deg, rgb(228, 82, 37) 0%, rgba(228, 82, 37, 0.9864146342) 33%, rgba(228, 82, 37, 0.9612045502) 51%, rgba(228, 82, 37, 0.8631653345) 62%, rgba(228, 82, 37, 0.5298320012) 79%, rgba(228, 82, 37, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(228, 82, 37) 0%, rgba(228, 82, 37, 0.9864146342) 33%, rgba(228, 82, 37, 0.9612045502) 51%, rgba(228, 82, 37, 0.8631653345) 62%, rgba(228, 82, 37, 0.5298320012) 79%, rgba(228, 82, 37, 0) 100%);
  background: linear-gradient(90deg, rgb(228, 82, 37) 0%, rgba(228, 82, 37, 0.9864146342) 33%, rgba(228, 82, 37, 0.9612045502) 51%, rgba(228, 82, 37, 0.8631653345) 62%, rgba(228, 82, 37, 0.5298320012) 79%, rgba(228, 82, 37, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e45225",endColorstr="#e45225",GradientType=1);
}
@media (max-width: 767px) {
  .life-skills-lesson-color .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #e45225;
    background: -moz-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
    background: linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e45225",endColorstr="#e45225",GradientType=1);
  }
}
.life-skills-lesson-color .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #e45225;
  background: -moz-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
  background: linear-gradient(0deg, rgb(228, 82, 37) 4%, rgba(228, 82, 37, 0.9191877435) 49%, rgba(228, 82, 37, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e45225",endColorstr="#e45225",GradientType=1);
}
.life-skills-lesson-color .layout-btn {
  border-color: #e45225;
}
.life-skills-lesson-color .layout-btn-hover {
  background-color: #e45225;
}
.life-skills-lesson-color .layout-card-label {
  color: #e45225;
}
.life-skills-lesson-color .layout-card--img .layout-card-label {
  color: #fff;
}
.life-skills-lesson-color .layout-card-link-arrow {
  border-color: #e45225;
}
.life-skills-lesson-color .layout-label-title {
  background-color: #B9431F;
}
.life-skills-lesson-color .layout-col-label {
  color: #B9431F;
}
.life-skills-lesson-color .layout-innernav-list li a {
  color: #e45225;
}
.life-skills-lesson-color .layout-nav-btn {
  background-color: #e45225;
}
.life-skills-lesson-color .layout-nav-btn.collapsed {
  color: #e45225;
}
.life-skills-lesson-color .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #e45225;
}
.life-skills-lesson-color .layout-nav-btn:focus, .life-skills-lesson-color .layout-nav-btn:hover {
  background-color: #e45225 !important;
  color: #fff;
}
.life-skills-lesson-color .layout-nav-btn:focus .layout-nav-btnarrow, .life-skills-lesson-color .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.life-skills-lesson-color .layout-slider-title {
  color: #e45225;
}
.life-skills-lesson-color .layout-slider-nav .swiper-button-next::before,
.life-skills-lesson-color .layout-slider-nav .swiper-button-prev::before {
  border-color: #e45225;
}
.life-skills-lesson-color .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #e45225;
}
.life-skills-lesson-color .nav-inner .current-menu-item, .life-skills-lesson-color.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .life-skills-lesson-color.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .life-skills-lesson-color.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .life-skills-lesson-color.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .life-skills-lesson-color.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .life-skills-lesson-color.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .life-skills-lesson-color.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .life-skills-lesson-color.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .life-skills-lesson-color.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .life-skills-lesson-color.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .life-skills-lesson-color.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .life-skills-lesson-color.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .life-skills-lesson-color.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .life-skills-lesson-color.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .life-skills-lesson-color.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #B9431F;
  background-color: #B9431F;
  border-radius: 3px;
}
.life-skills-lesson-color .overview-share-links-default {
  background-color: #e45225;
}
.life-skills-lesson-color .share-footer-row-section {
  background-color: #e45225;
}
.life-skills-lesson-color .ordered-list-row-section,
.life-skills-lesson-color .ordered-list-row-section li,
.life-skills-lesson-color .check-list-row-section .content-intro,
.life-skills-lesson-color .check-list-row-section li {
  color: #e45225;
}
.life-skills-lesson-color .feedback-footer-row-section {
  background-color: #fff1eb;
}
.life-skills-lesson-color .bg-preset-light-blue {
  background-color: #fff1eb;
}
.life-skills-lesson-color .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(255, 241, 235);
}
.life-skills-lesson-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(255, 241, 235);
  background: -moz-linear-gradient(90deg, rgb(255, 241, 235) 0%, rgb(255, 241, 235) 19%, rgba(255, 241, 235, 0.9612045502) 30%, rgba(255, 241, 235, 0.8631653345) 47%, rgba(255, 241, 235, 0.5942577715) 67%, rgba(255, 241, 235, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 241, 235) 0%, rgb(255, 241, 235) 19%, rgba(255, 241, 235, 0.9612045502) 30%, rgba(255, 241, 235, 0.8631653345) 47%, rgba(255, 241, 235, 0.5942577715) 67%, rgba(255, 241, 235, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 241, 235) 0%, rgb(255, 241, 235) 19%, rgba(255, 241, 235, 0.9612045502) 30%, rgba(255, 241, 235, 0.8631653345) 47%, rgba(255, 241, 235, 0.5942577715) 67%, rgba(255, 241, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1eb",endColorstr="#fff1eb",GradientType=1);
}
@media (max-width: 767px) {
  .life-skills-lesson-color .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(255, 241, 235);
    background: -moz-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
    background: linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1eb",endColorstr="#fff1eb",GradientType=1);
  }
}
.life-skills-lesson-color .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(255, 241, 235);
  background: -moz-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 241, 235) 4%, rgba(255, 241, 235, 0.9191877435) 49%, rgba(255, 241, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1eb",endColorstr="#fff1eb",GradientType=1);
}
.life-skills-lesson-color .partners-more-less {
  color: #e45225;
}
.life-skills-lesson-color .link-arrow .link-arrow-icon {
  border-color: #e45225;
}
.life-skills-lesson-color .layout-filter-partners .filter-btn-text {
  color: #e45225;
}
.life-skills-lesson-color .layout-filter-partners .filter-btn {
  border-color: #e45225;
}
.life-skills-lesson-color .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #e45225;
}
.life-skills-lesson-color .layout-filter-partners .filter-active-remove {
  border-color: #e45225;
}
.life-skills-lesson-color .layout-filter-partners .filter-active-remove:hover {
  border-color: #e45225;
  background-color: #e45225;
}
.life-skills-lesson-color .layout-filter-partners .filter-active-remove::after,
.life-skills-lesson-color .layout-filter-partners .filter-active-remove::before {
  background-color: #e45225;
}
.life-skills-lesson-color .layout-filter-partners .filter-active-remove:hover::after,
.life-skills-lesson-color .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.life-skills-lesson-color .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #e45225;
}
.life-skills-lesson-color .layout-filter-partners .filter-btn:focus .filter-btn-text,
.life-skills-lesson-color .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.life-skills-lesson-color .layout-filter-partners .filter-dropdown {
  background-color: #fff1eb;
}
.life-skills-lesson-color .layout-filter-partners .filter-dropdown::before {
  background-color: #fff1eb;
}
.life-skills-lesson-color .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #e45225;
}
.life-skills-lesson-color .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #e45225;
}
.life-skills-lesson-color .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #e45225;
}
.life-skills-lesson-color .related-cards .layout-card-cont {
  background-color: #fff1eb;
}
.life-skills-lesson-color .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.life-skills-lesson-color .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #f6ab87;
}
.life-skills-lesson-color .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #982400;
}
.life-skills-lesson-color .breadcrumb li {
  color: #f6ab87;
}
.life-skills-lesson-color .breadcrumb li a {
  color: #982400;
}
.life-skills-lesson-color .overview-heading-colored {
  color: #e45225;
}
.life-skills-lesson-color .overview-detailsCont-grey .overview-details-title {
  color: #e45225;
}
.life-skills-lesson-color .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #e45225;
}
.life-skills-lesson-color .selected .list-select-checkbox {
  background-color: #e45225;
}
.life-skills-lesson-color .list-select-checkbox {
  border-color: #e45225;
}
.life-skills-lesson-color .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.life-skills-lesson-color .ingredient-scale .badge-pill.active {
  background-color: #e45225;
}
.life-skills-lesson-color .list-select-title {
  color: #e45225;
}
.life-skills-lesson-color .instructions-content-wyswyg-n {
  color: #e45225;
}
.life-skills-lesson-color .layout-card-dif .layout-card-dif-text {
  color: #e45225;
}
.life-skills-lesson-color .layout-section-bg.course-overview-row-section-bgcolor,
.life-skills-lesson-color .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #c8461e;
}
.life-skills-lesson-color .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #e45225;
}
.life-skills-lesson-color .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.life-skills-lesson-color .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.life-skills-lesson-color .overview-details-title span,
.life-skills-lesson-color .overview-others-title,
.life-skills-lesson-color .course-overview-row-section .overview-heading,
.life-skills-lesson-color .lesson-overview-row-section .overview-heading {
  color: #f6ab87;
}
.life-skills-lesson-color .overview-details:last-child,
.life-skills-lesson-color .overview-details {
  border-color: #c8461e;
}
.life-skills-lesson-color .section-show--link .link-inner .link-detail {
  background-color: #e45225;
}
.life-skills-lesson-color .overview-details--item span {
  color: #982400;
}
.life-skills-lesson-color .header-section-desc--duration {
  background-color: #c8461e;
}
.life-skills-lesson-color .lesson-minutes,
.life-skills-lesson-color .other-lessons-row-section .other-lessons-title {
  color: #842e11;
}
.life-skills-lesson-color .lesson-more,
.life-skills-lesson-color .lesson-wrapper .lesson-num {
  color: #e45225;
}
@media (max-width: 767px) {
  .life-skills-lesson-color .overview-buttomCont,
  .life-skills-lesson-color .header-section-bg-lesson .container-g {
    background-color: #e45225;
  }
}
.life-skills-lesson-color .header-author-bg-cont {
  background-color: #e45225;
}
.life-skills-lesson-color .btn-int-bg {
  border: 1px solid #fff1eb;
  background-color: #fff1eb;
  color: #e45225;
}
.life-skills-lesson-color .btn-int-bg:hover, .life-skills-lesson-color .btn-int-bg:focus, .life-skills-lesson-color .btn-int-bg:active {
  color: #fff1eb;
  background-color: #e45225;
}
.life-skills-lesson-color .btn-int-bg:hover .btn-caret, .life-skills-lesson-color .btn-int-bg:focus .btn-caret, .life-skills-lesson-color .btn-int-bg:active .btn-caret {
  border-color: #fff1eb transparent transparent transparent;
}
.life-skills-lesson-color .btn-caret {
  border-color: #e45225 transparent transparent transparent;
}

.life-skills-course-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills:not(.menu-item-type-post_type_archive),
.life-skills-lesson-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills:not(.menu-item-type-post_type_archive),
.life-skills-life-skills-template-default .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive,
.post-type-archive-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive {
  border-color: #B9431F;
}

.page-template-page-deal .nav-main-container-bg,
.page-template-page-deal .nav-inner .nav-main-container-bg {
  background-color: #F26C26;
}
.page-template-page-deal .header-section .layout-section-bg {
  background-color: #F26C26;
}
.page-template-page-deal .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #F26C26;
  background: -moz-linear-gradient(90deg, rgb(242, 108, 38) 0%, rgba(242, 108, 38, 0.9864146342) 33%, rgba(242, 108, 38, 0.9612045502) 51%, rgba(242, 108, 38, 0.8631653345) 62%, rgba(242, 108, 38, 0.5298320012) 79%, rgba(242, 108, 38, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(242, 108, 38) 0%, rgba(242, 108, 38, 0.9864146342) 33%, rgba(242, 108, 38, 0.9612045502) 51%, rgba(242, 108, 38, 0.8631653345) 62%, rgba(242, 108, 38, 0.5298320012) 79%, rgba(242, 108, 38, 0) 100%);
  background: linear-gradient(90deg, rgb(242, 108, 38) 0%, rgba(242, 108, 38, 0.9864146342) 33%, rgba(242, 108, 38, 0.9612045502) 51%, rgba(242, 108, 38, 0.8631653345) 62%, rgba(242, 108, 38, 0.5298320012) 79%, rgba(242, 108, 38, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F26C26",endColorstr="#F26C26",GradientType=1);
}
@media (max-width: 767px) {
  .page-template-page-deal .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #F26C26;
    background: -moz-linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
    background: linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F26C26",endColorstr="#F26C26",GradientType=1);
  }
}
.page-template-page-deal .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #F26C26;
  background: -moz-linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
  background: linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F26C26",endColorstr="#F26C26",GradientType=1);
}
.page-template-page-deal .layout-btn {
  border-color: #F26C26;
}
.page-template-page-deal .layout-btn-hover {
  background-color: #F26C26;
}
.page-template-page-deal .layout-card-label {
  color: #F26C26;
}
.page-template-page-deal .layout-card--img .layout-card-label {
  color: #fff;
}
.page-template-page-deal .layout-card-link-arrow {
  border-color: #F26C26;
}
.page-template-page-deal .layout-label-title {
  background-color: #F26C26;
}
.page-template-page-deal .layout-col-label {
  color: #F26C26;
}
.page-template-page-deal .layout-innernav-list li a {
  color: #F26C26;
}
.page-template-page-deal .layout-nav-btn {
  background-color: #F26C26;
}
.page-template-page-deal .layout-nav-btn.collapsed {
  color: #F26C26;
}
.page-template-page-deal .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #F26C26;
}
.page-template-page-deal .layout-nav-btn:focus, .page-template-page-deal .layout-nav-btn:hover {
  background-color: #F26C26 !important;
  color: #fff;
}
.page-template-page-deal .layout-nav-btn:focus .layout-nav-btnarrow, .page-template-page-deal .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.page-template-page-deal .layout-slider-title {
  color: #F26C26;
}
.page-template-page-deal .layout-slider-nav .swiper-button-next::before,
.page-template-page-deal .layout-slider-nav .swiper-button-prev::before {
  border-color: #F26C26;
}
.page-template-page-deal .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #F26C26;
}
.page-template-page-deal .nav-inner .current-menu-item, .page-template-page-deal.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .page-template-page-deal.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .page-template-page-deal.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .page-template-page-deal.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .page-template-page-deal.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .page-template-page-deal.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .page-template-page-deal.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .page-template-page-deal.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .page-template-page-deal.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .page-template-page-deal.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .page-template-page-deal.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .page-template-page-deal.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .page-template-page-deal.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .page-template-page-deal.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .page-template-page-deal.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #DE5914;
  background-color: #DE5914;
  border-radius: 3px;
}
.page-template-page-deal .overview-share-links-default {
  background-color: #F26C26;
}
.page-template-page-deal .share-footer-row-section {
  background-color: #F26C26;
}
.page-template-page-deal .ordered-list-row-section,
.page-template-page-deal .ordered-list-row-section li,
.page-template-page-deal .check-list-row-section .content-intro,
.page-template-page-deal .check-list-row-section li {
  color: #F26C26;
}
.page-template-page-deal .feedback-footer-row-section {
  background-color: #F26C26;
}
.page-template-page-deal .bg-preset-light-blue {
  background-color: #F26C26;
}
.page-template-page-deal .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(242, 108, 38);
}
.page-template-page-deal .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(242, 108, 38);
  background: -moz-linear-gradient(90deg, rgb(242, 108, 38) 0%, rgb(242, 108, 38) 19%, rgba(242, 108, 38, 0.9612045502) 30%, rgba(242, 108, 38, 0.8631653345) 47%, rgba(242, 108, 38, 0.5942577715) 67%, rgba(242, 108, 38, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(242, 108, 38) 0%, rgb(242, 108, 38) 19%, rgba(242, 108, 38, 0.9612045502) 30%, rgba(242, 108, 38, 0.8631653345) 47%, rgba(242, 108, 38, 0.5942577715) 67%, rgba(242, 108, 38, 0) 100%);
  background: linear-gradient(90deg, rgb(242, 108, 38) 0%, rgb(242, 108, 38) 19%, rgba(242, 108, 38, 0.9612045502) 30%, rgba(242, 108, 38, 0.8631653345) 47%, rgba(242, 108, 38, 0.5942577715) 67%, rgba(242, 108, 38, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F26C26",endColorstr="#F26C26",GradientType=1);
}
@media (max-width: 767px) {
  .page-template-page-deal .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(242, 108, 38);
    background: -moz-linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
    background: linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F26C26",endColorstr="#F26C26",GradientType=1);
  }
}
.page-template-page-deal .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(242, 108, 38);
  background: -moz-linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
  background: linear-gradient(0deg, rgb(242, 108, 38) 4%, rgba(242, 108, 38, 0.9191877435) 49%, rgba(242, 108, 38, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F26C26",endColorstr="#F26C26",GradientType=1);
}
.page-template-page-deal .partners-more-less {
  color: #F26C26;
}
.page-template-page-deal .link-arrow .link-arrow-icon {
  border-color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-btn-text {
  color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-btn {
  border-color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-active-remove {
  border-color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-active-remove:hover {
  border-color: #F26C26;
  background-color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-active-remove::after,
.page-template-page-deal .layout-filter-partners .filter-active-remove::before {
  background-color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-active-remove:hover::after,
.page-template-page-deal .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.page-template-page-deal .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-btn:focus .filter-btn-text,
.page-template-page-deal .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.page-template-page-deal .layout-filter-partners .filter-dropdown {
  background-color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-dropdown::before {
  background-color: #F26C26;
}
.page-template-page-deal .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #F26C26;
}
.page-template-page-deal .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #F26C26;
}
.page-template-page-deal .related-cards .layout-card-cont {
  background-color: #F26C26;
}
.page-template-page-deal .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.page-template-page-deal .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.page-template-page-deal .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #DE5914;
}
.page-template-page-deal .breadcrumb li {
  color: #F26C26;
}
.page-template-page-deal .breadcrumb li a {
  color: #DE5914;
}
.page-template-page-deal .overview-heading-colored {
  color: #F26C26;
}
.page-template-page-deal .overview-detailsCont-grey .overview-details-title {
  color: #F26C26;
}
.page-template-page-deal .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #F26C26;
}
.page-template-page-deal .selected .list-select-checkbox {
  background-color: #F26C26;
}
.page-template-page-deal .list-select-checkbox {
  border-color: #F26C26;
}
.page-template-page-deal .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.page-template-page-deal .ingredient-scale .badge-pill.active {
  background-color: #F26C26;
}
.page-template-page-deal .list-select-title {
  color: #F26C26;
}
.page-template-page-deal .instructions-content-wyswyg-n {
  color: #F26C26;
}
.page-template-page-deal .layout-card-dif .layout-card-dif-text {
  color: #F26C26;
}
.page-template-page-deal .layout-section-bg.course-overview-row-section-bgcolor,
.page-template-page-deal .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.page-template-page-deal .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #F26C26;
}
.page-template-page-deal .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.page-template-page-deal .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.page-template-page-deal .overview-details-title span,
.page-template-page-deal .overview-others-title,
.page-template-page-deal .course-overview-row-section .overview-heading,
.page-template-page-deal .lesson-overview-row-section .overview-heading {
  color: #F26C26;
}
.page-template-page-deal .overview-details:last-child,
.page-template-page-deal .overview-details {
  border-color: #DE5914;
}
.page-template-page-deal .section-show--link .link-inner .link-detail {
  background-color: #F26C26;
}
.page-template-page-deal .overview-details--item span {
  color: #DE5914;
}
.page-template-page-deal .header-section-desc--duration {
  background-color: #DE5914;
}
.page-template-page-deal .lesson-minutes,
.page-template-page-deal .other-lessons-row-section .other-lessons-title {
  color: #F26C26;
}
.page-template-page-deal .lesson-more,
.page-template-page-deal .lesson-wrapper .lesson-num {
  color: #F26C26;
}
@media (max-width: 767px) {
  .page-template-page-deal .overview-buttomCont,
  .page-template-page-deal .header-section-bg-lesson .container-g {
    background-color: #F26C26;
  }
}
.page-template-page-deal .header-author-bg-cont {
  background-color: #F26C26;
}
.page-template-page-deal .btn-int-bg {
  border: 1px solid #F26C26;
  background-color: #F26C26;
  color: #F26C26;
}
.page-template-page-deal .btn-int-bg:hover, .page-template-page-deal .btn-int-bg:focus, .page-template-page-deal .btn-int-bg:active {
  color: #F26C26;
  background-color: #F26C26;
}
.page-template-page-deal .btn-int-bg:hover .btn-caret, .page-template-page-deal .btn-int-bg:focus .btn-caret, .page-template-page-deal .btn-int-bg:active .btn-caret {
  border-color: #F26C26 transparent transparent transparent;
}
.page-template-page-deal .btn-caret {
  border-color: #F26C26 transparent transparent transparent;
}

.page-template-page-deal .header-default .header-section-text,
.page-template-page-deal .header-default .header-section-title {
  color: #fff;
}

.page-template-page-help .nav-main-container-bg,
.page-template-page-help .nav-inner .nav-main-container-bg {
  background-color: #888;
}
.page-template-page-help .header-section .layout-section-bg {
  background-color: #888;
}
.page-template-page-help .header-section .layout-section-bg .layout-section-bg-overlay {
  background: #888;
  background: -moz-linear-gradient(90deg, rgb(136, 136, 136) 0%, rgba(136, 136, 136, 0.9864146342) 33%, rgba(136, 136, 136, 0.9612045502) 51%, rgba(136, 136, 136, 0.8631653345) 62%, rgba(136, 136, 136, 0.5298320012) 79%, rgba(136, 136, 136, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(136, 136, 136) 0%, rgba(136, 136, 136, 0.9864146342) 33%, rgba(136, 136, 136, 0.9612045502) 51%, rgba(136, 136, 136, 0.8631653345) 62%, rgba(136, 136, 136, 0.5298320012) 79%, rgba(136, 136, 136, 0) 100%);
  background: linear-gradient(90deg, rgb(136, 136, 136) 0%, rgba(136, 136, 136, 0.9864146342) 33%, rgba(136, 136, 136, 0.9612045502) 51%, rgba(136, 136, 136, 0.8631653345) 62%, rgba(136, 136, 136, 0.5298320012) 79%, rgba(136, 136, 136, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#888",endColorstr="#888",GradientType=1);
}
@media (max-width: 767px) {
  .page-template-page-help .header-section .layout-section-bg .layout-section-bg-overlay {
    background: #888;
    background: -moz-linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
    background: linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#888",endColorstr="#888",GradientType=1);
  }
}
.page-template-page-help .header-section .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: #888;
  background: -moz-linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
  background: linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#888",endColorstr="#888",GradientType=1);
}
.page-template-page-help .layout-btn {
  border-color: #888;
}
.page-template-page-help .layout-btn-hover {
  background-color: #888;
}
.page-template-page-help .layout-card-label {
  color: #888;
}
.page-template-page-help .layout-card--img .layout-card-label {
  color: #fff;
}
.page-template-page-help .layout-card-link-arrow {
  border-color: #888;
}
.page-template-page-help .layout-label-title {
  background-color: #888;
}
.page-template-page-help .layout-col-label {
  color: #888;
}
.page-template-page-help .layout-innernav-list li a {
  color: #888;
}
.page-template-page-help .layout-nav-btn {
  background-color: #888;
}
.page-template-page-help .layout-nav-btn.collapsed {
  color: #888;
}
.page-template-page-help .layout-nav-btn.collapsed .layout-nav-btnarrow {
  border-color: #888;
}
.page-template-page-help .layout-nav-btn:focus, .page-template-page-help .layout-nav-btn:hover {
  background-color: #888 !important;
  color: #fff;
}
.page-template-page-help .layout-nav-btn:focus .layout-nav-btnarrow, .page-template-page-help .layout-nav-btn:hover .layout-nav-btnarrow {
  border-color: #fff;
}
.page-template-page-help .layout-slider-title {
  color: #888;
}
.page-template-page-help .layout-slider-nav .swiper-button-next::before,
.page-template-page-help .layout-slider-nav .swiper-button-prev::before {
  border-color: #888;
}
.page-template-page-help .layout-slider-pagination .swiper-pagination-bullet-active {
  background-color: #888;
}
.page-template-page-help .nav-inner .current-menu-item, .page-template-page-help.post-type-archive-recipe .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle.menu-item-type-post_type_archive, .page-template-page-help.post-type-archive-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills.menu-item-type-post_type_archive, .page-template-page-help.single-lesson .nav-inner .navbar-nav.nav-seccion-links li.active-business, .page-template-page-help.single-course .nav-inner .navbar-nav.nav-seccion-links li.active-business, .page-template-page-help.single-business .nav-inner .navbar-nav.nav-seccion-links li.active-business, .page-template-page-help.single-life-skills-course .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .page-template-page-help.single-life-skills-lesson .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .page-template-page-help.single-lemon-aid-foundation .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lemon-aid-foundation, .page-template-page-help.single-life-skills .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-life-skills, .page-template-page-help.single-lifestyle .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-lifestyle, .page-template-page-help.single-athome .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-at-home, .page-template-page-help.single-speaking .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-speaking, .page-template-page-help.single-advocacy .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-advocacy, .page-template-page-help.single-tv .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-tv, .page-template-page-help.single-trending .nav-inner .navbar-nav.nav-seccion-links li.menu-item-object-trending {
  border: 1px solid #777;
  background-color: #777;
  border-radius: 3px;
}
.page-template-page-help .overview-share-links-default {
  background-color: #888;
}
.page-template-page-help .share-footer-row-section {
  background-color: #888;
}
.page-template-page-help .ordered-list-row-section,
.page-template-page-help .ordered-list-row-section li,
.page-template-page-help .check-list-row-section .content-intro,
.page-template-page-help .check-list-row-section li {
  color: #888;
}
.page-template-page-help .feedback-footer-row-section {
  background-color: #888;
}
.page-template-page-help .bg-preset-light-blue {
  background-color: #888;
}
.page-template-page-help .header-section.header-gradient-light .layout-section-bg {
  background-color: rgb(136, 136, 136);
}
.page-template-page-help .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
  background: rgb(136, 136, 136);
  background: -moz-linear-gradient(90deg, rgb(136, 136, 136) 0%, rgb(136, 136, 136) 19%, rgba(136, 136, 136, 0.9612045502) 30%, rgba(136, 136, 136, 0.8631653345) 47%, rgba(136, 136, 136, 0.5942577715) 67%, rgba(136, 136, 136, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(136, 136, 136) 0%, rgb(136, 136, 136) 19%, rgba(136, 136, 136, 0.9612045502) 30%, rgba(136, 136, 136, 0.8631653345) 47%, rgba(136, 136, 136, 0.5942577715) 67%, rgba(136, 136, 136, 0) 100%);
  background: linear-gradient(90deg, rgb(136, 136, 136) 0%, rgb(136, 136, 136) 19%, rgba(136, 136, 136, 0.9612045502) 30%, rgba(136, 136, 136, 0.8631653345) 47%, rgba(136, 136, 136, 0.5942577715) 67%, rgba(136, 136, 136, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#888",endColorstr="#888",GradientType=1);
}
@media (max-width: 767px) {
  .page-template-page-help .header-section.header-gradient-light .layout-section-bg .layout-section-bg-overlay {
    background: rgb(136, 136, 136);
    background: -moz-linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
    background: linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#888",endColorstr="#888",GradientType=1);
  }
}
.page-template-page-help .header-section.header-gradient-light .layout-section-bg .layout-section-bgimg.mobile .layout-section-bg-overlay {
  background: rgb(136, 136, 136);
  background: -moz-linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
  background: linear-gradient(0deg, rgb(136, 136, 136) 4%, rgba(136, 136, 136, 0.9191877435) 49%, rgba(136, 136, 136, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#888",endColorstr="#888",GradientType=1);
}
.page-template-page-help .partners-more-less {
  color: #888;
}
.page-template-page-help .link-arrow .link-arrow-icon {
  border-color: #888;
}
.page-template-page-help .layout-filter-partners .filter-btn-text {
  color: #888;
}
.page-template-page-help .layout-filter-partners .filter-btn {
  border-color: #888;
}
.page-template-page-help .layout-filter-partners .filter-icon .filter-icon--bar {
  background-color: #888;
}
.page-template-page-help .layout-filter-partners .filter-active-remove {
  border-color: #888;
}
.page-template-page-help .layout-filter-partners .filter-active-remove:hover {
  border-color: #888;
  background-color: #888;
}
.page-template-page-help .layout-filter-partners .filter-active-remove::after,
.page-template-page-help .layout-filter-partners .filter-active-remove::before {
  background-color: #888;
}
.page-template-page-help .layout-filter-partners .filter-active-remove:hover::after,
.page-template-page-help .layout-filter-partners .filter-active-remove:hover::before {
  background-color: #fff;
}
.page-template-page-help .layout-filter-partners .filter-btn .filter-btn-bg {
  background-color: #888;
}
.page-template-page-help .layout-filter-partners .filter-btn:focus .filter-btn-text,
.page-template-page-help .layout-filter-partners .filter-btn:hover .filter-btn-text {
  color: #fff;
}
.page-template-page-help .layout-filter-partners .filter-dropdown {
  background-color: #888;
}
.page-template-page-help .layout-filter-partners .filter-dropdown::before {
  background-color: #888;
}
.page-template-page-help .filter-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #888;
}
.page-template-page-help .layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #888;
}
.page-template-page-help .layout-filter-partners .filter-innter-titleCont .filter-icon .filter-icon--bar {
  background-color: #888;
}
.page-template-page-help .related-cards .layout-card-cont {
  background-color: #888;
}
.page-template-page-help .breadcrumb.breadcrumb-one-item .breadcrumb-item::before,
.page-template-page-help .breadcrumb.breadcrumb-one-item .breadcrumb-item a {
  color: #fff;
}
.page-template-page-help .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8C8C8C;
}
.page-template-page-help .breadcrumb li {
  color: #888;
}
.page-template-page-help .breadcrumb li a {
  color: #8C8C8C;
}
.page-template-page-help .overview-heading-colored {
  color: #888;
}
.page-template-page-help .overview-detailsCont-grey .overview-details-title {
  color: #888;
}
.page-template-page-help .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  color: #888;
}
.page-template-page-help .selected .list-select-checkbox {
  background-color: #888;
}
.page-template-page-help .list-select-checkbox {
  border-color: #888;
}
.page-template-page-help .ingredient-scale .badge-pill {
  background-color: #badde6;
}
.page-template-page-help .ingredient-scale .badge-pill.active {
  background-color: #888;
}
.page-template-page-help .list-select-title {
  color: #888;
}
.page-template-page-help .instructions-content-wyswyg-n {
  color: #888;
}
.page-template-page-help .layout-card-dif .layout-card-dif-text {
  color: #888;
}
.page-template-page-help .layout-section-bg.course-overview-row-section-bgcolor,
.page-template-page-help .layout-section-bg.lesson-overview-row-section-bgcolor {
  background-color: #09111e;
}
.page-template-page-help .overview-detailsCont:not(.overview-detailsCont-grey) {
  background-color: #888;
}
.page-template-page-help .course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.page-template-page-help .lesson-overview-row-section .overview-wyl-checklist li .checklist-icon,
.page-template-page-help .overview-details-title span,
.page-template-page-help .overview-others-title,
.page-template-page-help .course-overview-row-section .overview-heading,
.page-template-page-help .lesson-overview-row-section .overview-heading {
  color: #888;
}
.page-template-page-help .overview-details:last-child,
.page-template-page-help .overview-details {
  border-color: #293f62;
}
.page-template-page-help .section-show--link .link-inner .link-detail {
  background-color: #888;
}
.page-template-page-help .overview-details--item span {
  color: #8C8C8C;
}
.page-template-page-help .header-section-desc--duration {
  background-color: #293f62;
}
.page-template-page-help .lesson-minutes,
.page-template-page-help .other-lessons-row-section .other-lessons-title {
  color: #888;
}
.page-template-page-help .lesson-more,
.page-template-page-help .lesson-wrapper .lesson-num {
  color: #888;
}
@media (max-width: 767px) {
  .page-template-page-help .overview-buttomCont,
  .page-template-page-help .header-section-bg-lesson .container-g {
    background-color: #888;
  }
}
.page-template-page-help .header-author-bg-cont {
  background-color: #888;
}
.page-template-page-help .btn-int-bg {
  border: 1px solid #888;
  background-color: #888;
  color: #888;
}
.page-template-page-help .btn-int-bg:hover, .page-template-page-help .btn-int-bg:focus, .page-template-page-help .btn-int-bg:active {
  color: #888;
  background-color: #888;
}
.page-template-page-help .btn-int-bg:hover .btn-caret, .page-template-page-help .btn-int-bg:focus .btn-caret, .page-template-page-help .btn-int-bg:active .btn-caret {
  border-color: #888 transparent transparent transparent;
}
.page-template-page-help .btn-caret {
  border-color: #888 transparent transparent transparent;
}

.page-template-page-help .header-default .header-section-text,
.page-template-page-help .header-default .header-section-title {
  color: #fff;
}

.template-simple {
  color: #fff;
  padding-top: 119px;
}
@media (max-width: 1200px) {
  .template-simple {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .template-simple {
    padding-top: 69px;
  }
}
.template-simple .layout-section-bg {
  background-color: #111d31;
}
.template-simple .layout-slider-title {
  color: #fff;
}

/* //
all general styles of this layout start with
.content-
*/
.content-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-section.mt {
  padding-top: 50px;
}
.content-section.mb {
  padding-bottom: 50px;
}

.content-section .container {
  max-width: 860px;
}

.content-section-mb {
  margin-bottom: 100px;
}

.content-section-pb {
  padding-bottom: 100px;
}

.content-title {
  font-size: 3.6rem;
  font-family: "Butler", sans-serif;
}

.content-text-wyswyg p {
  font-size: 1.7rem;
  line-height: 27px;
}

body.author .content-text-wyswyg p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.content-text-wyswyg a {
  color: #2E75BB;
}

.content-text-wyswyg a:hover {
  text-decoration: underline;
}

.lc-bg-blue {
  background-color: #f0f9fe;
}

.header-bg-margin {
  margin-left: 50px;
  padding-right: 50px;
}

.content-text-wyswyg blockquote,
.content-text-wyswyg blockquote p {
  font-family: vinyl, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem !important;
  line-height: 32px !important;
  color: #293F62;
  margin: 20px 0px;
}

.content-text-wyswyg ul, .content-text-wyswyg ol {
  padding-left: 18px;
}
.content-text-wyswyg ol li,
.content-text-wyswyg ul li {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 27px;
}
.content-text-wyswyg video,
.content-text-wyswyg iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.content-image.col-md {
  max-width: 50%;
}
@media (max-width: 767px) {
  .content-image.col-md {
    max-width: 100%;
  }
}

.content-image img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .header-bg-margin {
    margin-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-title {
    font-size: 2.8rem;
  }
}
.course-overview-row-section,
.lesson-overview-row-section {
  color: #fff;
}

.course-overview-row-section {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .course-overview-row-section {
    padding-bottom: 0;
  }
}

.layout-section-bg.course-overview-row-section-bgcolor,
.layout-section-bg.lesson-overview-row-section-bgcolor {
  background: #09111e;
}

.overview-row-section,
.course-overview-row-section .container-fluid,
.lesson-overview-row-section .container-fluid {
  position: relative;
  z-index: 1;
}

.course-overview-row-section .overview-heading,
.lesson-overview-row-section .overview-heading {
  font-family: "Nexa", sans-serif;
  font-size: 1.6rem;
  color: #99D0F0;
  letter-spacing: 0.53px;
}

.overview-heading-colored {
  font-family: "Nexa", sans-serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.53px;
  line-height: 1;
  margin-bottom: 10px;
}

.overview-text {
  font-size: 16px;
  font-size: 1.6rem;
}
.overview-text p {
  font-size: 16px;
  font-size: 1.6rem;
}

.course-overview-row-section .overview-wyl-checklist ul,
.lesson-overview-row-section .overview-wyl-checklist ul {
  margin-left: 2rem;
  list-style: none;
  margin-top: 10px;
}

.course-overview-row-section .overview-wyl-checklist li,
.lesson-overview-row-section .overview-wyl-checklist li {
  padding: 0 10px;
  line-height: normal;
  vertical-align: middle;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 13px;
}

.course-overview-row-section .overview-wyl-checklist li .checklist-icon,
.lesson-overview-row-section .overview-wyl-checklist li .checklist-icon {
  display: inline-block;
  width: 22px;
  margin-left: -26px;
  color: #a4cfed;
  font-size: 14px;
}

.overview-share-links .overview-share-label {
  list-style: none;
}

.overview-share-links div {
  text-align: center;
  padding: 7px 0px;
  line-height: normal;
  vertical-align: middle;
  font-size: 1.6rem;
}

.overview-share-links a {
  color: #fff;
}

.overview-share-links .fa-facebook-f {
  color: #0076FB;
}

.overview-share-links .fa-twitter {
  color: #1DA1F3;
}

.overview-share-links .fa-pinterest-p {
  color: #e60023;
}

div.overview-share-label {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
}

.overview-share-links {
  background: rgba(243, 243, 243, 0.1);
}
@media (min-width: 767px) {
  .overview-share-links {
    width: 40px;
  }
}

.overview-row-section .overview-share-links {
  background: #efefef;
  width: 100%;
}
@media (min-width: 991px) {
  .overview-row-section .overview-share-links {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .overview-row-section .overview-share-links {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .overview-row-section .overview-share-links div {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .overview-row-section .overview-share-options {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .overview-row-section .overview-share-options {
    padding-right: 0px;
  }
}
.overview-row-section .overview-share-links a {
  color: #000;
}

.overview-resources a div {
  color: #fff;
  font-family: "Nexa", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  line-height: 18px;
  padding: 3px 0 1px;
}

.overview-resources a {
  text-transform: none;
}

.overview-share-options {
  padding-right: 5px;
}

.overview-share-links-default {
  width: 45px;
  position: absolute;
  top: 60px;
  left: 100px;
  background-color: #000;
}
@media (max-width: 1170px) {
  .overview-share-links-default {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .overview-share-links-default {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.overview-share-links-default .overview-share-links {
  background-color: transparent;
}
@media (max-width: 991px) {
  .overview-share-links-default .overview-share-links {
    max-width: 450px;
    width: 100%;
  }
}
.overview-share-links-default div.overview-share-label {
  color: #fff;
}
.overview-share-links-default .overview-share-links i,
.overview-share-links-default i,
.overview-share-links-default a i {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .course-overview-row-section,
  .lesson-overview-row-section {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .course-overview-row-section,
  .lesson-overview-row-section {
    margin-left: 0;
    padding-top: 0;
  }
  .overview-share-links div {
    padding: 7px 12px;
    margin: 0;
  }
  div.overview-share-label {
    font-size: 1rem;
    text-align: center;
    padding: 10px;
    text-align: left;
  }
  .overview-share-links {
    background: transparent;
    max-width: 400px;
  }
  .overview-share-options {
    padding-left: 0;
    padding-right: 0;
  }
}
.overview-detailsCont {
  background-color: #111d31;
  padding: 30px 44px;
  margin-top: -20px;
}
@media (max-width: 1300px) {
  .overview-detailsCont {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .overview-detailsCont {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .overview-detailsCont {
    padding: 20px 15px 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .overview-detailsCont.border-bottom-radius {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

.overview-details-title {
  color: #ffffff;
  font-family: "nexa", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.overview-details-title span {
  color: #99D0F0;
}

.overview-details {
  padding: 7px 5px;
  border-top: 1px solid #293F62;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.overview-details:last-child {
  border-bottom: 1px solid #293F62;
}

@media (max-width: 991px) {
  .overview-row-section-p0-lg {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .overview-row-section-p0-lg .overview-detailsCont-brake-sm {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .overview-row-section-p0-lg .overview-share-options {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .overview-detailsCont-brake-sm .overview-details {
    display: block;
    position: relative;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .overview-detailsCont-brake-sm .overview-details--item-icon {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .overview-detailsCont-brake-sm .overview-details--item-icon .fas.fa-chart-pie {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.overview-details--item {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
}
.overview-details--item span {
  display: inline-block;
  margin-right: 5px;
  color: #8C8C8C;
  font-family: "nexa", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}
.overview-details--item .item-title {
  display: inline-block;
  margin-right: 5px;
  color: #8C8C8C;
  font-family: "nexa", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

.overview-details--item-icon {
  font-size: 17px;
  font-size: 1.7rem;
}

.overview-detailsCont-grey {
  background-color: #efefef;
}
.overview-detailsCont-grey .overview-details {
  justify-content: flex-start;
}
.overview-detailsCont-grey .overview-details--item {
  color: #000;
  font-weight: 700;
  padding-right: 8.5%;
}
@media (max-width: 1200px) {
  .overview-detailsCont-grey .overview-details--item {
    padding-right: 4.5%;
  }
}
@media (max-width: 1000px) {
  .overview-detailsCont-grey .overview-details--item {
    padding-right: 3%;
  }
}
.overview-detailsCont-grey .overview-details--item:last-child {
  padding-right: 0;
}
.overview-detailsCont-grey .overview-details--item span {
  display: inline-block;
  margin-right: 0px;
  color: #000;
}
.overview-detailsCont-grey .overview-details--item .item-title {
  display: inline-block;
  margin-right: 5px;
  color: #8C8C8C;
  font-family: "nexa", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}
.overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .overview-detailsCont-grey .overview-details--item.overview-details--item-icon {
    padding-right: 10px;
  }
}
.overview-detailsCont-grey .overview-details {
  border-color: #d9d9d9;
}
.overview-detailsCont-grey .overview-details-title {
  color: #000;
}

.overview-othersCont {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .overview-othersCont {
    display: none;
  }
}

.overview-others-title {
  font-family: "nexa", sans-serif;
  color: #99d0f0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.57px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}

.pb-overview-btn {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .pb-overview-btn {
    padding-bottom: 40px;
  }
}

.overview-buttomCont {
  position: absolute;
  bottom: 0;
  left: 180px;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .overview-buttomCont {
    left: 80px;
  }
}
@media (max-width: 767px) {
  .overview-buttomCont {
    position: static;
    background-color: #111e31;
    width: 100%;
    margin-top: -30px;
    padding: 0 15px 20px;
  }
}

.check-list-centered-row-section.lc-bg-blue .content-intro,
.check-list-centered-row-section.lc-bg-blue li {
  color: #293F62;
  font-family: libre-franklin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
}

.check-list-centered-row-section.lc-bg-blue ol {
  margin-left: 2rem;
  list-style: none;
}

.check-list-centered-row-section.lc-bg-blue li {
  padding: 5px 10px;
  line-height: 2.4rem;
}

.check-list-centered-row-section.lc-bg-blue li::before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check' fill='%23a4cfed' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/></svg>");
  background-repeat: no-repeat;
  background-size: 2.7rem 2.7rem;
  height: 30px;
  width: 33px;
  margin-left: -34px;
  background-position: 0px 10px;
}

.check-list-centered-row-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 10px;
}

.check-list-row-section.lc-bg-blue .content-intro,
.check-list-row-section.lc-bg-blue li {
  color: #293F62;
  font-family: libre-franklin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
}

.check-list-row-section.lc-bg-blue ol {
  margin-left: 2rem;
  list-style: none;
}

.check-list-row-section.lc-bg-blue li {
  padding: 5px 10px;
  line-height: 2.4rem;
}

.check-list-row-section.lc-bg-blue li::before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check' fill='%23a4cfed' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/></svg>");
  background-repeat: no-repeat;
  background-size: 2.7rem 2.7rem;
  height: 30px;
  width: 33px;
  margin-left: -34px;
  background-position: 0px 10px;
}

.check-list-row-section .content-intro,
.check-list-row-section li {
  color: #000000;
  font-family: libre-franklin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
}

.check-list-row-section ol {
  margin-left: 2rem;
  list-style: none;
}

.check-list-row-section li {
  padding: 5px 10px;
  line-height: 2.4rem;
  position: relative;
}

.check-list-row-section li::before {
  content: "\f00c";
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  height: 30px;
  width: 33px;
  margin-left: -20px;
  background-position: 0px 10px;
  position: absolute;
  top: 10px;
  left: 0;
}

.check-list-centered-row-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 10px;
}

.check-list-row-section.lc-bg-blue-margin .content-intro,
.check-list-row-section.lc-bg-blue-margin li {
  color: #293F62;
  font-family: libre-franklin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
}

.check-list-row-section.lc-bg-blue-margin ol {
  margin-left: 2rem;
  list-style: none;
}

.check-list-row-section.lc-bg-blue-margin li {
  padding: 5px 10px;
  line-height: 2.4rem;
}

.check-list-row-section.lc-bg-blue-margin li::before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check' fill='%23a4cfed' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/></svg>");
  background-repeat: no-repeat;
  background-size: 2.7rem 2.7rem;
  height: 30px;
  width: 33px;
  margin-left: -34px;
  background-position: 0px 10px;
}

.closing-tips-row-section li {
  font-family: libre-franklin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
}

.closing-tips-row-section .tips-heading {
  font-family: vinyl, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}

.closing-tips-row-section ol {
  margin-left: 2rem;
}

.closing-tips-row-section li {
  padding: 5px 10px;
  line-height: 2.4rem;
}

.closing-tips-row-section .container {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: #2a3f61;
}

.closing-tips-row-section .author-img {
  text-align: center;
}

.closing-tips-row-section .author-img img {
  width: 100%;
  max-width: 200px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.closing-tips-row-section .tips-container {
  margin: 10px 0 0;
}

@media screen and (max-width: 870px) {
  .closing-tips-row-section {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .closing-tips-row-section .author-img {
    order: 1;
    text-align: center;
  }
  .closing-tips-row-section .tips-wrapper {
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  .content-image-left-row-section .content-image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .content-image-right-row-section .content-image {
    margin-top: 30px;
  }
}
.credit-source-row-section,
.credit-source-row-section p {
  font-family: libre-franklin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #8C8C8C;
}

.credit-source-row-section a {
  text-decoration: none;
  color: #8C8C8C;
}

.credit-source-row-section a:hover {
  text-decoration: underline;
}

.credit-source-row-section .source-text-wyswyg ul {
  list-style: none;
}

.credit-source-row-section .source-text-wyswyg li {
  margin: 0 0 15px;
}

@media screen and (max-width: 575px) {
  .credit-source-row-section .source-text-wyswyg {
    padding: 0 30px;
    word-break: break-word;
  }
}
.feedback-footer-row-section {
  background: #EBF6FC;
  font-family: "Nexa", sans-serif;
  font-size: 1.6rem;
  color: #293F62;
}

.feedback-footer-row-section .far {
  color: #8C8C8C;
  font-size: 2rem;
}

.feedback-footer-row-section .far.fa-thumbs-up {
  margin: 0 10px;
}

.feedback-footer-row-section .far.fa-comment-alt {
  font-size: 1.5rem;
  margin-left: 10px;
}

.feedback-footer-row-section .leave-comment {
  text-align: center;
}

@media screen and (min-width: 576px) and (max-width: 605px) {
  .feedback-footer-row-section .leave-comment {
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .feedback-footer-row-section .helpful {
    text-align: center;
  }
  .feedback-footer-row-section .leave-comment {
    text-align: center;
    margin-top: 20px;
  }
}
.infographic-desktop img,
.infographic-mobile img {
  width: 100%;
}

.infographic-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .infographic-mobile {
    display: block;
  }
  .infographic-desktop {
    display: none;
  }
  .infographic-section .infographic-container {
    max-width: 415px;
    width: 100%;
  }
}
.lemon-quote .lemon-quote-wrapper {
  background-image: url(../images/lemon-quote.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 235px;
  background-size: inherit;
  position: relative;
}

.lemon-quote-left-row-section .lemon-quote-wrapper {
  margin-right: 40px;
}

.lemon-quote-wrapper .small-quote {
  font-family: "Libre Franklin", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #8D8D8D;
}

.lemon-quote-wrapper .large-quote {
  font-family: vinyl, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: #293F62;
}

.lemon-quote-align {
  width: 100%;
  max-width: 375px;
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .lemon-quote-align {
    width: 90%;
    max-width: inherit;
    padding: 0 10px;
  }
  .lemon-quote-wrapper {
    margin-bottom: 30px;
  }
  .lemon-quote-left-row-section .lemon-quote-wrapper {
    margin-right: 0;
  }
  .content-section.lemon-quote .content-text-wyswyg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.lemon-quote-right-row-section .lemon-quote-wrapper {
  margin-left: 40px;
}

@media screen and (max-width: 575px) {
  .lemon-quote-right-row-section .lemon-quote-wrapper {
    margin-left: 0px;
  }
}
.ordered-list-row-section .content-intro,
.ordered-list-row-section li {
  font-family: libre-franklin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
}

.ordered-list-row-section ol {
  margin-left: 2rem;
}

.ordered-list-row-section li {
  padding: 5px 10px;
  line-height: 2.4rem;
}

@media (min-width: 768px) {
  .ordered-list-2cols {
    column-count: 2;
    column-gap: 50px;
  }
}

.ordered-list-row-section.lc-bg-blue .content-intro,
.ordered-list-row-section.lc-bg-blue li {
  color: #293F62;
  font-family: libre-franklin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
}

.ordered-list-row-section.lc-bg-blue ol {
  margin-left: 2rem;
}

.ordered-list-row-section.lc-bg-blue li {
  padding: 5px 10px;
  line-height: 2.4rem;
}

.ordered-list-row-section.lc-bg-blue-margin .content-intro,
.ordered-list-row-section.lc-bg-blue-margin li {
  color: #293F62;
  font-family: libre-franklin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
}

.ordered-list-row-section.lc-bg-blue-margin ol {
  margin-left: 2rem;
}

.ordered-list-row-section.lc-bg-blue-margin li {
  padding: 5px 10px;
  line-height: 2.4rem;
}

.other-lessons-row-section .container {
  max-width: 1000px;
  padding: 0;
}
@media (max-width: 1200px) {
  .other-lessons-row-section .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .other-lessons-row-section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.other-lessons-row-section .other-lessons-title {
  font-family: "Nexa", sans-serif;
  font-size: 1.8rem;
  color: #293F62;
  border-bottom: 1px solid #EBEBEB;
  display: block;
}

.lesson-img-bg {
  width: 270px;
  padding-top: 57%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 767px) {
  .lesson-img-bg {
    width: 100%;
  }
}

.lesson-img-bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  opacity: 0.3;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgba(0, 0, 0, 0.8743698163) 34%, rgba(0, 0, 0, 0.6950981076) 54%, rgba(0, 0, 0, 0.4570028695) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgba(0, 0, 0, 0.8743698163) 34%, rgba(0, 0, 0, 0.6950981076) 54%, rgba(0, 0, 0, 0.4570028695) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgba(0, 0, 0, 0.8743698163) 34%, rgba(0, 0, 0, 0.6950981076) 54%, rgba(0, 0, 0, 0.4570028695) 70%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.lesson-img audio {
  position: absolute;
  bottom: 15px;
  width: 90%;
  left: 5%;
  background-color: transparent;
  border-radius: 20px;
  height: 40px;
}

.lesson-wrapper a.lesson-img {
  overflow: hidden;
}
.lesson-wrapper a.lesson-img:hover .lesson-img-bg {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.lesson-wrapper .lesson-img img {
  width: 100%;
  max-width: 270px;
}

.lesson-wrapper-no-num .lesson-img {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .lesson-wrapper-no-num .lesson-img {
    margin-right: 0 !important;
  }
}

.lesson-wrapper .lesson-num {
  color: #2E75BB;
  font-size: 2.6rem;
  width: 70px;
  text-align: center;
  min-width: 36px;
  flex: 36px 0 0;
}

.lesson-content {
  max-width: 125.5rem;
}

.lesson-wrapper .lesson-title {
  font-size: 2.8rem;
  font-family: "Butler", sans-serif;
  line-height: 34px;
}
@media (min-width: 768px) {
  .lesson-wrapper .lesson-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .lesson-wrapper .lesson-title {
    display: block;
  }
}

.lesson-minutes {
  background: #E4E4E4;
  display: inline-block;
  border-radius: 40px;
  padding: 3px 15px;
  font-size: 0.9rem;
  color: #293F62;
  margin: 5px 0 10px;
}

.lesson-preview p,
.lesson-preview {
  font-size: 1.6rem;
  line-height: 26px;
}

.lesson-more {
  font-family: "Nexa", sans-serif;
  font-size: 1.7rem;
  color: #2E75BB;
  text-decoration: none;
  display: block;
}

.lesson-more:hover {
  color: #2E75BB;
  text-decoration: underline;
}

.lesson-wrapper {
  border-bottom: 1px solid #EBEBEB;
}

.start-lesson-btn {
  font-family: "Nexa", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
  border: 1px solid #2E75BB;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1.75px;
  background: transparent;
  background: linear-gradient(to right, #2E75BB 50%, transparent 50%);
  background-size: 220%;
  background-position: right bottom;
  transition: all 0.4s ease-in-out;
}

.start-lesson-btn span {
  background-image: url(../images/lemon-quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 12px;
  float: right;
  width: 12px;
  transition: all 0.4s ease-in-out;
}

.start-lesson-btn:hover {
  color: #fff;
  text-decoration: none;
  background-position: left bottom;
}

.start-lesson-btn:hover span {
  transform: translateX(10px);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .lesson-wrapper .lesson-img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .lesson-wrapper .lesson-img {
    order: 1;
    flex: auto;
    margin-bottom: 15px;
  }
  .lesson-wrapper .lesson-num {
    order: 2;
    margin-left: 20px;
  }
  .lesson-wrapper .lesson-content {
    order: 3;
  }
  .lesson-wrapper .row {
    margin: 0;
  }
  .lesson-wrapper .lesson-num {
    font-size: 2.4rem;
  }
}
.truncate-lesson:not(.full-story) {
  max-height: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .truncate-lesson:not(.full-story) {
    max-height: 120px;
  }
}

.collapse-lesson:not(.show) {
  display: block;
  height: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .collapse-lesson:not(.show) {
    height: auto;
    -webkit-line-clamp: none;
  }
}

@media (max-width: 767px) {
  .lesson-more {
    display: none;
  }
}
.lesson-more .collapse-more {
  display: none;
}
.lesson-more.collapsed .collapse-less {
  display: none;
}
.lesson-more.collapsed .collapse-more {
  display: block;
}

.share-footer-row-section {
  background: #293F62;
}

.share-footer-row-section .footer-share-heading {
  font-size: 3.6rem;
  font-family: "Butler", sans-serif;
  color: #fff;
  width: 100%;
}

.share-footer-row-section .fa-pinterest-p,
.share-footer-row-section .fa-facebook-f,
.share-footer-row-section .fa-twitter,
.share-footer-row-section .fa-linkedin-in,
.share-footer-row-section .fa-share-alt {
  padding: 12px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
}

.share-footer-row-section .footer-share-social-list li.only-recipes-show {
  display: none;
}

.single-recipe .share-footer-row-section .footer-share-social-list li.only-recipes-show {
  display: inline-block;
}

.share-footer-row-section .footer-share-social-list {
  list-style: none;
  padding: 0;
}

.share-footer-row-section .footer-share-social-list li {
  display: inline-block;
}

.share-footer-row-section .footer-share-social-list li a {
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  margin-right: 5px;
}

.share-footer-row-section .fa-facebook-f {
  background: #3B5998;
}

.share-footer-row-section .fa-pinterest-p {
  background: #e60023;
}

.share-footer-row-section .fa-twitter {
  background: #55ACEE;
  padding: 13px 14px;
}

.share-footer-row-section .fa-linkedin-in {
  background: #0077b5;
}

.share-footer-row-section .fa-share-alt {
  background: #92CE3B;
}

.share-footer-row-section .share-container {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .share-footer-row-section .footer-share-heading {
    font-size: 2.4rem;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .share-footer-row-section li a {
    margin-right: 5px;
  }
}
.ingredient-scale-title {
  color: #8c8c8c;
  font-family: "nexa", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.43px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.ingredient-scale {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 10px;
}
.ingredient-scale .badge-pill {
  background-color: #ccc;
  font-family: "Libre Franklin", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  padding: 4px 8px;
  line-height: 10px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .ingredient-scale .badge-pill {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 10px;
    margin-left: 3px;
  }
}
.ingredient-scale .badge-pill.active {
  background-color: #000;
}
.ingredient-scale .badge-pill:hover {
  cursor: pointer;
}

.instructions-content-wyswyg-cont {
  margin-bottom: 35px;
}

.instructions-content-wyswyg-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.instructions-content-wyswyg-header .instructions-content-wyswyg-n {
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  max-width: 37px;
}

.instructions-content-wyswyg-n {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: 0.87px;
}
@media (max-width: 767px) {
  .instructions-content-wyswyg-n {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.instructions-content-wyswyg-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Butler", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .instructions-content-wyswyg-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.instructions-content-wyswyg {
  padding-left: 35px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .instructions-content-wyswyg {
    padding-left: 0;
  }
}
.instructions-content-wyswyg p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.instructions-content-wyswyg ul, .instructions-content-wyswyg ol {
  padding-left: 18px;
}
.instructions-content-wyswyg ol li,
.instructions-content-wyswyg ul li {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 27px;
}
.instructions-content-wyswyg video,
.instructions-content-wyswyg iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.instructions-content-wyswyg img {
  max-width: 100%;
  height: auto;
  border-radius: 17px;
}

.notes-recipes {
  background-color: #fafafa;
  padding: 30px 40px;
  margin-bottom: 20px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .notes-recipes {
    padding: 20px 25px;
  }
}

.notes-recipes-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: "nexa", sans-serif;
}

.notes-recipes-wyswyg p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.notes-recipes-wyswyg ul, .notes-recipes-wyswyg ol {
  padding-left: 0px;
  list-style: none;
}
.notes-recipes-wyswyg ol li,
.notes-recipes-wyswyg ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 10px 0;
  padding-left: 10px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.notes-recipes-wyswyg ol li:before,
.notes-recipes-wyswyg ul li:before {
  content: "";
  display: block;
  height: 3px;
  width: 3px;
  background-color: #000;
  margin-right: 5px;
  border-radius: 100%;
  position: absolute;
  top: 18px;
  left: 0;
}
.notes-recipes-wyswyg ol li:first-child,
.notes-recipes-wyswyg ul li:first-child {
  border-top: 1px solid #efefef;
}
.notes-recipes-wyswyg video,
.notes-recipes-wyswyg iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.notes-recipes-wyswyg img {
  max-width: 100%;
  height: auto;
  border-radius: 17px;
}

.equipment-slider {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.equipment-slider .swiper-slide {
  width: 33.33333333%;
}
.equipment-slider .layout-slider-pagination {
  margin-top: 5px;
}
.equipment-slider.slide-less-3 .layout-slider-nav, .equipment-slider.slide-less-3 .layout-slider-pagination {
  display: none;
}

.equipment-slide-item {
  text-align: center;
}
.equipment-slide-item img {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.equipment-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Butler", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .equipment-title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.equipment-text p,
.equipment-text {
  font-size: 16px;
  font-size: 1.6rem;
}

.equipment-slide-item-text {
  padding: 8px 10px;
  font-family: "nexa", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.71px;
}

.nutri {
  border: 1px solid red;
}

.nutri-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fafafa;
  padding: 20px 35px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .nutri-list {
    display: block;
  }
}
@media (max-width: 767px) {
  .nutri-list {
    padding: 20px 15px;
  }
}
.nutri-list > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .nutri-list > div {
    max-width: 100%;
  }
}
.nutri-list.nutri-list-bg {
  background-color: #efefef;
}
.nutri-list.nutri-list-3 > div {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 767px) {
  .nutri-list.nutri-list-3 > div {
    max-width: 100%;
  }
}

.nutri-list-full {
  background-color: #fafafa;
  padding: 10px 35px;
}
@media (max-width: 767px) {
  .nutri-list-full {
    padding: 10px 15px;
  }
}
.nutri-list-full.nutri-right {
  text-align: right;
}
.nutri-list-full.nutri-text-smaller p, .nutri-list-full.nutri-text-smaller {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}
.nutri-list-full.nutri-text-smaller {
  padding-bottom: 20px;
}
.nutri-list-full .strong {
  font-weight: 600;
}

.nutri-list-border-cont {
  background-color: #fafafa;
  padding: 0px 35px 10px;
}
@media (max-width: 767px) {
  .nutri-list-border-cont {
    padding: 0px 15px 10px;
  }
}
.nutri-list-border-cont .nutri-list {
  padding: 0;
  position: relative;
}
.nutri-list-border-cont .nutri-list-item {
  border-bottom: 1px solid #efefef;
}
.nutri-list-border-cont .nutri-list:before,
.nutri-list-border-cont .nutri-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(50% - 5px);
  height: 1px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .nutri-list-border-cont .nutri-list:before,
  .nutri-list-border-cont .nutri-list:after {
    display: none;
  }
}
.nutri-list-border-cont .nutri-list:before {
  left: 0;
}
.nutri-list-border-cont .nutri-list:after {
  right: 0;
}

.nutri-list-header {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .nutri-list-header {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.nutri-list-header span {
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.nutri-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .nutri-list-item {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.nutri-list-item > div {
  padding: 10px 0;
}
.nutri-list-item .nutri-list-item-last {
  margin-left: auto;
  text-align: right;
  font-weight: 600;
}
.nutri-list-item span {
  font-style: italic;
  color: #808080;
}

.partners-row-section {
  padding-top: 50px;
  padding-bottom: 40px;
}

.partners-row-section .container {
  max-width: 1140px;
}

.partners-wrapper {
  background: #fff;
}

.partners-title,
.partners-contact {
  font-family: "Nexa", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}

.partners-title {
  letter-spacing: 0.53px;
}

.partners-contact {
  letter-spacing: 1.85px;
}

.partners-img {
  max-width: 175px;
  margin: 0 auto;
}

.partners-img img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.partners-content p,
.partners-content {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.partners-content p:nth-last-child(1) {
  margin-bottom: 0;
}

.partners-more-less {
  font-family: "Nexa", sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  color: #2E75BB;
  display: inline-block;
}

.partners-content.collapse:not(.show) {
  display: block;
  /* height = lineheight * num of lines to display */
  height: 4.5em;
  overflow: hidden;
  /*webkit dot dot*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.partners-content.collapsing {
  height: 4.5em;
}

.partners-more-less.collapsed .less {
  display: none;
}
.partners-more-less.collapsed .more {
  display: inline-block;
}

.partners-more-less:not(.collapsed) .less {
  display: inline-block;
}
.partners-more-less:not(.collapsed) .more {
  display: none;
}

@media screen and (max-width: 767px) {
  .partners-title {
    text-align: center;
  }
  .partners-img img {
    width: 65%;
  }
  .partners-content {
    font-size: 1.7rem;
  }
  .partners-content.collapse:not(.show) {
    display: block;
    height: 0;
    overflow: hidden;
  }
  .partners-content.collapsing {
    height: 0;
  }
  .partners-wrapper .mobile-chev {
    position: absolute;
    top: -85px;
    right: 0;
  }
  .partners-wrapper[aria-expanded=false] .mobile-chev:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-chevron-up' fill='%232E75BB' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    height: 30px;
    width: 33px;
    background-position: 0px 10px;
    position: absolute;
    top: 50px;
    right: 13px;
    transform: rotate(180deg);
  }
  .partners-wrapper[aria-expanded=true] .mobile-chev:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-chevron-up' fill='%232E75BB' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    height: 30px;
    width: 33px;
    background-position: 0px 10px;
    position: absolute;
    top: 40px;
    right: 0px;
    transform: rotate(0deg);
  }
  .partners-wrapper-image .mobile-chev {
    position: absolute;
    top: 50%;
    right: 15px;
  }
  .partners-wrapper-image[aria-expanded=true] .partners-content-wrapper {
    padding-bottom: 20px;
  }
  .partners-wrapper-image[aria-expanded=false] .mobile-chev:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-chevron-up' fill='%232E75BB' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    height: 30px;
    width: 33px;
    background-position: 0px 10px;
    position: absolute;
    top: -11px;
    right: 13px;
    transform: rotate(180deg);
  }
  .partners-wrapper-image[aria-expanded=true] .mobile-chev:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-chevron-up' fill='%232E75BB' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    height: 30px;
    width: 33px;
    background-position: 0px 10px;
    position: absolute;
    top: -21px;
    right: 0px;
    transform: rotate(0deg);
  }
  .partners-wrapper-image[aria-expanded=true] .partners-content-wrapper {
    padding-bottom: 20px;
  }
  .partners-title-no-image {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.layout-filter-partners .filter-btn-text {
  color: #2E75BB;
}
.layout-filter-partners .show .filter-btn-text {
  color: #fff;
}
.layout-filter-partners .filter-border {
  border-bottom: 1px solid #dddfe1;
}
.layout-filter-partners .filter-innter-titleCont .filter-btn-text {
  color: #2E75BB;
}

/* LAYOUTS - Page layout styles */