@font-face {
    font-family: "CeraROB";
    src:
      url("font/CeraROB-Regular.eot") format("opentype"),
      url("font/CeraROB-Regular.woff") format('woff'),
      url("font/CeraROB-Regular.woff2") format('woff2'),;
}

.bg_story {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-size: 18px;
    font-family: "CeraROB";
    line-height: 1.2;
    color: #fff;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


.content_mt {
  margin-top: 200px;
}


.content_mt img {
  object-fit: cover;
}

.swiper-wrapper {
    height: fit-content !important;
}

.button_story_banner {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    width: fit-content !important;
}

.bg_color {
    background-color: #0048a1;
}

.overline_story {
    color: #fff;
    font-size: 14px;
}

.headline_story {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.button_story {
    padding: 5px 20px;
    border: 2px solid #fff;
    width: auto;
    display: inline-block;
    background-color: #fff;
    color: #0048a1;
    border-radius: 5px;
}


.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: #f2ecea;
    border: 1px solid transparent;
    border-radius: 5px;
}


@keyframes fake {
    from {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  body {
    animation: fake 1s infinite;
  }

  .worko_logo {
    position: absolute;
    width: 150px;
    height: auto;
    top: -60px;
    right: 30px;
  }
  
  .worko-tabs {
    width: 100%;
    margin-top: 150px;
  }
  .worko-tabs .state {
    position: absolute;
    left: -10000px;
  }
  .worko-tabs .flex-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .worko-tabs .flex-tabs .tab {
    flex-grow: 1;
    max-width: 100px;
  }
  .worko-tabs .flex-tabs .panel {
    height: auto;
    display: none;
    width: 100%;
    flex-basis: auto;
  }
  .worko-tabs .tab {
    display: flex;
    padding: 6px 10px;
    background-color: #eee;
    cursor: pointer;
    justify-content: center;

  }
  .worko-tabs .tab:hover {
    background-color: #fff;
  }
  
  #tab-one:checked ~ .tabs #tab-one-label,
  #tab-two:checked ~ .tabs #tab-two-label,
  #tab-three:checked ~ .tabs #tab-three-label,
  #tab-four:checked ~ .tabs #tab-four-label {
    background-color: #0048a1;
    cursor: default;
    border-left-color: #0048a1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #tab-one:checked ~ .tabs #tab-one-panel,
  #tab-two:checked ~ .tabs #tab-two-panel,
  #tab-three:checked ~ .tabs #tab-three-panel,
  #tab-four:checked ~ .tabs #tab-four-panel {
    display: block;
  }
  
  @media (max-width: 767px) {
    .worko-tabs .flex-tabs .panel {
        padding: 0px;
    }

    .worko_logo {
        position: absolute;
        width: 80px;
        height: auto;
        top: -100px;
        left: 0;
        margin: 0 auto;
        right: 0;
    }
  }

  .text-bold {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
  }

  label {
    margin-bottom: 0; 
}