a:focus,
button:focus,
select:focus,
input:focus {
  outline: 1px solid #005f4a;
}
svg {
  width: 100%;
}
#mainContent {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.4rem;
  padding: 2.4rem 0;
}
.icons-grid-el {
  border: 1px solid #005f4a;
  padding: 1.2rem;
}
.icons-grid-el .icons-container {
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.icons-grid-el .icons-container svg {
  width: 2.4rem;
  flex-shrink: 0;
}
.icons-grid-el .icons-container-16 svg {
  width: 1.6rem;
}
.icons-grid-el .icons-container-40 svg {
  width: 4rem;
}
.Apag.act,
.Apag:focus {
  background: var(--bghov, #005f4a);
  color: var(--txhov, #fff);
}
.Apag.act svg path:not(.stroke),
.Apag:focus svg path:not(.stroke) {
  fill: var(--txhov, #fff);
}
.Apag.act svg path.stroke,
.Apag:focus svg path.stroke {
  stroke: var(--txhov, #fff);
}
.Acat {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.6rem;
  flex-grow: 0;
  --bg: transparent;
  --bghov: transparent;
  --tx: #9699a3;
  --txhov: #000;
  --br: #dbdbdb;
  --brhov: #005f4a;
  font-weight: 500;
  background: var(--bg, #005f4a);
  color: var(--tx, #fff);
  padding: max(0.6rem, 6px) max(1.6rem, 16px);
  border: 1px solid var(--br, #005f4a);
  border-radius: max(1rem, 10px);
  transition: 0.45s color cubic-bezier(0.55, 0, 0.1, 1),
    0.45s background cubic-bezier(0.55, 0, 0.1, 1),
    0.45s border cubic-bezier(0.55, 0, 0.1, 1),
    0.45s opacity cubic-bezier(0.55, 0, 0.1, 1);
}
.Acat_t {
  text-align: center;
}
@media (hover: hover) {
  .Acat:hover,
  .Acat:focus {
    background: var(--bghov, transparent);
    color: var(--txhov, #fff);
    border-color: var(--brhov, #005f4a);
  }
}
.Acat.A {
  background: var(--bghov, transparent);
  color: var(--txhov, #fff);
  border-color: var(--brhov, #005f4a);
}
.Acat.dis {
  opacity: 0.5;
  pointer-events: none;
}
.Aevent-s {
  grid-template-columns: 1fr;
  gap: 0;
  align-content: start;
  overflow: hidden;
}
.Aevent-s .im {
  order: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: max(0.8rem, 8px);
  border-top-right-radius: max(0.8rem, 8px);
  aspect-ratio: 343/196;
}
.Aevent-s .date {
  order: 2;
  width: 100%;
  padding: 0;
}
.Aevent-s .date_h {
  border-radius: 0;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 1.6rem;
}
.Aevent-s .info {
  order: 3;
  padding: 1.6rem;
}
.Anews {
  width: 100%;
}
.Atab_b {
  transition: 0.45s visibility cubic-bezier(0.55, 0, 0.1, 1);
}
.Ablock .Abtn-2 {
  --bg: #fff;
  --bghov: transparent;
  --tx: #000;
  --txhov: #fff;
  --br: #fff;
  --brhov: #fff;
}
.Atable {
  width: 100%;
}
.Atable_h {
  display: table;
  width: 100%;
  font-weight: 500;
}
.Atable_title {
  width: 100%;
  background: #005f4a;
  color: #fff;
  border-top-right-radius: max(0.8rem, 8px);
  border-top-left-radius: max(0.8rem, 8px);
  padding: 0.8rem 1.6rem;
}
.Atable_head {
  display: table-row;
  width: 100%;
  background: #005f4a;
  color: #fff;
}
.Atable_head .Atable_col {
  padding: 0.8rem 1.6rem;
  border: none;
}
.Atable_head .Atable_col:last-child {
  border-top-right-radius: max(0.8rem, 8px);
}
.Atable_head .Atable_col:first-child {
  border-top-left-radius: max(0.8rem, 8px);
}
.Atable_head .Atable_col-bg {
  background: #00e262;
  color: #000;
}
.Atable_row {
  width: 100%;
  display: table-row;
  min-height: 1rem;
  font-weight: 500;
}
.Atable_row:last-child .Atable_col {
  border-bottom: 1px solid #dbdbdb;
}
.Atable_row:last-child .Atable_col:last-child {
  border-bottom-right-radius: max(0.8rem, 8px);
}
.Atable_row:last-child .Atable_col:first-child {
  border-bottom-left-radius: max(0.8rem, 8px);
}
.Atable_col {
  display: table-cell;
  min-height: 1rem;
  min-width: 15.6rem;
  max-width: 50%;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  padding: 1.6rem;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Atable_col {
    min-width: 18rem;
  }
}
.Atable_col a {
  --underlineWidth: 1px;
  --blockLength: 0.75;
  background-image: linear-gradient(var(--uCout), var(--uCout)),
    linear-gradient(var(--uC), var(--uC));
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.Atable_col a:hover,
.Atable_col a:focus {
  background-size: 100% 1px, 0 1px;
}
.Atable_col:last-child {
  border-right: 1px solid #dbdbdb;
}
.Atable_col.c2 {
  width: 16.6666666667%;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Atable_col.c2 {
    min-width: 20rem;
  }
}
.Atable_col.c3 {
  width: 25%;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Atable_col.c3 {
    min-width: 20rem;
  }
}
.Atable_col.c4 {
  width: 33.3333333333%;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Atable_col.c4 {
    min-width: 30rem;
  }
}
.Atable_col.c5 {
  width: 41.6666666667%;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Atable_col.c5 {
    min-width: 40rem;
  }
}
.Atable_col.c6 {
  width: 50%;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Atable_col.c6 {
    min-width: 50rem;
  }
}
.Atable_col-bg {
  background: #f5f4ef;
}
.Atable:has(:not(.Atable_head)) .Atable_row:first-child .Atable_col:first-child,
.Atable:has(:not(.Atable_title))
  .Atable_row:first-child
  .Atable_col:first-child {
  border-top-left-radius: max(0.8rem, 8px);
}
.Atable:has(:not(.Atable_head)) .Atable_row:first-child .Atable_col:last-child,
.Atable:has(:not(.Atable_title))
  .Atable_row:first-child
  .Atable_col:last-child {
  border-top-right-radius: max(0.8rem, 8px);
}
.Afield_i {
  transition: 0.3s opacity cubic-bezier(0.55, 0, 0.1, 1);
}
.Afield_i-srch svg *:not(g) {
  fill: #000;
}
.Afield_i-err,
.Afield_i-ok {
  opacity: 0;
  pointer-events: none;
}
.Afield-cal {
  position: relative;
}
.Afield-cal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4.8rem;
  bottom: 0;
  width: 1px;
  background: #dbdbdb;
}
.Afield-cal .Afield_npt {
  padding-left: 4.4rem;
  position: relative;
}
.Afield-cal .Afield_npt::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #f006;
  opacity: 0;
  cursor: pointer;
}
.Afield-cal .Afield_i-cal {
  position: absolute;
  left: 1.2rem;
  pointer-events: none;
}
.Afield-cal .Afield_i-cal svg *:not(g) {
  fill: #000;
}
.foot_m_el-newsletter .Abtn {
  margin-top: 2.2rem;
  width: 100%;
}
.Cslider .tit.center {
  text-align: center;
}
.CstickyTab .grid-vw-s .mainHold .el.A,
.CstickyTab .grid-vw .mainHold .el.A {
  display: block;
  pointer-events: all;
}
.Cchart {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cchart {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.Cchart .grid-vw {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.4rem;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cchart .grid-vw {
    grid-template-columns: 1fr;
  }
}
.Cchart .grid-vw .list .Atab {
  --tx: #005f4a;
  color: var(--tx, #005f4a);
  padding: 0;
  border: none;
}
.Cchart .grid-vw .list .Atab_c {
  pointer-events: none;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 1195px) {
  .Cchart .grid-vw .list .Atab_c {
    display: none;
  }
}
@media (min-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cchart .grid-vw .list .Atab_c {
    display: none;
  }
}
@media (min-width: 1195px) {
  .Cchart .grid-vw .list .Atab_h {
    height: auto !important;
  }
}
@media (min-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cchart .grid-vw .list .Atab_h {
    height: auto !important;
  }
}
.Cchart .grid-vw .list .Atab_b {
  visibility: visible;
  padding-top: 0.4rem;
}
.Cchart .grid-vw .list .Atab_b .hold {
  width: 100%;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cchart .grid-vw .list .Atab_b ul {
    padding-top: 1.6rem;
  }
}
.Cchart .grid-vw .list .Atab_b ul li {
  border-bottom: 1px solid var(--tx, #005f4a);
  padding-bottom: 1.6rem;
}
.Cchart .grid-vw .list .Atab_b ul li + li {
  margin-top: 1.6rem;
}
.Cchart .grid-vw .list .Atab_b ul li a,
.Cchart .grid-vw .list .Atab_b ul li button {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 1.2rem;
  font-weight: 500;
  transition: 0.45s opacity cubic-bezier(0.55, 0, 0.1, 1);
}
.Cchart .grid-vw .list .Atab_b ul li a.ALK,
.Cchart .grid-vw .list .Atab_b ul li a.A,
.Cchart .grid-vw .list .Atab_b ul li button.ALK,
.Cchart .grid-vw .list .Atab_b ul li button.A {
  pointer-events: none;
  opacity: 0.5;
}
.Cchart .grid-vw .list .Atab_b ul li a.ALK:focus,
.Cchart .grid-vw .list .Atab_b ul li a.A:focus,
.Cchart .grid-vw .list .Atab_b ul li button.ALK:focus,
.Cchart .grid-vw .list .Atab_b ul li button.A:focus {
  outline: none;
}
@media (hover: hover) {
  .Cchart .grid-vw .list .Atab_b ul li a:hover,
  .Cchart .grid-vw .list .Atab_b ul li button:hover {
    opacity: 0.5;
  }
}
.Cchart .grid-vw .list .Atab_b ul li a:focus,
.Cchart .grid-vw .list .Atab_b ul li button:focus {
  outline: none;
  opacity: 0.5;
  text-decoration: underline;
}
.Cchart .grid-vw .list .Atab_b .Abtn {
  margin-top: 1.6rem;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cchart .grid-vw .list .Atab {
    max-width: 100%;
    padding-top: 1.6rem;
    border-bottom: 1px solid var(--tx, #005f4a);
    border-top: 1px solid var(--tx, #005f4a);
  }
  .Cchart .grid-vw .list .Atab .Atab_c {
    pointer-events: all;
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
    align-items: center;
    width: 100%;
    padding-bottom: 1.6rem;
  }
  .Cchart .grid-vw .list .Atab .Atab_c_plus {
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
  }
  .Cchart .grid-vw .list .Atab .Atab_c_plus:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--tx, #005f4a);
    top: calc(50% - 1px);
    left: 0;
  }
  .Cchart .grid-vw .list .Atab .Atab_c_plus:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: var(--tx, #005f4a);
    top: 0;
    left: calc(50% - 1px);
    transition: 0.45s transform cubic-bezier(0.55, 0, 0.1, 1);
    transform-origin: center;
  }
  .Cchart .grid-vw .list .Atab .Atab_h {
    height: 0;
    overflow: hidden;
    max-height: auto;
  }
  .Cchart .grid-vw .list .Atab .Atab_b {
    padding-top: 0;
    gap: 0.8rem;
  }
  .Cchart .grid-vw .list .Atab .Atab_b ul li:last-child {
    border-bottom: none;
  }
  .Cchart .grid-vw .list .Atab .Atab_b .Abtn {
    margin-top: 0;
    margin-bottom: 2.4rem;
  }
  .Cchart .grid-vw .list .Atab.A .Atab_c_plus:after {
    transform: scaleY(0);
  }
}
.Cchart .grid-vw .ims {
  position: relative;
}
.Cchart .grid-vw .ims_h {
  position: sticky;
  top: 9rem;
  display: grid;
  grid-template-rows: 1fr;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cchart .grid-vw .ims_h {
    position: static;
  }
}
.Cchart .grid-vw .ims_el {
  grid-area: 1/1;
}
.Cchart .grid-vw .ims_el:not(.A) {
  display: none;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cchart .grid-vw .ims_el .im-desk {
    display: none;
  }
}
@media (min-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cchart .grid-vw .ims_el .im-resp {
    display: none;
  }
}
@media (min-width: 1195px) {
  .Cchart .grid-vw .ims_el .im-resp {
    display: none;
  }
}
.Cnews .grid-vw .title.center {
  text-align: center;
}
.Cnews:not(:has(.btn)) .title {
  grid-column: span 2;
}
.Cevents .grid-vw .title.center {
  text-align: center;
}
.Cevents .grid-vw:not(:has(.btn)) .title {
  grid-column: span 2;
}
.Ccards .grid-vw .tit.center {
  text-align: center;
}
.Ccards .grid-vw:not(:has(.btns)) .tit {
  grid-column: span 2;
}
.Cupbar .grid-vw,
.Cupbar .grid-vw-s,
.Cupbar .grid-vw-xs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 2.4rem;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cupbar .grid-vw,
  .Cupbar .grid-vw-s,
  .Cupbar .grid-vw-xs {
    grid-template-columns: 1fr;
  }
}
.Cupbar + .Ccnt,
.Cupbar + .Csticky {
  padding-top: 4rem;
}
.Chero + .Cbxl,
.Chero + .Ccnt {
  padding-top: 4rem;
}
.Cherodir {
  padding-top: 10rem;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cherodir {
    padding-top: 8.4rem;
  }
}
.Cherodir .grid-vw,
.Cherodir .grid-vw-xs {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  --uC: #005f4a;
}
.Cherodir .grid-vw .bread,
.Cherodir .grid-vw-xs .bread {
  text-transform: capitalize;
  color: #005f4a;
}
.Cherodir .grid-vw .h2,
.Cherodir .grid-vw-xs .h2 {
  color: #005f4a;
}
.Cherodir .grid-vw .im,
.Cherodir .grid-vw-xs .im {
  position: relative;
  width: 100%;
  aspect-ratio: 600/400;
  overflow: hidden;
  border-radius: max(0.8rem, 8px);
  padding: 2.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cherodir .grid-vw .im,
  .Cherodir .grid-vw-xs .im {
    aspect-ratio: 343/320;
  }
}
.Cherodir .grid-vw .im .IO,
.Cherodir .grid-vw-xs .im .IO {
  position: absolute;
  inset: 0;
}
.Cherodir .grid-vw .im img,
.Cherodir .grid-vw-xs .im img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s transform cubic-bezier(0.55, 0, 0.1, 1),
    0.45s opacity cubic-bezier(0.55, 0, 0.1, 1);
}
.Cherodir .grid-vw .im img:not(.L),
.Cherodir .grid-vw-xs .im img:not(.L) {
  transform: scale(1.1);
  opacity: 0;
}
.Cherodir .grid-vw .im .Abtn,
.Cherodir .grid-vw-xs .im .Abtn {
  position: relative;
  z-index: 4;
  margin-left: auto;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cherodir .grid-vw .im .Abtn,
  .Cherodir .grid-vw-xs .im .Abtn {
    margin-left: 0;
  }
}
.Cherodir .grid-vw .im .srchform,
.Cherodir .grid-vw-xs .im .srchform {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  background: #fff;
  padding: 0.8rem 0.8rem 0.8rem 2.4rem;
  border-radius: 10em;
  margin-top: 3.2rem;
  max-width: 48.8rem;
  width: 100%;
}
.Cherodir .grid-vw .im .srchform input,
.Cherodir .grid-vw-xs .im .srchform input {
  width: 100%;
}
.Cherodir .grid-vw .im .srchform input::placeholder,
.Cherodir .grid-vw-xs .im .srchform input::placeholder {
  color: #9699a3;
}
.Cherodir .grid-vw .im .srchform button,
.Cherodir .grid-vw-xs .im .srchform button {
  flex-shrink: 0;
}
.Cherodir .grid-vw:not(:has(.im)),
.Cherodir .grid-vw-xs:not(:has(.im)) {
  padding-bottom: 2rem;
}
.Cherodir + .Cbxl,
.Cherodir + .Ccnt {
  padding-top: 4rem;
}
.Cbxl .grid-vw .tit.center {
  text-align: center;
}
.Cbxl .grid-vw:not(:has(.btns)) .tit {
  grid-column: 1 / span 2;
}
@media (min-width: 1195px) {
  .Csticky .grid-vw-s .stck_h .Atab_h,
  .Csticky .grid-vw .stck_h .Atab_h {
    height: auto !important;
  }
}
.Csticky .grid-vw-s .stck_h .Atab_b,
.Csticky .grid-vw .stck_h .Atab_b {
  visibility: visible;
  padding-top: 0.4rem;
}
.Cpostcnt + .Cpostcnt,
.Cpostcnt + .Ccnt {
  margin-top: 2.4rem;
}
.Cpostcnt .tabGroup + *:not(.sep) {
  margin-top: 2.4rem;
}
.Ccnt + .Cpostcnt,
.Ccnt + .Ccnt {
  margin-top: 2.4rem;
}
.Cshare_b .Aicon {
  --fill: #005f4a;
}
.Ctable {
  overflow: hidden;
  padding-top: 2.4rem;
  margin-top: 1.6rem;
}
.Ctable > * {
  margin-bottom: 4rem;
}
.Ctable_top {
  margin-bottom: 2.4rem;
}
.Ctable_hold {
  overflow: scroll;
}
.Ctable_cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Ctable_cols {
    grid-template-columns: 1fr;
  }
}
.Ctable + .Ctable {
  margin-top: 0;
  padding-top: 0;
}
.Ctable + .Cpostcnt,
.Ctable + .Ccnt {
  margin-top: 2.4rem;
}
.Csel {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.Csel_hold {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  height: 100%;
}
.Csel_el {
  grid-area: 1/1;
  display: none;
  flex-direction: column;
  gap: 2rem;
}
.Csel_el.A {
  display: flex;
}
.Cfilters {
  padding-top: 2.4rem;
}
.Cfilters + .Ctable {
  margin-top: 0;
}
.Cfilters + .Cblog {
  padding-top: 2.4rem;
}
.Cfilters .grid-vw {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.4rem;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cfilters .grid-vw {
    grid-template-columns: 1fr;
  }
}
.Cfilters_btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cfilters_btns {
    order: 2;
  }
}
.Cfilters_dates {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.6rem;
  border-radius: max(0.8rem, 8px);
  background: #f5f4ef;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cfilters_dates {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.Cfilters_dates_pag {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
@media (max-width: 540px) {
  .Cfilters_dates_pag {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Cfilters_dates_pag .h4 {
    font-size: max(1.6rem, 16px);
    line-height: 1.5;
  }
}
.Cfilters_dates_npt {
  max-width: 39rem;
  width: 100%;
}
.Cfilters_dates_npt .Afield {
  width: 100%;
}
.Cfilters-date .grid-vw {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.Clogin {
  padding-top: 22.9rem;
  padding-bottom: 12.5rem;
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Clogin {
    background: #efefef;
    padding-top: 16.6rem;
    padding-bottom: 20rem;
  }
}
.Clogin + .foot {
  margin-top: 0;
}
.Clogin .grid-vw {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Clogin_hold {
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  padding: 4rem 10.4rem;
  background: #efefef;
  border-radius: max(0.8rem, 8px);
}
@media (max-aspect-ratio: 12/10) and (max-width: 1194px) {
  .Clogin_hold {
    padding: 0;
  }
}
.Clogin_hold .h4 {
  margin-bottom: 2.4rem;
}
.Clogin_hold .Abtn {
  margin-top: 0.8rem;
}
.Clogin_hold .Alink {
  margin-top: 2.4rem;
  --uC: #005f4a;
  color: #005f4a;
  align-self: center;
  font-weight: 500;
}
.home_events .grid-vw .title.center {
  text-align: center;
}
.home_events .grid-vw:not(:has(.btn)) .title {
  grid-column: span 2;
}
.home_news .grid-vw .title.center {
  text-align: center;
}
.home_news .grid-vw:not(:has(.btn)) .title {
  grid-column: span 2;
}
.Afield_h .Afield_npt {
  outline: none;
}
.Afield_i-srch-alt {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.25 10C4.25 6.54822 7.04822 3.75 10.5 3.75C13.9518 3.75 16.75 6.54822 16.75 10C16.75 13.4518 13.9518 16.25 10.5 16.25C7.04822 16.25 4.25 13.4518 4.25 10ZM10.5 2.25C6.21979 2.25 2.75 5.71979 2.75 10C2.75 14.2802 6.21979 17.75 10.5 17.75C12.37 17.75 14.0853 17.0877 15.4242 15.9848L20.9697 21.5303C21.2626 21.8232 21.7374 21.8232 22.0303 21.5303C22.3232 21.2374 22.3232 20.7626 22.0303 20.4697L16.4848 14.9242C17.5877 13.5853 18.25 11.87 18.25 10C18.25 5.71979 14.7802 2.25 10.5 2.25Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
  color: transparent;
  width: 25px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.Atab_c_plus:before {
  background: #000;
}

.Atab_c_plus:after {
  background: #000;
}

.tabGroup {
  min-width: 100%;
}

.tabGroup .Atab {
  border-bottom: 1px solid #dbdbdb;
}

.home_tabs .Atab_c_plus:before {
  background: #fff;
}
.home_tabs .Atab_c_plus:after {
  background: #fff;
}

.green_bg_accordions .Cpostcnt.grid-vw {
  position: unset;
  padding: 0 !important;
}

.green_bg_accordions .Ccnt + .Cpostcnt,
.green_bg_accordions .Ccnt + .Ccnt {
  margin-top: 0.4rem !important;
}

.green_bg_accordions .wysi-bg {
  color: #000;
}

.green_bg_accordions .Abtn {
  --bg: #fff;
  --bghov: transparent;
  --tx: #000;
  --txhov: #fff;
  --br: #fff;
  --brhov: #fff;
}

.green_bg_accordions a.AIlink {
  --tx: #fff;
}

.green_bg_accordions .grid-vw {
  position: unset;
  padding: 0 !important;
}

.green_bg_accordions .Ctable {
  margin: 0 !important;
  padding: 0 !important;
}

.green_bg_accordions .Atable_col-bg {
  color: #000;
}

.Csticky .Cpostcnt .grid-vw {
  display: block;
  width: 100%;
  padding: 0;
}

.wysi h2 {
  color: #005f4a;
}

.Csticky .Cpostcnt {
  display: initial;
}

.wysi a {
  --underlineWidth: 1px;
  --blockLength: 0.75;
  background-image: linear-gradient(var(--uCout), var(--uCout)),
    linear-gradient(var(--uC), var(--uC));
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.wysi a:hover,
.wysi a:focus {
  background-size: 100% 1px, 0 1px;
}

/* .wysi img {
  width: 100%;
} */

.wysi figure figcaption {
  font-size: 16px;
}

.Cheroim:nth-of-type(2) {
  padding-top: 0;
}

.foot_m_el-newsletter a {
  margin-top: 2.2rem;
  width: 100%;
  --bg: #fff;
  --bghov: transparent;
  --tx: #000;
  --txhov: #fff;
  --br: #fff;
  --brhov: #fff;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: max(0.8rem, 8px);
  min-height: 4.6rem;
  font-weight: 500;
  background: var(--bg, #005f4a);
  color: var(--tx, #fff);
  padding: max(1.1rem, 11px) max(1.6rem, 16px);
  border: 1px solid var(--br, #005f4a);
  border-radius: max(1rem, 10px);
  transition: 0.45s color cubic-bezier(0.55, 0, 0.1, 1),
    0.45s background cubic-bezier(0.55, 0, 0.1, 1),
    0.45s border cubic-bezier(0.55, 0, 0.1, 1),
    0.45s opacity cubic-bezier(0.55, 0, 0.1, 1);
}

.foot_m_el-newsletter a:hover,
.foot_m_el-newsletter a:focus {
  background: var(--bghov, #005f4a);
  color: var(--txhov, #fff);
  border-color: var(--brhov, #005f4a);
}
@media (min-width: 541px) and (max-width: 1194px) and (max-aspect-ratio: 1.2) {
  .Aclaim span:after {
    top: -1px !important;
    bottom: 6% !important;
  }
}

.lci_chat_load iframe {
  width: 100%;
  height: 550px;
}


.tablefield {
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: unset !important;
}

.tablefield thead tr th {
  background-color: #005f4a;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  padding: 10px 15px;
}

.tablefield tbody tr th,
.tablefield tbody tr td {
  border: 1px solid #DBDBDB;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.tablefield tbody tr td a{
  text-decoration: underline;
}

.tablefield tbody tr td:first-child {
  background-color: #F5F4EF;
}

.tablefield thead tr th svg, .tablefield tbody tr td svg {
  width: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.form-embeds div{
  width: 100%;
}

section.Cheroim.table-main {
    padding-top: 5px !important;
}

.alertMsg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #ff303c;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center
}

.alertMsg .grid-vw {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 1195px) {
    .alertMsg .alertMsg_desktop {
        display:block
    }

    .alertMsg .alertMsg_mobile {
        display: none
    }
}

@media (max-width: 1194px) {
    .alertMsg .alertMsg_desktop {
        display:none
    }

    .alertMsg .alertMsg_mobile {
        display: block
    }
}

.alertMsg p {
    position: relative
}

.alertMsg p .icon {
    position: relative;
    width: 2rem;
    height: 1em;
    display: inline-block
}

.alertMsg p i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.alertMsg p i svg path {
    fill: #fff
}

.alertMsg p u,.alertMsg p a {
    background-image: linear-gradient(#fff0,#fff0),linear-gradient(#fff,#fff)
}

@media (min-width: 1441px) {
   .Csticky .Atab_c_plus {
       display:none;
    }
}

.tablefield-wrapper{
  overflow: auto;
}

