/* ===== BASE ====== */
/* CONTAINER'S MAX WIDTH */
/* FONTS */
/* FONT-SIZE */
:root {
  --fontSize-regular: 1.125rem;
  --fontSize-xxlarge: 4.875rem;
  --fontSize-xxlarge-02: 4.25rem;
  --fontSize-xlarge: 3.625rem;
  --fontSize-xlarge-02: 2.375rem;
  --fontSize-large: 1.75rem;
  --fontSize-medium: 1.375rem;
  --fontSize-small: 0.875rem;
  --fontSize-xsmall: 0.5rem;
}
@media (max-width: 640px) {
  :root {
    --fontSize-regular: 0.875rem;
    --fontSize-xlarge: 2.375rem;
    --fontSize-large: 2rem;
    --fontSize-medium: 1.125rem;
    --fontSize-small: 0.875rem;
    --fontSize-xsmall: 0.5rem;
  }
}

/* LINE HEIGHT */
/* COLORS */
/* BRANDS COLOR */
/* STATUS COLOR */
/* FOR SPACING (MARGIN AND PADDING) */
/* IMAGE SPRITE */
/* ICONS */
.sec-generic .content--header,
.sec-generic .content--body {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
}

/* STICKY ELEMENT */
.gen-sticky {
  position: relative;
  padding: 70px 0;
  z-index: 98;
}
.gen-sticky .content--header {
  margin-bottom: 15px;
  text-align: left;
}
.gen-sticky .content--header > *:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .gen-sticky {
    padding: 40px 0 50px;
  }
  .gen-sticky .content--header {
    margin-bottom: 30px;
  }
}

.gen-sticky .sticky-wrapper-article {
  max-width: unset;
}
.gen-sticky .sticky-wrapper-article .sticky-content__main-wrapper {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .gen-sticky .sticky-wrapper-article .sticky-content__main-wrapper {
    padding-right: 0;
  }
}

.gen-sticky .content--header:first-of-type h1 {
  margin-top: 0;
}
.gen-sticky .content--header:not(:first-of-type) {
  margin-top: 60px;
}
.gen-sticky .content--header h1, .gen-sticky .content--header h2 {
  font-weight: 600;
  text-align: left;
  color: #10398e;
  max-width: unset;
}
.gen-sticky .content--header h1 sup, .gen-sticky .content--header h2 sup {
  margin: 0 10px 0 -10px;
  font-size: 50%;
  vertical-align: top;
}
.gen-sticky .content--header h1.c--black, .gen-sticky .content--header h2.c--black {
  color: #212121;
}

.gen-sticky .properties-card ~ .content--header:not(:first-of-type) {
  margin-top: 30px;
}

.gen-sticky .properties-card ~ .sec-cta ~ .content--header {
  margin-top: 60px;
}

.gen-sticky .content--body * {
  max-width: unset;
}
.gen-sticky .content--body h1, .gen-sticky .content--body h2 {
  color: #10398e;
}
.gen-sticky .content--body h3, .gen-sticky .content--body h4, .gen-sticky .content--body h5 {
  color: #595959;
}
.gen-sticky .content--body > p {
  color: #595959;
}
.gen-sticky .content--body .highlight {
  border-left: 5px solid #92b6d3;
  margin-bottom: 20px;
  font-size: 1.375rem;
}
.gen-sticky .content--body .highlight p {
  padding-left: 15px;
  margin-bottom: 8px;
  line-height: 1;
  color: #212121;
}

.gen-sticky .content--body .card-side {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
}

.gen-sticky .content--body .card-side .asset {
  width: auto;
  margin: 0;
  min-width: 90px;
  min-height: 90px;
}
@media (max-width: 991px) {
  .gen-sticky .content--body .card-side .asset {
    height: auto;
  }
}
@media (max-width: 376px) {
  .gen-sticky .content--body .card-side .asset {
    min-width: 50px;
    min-height: 50px;
  }
}
.gen-sticky .content--body .card-side .asset figure img {
  min-height: unset;
  min-width: unset;
  -o-object-fit: contain;
     object-fit: contain;
}

