:root {
  --avatar-size: 40px;
  /* change this value anything, e.g., 100px, 10rem, etc. */ }

* {
  font-family: "Roboto", sans-serif; }

@font-face {
  font-family: 'Ringier';
  src: url("../fonts/ringier/Ringier-Bold.eot");
  src: url("../fonts/ringier/Ringier-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ringier/Ringier-Bold.woff2") format("woff2"), url("../fonts/ringier/Ringier-Bold.woff") format("woff"), url("../fonts/ringier/Ringier-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ringier';
  src: url("../fonts/ringier/Ringier-Light.eot");
  src: url("../fonts/ringier/Ringier-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ringier/Ringier-Light.woff2") format("woff2"), url("../fonts/ringier/Ringier-Light.woff") format("woff"), url("../fonts/ringier/Ringier-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ringier';
  src: url("../fonts/ringier/Ringier-Book.eot");
  src: url("../fonts/ringier/Ringier-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/ringier/Ringier-Book.woff2") format("woff2"), url("../fonts/ringier/Ringier-Book.woff") format("woff"), url("../fonts/ringier/Ringier-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BauerBodon';
  src: url("../fonts/ringier/BauerBodoniPro-Roman.woff2") format("woff2"), url("../fonts/ringier/BauerBodoniPro-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.breadcrumb {
  margin-bottom: 6px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  .breadcrumb * {
    font-family: Ringier !important; }
  .breadcrumb a {
    line-height: 1.15;
    display: inline;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    color: #002049;
    font-size: 0.875rem;
    border-bottom: 2px solid #fff; }
    .breadcrumb a span:hover {
      text-decoration: none;
      border-bottom: solid 2px;
      color: #002049; }

.cat-name_page_title {
  color: #009FE3;
  text-transform: none;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: Ringier !important; }

/* HEADER */
.mob-menu {
  display: none;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-bottom: 1px solid #f1f1f1;
  height: 60px;
  padding: 0 16px;
  position: relative;
  box-shadow: 0px -9px 15px 5px #e3e3e3; }
  .mob-menu .mob-search-wrap {
    margin-left: 0;
    display: flex;
    flex-basis: calc(100% / 3);
    align-self: center; }
    .mob-menu .mob-search-wrap .mob-search-ico {
      width: 24px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E6007E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.65' y1='16.65' x2='21' y2='21'/%3E%3C/svg%3E"); }
      .mob-menu .mob-search-wrap .mob-search-ico.active {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L18 18M18 6L6 18' stroke='%23E6007E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
    .mob-menu .mob-search-wrap .mob-search-field-wrap {
      display: none; }
      .mob-menu .mob-search-wrap .mob-search-field-wrap.show {
        display: block;
        width: 100%;
        top: 60px;
        position: absolute;
        background: #fff;
        z-index: 11111;
        height: 100px;
        left: 0; }
  .mob-menu .mob-system-icons {
    justify-content: flex-end;
    width: calc(100% / 3);
    margin-right: 32px;
    display: flex; }
  .mob-menu .mob-logo {
    height: 100%;
    display: flex; }
    .mob-menu .mob-logo a {
      display: flex;
      gap: 22px;
      height: 24px;
      align-self: center; }
  .mob-menu .mob-navbar-nav {
    display: none; }
    .mob-menu .mob-navbar-nav.show {
      display: flex;
      width: 100%;
      background: #fff;
      position: absolute;
      top: 60px;
      z-index: 1111;
      padding: 0;
      margin: 0;
      height: 100vh;
      left: 0;
      list-style: none;
      flex-direction: column; }
    .mob-menu .mob-navbar-nav li {
      border-bottom: 1px solid #bfbfbf;
      padding: 16px;
      padding-left: 28px; }
      .mob-menu .mob-navbar-nav li a {
        font-size: 1rem;
        font-weight: bold;
        color: #002049;
        text-decoration: none;
        display: block;
        width: 100%;
        border-bottom: 4px solid transparent; }
        .mob-menu .mob-navbar-nav li a:hover, .mob-menu .mob-navbar-nav li a.active {
          border-bottom: 4px solid #E6007E; }
  .mob-menu .mob-system-icons .mob-sys-icon {
    border: 0;
    background: none;
    padding: 0;
    background: #ccc;
    height: 24px;
    width: 24px;
    align-self: center; }
  .mob-menu .mob-navi {
    height: 60px;
    display: flex; }
    .mob-menu .mob-navi .burger-btn {
      width: 24px;
      height: 24px;
      border: none;
      background: transparent;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0;
      cursor: pointer;
      align-self: center; }
      .mob-menu .mob-navi .burger-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #E6007E;
        border-radius: 999px;
        transition: all 0.3s ease; }
      .mob-menu .mob-navi .burger-btn.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg); }
      .mob-menu .mob-navi .burger-btn.active span:nth-child(2) {
        opacity: 0; }
      .mob-menu .mob-navi .burger-btn.active span:nth-child(3) {
        transform: translateY(-12px) rotate(-45deg); }

.single-page_img {
  margin-bottom: 32px; }
  .single-page_img img {
    height: auto;
    object-fit: cover;
    border-radius: 30px; }
.single-page h1 {
  font-family: BauerBodon;
  font-size: 2.625rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333333; }
.single-page h2 {
  font-weight: bold;
  color: #333333;
  margin: 32px 0 16px;
  font-size: 1.75rem;
  line-height: 36px;
  font-family: Ringier !important; }
.single-page p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 8px;
  margin-top: 8px;
  word-break: break-word;
  font-weight: 400;
  font-family: Ringier !important; }

.single-article-header .card-img-top {
  height: auto;
  object-fit: cover;
  border-radius: 30px;
  overflow-clip-margin: content-box;
  overflow: clip;
  max-height: 480px;
  margin-bottom: 32px; }
.single-article-categ {
  margin-bottom: 16px;
  font-size: 1.1875rem;
  text-transform: capitalize;
  color: #009FE3; }
  .single-article-categ * {
    font-family: Ringier !important; }
  .single-article-categ a:hover {
    color: #002049;
    text-decoration: underline; }
.single-article-title {
  font-size: 2.625rem;
  line-height: 3.5rem;
  font-weight: 700;
  font-family: BauerBodon;
  margin-bottom: 16px; }
.single-article h2 {
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 32px;
  font-family: Ringier !important; }
.single-article h3 {
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 32px;
  font-family: Ringier !important; }
.single-article-body {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 48px; }
  .single-article-body * {
    font-family: Ringier !important; }
  .single-article-body p {
    margin-bottom: 8px;
    margin-top: 8px; }

.edit-article #categories-container .remove-category, .edit-article #categories-container .remove-tag, .edit-article #tags-container .remove-category, .edit-article #tags-container .remove-tag {
  border: 1px solid #002049;
  border-radius: 3px;
  padding: 0px 4px; }

.all-news-page .s-news .grid-news {
  gap: 32px; }
  .all-news-page .s-news .grid-news .n-item {
    border: 1px solid #009FE3;
    padding: 24px 48px 48px 36px; }
    .all-news-page .s-news .grid-news .n-item:hover {
      box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
      cursor: pointer; }

.page-content {
  background: #fff;
  padding: 30px 0;
  padding-bottom: 0;
  display: block; }
  .page-content h1 {
    font-family: BauerBodon;
    font-size: 2.5rem;
    line-height: 59px; }

.bg-light-blue {
  background: #EAF6FE; }

.btn-blue {
  background-color: #009FE3;
  margin-top: 0;
  margin-bottom: 16px;
  border-radius: 4px;
  font-size: 1rem;
  padding: 6px 32px;
  color: #FFFFFF;
  border: 0;
  display: inline-block; }

.btn-delete {
  background-color: #FA5E59;
  margin-top: 0;
  margin-bottom: 16px;
  border-radius: 4px;
  font-size: 1rem;
  padding: 6px 32px;
  color: #FFFFFF;
  border: 0;
  display: inline-block; }

.btn-rin-blue {
  margin-top: 32px;
  height: 32px;
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1.333 !important;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  padding: 5px 36px;
  border-radius: 1rem;
  background-color: #009FE3; }
  .btn-rin-blue:hover {
    text-decoration: none;
    background-color: #009fe3b2;
    color: #fff; }

.navbar-expand-lg .navbar-search .form-item input {
  border-radius: 18px;
  border: 1px solid black; }

.navbar {
  border-bottom: 1px solid #f1f1f1;
  padding: 0 !important;
  height: 60px; }
  .navbar .navbar-brand {
    padding: 0 !important;
    position: absolute;
    left: 16px;
    transform: translate(0, -50%);
    top: 50%;
    margin-left: 0; }
    .navbar .navbar-brand img {
      height: 24px;
      width: auto; }
  .navbar.nav-menu {
    height: 80px;
    border-bottom: 1px solid #bfbfbf;
    box-shadow: 0px -9px 15px 5px #e3e3e3; }
    .navbar.nav-menu ul {
      display: flex;
      position: relative;
      gap: 30px;
      height: 100%;
      margin: 0; }
      .navbar.nav-menu ul li {
        list-style: none;
        display: flex; }
  .navbar .navbar-nav {
    display: flex;
    position: relative;
    gap: 30px;
    height: 100%;
    margin: 0; }
    .navbar .navbar-nav .nav-link {
      line-height: 1.15;
      transition: none;
      padding: 0;
      font-size: 1.125rem;
      font-weight: 700;
      color: #333333;
      font-family: "Ringier" !important;
      height: 100%;
      display: flex;
      align-items: center; }
      .navbar .navbar-nav .nav-link:hover {
        border-bottom: 4px solid #E6007E;
        border-top: 4px solid transparent; }

.pg_cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px; }
  .pg_cards-grid * {
    font-family: Ringier !important; }
  .pg_cards-grid .pg_card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #009FE3;
    border-radius: 30px; }
    .pg_cards-grid .pg_card:hover {
      box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); }
    .pg_cards-grid .pg_card img {
      height: 191px;
      max-width: 100%;
      width: 100%;
      object-fit: cover;
      display: block; }
    .pg_cards-grid .pg_card .pg_card-content {
      padding: 20px; }
      .pg_cards-grid .pg_card .pg_card-content h3 a {
        font-size: 1.3125rem;
        line-height: 1.33;
        word-break: break-word;
        margin: 0;
        color: #333333; }
      .pg_cards-grid .pg_card .pg_card-content p {
        font-size: 1rem;
        line-height: 1.556;
        color: #333333;
        margin-bottom: 16px; }
  @media (max-width: 1024px) {
    .pg_cards-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .pg_cards-grid {
      grid-template-columns: 1fr; } }

.wrap-rows {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 32px; }
  .wrap-rows * {
    font-family: Ringier !important; }
  .wrap-rows .rows-view {
    display: flex;
    border: 1px solid #009FE3;
    border-radius: 30px;
    overflow: hidden;
    height: 174px; }
    .wrap-rows .rows-view .card-cn {
      display: flex;
      background-color: #FFFFFF;
      width: 100%;
      flex-direction: row; }
      .wrap-rows .rows-view .card-cn .card-img {
        display: block; }
        .wrap-rows .rows-view .card-cn .card-img img {
          height: 174px;
          aspect-ratio: 1.7777777778;
          object-fit: cover;
          border-radius: 4px 0 0 4px;
          width: auto; }
      .wrap-rows .rows-view .card-cn .card-body {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 24px;
        width: 100%;
        padding-left: 0px; }
      .wrap-rows .rows-view .card-cn .card-title {
        font-size: 1.3125rem;
        font-weight: bold;
        line-height: 1.286; }
        .wrap-rows .rows-view .card-cn .card-title a {
          color: #333333; }
      .wrap-rows .rows-view .card-cn .card-text {
        line-height: 1.5rem;
        font-size: 1rem; }

.home-spotlight {
  padding-bottom: 40px; }
  .home-spotlight h2 {
    font-size: 2rem;
    line-height: 1.475;
    color: #333333;
    font-family: BauerBodon !important;
    font-weight: bold;
    margin-bottom: 24px; }
  .home-spotlight .slider-footer {
    margin-top: 22px;
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    .home-spotlight .slider-footer .swiper-pagination {
      width: auto;
      position: relative; }
    .home-spotlight .slider-footer .swiper-pagination-bullet {
      border: 1px solid #009FE3;
      background-color: #FFFFFF;
      width: 16px;
      height: 16px;
      opacity: 1; }
      .home-spotlight .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #009FE3; }
    .home-spotlight .slider-footer .swiper-btns {
      position: relative;
      display: flex;
      gap: 12px; }
      .home-spotlight .slider-footer .swiper-btns .swiper-button {
        border-style: none;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        background-color: #009FE3;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: auto;
        right: auto;
        position: relative; }
        .home-spotlight .slider-footer .swiper-btns .swiper-button svg {
          width: 15px;
          height: 15px;
          color: #fff; }

.s-news {
  padding: 32px 0; }
  .s-news h2 {
    font-size: 2rem;
    line-height: 1.475;
    color: #333333;
    font-family: 'BauerBodon' !important;
    font-weight: bold;
    margin-bottom: 24px; }
  .s-news .grid-news {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 24px;
    padding: 0;
    margin: 0; }
    .s-news .grid-news * {
      font-family: Ringier !important; }
    .s-news .grid-news .n-item {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 24px;
      background-color: #FFFFFF;
      position: relative;
      border-radius: 30px;
      margin-top: 0; }
    .s-news .grid-news h4 {
      line-height: 1.75;
      font-size: 0.875rem;
      margin-bottom: 16px;
      padding-bottom: 0px;
      padding-left: 16px; }
      .s-news .grid-news h4 a {
        color: #009FE3;
        line-height: 1.75;
        font-size: 0.875rem;
        font-family: Ringier !important; }
        .s-news .grid-news h4 a:hover {
          color: #002049;
          text-decoration: underline; }
    .s-news .grid-news h3 {
      line-height: 1.28;
      text-decoration: none; }
      .s-news .grid-news h3 a {
        color: #333333;
        font-size: 1.3125rem;
        font-weight: 700; }
    .s-news .grid-news .card-text {
      padding-top: 1rem;
      font-size: 1rem;
      line-height: 1.556;
      color: #333333; }
    .s-news .grid-news .card-meta {
      margin-top: auto;
      font-size: 0.875rem;
      color: gray;
      padding-top: 16px; }

.swiper .card-sp {
  border-radius: 30px;
  border: 1px solid #009FE3; }
  .swiper .card-sp h3 {
    padding-bottom: 16px;
    margin: 0; }
    .swiper .card-sp h3 a {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: bold;
      margin: 0;
      font-family: Ringier !important;
      color: #333333; }
  .swiper .card-sp .card-meta {
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex-direction: row;
    align-items: center; }
    .swiper .card-sp .card-meta time {
      font-size: 1.125rem;
      color: #444444;
      line-height: normal;
      font-family: Ringier !important; }
  .swiper .card-sp img {
    border-radius: 30px 30px 0 0;
    width: 100%;
    aspect-ratio: 1.73;
    height: 100%;
    object-fit: cover; }
  .swiper .card-sp .card-footer {
    background: transparent;
    border-top: 0; }
  .swiper .card-sp .card-text {
    color: #333333;
    line-height: 1.5rem;
    font-size: 1rem;
    font-family: Ringier !important; }

.container-footer {
  background-color: #009FE3; }
  .container-footer .navbar {
    background: transparent;
    border: 0 !important;
    color: #fff; }
    .container-footer .navbar ul.menu {
      display: flex;
      flex-direction: row;
      gap: 0px;
      justify-content: space-around;
      padding-left: 0; }
      .container-footer .navbar ul.menu li {
        list-style: none;
        padding-right: 25px;
        inline-size: fit-content;
        margin: 0;
        padding-top: 0.2em;
        flex-grow: 1; }
        .container-footer .navbar ul.menu li:last-child {
          padding-right: 0;
          text-align: right; }
          .container-footer .navbar ul.menu li:last-child span {
            text-align: end; }
        .container-footer .navbar ul.menu li a {
          text-decoration: none;
          color: #FFFFFF;
          font-size: 0.9rem;
          font-weight: 400;
          line-height: 28px; }
          .container-footer .navbar ul.menu li a svg {
            display: var(--fa-display, inline-block);
            height: 1em;
            overflow: visible;
            vertical-align: -.125em; }

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content; }

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px; }

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%; }

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0; }

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f; }

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%; }

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%; }

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%; }

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15); }

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%; }

nav .logo-wrap {
  max-width: 200px; }

.circle {
  background-color: #ccc;
  border-radius: 50%;
  height: var(--avatar-size);
  text-align: center;
  width: var(--avatar-size); }

.initials {
  font-size: calc(var(--avatar-size) / 2);
  /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 4);
  /* 25% of parent */ }

/*# sourceMappingURL=custom.css.map */
