/* HERO */
/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ================================= hero primary */
.b--hero-primary {
  position: relative;
  display: block;
  min-height: 85vh;
  width: 100%;
  overflow: hidden;
  margin-bottom: 85px; }
  @media all and (max-width: 1200px) {
    .b--hero-primary {
      min-height: 65vh; } }
  @media all and (max-width: 768px) {
    .b--hero-primary {
      min-height: 70vh;
      margin-bottom: 60px; } }
  @media all and (max-width: 400px) {
    .b--hero-primary {
      min-height: 85vh; } }
  .b--hero-primary__front-items {
    position: relative;
    z-index: 1;
    min-height: calc(85vh - 92px);
    margin-top: 92px;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media all and (max-width: 1200px) {
      .b--hero-primary__front-items {
        min-height: calc(65vh - 70px);
        margin-top: 70px; } }
    @media all and (max-width: 768px) {
      .b--hero-primary__front-items {
        display: flex;
        align-items: center;
        min-height: calc(70vh - 70px); } }
    @media all and (max-width: 400px) {
      .b--hero-primary__front-items {
        min-height: calc(85vh - 70px); } }
    .b--hero-primary__front-items__bd {
      min-height: calc(85vh - 92px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 50%;
      padding-left: 160px;
      padding-right: 88px; }
      @media all and (max-width: 1200px) {
        .b--hero-primary__front-items__bd {
          min-height: calc(65vh - 70px);
          padding-left: 88px;
          padding-right: 32px; } }
      @media all and (max-width: 768px) {
        .b--hero-primary__front-items__bd {
          min-height: auto;
          display: block;
          width: 100%;
          max-width: 540px;
          padding: 48px 30px 0;
          margin: 0 auto 20px; } }
      @media all and (max-width: 400px) {
        .b--hero-primary__front-items__bd {
          margin-bottom: 16px;
          padding: 16px 30px 0; } }
      .b--hero-primary__front-items__bd__content {
        text-align: left; }
        
    .b--hero-primary__front-items__media-wrapper {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-right: 160px;
      padding-left: 88px; }
      @media all and (max-width: 1740px) {
        .b--hero-primary__front-items__media-wrapper {
          padding-right: 88px; } }
      @media all and (max-width: 1200px) {
        .b--hero-primary__front-items__media-wrapper {
          padding-left: 32px; } }
      @media all and (max-width: 768px) {
        .b--hero-primary__front-items__media-wrapper {
          height: auto;
          display: block;
          width: 100%;
          max-width: 540px;
          padding: 0 30px;
          margin: 0 auto 40px;
          align-self: flex-end; } }
      .b--hero-primary__front-items__media-wrapper__media {
        display: block;
        width: 100%;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain; }
      .b--hero-primary__front-items__media-wrapper--second {
        padding-right: 0;
        min-height: calc(85vh - 92px);
        position: relative; }
        @media all and (max-width: 1200px) {
          .b--hero-primary__front-items__media-wrapper--second {
            min-height: calc(65vh - 92px); } }
        @media all and (max-width: 768px) {
          .b--hero-primary__front-items__media-wrapper--second {
            height: auto;
            min-height: auto;
            display: block;
            margin-bottom: 40px;
            max-width: 100%;
            padding: 0;
            margin: 0; } }
      .b--hero-primary__front-items__media-wrapper--second .b--hero-primary__front-items__media-wrapper__media {
        max-width: calc(100% - 88px);
        width: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
        -o-object-position: left center;
           object-position: left center; }
        @media all and (max-width: 768px) {
          .b--hero-primary__front-items__media-wrapper--second .b--hero-primary__front-items__media-wrapper__media {
            max-width: 100%;
            max-height: 400px;
            width: 100%;
            position: relative;
            top: auto;
            right: auto;
            margin: 0 auto;
            -o-object-position: left top;
               object-position: left top; } }
  .b--hero-primary__back-items {
    position: absolute;
    top: 92px;
    left: 0;
    width: 100%;
    min-height: calc(85vh - 92px);
    height: calc(100% - 92px);
    z-index: 0; }
    @media all and (max-width: 1200px) {
      .b--hero-primary__back-items {
        min-height: calc(65vh - 70px);
        height: calc(100% - 70px);
        top: 70px; } }
    @media all and (max-width: 768px) {
      .b--hero-primary__back-items {
        min-height: calc(70vh - 70px); } }
    @media all and (max-width: 400px) {
      .b--hero-primary__back-items {
        min-height: calc(85vh - 70px); } }
    .b--hero-primary__back-items__media {
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 70% center;
         object-position: 70% center; }
      @media all and (max-width: 1200px) {
        .b--hero-primary__back-items__media {
          -o-object-position: 65% center;
             object-position: 65% center; } }
      @media all and (max-width: 992px) {
        .b--hero-primary__back-items__media {
          -o-object-position: 60% center;
             object-position: 60% center; } }
      @media all and (max-width: 768px) {
        .b--hero-primary__back-items__media {
          -o-object-position: 50% center;
             object-position: 50% center; } }
    .b--hero-primary__back-items__overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%;
      background: linear-gradient(to right, white, transparent); }
      @media all and (max-width: 768px) {
        .b--hero-primary__back-items__overlay {
          width: 100%; } }
    .b--hero-primary__back-items--second {
      position: relative !important;
      overflow: hidden;
      height: 85vh; }
      @media all and (max-width: 1200px) {
        .b--hero-primary__back-items--second {
          height: 65vh; } }
      @media all and (max-width: 768px) {
        .b--hero-primary__back-items--second {
          height: 70vh; } }
      @media all and (max-width: 400px) {
        .b--hero-primary__back-items--second {
          height: 85vh; } }
  .b--hero-primary .tns-outer [aria-controls],
  .b--hero-primary .tns-outer [data-action] {
    display: inline-block !important; }
  .b--hero-primary .tns-outer {
    position: relative; }
  .b--hero-primary .tns-slider {
    display: flex; }
  .b--hero-primary .tns-item {
    opacity: 0;
    transition: 1s opacity;
    position: relative;
    display: flex !important;
    align-items: center; }
    @media all and (max-width: 768px) {
      .b--hero-primary .tns-item {
        align-items: initial; } }
  .b--hero-primary .tns-slide-active {
    opacity: 1; }
  .b--hero-primary .tns-controls {
    display: none !important; }
  .b--hero-primary .tns-controls + button[data-action] {
    display: none !important; }
  .b--hero-primary button.tns-outer[data-action="stop"] {
    display: none !important; }
  .b--hero-primary .tns-nav {
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: 20px;
    text-align: center;
    z-index: 5; }
    .b--hero-primary .tns-nav button {
      position: relative;
      background-color: rgba(10, 45, 114, 0.5);
      padding: 0px;
      width: 12px !important;
      height: 12px !important;
      min-width: 12px !important;
      min-height: 12px !important;
      max-width: 12px !important;
      max-height: 12px !important;
      border-radius: 50%;
      margin: 5px;
      border: 0px solid transparent;
      z-index: 30; }
    .b--hero-primary .tns-nav button.tns-nav-active {
      background-color: #0a2d72; }
  .b--hero-primary__controls {
    position: absolute;
    top: 50%;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    padding: 0px 30px; }
    @media all and (max-width: 1200px) {
      .b--hero-primary__controls {
        padding: 0px 20px; } }
    @media all and (max-width: 992px) {
      .b--hero-primary__controls {
        padding: 0px 30px; } }
    @media all and (max-width: 768px) {
      .b--hero-primary__controls {
        display: none; } }
    .b--hero-primary__controls__artwork::before {
      transition: all .5s ease-in-out;
      font-size: 60px;
      color: #0a2d72;
      cursor: pointer; }
    .b--hero-primary__controls__artwork--next:hover::before {
      -webkit-transform: translate(10px);
              transform: translate(10px);
      transition-delay: 0.3s;
      color: #051023; }
    .b--hero-primary__controls__artwork--prev:hover::before {
      transition-delay: 0.3s;
      -webkit-transform: translate(-10px);
              transform: translate(-10px);
      color: #051023; }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ================================= hero primary */
.b--hero-secondary {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #fff;
  transition: all .5s ease-in-out; }
  @media all and (max-width: 1200px) {
    .b--hero-secondary {
      height: 550px; } }
  .b--hero-secondary__background-items__artwork {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    @media all and (max-width: 576px) {
      .b--hero-secondary__background-items__artwork {
        top: 70px;
        height: 45%; } }
  .b--hero-secondary__frontend-items {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 0; }
    @media all and (max-width: 1200px) {
      .b--hero-secondary__frontend-items {
        height: 550px; } }
    .b--hero-secondary__frontend-items__hd {
      position: absolute;
      width: 70%;
      min-height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      -webkit-transform: translateY(35px);
              transform: translateY(35px);
      z-index: 3; }
      @media all and (max-width: 576px) {
        .b--hero-secondary__frontend-items__hd {
          width: 100%;
          height: 200px;
          top: auto !important;
          bottom: 0;
          -webkit-transform: translateY(20px);
                  transform: translateY(20px);
          padding-left: 30px;
          padding-right: 30px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1740px) {
        .b--hero-secondary__frontend-items__hd {
          left: -40%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1440px) {
        .b--hero-secondary__frontend-items__hd {
          left: -30%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1200px) {
        .b--hero-secondary__frontend-items__hd {
          left: -20%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 992px) {
        .b--hero-secondary__frontend-items__hd {
          left: -10%; } }
    .b--hero-secondary__frontend-items__ft {
      position: absolute;
      width: 50%;
      height: 100%;
      right: 0;
      top: 0;
      bottom: 0; }
      @media all and (max-width: 576px) {
        .b--hero-secondary__frontend-items__ft {
          width: 100%;
          height: 300px;
          top: 250px; } }
      .b--hero-secondary__frontend-items__ft__artwork {
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        width: 25%;
        margin-top: 45px;
        height: calc(100% - 45px);
        left: 0;
        bottom: 0;
        top: 0;
        opacity: 1; }
        @media all and (max-width: 1200px) {
          .b--hero-secondary__frontend-items__ft__artwork {
            width: 40%; } }
        @media all and (max-width: 992px) {
          .b--hero-secondary__frontend-items__ft__artwork {
            margin-top: 70px;
            height: calc(100% - 70px); } }
        @media all and (max-width: 576px) {
          .b--hero-secondary__frontend-items__ft__artwork {
            width: 25%; } }
      .b--hero-secondary__frontend-items__ft__img-wrapper {
        margin-top: 85px;
        height: calc(100% - 85px);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media all and (max-width: 1200px) {
          .b--hero-secondary__frontend-items__ft__img-wrapper {
            margin-top: 70px;
            height: calc(100% - 70px); } }
    .b--hero-secondary__frontend-items__arrow {
      position: absolute;
      bottom: 60px;
      left: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      transition: all 2s; }
      .b--hero-secondary__frontend-items__arrow__title {
        font-size: 20px;
        color: #0a2d72;
        padding: 3px;
        display: inline-block;
        opacity: 0; }
        .b--hero-secondary__frontend-items__arrow__title--secondary {
          opacity: 1; }
      .b--hero-secondary__frontend-items__arrow__dash {
        position: relative;
        width: 18px;
        display: inline-block;
        height: 1px;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 15px;
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left;
                transform-origin: left;
        background: #0a2d72;
        -webkit-animation: updown 4s ease-out infinite;
                animation: updown 4s ease-out infinite; }
        @media all and (max-width: 992px) {
          .b--hero-secondary__frontend-items__arrow__dash {
            margin-right: 0px; } }

@-webkit-keyframes updown {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  75% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes updown {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  75% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

/* CTA */
/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
.b--cta-primary {
  position: absolute;
  right: 10px;
  bottom: 0;
  cursor: pointer;
  background-color: #92f0a1;
  transition: all .8s ease-out;
  }
  @media all and (max-width: 992px) {
    .b--cta-primary {
      right: 0px; } }
  .b--cta-primary__icon::before {
    font-size: 80px;
    color: #0a2d72; }
    @media all and (max-width: 576px) {
      .b--cta-primary__icon::before {
        font-size: 90px; } }
  .b--cta-primary--is-hidden {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .b--cta-primary:hover, .b--cta-primary:focus {
    background-color: #73ec86; }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
.b--cta-secondary {
  position: absolute;
  max-width: 580px;
  right: 0;
  bottom: 0;
  padding: 36px 20px 26px 30px;
  text-align: left;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 10;
  transition: all .3s ease-in-out; }
  .b--cta-secondary__icon {
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 10px;
    right: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media all and (max-width: 576px) {
      .b--cta-secondary__icon {
        top: 15px; } }
    .b--cta-secondary__icon:before {
      font-size: 40px;
      color: #000000; }
      @media all and (max-width: 576px) {
        .b--cta-secondary__icon:before {
          font-size: 35px; } }
  .b--cta-secondary--is-active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .b--cta-secondary__bd {
    max-width: 80%; }
  @media all and (max-width: 576px) {
    .b--cta-secondary {
      max-width: 100vw;
      padding: 28px 20px 20px 28px;
      height: auto; } }

/* BUTTONS */
/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ======================== BUTTON VARIABLES */
/* ================================= BUTTONS */
.b--btn-primary {
  position: relative;
  padding: 0.3em calc(0.3em * 3);
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  transition: all .6s ease-out;
  /* ================================= color-options */ }
  @media all and (max-width: 576px) {
    .b--btn-primary {
      padding: 0px 0px; } }
  .b--btn-primary__text {
    font-family: "Maven Pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0);
    display: inline-flex;
    align-items: center;
    transition: -webkit-transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s; }
    @media all and (max-width: 576px) {
      .b--btn-primary__text {
        font-size: 20px;
        -webkit-transform: translate3d(0, 0px, 0);
                transform: translate3d(0, 0px, 0); } }
    .b--btn-primary__text__dash {
      position: relative;
      width: 18px;
      display: inline-block;
      height: 1px;
      margin-bottom: -5px;
      margin-left: 6px; }
      @media all and (max-width: 576px) {
        .b--btn-primary__text__dash {
          width: 15px;
          height: 1px; } }
  .b--btn-primary:hover, .b--btn-primary:active, .b--btn-primary:focus {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s, -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
    text-decoration: none !important; }
  .b--btn-primary__line {
    position: absolute;
    z-index: 1; }
    @media all and (max-width: 576px) {
      .b--btn-primary__line {
        display: none; } }
    .b--btn-primary__line--right, .b--btn-primary__line--left {
      width: 1px;
      bottom: -1px;
      top: -1px;
      -webkit-transform: scale3d(1, 0, 1);
              transform: scale3d(1, 0, 1); }
    .b--btn-primary__line--top, .b--btn-primary__line--bottom {
      height: 1px;
      left: -1px;
      right: -1px;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1); }
    .b--btn-primary__line--right {
      right: -1px;
      transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
      transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
      transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s, -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
      -webkit-transform-origin: top;
              transform-origin: top; }
    .b--btn-primary__line--top {
      top: -1px;
      transition: -webkit-transform 0.08s linear 0.43s;
      transition: transform 0.08s linear 0.43s;
      transition: transform 0.08s linear 0.43s, -webkit-transform 0.08s linear 0.43s;
      -webkit-transform-origin: left;
              transform-origin: left; }
    .b--btn-primary__line--left {
      left: -1px;
      transition: -webkit-transform 0.08s linear 0.51s;
      transition: transform 0.08s linear 0.51s;
      transition: transform 0.08s linear 0.51s, -webkit-transform 0.08s linear 0.51s;
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
    .b--btn-primary__line--bottom {
      bottom: -1px;
      transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
      transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
      transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01), -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
      -webkit-transform-origin: right;
              transform-origin: right; }
  .b--btn-primary:hover, .b--btn-primary:active, .b--btn-primary:focus {
    text-decoration: none;
    background-color: transparent;
    transition: all .6s ease-out; }
    .b--btn-primary:hover .b--btn-primary__text, .b--btn-primary:active .b--btn-primary__text, .b--btn-primary:focus .b--btn-primary__text {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      transition: -webkit-transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
      transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
      transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s; }
    .b--btn-primary:hover .b--btn-primary__line, .b--btn-primary:active .b--btn-primary__line, .b--btn-primary:focus .b--btn-primary__line {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
      .b--btn-primary:hover .b--btn-primary__line--right, .b--btn-primary:active .b--btn-primary__line--right, .b--btn-primary:focus .b--btn-primary__line--right {
        transition: -webkit-transform 0.08s linear 0.4s;
        transition: transform 0.08s linear 0.4s;
        transition: transform 0.08s linear 0.4s, -webkit-transform 0.08s linear 0.4s;
        -webkit-transform-origin: bottom;
                transform-origin: bottom; }
      .b--btn-primary:hover .b--btn-primary__line--top, .b--btn-primary:active .b--btn-primary__line--top, .b--btn-primary:focus .b--btn-primary__line--top {
        transition: -webkit-transform 0.08s linear 0.48s;
        transition: transform 0.08s linear 0.48s;
        transition: transform 0.08s linear 0.48s, -webkit-transform 0.08s linear 0.48s;
        -webkit-transform-origin: right;
                transform-origin: right; }
      .b--btn-primary:hover .b--btn-primary__line--left, .b--btn-primary:active .b--btn-primary__line--left, .b--btn-primary:focus .b--btn-primary__line--left {
        transition: -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
        transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
        transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s, -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
        -webkit-transform-origin: top;
                transform-origin: top; }
      .b--btn-primary:hover .b--btn-primary__line--bottom, .b--btn-primary:active .b--btn-primary__line--bottom, .b--btn-primary:focus .b--btn-primary__line--bottom {
        transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
        transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
        transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s, -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
        -webkit-transform-origin: left;
                transform-origin: left; }
  .b--btn-primary--color-primary .b--btn-primary {
    color: #0a2d72; }
    .b--btn-primary--color-primary .b--btn-primary__text {
      color: #0a2d72; }
      .b--btn-primary--color-primary .b--btn-primary__text__dash {
        background: #0a2d72; }
    .b--btn-primary--color-primary .b--btn-primary__line {
      background: #0a2d72; }
      .b--btn-primary--color-primary .b--btn-primary__line:hover, .b--btn-primary--color-primary .b--btn-primary__line:active, .b--btn-primary--color-primary .b--btn-primary__line:focus {
        color: #0a2d72 !important; }
    .b--btn-primary--color-primary .b--btn-primary:hover, .b--btn-primary--color-primary .b--btn-primary:active, .b--btn-primary--color-primary .b--btn-primary:focus {
      color: #0a2d72 !important; }
  .b--btn-primary--color-secondary .b--btn-primary {
    color: #92f0a1; }
    .b--btn-primary--color-secondary .b--btn-primary__text {
      color: #92f0a1; }
      .b--btn-primary--color-secondary .b--btn-primary__text__dash {
        background: #92f0a1; }
    .b--btn-primary--color-secondary .b--btn-primary__line {
      background: #92f0a1; }
      .b--btn-primary--color-secondary .b--btn-primary__line:hover, .b--btn-primary--color-secondary .b--btn-primary__line:active, .b--btn-primary--color-secondary .b--btn-primary__line:focus {
        color: #92f0a1 !important; }
    .b--btn-primary--color-secondary .b--btn-primary:hover, .b--btn-primary--color-secondary .b--btn-primary:active, .b--btn-primary--color-secondary .b--btn-primary:focus {
      color: #92f0a1 !important; }
  .b--btn-primary--color-third .b--btn-primary {
    color: #000000; }
    .b--btn-primary--color-third .b--btn-primary__text {
      color: #000000; }
      .b--btn-primary--color-third .b--btn-primary__text__dash {
        background: #000000; }
    .b--btn-primary--color-third .b--btn-primary__line {
      background: #000000; }
      .b--btn-primary--color-third .b--btn-primary__line:hover, .b--btn-primary--color-third .b--btn-primary__line:active, .b--btn-primary--color-third .b--btn-primary__line:focus {
        color: #000000 !important; }
    .b--btn-primary--color-third .b--btn-primary:hover, .b--btn-primary--color-third .b--btn-primary:active, .b--btn-primary--color-third .b--btn-primary:focus {
      color: #000000 !important; }
  .b--btn-primary--color-fourth .b--btn-primary {
    color: #424242; }
    .b--btn-primary--color-fourth .b--btn-primary__text {
      color: #424242; }
      .b--btn-primary--color-fourth .b--btn-primary__text__dash {
        background: #424242; }
    .b--btn-primary--color-fourth .b--btn-primary__line {
      background: #424242; }
      .b--btn-primary--color-fourth .b--btn-primary__line:hover, .b--btn-primary--color-fourth .b--btn-primary__line:active, .b--btn-primary--color-fourth .b--btn-primary__line:focus {
        color: #424242 !important; }
    .b--btn-primary--color-fourth .b--btn-primary:hover, .b--btn-primary--color-fourth .b--btn-primary:active, .b--btn-primary--color-fourth .b--btn-primary:focus {
      color: #424242 !important; }
  .b--btn-primary--color-fifth .b--btn-primary {
    color: #ffffff; }
    .b--btn-primary--color-fifth .b--btn-primary__text {
      color: #ffffff; }
      .b--btn-primary--color-fifth .b--btn-primary__text__dash {
        background: #ffffff; }
    .b--btn-primary--color-fifth .b--btn-primary__line {
      background: #ffffff; }
      .b--btn-primary--color-fifth .b--btn-primary__line:hover, .b--btn-primary--color-fifth .b--btn-primary__line:active, .b--btn-primary--color-fifth .b--btn-primary__line:focus {
        color: #ffffff !important; }
    .b--btn-primary--color-fifth .b--btn-primary:hover, .b--btn-primary--color-fifth .b--btn-primary:active, .b--btn-primary--color-fifth .b--btn-primary:focus {
      color: #ffffff !important; }

/* CARDS */
/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
.b--card-primary {
  background: #ffffff;
  padding: 25px;
  height: 350px;
  display: block;
  box-shadow: 0 13px 18px 0 rgba(139, 139, 139, 0.3);
  position: relative;
  margin: 0 25px;
  -webkit-transform: scale(1);
          transform: scale(1); }
  @media all and (max-width: 1740px) {
    .b--card-primary {
      height: 300px; } }
  @media all and (max-width: 1440px) {
    .b--card-primary {
      height: 290px; } }
  @media all and (max-width: 1200px) {
    .b--card-primary {
      height: 300px; } }
  @media all and (max-width: 992px) {
    .b--card-primary {
      height: 290px; } }
  @media all and (max-width: 576px) {
    .b--card-primary {
      height: 50px;
      box-shadow: 0 3px 5px 0 rgba(139, 139, 139, 0.2); } }
  .b--card-primary__hd {
    text-align: right; }
    .b--card-primary__hd__icon {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #92f0a1;
      opacity: 0;
      transition: all .3s ease-in-out; }
      .b--card-primary__hd__icon:before {
        font-size: 55px; }
    .b--card-primary__hd__img-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 235px;
      opacity: 1;
      transition: all .3s ease-in-out; }
      @media all and (max-width: 1740px) {
        .b--card-primary__hd__img-wrapper {
          height: 180px; } }
      .b--card-primary__hd__img-wrapper img {
        max-width: 160px; }
  .b--card-primary__ft {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px; }
    .b--card-primary__ft__title {
      color: #424242; }
  .b--card-primary:hover, .b--card-primary:focus {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    background: #0a2d72; }
    .b--card-primary:hover .b--card-primary__hd__icon, .b--card-primary:focus .b--card-primary__hd__icon {
      color: #ffffff;
      opacity: 1; }
    .b--card-primary:hover .b--card-primary__hd__img-wrapper, .b--card-primary:focus .b--card-primary__hd__img-wrapper {
      opacity: 0; }
    .b--card-primary:hover .b--card-primary__ft__title, .b--card-primary:focus .b--card-primary__ft__title {
      color: #92f0a1; }
  @media all and (max-width: 576px) {
    .b--card-primary {
      padding: 15px;
      margin: 0 30px 15px;
      min-height: 10px;
      margin-bottom: 15px; }
      .b--card-primary__hd {
        display: none; }
      .b--card-primary__ft {
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        text-align: center; }
        .b--card-primary__ft__title {
          font-size: 16px !important; }
      .b--card-primary:hover, .b--card-primary:focus {
        -webkit-transform: scale(1);
                transform: scale(1); } }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ================================= card-secondary Products*/
.b--card-secondary {
  display: block;
  padding-left: 15px;
  padding-right: 15px; }
  .b--card-secondary__hd {
    margin-bottom: 20px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden; }
    @media all and (max-width: 992px) {
      .b--card-secondary__hd {
        margin-bottom: 15px;
        background-size: 55%; } }
    @media all and (max-width: 576px) {
      .b--card-secondary__hd {
        background-size: 75%; } }
  .b--card-secondary__ft {
    transition: all .3s ease-in-out;
    background: #051023;
    padding: 10px;
    position: relative; }
    .b--card-secondary__ft__title {
      font-size: 12px;
      color: #ffffff; }
      @media all and (max-width: 992px) {
        .b--card-secondary__ft__title {
          font-size: 14px; } }
    .b--card-secondary__ft__icon {
      opacity: 0;
      -webkit-transform: scale(0.6) translate(0px, -6px);
              transform: scale(0.6) translate(0px, -6px);
      transition: all .5s ease-in-out;
      position: absolute;
      right: 2px;
      top: 5px; }
      @media all and (max-width: 576px) {
        .b--card-secondary__ft__icon {
          opacity: 1;
          -webkit-transform: scale(1) translate(0px, -2px);
                  transform: scale(1) translate(0px, -2px); } }
      .b--card-secondary__ft__icon::before {
        color: #ffffff;
        font-size: 30px; }
  .b--card-secondary:hover .b--card-secondary__ft, .b--card-secondary:focus .b--card-secondary__ft {
    background: #0a2d72; }
  .b--card-secondary:hover .b--card-secondary__ft__icon, .b--card-secondary:focus .b--card-secondary__ft__icon {
    opacity: 1;
    -webkit-transform: scale(0.6) translate(0px, -6px);
            transform: scale(0.6) translate(0px, -6px); }

.b--card-secondary--one {
  padding-left: 0;
  padding-right: 0; }
  .b--card-secondary--one .b--card-secondary__hd {
    background-size: 100%; }
  .b--card-secondary--one .b--card-secondary__ft {
    background: #0a2d72;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important; }
    .b--card-secondary--one .b--card-secondary__ft__title {
      font-size: 20px !important; }
      @media all and (max-width: 992px) {
        .b--card-secondary--one .b--card-secondary__ft__title {
          font-size: 16px !important; } }
    .b--card-secondary--one .b--card-secondary__ft__icon {
      position: relative !important;
      top: auto !important;
      right: auto !important;
      -webkit-transform: scale(1) translate(0px, 4px);
              transform: scale(1) translate(0px, 4px); }
      @media all and (max-width: 1200px) {
        .b--card-secondary--one .b--card-secondary__ft__icon {
          opacity: 1;
          -webkit-transform: scale(1) translate(0px, 4px);
                  transform: scale(1) translate(0px, 4px); } }
      @media all and (max-width: 576px) {
        .b--card-secondary--one .b--card-secondary__ft__icon {
          opacity: 1;
          -webkit-transform: scale(1) translate(0px, 2px);
                  transform: scale(1) translate(0px, 2px); } }
  .b--card-secondary--one:hover .b--card-secondary__ft__icon, .b--card-secondary--one:focus .b--card-secondary__ft__icon {
    opacity: 1;
    -webkit-transform: scale(1) translate(0px, 4px) !important;
            transform: scale(1) translate(0px, 4px) !important; }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
.b--card-fourth {
  display: block;
  box-shadow: 0 5px 10px 0 rgba(139, 139, 139, 0.05);
  margin-bottom: 30px;
  transition: all .5s ease-in-out; }
  .b--card-fourth__hd {
    height: 177px;
    background: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media all and (max-width: 992px) {
      .b--card-fourth__hd {
        height: 150px; } }
    @media all and (max-width: 768px) {
      .b--card-fourth__hd {
        height: 100px; } }
    .b--card-fourth__hd__artwork {
      height: 60px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      position: absolute;
      bottom: 0;
      opacity: 1;
      transition: all .5s ease-in-out; }
      @media all and (max-width: 992px) {
        .b--card-fourth__hd__artwork {
          height: 45px; } }
  .b--card-fourth__bd {
    padding: 20px 30px; }
    .b--card-fourth__bd__category {
      font-size: 11px;
      color: #424242; }
    .b--card-fourth__bd__date {
      font-size: 11px;
      color: #424242;
      height: 32px; }
    .b--card-fourth__bd__title {
      margin-bottom: 10px;
      margin-top: 10px;
      height: 100px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      text-overflow: ellipsis; }
      @media all and (max-width: 992px) {
        .b--card-fourth__bd__title {
          height: 45px;
          -webkit-line-clamp: 2; } }
    .b--card-fourth__bd__author {
      font-size: 11px;
      color: #424242;
      margin-bottom: 25px; }
  .b--card-fourth__ft {
    background: #ffffff;
    display: block;
    padding: 12px 30px;
    position: relative;
    color: #0a2d72;
    transition: all .5s ease-in-out; }
    @media all and (max-width: 992px) {
      .b--card-fourth__ft {
        display: none; } }
    .b--card-fourth__ft__icon {
      position: absolute;
      right: 12px;
      bottom: 0px; }
      .b--card-fourth__ft__icon::before {
        font-size: 35px; }
  .b--card-fourth:hover, .b--card-fourth:focus {
    box-shadow: 0 13px 18px 0 rgba(139, 139, 139, 0.3); }
    .b--card-fourth:hover .b--card-fourth__ft, .b--card-fourth:focus .b--card-fourth__ft {
      background: #92f0a1; }
    .b--card-fourth:hover .b--card-fourth__hd__artwork, .b--card-fourth:focus .b--card-fourth__hd__artwork {
      opacity: 0; }

/* COMPONENTENT WRAPPER */
/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
.b--double-layer {
  position: relative; }
  @media all and (max-width: 576px) {
    .b--double-layer {
      height: 70%; } }
  .b--double-layer__bg-items {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%; }
    .b--double-layer__bg-items img {
      min-width: 140%;
      -webkit-transform: translateY(-10%);
              transform: translateY(-10%); }
    .b--double-layer__bg-items--has-background {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      opacity: 1;
      transition: all .3s ease-in-out; }
    .b--double-layer__bg-items canvas {
      width: 100%;
      display: block;
      background: #ccc; }
  .b--double-layer__ft-items {
    position: relative;
    z-index: 5; }
  .b--double-layer--inverted__bg-items {
    position: relative; }
    .b--double-layer--inverted__bg-items canvas {
      width: 100%;
      display: block; }
  .b--double-layer--inverted__ft-items {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%; }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
.b--slick-slider-primary {
  padding: 15px 0 35px !important;
  overflow: hidden; }
  @media all and (max-width: 576px) {
    .b--slick-slider-primary {
      padding-bottom: 20px; } }
  .b--slick-slider-primary .slick-list {
    overflow: visible; }
  .b--slick-slider-primary__ft {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
    @media all and (max-width: 576px) {
      .b--slick-slider-primary__ft {
        display: none; } }
  .b--slick-slider-primary__arrows::before {
    transition: all .5s ease-in-out;
    font-size: 85px;
    color: #0a2d72;
    cursor: pointer; }
  .b--slick-slider-primary__arrows--arrow-next:hover::before {
    -webkit-transform: translate(10px);
            transform: translate(10px);
    transition-delay: 0.3s;
    color: #051023; }
  .b--slick-slider-primary__arrows--arrow-prev:hover::before {
    transition-delay: 0.3s;
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
    color: #051023; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  display: none; }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ================================= card-secondary Products*/
.b--card-secondary {
  display: block;
  padding-left: 15px;
  padding-right: 15px; }
  .b--card-secondary__hd {
    margin-bottom: 20px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden; }
    @media all and (max-width: 992px) {
      .b--card-secondary__hd {
        margin-bottom: 15px;
        background-size: 55%; } }
    @media all and (max-width: 576px) {
      .b--card-secondary__hd {
        background-size: 75%; } }
  .b--card-secondary__ft {
    transition: all .3s ease-in-out;
    background: #051023;
    padding: 10px;
    position: relative; }
    .b--card-secondary__ft__title {
      font-size: 12px;
      color: #ffffff; }
      @media all and (max-width: 992px) {
        .b--card-secondary__ft__title {
          font-size: 14px; } }
    .b--card-secondary__ft__icon {
      opacity: 0;
      -webkit-transform: scale(0.6) translate(0px, -6px);
              transform: scale(0.6) translate(0px, -6px);
      transition: all .5s ease-in-out;
      position: absolute;
      right: 2px;
      top: 5px; }
      @media all and (max-width: 576px) {
        .b--card-secondary__ft__icon {
          opacity: 1;
          -webkit-transform: scale(1) translate(0px, -2px);
                  transform: scale(1) translate(0px, -2px); } }
      .b--card-secondary__ft__icon::before {
        color: #ffffff;
        font-size: 30px; }
  .b--card-secondary:hover .b--card-secondary__ft, .b--card-secondary:focus .b--card-secondary__ft {
    background: #0a2d72; }
  .b--card-secondary:hover .b--card-secondary__ft__icon, .b--card-secondary:focus .b--card-secondary__ft__icon {
    opacity: 1;
    -webkit-transform: scale(0.6) translate(0px, -6px);
            transform: scale(0.6) translate(0px, -6px); }

.b--card-secondary--one {
  padding-left: 0;
  padding-right: 0; }
  .b--card-secondary--one .b--card-secondary__hd {
    background-size: 100%; }
  .b--card-secondary--one .b--card-secondary__ft {
    background: #0a2d72;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important; }
    .b--card-secondary--one .b--card-secondary__ft__title {
      font-size: 20px !important; }
      @media all and (max-width: 992px) {
        .b--card-secondary--one .b--card-secondary__ft__title {
          font-size: 16px !important; } }
    .b--card-secondary--one .b--card-secondary__ft__icon {
      position: relative !important;
      top: auto !important;
      right: auto !important;
      -webkit-transform: scale(1) translate(0px, 4px);
              transform: scale(1) translate(0px, 4px); }
      @media all and (max-width: 1200px) {
        .b--card-secondary--one .b--card-secondary__ft__icon {
          opacity: 1;
          -webkit-transform: scale(1) translate(0px, 4px);
                  transform: scale(1) translate(0px, 4px); } }
      @media all and (max-width: 576px) {
        .b--card-secondary--one .b--card-secondary__ft__icon {
          opacity: 1;
          -webkit-transform: scale(1) translate(0px, 2px);
                  transform: scale(1) translate(0px, 2px); } }
  .b--card-secondary--one:hover .b--card-secondary__ft__icon, .b--card-secondary--one:focus .b--card-secondary__ft__icon {
    opacity: 1;
    -webkit-transform: scale(1) translate(0px, 4px) !important;
            transform: scale(1) translate(0px, 4px) !important; }

/* DYNAMIC CONTENT */
/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ================================= B--CONTENT */
.b--content h1 {
  font-size: 30px;
  font-weight: 900; }
  @media all and (max-width: 992px) {
    .b--content h1 {
      font-size: 18px; } }

.b--content h2 {
  font-size: 26px;
  font-weight: 900; }
  @media all and (max-width: 992px) {
    .b--content h2 {
      font-size: 17px; } }

.b--content h3 {
  font-size: 24px;
  font-weight: 900; }
  @media all and (max-width: 992px) {
    .b--content h3 {
      font-size: 16px; } }

.b--content h4 {
  font-size: 22px;
  font-weight: 900; }
  @media all and (max-width: 992px) {
    .b--content h4 {
      font-size: 15px; } }

.b--content h5 {
  font-size: 20px;
  line-height: 1.5; }
  @media all and (max-width: 992px) {
    .b--content h5 {
      font-size: 14px; } }

.b--content h6 {
  font-size: 18px; }
  @media all and (max-width: 992px) {
    .b--content h6 {
      font-size: 13px; } }

.b--content h1,
.b--content h2,
.b--content h3,
.b--content h4,
.b--content h5,
.b--content h6 {
  margin-top: 50px;
  margin-bottom: 20px; }
  @media all and (max-width: 992px) {
    .b--content h1,
    .b--content h2,
    .b--content h3,
    .b--content h4,
    .b--content h5,
    .b--content h6 {
      margin-top: 30px;
      margin-bottom: 10px; } }

.b--content ~ h1:first-child,
.b--content h2:first-child,
.b--content h3:first-child,
.b--content h4:first-child,
.b--content h5:first-child,
.b--content h6:first-child {
  margin-top: 0px !important; }

.b--content a {
  color: #fba17e;
  position: relative;
  word-break: break-all; }
  .b--content a:after {
    content: " ";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: #fba17e;
    transition: all .3s ease-in-out; }
  .b--content a:hover:after, .b--content a:focus:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

.b--content p {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 15px; }
  @media all and (max-width: 992px) {
    .b--content p {
      font-size: 14px; } }

.b--content ul li {
  font-size: 16px;
  color: #000000;
  position: relative;
  margin-left: 60px;
  margin-bottom: 12px; }
  @media all and (max-width: 992px) {
    .b--content ul li {
      margin-left: 30px; } }
  @media all and (max-width: 576px) {
    .b--content ul li {
      margin-left: 15px; } }
  .b--content ul li::before {
    content: " ";
    background: #92f0a1;
    width: 26px;
    height: 1px;
    top: 15px;
    left: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    position: absolute; }
  .b--content ul li ul {
    margin-top: 12px; }
    .b--content ul li ul li::before {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      top: 10px;
      -webkit-transform: translateX(-16px);
              transform: translateX(-16px); }

.b--content ol {
  font-size: 16px;
  position: relative;
  counter-reset: my-awesome-counter;
  list-style-type: none; }
  .b--content ol li {
    counter-increment: my-awesome-counter;
    color: #000000;
    margin-bottom: 12px;
    position: relative; }
    .b--content ol li:before {
      content: counter(my-awesome-counter);
      color: #92f0a1;
      font-weight: bold;
      display: inline-block;
      position: absolute;
      left: -20px;
      top: auto; }
    .b--content ol li ol {
      margin-top: 20px; }

.b--content blockquote {
  position: relative; }
  .b--content blockquote p {
    font-size: 22px;
    font-weight: 900;
    margin-left: 150px; }
    @media all and (max-width: 992px) {
      .b--content blockquote p {
        font-size: 18px;
        font-weight: normal;
        margin-left: 90px; } }
    .b--content blockquote p::before {
      content: "";
      width: 79px;
      height: 73px;
      background: url(../img/quote.svg) 0 0 no-repeat;
      background-position: center;
      background-size: cover;
      top: 0;
      left: 0;
      position: absolute;
      display: inline-block; }

.b--content .wp-block-table {
  overflow-x: auto; }
  .b--content .wp-block-table table {
    border-collapse: collapse;
    width: 100%; }
    .b--content .wp-block-table table td, .b--content .wp-block-table table th {
      border: 1px solid #000000;
      padding: 0.5em;
      font-family: "Maven Pro", sans-serif;
      font-size: 16px;
      line-height: 1.5;
      color: #000000; }
      @media all and (max-width: 992px) {
        .b--content .wp-block-table table td, .b--content .wp-block-table table th {
          font-size: 14px; } }

.b--content em {
  font-size: 16px;
  font-style: italic; }

.b--content strong {
  font-size: 16px;
  font-weight: 900; }

.b--content--inverted h1,
.b--content--inverted h2,
.b--content--inverted h3,
.b--content--inverted h4,
.b--content--inverted h5,
.b--content--inverted h6,
.b--content--inverted p,
.b--content--inverted a,
.b--content--inverted ul li,
.b--content--inverted ol li {
  color: #ffffff !important; }

.b--content--black h5 {
  color: #000000 !important;
  margin-bottom: 0 !important; }

.b--content .alignright {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 100%; }

.b--content .alignleft {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 100%; }

.b--content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.b--content a div.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.b--content a div.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.b--content a div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.b--content img.size-full {
  max-width: 100%;
  height: auto; }

.b--content iframe {
  max-width: 100%; }

.b--content figure.alignright iframe {
  float: right;
  margin: 0 0 1em 1em; }

.b--content figure.alignleft iframe {
  float: left;
  margin: 0 1em 1em 0; }

.b--content figure.aligncenter iframe {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.b--content a figure.alignright iframe {
  float: right;
  margin: 0 0 1em 1em; }

.b--content a figure.alignleft iframe {
  float: left;
  margin: 0 1em 1em 0; }

.b--content a figure.aligncenter iframe {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.b--content--second h1 {
  font-family: "Abel", sans-serif !important;
  font-size: 100px;
  letter-spacing: 4.68px;
  line-height: 1.13;
  text-transform: uppercase; }
  @media all and (max-width: 1200px) {
    .b--content--second h1 {
      font-size: 60px;
      letter-spacing: 2.7px;
      line-height: 1.3; } }

.b--content--second h2 {
  font-family: "Abel", sans-serif !important;
  font-size: 50px;
  line-height: 1.09;
  letter-spacing: normal; }
  @media all and (max-width: 992px) {
    .b--content--second h2 {
      font-size: 30px;
      letter-spacing: 1.28px;
      line-height: 1.1; } }

.b--content--second h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 25px;
  line-height: 1.33;
  letter-spacing: normal; }
  @media all and (max-width: 992px) {
    .b--content--second h3 {
      font-size: 20px;
      letter-spacing: normal;
      line-height: 1.4; } }

.b--content--second h4 {
  font-family: "Maven Pro", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal; }
  @media all and (max-width: 992px) {
    .b--content--second h4 {
      font-size: 16px;
      letter-spacing: normal;
      line-height: 1.45; } }

.b--content--second h5 {
  font-size: 20px;
  line-height: 1.5; }
  @media all and (max-width: 992px) {
    .b--content--second h5 {
      font-size: 14px; } }

.b--content--second h6 {
  font-size: 18px; }
  @media all and (max-width: 992px) {
    .b--content--second h6 {
      font-size: 13px; } }

.b--content--second h1,
.b--content--second h2,
.b--content--second h3,
.b--content--second h4,
.b--content--second h5,
.b--content--second h6,
.b--content--second p,
.b--content--second a,
.b--content--second ul li,
.b--content--second ol li {
  color: #0a2d72 !important; }

.b--content--second h1,
.b--content--second h2,
.b--content--second h3,
.b--content--second h4,
.b--content--second h5,
.b--content--second h6 {
  font-weight: normal !important; }

.b--content--second h2,
.b--content--second h3,
.b--content--second h4,
.b--content--second h5,
.b--content--second h6 {
  font-weight: normal !important;
  margin-top: 0px;
  margin-bottom: 30px; }
  @media all and (max-width: 992px) {
    .b--content--second h2,
    .b--content--second h3,
    .b--content--second h4,
    .b--content--second h5,
    .b--content--second h6 {
      margin-top: 0px;
      margin-bottom: 15px; } }

.b--content--second p {
  margin-bottom: 15px; }

.b--content--third h1 {
  font-family: "Abel", sans-serif !important;
  font-size: 100px;
  letter-spacing: 4.68px;
  line-height: 1.13;
  text-transform: uppercase; }
  @media all and (max-width: 1200px) {
    .b--content--third h1 {
      font-size: 60px;
      letter-spacing: 2.7px;
      line-height: 1.3; } }

.b--content--third h2 {
  font-family: "Abel", sans-serif !important;
  font-size: 50px;
  line-height: 1.09;
  letter-spacing: normal; }
  @media all and (max-width: 992px) {
    .b--content--third h2 {
      font-size: 30px;
      letter-spacing: 1.28px;
      line-height: 1.1; } }

.b--content--third h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 25px;
  line-height: 1.33;
  letter-spacing: normal; }
  @media all and (max-width: 992px) {
    .b--content--third h3 {
      font-size: 20px;
      letter-spacing: normal;
      line-height: 1.4; } }

.b--content--third h4 {
  font-family: "Maven Pro", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal; }
  @media all and (max-width: 992px) {
    .b--content--third h4 {
      font-size: 16px;
      letter-spacing: normal;
      line-height: 1.45; } }

.b--content--third h5 {
  font-size: 20px;
  line-height: 1.5; }
  @media all and (max-width: 992px) {
    .b--content--third h5 {
      font-size: 14px; } }

.b--content--third h6 {
  font-size: 18px; }
  @media all and (max-width: 992px) {
    .b--content--third h6 {
      font-size: 13px; } }

.b--content--third h1,
.b--content--third h2,
.b--content--third h3,
.b--content--third h4,
.b--content--third h5,
.b--content--third h6,
.b--content--third p,
.b--content--third a,
.b--content--third ul li,
.b--content--third ol li {
  color: #ffffff !important; }

.b--content--third h1,
.b--content--third h2,
.b--content--third h3,
.b--content--third h4,
.b--content--third h5,
.b--content--third h6 {
  font-weight: normal !important; }

.b--content--third h2,
.b--content--third h3,
.b--content--third h4,
.b--content--third h5,
.b--content--third h6 {
  font-weight: normal !important;
  margin-top: 0px;
  margin-bottom: 30px; }
  @media all and (max-width: 992px) {
    .b--content--third h2,
    .b--content--third h3,
    .b--content--third h4,
    .b--content--third h5,
    .b--content--third h6 {
      margin-top: 0px;
      margin-bottom: 15px; } }

.b--content--third p {
  margin-bottom: 15px; }

.wp-block-image img {
  height: auto; }

/* FORM */
/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
.b--form-group.captcha {
  display: flex;
}
.b--form-group.captcha .verif-code {
  height: 60px;
  padding-bottom: 12px;
  padding-left: 12px;
  border-bottom: 1px solid #fff;
}
.border-black {
  border-color: #0a2d72 !important;
}
.b--form-group {
  margin-bottom: 20px;
  position: relative;
  box-shadow: none !important; }
  @media all and (max-width: 992px) {
    .b--form-group {
      margin-bottom: 20px; } }
  .b--form-group__upload {
    border: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    width: 100%;
    cursor: pointer;
    font-family: "Maven Pro", sans-serif;
    color: #ffffff;
    font-size: 16px;
    resize: none;
    display: block;
    position: relative; }
    .b--form-group__upload__title {
      height: 18px;
      width: 90%;
      display: block;
      overflow: hidden;
      line-height: 1; }
    .b--form-group__upload__artwork {
      position: absolute;
      right: 0;
      top: 5px; }
      .b--form-group__upload__artwork::before {
        font-size: 30px;
        color: #ffffff; }
    .b--form-group__upload__real-input {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .b--form-group__upload__real-input--has-error ~ .b--form-group__line {
        background-color: #f97d4d;
        width: 100%;
        transition: 0.4s;
        bottom: -1px !important; }
    .b--form-group__upload--has-content {
      border-bottom: 1px solid transparent !important; }
      .b--form-group__upload--has-content .b--form-group__line {
        width: 100% !important;
        transition: 0.4s !important; }
    .b--form-group__upload .b--form-group__line {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #92f0a1;
      transition: 0.4s; }
    .b--form-group__upload:hover {
      cursor: pointer; }
    .b--form-group__upload:focus {
      outline: none !important; }
      .b--form-group__upload:focus .b--rotate {
        display: none !important;
        opacity: 0 !important; }
  .b--form-group__input {
    border: 0;
    padding: 12px 0;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    width: 100%;
    font-family: "Maven Pro", sans-serif;
    color: #ffffff;
    font-size: 16px;
    resize: none;
    display: block;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important; }
    @media all and (max-width: 992px) {
      .b--form-group__input {
        font-size: 14px;
        padding: 10px 0; } }
    .b--form-group__input:-webkit-autofill, .b--form-group__input:-webkit-autofill:hover, .b--form-group__input:-webkit-autofill:focus, .b--form-group__input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #0a2d72 inset !important;
      -webkit-text-fill-color: #ffffff !important; }
    .b--form-group__input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .b--form-group__input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .b--form-group__input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .b--form-group__input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .b--form-group__input::placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .b--form-group__input:focus {
      color: #ffffff; }
      .b--form-group__input:focus ~ .b--form-group__line {
        width: 100%;
        transition: 0.4s; }
    .b--form-group__input:not(:placeholder-shown) {
      width: 100%; }
      .b--form-group__input:not(:placeholder-shown) ~ .b--form-group__line {
        width: 100%;
        transition: 0.4s; }
    .b--form-group__input ~ .b--form-group__line {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #92f0a1;
      transition: 0.4s; }
    .b--form-group__input--has-error ~ .b--form-group__line {
      background-color: #f97d4d;
      width: 100%;
      transition: 0.4s; }
    .b--form-group__input:focus .b--rotate {
      display: none !important;
      opacity: 0 !important; }
  .b--form-group__select {
    background: none;
    border: none;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    padding: 12px 0;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    font-family: "Maven Pro", sans-serif;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important; }
    .b--form-group__select__artwork {
      position: absolute;
      bottom: 15px;
      right: 0;
      width: 30px;
      height: 30px;
      pointer-events: none; }
      .b--form-group__select__artwork::before {
        font-size: 30px;
        color: #ffffff;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .b--form-group__select:invalid {
      color: rgba(255, 255, 255, 0.7); }
    .b--form-group__select:valid {
      color: #ffffff; }
      .b--form-group__select:valid ~ .b--form-group__line {
        width: 100%;
        transition: 0.4s; }
    .b--form-group__select ~ .b--form-group__line {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #92f0a1;
      transition: 0.4s; }
    .b--form-group__select--has-error ~ .b--form-group__line {
      background-color: #f97d4d;
      width: 100%;
      transition: 0.4s; }
    .b--form-group__select:hover {
      cursor: pointer; }
    .b--form-group__select:focus {
      outline: none !important; }
      .b--form-group__select:focus .b--rotate {
        display: none !important;
        opacity: 0 !important; }
  .b--form-group--inverted .b--form-group__upload {
    border: 0;
    padding: 15px 0;
    font-family: "Maven Pro", sans-serif;
    border-bottom: 1px solid #0a2d72;
    background: transparent;
    color: rgba(5, 16, 35, 0.7);
    font-size: 16px;
    resize: none;
    display: block;
    position: relative;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important; }
    .b--form-group--inverted .b--form-group__upload__title {
      height: 18px;
      width: 90%;
      display: block;
      overflow: hidden;
      line-height: 1; }
    .b--form-group--inverted .b--form-group__upload__artwork {
      position: absolute;
      right: 0;
      top: 5px; }
      .b--form-group--inverted .b--form-group__upload__artwork::before {
        font-size: 30px;
        color: #0a2d72; }
    .b--form-group--inverted .b--form-group__upload__real-input {
      opacity: 0;
      position: absolute;
      left: 0;
      width: 100%; }
      .b--form-group--inverted .b--form-group__upload__real-input--has-error ~ .b--form-group__line {
        background-color: #f97d4d !important;
        width: 100% !important;
        transition: 0.4s;
        bottom: -1px !important; }
    .b--form-group--inverted .b--form-group__upload--has-content {
      border-bottom: 1px solid transparent !important; }
      .b--form-group--inverted .b--form-group__upload--has-content .b--form-group__line {
        width: 100% !important;
        transition: 0.4s !important; }
    .b--form-group--inverted .b--form-group__upload .b--form-group__line {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #92f0a1;
      transition: 0.4s; }
    .b--form-group--inverted .b--form-group__upload:focus .b--rotate {
      display: none !important;
      opacity: 0 !important; }
  .b--form-group--inverted .b--form-group__input {
    border: 0;
    padding: 12px 0;
    border-bottom: 1px solid #0a2d72;
    background: transparent;
    width: 100%;
    color: #051023;
    font-size: 16px;
    font-family: "Maven Pro", sans-serif;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important; }
    @media all and (max-width: 992px) {
      .b--form-group--inverted .b--form-group__input {
        font-size: 14px;
        padding: 10px 0; } }
    .b--form-group--inverted .b--form-group__input:-webkit-autofill, .b--form-group--inverted .b--form-group__input:-webkit-autofill:hover, .b--form-group--inverted .b--form-group__input:-webkit-autofill:focus, .b--form-group--inverted .b--form-group__input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
      -webkit-text-fill-color: #000000 !important; }
    .b--form-group--inverted .b--form-group__input::-webkit-input-placeholder {
      color: rgba(5, 16, 35, 0.7); }
    .b--form-group--inverted .b--form-group__input::-moz-placeholder {
      color: rgba(5, 16, 35, 0.7); }
    .b--form-group--inverted .b--form-group__input:-ms-input-placeholder {
      color: rgba(5, 16, 35, 0.7); }
    .b--form-group--inverted .b--form-group__input::-ms-input-placeholder {
      color: rgba(5, 16, 35, 0.7); }
    .b--form-group--inverted .b--form-group__input::placeholder {
      color: rgba(5, 16, 35, 0.7); }
    .b--form-group--inverted .b--form-group__input:focus {
      color: #051023; }
      .b--form-group--inverted .b--form-group__input:focus ~ .b--form-group__line {
        width: 100%;
        transition: 0.4s; }
    .b--form-group--inverted .b--form-group__input:not(:placeholder-shown) {
      width: 100%; }
      .b--form-group--inverted .b--form-group__input:not(:placeholder-shown) ~ .b--form-group__line {
        width: 100%;
        transition: 0.4s; }
    .b--form-group--inverted .b--form-group__input--has-error ~ .b--form-group__line {
      background-color: #f97d4d !important;
      width: 100% !important;
      transition: 0.4s; }
    .b--form-group--inverted .b--form-group__input ~ .b--form-group__line {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #92f0a1;
      transition: 0.4s; }
    .b--form-group--inverted .b--form-group__input:focus .b--rotate {
      display: none !important;
      opacity: 0 !important; }
  .b--form-group--inverted .b--form-group__select {
    background: none;
    border: none;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    padding: 12px 0;
    border-bottom: 1px solid #0a2d72;
    font-size: 16px;
    color: rgba(5, 16, 35, 0.7);
    position: relative;
    font-family: "Maven Pro", sans-serif;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important; }
    .b--form-group--inverted .b--form-group__select__artwork {
      position: absolute;
      bottom: 15px;
      right: 0;
      width: 30px;
      height: 30px;
      pointer-events: none; }
      .b--form-group--inverted .b--form-group__select__artwork::before {
        font-size: 30px;
        color: #0a2d72;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .b--form-group--inverted .b--form-group__select:invalid {
      color: rgba(5, 16, 35, 0.7); }
    .b--form-group--inverted .b--form-group__select:valid {
      color: #051023; }
      .b--form-group--inverted .b--form-group__select:valid ~ .b--form-group__line {
        width: 100%;
        transition: 0.4s; }
    .b--form-group--inverted .b--form-group__select ~ .b--form-group__line {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #92f0a1;
      transition: 0.4s; }
    .b--form-group--inverted .b--form-group__select--has-error ~ .b--form-group__line {
      background-color: #f97d4d !important;
      width: 100% !important;
      transition: 0.4s; }
    .b--form-group--inverted .b--form-group__select:focus .b--rotate {
      display: none !important;
      opacity: 0 !important; }

input:required {
  box-shadow: none !important; }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ================================= Form message */
.b--message {
  height: 23px;
  overflow: hidden;
  /* ================================= color options */ }
  .b--message__artwork::before {
    line-height: 0;
    font-size: 25px;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    margin-right: 7px; }
  .b--message--success {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }
  .b--message--success-inverted {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }
  .b--message--success .b--message__artwork {
    color: #92f0a1; }
  .b--message--success-inverted .b--message__artwork {
    color: #0a2d72; }
  .b--message--error .b--message__artwork {
    color: #fba17e; }

/* SLIDER */
.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  transition: all 0s; }

.tns-slider > .tns-item {
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
.b--slick-slider-primary {
  padding: 15px 0 35px !important;
  overflow: hidden; }
  @media all and (max-width: 576px) {
    .b--slick-slider-primary {
      padding-bottom: 20px; } }
  .b--slick-slider-primary .slick-list {
    overflow: visible; }
  .b--slick-slider-primary__ft {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
    @media all and (max-width: 576px) {
      .b--slick-slider-primary__ft {
        display: none; } }
  .b--slick-slider-primary__arrows::before {
    transition: all .5s ease-in-out;
    font-size: 85px;
    color: #0a2d72;
    cursor: pointer; }
  .b--slick-slider-primary__arrows--arrow-next:hover::before {
    -webkit-transform: translate(10px);
            transform: translate(10px);
    transition-delay: 0.3s;
    color: #051023; }
  .b--slick-slider-primary__arrows--arrow-prev:hover::before {
    transition-delay: 0.3s;
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
    color: #051023; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  display: none; }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ================================= */
@media all and (max-width: 992px) {
  .b--slider__protocol-chip {
    margin-right: 25px;
    margin-left: 25px; } }

@media all and (max-width: 992px) {
  .b--slider__protocol-chip__item {
    opacity: 1; } }

.b--slider__protocol-chip__item__img-wrapper {
  position: relative;
  min-width: 100%;
  width: 100%;
  max-height: 362px;
  height: 362px;
  overflow: hidden; }
  @media all and (max-width: 992px) {
    .b--slider__protocol-chip__item__img-wrapper {
      max-height: 275px;
      height: 275px; } }
  .b--slider__protocol-chip__item__img-wrapper__img {
    position: absolute;
    -o-object-fit: fit;
       object-fit: fit;
    top: 0;
    left: 0; }
    @media all and (max-width: 992px) {
      .b--slider__protocol-chip__item__img-wrapper__img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 275px;
        min-width: 100%; } }

.b--slider__protocol-chip__item__link {
  color: #000000;
  position: relative;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .b--slider__protocol-chip__item__link:after {
    content: " ";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: #fba17e;
    transition: all .3s ease-in-out; }
  .b--slider__protocol-chip__item__link:hover, .b--slider__protocol-chip__item__link:focus {
    color: #fba17e; }
    .b--slider__protocol-chip__item__link:hover:after, .b--slider__protocol-chip__item__link:focus:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }

.b--slider__protocol-chip__item + .tns-slide-active {
  opacity: 1 !important; }
  @media all and (max-width: 992px) {
    .b--slider__protocol-chip__item + .tns-slide-active {
      margin-left: -25px; } }

.b--slider__protocol-chip .slick-arrow {
  display: none !important; }

.b--slider__protocol-chip__arrow-wrapper {
  display: block;
  position: absolute;
  top: -30px;
  width: 30px;
  height: 28px;
  cursor: pointer !important;
  transition: all .3s ease-in-out; }
  @media all and (max-width: 992px) {
    .b--slider__protocol-chip__arrow-wrapper {
      bottom: -20px;
      top: auto;
      margin-bottom: 45px; } }
  .b--slider__protocol-chip__arrow-wrapper .tel::before {
    font-size: 45px; }
  .b--slider__protocol-chip__arrow-wrapper__prev {
    right: 90px; }
    .b--slider__protocol-chip__arrow-wrapper__prev:hover, .b--slider__protocol-chip__arrow-wrapper__prev:focus {
      -webkit-transform: translate(-10px) scale(1);
              transform: translate(-10px) scale(1);
      transition-delay: 0.3s; }
    @media all and (max-width: 992px) {
      .b--slider__protocol-chip__arrow-wrapper__prev {
        left: 15px; } }
  .b--slider__protocol-chip__arrow-wrapper__next {
    right: 30px; }
    .b--slider__protocol-chip__arrow-wrapper__next:hover, .b--slider__protocol-chip__arrow-wrapper__next:focus {
      -webkit-transform: translate(10px) scale(1);
              transform: translate(10px) scale(1);
      transition-delay: 0.3s; }

/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
.b--banner {
  padding: 5px;
  background-color: #0a2d72;
  color: white;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 93px;
  text-align: center;
  opacity: 1;
  pointer-events: all; }
  @media all and (max-width: 1200px) {
    .b--banner {
      top: 70px; } }
  @media all and (max-width: 768px) {
    .b--banner {
      top: 70px; } }
  .b--banner a {
    color: white;
    text-decoration: underline;
    font-size: 14px; }
    .b--banner a:hover {
      cursor: pointer;
      text-decoration: underline !important; }
  .b--banner p {
    font-size: 14px; }
  .b--banner--is-hidden {
    opacity: 0;
    pointer-events: none; }


    .white h2, .white h4, .white .b--btn-primary__text{
      color: #fff !important;
    }
    
    .white .b--btn-primary--color-primary .b--btn-primary__line, .white .b--btn-primary--color-primary .b--btn-primary__text__dash{
      background-color: #fff;
    }
    