.gen-sticky .content--body .card-side .info {
  margin: 0 auto;
  margin-left: 30px;
}
@media (max-width: 376px) {
  .gen-sticky .content--body .card-side .info {
    margin-left: 15px;
  }
}
.gen-sticky .content--body .card-side .info h2, .gen-sticky .content--body .card-side .info h3, .gen-sticky .content--body .card-side .info h4 {
  margin: 0;
  color: #212121;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
}
.gen-sticky .content--body .card-side .info .excerpt {
  max-width: 100%;
}
.gen-sticky .content--body .card-side .info .excerpt p {
  margin-bottom: 0;
}

/* SIDEBAR  */
.gen-sticky .gen-sidebar {
  padding-left: 0;
}

@media (max-width: 991px) {
  .gen-sidebar .sticky-sidebar__content {
    position: fixed;
    width: 100%;
    max-width: unset;
    bottom: 67px;
    left: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    z-index: 2;
  }
}
.gen-sidebar .sticky-sidebar__content .toc-mob-nav > ul > li {
  position: relative;
  padding-bottom: 20px;
}
.gen-sidebar .sticky-sidebar__content .toc-mob-nav > ul > li:not(:first-of-type) {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .gen-sidebar .sticky-sidebar__content .toc-mob-nav > ul > li {
    padding: 20px;
  }
}
.gen-sidebar .sticky-sidebar__content .toc-mob-nav > ul > li:not(:last-child)::after {
  position: absolute;
  content: "";
  background-color: #c7c7c7;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.gen-sidebar .sticky-sidebar__content .toc-mob-nav > ul > li > a {
  display: block;
  font-weight: 600;
  color: #595959;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gen-sidebar .sticky-sidebar__content .toc-mob-nav > ul > li.active > a,
.gen-sidebar .sticky-sidebar__content .toc-mob-nav > ul > li > a:hover {
  color: #53a700;
}
.gen-sidebar .sticky-sidebar__content sup {
  font-size: 50%;
  vertical-align: top;
  margin: 0 2px 0 -3px;
}
@media (max-width: 991px) {
  .gen-sidebar .sticky-sidebar__content .toc-mob-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  }
}
.gen-sidebar .sticky-sidebar__content .toc-mob {
  position: relative;
  display: none;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 20px;
  color: #53a700;
  z-index: 1;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .gen-sidebar .sticky-sidebar__content .toc-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gen-sidebar .sticky-sidebar__content .toc-mob-exit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--fontSize-medium);
  color: #212121;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gen-sidebar .sticky-sidebar__content .toc-mob i,
.gen-sidebar .sticky-sidebar__content .toc-mob-exit i {
  font-size: 2rem;
  font-weight: 600;
  color: #212121;
}
@media (max-width: 991px) {
  .gen-sidebar .sticky-sidebar__content .toc-mob-menu {
    max-height: 500px;
    overflow: auto;
  }
}

.gen-sidebar .sticky-sidebar__content .accordion-menu {
  position: relative;
  padding: 20px 0;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu:first-of-type {
  padding-top: 0;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background-color: #c7c7c7;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #737d93;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-right: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu .title:hover {
  color: #53a700;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu .title i {
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu .content {
  height: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: all 0.4s;
          transform: all 0.4s;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu .content li {
  padding-left: 15px;
  margin-bottom: 10px;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu .content li a {
  font-size: var(--fontSize-regular);
  color: #737d93;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu .content li a:hover,
.gen-sidebar .sticky-sidebar__content .accordion-menu .content li.active a {
  color: #53a700;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu.active .title {
  margin-bottom: 20px;
  color: #53a700;
}
.gen-sidebar .sticky-sidebar__content .accordion-menu.active .title i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.gen-sidebar .sticky-sidebar__content .accordion-menu.active .content {
  height: 100%;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .gen-sidebar .sticky-sidebar__content .accordion-menu {
    padding: 20px;
  }
  .gen-sidebar .sticky-sidebar__content .accordion-menu:first-of-type {
    padding-top: 20px;
  }
  .gen-sidebar .sticky-sidebar__content .accordion-menu .title i {
    margin-left: auto;
    padding-left: 10px;
  }
}

.gen-sidebar.show-sidebar .sticky-sidebar__content {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .gen-sidebar.show-sidebar .sticky-sidebar__content .toc-mob {
    display: none;
  }
}
@media (max-width: 991px) {
  .gen-sidebar.show-sidebar .sticky-sidebar__content .toc-mob-exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .gen-sidebar.show-sidebar .sticky-sidebar__content .toc-mob-nav {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}