h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: "fluxbold", sans-serif;
  font-style: normal;
  font-weight: 400; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 56px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

body {
  font-family: "fluxregular", sans-serif; }

p {
  font-size: 16px; }

b, strong, .fw-bold {
  font-family: "fluxbold", sans-serif; }

label {
  font-weight: 600;
  font-size: 12px; }

html {
  box-sizing: border-box; }

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

body {
  min-height: 100vh;
  margin: 0 auto;
  font-family: 'fluxregular', Arial, sans-serif; }

a {
  background-color: transparent;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: inherit; }

main {
  display: block;
  /* For IE11 support */ }

svg:not(:root) {
  overflow: hidden; }

.bg-image img {
  width: 100%;
  object-fit: cover;
  height: 350px; }

.bg-main {
  background: #F6F6F6; }

.attachment-section {
  padding: 40px 0; }
  .attachment-section .attachment-item {
    border-radius: 8px;
    margin: 15px 0; }
    .attachment-section .attachment-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px 8px 0 0; }
    .attachment-section .attachment-item .attachment-text {
      padding: 24px; }
      .attachment-section .attachment-item .attachment-text h5 {
        margin: 20px 0; }
    .attachment-section .attachment-item .attachment-type {
      align-items: center;
      display: flex;
      justify-content: space-between; }
      .attachment-section .attachment-item .attachment-type h6 {
        font-size: 12px;
        color: #BDBDBD; }
      .attachment-section .attachment-item .attachment-type .icon {
        border-radius: 50%;
        background: #BDBDBD;
        padding: 8px;
        text-align: center;
        font-size: 20px;
        color: #333333; }
    .attachment-section .attachment-item button {
      color: white;
      background: #333333;
      border: #333333;
      width: 100%; }
      .attachment-section .attachment-item button:hover {
        background: #C52731; }

.card-item-grid {
  min-height: 365px;
  border-radius: 1rem;
  border: none;
  margin: 15px;
  background: #C52731; }
  @media (min-width: 576px) {
    .card-item-grid {
      max-width: 255px; } }
  .card-item-grid img {
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0 0; }
    @media (min-width: 576px) {
      .card-item-grid img {
        max-height: 238px; } }
  .card-item-grid .card-text-grid {
    padding: 24px;
    margin-bottom: 10px; }
    .card-item-grid .card-text-grid h5 {
      color: #FFFFFF;
      text-align: left;
      font-size: 14px;
      text-transform: uppercase; }
    .card-item-grid .card-text-grid a, .card-item-grid .card-text-grid span {
      color: #FFFFFF;
      text-decoration: none;
      display: flex;
      align-items: center; }
    .card-item-grid .card-text-grid .icon {
      padding: 0 10px;
      font-size: 24px; }

.btn-simple {
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 8px;
  margin-top: 40px; }
  .btn-simple:hover {
    color: #C52731;
    border-color: #C52731; }

.breadcrumb {
  padding-top: 50px;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px; }
  .breadcrumb a, .breadcrumb span {
    color: #4F4F4F; }
  .breadcrumb .previous {
    color: #BDBDBD; }
  .breadcrumb .current {
    color: #C52731; }

.text-section, .popup-text {
  padding-bottom: 50px; }
  .text-section p, .popup-text p {
    font-size: 24px;
    font-weight: 400; }
  .text-section ul li, .popup-text ul li, .text-section ol li, .popup-text ol li {
    font-size: 20px;
    font-weight: 400; }
  .text-section img, .popup-text img {
    width: 100%;
    height: auto; }
    .text-section img.right, .popup-text img.right {
      margin: 40px 0 40px 0; }
      @media (min-width: 576px) {
        .text-section img.right, .popup-text img.right {
          float: right;
          width: auto;
          height: auto; } }
    .text-section img.left, .popup-text img.left {
      margin: 0 40px 40px 0; }
      @media (min-width: 576px) {
        .text-section img.left, .popup-text img.left {
          float: left;
          width: auto;
          height: auto; } }
    .text-section img.full-width, .popup-text img.full-width {
      margin: 40px 0; }

.gray-light-section {
  background: #F6F6F6;
  padding: 50px 0; }

.carousel-thematic .header-thematic {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  .carousel-thematic .header-thematic .btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px; }
    .carousel-thematic .header-thematic .btn-container .button-swiper {
      border-radius: 50%;
      background-color: #8A8B8C;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      width: 32px;
      font-size: 20px;
      text-align: center;
      height: 32px; }
    .carousel-thematic .header-thematic .btn-container .button_prev_thematic {
      margin-right: 8px; }

.carousel-thematic .c-item {
  background: #C52731;
  border-radius: 1rem;
  border: none; }
  @media (min-width: 576px) {
    .carousel-thematic .c-item {
      width: 350px; } }
  .carousel-thematic .c-item img {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    object-fit: cover;
    height: 243px; }
  .carousel-thematic .c-item .c-text {
    padding: 24px; }
    .carousel-thematic .c-item .c-text a {
      display: flex;
      align-items: center; }
    .carousel-thematic .c-item .c-text h5, .carousel-thematic .c-item .c-text a {
      color: #FFFFFF;
      font-size: 14px; }
    .carousel-thematic .c-item .c-text h5 {
      text-transform: uppercase; }
    .carousel-thematic .c-item .c-text .icon {
      font-size: 24px; }

.deeping-section h4 {
  font-weight: 400;
  padding-bottom: 24px; }

.deeping-section .c-item {
  border-radius: 8px;
  padding: 24px;
  margin: 15px 0; }
  .deeping-section .c-item img {
    width: 100%;
    object-fit: cover;
    height: 250px; }
  .deeping-section .c-item h5 {
    font-size: 18px;
    color: #4F4F4F;
    padding: 16px 0; }
  .deeping-section .c-item span {
    font-size: 12px;
    color: #BDBDBD; }
  .deeping-section .c-item .btn {
    width: 100%; }

.popup-dialog {
  max-width: 100%;
  max-height: 100%;
  padding: 0 10px;
  margin-top: 100px; }
  @media (min-width: 768px) {
    .popup-dialog {
      width: auto;
      max-width: 90%;
      max-height: 90%; } }
  .popup-dialog .popup-content {
    background: transparent;
    border: none;
    padding: 0; }
    .popup-dialog .popup-content button {
      background: #C52731;
      border-radius: 50%;
      font-size: 22px;
      position: absolute;
      right: 0;
      top: 0;
      margin: 24px;
      z-index: 10;
      color: #FFFFFF; }
    .popup-dialog .popup-content .popup-text {
      background: #FFFFFF;
      min-height: 100px;
      padding: 30px;
      border-radius: 8px; }
  .popup-dialog embed, .popup-dialog video, .popup-dialog img, .popup-dialog iframe {
    width: 100%;
    height: auto;
    border-radius: 8px; }
  .popup-dialog audio {
    width: 100%;
    padding-right: 60px; }

.rating-section {
  margin: 4rem auto;
  position: relative; }
  .rating-section .rating, .rating-section .rating-value {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0; }
    .rating-section .rating a, .rating-section .rating label, .rating-section .rating-value a, .rating-section .rating-value label {
      float: right;
      color: #fff;
      text-decoration: none;
      -webkit-transition: color .4s;
      -moz-transition: color .4s;
      -o-transition: color .4s;
      transition: color .4s;
      -webkit-text-stroke: 1px #C52731;
      margin: 0 5px; }
    .rating-section .rating .half-star, .rating-section .rating-value .half-star {
      background: linear-gradient(to right, #C52731 50%, #fff 50%);
      background-clip: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .rating-section .rating .full-star, .rating-section .rating-value .full-star {
      color: #C52731; }
  .rating-section .rating label:hover ~ label, .rating-section .rating button:focus ~ label, .rating-section .rating label:hover, .rating-section .rating a:hover, .rating-section .rating a:hover ~ a, .rating-section .rating a:focus, .rating-section .rating a:focus ~ a {
    color: #C52731;
    cursor: pointer; }
  .rating-section .rating-direction {
    direction: rtl; }
    .rating-section .rating-direction a {
      float: none; }
  .rating-section .btn-feedback {
    background: #333333;
    color: #FFFFFF;
    font-size: 16px;
    min-width: 240px;
    padding: 10px; }
    .rating-section .btn-feedback:hover {
      opacity: 0.8; }

.popup-dialog video {
  width: auto;
  height: 554px;
  max-width: 100%;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  display: block; }
