/*------------------------------------------------------------------
Project:	BVA -  Bertrand Piccard Website
Version:	1.0
Last change:	13/01/2021
Assigned to:	Joao and David
Primary use:	Bertrand Piccard Website
-------------------------------------------------------------------*/
@import url(../../vendors/bootstrap/bootstrap.min.css);
@import url(../../vendors/animate/animate.css);
@import url(../../vendors/swiper/swiper.min.css);
@import url(../../../fonts/din/stylesheet.css);
@import url(../../../fonts/fjalla-one/stylesheet.css);
/* ------------------------------------------------
   - Variables
------------------------------------------------ */
/* ----- Gutters ----- */
/* ----- Colors ----- */
/* ------------------------------------------------
   - Variables
------------------------------------------------ */
/* ----- Gutters ----- */
/* ----- Colors ----- */
/*--------------------------------------------------
	News Section
---------------------------------------------------*/
.layout-sidebar.dialog-is-open {
  /* Blur and de-color */
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: all .3s; }
.layout-sidebar .sidebar-overlay {
  z-index: 14;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(2, 69, 111, 0.8);
  display: none; }
.layout-sidebar .main-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 80px;
  z-index: 14;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  background: #02456F; }
  @media (max-width: 767px) {
    .layout-sidebar .main-sidebar {
      margin-left: -80px; }
      .layout-sidebar .main-sidebar.is-open {
        margin-left: 0; } }
  .layout-sidebar .main-sidebar.is-pushed-mobile {
    transform: translateX(-61px) !important; }
  .layout-sidebar .main-sidebar .main-sidebar-top {
    width: 80px;
    height: 80px; }
  .layout-sidebar .main-sidebar .main-sidebar-inner::-webkit-scrollbar {
    display: none; }
  .layout-sidebar .main-sidebar .main-sidebar-middle ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg); }
    .layout-sidebar .main-sidebar .main-sidebar-middle ul li {
      width: 80px;
      display: inline-block;
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .layout-sidebar .main-sidebar .main-sidebar-middle ul li.active a {
        background-color: #2389bd;
        color: #fff; }
      .layout-sidebar .main-sidebar .main-sidebar-middle ul li.active:after {
        position: absolute;
        content: '';
        left: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fff; }
      .layout-sidebar .main-sidebar .main-sidebar-middle ul li.active.assistant-btn:after {
        border-left: 10px solid #288dc1; }
      .layout-sidebar .main-sidebar .main-sidebar-middle ul li a {
        display: block;
        padding: 20px 7px;
        border-radius: 30px;
        background-color: #fff;
        text-transform: uppercase;
        font-size: 15px; }
  .layout-sidebar .main-sidebar .main-sidebar-bottom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
    .layout-sidebar .main-sidebar .main-sidebar-bottom a {
      color: rgba(255, 255, 255, 0.3); }
      .layout-sidebar .main-sidebar .main-sidebar-bottom a i {
        font-size: 22px; }
      .layout-sidebar .main-sidebar .main-sidebar-bottom a:hover {
        color: white; }
    .layout-sidebar .main-sidebar .main-sidebar-bottom .app-name {
      display: none; }
    @media (min-height: 600px) {
      .layout-sidebar .main-sidebar .main-sidebar-bottom .app-name {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-writing-mode: vertical-lr;
        -moz-writing-mode: vertical-lr;
        -ms-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        font-size: 17px;
        padding: 20px 2px 0 0;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase; } }
.layout-sidebar .panel {
  position: fixed;
  top: 0;
  width: 100%;
  right: calc(-100% - 100px);
  height: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: bottom;
  -webkit-box-shadow: 0 8px 24px #004f90;
  box-shadow: 0 8px 24px #004f90;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow: hidden;
  z-index: 15; }
  @media (min-width: 576px) {
    .layout-sidebar .panel {
      width: 500px; } }
  @media (max-width: 767px) {
    .layout-sidebar .panel {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .layout-sidebar .panel.is-active {
    right: 0; }
    .layout-sidebar .panel.is-active .panel-inner .panel-content ul.list-avatar li a .chart-rounded .chart-rounded-progress .circular-chart .circle-ring {
      animation: progress 1s ease-out forwards 1s;
      stroke: #ff8300 !important; }
  .layout-sidebar .panel .panel-inner .panel-content::-webkit-scrollbar {
    display: none; }
  .layout-sidebar .panel .panel-inner {
    position: relative;
    height: 100%; }
    .layout-sidebar .panel .panel-inner .panel-header .panel-header-content {
      height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #eef3f6;
      padding: 0 15px; }
      @media (min-width: 576px) {
        .layout-sidebar .panel .panel-inner .panel-header .panel-header-content {
          padding: 0 30px; } }
      .layout-sidebar .panel .panel-inner .panel-header .panel-header-content.justify-content-left {
        justify-content: start; }
      .layout-sidebar .panel .panel-inner .panel-header .panel-header-content h4 {
        margin: 0; }
    .layout-sidebar .panel .panel-inner .panel-header.double {
      height: 260px; }
    .layout-sidebar .panel .panel-inner .panel-header ul li {
      display: inline-block;
      margin-left: 10px; }
      .layout-sidebar .panel .panel-inner .panel-header ul li a i {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: all .3s; }
      .layout-sidebar .panel .panel-inner .panel-header ul li a:hover.panel-close i {
        -webkit-transform: rotate(180deg); }
    .layout-sidebar .panel .panel-inner .panel-header h2 {
      position: relative;
      top: -4px;
      font-size: 1.15rem;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 6px;
      padding-left: 20px; }
    .layout-sidebar .panel .panel-inner .panel-content {
      padding: 15px;
      height: calc(100% - 70px);
      overflow-y: auto;
      -ms-overflow-style: none;
      overflow-x: hidden; }
      @media (min-width: 576px) {
        .layout-sidebar .panel .panel-inner .panel-content {
          padding: 30px; } }
      .layout-sidebar .panel .panel-inner .panel-content.double {
        height: calc(100% - 200px); }
      .layout-sidebar .panel .panel-inner .panel-content.triple {
        height: calc(100% - 300px); }
      .layout-sidebar .panel .panel-inner .panel-content .messages-unread {
        border-bottom: 2px solid #eef3f6; }
      .layout-sidebar .panel .panel-inner .panel-content > p {
        padding-bottom: 20px;
        line-height: 1.2;
        margin: 0; }
        .layout-sidebar .panel .panel-inner .panel-content > p.project-title {
          font-size: 18px;
          color: #288dc1;
          font-weight: 600;
          padding-bottom: 10px; }
        .layout-sidebar .panel .panel-inner .panel-content > p.project-description {
          font-size: 17px;
          color: #004f90;
          font-weight: 500; }
      .layout-sidebar .panel .panel-inner .panel-content hr.splitter {
        width: 100px;
        height: 4px;
        background: #eef3f6;
        display: inline-block;
        border: none;
        margin-bottom: 30px; }
      .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li {
        position: relative;
        width: 100%; }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .bordered-bottom {
          border-bottom: 2px solid #eef3f6; }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a {
          width: 100%;
          display: inline-block;
          padding: 25px 0;
          border-bottom: 2px solid #eef3f6; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a:after {
            position: absolute;
            top: 50%;
            right: 10px;
            font-family: "Font Awesome 6 Pro";
            content: '\f054';
            color: #fff;
            transform: translateY(-50%);
            transition: all .35s ease-in-out;
            font-weight: 600; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a:hover {
            border-bottom: 2px solid #000; }
            .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a:hover:after {
              color: #000;
              right: 0; }
            .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a:hover .info-badge .data-hover {
              -webkit-transform: translateY(-17px);
              transform: translateY(-17px);
              transform-origin: 0% 0%; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a.active {
            position: relative;
            border-bottom: 2px solid #000; }
            .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a.active:after {
              color: #000;
              right: 0; }
            .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a.active h5 {
              color: #000; }
            .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a.active p, .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a.active span {
              color: #000; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a.labelled-solution.active {
            border-bottom: 2px solid #000; }
            .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li a.labelled-solution.active:after {
              color: #000; }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .chart-rounded {
          float: left;
          width: 50px;
          height: 50px;
          position: relative; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .chart-rounded .chart-rounded-img {
            overflow: hidden;
            border-radius: 50%;
            position: absolute;
            z-index: 1;
            top: 4px;
            left: 4px;
            width: 42px;
            height: 42px; }
            .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .chart-rounded .chart-rounded-img.no-percent {
              width: 50px;
              height: 50px; }
              .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .chart-rounded .chart-rounded-img.no-percent img {
                height: 50px; }
            .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .chart-rounded .chart-rounded-img img {
              width: auto !important;
              max-width: none;
              height: 42px;
              transform: translateX(-11px); }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .chart-rounded .chart-rounded-progress {
            width: 50px;
            height: 50px; }
            .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .chart-rounded .chart-rounded-progress .circular-chart {
              width: 50px; }
              .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .chart-rounded .chart-rounded-progress .circular-chart .circle-bg {
                fill: none;
                stroke: #000;
                stroke-width: 4; }
              .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .chart-rounded .chart-rounded-progress .circular-chart .circle-ring {
                fill: none;
                stroke-width: 4;
                stroke: #000;
                stroke-dashoffset: 0; }
              .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .chart-rounded .chart-rounded-progress .circular-chart .percentage {
                display: none; }
@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .avatar-rounded {
          float: left;
          width: 50px;
          height: 50px;
          background: #dde2e7; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .avatar-rounded img {
            width: auto !important;
            max-width: none;
            height: 50px;
            transform: translateX(-12px); }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .avatar {
          float: left;
          width: 50px;
          height: 50px; }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .content {
          margin-left: 70px;
          padding-right: 20px; }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .headline {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: start;
          align-items: flex-start;
          margin-bottom: 10px; }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li h5 {
          font-size: 16px;
          font-weight: 600;
          line-height: 1.4;
          margin-right: auto;
          margin-bottom: 0; }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li p {
          line-height: 1.2;
          font-size: 0.875rem;
          font-weight: 400;
          padding-bottom: 0.325rem; }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li span {
          font-weight: 400;
          white-space: nowrap;
          color: #000; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li span span {
            padding-left: 10px; }
        .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .info-badge {
          border: 1px solid #000;
          text-transform: uppercase;
          display: inline-block;
          padding: .2em .6em .3em;
          font-size: 10px;
          letter-spacing: 0.2px;
          font-weight: bold;
          color: #000;
          line-height: 1;
          text-align: center;
          white-space: nowrap;
          vertical-align: baseline;
          border-radius: .25em;
          margin-bottom: 5px;
          overflow: hidden; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .info-badge.bg-flush-orange {
            color: #ffff;
            border-color: #000; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .info-badge.bg-luxor-gold {
            color: #fff;
            border-color: #000; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .info-badge.bg-error {
            color: #fff;
            border-color: #F04721;
            background-color: #F04721; }
          .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .info-badge .data-hover {
            position: relative;
            display: inline-block;
            -webkit-transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transform-origin: 17px 0%; }
            .layout-sidebar .panel .panel-inner .panel-content ul.list-avatar li .info-badge .data-hover:before {
              position: absolute;
              height: 17px;
              top: 17px;
              left: 0;
              content: attr(data-hover); }
    .layout-sidebar .panel .panel-inner .panel-bottom {
      padding: 30px;
      border-top: 1px solid #eef3f6; }
.layout-sidebar .layout-sidebar-navbar {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eef3f6;
  background: #fff;
  z-index: 9;
  padding: 0 15px; }
  @media (min-width: 576px) {
    .layout-sidebar .layout-sidebar-navbar {
      padding: 0 30px;
      height: 80px; } }
  @media (min-width: 992px) {
    .layout-sidebar .layout-sidebar-navbar {
      width: calc(100% - 80px);
      left: 80px; } }
  .layout-sidebar .layout-sidebar-navbar .logotype {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    align-items: center;
    position: relative;
    width: 140px; }
    @media (min-width: 576px) {
      .layout-sidebar .layout-sidebar-navbar .logotype {
        width: 260px; } }
  .layout-sidebar .layout-sidebar-navbar .logotype-secondary {
    padding-left: 20px; }
    .layout-sidebar .layout-sidebar-navbar .logotype-secondary img {
      height: 40px; }
  .layout-sidebar .layout-sidebar-navbar .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
.layout-sidebar .layout-sidebar-content {
  padding-top: 114px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  position: relative; }
  @media (min-width: 576px) {
    .layout-sidebar .layout-sidebar-content {
      padding-top: 148px; } }
  .layout-sidebar .layout-sidebar-content .algolia-sidebar-filters {
    position: fixed;
    top: 0;
    width: 100%;
    right: calc(-100% - 100px);
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: bottom;
    z-index: 14;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .layout-sidebar .layout-sidebar-content .algolia-sidebar-filters .ais-ClearRefinements-button {
      background: #288dc1;
      color: #fff;
      line-height: 1;
      padding: 7px 16px;
      display: inline-block;
      border-radius: 30px;
      font-weight: 700;
      font-size: 16px;
      border: none; }
    .layout-sidebar .layout-sidebar-content .algolia-sidebar-filters .btn-panel-close-xs {
      background: #ff8300;
      color: #fff;
      line-height: 1;
      padding: 7px 16px;
      display: inline-block;
      border-radius: 30px;
      font-weight: 700;
      font-size: 16px;
      border: none; }
    .layout-sidebar .layout-sidebar-content .algolia-sidebar-filters.is-active {
      right: 0; }
    @media (min-width: 576px) {
      .layout-sidebar .layout-sidebar-content .algolia-sidebar-filters {
        width: 500px; } }
    @media (min-width: 992px) {
      .layout-sidebar .layout-sidebar-content .algolia-sidebar-filters {
        top: 148px;
        width: 340px;
        height: calc(100% - 148px);
        overflow-y: auto;
        -ms-overflow-style: none;
        overflow-x: hidden;
        border-right: 1px solid #eef3f6;
        left: 80px;
        z-index: 1; } }
  .layout-sidebar .layout-sidebar-content .algolia-sidebar-results {
    width: 100%;
    padding: 15px 0 30px 0; }
    .layout-sidebar .layout-sidebar-content .algolia-sidebar-results .container {
      overflow: hidden; }
    @media (min-width: 576px) {
      .layout-sidebar .layout-sidebar-content .algolia-sidebar-results {
        padding: 30px 0; } }
    @media (min-width: 992px) {
      .layout-sidebar .layout-sidebar-content .algolia-sidebar-results {
        padding: 30px 30px 30px 370px; }
        .layout-sidebar .layout-sidebar-content .algolia-sidebar-results .container {
          padding: 0; } }

.settings h4 {
  padding: 30px 0;
  font-weight: 600;
  border-bottom: 2px solid #eef3f6;
  margin-bottom: 0; }

.settings hr {
  margin-bottom: 0; }

.settings ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }

.settings > ul > li > .headline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 2px solid #eef3f6; }

.settings > ul > li > .headline[data-toggle="collapse"][aria-expanded="true"] {
  border-bottom: 2px solid #ff8300; }

.settings > ul > li > .headline[data-toggle="collapse"][aria-expanded="true"] h5 {
  color: #004f90; }

.settings > ul > li > .headline[data-toggle="collapse"][aria-expanded="true"] .fa-chevron-down {
  display: none; }

.settings > ul > li > .headline[data-toggle="collapse"][aria-expanded="true"] .fa-chevron-up {
  display: inline-block;
  color: #ff8300; }

.settings > ul > li > .headline h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.settings > ul > li > .headline i {
  color: #ccd1d5;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.settings > ul > li > .headline:hover {
  border-bottom: 2px solid #288dc1; }

.settings > ul > li > .headline:hover i {
  color: #ff8300; }

.settings > ul > li > .headline .fa-chevron-up {
  display: none; }

.settings .content .inside {
  padding: 25px;
  background-color: #f7f9fb; }
  @media (max-width: 767px) {
    .settings .content .inside {
      padding: 15px; } }
  .settings .content .inside hr {
    border-top: 1px solid #eef3f6; }
  .settings .content .inside img {
    padding-bottom: 15px; }
  .settings .content .inside .line-cut-chapter {
    margin-bottom: 10px;
    position: relative; }
    .settings .content .inside .line-cut-chapter span {
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 100;
      font-size: 30px;
      color: #e6ecf0;
      font-family: "Bebas Kai", sans-serif;
      padding: 0 30px 0 0;
      margin-bottom: 0; }
    .settings .content .inside .line-cut-chapter:after {
      content: '';
      position: absolute;
      top: 15px;
      left: 45px;
      width: 40px;
      height: 2px;
      background: #ff8300; }
  .settings .content .inside .chapter-title {
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 30px;
    color: #004f90;
    font-family: "Bebas Kai", sans-serif; }
  .settings .content .inside p {
    margin-bottom: 20px;
    font-size: 15px; }
    .settings .content .inside p.question {
      border-top: 2px solid #fff;
      padding-top: 15px;
      font-weight: 600;
      color: #288dc1; }
    .settings .content .inside p.guide {
      padding: 15px;
      background: rgba(204, 218, 229, 0.15);
      font-size: 80%;
      border-top: 1px solid #e6ecf0; }
    .settings .content .inside p:last-of-type {
      margin-bottom: 0; }

.layout-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%; }
  @media (min-width: 992px) {
    .layout-content {
      width: calc(100vw - 80px);
      margin-left: 80px; } }

.full-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-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: 992px) {
  .layout-content {
    width: 100vw;
    margin-left: 0; } }
@media (max-width: 767px) {
  .panel-close {
    font-size: 18px; } }
ul {
  padding: 0 !important; }
  ul li {
    margin: 0;
    list-style: none; }

ul.list-preview li {
  position: relative;
  width: 100%; }
  ul.list-preview li .list-preview-li {
    position: relative; }
  ul.list-preview li .bordered-bottom {
    border-bottom: 1px solid #dee7ed; }
  ul.list-preview li a {
    width: 100%;
    display: inline-block;
    padding: 25px 0;
    border-bottom: 1px solid #dee7ed;
    position: relative; }
    ul.list-preview li a:after {
      position: absolute;
      top: 50%;
      right: 0;
      font-family: "Font Awesome 6 Pro";
      content: '\f054';
      color: #004f90;
      transform: translateY(-50%);
      transition: all .35s ease-in-out;
      font-weight: 900; }
    ul.list-preview li a.delete {
      position: absolute;
      padding: 5px;
      width: 25px;
      height: 27px;
      top: 50%;
      right: 30px;
      font-size: 16px;
      border-bottom: none;
      transform: translateY(-50%);
      color: #004f90; }
      ul.list-preview li a.delete:after {
        display: none; }
    ul.list-preview li a:hover {
      border-bottom: 1px solid #ff8300; }
      ul.list-preview li a:hover:after {
        color: #ff8300;
        right: 0; }
      ul.list-preview li a:hover.delete {
        color: #ff8300;
        border-bottom: none; }
    ul.list-preview li a.active {
      position: relative;
      border-bottom: 2px solid #ff8300; }
      ul.list-preview li a.active:after {
        color: #ff8300;
        right: 0; }
      ul.list-preview li a.active h5 {
        color: #004f90; }
      ul.list-preview li a.active p, ul.list-preview li a.active span {
        color: #586674; }
    ul.list-preview li a.labelled-solution.active {
      border-bottom: 2px solid #a89031; }
      ul.list-preview li a.labelled-solution.active:after {
        color: #a89031; }
  ul.list-preview li .thumb {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle; }
    ul.list-preview li .thumb img {
      object-fit: cover;
      height: 100%; }
  ul.list-preview li .content {
    display: inline-block;
    width: calc(100% - 150px);
    padding-left: 20px;
    vertical-align: middle; }
  ul.list-preview li h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-right: auto;
    margin-bottom: 6px;
    color: #2389bd; }
  ul.list-preview li p {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px; }
  ul.list-preview li span {
    font-weight: 400;
    white-space: nowrap;
    color: #abb2b9; }
    ul.list-preview li span span {
      padding-left: 10px; }
  ul.list-preview li .info-badge {
    border: 1px solid #e6ecf0;
    text-transform: uppercase;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 10px;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #7c8c9c;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-bottom: 5px;
    overflow: hidden; }
    ul.list-preview li .info-badge.bg-flush-orange {
      color: #ffff;
      border-color: #ff8300; }
    ul.list-preview li .info-badge.bg-luxor-gold {
      color: #fff;
      border-color: #a89031; }
    ul.list-preview li .info-badge.bg-error {
      color: #fff;
      border-color: #F04721;
      background-color: #F04721; }
    ul.list-preview li .info-badge .data-hover {
      position: relative;
      display: inline-block;
      -webkit-transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transform-origin: 17px 0%; }
      ul.list-preview li .info-badge .data-hover:before {
        position: absolute;
        height: 17px;
        top: 17px;
        left: 0;
        content: attr(data-hover); }

.max-width-80 {
  max-width: 80px; }

.layout-sidebar-secondary-navbar, .layout-sidebar-secondary-navbar-xs {
  position: fixed;
  width: 100%;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #eef3f6; }
  @media (min-width: 992px) {
    .layout-sidebar-secondary-navbar, .layout-sidebar-secondary-navbar-xs {
      width: calc(100% - 80px);
      left: 80px; } }

.layout-sidebar-secondary-navbar-xs {
  height: 54px;
  z-index: 7;
  top: 60px; }
  .layout-sidebar-secondary-navbar-xs ul {
    display: flex;
    width: 100%;
    height: 100%; }
    .layout-sidebar-secondary-navbar-xs ul li {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #eef3f6; }
      .layout-sidebar-secondary-navbar-xs ul li:last-of-type {
        border-right: none; }
      .layout-sidebar-secondary-navbar-xs ul li a {
        display: block;
        text-align: center;
        padding: 0 20px; }
        .layout-sidebar-secondary-navbar-xs ul li a i {
          font-size: 18px;
          font-weight: 500; }

.layout-sidebar-secondary-navbar {
  height: 54px;
  top: 0;
  z-index: 8;
  padding: 0 15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .layout-sidebar-secondary-navbar.is-active {
    top: 60px; }
  @media (min-width: 576px) {
    .layout-sidebar-secondary-navbar {
      top: 80px;
      height: 68px;
      padding: 0 30px; } }
  .layout-sidebar-secondary-navbar .secondary-navbar-left-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%; }
    @media (min-width: 576px) {
      .layout-sidebar-secondary-navbar .secondary-navbar-left-content {
        width: initial; } }
  .layout-sidebar-secondary-navbar .secondary-navbar-right-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .layout-sidebar-secondary-navbar .secondary-navbar-right-content ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .layout-sidebar-secondary-navbar .secondary-navbar-right-content ul li {
        padding-right: 10px; }
        .layout-sidebar-secondary-navbar .secondary-navbar-right-content ul li:last-of-type {
          padding-right: 0px; }

#current-refinements-panel ul {
  display: block; }
  #current-refinements-panel ul li {
    display: block;
    width: 100%;
    padding-bottom: 20px; }
    #current-refinements-panel ul li span.ais-CurrentRefinements-label {
      display: block; }
    #current-refinements-panel ul li span.ais-CurrentRefinements-category {
      line-height: 1;
      padding: 10px 20px;
      display: inline-block;
      background-color: #eaf0f5;
      border-radius: 30px;
      margin-right: 10px;
      margin-bottom: 10px; }
      #current-refinements-panel ul li span.ais-CurrentRefinements-category .ais-CurrentRefinements-delete {
        margin-left: 8px; }

/* -----------------------------------------------------------------
    - Header
----------------------------------------------------------------- */
.navbar {
  position: fixed;
  height: 100px;
  line-height: 1;
  padding: 0 1.875rem;
  top: 0;
  transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #eef3f6; }

@media (max-width: 991px) {
  .navbar {
    height: 80px; } }
@media (max-width: 575px) {
  .navbar {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(17, 15, 16, 0.02);
    height: 80px;
    padding: 0 0.9375rem; } }
@media only screen and (max-height: 500px) {
  .navbar {
    height: 80px; } }
.navbar .logo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  position: relative; }

.navbar .logo-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center; }

@media only screen and (max-width: 580px) {
  .navbar-v2 {
    background-color: transparent; }

  .navbar-v2 .hamburger__inner::before,
  .navbar-v2 .hamburger__inner::after {
    background-color: #fff; }

  .navbar-v2 .logotype {
    transform: translate3d(0, 0, 0) !important; } }
@media only screen and (min-width: 580px) {
  .navbar--white {
    color: #fff; }

  .navbar--white .circle {
    color: #110f10;
    background-color: #fff;
    box-shadow: 0 0 0 0px #fff; }

  .navbar--white .circle:hover {
    box-shadow: 0 0 0 2px #fff; }

  .navbar--white .btn-link:hover .circle {
    box-shadow: 0 0 0 2px #fff; }

  .navbar--white .hamburger__inner::before,
  .navbar--white .hamburger__inner::after {
    background-color: #fff; }

  .navbar-v2 .logotype {
    transform: translate3d(0, 0, 0) !important; } }
.navbar.navbar-back .logotype {
  transform: translate3d(0, -8rem, 0) !important; }

@media only screen and (max-height: 320px) {
  .open .navbar {
    background-color: transparent; } }
@media only screen and (max-width: 580px) {
  .open .navbar {
    background-color: transparent;
    justify-content: center; } }
.open .navbar .logotype__front,
.open .navbar .btn-link {
  transform: translate3d(0, -8rem, 0); }

.open .navbar .logotype__back {
  transform: translate3d(0, 0, 0); }

.open .navbar--white {
  background-color: transparent; }

.open .navbar.navbar-back .logotype {
  transform: translate3d(0, 0, 0) !important; }

@media only screen and (max-width: 580px) {
  .open .navbar .logo-container {
    display: none; } }
.navbar .btn-link {
  position: absolute;
  top: calc(50% - 1.42rem); }

@media only screen and (max-width: 992px) {
  .navbar .btn-link {
    top: calc(50% - 1rem); } }
.navbar .btn-link {
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875); }

.navbar .logotype__back {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, -8rem, 0); }

.navbar-change .logotype__back {
  transform: translate3d(0, -8rem, 0); }

.navbar-change .logotype__front {
  transform: translate3d(0, 0, 0); }

.navbar-change.navbar--white .logotype__back {
  transform: translate3d(0, 0, 0); }

@media only screen and (max-width: 580px) {
  .navbar-change.navbar--white .logotype__back {
    transform: translate3d(0, -8rem, 0); } }
.navbar-change.navbar--white .logotype__front {
  transform: translate3d(0, -8rem, 0); }

@media only screen and (max-width: 580px) {
  .navbar-change.navbar--white .logotype__front {
    transform: translate3d(0, 0, 0); } }
.logotype {
  display: inline-block;
  height: 40px;
  max-height: 40px;
  transition: transform 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875); }
  .logotype.secondary {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #eef3f6; }

.menu .logotype.secondary {
  border-left: 1px solid rgba(233, 239, 244, 0.1); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .logotype {
    height: auto; } }
.hamburger {
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease;
  background-color: transparent;
  border: 0;
  padding: 0;
  vertical-align: middle; }

.hamburger__inner {
  display: block;
  height: 24px;
  width: 25px;
  position: relative; }

.hamburger__inner:before, .hamburger__inner:after {
  background-color: #110f10;
  content: '';
  display: block;
  margin-left: -12px;
  height: 2px;
  width: 25px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform-origin: center center;
  transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.hamburger__inner:after {
  top: 16px; }

.is-active .hamburger__inner {
  color: #110f10; }

.is-active .hamburger__inner:before, .is-active .hamburger__inner:after {
  top: 50%;
  transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; }

.is-active .hamburger__inner:before {
  transform: rotate(45deg); }

.is-active .hamburger__inner:after {
  transform: rotate(-45deg); }

.hamburger--black .hamburger__inner:before, .hamburger--black .hamburger__inner:after {
  background-color: #110f10 !important; }

.open .hamburger__inner:before, .open .hamburger__inner:after {
  background-color: #fff; }

.is-active .open .hamburger__inner {
  color: #fff; }

.nav__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin: 0.8rem 0 0 0;
  padding-right: 0; }
  .nav__item.active .nav__link {
    font-weight: bold;
    color: #288dc1; }
  .nav__item.secondary .nav__link {
    font-size: 0.875rem;
    text-transform: none; }

@media only screen and (min-width: 768px) {
  .nav__item {
    padding-right: 0.9375rem; } }
@media only screen and (min-width: 992px) {
  .nav__item {
    padding-right: 1rem; } }
.nav__item:last-child {
  padding-right: 0; }

.nav__link {
  display: block;
  height: 22px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: all 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875); }

.nav__link:hover {
  text-decoration: none; }

.nav__link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  visibility: hidden;
  transition: width .5s ease, background .5s ease; }

@media only screen and (max-width: 768px) {
  .nav__link::before {
    display: none; } }
.nav__link:hover::before {
  visibility: visible;
  background: #586674;
  width: 100%; }

.nav__link::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #586674;
  transition: width .3s ease; }

@media only screen and (max-width: 768px) {
  .nav__link::after {
    display: none; } }
.nav__link:hover::after {
  background: transparent;
  width: 100%;
  transition: all 0s ease; }

/* -----------------------------------------------------------------
    - Language picker
----------------------------------------------------------------- */
.language-picker .page-flag {
  height: 20px;
  margin-right: 4px;
  margin-top: -2px; }
.language-picker .dropdown-toggle::after {
  display: none; }

/* ---------------------------------
    - Paddings
--------------------------------- */
/* - padding equal - */
.p-i {
  padding: 2.5rem; }

.p-i-h {
  padding: 1.25rem; }

.p-i-d {
  padding: 5rem; }

/* - padding zero - */
.p-t-z {
  padding-top: 0 !important; }

.p-r-z {
  padding-right: 0 !important; }

.p-b-z {
  padding-bottom: 0 !important; }

.p-l-z {
  padding-left: 0 !important; }

/* - padding top - */
.p-t-i {
  padding-top: 2.5rem; }

.p-t-i-h {
  padding-top: 1.25rem; }

.p-t-i-d {
  padding-top: 5rem; }

/* - padding right - */
.p-r-i {
  padding-right: 2.5rem; }

.p-r-i-h {
  padding-right: 1.25rem; }

.p-r-i-d {
  padding-right: 5rem; }

/* - padding bottom - */
.p-b-i {
  padding-bottom: 2.5rem; }

.p-b-i-h {
  padding-bottom: 1.25rem; }

.p-b-i-d {
  padding-bottom: 5rem; }

/* - padding left - */
.p-l-i {
  padding-left: 2.5rem; }

.p-l-i-h {
  padding-left: 1.25rem; }

.p-l-i-d {
  padding-left: 5rem; }

@media (min-width: 992px) {
  .p-t-i {
    padding-top: 1.875rem; }

  .p-t-i-h {
    padding-top: 0.9375rem; }

  .p-t-i-d {
    padding-top: 3.75rem; }

  .p-r-i {
    padding-right: 1.875rem; }

  .p-r-i-h {
    padding-right: 0.9375rem; }

  .p-r-i-d {
    padding-right: 3.75rem; }

  .p-b-i {
    padding-bottom: 1.875rem; }

  .p-b-i-h {
    padding-bottom: 0.9375rem; }

  .p-b-i-d {
    padding-bottom: 3.75rem; }

  .p-l-i {
    padding-left: 1.875rem; }

  .p-l-i-h {
    padding-left: 0.9375rem; }

  .p-l-i-d {
    padding-left: 3.75rem; } }
@media (min-width: 1600px) {
  .p-t-i {
    padding-top: 2.5rem; }

  .p-t-i-h {
    padding-top: 1.25rem; }

  .p-t-i-d {
    padding-top: 5rem; }

  .p-r-i {
    padding-right: 2.5rem; }

  .p-r-i-h {
    padding-right: 1.25rem; }

  .p-r-i-d {
    padding-right: 5rem; }

  .p-b-i {
    padding-bottom: 2.5rem; }

  .p-b-i-h {
    padding-bottom: 1.25rem; }

  .p-b-i-d {
    padding-bottom: 5rem; }

  .p-l-i {
    padding-left: 2.5rem; }

  .p-l-i-h {
    padding-left: 1.25rem; }

  .p-l-i-d {
    padding-left: 5rem; } }
/* - padding section - */
.p-t-section {
  padding-top: 5.6rem; }

.p-t-xs-section {
  padding-top: 2.5rem; }

.p-t-sm-section {
  padding-top: 4em; }

.p-t-xl-section {
  padding-top: 8em; }

.p-b-section {
  padding-bottom: 6rem; }

.p-b-xs-section {
  padding-bottom: 2.5rem; }

.p-b-sm-section {
  padding-bottom: 4.6rem; }

.p-b-xl-section {
  padding-bottom: 8.6rem; }

@media (max-width: 767px) {
  .p-t-xs-section {
    padding-top: 1.25rem; }

  .p-b-xs-section {
    padding-bottom: 1.25rem; }

  .p-t-sm-section {
    padding-top: 2.5rem; }

  .p-b-sm-section {
    padding-bottom: 2.5rem; }

  .m-b-i {
    margin-bottom: 1.5rem; }

  .p-b-section {
    padding-bottom: 3rem; } }
/* ---------------------------------
    - Margins
--------------------------------- */
/* - margin equal - */
.m-i {
  margin: 2.5rem; }

.m-i-h {
  margin: 1.25rem; }

.m-i-d {
  margin: 5rem; }

/* - margin zero - */
.m-t-z {
  margin-top: 0 !important; }

.m-r-z {
  margin-right: 0 !important; }

.m-b-z {
  margin-bottom: 0 !important; }

.m-l-z {
  margin-left: 0 !important; }

/* - margin negative - */
.m-t-i-n {
  margin-top: -2.5rem; }

.m-t-i-h-n {
  margin-top: -1.25rem; }

.m-t-i-d-n {
  margin-top: -5rem; }

/* - margin top - */
.m-t-i {
  margin-top: 2.5rem; }

.m-t-i-h {
  margin-top: 1.25rem; }

.m-t-i-d {
  margin-top: 5rem; }

/* - margin right - */
.m-r-i {
  margin-right: 2.5rem; }

.m-r-i-h {
  margin-right: 1.25rem; }

.m-r-i-d {
  margin-right: 5rem; }

/* - margin bottom - */
.m-b-i {
  margin-bottom: 2.5rem; }

.m-b-i-h {
  margin-bottom: 1.25rem; }

.m-b-i-d {
  margin-bottom: 5rem; }

/* - margin left - */
.m-l-i {
  margin-left: 2.5rem; }

.m-l-i-h {
  margin-left: 1.25rem; }

.m-l-i-d {
  margin-left: 5rem; }

/* - margin section - */
.m-t-section-n {
  margin-top: -5.6rem; }

.m-t-xs-section-n {
  margin-top: -2.5rem; }

.m-t-sm-section-n {
  margin-top: -4em; }

.m-t-xl-section-n {
  margin-top: -8em; }

.m-b-section-n {
  margin-bottom: -6rem; }

.m-b-xs-section-n {
  margin-bottom: -2.5rem; }

.m-b-sm-section-n {
  margin-bottom: -4.6rem; }

.m-b-xl-section-n {
  margin-bottom: -8.6rem; }

@media (min-width: 992px) {
  .m-t-i-n {
    margin-top: -1.875rem; }

  .m-t-i-h-n {
    margin-top: -0.9375rem; }

  .m-t-i-d-n {
    margin-top: -3.75rem; }

  .m-t-i {
    margin-top: 1.875rem; }

  .m-t-i-h {
    margin-top: 0.9375rem; }

  .m-t-i-d {
    margin-top: 3.75rem; }

  .m-r-i {
    margin-right: 1.875rem; }

  .m-r-i-h {
    margin-right: 0.9375rem; }

  .m-r-i-d {
    margin-right: 3.75rem; }

  .m-b-i {
    margin-bottom: 1.875rem; }

  .m-b-i-h {
    margin-bottom: 0.9375rem; }

  .m-b-i-d {
    margin-bottom: 3.75rem; }

  .m-l-i {
    margin-left: 1.875rem; }

  .m-l-i-h {
    margin-left: 0.9375rem; }

  .m-l-i-d {
    margin-left: 3.75rem; } }
@media (min-width: 1600px) {
  .m-t-i-n {
    margin-top: -2.5rem; }

  .m-t-i-h-n {
    margin-top: -1.25rem; }

  .m-t-i-d-n {
    margin-top: -5rem; }

  .m-t-i {
    margin-top: 2.5rem; }

  .m-t-i-h {
    margin-top: 1.25rem; }

  .m-t-i-d {
    margin-top: 5rem; }

  .m-r-i {
    margin-right: 2.5rem; }

  .m-r-i-h {
    margin-right: 1.25rem; }

  .m-r-i-d {
    margin-right: 5rem; }

  .m-b-i {
    margin-bottom: 2.5rem; }

  .m-b-i-h {
    margin-bottom: 1.25rem; }

  .m-b-i-d {
    margin-bottom: 5rem; }

  .m-l-i {
    margin-left: 2.5rem; }

  .m-l-i-h {
    margin-left: 1.25rem; }

  .m-l-i-d {
    margin-left: 5rem; } }
/* ---------------------------------
    - Transform
--------------------------------- */
.t-y-i-n {
  transform: translateY(-50%); }

.t-y-i-n-d {
  transform: translateY(-100%); }

.t-y-i {
  transform: translateY(50%); }

.t-y-i-d {
  transform: translateY(100%); }

/* -----------------------------------------------------------------
    - Buttons
----------------------------------------------------------------- */
a.u-effect {
  display: inline-block;
  padding-bottom: 6px;
  position: relative; }
  a.u-effect:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out; }
  a.u-effect:hover:after {
    transform: scaleX(1);
    transform-origin: left; }

.btn {
  background-color: #110f10;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  position: relative; }
  .btn.btn-radius {
    border-radius: 40px; }
  .btn.btn-primary {
    background-color: #ff8300; }
  .btn.btn-secondary {
    background-color: #004f90; }
  .btn.btn-tertiary {
    background-color: #288dc1; }
  .btn.btn-block {
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding: 25px 20px;
    text-align: left; }
    .btn.btn-block span.i {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
  .btn:hover.btn-primary {
    background-color: #FF7C00; }
  .btn:hover.btn-secondary {
    background-color: #288dc1; }
  .btn:hover span.i i {
    animation: slideForward .4s ease-in-out .2s; }
  .btn i {
    padding-right: 6px; }

.panel .btn i {
  font-size: 12px; }
.panel a.u-effect {
  font-size: 15px;
  margin-left: 25px;
  position: relative; }
  .panel a.u-effect:before {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: '\f138';
    font-size: 18px;
    top: -2px;
    left: -25px;
    font-weight: 400; }
  .panel a.u-effect.prev:before {
    content: '\f137'; }

.btn.focus, .btn:focus {
  box-shadow: none; }

.btn-reset {
  border: none;
  background: transparent;
  padding: 0; }

.btn-download-document {
  background-image: url("../../img/bg/file-pdf-light.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: bottom right 20px; }

.btn-cta {
  display: block;
  width: 100%;
  text-align: left;
  color: inherit;
  outline: 0;
  cursor: pointer;
  padding: 0;
  background-color: #eef2f6;
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: top -50px right;
  background-image: url("/img/bg/volute1_grey_thin.png");
  transition: background-color .75s; }
  .btn-cta .btn-cta-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    transition: .5s; }
    .btn-cta .btn-cta-content .heading {
      font-weight: 600;
      line-height: 42px;
      letter-spacing: .05em;
      padding-top: 60px;
      padding-bottom: 60px;
      color: #006196; }
      .btn-cta .btn-cta-content .heading p {
        font-weight: 300;
        color: #7c8c9c;
        font-size: 18px;
        line-height: 1.4;
        text-transform: none; }
        .btn-cta .btn-cta-content .heading p.h3 {
          font-weight: 500;
          font-size: 28px;
          line-height: 1.2;
          color: #7C8C9C;
          text-transform: uppercase;
          padding-bottom: 30px; }
        .btn-cta .btn-cta-content .heading p.cta {
          font-size: 16px;
          line-height: 42px;
          font-weight: 700;
          color: #004f90;
          position: relative;
          display: inline-block;
          text-transform: uppercase; }
          .btn-cta .btn-cta-content .heading p.cta:after {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            content: ' ';
            transition: transform .5s;
            transform: scaleX(0);
            transform-origin: bottom right;
            background-color: #004f90; }
    .btn-cta .btn-cta-content .btn-cta-icon {
      position: relative;
      display: block;
      width: 40px;
      height: 40px;
      cursor: pointer;
      flex-shrink: 0;
      margin-left: 62px; }
      .btn-cta .btn-cta-content .btn-cta-icon .svg-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .btn-cta .btn-cta-content .btn-cta-icon .svg-container .svg-border {
          width: 100%;
          height: 100%;
          stroke-width: 10px;
          stroke: #909090;
          transition: stroke .25s;
          stroke-dasharray: 400px;
          stroke-dashoffset: 0px; }
        .btn-cta .btn-cta-content .btn-cta-icon .svg-container .btn-cta-icon__border {
          stroke: #ff8300 !important; }
      .btn-cta .btn-cta-content .btn-cta-icon .btn-cta-icon__line {
        position: absolute;
        top: 0;
        right: calc(50% - 4px);
        bottom: 0;
        margin: auto;
        display: block;
        width: 150%;
        height: 2px;
        background-color: #006196;
        transform-origin: right center;
        transition: transform .5s; }
      .btn-cta .btn-cta-content .btn-cta-icon .btn-cta-icon__arrow {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        transform: rotate(-45deg); }
        .btn-cta .btn-cta-content .btn-cta-icon .btn-cta-icon__arrow .arrow-line {
          position: absolute;
          right: 0;
          bottom: 0;
          background-color: #006196;
          transition: background-color .25s; }
          .btn-cta .btn-cta-content .btn-cta-icon .btn-cta-icon__arrow .arrow-line.line-1 {
            width: 2px;
            height: 100%; }
          .btn-cta .btn-cta-content .btn-cta-icon .btn-cta-icon__arrow .arrow-line.line-2 {
            width: 100%;
            height: 2px; }
    .btn-cta .btn-cta-content .btn-cta-label {
      max-width: 760px; }
  .btn-cta:hover {
    background-color: #dee6ed; }
    .btn-cta:hover .heading p.cta:after {
      transform: scaleX(1);
      transform-origin: bottom left; }
    .btn-cta:hover .btn-cta-icon .btn-cta-icon__line {
      transform: scaleX(0.714); }

@media only screen and (max-width: 767px) {
  .btn-cta .btn-cta-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    background-color: transparent; }
    .btn-cta .btn-cta-content .heading {
      padding-top: 12px;
      padding-bottom: 15px; }
      .btn-cta .btn-cta-content .heading .btn-cta-icon__line {
        width: calc(50% + 3px); } }
.btn-animated-border {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .btn-animated-border.animated-prev:hover .icon svg circle {
    stroke-dashoffset: 314.16; }
  .btn-animated-border.animated-next:hover .icon svg circle {
    stroke-dashoffset: 0; }
  .btn-animated-border.m-t {
    margin-top: 1.875rem; }
  .btn-animated-border.wide {
    width: 100%; }
  .btn-animated-border.boxed {
    padding: 0.8rem; }
    @media (min-width: 768px) {
      .btn-animated-border.boxed {
        padding: 1.25rem 1.6rem; } }
    @media (min-width: 992px) {
      .btn-animated-border.boxed {
        padding: 0.8rem; } }
    @media (min-width: 1200px) {
      .btn-animated-border.boxed {
        padding: 1.25rem 1.6rem; } }
    .btn-animated-border.boxed.boxed-sm {
      padding: 0.625rem 0.85rem; }
    .btn-animated-border.boxed.m-l-i-d {
      width: calc(100% - 80px); }
  .btn-animated-border.bg-gradient-blue .text span.hyperlink, .btn-animated-border.color-white .text span.hyperlink {
    color: #fff; }
    .btn-animated-border.bg-gradient-blue .text span.hyperlink:after, .btn-animated-border.color-white .text span.hyperlink:after {
      background-color: #fff; }
  .btn-animated-border.bg-gradient-blue .icon i, .btn-animated-border.bg-gradient-blue .icon svg, .btn-animated-border.color-white .icon i, .btn-animated-border.color-white .icon svg {
    color: #fff; }
  .btn-animated-border.bg-gradient-blue .icon svg.bordered circle, .btn-animated-border.color-white .icon svg.bordered circle {
    stroke: #fff !important; }
  .btn-animated-border.bg-gradient-blue .icon:before, .btn-animated-border.color-white .icon:before {
    border: 1px solid #fff; }
  .btn-animated-border .icon, .btn-animated-border .text {
    display: table-cell;
    vertical-align: middle; }
  .btn-animated-border .icon {
    text-align: center;
    position: relative;
    line-height: 38px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 0;
    cursor: pointer;
    vertical-align: initial; }
    .btn-animated-border .icon.w-30 {
      line-height: 30px;
      width: 30px !important;
      height: 30px; }
      .btn-animated-border .icon.w-30:before {
        width: 30px;
        height: 30px; }
      .btn-animated-border .icon.w-30 svg.bordered {
        width: 30px;
        height: 30px; }
    .btn-animated-border .icon.w-34 {
      line-height: 34px;
      width: 34px !important;
      height: 34px; }
      .btn-animated-border .icon.w-34:before {
        width: 34px;
        height: 34px; }
      .btn-animated-border .icon.w-34 svg.bordered {
        width: 34px;
        height: 34px; }
    .btn-animated-border .icon.w-50 {
      line-height: 50px;
      width: 50px !important;
      height: 50px; }
      .btn-animated-border .icon.w-50:before {
        width: 50px;
        height: 50px; }
      .btn-animated-border .icon.w-50 svg.bordered {
        width: 50px;
        height: 50px; }
    .btn-animated-border .icon:before {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      top: 0;
      left: 0;
      border-radius: 50%;
      border: 1px solid #e6ecf0;
      z-index: 0;
      transition: border-color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .btn-animated-border .icon svg.bordered {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      transform: rotate(-90deg);
      z-index: 1; }
      .btn-animated-border .icon svg.bordered circle {
        stroke-dasharray: 157.08;
        stroke-dashoffset: 157.08;
        transition: stroke-dashoffset 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .btn-animated-border .icon i, .btn-animated-border .icon svg {
      color: #586674;
      font-size: 13px; }
    .btn-animated-border .icon .far {
      -webkit-transition: 0.6s ease-out;
      -moz-transition: 0.6s ease-out;
      transition: 0.6s ease-out; }
    .btn-animated-border .icon .fa-filter {
      transform: scale(0.8); }
    .btn-animated-border .icon .fa-heart {
      transform: scale(0.9); }
    .btn-animated-border .icon .fa-facebook-f, .btn-animated-border .icon .fa-linkedin-in, .btn-animated-border .icon .fa-long-arrow-left, .btn-animated-border .icon .fa-angle-double-up, .btn-animated-border .icon .fa-angle-double-down {
      transform: scale(1.1); }
    .btn-animated-border .icon .fa-caret-right, .btn-animated-border .icon .fa-grip-horizontal {
      transform: scale(1.3); }
    .btn-animated-border .icon .fa-caret-right {
      padding-left: 2px; }
    .btn-animated-border .icon .fa-ellipsis-h {
      transform: scale(1.7); }
  .btn-animated-border .text {
    padding-left: 15px;
    padding-right: 15px; }
    .btn-animated-border .text.not-icon {
      height: 40px; }
    .btn-animated-border .text.text-sm {
      line-height: 30px; }
      .btn-animated-border .text.text-sm span {
        line-height: 15px; }
        .btn-animated-border .text.text-sm span.hyperlink {
          font-size: 0.85rem; }
    .btn-animated-border .text span {
      display: block;
      line-height: 20px; }
      .btn-animated-border .text span.hyperlink {
        position: relative;
        text-decoration: none;
        text-align: inherit !important;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700; }
        .btn-animated-border .text span.hyperlink.f-90 {
          font-size: 0.9rem; }
        .btn-animated-border .text span.hyperlink.w-50 {
          line-height: 50px; }
        .btn-animated-border .text span.hyperlink.f-16 {
          font-size: 16px; }
        .btn-animated-border .text span.hyperlink:after {
          position: absolute;
          bottom: -4px;
          left: 0;
          display: block;
          width: 100%;
          height: 2px;
          content: ' ';
          transition: transform .5s;
          transform: scaleX(0);
          transform-origin: bottom right;
          background-color: #586674; }
      .btn-animated-border .text span.file-name {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 500;
        transition: all .35s ease-in-out; }
      .btn-animated-border .text span.file-details {
        font-size: 0.875rem; }
  .btn-animated-border:hover .text span.hyperlink:after {
    transform: scaleX(1);
    transform-origin: bottom left; }
  .btn-animated-border:hover .text span.file-name {
    color: #ff8300; }
  .btn-animated-border:hover .icon:before {
    display: none; }
  .btn-animated-border:hover .icon .fa-times {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  .btn-animated-border:hover .icon .fa-long-arrow-right {
    animation: slideForward 0.4s ease-in-out 0.2s; }
  .btn-animated-border:hover .icon .fa-long-arrow-left {
    animation: slideBackward 0.4s ease-in-out 0.2s; }
  .btn-animated-border:hover .icon .fa-long-arrow-down {
    animation: slideDownwards 0.4s ease-in-out 0.2s; }

.title-link {
  font-family: "DIN";
  font-weight: 500; }
  .title-link:hover {
    color: #ff8300; }

.hyperlink {
  position: relative; }
  .hyperlink i {
    font-size: 13px;
    line-height: 1;
    margin-top: -1px; }
  .hyperlink span {
    font-weight: 600; }
  .hyperlink.hyperlink-arrow:after {
    left: 12px;
    width: calc(100% - 12px); }
  .hyperlink:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: ' ';
    transition: transform .5s;
    transform: scaleX(0);
    transform-origin: bottom right;
    background-color: #798590; }
  .hyperlink.active:after {
    transform: scaleX(1); }
  .hyperlink:hover i {
    animation: slideForward .4s ease-in-out .2s; }
  .hyperlink:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left; }

@keyframes slideForward {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  50% {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  50.1% {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
/* Motion Button */
a, button {
  cursor: pointer; }
  a.btn-motion, a .btn-motion-fake, button.btn-motion, button .btn-motion-fake {
    position: relative;
    display: inline-block;
    background-color: #00486C;
    z-index: 1;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em; }
    a.btn-motion span, a .btn-motion-fake span, button.btn-motion span, button .btn-motion-fake span {
      padding-right: 45px; }
    a.btn-motion:after, a.btn-motion:before, a .btn-motion-fake:after, a .btn-motion-fake:before, button.btn-motion:after, button.btn-motion:before, button .btn-motion-fake:after, button .btn-motion-fake:before {
      content: '';
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      left: 100%;
      background-color: #006196;
      z-index: -2;
      transition-property: inherit;
      transition-duration: inherit;
      transition-timing-function: inherit; }
    a.btn-motion:before, a .btn-motion-fake:before, button.btn-motion:before, button .btn-motion-fake:before {
      z-index: -1;
      background-color: #ff8300; }
    a.btn-motion:after, a .btn-motion-fake:after, button.btn-motion:after, button .btn-motion-fake:after {
      transition-delay: .2s; }
    a.btn-motion:focus, a.btn-motion:hover, a .btn-motion-fake:focus, a .btn-motion-fake:hover, button.btn-motion:focus, button.btn-motion:hover, button .btn-motion-fake:focus, button .btn-motion-fake:hover {
      color: #fff;
      text-decoration: none; }
      a.btn-motion:focus i, a.btn-motion:hover i, a .btn-motion-fake:focus i, a .btn-motion-fake:hover i, button.btn-motion:focus i, button.btn-motion:hover i, button .btn-motion-fake:focus i, button .btn-motion-fake:hover i {
        animation: slideForward .4s ease-in-out .2s; }
    a.btn-motion.small, a .btn-motion-fake.small, button.btn-motion.small, button .btn-motion-fake.small {
      padding: 6px 12px; }
    a.btn-motion.wide, a .btn-motion-fake.wide, button.btn-motion.wide, button .btn-motion-fake.wide {
      width: 100%; }
    a.btn-motion.inverted, a .btn-motion-fake.inverted, button.btn-motion.inverted, button .btn-motion-fake.inverted {
      background-color: #ff8300; }
      a.btn-motion.inverted:before, a .btn-motion-fake.inverted:before, button.btn-motion.inverted:before, button .btn-motion-fake.inverted:before {
        z-index: -1;
        background-color: #00486C; }
    a.btn-motion.outline, a .btn-motion-fake.outline, button.btn-motion.outline, button .btn-motion-fake.outline {
      background-color: #fff;
      border: 2px solid #dee6ed;
      color: #7c8c9c;
      padding: 12px; }
      a.btn-motion.outline:before, a .btn-motion-fake.outline:before, button.btn-motion.outline:before, button .btn-motion-fake.outline:before {
        z-index: -1;
        background-color: #dee6ed; }
      a.btn-motion.outline:after, a .btn-motion-fake.outline:after, button.btn-motion.outline:after, button .btn-motion-fake.outline:after {
        background-color: #eef3f6; }
    a.btn-motion.active, a .btn-motion-fake.active, button.btn-motion.active, button .btn-motion-fake.active {
      color: #004F90;
      text-transform: uppercase;
      border: 2px solid #C5CCD3;
      border-radius: 2px;
      font-weight: 600;
      background: #EEF2F6; }
    a.btn-motion.pull-right, a .btn-motion-fake.pull-right, button.btn-motion.pull-right, button .btn-motion-fake.pull-right {
      margin-left: 10px; }
  a.anchor-text, button.anchor-text {
    color: #288dc1;
    background-image: linear-gradient(to left, #288dc1 0%, #288dc1 100%);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 0.35s ease-in;
    font-weight: 600; }
  a:hover.anchor-text, button:hover.anchor-text {
    text-decoration: none;
    background-size: 100% 2px; }

.animated-underline a {
  color: #4D5966;
  background: linear-gradient(to top, #4d5966 0%, #4d5966 1px, transparent 8.01%) no-repeat left bottom/100% 100%;
  font-weight: 600;
  padding-bottom: 2px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  .animated-underline a:hover {
    color: #ff8300;
    background: linear-gradient(to top, #ff8300 0%, #ff8300 1px, transparent 8.01%) no-repeat left bottom/100% 100%;
    animation: underlined-one 1s; }

@keyframes underlined-one {
  from {
    background-size: 100% 100%;
    background-position: bottom right; }
  50% {
    background-size: 0 100%;
    background-position: bottom right; }
  50.01% {
    background-position: bottom left; }
  to {
    background-size: 100% 100%;
    background-position: bottom left; } }
/* Lateral Button */
.lateral-wrap-rotate {
  position: absolute;
  white-space: nowrap;
  top: 50px;
  left: 19px;
  border: 0;
  margin-left: 0px;
  margin-top: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-align: right;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.6875rem;
  letter-spacing: 0.5px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: translateX(-100%) rotateZ(-90deg);
  -ms-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotateZ(-90deg); }
  .lateral-wrap-rotate:before {
    position: absolute;
    top: 19px;
    right: 0;
    display: inline-block;
    content: '';
    height: 2px;
    width: 15px;
    background: #ff8300;
    vertical-align: middle; }

@media (min-width: 992px) {
  a.btn-motion:hover:after, a.btn-motion:hover:before, button.btn-motion:hover:after, button.btn-motion:hover:before {
    width: 100%;
    left: 0;
    transition-property: width; }
  a.btn-motion:hover:before, button.btn-motion:hover:before {
    transition-delay: .2s; }
  a.btn-motion:hover:after, button.btn-motion:hover:after {
    transition-property: width;
    transition-delay: 0s; }
  a:hover .btn-motion-fake:after, a:hover .btn-motion-fake:before, button:hover .btn-motion-fake:after, button:hover .btn-motion-fake:before {
    width: 100%;
    left: 0;
    transition-property: width; }
  a:hover .btn-motion-fake:before, button:hover .btn-motion-fake:before {
    transition-delay: .2s; }
  a:hover .btn-motion-fake:after, button:hover .btn-motion-fake:after {
    transition-property: width;
    transition-delay: 0s; } }
#addthis.addthis-md .at-resp-share-element .at-share-btn {
  padding: 9px; }
#addthis .at-resp-share-element .at-share-btn {
  margin-bottom: 10px;
  border: 1px solid #eef3f6;
  padding: 13px;
  display: inline-block;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  #addthis .at-resp-share-element .at-share-btn .at-icon {
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    fill: #586674 !important; }
  #addthis .at-resp-share-element .at-share-btn:hover {
    transform: translateY(0);
    background-color: #f7f9fb !important; }
    #addthis .at-resp-share-element .at-share-btn:hover .at-icon {
      fill: #ff8300 !important; }

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s; }
  .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #ff8300;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms; }
  .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #ff8300;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms; }
  .videoPoster:hover:before, .videoPoster:focus:before {
    border-color: #ff8300; }
  .videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: #ff8300; }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms; }

@keyframes slideForward {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  50% {
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0; }
  50.1% {
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0; }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideBackward {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  50% {
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0; }
  50.1% {
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0; }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideDownwards {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  50% {
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0; }
  50.1% {
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0; }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
.arrow-link-container .hyperlink {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  cursor: pointer;
  text-align: inherit !important;
  text-decoration: none;
  text-transform: uppercase;
  color: #004f90; }

.arrow-link-container .hyperlink::before {
  padding-right: .5em;
  content: '\25ba';
  color: #ff8300; }

.arrow-link-container .hyperlink:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: ' ';
  transition: transform .5s;
  transform: scaleX(0);
  transform-origin: bottom right;
  background-color: #ff8300; }

.arrow-link-container .hyperlink:hover {
  color: #004f90; }

.arrow-link-container .hyperlink:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left; }

.btn-read-more-summary p.collapse:not(.show) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }
.btn-read-more-summary p.collapsing {
  min-height: 120px !important; }
.btn-read-more-summary a {
  padding-top: 10px;
  display: block;
  color: #ff8300;
  font-weight: 600; }
  .btn-read-more-summary a.collapsed:after {
    content: '+ Read More'; }
  .btn-read-more-summary a:not(.collapsed):after {
    content: '- Read Less'; }

/* ------------------------------------------------
   - Grid
------------------------------------------------ */
.vertical-align-container {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .vertical-align-container .align {
    -webkit-flex: none;
    flex: none; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .row-eq-height .card {
    height: 100%; }

.si-section .no-gutters {
  margin-right: 0;
  margin-left: 0; }
.si-section .no-gutters > .col,
.si-section .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }
.si-section .si-grid {
  position: relative;
  width: 100%; }
  .si-section .si-grid .si-guideline {
    display: block;
    margin-left: 0;
    width: 100%; }
    .si-section .si-grid .si-guideline .type-title {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 22px;
      letter-spacing: 0.5px;
      color: #222; }
      .si-section .si-grid .si-guideline .type-title:after {
        display: inline-block;
        content: '';
        width: 40px;
        height: 2px;
        background: #222;
        vertical-align: middle;
        margin-left: 20px;
        margin-top: -5px; }
    .si-section .si-grid .si-guideline p.first-p {
      font-size: 20px;
      line-height: 32px; }
    .si-section .si-grid .si-guideline .back-teaser {
      width: 100%;
      text-align: right;
      z-index: -1;
      line-height: 1;
      text-transform: uppercase; }
      .si-section .si-grid .si-guideline .back-teaser span {
        font-size: 100px;
        font-weight: 700;
        color: #ccc; }
    .si-section .si-grid .si-guideline.border-left {
      border-left: 1px solid transparent !important; }
    .si-section .si-grid .si-guideline.border-left-absolute {
      position: relative; }
      .si-section .si-grid .si-guideline.border-left-absolute:before {
        position: absolute;
        content: '';
        z-index: 3;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: transparent !important; }
    .si-section .si-grid .si-guideline.border-right {
      border-right: 1px solid transparent !important; }
    .si-section .si-grid .si-guideline.border-right-absolute {
      position: relative; }
      .si-section .si-grid .si-guideline.border-right-absolute:after {
        position: absolute;
        content: '';
        z-index: 3;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: transparent !important; }
  .si-section .si-grid .si-r-sidebar.border-left {
    border-left: 1px solid #eef3f6; }
  .si-section .si-grid .si-r-sidebar.border-right {
    border-right: 1px solid #eef3f6; }
  .si-section .si-grid .si-r-sidebar .separator {
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eef3f6; }
    .si-section .si-grid .si-r-sidebar .separator.first {
      margin-top: 0; }
  .si-section .si-grid .si-r-sidebar p {
    font-size: 15px;
    line-height: 1.6; }
    .si-section .si-grid .si-r-sidebar p.title {
      font-size: 20px;
      font-weight: 400;
      color: #288dc1;
      text-transform: none;
      padding-bottom: 0;
      border-bottom: none; }
    .si-section .si-grid .si-r-sidebar p.subtitle {
      text-transform: uppercase;
      font-weight: 600;
      color: #004f90;
      margin: 0; }
    .si-section .si-grid .si-r-sidebar p:last-child {
      margin: 0; }
  .si-section .si-grid .si-r-sidebar ul.list li {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 0 0 23px;
    margin-bottom: 10px; }

p.tagline {
  padding: 80px 0 20px; }

.marker .nbr {
  position: absolute;
  left: 0;
  margin-left: -33px;
  border-right: 4px solid #ff8300;
  color: transparent;
  font-weight: 700;
  height: 46px;
  font-size: 12px;
  line-height: 47px;
  letter-spacing: 1px;
  width: 33px;
  text-align: center; }

@media (min-width: 992px) {
  .expanded {
    width: calc(100% + 30px); } }
@media only screen and (min-width: 1600px) {
  .expanded {
    width: calc(100% + 40px); } }
.overflow-hidden {
  overflow: hidden; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-y-hidden {
  overflow-y: hidden; }

@media (min-width: 768px) {
  .bg-gradient-blue .si-section .si-grid .si-guideline.border-left {
    border-left: 1px solid rgba(233, 239, 244, 0.05) !important; }
  .bg-gradient-blue .si-section .si-grid .si-guideline.border-left-absolute:before {
    background: rgba(233, 239, 244, 0.05) !important; }
  .bg-gradient-blue .si-section .si-grid .si-guideline.border-right {
    border-right: 1px solid rgba(233, 239, 244, 0.05) !important; }
  .bg-gradient-blue .si-section .si-grid .si-guideline.border-right-absolute:after {
    background: rgba(233, 239, 244, 0.05) !important; }

  .si-section .si-col-padding {
    position: relative;
    padding: 0 30px; }
  .si-section .si-col-padding-left {
    position: relative;
    padding: 0 0 0 30px; }
  .si-section .si-row-padding-link {
    position: relative;
    padding: 1.25rem; }
  .si-section .si-grid .si-guideline.border-left {
    border-left: 1px solid #eef3f6 !important; }
    .si-section .si-grid .si-guideline.border-left.border-transparent {
      border-left: 1px solid rgba(233, 239, 244, 0.05) !important; }
  .si-section .si-grid .si-guideline.border-left-absolute:before {
    background: #eef3f6 !important; }
  .si-section .si-grid .si-guideline.border-left-absolute.border-transparent:before {
    background: rgba(233, 239, 244, 0.05) !important; }
  .si-section .si-grid .si-guideline.border-right {
    border-right: 1px solid #eef3f6 !important; }
    .si-section .si-grid .si-guideline.border-right.border-transparent {
      border-right: 1px solid rgba(233, 239, 244, 0.05) !important; }
  .si-section .si-grid .si-guideline.border-right-absolute:after {
    background: #eef3f6 !important; } }
@media (min-width: 992px) {
  .si-section .si-grid .si-grid-padding {
    padding: 0 30px; } }
@media only screen and (min-width: 1024px) {
  .si-section .si-grid .si-guideline .box-group a.box .box-header-img {
    height: auto; } }
@media (min-width: 1600px) {
  .si-section .si-grid .si-grid-padding {
    padding: 0 40px; }
  .si-section .row {
    margin-right: -20px;
    margin-left: -20px; }
  .si-section div[class*='col-'] {
    padding-right: 20px;
    padding-left: 20px; }
  .si-section .si-col-padding {
    padding: 0 40px !important; }
  .si-section .si-col-padding-left {
    position: relative;
    padding: 0 0 0 40px !important; }
  .si-section .no-gutters {
    margin-right: 0;
    margin-left: 0; }
  .si-section .no-gutters > .col,
  .si-section .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0; } }
/* Left Sidebar */
#left-sidebar {
  padding-left: 1.875rem;
  position: absolute;
  height: 100%;
  z-index: 100; }
  #left-sidebar .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 140px; }
  #left-sidebar .sticky-menu {
    padding: 0 0 5px; }
  #left-sidebar .btn {
    overflow: initial;
    text-transform: initial;
    position: relative;
    letter-spacing: 1px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #586674;
    border-radius: 50px;
    border: 1px solid #eef3f6;
    text-align: center;
    margin: 0 0 10px;
    padding: 12px;
    font-size: 20px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    display: block; }
    #left-sidebar .btn:hover {
      background-color: #f7f9fb; }
      #left-sidebar .btn:hover i {
        color: #ff8300; }
    #left-sidebar .btn.active {
      color: #ff8300; }
  #left-sidebar .separator {
    width: 50px;
    text-align: center; }
    #left-sidebar .separator hr {
      width: 10px;
      text-align: center;
      border: 1px solid #e9eff4;
      margin-bottom: 15px;
      margin-left: 20px;
      margin-top: 0; }
  #left-sidebar .vertical-btn-list .btn {
    margin: 0 0 10px;
    padding: 14px;
    display: table; }
  #left-sidebar svg {
    fill: #586674 !important;
    transition: all .35s ease-in-out; }
  #left-sidebar .vertical-add-this .at-share-btn {
    margin: 0 0 10px;
    border: 1px solid #eef3f6;
    padding: 14px;
    display: table;
    background-color: #fff !important;
    transition: all .35s ease-in-out; }
    #left-sidebar .vertical-add-this .at-share-btn:hover {
      transform: translateY(0);
      background-color: #f7f9fb !important; }
      #left-sidebar .vertical-add-this .at-share-btn:hover svg {
        fill: #ff8300 !important; }
  #left-sidebar .vertical-add-this .at4-share-count-container {
    display: none; }
  @media (max-width: 958px) {
    #left-sidebar.bottom-sidebar-mobile {
      right: 0;
      padding-left: 0;
      padding-right: 1.875rem;
      display: flex;
      justify-content: space-around;
      align-items: flex-start; }
      #left-sidebar.bottom-sidebar-mobile .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: unset;
        bottom: 1.875rem;
        align-self: flex-end; }
      #left-sidebar.bottom-sidebar-mobile .separator, #left-sidebar.bottom-sidebar-mobile .vertical-add-this {
        display: none; } }
  @media (max-width: 767px) {
    #left-sidebar.bottom-sidebar-mobile {
      padding-right: 0.9375rem; }
      #left-sidebar.bottom-sidebar-mobile .sticky {
        bottom: 0.9375rem; }
      #left-sidebar.bottom-sidebar-mobile .btn {
        padding: 2px 12px; } }

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4,
.col-xlx-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1600px) {
  .col-xxl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
/* Column */
@media (min-width: 768px) {
  .column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; } }
@media (min-width: 1600px) {
  .column-2 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; } }

@media (min-width: 768px) {
  .column-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; } }
@media (min-width: 1600px) {
  .column-3 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; } }

/* Corrections */
@media (max-width: 767px) {
  .container-sm-correction > div {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; } }

/* -----------------------------------------------------------------
    - Colors
----------------------------------------------------------------- */
.color-curious-blue {
  color: #288dc1 !important; }

.color-congress-blue {
  color: #004f90 !important; }

.color-flush-orange {
  color: #ff8300 !important; }

.color-luxor-gold {
  color: #a89031 !important; }

.color-light-gray {
  color: #7c8c9c !important; }

.color-shuttle-gray {
  color: #586674 !important; }

.color-shuttle-gray-70 {
  color: #798590 !important; }

.color-shuttle-gray-50 {
  color: #abb2b9 !important; }

.color-shuttle-gray-30 {
  color: #ccd1d5 !important; }

.color-botticelli {
  color: #e6ecf0 !important; }

.color-rock-blue {
  color: #9ab6cb !important; }

.color-sdg-6 {
  color: #00aed9 !important; }

.color-sdg-7 {
  color: #fdb713 !important; }

.color-sdg-9 {
  color: #f36d25 !important; }

.color-sdg-11 {
  color: #f99d26 !important; }

.color-sdg-12 {
  color: #cf8d2a !important; }

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

.color-innovators {
  color: #66dbca !important; }

.color-investors {
  color: #64d955 !important; }

.color-seekers {
  color: #f04721 !important; }

/* -----------------------------------------------------------------
    - Colors
----------------------------------------------------------------- */
.color-bahama-blue {
  color: #006196 !important; }

.color-white {
  color: #ffffff !important; }

.color-lima {
  color: #89ba17 !important; }

.color-mojo {
  color: #c25f3a !important; }

/* ---------------------------------
    - Backgrounds
--------------------------------- */
/* Background Color */
.bg-regal-blue {
  background-color: #00486C !important; }

.bg-bahama-blue {
  background-color: #006196 !important; }

.bg-curious-blue {
  background-color: #288dc1 !important; }

.bg-luxor-gold {
  background-color: #a89031 !important; }

.bg-silver-rust {
  background-color: #c7bbb6 !important; }

.bg-apple-green {
  background-color: #47a141 !important; }

.bg-flush-orange {
  background-color: #ff8300 !important; }

.bg-flush-grey {
  background-color: #b7b7b7 !important; }

.bg-error {
  background-color: #F04721 !important; }

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

.bg-cornflower-blue {
  background-color: #f7f9fb; }

.bg-gradient-cornflower-blue {
  background: linear-gradient(to top, #f7f9fb 50%, transparent 100%); }

/* Background Gradient Color */
.bg-gradient-blue {
  background: -moz-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #00416a), color-stop(100%, #006098));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* ie10+ */
  background: linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00416a', endColorstr='#006098', GradientType=1);
  /* ie6-9 */ }

.bg-gradient-orange {
  background: -moz-linear-gradient(125deg, #ff8300 0%, #ff9c33 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff8300), color-stop(100%, #ff9c33));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(125deg, #ff8300 0%, #ff9c33 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(125deg, #ff8300 0%, #ff9c33 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(125deg, #ff8300 0%, #ff9c33 100%);
  /* ie10+ */
  background: linear-gradient(125deg, #ff8300 0%, #ff9c33 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8300', endColorstr='#ff9c33', GradientType=1);
  /* ie6-9 */ }

.bg-gradient-sdg-6 {
  background: -moz-linear-gradient(125deg, #126f87 0%, #00aed9 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #126f87), color-stop(100%, #00aed9));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(125deg, #126f87 0%, #00aed9 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(125deg, #126f87 0%, #00aed9 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(125deg, #126f87 0%, #00aed9 100%);
  /* ie10+ */
  background: linear-gradient(125deg, #126f87 0%, #00aed9 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126f87', endColorstr='#00aed9', GradientType=1);
  /* ie6-9 */ }

.bg-gradient-sdg-7 {
  background: -moz-linear-gradient(125deg, #b18802 0%, #fdb713 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #b18802), color-stop(100%, #fdb713));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(125deg, #b18802 0%, #fdb713 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(125deg, #b18802 0%, #fdb713 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(125deg, #b18802 0%, #fdb713 100%);
  /* ie10+ */
  background: linear-gradient(125deg, #b18802 0%, #fdb713 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b18802', endColorstr='#fdb713', GradientType=1);
  /* ie6-9 */ }

.bg-gradient-sdg-9 {
  background: -moz-linear-gradient(125deg, #ca4102 0%, #f36d25 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ca4102), color-stop(100%, #f36d25));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(125deg, #ca4102 0%, #f36d25 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(125deg, #ca4102 0%, #f36d25 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(125deg, #ca4102 0%, #f36d25 100%);
  /* ie10+ */
  background: linear-gradient(125deg, #ca4102 0%, #f36d25 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca4102', endColorstr='#f36d25', GradientType=1);
  /* ie6-9 */ }

.bg-gradient-sdg-11 {
  background: -moz-linear-gradient(125deg, #ca7002 0%, #f99d26 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ca7002), color-stop(100%, #f99d26));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(125deg, #ca7002 0%, #f99d26 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(125deg, #ca7002 0%, #f99d26 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(125deg, #ca7002 0%, #f99d26 100%);
  /* ie10+ */
  background: linear-gradient(125deg, #ca7002 0%, #f99d26 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca7002', endColorstr='#f99d26', GradientType=1);
  /* ie6-9 */ }

.bg-gradient-sdg-12 {
  background: -moz-linear-gradient(125deg, #7b591e 0%, #cf8d2a 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #7b591e), color-stop(100%, #cf8d2a));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(125deg, #7b591e 0%, #cf8d2a 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(125deg, #7b591e 0%, #cf8d2a 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(125deg, #7b591e 0%, #cf8d2a 100%);
  /* ie10+ */
  background: linear-gradient(125deg, #7b591e 0%, #cf8d2a 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b18802', endColorstr='#cf8d2a', GradientType=1);
  /* ie6-9 */ }

.bg-shuttle-gray {
  background: #586674; }

.bg-shuttle-gray-70 {
  background: #798590; }

.bg-shuttle-gray-50 {
  background: #abb2b9; }

.bg-shuttle-gray-30 {
  background: #ccd1d5; }

.bg-botticelli {
  background: #e6ecf0; }

.bg-rock-blue {
  background: #9ab6cb !important; }

.bg-border {
  background: #eef3f6; }

.bg-sdg-6 {
  background: #00aed9; }

.bg-sdg-7 {
  background: #fdb713; }

.bg-sdg-9 {
  background: #f36d25; }

.bg-sdg-11 {
  background: #f99d26; }

.bg-sdg-12 {
  background: #cf8d2a; }

.bg-alert-success {
  background-color: #42d5aa; }

.bg-alert-warning {
  background-color: #fbb600; }

.bg-notification-blue {
  position: relative;
  overflow: hidden;
  background-color: #eaf5fb !important; }
  .bg-notification-blue.border {
    border: 1px solid #c0e1f2 !important; }
  .bg-notification-blue:before {
    position: absolute;
    right: -10px;
    top: 20px;
    content: '\f05a';
    font-family: "Font Awesome 5 Pro";
    font-size: 80px;
    color: #d5ebf6;
    font-weight: 300; }
  .bg-notification-blue .paragraph, .bg-notification-blue .h3 {
    z-index: 1; }

.bg-innovators {
  background: #66dbca !important; }

.bg-investors {
  background: #64d955 !important; }

.bg-seekers {
  background: #f04721 !important; }

/* Background Layouts */
.bg-t-n-outer {
  position: relative; }
  .bg-t-n-outer:before {
    content: '';
    background-color: #f7f9fb;
    position: absolute;
    top: -120px;
    left: 0;
    height: calc(100% + 120px);
    width: 100%;
    z-index: -1; }

.bg-outer {
  position: relative; }
  .bg-outer.bg-white:before {
    background-color: #fff; }
  .bg-outer.bg-congress-blue-09:before {
    background: rgba(0, 65, 106, 0.9); }
  .bg-outer:before {
    content: '';
    background-color: #f7f9fb;
    height: 100%;
    position: absolute;
    top: 0;
    width: calc(100% + 50vw - 20px);
    z-index: -1; }
  .bg-outer.bg-t-outer:before {
    top: 4.4rem;
    height: calc(100% - 4.4rem); }
  .bg-outer.bg-r-outer:before {
    left: -15px;
    margin-right: -50vw; }
    @media (min-width: 768px) {
      .bg-outer.bg-r-outer:before {
        left: -30px; } }
    @media (min-width: 769px) {
      .bg-outer.bg-r-outer:before {
        left: 0; } }
  .bg-outer.bg-t-n-outer:before {
    top: -120px;
    height: calc(100% + 120px); }
  .bg-outer.bg-l-outer:before {
    left: 0;
    margin-left: -50vw;
    width: calc(100% + 50vw); }
  .bg-outer.z-index-n-2:before {
    z-index: -2; }
  .bg-outer.bg-r-outer-50vw:after {
    width: 50vw;
    right: 0;
    margin-right: calc(-50vw + 75%); }
  .bg-outer.bg-l-outer-50vw:after {
    width: 50vw;
    left: 0;
    margin-left: calc(-50vw + 75%); }

.bg-indent {
  position: relative; }
  .bg-indent:before {
    content: '';
    background-color: #f7f9fb;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
  .bg-indent.bg-t-indent:before {
    top: 2.5rem; }
  .bg-indent.bg-t-n-indent:before {
    top: -2.5rem; }
  .bg-indent.bg-r-indent:before {
    right: 2.5rem; }
  .bg-indent.bg-l-indent:before {
    left: 2.5rem; }

.bg-partners {
  position: relative; }
  .bg-partners:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../../img/bg/bg-partners.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: 0.1; }

.swiper-carousel-before:before {
  content: '';
  width: 100%;
  background: #f7f9fb;
  position: absolute;
  left: calc(-100% + 20px);
  top: -20px;
  bottom: 0;
  z-index: 2; }

.bg-half-top-white {
  position: relative; }
  .bg-half-top-white:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    background: #fff; }

.bg-half-top-cornflower-blue {
  position: relative; }
  .bg-half-top-cornflower-blue:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    background: #f7f9fb; }

.bg-cornflower-vw-left {
  position: relative; }
  .bg-cornflower-vw-left:before {
    content: "";
    width: 100%;
    position: absolute;
    background: #f7f9fb;
    width: calc(100% + 20vw);
    left: calc(-20vw - 80px);
    height: 500px;
    bottom: 0;
    z-index: -1; }

#home-submit-solution .bg-outer:after {
  background: -moz-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #00416a), color-stop(100%, #006098));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* ie10+ */
  background: linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00416a', endColorstr='#006098', GradientType=1);
  /* ie6-9 */ }

#cities .bg-r-outer-50vw {
  position: relative; }
  #cities .bg-r-outer-50vw:after {
    content: '';
    background-color: #f7f9fb;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    right: 0;
    z-index: -1;
    background: url("../../img/sections/advocacy-cities.jpg") no-repeat;
    background-size: cover;
    background-position: right; }
    @media (min-width: 1200px) {
      #cities .bg-r-outer-50vw:after {
        width: 50vw; } }

.bg-lines {
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: top -20% right;
  background-image: url(/img/bg/volute1_grey_thin.png); }

.bg-become-member-world-alliance {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/img/bg/bg-become-member-world-alliance.jpg); }

.bg-b-i {
  position: relative; }
  .bg-b-i:after {
    content: '';
    background-color: #f7f9fb;
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1; }
    @media (min-width: 1600px) {
      .bg-b-i:after {
        height: 40px; } }

.bg-t-i {
  position: relative; }
  .bg-t-i:before {
    content: '';
    background-color: #fff;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }
    @media (min-width: 1600px) {
      .bg-t-i:before {
        height: 40px; } }

/* ---------------------------------
    - Backgrounds
--------------------------------- */
/* Background Color */
.bg-color-bahama-blue {
  background-color: #006196 !important; }

.bg-color-regal-blue {
  background-color: #00486C !important; }

.bg-catskill-white {
  background-color: #eaf0f5 !important; }

.bg-pampas {
  background-color: #ede8e5 !important; }

.bg-rounded-dots {
  background-image: url("../../../img/the_guide/bg/bg-rounded-dots.svg");
  background-size: 70%;
  background-position: top right;
  background-repeat: no-repeat; }

.bg-assistant-pattern-1 {
  content: '';
  position: absolute;
  top: 0;
  left: -25%;
  width: 60%;
  height: 100%;
  background-image: url("../../../img/the_guide/bg/bg-assistant-pattern-1-3.svg");
  background-size: 120%;
  background-position: center right;
  background-repeat: no-repeat;
  mix-blend-mode: multiply; }

.bg-assistant-pattern-2 {
  content: '';
  position: absolute;
  bottom: -350px;
  left: -86px;
  width: 700px;
  height: 700px;
  background-image: url("../../../img/the_guide/bg/bg-assistant-pattern-2.svg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply; }

.bg-assistant-pattern-3 {
  content: '';
  position: absolute;
  top: 0;
  right: -25%;
  width: 60%;
  height: 100%;
  background-image: url("../../../img/the_guide/bg/bg-assistant-pattern-1-3.svg");
  background-size: 120%;
  background-position: center left;
  background-repeat: no-repeat;
  mix-blend-mode: multiply; }

/* -----------------------------------------------------------------
    - Hero
----------------------------------------------------------------- */
.w-60 {
  width: 60px; }

.w-80 {
  width: 80px; }

.w-110 {
  width: 110px; }

.w-140 {
  width: 140px; }

.w-180 {
  width: 180px; }

.w-max-240 {
  max-width: 240px; }

.lazy-row .lazy-delay:nth-child(1) .lazy-container img {
  transition-delay: 0.35s; }
.lazy-row .lazy-delay:nth-child(2) .lazy-container img {
  transition-delay: 0.50s; }
.lazy-row .lazy-delay:nth-child(3) .lazy-container img {
  transition-delay: 0.65s; }
.lazy-row .lazy-delay:nth-child(4) .lazy-container img {
  transition-delay: 0.80s; }
.lazy-row .lazy-delay:nth-child(5) .lazy-container img {
  transition-delay: 0.95s; }
.lazy-row .lazy-delay:nth-child(6) .lazy-container img {
  transition-delay: 1.10s; }
.lazy-row .lazy-delay:nth-child(7) .lazy-container img {
  transition-delay: 1.25s; }
.lazy-row .lazy-delay:nth-child(8) .lazy-container img {
  transition-delay: 1.40s; }
.lazy-row .lazy-delay:nth-child(9) .lazy-container img {
  transition-delay: 1.55s; }

.lazy-container {
  display: block;
  position: relative;
  height: 0;
  background-color: #eef3f6; }
  .lazy-container.no-bg {
    background-color: transparent; }
  .lazy-container.lazy-1-1 {
    padding-top: 100%; }
  .lazy-container.lazy-2-3 {
    padding-top: 150%; }
  .lazy-container.lazy-3-2 {
    padding-top: 66.66666667%; }
  .lazy-container.lazy-3-4 {
    padding-top: 135%; }
  .lazy-container.lazy-9-16, .lazy-container.lazy-4-45, .lazy-container.lazy-21-6, .lazy-container.lazy-4-3, .lazy-container.lazy-16-9 {
    padding-top: 56.25%; }
  @media (min-width: 992px) {
    .lazy-container.lazy-9-16 {
      padding-top: 177.77777778%; }
    .lazy-container.lazy-4-45 {
      padding-top: 105%; }
    .lazy-container.lazy-21-6 {
      padding-top: 28.5%; }
    .lazy-container.lazy-4-3 {
      padding-top: 75%; }
    .lazy-container.lazy-16-9 {
      padding-top: 56.25%; } }
  .lazy-container.lazy-delay-1 img {
    transition-delay: 0.35s; }
  .lazy-container.lazy-delay-2 img {
    transition-delay: 0.50s; }
  .lazy-container.lazy-delay-3 img {
    transition-delay: 0.65s; }
  .lazy-container img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    opacity: 0; }
  .lazy-container.reveal-img.animated img {
    opacity: 1; }
  .lazy-container iframe, .lazy-container video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

.lazy-container img.lazyloading, .lazy-container img.lazyloaded {
  opacity: 1; }

picture {
  display: block;
  overflow: hidden; }
  picture img {
    width: 100%; }

figure {
  position: relative;
  margin: 0;
  overflow: hidden; }
  figure.expanded {
    margin-top: -60px;
    width: calc(100% + 40px); }
  figure.img-16-9 {
    padding-bottom: 56.25%; }
    figure.img-16-9 img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  figure .figure-legend {
    font-size: 11px;
    display: block;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: right;
    font-style: italic;
    font-family: 'Merriweather', serif; }

.hero {
  height: 100vh;
  position: relative; }

@media only screen and (max-width: 992px) {
  .hero {
    display: none; } }
.hero-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end; }

.hero-banner {
  width: 100vw;
  left: calc(-50vw + 50%);
  position: relative;
  background: white;
  overflow: hidden; }
  @media (min-width: 768px) {
    .hero-banner {
      left: calc(-50vw + 50%); } }
  @media (min-width: 992px) {
    .hero-banner {
      width: calc(50% + 50vw - 30px);
      left: calc(-50vw + 50%); } }
  @media (min-width: 1200px) {
    .hero-banner {
      width: calc(50% + 50vw - 30px);
      left: calc(-50vw + 50%); } }
  @media (min-width: 1600px) {
    .hero-banner {
      width: calc(50% + 50vw + 40px);
      left: calc(-50vw + 50%); } }

.hero-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .hero-banner-text .title, .hero-banner-text .subtitle {
    color: #fff; }
  .hero-banner-text .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1; }
  .hero-banner-text .subtitle {
    font-size: 30px; }
  @media (min-width: 1200px) {
    .hero-banner-text .title {
      font-size: 55px; }
    .hero-banner-text .subtitle {
      font-size: 40px; } }
  @media (min-width: 1600px) {
    .hero-banner-text .title {
      font-size: 65px; }
    .hero-banner-text .subtitle {
      font-size: 50px; } }

.hero-banner-half {
  width: calc(50vw - 15px);
  left: calc(-50vw + 100% + 15px);
  position: relative;
  overflow: hidden; }
  .hero-banner-half.half-left {
    left: 0; }

.cutted-b-r {
  position: relative; }
  .cutted-b-r:after {
    content: '';
    position: absolute;
    right: 0;
    height: 40px;
    width: calc(100% - 120px); }

figcaption.cutted-b-r {
  background: #fff;
  padding: 34px 30px;
  margin-top: -40px;
  margin-left: 120px; }

.avatar-rounded {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block; }
  .avatar-rounded img {
    width: 100%; }
  .avatar-rounded .avatar-rounded-sm {
    width: 40px;
    height: 40px; }
  .avatar-rounded .avatar-rounded-md {
    width: 50px;
    height: 50px; }
  .avatar-rounded .avatar-rounded-lg {
    width: 80px;
    height: 80px; }
  .avatar-rounded .avatar-rounded-xl {
    width: 100px;
    height: 100px; }

.avatar-rounded-wrap {
  position: relative; }
  .avatar-rounded-wrap img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
  .avatar-rounded-wrap .avatar-rounded-icon {
    right: 0;
    bottom: 0;
    position: absolute; }
    .avatar-rounded-wrap .avatar-rounded-icon i {
      -webkit-transition: 0.6s ease-out;
      -moz-transition: 0.6s ease-out;
      transition: 0.6s ease-out;
      font-size: 20px;
      padding: 10px;
      background: #fff;
      border-radius: 50%; }
  .avatar-rounded-wrap:hover img {
    transform: scale(1.1); }
  .avatar-rounded-wrap:hover .avatar-rounded-icon i {
    color: #ff8300;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }

.avatar-sm-rounded {
  width: 40px;
  height: 40px;
  border-radius: 40px; }

.logo-container img {
  max-width: 245px; }
  @media (max-width: 767px) {
    .logo-container img {
      max-height: inherit; } }

.logo-container-height img {
  max-height: 80px; }

.header-icon {
  max-width: 120px; }

.max-width-200 {
  max-width: 200px; }

.filtered {
  position: relative; }
  .filtered:before {
    content: '';
    background: #7C8C9C;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .filtered img {
    mix-blend-mode: luminosity; }

.logo-member-container {
  background: #fff;
  padding-left: 30px;
  padding-right: 30px; }
  .logo-member-container.bordered {
    border: 1px solid #eef3f6; }
  .logo-member-container .logo {
    width: 100%;
    height: 0;
    background-size: contain;
    background-position: center;
    padding-bottom: 56.25%; }

.grayscale a img {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-filter: grayscale(1) brightness(1);
  filter: grayscale(1) brightness(1); }
.grayscale a:hover img {
  -webkit-filter: invert(42%) sepia(99%) saturate(423%) hue-rotate(156deg) brightness(93%) contrast(84%);
  filter: invert(42%) sepia(99%) saturate(423%) hue-rotate(156deg) brightness(93%) contrast(84%); }

.grayscale-original a img {
  -webkit-filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(200deg) brightness(94%) contrast(91%);
  filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(200deg) brightness(94%) contrast(91%); }
.grayscale-original a:hover img {
  -webkit-filter: none;
  filter: none; }

.avatar-rounded {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block; }

.w-80 {
  width: 80px; }

figure.reveal-img img, picture.reveal-img img {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: scale(1.1);
  -webkit-transition: .75s ease-in-out;
  -moz-transition: .75s ease-in-out;
  transition: .75s ease-in-out;
  opacity: 1; }
  figure.reveal-img img.no-scale, picture.reveal-img img.no-scale {
    transform: scale(1); }
figure.reveal-img.animated img, picture.reveal-img.animated img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transform: scale(1); }

.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    height: 25px;
    font-weight: 700;
    margin: 0;
    color: #006196; }
    .breadcrumb ul li a {
      padding-bottom: 3px;
      line-height: 23px;
      color: #000; }
    .breadcrumb ul li span {
      line-height: 25px;
      color: #000; }
    @media (min-width: 768px) {
      .breadcrumb ul li {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .breadcrumb ul li {
        font-size: 14px; } }

/*--------------------------------------------------
	Ajax Page Transition
---------------------------------------------------*/
main {
  overflow: hidden; }

main .cd-main-content > div {
  height: 100%;
  min-height: 100vh; }

main .cd-main-content {
  width: 100%; }

main .cd-main-content.cd-index > div {
  vertical-align: middle; }

main .cd-main-content.cd-index::after {
  background-color: rgba(64, 137, 166, 0);
  background-image: -webkit-linear-gradient(bottom, #4089a6, rgba(64, 137, 166, 0));
  background-image: linear-gradient(to top, #4089a6, rgba(64, 137, 166, 0)); }

main .cd-main-content.cd-index::before {
  background-color: rgba(64, 137, 166, 0);
  background-image: -webkit-linear-gradient(top, #4089a6, rgba(64, 137, 166, 0));
  background-image: linear-gradient(to bottom, #4089a6, rgba(64, 137, 166, 0)); }

main .cd-main-content.cd-about {
  background-color: #fff; }

main .cd-main-content.cd-about > div {
  padding-top: 50px; }

main .cd-main-content.cd-about::after {
  background-color: rgba(40, 48, 64, 0);
  background-image: -webkit-linear-gradient(bottom, #283040, rgba(40, 48, 64, 0));
  background-image: linear-gradient(to top, #283040, rgba(40, 48, 64, 0)); }

main .cd-main-content.cd-about::before {
  background-color: rgba(40, 48, 64, 0);
  background-image: -webkit-linear-gradient(top, #283040, rgba(40, 48, 64, 0));
  background-image: linear-gradient(to bottom, #283040, rgba(40, 48, 64, 0)); }

.cd-cover-layer, .cd-cover-layer.invisible {
  background-color: transparent; }

.cd-cover-layer {
  position: fixed;
  z-index: 5000;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 101%;
  width: 101%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s .4s,visibility 0s .4s;
  -moz-transition: opacity .4s .4s,visibility 0s .4s;
  transition: opacity 0.6s 0s, visibility 0s 0.4s; }

.page-is-changing .cd-cover-layer {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s,visibility 0s 0s;
  -moz-transition: opacity .3s 0s,visibility 0s 0s;
  transition: opacity 0.3s 0.3s, visibility 0s 0s; }

/*--------------------------------------------------
	Swiper Slider
---------------------------------------------------*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/*--------------------------------------------------
	Owl Carousel
---------------------------------------------------*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*--------------------------------------------------
	Magnific Popup
---------------------------------------------------*/
.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0; }

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%; }

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: ""; }

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-arrow, .mfp-arrow:focus, .mfp-arrow:hover, .mfp-close, .mfp-close:focus, .mfp-close:hover {
  opacity: 1; }

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-close, .mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none; }

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  cursor: pointer !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

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

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -20px;
  padding-right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 20px;
  background: #000;
  line-height: 40px;
  border-radius: 2px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-figure, img.mfp-img {
  line-height: 0; }

.mfp-arrow {
  position: absolute;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 25px;
  margin-left: 35px; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 22px; }

.mfp-arrow::before {
  width: 30px;
  height: 60px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px; }

.mfp-arrow-left::after, .mfp-arrow-right:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff; }

.mfp-arrow:hover::before {
  background: black; }

.mfp-arrow-left::after {
  border-left: 2px solid #FFF;
  margin-left: 31px;
  transform: rotate(-45deg); }

.mfp-arrow-left:after {
  margin-left: 36px; }

.mfp-arrow-left:before {
  margin-left: 25px; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-right: 2px solid #FFF;
  margin-left: 41px;
  transform: rotate(45deg); }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block; }

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*--------------------------------------------------
	Tool Tips
---------------------------------------------------*/
[data-tooltip] {
  position: relative; }

[data-tooltip]::after, [data-tooltip]::before {
  position: absolute;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 12px; }

[data-tooltip]::before {
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 500;
  font-family: Poppins,sans-serif;
  color: #000;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  text-decoration: none;
  text-align: left; }

.light-content [data-tooltip]::before {
  color: #fff; }

[data-tooltip]::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: ""; }

[data-tooltip]:hover::after, [data-tooltip]:hover::before {
  opacity: 1; }

[data-tooltip][data-placement=left]::before {
  top: 32%;
  right: 100%;
  margin-right: 35px; }

[data-tooltip][data-placement=left]:hover::before {
  margin-right: -2px;
  -webkit-transition: all .3s ease-out .5s;
  transition: all 0.3s ease-out 0.5s; }

[data-tooltip][data-placement=top]::before {
  top: 16%;
  right: 100%;
  margin-right: 0;
  width: 200px;
  height: 16px;
  transform: translateX(147px) translateY(-170px) rotate(-90deg); }

[data-tooltip][data-placement=top]:hover::before {
  transform: translateX(147px) translateY(-140px) rotate(-90deg);
  -webkit-transition: all .3s ease-out .5s;
  transition: all 0.3s ease-out 0.2s; }

[data-tooltip][data-placement=right]::before {
  top: 32%;
  left: 100%;
  margin-left: 35px; }

[data-tooltip][data-placement=right]:hover::before {
  margin-left: -2px;
  -webkit-transition: all .3s ease-out .5s;
  transition: all 0.3s ease-out 0.5s; }

@media only screen and (max-width: 479px) {
  [data-tooltip]:hover::after, [data-tooltip]:hover::before {
    opacity: 0; } }
/*--------------------------------------------------
	Social Share
---------------------------------------------------*/
.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -0.5em -0.8em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: .3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 .3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

/*--------------------------------------------------
	Justified Galler
---------------------------------------------------*/
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a, .justified-gallery > div, .justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: .1;
  margin: 0;
  padding: 0; }

.justified-gallery > a > a > img, .justified-gallery > a > img, .justified-gallery > div > a > img, .justified-gallery > div > img, .justified-gallery > figure > a > img, .justified-gallery > figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0; }

.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif; }

.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0; }

.justified-gallery > .entry-visible > a > img, .justified-gallery > .entry-visible > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity .5s ease-in;
  -moz-transition: opacity .5s ease-in;
  -o-transition: opacity .5s ease-in;
  transition: opacity 0.5s ease-in; }

.justified-gallery > .jg-filtered {
  display: none; }

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial; }

.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #fff;
  border-radius: 6px; }

.cursor-follow {
  background-color: #EEF2F6;
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: scale(1);
  transition: transform .35s ease-out;
  z-index: 1011;
  opacity: 0; }

@supports not (mix-blend-mode: multiply) {
  .cursor-follow {
    opacity: .7; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor-follow {
    visibility: hidden; } }
.cursor-close {
  background-color: #110f10;
  transform: matrix(3, 0, 0, 3, 0, 0) !important;
  mix-blend-mode: difference; }

.cursor-close::before, .cursor-close::after {
  content: '';
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: cursorClose .6s .1s ease-in-out both; }

.cursor-close::before {
  height: 100%;
  width: 1px; }

.cursor-close::after {
  height: 1px;
  width: 100%; }

.open .cursor-follow {
  mix-blend-mode: lighten; }

.touch .cursor-follow {
  display: none; }

.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both; }

.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both; }

@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #f7541b; }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0); } }
@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #f7541b; }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0); } }
@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg); }
  100% {
    transform: scale(0.45) rotate(45deg); } }
/*--------------------------------------------------
	Page Preloader
---------------------------------------------------*/
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 2000;
  text-align: center; }

.preloader-wrap {
  background: #000; }

.preloader-wrap .outer {
  padding: 0px;
  box-sizing: border-box; }

.preloader-wrap .inner {
  vertical-align: middle;
  box-sizing: border-box; }

.percentage-wrapper {
  height: 20px;
  position: absolute;
  margin-bottom: 20px;
  right: 80px;
  bottom: 40px; }

.percentage {
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  width: 30px;
  height: 100px;
  color: #000;
  display: table;
  margin: 0 auto; }

.percentage::before {
  content: "Loaded";
  width: 40px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  position: absolute;
  right: 50px; }

.percentage::after {
  content: "%";
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #000; }

.light-content .percentage, .light-content .percentage:before, .light-content .percentage:after {
  color: #fff; }

.trackbar {
  width: 200px;
  height: 2px;
  margin-top: 0px;
  position: absolute;
  bottom: 70px;
  left: 80px;
  right: auto;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1); }

.light-content .trackbar {
  background: rgba(255, 255, 255, 0.2); }

.loadbar {
  width: 0%;
  height: 2px;
  background: black;
  position: absolute;
  top: 0px;
  left: 0;
  overflow: hidden; }

.light-content .loadbar {
  background: white; }

.hold-progress-bar {
  width: 0%;
  height: 2px;
  background: white;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  overflow: hidden; }

.light-content .hold-progress-bar {
  background: black; }

.preloader-marquee-mask {
  clip-path: inset(0px 30% 0px 30%);
  position: absolute;
  width: 100%; }

.preloader-marquee-wrapper {
  position: relative;
  float: left;
  z-index: 0;
  pointer-events: none;
  opacity: 0; }

.preloader-marquee-wrapper.stroked {
  position: relative;
  float: left;
  z-index: 0;
  pointer-events: none; }

.preloader-marquee {
  --space: 2vw;
  font-size: 90px;
  font-weight: 500;
  line-height: 110px;
  white-space: nowrap;
  animation: content-marquee 15s infinite linear;
  padding-left: var(--space);
  color: #fff; }

.stroked .preloader-marquee {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2); }

.preloader-marquee:after {
  content: attr(data-text);
  padding-left: var(--space); }

@keyframes content-marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
/* -----------------------------------------------------------------
    - Cards
----------------------------------------------------------------- */
.full-h {
  height: 100%; }

.flex-align-items-bottom-container {
  display: flex;
  flex-grow: 1; }

.flex-align-items-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.btn-back {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-left: 20px; }
  .btn-back figure, .btn-back span {
    display: flex;
    align-items: center;
    justify-content: center; }
  .btn-back figure {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    position: relative;
    background: #00486C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-back figure i {
      position: absolute;
      font-size: 24px;
      color: #fff;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      -webkit-text-stroke: 1px white;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .btn-back figure:before {
      position: absolute;
      top: 50%;
      left: 0;
      font-family: 'Font Awesome 6 Pro';
      content: "\f053";
      font-weight: 700;
      font-size: 12px;
      transform: translateX(-20px) translateY(-50%);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .btn-back span {
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #006196;
    font-weight: 700; }
  .btn-back:hover figure i {
    font-size: 26px; }
  .btn-back:hover figure:before {
    transform: translateX(-22px) translateY(-50%); }

.col.col-option {
  width: 200px;
  max-width: 200px;
  min-width: 200px; }
.col.row-option {
  width: 500px;
  max-width: 500px;
  min-width: 500px; }
  .col.row-option.w-800 {
    width: 800px;
    max-width: 800px;
    min-width: 800px; }
  .col.row-option .card.card-option {
    text-align: left; }
    .col.row-option .card.card-option .card-body {
      padding-left: 55px; }
    .col.row-option .card.card-option .Form-label-checkbox + .Form-label-text::before, .col.row-option .card.card-option .Form-label-radio + .Form-label-text::before {
      transform: scale(1); }

.card {
  display: block;
  position: relative;
  border: none;
  background: none; }
  .card .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none; }
  .card figure {
    overflow: hidden; }
    .card figure img {
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%;
      height: 100%;
      transform: scale(1);
      -webkit-transition: .75s ease-in-out;
      -moz-transition: .75s ease-in-out;
      transition: .75s ease-in-out; }
  .card .card-body {
    padding: 0; }
  .card.card-news {
    padding: 15px;
    background: #fff; }
    .card.card-news .card-header {
      width: 80px;
      height: 80px;
      display: inline-block;
      vertical-align: middle; }
    .card.card-news .card-body {
      display: inline-block;
      padding: 0 0 0 20px;
      width: calc(100% - 84px);
      vertical-align: middle; }
      .card.card-news .card-body .card-date, .card.card-news .card-body .card-category {
        display: inline-block;
        font-size: 14px;
        color: #BBCACC; }
      .card.card-news .card-body .card-date {
        padding-right: 10px; }
      .card.card-news .card-body .card-title {
        padding-top: 2px;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 600;
        color: #00486C; }
      .card.card-news .card-body .card-text {
        font-size: 16px;
        line-height: 1.2; }
  .card.explorer-disable {
    opacity: .5;
    filter: grayscale(1); }
  .card.card-solutions {
    height: 100%; }
    .card.card-solutions .card-container {
      width: 100%;
      background: #fff;
      height: 100%;
      border-bottom: 1px solid #dee7ed; }
    .card.card-solutions .card-header {
      display: block; }
    .card.card-solutions .card-footer {
      position: absolute;
      top: 0;
      left: 20px;
      background: #fff;
      line-height: 1;
      z-index: 1;
      padding: 7px 10px;
      text-align: center;
      border-top: none;
      border-radius: initial; }
      .card.card-solutions .card-footer .label .release-date {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1;
        color: #a89031;
        font-weight: 800; }
      .card.card-solutions .card-footer .splitter {
        padding: 15px; }
        .card.card-solutions .card-footer .splitter span {
          height: 2px;
          background: rgba(0, 0, 0, 0.2);
          display: block; }
      .card.card-solutions .card-footer .stats i {
        display: block;
        font-size: 22px;
        color: rgba(0, 0, 0, 0.4); }
      .card.card-solutions .card-footer .stats span {
        font-weight: 500;
        font-size: 15px;
        color: #2389bd; }
    .card.card-solutions .card-body {
      padding: 10px 0 20px; }
    .card.card-solutions .card-title {
      font-family: "Fjalla One";
      color: #288dc1;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .card.card-solutions p.card-date {
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      color: #8c8b8e; }
    .card.card-solutions p.card-text {
      font-size: 16px;
      line-height: 20px;
      color: #00486C;
      font-weight: 900;
      margin-bottom: 0; }
      .card.card-solutions p.card-text.line-clamp-3 {
        overflow: hidden;
        max-height: 60px;
        display: -webkit-box;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
    .card.card-solutions ul {
      padding-top: 10px !important; }
      .card.card-solutions ul.sector-list li {
        display: inline-block;
        padding-left: 12px;
        font-size: 12px;
        position: relative;
        padding-right: 8px;
        padding-bottom: 4px;
        color: #586674;
        font-weight: 500; }
        .card.card-solutions ul.sector-list li:last-of-type {
          padding-right: 0; }
        .card.card-solutions ul.sector-list li:before {
          content: '';
          position: absolute;
          top: 2px;
          left: 0;
          width: 8px;
          height: 8px;
          background: #288dc1; }
        .card.card-solutions ul.sector-list li.sector-waste-pollution:before {
          background: #b7adaa; }
        .card.card-solutions ul.sector-list li.sector-energy:before {
          background: #fcbb6d; }
        .card.card-solutions ul.sector-list li.sector-buildings:before {
          background: #ea892a; }
        .card.card-solutions ul.sector-list li.sector-industry-goods:before {
          background: #b7202e; }
        .card.card-solutions ul.sector-list li.sector-infrastructures:before {
          background: #b25d29; }
        .card.card-solutions ul.sector-list li.sector-agri-food:before {
          background: #86ae53; }
        .card.card-solutions ul.sector-list li.sector-freight:before {
          background: #4b686e; }
        .card.card-solutions ul.sector-list li.sector-mobility:before {
          background: #2f8f5c; }
        .card.card-solutions ul.sector-list li.sector-water:before {
          background: #8dc3c1; }
  .card:hover .card-title {
    color: #ff8300; }
  .card:hover figure img {
    transform: scale(1.05); }
  .card:hover .hyperlink i {
    animation: slideForward .4s ease-in-out .2s; }
  .card:hover .hyperlink:after {
    transform: scaleX(1);
    transform-origin: bottom left; }
  .card.card-topic {
    height: 100%; }
    .card.card-topic .card-header {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 5;
      padding: 1.2rem 1.25rem 0.2rem 1.25rem; }
      .card.card-topic .card-header .number {
        color: #fff;
        font-size: 25px;
        line-height: 1;
        margin-bottom: 15px;
        opacity: 0.7; }
        .card.card-topic .card-header .number:before, .card.card-topic .card-header .number:after {
          display: inline-block;
          content: '';
          height: 2px;
          background: white;
          vertical-align: middle; }
        .card.card-topic .card-header .number:before {
          width: 0;
          margin-left: 0;
          transition: 500ms cubic-bezier(0.7, 0, 0.3, 1); }
        .card.card-topic .card-header .number:after {
          width: 50px;
          margin-left: 20px;
          transition: 500ms cubic-bezier(0.7, 0, 0.3, 1); }
      .card.card-topic .card-header .title {
        font-family: 'Fjalla One', sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 1;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
        color: #fff;
        font-weight: 300;
        width: 50%;
        word-wrap: normal; }
    .card.card-topic .card-footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 5;
      padding: 1rem 1.25rem;
      border: none; }
      .card.card-topic .card-footer .button .text {
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.5;
        padding: 0;
        color: #fff; }
      .card.card-topic .card-footer .button .arrow img {
        width: 69px;
        display: block; }
    .card.card-topic .card-bg {
      overflow: hidden; }
      .card.card-topic .card-bg:before {
        /*
        content: '';
        background: $color-curious-blue;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        */ }
      .card.card-topic .card-bg img {
        transition: all .35s ease-in-out; }
    .card.card-topic .header-pattern {
      position: absolute;
      z-index: 3;
      width: 100%;
      height: 100%;
      background: url(/img/topics/pattern.png); }
    .card.card-topic .card-clip-circle {
      z-index: 1;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      -webkit-clip-path: circle(140px at 200%);
      clip-path: circle(140px at 200%);
      -webkit-transition: all .75s ease-in-out;
      -moz-transition: all .75s ease-in-out;
      -ms-transition: all .75s ease-in-out;
      -o-transition: all .75s ease-in-out;
      transition: all .75s ease-in-out;
      opacity: 0.9;
      mix-blend-mode: color;
      background: #ffb546; }
    .card.card-topic.active .card-clip-circle {
      -webkit-clip-path: circle(140px at 105%);
      clip-path: circle(140px at 105%); }
    .card.card-topic:hover .card-header .number:before {
      width: 40px;
      margin-right: 20px; }
    .card.card-topic:hover .card-header .number:after {
      width: 0;
      margin-right: 0; }
    .card.card-topic:hover .card-clip-circle {
      -webkit-clip-path: circle(140px at 105%);
      clip-path: circle(140px at 105%); }
    .card.card-topic:hover .card-bg img {
      transform: scale(1.05); }

.Form-label--tick {
  position: relative; }

.Form-label-radio,
.Form-label-checkbox {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden; }

.Form-label-radio + .Form-label-text,
.Form-label-checkbox + .Form-label-text {
  position: relative;
  cursor: pointer; }

.Form-label-radio + .Form-label-text::before,
.Form-label-checkbox + .Form-label-text::before {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 18px;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: 2px solid #ff8300;
  content: "\00a0";
  font-weight: 700;
  color: #1f4f59;
  background-color: white;
  text-align: center;
  transform: translateX(-50%) translateY(-60%) scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.Form-label-radio:checked + .Form-label-text::before,
.Form-label-checkbox:checked + .Form-label-text::before {
  background-color: #ff8300;
  border-color: #ff8300;
  font-family: "Font Awesome 6 Pro";
  content: "\f00c"; }

.Form-label-radio:focus + .Form-label-text::before,
.Form-label-checkbox:focus + .Form-label-text::before,
.Form-label-radio:active + .Form-label-text::before,
.Form-label-checkbox:active + .Form-label-text::before {
  background-color: #ff8300;
  border-color: #ff8300; }

.Form-label-radio + .Form-label-text::before {
  border-radius: 100%; }

/** 04. forms
-------------------------------------------------- **/
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bacede !important;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bacede !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bacede !important; }

.form-group:not(:last-child) {
  margin-bottom: 15px; }

input {
  outline: 0; }

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 15px;
  border: 1px solid #dee7ed;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #004f90; }

input[type="search"] {
  padding: 5px 5px 5px 30px;
  border: none; }

textarea {
  width: 100%;
  max-width: 100%;
  min-height: 150px; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #1a171c; }

input[type]::-moz-input-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder {
  color: #1a171c; }

input[type]:-moz-input-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder {
  color: #1a171c; }

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #1a171c; }

label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer; }

form.form .col, form.form .col-1, form.form .col-10, form.form .col-11, form.form .col-12, form.form .col-2, form.form .col-3, form.form .col-4, form.form .col-5, form.form .col-6, form.form .col-7, form.form .col-8, form.form .col-9, form.form .col-auto, form.form .col-lg, form.form .col-lg-1, form.form .col-lg-10, form.form .col-lg-11, form.form .col-lg-12, form.form .col-lg-2, form.form .col-lg-3, form.form .col-lg-4, form.form .col-lg-5, form.form .col-lg-6, form.form .col-lg-7, form.form .col-lg-8, form.form .col-lg-9, form.form .col-lg-auto, form.form .col-md, form.form .col-md-1, form.form .col-md-10, form.form .col-md-11, form.form .col-md-12, form.form .col-md-2, form.form .col-md-3, form.form .col-md-4, form.form .col-md-5, form.form .col-md-6, form.form .col-md-7, form.form .col-md-8, form.form .col-md-9, form.form .col-md-auto, form.form .col-sm, form.form .col-sm-1, form.form .col-sm-10, form.form .col-sm-11, form.form .col-sm-12, form.form .col-sm-2, form.form .col-sm-3, form.form .col-sm-4, form.form .col-sm-5, form.form .col-sm-6, form.form .col-sm-7, form.form .col-sm-8, form.form .col-sm-9, form.form .col-sm-auto, form.form .col-xl, form.form .col-xl-1, form.form .col-xl-10, form.form .col-xl-11, form.form .col-xl-12, form.form .col-xl-2, form.form .col-xl-3, form.form .col-xl-4, form.form .col-xl-5, form.form .col-xl-6, form.form .col-xl-7, form.form .col-xl-8, form.form .col-xl-9, form.form .col-xl-auto, form.form .col-xxl, form.form .col-xxl-1, form.form .col-xxl-10, form.form .col-xxl-11, form.form .col-xxl-12, form.form .col-xxl-2, form.form .col-xxl-3, form.form .col-xxl-4, form.form .col-xxl-5, form.form .col-xxl-6, form.form .col-xxl-7, form.form .col-xxl-8, form.form .col-xxl-9, form.form .col-xxl-auto {
  padding-right: 10px;
  padding-left: 10px; }
form.form .form-group {
  margin-bottom: 1rem;
  position: relative; }
form.form .form-control {
  border-radius: 0; }
form.form label {
  color: #00486C;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 15px; }
form.form .has-error label {
  color: #1a171c; }
form.form .has-error input, form.form .has-error textarea {
  border: 1px solid #ff8300 !important; }
form.form textarea, form.form textarea.form-control {
  border: 2px solid #eef3f6;
  resize: none; }
form.form span.form-error {
  position: relative;
  color: #ff8300;
  font-size: 14px;
  font-weight: 500;
  padding-top: 7px;
  display: block;
  text-align: right;
  padding-right: 15px; }
  form.form span.form-error:after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: '\f148';
    top: 6px;
    right: 0; }
form.form input[type="checkbox"] {
  display: none; }
form.form .custom-checkbox {
  position: relative; }
  form.form .custom-checkbox label {
    font-size: 13px;
    padding-left: 25px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #586674;
    text-transform: initial; }
  form.form .custom-checkbox input[type=checkbox] {
    display: none; }
  form.form .custom-checkbox input[type=checkbox] + label:before {
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ff8300;
    content: "\00a0";
    background-color: #fff;
    border-radius: 0;
    color: #1f4f59;
    font-size: 9px;
    line-height: 16px; }
  form.form .custom-checkbox input[type=checkbox]:checked + label:before {
    content: "\f00c";
    background-color: #ff8300;
    color: #fff; }

/* -----------------------------------------------------------------
    - Slider
----------------------------------------------------------------- */
.swiper-container-horizontal {
  width: 100%; }
  .swiper-container-horizontal.overflow-left.wide {
    width: calc(100% + 30px); }
  .swiper-container-horizontal.overflow-left.left-indent {
    width: calc(100% + 30px); }
  .swiper-container-horizontal.overflow-left .swiper-wrapper {
    margin-left: -15px;
    margin-right: -15px; }

@media (min-width: 768px) {
  .swiper-container-horizontal.overflow-left {
    position: relative; }
    .swiper-container-horizontal.overflow-left.wide {
      width: calc(100% - 30px); }
    .swiper-container-horizontal.overflow-left.left-indent {
      width: calc(100% - 30px); }
      .swiper-container-horizontal.overflow-left.left-indent:before {
        left: calc(-52vw + 1px); }
      .swiper-container-horizontal.overflow-left.left-indent .swiper-wrapper {
        margin-left: 15px;
        margin-right: 15px; }
    .swiper-container-horizontal.overflow-left:before {
      content: "";
      width: 52vw;
      background: #fff;
      position: absolute;
      left: -52vw;
      top: -10px;
      bottom: -30px;
      z-index: 2; }
    .swiper-container-horizontal.overflow-left.padded .swiper-wrapper {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 0;
      margin-right: 0; }

  .bg-cornflower-blue .swiper-container-horizontal.overflow-left:before {
    background: #f7f9fb; } }
@media (min-width: 1600px) {
  .swiper-container-horizontal.padded .swiper-wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .swiper-container-horizontal.overflow-left.wide {
    width: calc(100% - 40px); }
  .swiper-container-horizontal.overflow-left.left-indent {
    width: 100%; }
    .swiper-container-horizontal.overflow-left.left-indent:before {
      left: calc(-52vw - 39px); }
    .swiper-container-horizontal.overflow-left.left-indent .swiper-wrapper {
      margin-left: -20px;
      margin-right: -20px; }
  .swiper-container-horizontal.overflow-left .swiper-wrapper {
    margin-left: -20px;
    margin-right: -20px; }
  .swiper-container-horizontal.overflow-left.padded .swiper-wrapper {
    padding-left: 20px;
    padding-right: 20px; } }
.swiper-slide {
  height: auto; }
  .swiper-slide.swiper-slide-active .card-title {
    color: #ff8300; }

.home-news .swiper-slide .card {
  position: relative; }
  .home-news .swiper-slide .card:before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 1px;
    background: #eef3f6; }
.home-news .swiper-slide .card-title {
  padding-bottom: 0; }
.home-news .swiper-slide .card-subtitle {
  display: none; }
.home-news .swiper-slide.swiper-slide-active .card-title {
  padding-bottom: 1.25rem; }
.home-news .swiper-slide.swiper-slide-active .card-subtitle {
  display: block;
  position: relative; }
  .home-news .swiper-slide.swiper-slide-active .card-subtitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #e6ecf0; }

@media (min-width: 1200px) {
  .home-news .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .home-news .swiper-slide .card {
      margin-top: 50%; }
    .home-news .swiper-slide.double {
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important; }
      .home-news .swiper-slide.double .card {
        margin-top: 0; } }
.slider-controls {
  padding-bottom: 20px; }
  .slider-controls .btn-animated-border {
    margin-right: 4px; }
  .slider-controls.absolute {
    position: absolute; }
    .slider-controls.absolute.right {
      top: 0;
      right: 20px; }
    .slider-controls.absolute a {
      display: inline-block;
      vertical-align: middle; }
  .slider-controls .swiper-pagination-total {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    color: #ccdae5;
    font-weight: 700; }

.swiper-carousel-hamburger-latest-news .card-title, .swiper-carousel-hamburger-labelled-solutions .card-title {
  color: #586674; }

.swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  padding-left: 0.3rem;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #CCDAE5;
  font-weight: bold; }
  .swiper-pagination.button .fraction_custom_pagination {
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    border: 1px solid #e6ecf0; }
  .swiper-pagination .fraction_custom_pagination {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0; }
    .swiper-pagination .fraction_custom_pagination li {
      margin-right: 0.25rem; }
      .swiper-pagination .fraction_custom_pagination li:last-child {
        margin-right: 0; }
    .swiper-pagination .fraction_custom_pagination [class^="swiper-pagination-"] {
      flex: 1; }
    .swiper-pagination .fraction_custom_pagination .swiper-pagination-current {
      color: #ff8300; }
    .swiper-pagination .fraction_custom_pagination .bar_progress {
      flex: 4; }
    .swiper-pagination .fraction_custom_pagination .bar_progress {
      width: 100px;
      background-color: #eef3f6;
      float: left;
      padding: 0;
      height: 2px;
      max-height: 2px;
      overflow: hidden; }
      .swiper-pagination .fraction_custom_pagination .bar_progress .bar_ing {
        font-size: 12px;
        letter-spacing: 1px;
        color: #fff;
        height: 2px;
        width: 0;
        background-color: #7c8c9c;
        transition: all .25s linear; }

.slide-caption {
  position: absolute;
  bottom: 30px;
  left: -30px;
  padding: 20px;
  color: #fff;
  font-size: 1vw;
  background-color: #333;
  opacity: 0;
  transition: opacity 1s; }

.swiper-slide-active .slide-caption {
  opacity: 1;
  transition: opacity 1.5s .5s; }

@media only screen and (max-width: 750px) {
  .slide-caption {
    left: 0;
    bottom: calc(30/750*100vw);
    padding: 10px;
    font-size: 2.5vw; } }
/* swiper-tabs
-------------------------------------------------- */
.swiper-vertical-tabs-pagination .swiper-pagination-bullet {
  display: inline-block;
  border-radius: initial;
  width: auto;
  height: auto;
  background: transparent;
  outline: 0;
  opacity: 1;
  padding: 0.5rem 0;
  margin-right: 40px; }
  @media (min-width: 768px) {
    .swiper-vertical-tabs-pagination .swiper-pagination-bullet {
      padding: 0.75rem 0; } }
  @media (min-width: 992px) {
    .swiper-vertical-tabs-pagination .swiper-pagination-bullet {
      padding: 0.5rem 0;
      margin: 0;
      display: block; } }
  @media (min-width: 1440px) {
    .swiper-vertical-tabs-pagination .swiper-pagination-bullet {
      padding: 0.75rem 0; } }
  .swiper-vertical-tabs-pagination .swiper-pagination-bullet svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align: middle;
    position: absolute; }
  .swiper-vertical-tabs-pagination .swiper-pagination-bullet .svg__circle-inner {
    stroke: #e6ecf0;
    fill: transparent;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .swiper-vertical-tabs-pagination .swiper-pagination-bullet span {
    font-size: 1rem;
    color: #abb2b9;
    font-weight: 500;
    vertical-align: middle;
    padding-top: 4px;
    padding-left: 35px;
    display: none; }
    @media (min-width: 768px) {
      .swiper-vertical-tabs-pagination .swiper-pagination-bullet span {
        font-size: 1.25rem; } }
    @media (min-width: 992px) {
      .swiper-vertical-tabs-pagination .swiper-pagination-bullet span {
        font-size: 1rem;
        display: block; } }
    @media (min-width: 1440px) {
      .swiper-vertical-tabs-pagination .swiper-pagination-bullet span {
        font-size: 1.25rem; } }
.swiper-vertical-tabs-pagination .swiper-pagination-bullet-active .svg__circle {
  stroke: #9ab6cb;
  stroke-dasharray: 75;
  stroke-dashoffset: 0;
  -webkit-animation: progress 14s ease-in-out 1 forwards;
  -moz-animation: progress 14s ease-in-out 1 forwards;
  -ms-animation: progress 14s ease-in-out 1 forwards;
  animation: progress 14s ease-in-out 1 forwards; }
.swiper-vertical-tabs-pagination .swiper-pagination-bullet-active .svg__circle-inner {
  fill: #e6ecf0; }
.swiper-vertical-tabs-pagination .swiper-pagination-bullet-active span {
  color: #ff8300; }

.swiper-vertical-tabs {
  position: relative;
  transition: all .3s; }
  .swiper-vertical-tabs blockquote p {
    padding-top: 0.6rem; }
  @media (min-width: 992px) {
    .swiper-vertical-tabs .title-h4 {
      display: none; } }
  .swiper-vertical-tabs .swiper-slide .swiper-wrapper-img {
    width: 100%;
    height: 400px;
    overflow: hidden; }
    .swiper-vertical-tabs .swiper-slide .swiper-wrapper-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      opacity: 0;
      transition: all .3s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-wrapper-img img {
    opacity: 1;
    transition-delay: .3s; }
  .swiper-vertical-tabs .swiper-slide .swiper-slide-content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all .4s; }
  .swiper-vertical-tabs .swiper-slide .swiper-slide-content .splitter:after {
    width: 0;
    transition-delay: 0.4s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content .splitter:after {
    width: 40px; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > * {
    opacity: 1;
    transform: none; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(1) {
    transition-delay: 0.3s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(2) {
    transition-delay: 0.4s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(3) {
    transition-delay: 0.5s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(4) {
    transition-delay: 0.6s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(5) {
    transition-delay: 0.7s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(6) {
    transition-delay: 0.8s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(7) {
    transition-delay: 0.9s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(8) {
    transition-delay: 1s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(9) {
    transition-delay: 1.1s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(10) {
    transition-delay: 1.2s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(11) {
    transition-delay: 1.3s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(12) {
    transition-delay: 1.4s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(13) {
    transition-delay: 1.5s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(14) {
    transition-delay: 1.6s; }
  .swiper-vertical-tabs .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(15) {
    transition-delay: 1.7s; }

/* swiper-icons
-------------------------------------------------- */
.swiper-icons-pagination.swiper-pagination-bullets {
  text-align: center; }
  .swiper-icons-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    border-radius: initial;
    width: auto;
    height: auto;
    background: #fff;
    outline: 0;
    opacity: 1;
    padding: 0 2rem; }
    .swiper-icons-pagination.swiper-pagination-bullets .swiper-pagination-bullet img {
      display: block;
      margin: 0 auto 20px auto; }
    .swiper-icons-pagination.swiper-pagination-bullets .swiper-pagination-bullet span {
      font-size: 1.25rem;
      color: #288dc1;
      font-weight: 500;
      padding-bottom: 25px; }
  .swiper-icons-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    position: absolute;
    bottom: -30px;
    left: 0;
    line-height: 30px;
    z-index: 10;
    text-align: center;
    width: 100%;
    height: 30px;
    background: #fff;
    font-family: "Font Awesome 5 Pro";
    content: '\f078'; }
  .swiper-icons-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active span {
    display: inline-block;
    color: #ff8300; }

.swiper-icons .swiper-wrapper .swiper-slide-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .swiper-icons .swiper-wrapper .swiper-slide-content p {
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
    font-family: "Fjalla One";
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right; }
.swiper-icons .swiper-wrapper .swiper-wrapper-img {
  width: 100%; }
  .swiper-icons .swiper-wrapper .swiper-wrapper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0;
    transition: all .3s; }

.swiper-icons {
  position: relative;
  transition: all .3s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-wrapper-img img {
    opacity: 1;
    transition-delay: .3s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > * {
    opacity: 1;
    transform: none; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(1) {
    transition-delay: 0.3s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(2) {
    transition-delay: 0.4s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(3) {
    transition-delay: 0.5s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(4) {
    transition-delay: 0.6s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(5) {
    transition-delay: 0.7s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(6) {
    transition-delay: 0.8s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(7) {
    transition-delay: 0.9s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(8) {
    transition-delay: 1s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(9) {
    transition-delay: 1.1s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(10) {
    transition-delay: 1.2s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(11) {
    transition-delay: 1.3s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(12) {
    transition-delay: 1.4s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(13) {
    transition-delay: 1.5s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(14) {
    transition-delay: 1.6s; }
  .swiper-icons .swiper-slide.swiper-slide-active .swiper-slide-content > *:nth-child(15) {
    transition-delay: 1.7s; }

@-webkit-keyframes progress {
  0% {
    stroke-dashoffset: -75;
    opacity: 1; }
  95% {
    stroke-dashoffset: 0;
    opacity: 1; }
  100% {
    opacity: 0;
    stroke-dashoffset: 0; } }
@-moz-keyframes progress {
  0% {
    stroke-dashoffset: -75;
    opacity: 1; }
  95% {
    stroke-dashoffset: 0;
    opacity: 1; }
  100% {
    opacity: 0;
    stroke-dashoffset: 0; } }
@-o-keyframes progress {
  0% {
    stroke-dashoffset: -75;
    opacity: 1; }
  95% {
    stroke-dashoffset: 0;
    opacity: 1; }
  100% {
    opacity: 0;
    stroke-dashoffset: 0; } }
@keyframes progress {
  0% {
    stroke-dashoffset: -75;
    opacity: 1; }
  95% {
    stroke-dashoffset: 0;
    opacity: 1; }
  100% {
    opacity: 0;
    stroke-dashoffset: 0; } }
.swiper-slide-content img {
  width: 100%; }

.classic-menu {
  display: none; }
  @media (min-width: 1200px) {
    .classic-menu {
      display: inline-block; } }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  @media (min-width: 992px) {
    .navbar-nav {
      flex-direction: row; } }
  .navbar-nav .dropdown-menu {
    position: absolute; }

.nav-item.active > a {
  color: #00a59a; }

.nav-link {
  display: block;
  padding: 0 .8rem 20px .8rem;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }

.header-logo {
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 99; }
  .header-logo img {
    display: block;
    width: 180px; }
    @media (min-width: 768px) {
      .header-logo img {
        width: 220px; } }
    @media (min-width: 992px) {
      .header-logo img {
        width: 94px; } }
    @media (min-width: 1300px) {
      .header-logo img {
        margin-right: 30px; } }

.color-reversed .header-lang-indicator {
  color: #fff; }

.header-lang-indicator {
  position: fixed;
  top: 22px;
  right: 60px;
  z-index: 99; }
  .header-lang-indicator a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .header-lang-indicator a {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      .header-lang-indicator a {
        margin-top: 20px; } }
  .header-lang-indicator:hover {
    color: #00a59a; }

.color-reversed .header-burger .inner .icon-bar {
  background: #fff; }

.header-burger {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 99;
  width: 20px;
  height: 20px;
  cursor: pointer; }

.header-burger .inner {
  width: 18px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -9px; }

.header-burger .inner .icon-bar {
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  background: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.header-burger .inner .icon-bar.top {
  top: 0; }

.header-burger .inner .icon-bar.middle {
  top: 50%;
  margin-top: -1px; }

.header-burger .inner .icon-bar.bottom {
  bottom: 0;
  width: 60%; }

.header-burger .inner:hover .icon-bar {
  width: 100%; }

.header-burger .burger {
  font-size: 19px;
  vertical-align: middle;
  padding-right: 10px; }

.header-burger .search {
  font-size: 19px;
  vertical-align: middle;
  padding-right: 10px;
  cursor: pointer; }

.search-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1000;
  background: #006196;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  overflow: hidden; }
  .search-menu .container {
    position: relative;
    height: 100%; }

.search-menu .logo-search-menu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 50px 0 0 15px; }
  .search-menu .logo-search-menu img {
    width: 290px;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s; }

.search-menu .close-search-menu {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.search-menu .close-search-menu::before,
.search-menu .close-search-menu::after {
  content: '';
  position: absolute;
  background: #ffffff; }

.search-menu .close-search-menu::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px; }

.search-menu .close-search-menu::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px; }

.search-menu .close-search-menu:hover::before {
  -webkit-animation: header-close-1 0.3s linear;
  animation: header-close-1 0.3s linear; }

.search-menu .close-search-menu:hover::after {
  -webkit-animation: header-close-2 0.3s linear;
  animation: header-close-2 0.3s linear; }

.search-menu.visible {
  top: 0; }

.nav.hamburger {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1000;
  background: #00436b;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1); }
  .nav.hamburger .container {
    position: relative;
    height: 100%; }

.nav .menu li {
  display: block;
  position: relative;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .nav .menu li.category {
    text-transform: uppercase;
    font-weight: 700; }

.nav .menu li.visible {
  top: 0;
  opacity: 1;
  visibility: visible; }

.nav .menu li a {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  position: relative; }

.nav .menu li a::before {
  content: '';
  width: 0;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 105%;
  margin-top: -2px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nav .menu li a.active::before,
.nav .menu li a:hover::before {
  width: 110%;
  left: -5%;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.nav .logo-nav {
  position: absolute;
  top: 0;
  left: 0;
  margin: 50px 0 0 15px; }
  .nav .logo-nav img {
    width: 290px;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s; }

.nav .close-nav {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav .close-nav::before,
.nav .close-nav::after {
  content: '';
  position: absolute;
  background: #ffffff; }

.nav .close-nav::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px; }

.nav .close-nav::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px; }

.nav .close-nav:hover::before {
  -webkit-animation: header-close-1 0.3s linear;
  animation: header-close-1 0.3s linear; }

.nav .close-nav:hover::after {
  -webkit-animation: header-close-2 0.3s linear;
  animation: header-close-2 0.3s linear; }

.nav.visible {
  top: 0; }

@keyframes header-close-1 {
  49% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; }
  51% {
    opacity: 1; } }
@keyframes header-close-2 {
  49% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  51% {
    opacity: 1; } }
@media (max-width: 800px) {
  .nav .menu li a {
    font-size: 30px; }

  .nav .menu li a::before {
    height: 5px; }

  .nav .close-nav {
    top: 25px; } }
.search-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1000;
  background: #006196;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  overflow: hidden; }
  .search-menu .container {
    position: relative;
    height: 100%; }

.search-menu .logo-search-menu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 50px 0 0 15px; }
  .search-menu .logo-search-menu img {
    width: 290px;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s; }

.search-menu .close-search-menu {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.search-menu .close-search-menu::before,
.search-menu .close-search-menu::after {
  content: '';
  position: absolute;
  background: #ffffff; }

.search-menu .close-search-menu::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px; }

.search-menu .close-search-menu::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px; }

.search-menu .close-search-menu:hover::before {
  -webkit-animation: header-close-1 0.3s linear;
  animation: header-close-1 0.3s linear; }

.search-menu .close-search-menu:hover::after {
  -webkit-animation: header-close-2 0.3s linear;
  animation: header-close-2 0.3s linear; }

.search-menu.visible {
  top: 0; }

/* -----------------------------------------------------------------
    - Menu
----------------------------------------------------------------- */
.menu-navbar {
  position: absolute;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  line-height: 1;
  padding-left: .9375rem;
  padding-right: .9375rem;
  transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  border-bottom: 1px solid #e9eff4; }
  .menu-navbar .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }

.menu, .menu-navbar {
  top: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media (min-width: 576px) {
  .menu-navbar {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }
.menu {
  position: fixed;
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  top: -100%;
  left: 0;
  opacity: 1 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  width: 100%;
  z-index: 9999;
  background: -moz-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #00416a), color-stop(100%, #006098));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* ie10+ */
  background: linear-gradient(125deg, #00416a 0%, #006098 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00416a', endColorstr='#006098', GradientType=1);
  /* ie6-9 */
  /* Paragraph */ }
  .menu.visible {
    top: 0;
    opacity: 1 !important; }
  .menu .title-h1, .menu .title-h2, .menu .title-h3 {
    font-family: 'Fjalla One',sans-serif;
    line-height: 1;
    margin: 0; }
  .menu .title-h3 {
    font-size: 1.5rem;
    padding-bottom: 0.8rem;
    color: #288dc1; }
    @media (min-width: 768px) {
      .menu .title-h3 {
        font-size: 2.25rem; } }
    @media (min-width: 992px) {
      .menu .title-h3 {
        font-size: 1.5rem; } }
    @media (min-width: 1440px) {
      .menu .title-h3 {
        font-size: 1.75rem; } }
    @media (min-width: 1600px) {
      .menu .title-h3 {
        font-size: 2.25rem; } }
  .menu .paragraph, .menu .paragraph.small, .menu .paragraphs p, .menu .paragraphs p.small {
    font-size: 16px;
    line-height: 24px;
    color: #586674; }
  .menu a.title-link {
    font-family: "DIN";
    font-weight: 500 !important; }
    .menu a.title-link:hover {
      color: #ff8300; }
  .menu .paragraph, .menu .paragraphs p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-weight: 400;
    padding-bottom: 1.875rem; }
    .menu .paragraph.paragraph-indent, .menu .paragraphs p.paragraph-indent {
      padding-left: 3.75rem; }
    .menu .paragraph.small, .menu .paragraphs p.small {
      font-size: 16px;
      line-height: 24px; }
    .menu .paragraph.shrinked, .menu .paragraphs p.shrinked {
      position: relative;
      max-height: 375px;
      overflow: hidden; }
      .menu .paragraph.shrinked:after, .menu .paragraphs p.shrinked:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(rgba(255, 255, 255, 0), white);
        bottom: 0;
        z-index: 1; }
    @media (min-width: 1200px) {
      .menu .paragraph, .menu .paragraphs p {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.4px; } }
    @media (min-width: 1440px) {
      .menu .paragraph, .menu .paragraphs p {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.4px; } }
    @media (min-width: 1600px) {
      .menu .paragraph, .menu .paragraphs p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.4px; } }
    @media (max-width: 1199px) {
      .menu .paragraph.p-r-i, .menu .paragraphs p.p-r-i {
        padding-right: 0; } }
  .menu .slider-controls.absolute.right {
    top: 0;
    right: 20px; }
  .menu .slider-controls.absolute {
    position: absolute; }
  .menu .slider-controls {
    padding-bottom: 20px; }
  .menu a.card.card-solution {
    height: 100%; }
    .menu a.card.card-solution .card-body {
      padding: 1.2rem 1.25rem 0 1.25rem; }
    .menu a.card.card-solution .card-title {
      line-height: 1.2;
      padding-bottom: .7rem;
      margin: 0;
      transition: all .35s ease-in-out;
      font-size: 1.2rem;
      font-weight: 500; }
      @media (min-width: 768px) {
        .menu a.card.card-solution .card-title {
          font-size: 1.55rem; } }
      @media (min-width: 992px) {
        .menu a.card.card-solution .card-title {
          font-size: 1.2rem; } }
      @media (min-width: 1600px) {
        .menu a.card.card-solution .card-title {
          font-size: 1.54rem; } }
    .menu a.card.card-solution .card-subtitle {
      font-size: 1rem;
      overflow: hidden;
      display: -webkit-box;
      line-clamp: 3;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-bottom: 1.4rem;
      padding-bottom: 0;
      font-weight: 400;
      line-height: 1.4; }
      @media (min-width: 768px) {
        .menu a.card.card-solution .card-subtitle {
          font-size: 1.125rem; } }
      @media (min-width: 992px) {
        .menu a.card.card-solution .card-subtitle {
          font-size: 1rem; } }
      @media (min-width: 1440px) {
        .menu a.card.card-solution .card-subtitle {
          font-size: 1.125rem; } }
  .menu a.card.card-news {
    padding: 0; }
    .menu a.card.card-news .card-body {
      padding-top: 0;
      padding-bottom: 0;
      width: 100%; }
    .menu a.card.card-news .card-header {
      width: 100%;
      height: auto; }
    .menu a.card.card-news.active .card-title {
      font-size: 30px; }
      @media (min-width: 1440px) {
        .menu a.card.card-news.active .card-title {
          font-size: 32px; } }
      @media (min-width: 1600px) {
        .menu a.card.card-news.active .card-title {
          font-size: 34px; } }
    .menu a.card.card-news .card-title {
      font-size: 22px;
      padding-top: 10px;
      margin-top: 0;
      font-family: 'Fjalla One', sans-serif; }
      @media (min-width: 1440px) {
        .menu a.card.card-news .card-title {
          font-size: 24px; } }
      @media (min-width: 1600px) {
        .menu a.card.card-news .card-title {
          font-size: 26px; } }
  .menu a.card figure {
    overflow: hidden; }
    .menu a.card figure img {
      width: 100%;
      -webkit-transition: 0.75s ease-in-out;
      -moz-transition: 0.75s ease-in-out;
      transition: 0.75s ease-in-out; }
    .menu a.card figure.hover-caption {
      position: relative; }
      .menu a.card figure.hover-caption:before {
        z-index: 1;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: linear-gradient(to top, #222, transparent);
        opacity: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out; }
      .menu a.card figure.hover-caption.video:before {
        opacity: 0.6; }
      .menu a.card figure.hover-caption .btn-animated-border {
        opacity: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        position: absolute;
        display: block;
        z-index: 1;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -20px; }
        .menu a.card figure.hover-caption .btn-animated-border.white .hyperlink:after {
          background-color: #fff; }
        .menu a.card figure.hover-caption .btn-animated-border.white .icon i, .menu a.card figure.hover-caption .btn-animated-border.white .icon svg {
          color: #fff;
          font-size: 13px; }
        .menu a.card figure.hover-caption .btn-animated-border.white .icon:before {
          border: 1px solid #fff; }
        .menu a.card figure.hover-caption .btn-animated-border.white .hyperlink {
          color: #fff; }
        .menu a.card figure.hover-caption .btn-animated-border.corner {
          opacity: 1;
          top: auto;
          left: 1.875rem;
          bottom: 1.25rem;
          margin: 0; }
  .menu a.card .btn-animated-border .icon svg.bordered circle {
    transition: stroke-dashoffset 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s; }
  .menu a.card:hover .animated-prev .icon svg circle {
    stroke-dashoffset: 314.16; }
  .menu a.card:hover .animated-next .icon svg circle {
    stroke-dashoffset: 0; }
  .menu a.card:hover .btn-animated-border .text span.hyperlink:after {
    transform: scaleX(1);
    transform-origin: bottom left; }
  .menu a.card:hover .btn-animated-border .fa-long-arrow-right {
    animation: slideForward 0.4s ease-in-out 0.2s; }
  .menu a.card:hover .btn-animated-border .fa-long-arrow-left {
    animation: slideBackward 0.4s ease-in-out 0.2s; }
  .menu a.card:hover .btn-animated-border .fa-long-arrow-down {
    animation: slideDownwards 0.4s ease-in-out 0.2s; }
  .menu a.card:hover .card-header figure img {
    transform: scale(1.05); }
  .menu a.card:hover .card-header figure.hover-caption:before {
    opacity: 0.6; }
  .menu a.card:hover .card-header figure.hover-caption .btn-animated-border {
    opacity: 1; }
    .menu a.card:hover .card-header figure.hover-caption .btn-animated-border .hyperlink:after {
      background-color: #fff; }
    .menu a.card:hover .card-header figure.hover-caption .btn-animated-border .icon i, .menu a.card:hover .card-header figure.hover-caption .btn-animated-border .icon svg {
      color: #fff; }
    .menu a.card:hover .card-header figure.hover-caption .btn-animated-border .icon:before {
      border: 1px solid #fff; }
    .menu a.card:hover .card-header figure.hover-caption .btn-animated-border .hyperlink {
      color: #fff; }

.menu.menu-show {
  opacity: 1 !important;
  transform: translate3d(0, 0%, 0); }

.menu.menu-show .menu-inner {
  transform: translateY(0); }

.menu.menu-show .menu-list__item span {
  opacity: 1;
  transform: translate3d(0, 0%, 0); }
  @media (max-width: 767px) {
    .menu.menu-show .menu-list__item span {
      font-size: 1.25rem; } }

.menu.menu-show .social {
  opacity: 1; }

.menu.menu-show .navbar {
  background-color: transparent; }

.menu .social {
  align-self: flex-start;
  margin-bottom: 2.5rem;
  margin-left: 4.25rem;
  opacity: 0;
  transition: all 0.6s 1s cubic-bezier(0.72, 0.16, 0.345, 0.875); }

@media only screen and (max-width: 1500px) {
  .menu .social {
    margin-left: 3.12rem; } }
@media only screen and (max-width: 768px) {
  .menu .social {
    align-self: center;
    margin-left: 0; } }
@media only screen and (max-width: 580px) {
  .menu .social {
    margin-bottom: 2rem; } }
.menu-navbar {
  position: absolute;
  z-index: 1;
  top: 0;
  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;
  width: 100%;
  height: 100px;
  line-height: 1;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  border-bottom: 1px solid #e9eff4; }
  @media (max-width: 767px) {
    .menu-navbar {
      height: 80px; } }
  @media (min-width: 576px) {
    .menu-navbar {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .menu-navbar.inverted {
    border-bottom: 1px solid rgba(233, 239, 244, 0.1); }
  .menu-navbar .logo-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    align-items: center;
    position: relative; }
    .menu-navbar .logo-container .logo-link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      align-items: center; }

.scrollable {
  overflow: auto;
  margin-top: 99px;
  min-height: calc(100% - 99px); }
  @media (max-width: 767px) {
    .scrollable {
      margin-top: 79px;
      min-height: calc(100% - 79px); } }

.menu-inner {
  position: relative;
  width: 100%;
  min-height: calc(100% - 100px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 767px) {
    .menu-inner {
      min-height: calc(100% - 80px); } }

.menu-list {
  height: calc(100% - 100px);
  position: relative;
  list-style: none;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .menu-list {
      padding-right: 15px;
      padding-left: 15px; } }
  .menu-list .row {
    margin-right: -40px;
    margin-left: -41px;
    min-height: 100%; }
  .menu-list [class*='col-'] {
    border-right: 1px solid rgba(233, 239, 244, 0.1);
    border-bottom: 1px solid rgba(233, 239, 244, 0.1);
    min-height: calc(50vh - 50px); }
    .menu-list [class*='col-']:last-of-type {
      border-right: none; }
    @media (max-width: 767px) {
      .menu-list [class*='col-'] {
        min-height: auto;
        border-right: none; } }
  .menu-list .si-col-padding {
    border: none; }

@media only screen and (max-height: 320px) {
  .menu-list {
    justify-content: normal;
    padding: 2.14rem 0 0; } }
.menu-list.has-hovered-link .menu-list__item {
  opacity: .1; }

.menu-list.has-hovered-link .menu-list__item:hover {
  opacity: 1; }

.menu .scrollspy .nav-link.active {
  font-weight: bold; }
  .menu .scrollspy .nav-link.active:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    background: #ff8300;
    left: -15px;
    top: 16px;
    opacity: 1; }
    @media (min-width: 768px) {
      .menu .scrollspy .nav-link.active:before {
        width: 20px;
        left: -30px; } }
    @media (min-width: 1600px) {
      .menu .scrollspy .nav-link.active:before {
        width: 30px;
        left: -40px; } }

.menu-list__item {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  line-height: 2;
  position: relative;
  text-decoration: none;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  .menu-list__item a {
    font-weight: 500; }
  @media (max-width: 767px) {
    .menu-list__item {
      line-height: 1.6; } }
  .menu-list__item:hover a {
    opacity: 1; }
  .menu-list__item.category {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 1.125rem;
    letter-spacing: 0.5px;
    opacity: 1;
    margin: 0; }
    .menu-list__item.category a {
      font-weight: 700; }
    .menu-list__item.category span {
      opacity: 0.75; }
  .menu-list__item.active {
    font-weight: bold;
    opacity: 1; }
    .menu-list__item.active:before {
      content: '';
      position: absolute;
      width: 8px;
      height: 2px;
      background: #ff8300;
      left: -15px;
      top: 16px; }
      @media (min-width: 768px) {
        .menu-list__item.active:before {
          width: 20px;
          left: -30px; } }
      @media (min-width: 1600px) {
        .menu-list__item.active:before {
          width: 30px;
          left: -40px; } }
    .menu-list__item.active a {
      opacity: 1; }
  .menu-list__item a {
    color: #fff;
    opacity: 0.75; }

@media only screen and (max-width: 767px) {
  .menu-list__item {
    margin-top: .62rem; } }
@media only screen and (max-height: 350px) {
  .menu-list__item {
    margin-bottom: 1.07rem; } }
.menu-list__item:hover {
  color: #fff; }

@media only screen and (max-width: 580px) {
  .menu-list__item:hover {
    opacity: .5; } }
.menu .menu-list__item span {
  display: inline-block; }

li:nth-child(2) .menu-list__item span {
  transition-delay: .74s; }

li:nth-child(3) .menu-list__item span {
  transition-delay: .84s; }

li:nth-child(4) .menu-list__item span {
  transition-delay: .94s; }

@keyframes reveal-link {
  0% {
    transform: translateX(-100%); }
  10% {
    transform: translateX(0); }
  100% {
    transform: translateX(0); } }
.menu .card.card-news .card-title {
  line-height: 1;
  padding-bottom: 1.4rem;
  padding-top: 5px; }
.menu .card.card-news .card-body {
  padding: 1.2rem 1.25rem 0 1.25rem; }
  .menu .card.card-news .card-body .card-date {
    font-size: 14px;
    font-weight: 500; }
.menu .swiper-slide.swiper-slide-active .card-title {
  color: #004f90; }

.menu .card.card-news .card-body {
  padding-top: 1rem;
  padding-bottom: 1rem; }
.menu .card.card-news.active .card-title {
  font-size: 30px; }
  @media (min-width: 1440px) {
    .menu .card.card-news.active .card-title {
      font-size: 32px; } }
  @media (min-width: 1600px) {
    .menu .card.card-news.active .card-title {
      font-size: 34px; } }
.menu .card.card-news .card-title {
  font-size: 22px;
  padding-top: 10px;
  margin-top: 0;
  font-family: 'Fjalla One', sans-serif; }
  @media (min-width: 1440px) {
    .menu .card.card-news .card-title {
      font-size: 24px; } }
  @media (min-width: 1600px) {
    .menu .card.card-news .card-title {
      font-size: 26px; } }
.menu .card.card-news .card-date, .menu .card.card-news .card-author {
  padding-bottom: 0;
  line-height: 1.6;
  font-size: 12px; }
  @media (min-width: 1440px) {
    .menu .card.card-news .card-date, .menu .card.card-news .card-author {
      font-size: 14px; } }
.menu .card.card-news .card-date {
  text-transform: uppercase; }
.menu .card.card-news .card-subtitle {
  position: relative;
  padding-top: 20px; }
  .menu .card.card-news .card-subtitle:before {
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 1px;
    background: #54c0cc; }
.menu .card.card-news-row {
  height: 100%; }
  .menu .card.card-news-row:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: calc(100% - 2rem);
    height: 1px;
    background: #eef3f6; }
  .menu .card.card-news-row .card-header {
    position: relative;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .menu .card.card-news-row .card-header {
        width: calc(100% - 40px); } }
  .menu .card.card-news-row .card-body {
    padding: 0; }
  .menu .card.card-news-row .card-title {
    font-size: 22px;
    padding-top: 10px;
    margin-top: 0;
    font-family: 'Fjalla One', sans-serif; }
    @media (min-width: 1440px) {
      .menu .card.card-news-row .card-title {
        font-size: 24px; } }
    @media (min-width: 1600px) {
      .menu .card.card-news-row .card-title {
        font-size: 26px; } }
  .menu .card.card-news-row .card-footer {
    border-top: none;
    padding: 1.2rem 0; }
  .menu .card.card-news-row .card-date, .menu .card.card-news-row .card-author {
    padding-bottom: 0;
    line-height: 1.6; }
  .menu .card.card-news-row .card-date {
    text-transform: uppercase; }

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

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

.disabled a, .disabled button {
  pointer-events: none;
  opacity: 0.5; }

a.disabled, button.disabled {
  pointer-events: none;
  opacity: 0.5; }

.btn-back-level {
  color: #fff;
  padding-top: 50px;
  display: inline-block; }

#assistant-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: calc(100vw - 80px);
  height: 100vh;
  background: #02456F;
  z-index: 13;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow: hidden; }
  #assistant-panel.is-active {
    left: 80px; }
  #assistant-panel .assistant-panel-header {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #ffffff;
    padding: 0 40px;
    box-shadow: 0 -2px 24px rgba(0, 0, 0, 0.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    #assistant-panel .assistant-panel-header .selected-options {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      align-items: center;
      position: relative; }
      #assistant-panel .assistant-panel-header .selected-options li {
        display: inline-block;
        padding-left: 16px;
        padding-right: 20px;
        position: relative; }
        #assistant-panel .assistant-panel-header .selected-options li:first-of-type {
          padding-left: 0; }
        #assistant-panel .assistant-panel-header .selected-options li:last-of-type {
          padding-right: 0; }
          #assistant-panel .assistant-panel-header .selected-options li:last-of-type:after {
            display: none; }
        #assistant-panel .assistant-panel-header .selected-options li:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          height: 34px;
          width: 2px;
          background: #eef3f6;
          transform: translateY(-17px); }
        #assistant-panel .assistant-panel-header .selected-options li a {
          display: block;
          text-align: left;
          transform: translateY(-2px); }
          #assistant-panel .assistant-panel-header .selected-options li a span.steps-indicator {
            font-family: "Fjalla One";
            text-transform: uppercase;
            color: #bbcacc;
            font-size: 18px;
            font-weight: 500;
            line-height: 1;
            padding-bottom: 10px;
            display: block; }
          #assistant-panel .assistant-panel-header .selected-options li a span.option-selected {
            font-size: 16px;
            line-height: 1;
            position: relative;
            vertical-align: middle;
            color: #1f4f59; }
            #assistant-panel .assistant-panel-header .selected-options li a span.option-selected:before {
              font-family: "Font Awesome 6 Pro";
              display: inline-block;
              font-size: 10px;
              line-height: 15px;
              width: 18px;
              height: 18px;
              border: 2px solid #ff8300;
              content: "\00a0";
              font-weight: 700;
              background-color: #fff;
              color: #fff;
              text-align: center;
              vertical-align: middle;
              margin-right: 4px;
              transform: translateY(-2px); }
            #assistant-panel .assistant-panel-header .selected-options li a span.option-selected.radiobutton:before {
              border-radius: 100%; }
            #assistant-panel .assistant-panel-header .selected-options li a span.option-selected.selected:before {
              content: "\f00c";
              background-color: #ff8300; }
            #assistant-panel .assistant-panel-header .selected-options li a span.option-selected span {
              display: inline-block; }
          #assistant-panel .assistant-panel-header .selected-options li a.active span.steps-indicator {
            color: #2389bd; }
    #assistant-panel .assistant-panel-header .assistant-panel-controls {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #assistant-panel .assistant-panel-header .assistant-panel-controls ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      #assistant-panel .assistant-panel-header .assistant-panel-controls a, #assistant-panel .assistant-panel-header .assistant-panel-controls button {
        display: block;
        position: relative;
        width: 100%;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        padding: 0 16px;
        background: #ff8300;
        border: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 20px;
        font-weight: 600; }
        #assistant-panel .assistant-panel-header .assistant-panel-controls a i, #assistant-panel .assistant-panel-header .assistant-panel-controls button i {
          padding-left: 3px;
          font-size: 13px; }
      #assistant-panel .assistant-panel-header .assistant-panel-controls .previous a, #assistant-panel .assistant-panel-header .assistant-panel-controls .next a {
        color: #ffffff;
        background: #288dc1; }
      #assistant-panel .assistant-panel-header .assistant-panel-controls .next {
        position: relative;
        padding-right: 14px; }
        #assistant-panel .assistant-panel-header .assistant-panel-controls .next:after {
          position: absolute;
          top: 4px;
          right: 0;
          top: 50%;
          content: "";
          width: 1px;
          height: 24px;
          background: #dee7ed;
          transform: translateY(-12px); }
      #assistant-panel .assistant-panel-header .assistant-panel-controls .previous {
        padding-right: 6px; }
        #assistant-panel .assistant-panel-header .assistant-panel-controls .previous a i {
          padding-left: 0; }
      #assistant-panel .assistant-panel-header .assistant-panel-controls .results {
        padding-left: 12px; }
      #assistant-panel .assistant-panel-header .assistant-panel-controls #algolia-assistant-stats-box {
        display: inline-block; }
        #assistant-panel .assistant-panel-header .assistant-panel-controls #algolia-assistant-stats-box .ais-Stats {
          color: #fff; }
        #assistant-panel .assistant-panel-header .assistant-panel-controls #algolia-assistant-stats-box .ais-Stats-text:before {
          content: '('; }
        #assistant-panel .assistant-panel-header .assistant-panel-controls #algolia-assistant-stats-box .ais-Stats-text:after {
          content: ')'; }
  #assistant-panel .assistant-panel-content {
    height: 100%;
    padding-top: 80px;
    overflow: auto; }
    #assistant-panel .assistant-panel-content .container {
      height: 100%; }
    #assistant-panel .assistant-panel-content .details-wrapper {
      max-width: 360px;
      min-height: 300px;
      position: relative; }
      #assistant-panel .assistant-panel-content .details-wrapper .details {
        position: fixed;
        max-width: 320px;
        top: 50%;
        transform: translateY(-50%); }
        #assistant-panel .assistant-panel-content .details-wrapper .details .detail-label {
          text-align: left; }
        #assistant-panel .assistant-panel-content .details-wrapper .details .card-header figure {
          margin: 0; }
    #assistant-panel .assistant-panel-content .instructions-wrapper {
      max-width: 320px;
      min-height: 300px;
      position: relative; }
      #assistant-panel .assistant-panel-content .instructions-wrapper.relative {
        min-height: auto; }
      #assistant-panel .assistant-panel-content .instructions-wrapper .instructions {
        position: fixed;
        max-width: 320px;
        top: 240px; }
      #assistant-panel .assistant-panel-content .instructions-wrapper span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 150px;
        font-weight: 700;
        color: rgba(187, 202, 204, 0.15);
        transform: translateX(-50%) translateY(-55%);
        z-index: -1; }
        #assistant-panel .assistant-panel-content .instructions-wrapper span.f110 {
          font-size: 110px; }
      #assistant-panel .assistant-panel-content .instructions-wrapper h3 {
        font-family: 'Fjalla One';
        color: #fff;
        font-size: 40px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 20px; }
      #assistant-panel .assistant-panel-content .instructions-wrapper p {
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        font-weight: 500; }
        #assistant-panel .assistant-panel-content .instructions-wrapper p.breadcrumb {
          font-size: 14px;
          line-height: 18px;
          padding-bottom: 10px;
          background-color: transparent;
          padding: 0; }
          #assistant-panel .assistant-panel-content .instructions-wrapper p.breadcrumb i {
            padding: 4px 6px 0 6px;
            font-size: 12px; }
  #assistant-panel .detail-label {
    font-family: 'Fjalla One';
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2; }
  #assistant-panel .detail-definition {
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff; }
  #assistant-panel #algolia-stats-box {
    display: inline-block; }
    #assistant-panel #algolia-stats-box .ais-Stats-text:before {
      content: '('; }
    #assistant-panel #algolia-stats-box .ais-Stats-text:after {
      content: ')'; }
  #assistant-panel .ais-HierarchicalMenu {
    padding-top: 120px;
    padding-bottom: 120px; }
  #assistant-panel .ais-HierarchicalMenu-link {
    padding: 20px 0 20px 35px;
    display: block;
    position: relative; }
    #assistant-panel .ais-HierarchicalMenu-link:before {
      position: absolute;
      top: 26px;
      left: 0;
      font-family: "Font Awesome 6 Pro";
      display: inline-block;
      font-size: 14px;
      line-height: 22px;
      width: 24px;
      height: 24px;
      border: 2px solid #ff8300;
      content: "\00a0";
      font-weight: 700;
      background-color: #fff;
      color: #fff;
      text-align: center;
      border-radius: 100%;
      vertical-align: middle;
      margin-right: 8px;
      transform: translateY(-5px); }
    #assistant-panel .ais-HierarchicalMenu-link .ais-HierarchicalMenu-label {
      position: relative;
      font-size: 20px;
      line-height: 26px;
      color: #fff;
      font-weight: 400;
      padding-bottom: 4px;
      text-transform: initial; }
    #assistant-panel .ais-HierarchicalMenu-link .ais-HierarchicalMenu-count {
      font-size: 14px;
      line-height: 16px;
      padding-left: 4px;
      color: #fff;
      font-weight: 500; }
      #assistant-panel .ais-HierarchicalMenu-link .ais-HierarchicalMenu-count:before {
        content: '('; }
      #assistant-panel .ais-HierarchicalMenu-link .ais-HierarchicalMenu-count:after {
        content: ')'; }
  #assistant-panel .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
    padding-left: 6em;
    position: relative;
    margin-left: 37px; }
    #assistant-panel .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list:before {
      content: '';
      position: absolute;
      top: 0;
      left: 11px;
      width: 2px;
      height: 100%;
      background: #fff;
      opacity: 0.3; }
  #assistant-panel .ais-Breadcrumb-item--selected, #assistant-panel .ais-HierarchicalMenu-item--selected, #assistant-panel .ais-Menu-item--selected {
    font-weight: 900; }
  #assistant-panel .ais-HierarchicalMenu-item.ais-HierarchicalMenu-item--selected > div > .ais-HierarchicalMenu-link:before, #assistant-panel .ais-HierarchicalMenu-item .ais-HierarchicalMenu-item--selected > div > .ais-HierarchicalMenu-link:before {
    content: "\f00c";
    background-color: #ff8300; }
  #assistant-panel .ais-HierarchicalMenu-list, #assistant-panel .ais-Menu-list, #assistant-panel .ais-NumericMenu-list, #assistant-panel .ais-RatingMenu-list, #assistant-panel .ais-RefinementList-list {
    font-weight: 400; }
  #assistant-panel ul {
    list-style: none;
    padding: 0; }
    #assistant-panel ul li {
      color: #fff; }
  #assistant-panel #algolia-sector-list {
    width: 100%; }
  #assistant-panel #algolia-sector-list.layout-row .ais-RefinementList-item, #assistant-panel #algolia-application-list.layout-row .ais-RefinementList-item, #assistant-panel #algolia-benefit-list.layout-row .ais-RefinementList-item, #assistant-panel #algolia-tag-list.layout-row .ais-RefinementList-item {
    max-width: 100%;
    min-width: 100%; }
  #assistant-panel .ais-SearchBox {
    position: relative;
    width: 200px; }
    #assistant-panel .ais-SearchBox .ais-SearchBox-input {
      padding: 5px 5px 5px 20px;
      border: none !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
      color: #fff; }
    #assistant-panel .ais-SearchBox .ais-SearchBox-submit, #assistant-panel .ais-SearchBox .ais-SearchBox-reset {
      position: absolute;
      top: 18px;
      padding: 0;
      opacity: 0.7; }
      #assistant-panel .ais-SearchBox .ais-SearchBox-submit svg path, #assistant-panel .ais-SearchBox .ais-SearchBox-reset svg path {
        fill: #fff; }
      #assistant-panel .ais-SearchBox .ais-SearchBox-submit:hover, #assistant-panel .ais-SearchBox .ais-SearchBox-reset:hover {
        opacity: 1; }
    #assistant-panel .ais-SearchBox .ais-SearchBox-submit {
      left: 0;
      width: 10px; }
    #assistant-panel .ais-SearchBox .ais-SearchBox-reset {
      right: 0;
      width: 20px; }
  #assistant-panel .ais-RefinementList-noResults {
    margin-left: 112px;
    color: #fff;
    padding-top: 10px;
    font-size: 14px; }
  #assistant-panel .v-line {
    position: absolute;
    margin-left: 68px;
    width: 2px;
    height: 100%; }
    #assistant-panel .v-line.no-margin {
      margin-left: 11px; }
    #assistant-panel .v-line .v-line-1 {
      width: 2px;
      height: 25px;
      background: url(../../../img/the_guide/bg/bg-v-line-1.svg) no-repeat center center; }
    #assistant-panel .v-line .v-line-2 {
      width: 2px;
      height: 20px;
      background: url(../../../img/the_guide/bg/bg-v-line-2.svg) no-repeat bottom 10px center; }
    #assistant-panel .v-line .v-line-3 {
      width: 2px;
      height: 1px;
      background: url(../../../img/the_guide/bg/bg-v-line-2.svg) no-repeat top center; }
    #assistant-panel .v-line .v-line-4 {
      width: 2px;
      height: calc(100% - 46px);
      background: #ff8300; }
  #assistant-panel .ais-RefinementList-searchBox {
    padding-top: 40px;
    margin-left: 112px; }
    #assistant-panel .ais-RefinementList-searchBox input, #assistant-panel .ais-RefinementList-searchBox button {
      border: none;
      background: transparent; }
  #assistant-panel .card {
    display: block;
    position: relative; }
    #assistant-panel .card figure {
      overflow: hidden; }
      #assistant-panel .card figure img {
        transform: scale(1);
        -webkit-transition: .75s ease-in-out;
        -moz-transition: .75s ease-in-out;
        transition: .75s ease-in-out; }
    #assistant-panel .card .card-header {
      position: relative; }
    #assistant-panel .card.card-option {
      padding: 20px 0; }
      #assistant-panel .card.card-option figure {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        border-radius: 100%;
        border: 2px solid #fff;
        overflow: hidden;
        position: relative;
        background: rgba(0, 72, 108, 0.4);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: scale(1); }
        #assistant-panel .card.card-option figure.no-border {
          border: 2px solid transparent; }
        #assistant-panel .card.card-option figure img {
          position: absolute;
          width: 150px;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
        #assistant-panel .card.card-option figure i {
          font-size: 70px;
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #assistant-panel .card.card-option span {
        display: inline-block;
        position: relative;
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        font-weight: 400;
        padding-bottom: 4px;
        text-transform: initial; }
        #assistant-panel .card.card-option span small {
          font-size: 14px;
          line-height: 16px; }
        #assistant-panel .card.card-option span:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background: #fff;
          transform: scaleX(0);
          transform-origin: right;
          transition: transform .2s ease-out; }
      #assistant-panel .card.card-option:hover span:before {
        transform: scaleX(1);
        transform-origin: left; }
      #assistant-panel .card.card-option:hover figure {
        background: rgba(0, 72, 108, 0.9);
        transform: scale(1.05); }
      #assistant-panel .card.card-option:hover i {
        font-size: 76px; }
  #assistant-panel .ais-RefinementList-list {
    margin: 30px 30px 120px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
    #assistant-panel .ais-RefinementList-list .ais-RefinementList-item {
      position: relative;
      padding-right: 26px;
      padding-left: 26px;
      width: 100%; }
      #assistant-panel .ais-RefinementList-list .ais-RefinementList-item a {
        display: block;
        position: relative; }
        #assistant-panel .ais-RefinementList-list .ais-RefinementList-item a:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 12px;
          width: 0;
          height: 0;
          border-radius: 100%;
          display: inline-block;
          opacity: 0;
          background: rgba(25, 255, 255, 0.1);
          transform: translateX(-50%) translateY(-50%);
          transform-origin: center;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        #assistant-panel .ais-RefinementList-list .ais-RefinementList-item a:hover:before {
          opacity: 1;
          width: 140px;
          height: 140px; }
      #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card {
        display: block;
        position: relative; }
        #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card figure {
          overflow: hidden; }
          #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card figure img {
            transform: scale(1);
            -webkit-transition: .75s ease-in-out;
            -moz-transition: .75s ease-in-out;
            transition: .75s ease-in-out; }
        #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card .card-header {
          position: relative; }
        #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card.card-option {
          padding: 20px 0; }
          #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card.card-option figure {
            width: 150px;
            height: 150px;
            margin: 0 auto;
            border-radius: 100%;
            border: 2px solid #fff;
            overflow: hidden;
            position: relative;
            background: rgba(0, 72, 108, 0.4);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            transform: scale(1); }
            #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card.card-option figure img {
              position: absolute;
              width: 150px;
              top: 50%;
              left: 50%;
              transform: translateX(-50%) translateY(-50%); }
            #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card.card-option figure i {
              font-size: 70px;
              color: #fff;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translateX(-50%) translateY(-50%);
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
          #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card.card-option span {
            display: inline-block;
            position: relative;
            font-size: 20px;
            line-height: 26px;
            color: #fff;
            font-weight: 400;
            padding-bottom: 4px;
            text-transform: initial; }
            #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card.card-option span small {
              font-size: 14px;
              line-height: 16px;
              font-weight: 500; }
            #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card.card-option span:before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 2px;
              background: #fff;
              transform: scaleX(0);
              transform-origin: right;
              transition: transform .2s ease-out; }
          #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card.card-option:hover span:before {
            transform: scaleX(1);
            transform-origin: left; }
          #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card.card-option:hover figure {
            background: rgba(0, 72, 108, 0.9);
            transform: scale(1.05); }
          #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .card.card-option:hover i {
            font-size: 76px; }
      #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .fake-icon {
        position: relative; }
        #assistant-panel .ais-RefinementList-list .ais-RefinementList-item .fake-icon:before {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 14px;
          width: 26px;
          height: 26px;
          line-height: 22px;
          border: 2px solid #ff8300;
          content: "\00a0";
          font-weight: 700;
          color: #1f4f59;
          background-color: white;
          text-align: center;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #assistant-panel .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item--selected .fake-icon {
        position: relative; }
        #assistant-panel .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item--selected .fake-icon:before {
          background-color: #ff8300;
          border-color: #ff8300;
          color: #fff;
          font-family: "Font Awesome 6 Pro";
          content: "\f00c"; }

.iziModal {
  border-bottom: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 3px 20px rgba(171, 194, 212, 0.06), 0 3px 20px rgba(171, 194, 212, 0.53);
  -moz-box-shadow: 0 3px 20px rgba(171, 194, 212, 0.06), 0 3px 20px rgba(171, 194, 212, 0.53);
  box-shadow: 0 3px 20px rgba(171, 194, 212, 0.06), 0 3px 20px rgba(171, 194, 212, 0.53); }
  .iziModal .iziModal-header {
    background: -moz-linear-gradient(125deg, #ff8300 0%, #ff9c33 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff8300), color-stop(100%, #ff9c33));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(125deg, #ff8300 0%, #ff9c33 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(125deg, #ff8300 0%, #ff9c33 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(125deg, #ff8300 0%, #ff9c33 100%);
    /* ie10+ */
    background: linear-gradient(125deg, #ff8300 0%, #ff9c33 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8300', endColorstr='#ff9c33', GradientType=1);
    /* ie6-9 */ }
    .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
      font-size: 20px;
      font-weight: 600; }
  .iziModal .iziModal-content {
    padding: 30px !important; }
    .iziModal .iziModal-content:before {
      position: absolute;
      right: -50px;
      top: 15px;
      content: '\f059';
      font-family: "Font Awesome 5 Pro";
      font-size: 230px;
      color: #f7f9fb;
      font-weight: 400;
      z-index: -1;
      color: rgba(154, 182, 203, 0.1); }
    .iziModal .iziModal-content p {
      font-size: 18px;
      padding-bottom: 30px;
      line-height: 1.2;
      margin: 0; }

#iziModal-about .iziModal-header {
  background: #00486C !important; }
  #iziModal-about .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 20px;
    font-weight: 600; }
#iziModal-about a.btn {
  font-size: 14px;
  color: #fff; }

.iziModal-overlay {
  background: rgba(2, 69, 111, 0.8) !important; }

.toast__container {
  display: table-cell;
  vertical-align: middle; }

.toast__cell {
  display: inline-block; }

.add-margin {
  margin-top: 20px; }

.toast__svg {
  fill: #fff; }

.toast {
  text-align: left;
  padding: 21px 0;
  background-color: #f7f9fb;
  border-radius: 4px;
  width: 100%;
  top: 0px;
  position: relative;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2); }

.toast:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.toast__icon {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  color: #fff; }
  .toast__icon i {
    padding-top: 4px; }

.toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px; }

.toast__message {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  color: #878787; }

.toast__content {
  padding-left: 70px;
  padding-right: 60px; }

.toast__close {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 14px;
  cursor: pointer;
  height: 14px;
  fill: #878787;
  transform: translateY(-50%); }
  .toast__close i {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .toast__close:hover i {
    color: #288dc1; }

.toast--green .toast__icon {
  background-color: #288dc1; }

.toast--green:before {
  background-color: #288dc1; }

.toast--blue .toast__icon {
  background-color: #006196; }

.toast--blue:before {
  background-color: #006196; }

.toast--yellow .toast__icon {
  background-color: #FFC007; }

.toast--yellow:before {
  background-color: #FFC007; }

/** ----------

Template Name: Peter
Author: layerz (https://themeforest.net/user/layerz)

[table of contents]

01. grid
02. commons
03. buttons
04. forms
05. header
06. generals
07. portfolio
08. blog
09. footer
10. sliders

/** 02. commons
-------------------------------------------------- **/
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden; }

html.is-scroll-disabled body {
  height: 100vh;
  overflow: hidden; }

body, html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%; }

@media only screen and (max-width: 580px) {
  body, html {
    font-size: 16px; } }
body {
  background-color: #fff;
  color: #586674;
  font-family: "DIN";
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0; }

#loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 11100;
  opacity: 1;
  transition: opacity 0.5s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 0s 0s linear;
  animation-duration: 1s;
  animation-fill-mode: both; }
  #loading.fadeOut2 {
    pointer-events: none;
    opacity: 0; }

a {
  color: #586674;
  cursor: pointer;
  transition: all .3s; }
  a i {
    transition: all .3s; }
  a:hover {
    text-decoration: none;
    color: initial; }
  a:focus, a:active {
    outline: 0; }

button:focus, button:active {
  outline: 0; }

ul {
  padding: 0;
  margin: 0; }

.h-100 {
  height: 100%; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal; }

h1 {
  font-size: 46px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

@media (max-width: 800px) {
  h1 {
    font-size: 38px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 26px; }

  h4 {
    font-size: 22px; }

  h5 {
    font-size: 20px; }

  h6 {
    font-size: 18px; } }
@media (max-width: 500px) {
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 19px; }

  h5 {
    font-size: 17px; }

  h6 {
    font-size: 15px; } }
b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

.subtitle {
  display: block;
  font-size: 13px;
  font-weight: 700; }

.subtitle:not(:last-child) {
  margin-bottom: 15px; }

a {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

a.link {
  font-weight: 900;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

img.responsive,
video.responsive {
  display: block;
  width: 100%; }

ul,
ol {
  list-style: none; }

ul.spaced li:not(:last-child),
ol.spaced li:not(:last-child) {
  margin-bottom: 15px; }

blockquote p {
  font-size: 22px;
  font-weight: 700; }

blockquote p::before {
  content: open-quote;
  display: block;
  color: #6600cc; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

table:not(:last-child) {
  margin-bottom: 25px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

div[class*='gap-'] {
  display: block; }

.gap-25 {
  height: 25px; }

.gap-50 {
  height: 50px; }

.gap-100 {
  height: 100px; }

.gap-150 {
  height: 150px; }

@media (max-width: 800px) {
  .gap-50 {
    height: 25px; }

  .gap-100 {
    height: 50px; }

  .gap-150 {
    height: 100px; } }
.va {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }

.va .vc {
  display: table-cell;
  vertical-align: middle; }

.light-content {
  color: #ffffff; }

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6,
.light-content p.lead {
  color: #ffffff; }

/** 03. Shortcodes */
.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.content-carousel .swiper-wrapper.border-bottom .swiper-slide {
  border-bottom: 2px solid #eef3f6; }

.swiper-container.content-carousel, .swiper-container.content-looped-carousel {
  overflow: visible !important;
  cursor: grab; }

.drag-cursor .swiper-container.content-carousel, .drag-cursor .swiper-container.content-looped-carousel {
  cursor: grabbing; }

.content-carousel .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: transparent;
  display: block;
  height: 100%;
  width: auto;
  padding-right: 10vw;
  overflow: visible !important; }

.content-looped-carousel .swiper-slide {
  font-size: 18px;
  background: transparent;
  display: block;
  height: 100%;
  width: 65%;
  overflow: visible !important; }

.content-carousel .swiper-slide:last-child {
  padding-right: 0px; }

.content-carousel .swiper-slide img {
  height: 100%;
  max-height: 26vw;
  width: auto; }

.content-carousel-caption .caption-container {
  display: inline-block;
  position: relative;
  min-width: 50%;
  float: left; }
  .content-carousel-caption .caption-container .date {
    position: absolute;
    top: 60px; }
    .content-carousel-caption .caption-container .date span {
      font-family: 'Bebas Kai', sans-serif;
      display: block;
      font-size: 24px;
      line-height: 18px;
      color: #006196;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transform-origin: top left;
      transform-origin: top left; }
  .content-carousel-caption .caption-container p {
    font-family: 'Lato', sans-serif;
    max-width: 144px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    color: #000;
    min-height: 150px;
    border-left: 2px solid #eef3f6;
    margin-top: 10px;
    padding-left: 10px;
    margin-left: 30px; }

.content-carousel .swiper-slide h5 {
  margin-top: 20px;
  margin-bottom: 0px; }

.content-slider .slider-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  cursor: pointer; }

.content-slider .slider-button-next {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  cursor: pointer; }

/** 06. Search
-------------------------------------------------- **/
.search-container {
  flex-grow: 1;
  display: flex;
  width: 960px;
  min-height: 100%;
  margin: 0 auto; }

@media (max-width: 1007px) {
  .search-container {
    width: 100%; } }
#categories,
#brands {
  margin-bottom: 24px; }

#categories,
#brands,
#price {
  margin-right: 24px;
  padding: 8px 0; }

#categories,
#brands,
#price,
.ais-hits--item,
.ais-search-box--input {
  height: auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.ais-search-box--input:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.left-panel {
  flex: 0 0 290px; }

.right-panel {
  width: calc(100% - 306px);
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

#searchbox {
  flex-grow: 0;
  margin-bottom: 8px; }

#searchbox,
#stats {
  flex-grow: 0; }

.ais-search-box {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%; }

.ais-search-box--magnifier,
.ais-search-box--reset {
  position: absolute;
  top: 0;
  left: inherit;
  margin: 14px 16px;
  cursor: pointer; }

.ais-search-box--magnifier svg,
.ais-search-box--reset svg {
  width: 13px;
  height: 13px;
  display: block; }

.ais-search-box--magnifier svg {
  fill: #5468ff; }

.ais-search-box--reset svg {
  fill: #ed5a6a; }

.ais-search-box--magnifier {
  right: 0; }

.ais-search-box--reset {
  background: none;
  padding: 0;
  border: none;
  right: 30px; }

.ais-search-box--input {
  width: 100%;
  padding: 8px 16px;
  font-weight: normal;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  appearance: none; }

#stats {
  flex-grow: 0;
  margin-bottom: 16px; }

.ais-stats {
  font-size: 12px;
  color: #697782;
  opacity: 1; }

#hits {
  flex-grow: 1; }

.ais-hits {
  display: flex;
  flex-wrap: wrap; }

.ais-refinement-list--header,
.ais-range-slider--header {
  font-weight: bolder;
  margin: 0;
  padding: 0 16px 8px;
  font-size: inherit;
  text-transform: uppercase;
  border-bottom: 1px solid #eee; }

.ais-hits--item {
  margin-bottom: 24px; }

.hit {
  display: flex;
  padding: 16px; }

.hit-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.hit-image {
  display: flex;
  margin-right: 24px; }

.hit-image img {
  width: auto;
  max-height: 176px; }

.hit-name {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px; }

.hit-price {
  font-size: 16px; }

.hit-description {
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 16px; }

.ais-refinement-list--item {
  padding: 8px 16px; }

.ais-refinement-list--label,
.ais-refinement-list--label:hover {
  color: black; }

.ais-refinement-list--count {
  background: none;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  float: right; }

.ais-refinement-list--checkbox {
  margin: 0 5px 0 0; }

.ais-refinement-list--item__active .ais-refinement-list--label,
.ais-refinement-list--item__active .ais-refinement-list--count {
  font-weight: normal; }

.sbx-sffv {
  display: block;
  font-weight: normal;
  height: auto;
  border-bottom: 1px solid #eee; }

.sbx-sffv__input:hover,
.sbx-sffv__input:active,
.sbx-sffv__input:focus {
  box-shadow: none; }

.sbx-sffv svg,
.sbx-sffv svg use {
  fill: #848ab8;
  width: 8px;
  height: 8px; }

.sbx-sffv__reset {
  top: 9px;
  right: 5px; }

.sbx-sffv__input {
  border-radius: 4px;
  box-shadow: none;
  background: #fff;
  padding: 0;
  padding: 8px 16px 8px 24px;
  padding-left: 24px;
  width: 100%;
  height: auto;
  white-space: normal;
  font-size: inherit;
  display: block;
  -webkit-appearance: none;
  appearance: none; }

.ais-range-slider--handle {
  width: 19px;
  height: 19px;
  border: solid 2px #5468ff; }

.ais-range-slider .rheostat {
  margin: 32px 0; }

.ais-range-slider .rheostat-horizontal .rheostat-handle {
  top: -6px; }

.ais-range-slider .rheostat-horizontal .rheostat-progress {
  height: 5px;
  top: 1px;
  background: #5468ff; }

.ais-range-slider--marker {
  display: none; }

.ais-range-slider--body {
  padding: 0 11px 0 16px; }

.ais-range-slider .rheostat-horizontal .rheostat-background {
  height: 3px;
  top: 2px;
  width: 100%;
  background-color: #ddd; }

.ais-range-slider--tooltip {
  background: transparent; }

.ais-pagination {
  display: flex;
  margin: 0 0 16px;
  padding: 0;
  background: none;
  list-style: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  box-shadow: none;
  flex-wrap: wrap; }

.ais-pagination--item,
.ais-pagination--item__disabled {
  flex: 0 0 40px;
  width: auto;
  height: auto;
  margin: 4px;
  background-color: #5468ff;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: center;
  border-radius: 4px;
  transition: all 0.1s linear; }

.ais-pagination--item__disabled {
  display: none; }

.ais-pagination--item:hover,
.ais-pagination--item__active {
  background-color: #3a46a1; }

.ais-pagination--item .ais-pagination--link,
.ais-pagination--item__disabled .ais-pagination--link {
  text-decoration: none;
  color: #fff;
  line-height: 32px; }

footer {
  flex-grow: 0;
  text-align: center;
  font-size: 12px;
  color: #999; }

/* Placeholders */
#searchbox:empty:before,
#hits:empty:before,
#categories:empty:before,
#stats:empty:before,
#pagination:empty:before,
#brands:empty:before,
#price:empty:before {
  display: block;
  color: #999;
  padding: 16px; }

#searchbox:empty,
#hits:empty,
#categories:empty,
#stats:empty,
#pagination:empty,
#brands:empty,
#price:empty {
  padding: 0;
  background: none;
  border: dashed 3px #ddd;
  box-shadow: none;
  border-radius: 4px; }

#searchbox:empty,
#hits:empty,
#categories:empty,
#brands:empty {
  margin-bottom: 24px; }

#searchbox:empty:before {
  content: "Uncomment the searchBox widget to add a search bar."; }

#hits:empty:before {
  content: "Uncomment the hits widget to add hits list."; }

#stats:empty:before {
  content: "Uncomment the stats widget to add search stats."; }

#categories:empty:before {
  content: "Uncomment the categories widget to add categories list."; }

#pagination:empty:before {
  content: "Uncomment the pagination widget to add pagination."; }

#brands:empty:before {
  content: "Uncomment the refinementList widget for brands to add brands list."; }

#price:empty:before {
  content: "Uncomment the rangeSlider widget to add price range."; }

/** 06. generals
-------------------------------------------------- **/
#main {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  min-height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1); }
  #main.reveal-in {
    top: 0;
    opacity: 1; }
  #main .first-padding {
    padding-top: 75px; }
    @media (min-width: 768px) {
      #main .first-padding {
        padding-top: 92px; } }
    @media (min-width: 992px) {
      #main .first-padding {
        padding-top: 120px; } }
  #main #bg-dots {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../../../img/the_guide/bg/bg-dots.svg");
    background-size: 60%;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 1; }
  #main #bg-square {
    position: fixed;
    top: 50%;
    left: 10%;
    width: 650px;
    height: 712px;
    background-image: url("../../../img/the_guide/bg/bg-square.svg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    transform: translateY(-50%); }
  #main #main-content {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 2; }

@media (max-width: 600px) {
  #main #main-content.pb {
    padding-bottom: 50px; } }
.headline {
  padding: 100px 0 150px; }

@media (max-width: 600px) {
  .headline {
    padding: 100px 0 125px; } }
.fullwidth-section {
  position: relative; }

.fullwidth-section .fullwidth-content {
  padding: 100px 50px; }

/**
.reveal {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
    -ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}
**/
.reveal.reveal-in {
  top: 0;
  opacity: 1; }

.color-reversed p {
  color: #fff; }

/** 10. sliders
-------------------------------------------------- **/
.slider {
  position: relative; }

.slider .owl-dots {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 3vw;
  left: 0;
  z-index: 99;
  text-align: center; }

.slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  overflow: hidden; }

.slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.3);
  border: none;
  box-shadow: none;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.slider .owl-dots .owl-dot:hover span,
.slider .owl-dots .owl-dot.active span {
  background: #111111; }

.slider .owl-nav {
  z-index: 100; }

.slider .owl-nav div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background: rgba(17, 17, 17, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.slider .owl-nav div:hover {
  background: rgba(17, 17, 17, 0.7); }

.slider .owl-nav div.owl-prev {
  left: 0; }

.slider .owl-nav div.owl-next {
  right: 0; }

.slider .owl-nav div.owl-prev::before,
.slider .owl-nav div.owl-next::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.slider .owl-nav div.owl-prev::before {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff; }

.slider .owl-nav div.owl-next::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff; }

.slider.outside .owl-dots {
  position: relative;
  top: 15px;
  bottom: 0; }

.slider.controls-light .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5); }

.slider.controls-light .owl-dots .owl-dot:hover span,
.slider.controls-light .owl-dots .owl-dot.active span {
  background: #ffffff; }

.slider.controls-light .owl-nav div.owl-prev {
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5); }

.slider.controls-light .owl-nav div.owl-prev:hover {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff; }

.slider.controls-light .owl-nav div.owl-next {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5); }

.slider.controls-light .owl-nav div.owl-next:hover {
  border-top-color: #ffffff;
  border-right-color: #ffffff; }

#influencer {
  display: none; }
  @media (min-width: 992px) {
    #influencer {
      position: fixed;
      left: 0;
      bottom: 80px;
      z-index: 999;
      opacity: 0;
      display: block; }
      #influencer span {
        text-transform: uppercase;
        transform: rotate(-90deg);
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr; }
        #influencer span img {
          height: 18px; } }

.css-missing {
  position: relative;
  border: 2px solid #FF0000; }
  .css-missing:before {
    content: 'css manquant';
    position: absolute;
    top: -26px;
    padding: 0 8px;
    background: red;
    color: #fff;
    left: -2px;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 9999; }

.david-is-working {
  position: relative;
  border: 2px solid #14F4E6; }
  .david-is-working:before {
    content: 'David bosse dessus';
    position: absolute;
    top: -26px;
    padding: 0 8px;
    background: #14F4E6;
    color: #fff;
    left: -2px;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 9999; }

.joao-is-working {
  position: relative;
  border: 2px solid #FF0000; }
  .joao-is-working:before {
    content: 'joao bosse dessus';
    position: absolute;
    top: -26px;
    padding: 0 8px;
    background: red;
    color: #fff;
    left: -2px;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 9999; }

.content-is-missing {
  position: relative;
  border: 2px solid #FF0000; }
  .content-is-missing:before {
    content: 'contenu manquant';
    position: absolute;
    top: -26px;
    padding: 0 8px;
    background: red;
    color: #fff;
    left: -2px;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 9999; }

@media (min-width: 960px) {
  #focused-approach {
    background: url("../../../img/the_guide/general/bg-lines.png") no-repeat;
    background-position: right bottom; }
    #focused-approach .axes {
      display: inline-block;
      padding: 90px 40px;
      height: 100%;
      border-radius: 100%;
      border: 1px solid #ccc;
      position: relative; }
      #focused-approach .axes span {
        display: block;
        font-size: 50px; }
      #focused-approach .axes .line {
        position: absolute;
        width: 3px;
        height: 40px;
        background-color: #006196; }
        #focused-approach .axes .line.line-1 {
          left: 25px;
          top: 30px;
          -ms-transform: rotate(-45deg);
          /* IE 9 */
          transform: rotate(-45deg); }
        #focused-approach .axes .line.line-2 {
          right: 25px;
          top: 30px;
          -ms-transform: rotate(45deg);
          /* IE 9 */
          transform: rotate(45deg); }
        #focused-approach .axes .line.line-3 {
          left: 25px;
          bottom: 30px;
          -ms-transform: rotate(45deg);
          /* IE 9 */
          transform: rotate(45deg); }
        #focused-approach .axes .line.line-4 {
          right: 25px;
          bottom: 30px;
          -ms-transform: rotate(-45deg);
          /* IE 9 */
          transform: rotate(-45deg); } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

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

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.border-bottom-fixed {
  position: absolute;
  bottom: 0;
  width: calc(100% - 52px);
  height: 2px;
  background: #b6c6d2; }

ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px; }
  ul.references {
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    color: #586674; }

table tr {
  border-bottom: 1px solid #eef3f6; }
table td {
  font-size: 18px;
  line-height: 23px;
  color: #586674; }

.text-reverse-color ul li, .reverse-text-color ul li {
  color: #fff; }
.text-reverse-color table tr, .reverse-text-color table tr {
  border-bottom: 1px solid #fff; }
.text-reverse-color table td, .reverse-text-color table td {
  color: #fff; }

.bg-section {
  background-repeat: no-repeat;
  background-size: cover; }

.background-with-image {
  position: relative;
  background-size: cover !important; }

.d-readmore {
  line-height: 1.8;
  min-height: 7px;
  overflow: hidden;
  font-weight: 600; }

.showmore-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: default; }
  .showmore-button .showmore-button-inner {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px; }
    .showmore-button .showmore-button-inner:hover:after {
      color: #00a59a; }
    .showmore-button .showmore-button-inner:after {
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'Font Awesome 6 Pro';
      font-size: 20px;
      font-weight: 400;
      color: #006196; }
    .showmore-button .showmore-button-inner.more:after {
      content: '\f055'; }
    .showmore-button .showmore-button-inner.less:after {
      content: '\f056';
      color: #00a59a; }

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

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

.show-more-publications {
  display: block;
  font-size: 40px;
  text-align: center;
  color: #006196; }
  .show-more-publications:hover {
    color: #00a59a; }

a.show-more-publications[aria-expanded="true"] {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #00a59a; }

.addthis_sharing_toolbox_7p24 {
  float: right; }
  .addthis_sharing_toolbox_7p24 .at-share-btn-elements a {
    background-color: #7e7e7e !important; }
    .addthis_sharing_toolbox_7p24 .at-share-btn-elements a:hover {
      background-color: #00a59a !important; }

.searchbox {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 37px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 13px;
  font-family: arial, sans-serif; }
  .searchbox .algolia-autocomplete {
    display: block;
    height: 100%; }

.searchbox__wrapper {
  width: 100%;
  height: 100%; }

.searchbox__input {
  display: inline-block;
  -webkit-transition: box-shadow .4s ease, background .4s ease;
  transition: box-shadow .4s ease, background .4s ease;
  border: 0;
  border-radius: 19px;
  box-shadow: inset 0 0 0 1px #D9D9D9;
  background: #FFFFFF;
  padding: 0;
  padding-right: 30px;
  padding-left: 37px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  white-space: normal;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.searchbox__input::-webkit-search-decoration, .searchbox__input::-webkit-search-cancel-button, .searchbox__input::-webkit-search-results-button, .searchbox__input::-webkit-search-results-decoration {
  display: none; }

.searchbox__input:hover {
  box-shadow: inset 0 0 0 1px silver; }

.searchbox__input:focus, .searchbox__input:active {
  outline: 0;
  box-shadow: inset 0 0 0 1px #4098CE;
  background: #FFFFFF; }

.searchbox__input::-webkit-input-placeholder {
  color: #AAAAAA; }

.searchbox__input::-moz-placeholder {
  color: #AAAAAA; }

.searchbox__input:-ms-input-placeholder {
  color: #AAAAAA; }

.searchbox__input::placeholder {
  color: #AAAAAA; }

.searchbox__submit {
  position: absolute;
  top: 0;
  right: inherit;
  left: 0;
  margin: 0;
  border: 0;
  border-radius: 18px 0 0 18px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  width: 37px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.searchbox__submit::before {
  display: inline-block;
  margin-right: -4px;
  height: 100%;
  vertical-align: middle;
  content: ''; }

.searchbox__submit:hover, .searchbox__submit:active {
  cursor: pointer; }

.searchbox__submit:focus {
  outline: 0; }

.searchbox__submit svg {
  width: 17px;
  height: 17px;
  vertical-align: middle;
  fill: #666666; }

.searchbox__reset {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  fill: rgba(0, 0, 0, 0.5); }
  .searchbox__reset.hide {
    display: none; }

.searchbox__reset:focus {
  outline: 0; }

.searchbox__reset svg {
  display: block;
  margin: 4px;
  width: 13px;
  height: 13px; }

.searchbox__input:valid ~ .searchbox__reset {
  display: block;
  -webkit-animation-name: sbx-reset-in;
  animation-name: sbx-reset-in;
  -webkit-animation-duration: .15s;
  animation-duration: .15s; }

@-webkit-keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.aa-dropdown-menu {
  position: relative;
  top: -6px;
  border-radius: 3px;
  margin: 6px 0 0;
  padding: 0;
  text-align: left;
  height: auto;
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1); }

.aa-dropdown-menu:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  z-index: 0;
  top: -7px;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  transform: rotate(-45deg);
  border-radius: 2px;
  z-index: 999;
  display: block;
  left: 24px; }

.aa-dropdown-menu .aa-suggestions {
  position: relative;
  z-index: 1000; }

.aa-dropdown-menu [class^="aa-dataset-"] {
  position: relative;
  border: solid 1px #D9D9D9;
  border-radius: 3px;
  overflow: auto;
  padding: 8px 8px 8px; }

.aa-dropdown-menu * {
  box-sizing: border-box; }

.algolia-autocomplete {
  width: 100%; }

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  width: 100%; }

.algolia-autocomplete .aa-hint {
  color: #999; }

.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 4px; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal; }

.p-t-i {
  padding-top: 15px; }

.p-b-i {
  padding-bottom: 15px; }

@media (min-width: 992px) {
  .p-t-i {
    padding-top: 20px; }

  .p-b-i {
    padding-bottom: 20px; } }
@media (min-width: 1600px) {
  .p-t-i {
    padding-top: 30px; }

  .p-b-i {
    padding-bottom: 30px; } }

/*# sourceMappingURL=styles.css.map */
