/* BODY STYLE */
:root {
  --bulma-body-line-height: 1.7;
  --bulma-weight-light: 300;
  --bulma-weight-normal: 400;
  --bulma-weight-medium: 500;
  --bulma-weight-semibold: 600;
  --bulma-weight-bold: 700;
  --bulma-weight-extrabold: 800;
  --bulma-weight-normal: 300;
  --bumla-color-primary: #e60000;

  --bulma-family-primary: "Roboto Flex";
  --bulma-family-secondary: "Inter";

  --bulma-primary-h: 0deg;
  --bulma-primary-l: 45%;

  --bulma-link-h: 215deg;
  --bulma-link-s: 0%;
  --bulma-link-l: 0%;

  --bulma-success-s: 67%;
  --bulma-success-l: 59%;
  --bulma-danger-h: 360deg;
  --bulma-danger-l: 68%;

  --bulma-btn-ghost-color: rgb(230, 0, 0);
  --bulma-btn-ghost-hover-color: rgb(230, 0, 0);
  --footer-text-link-hover: #e60000;
  --footer-text-link: #334155;
  --bulma-link-text: #c2410c;
  --bulma-link-text-hover: #ea580c;

  --bread-color-link: #9ba7b9;
  --bread-normal: #64748b;
  --bread-hero-normal: #cbd5e1;

  --navbar-weight: 450;
  --navbar-item-weight: 450;
  --navbar-font-size: 95%;
  --navbar-text: #fefefe;
  --navbar-text-hover: #000;
  --navbar-bg: transparent;
  --navbar-bg-hover: rgba(243, 244, 246, 1);
  --navbar-bg-border: 5px;

  --offcanvas-text-color: #fff;
  --offcanvas-text-font-size: 90%;
  --offcanvas-weight: 450;
  --offcanvas-bg-hover-color: #ffffff21;
  --offcanvas-bg: linear-gradient(
    180deg,
    rgba(15, 36, 50, 1) 0%,
    rgba(16, 24, 40, 1) 99%
  );

  --title-weight: 600;
  --title-color: #000;
  --title-table: #000;
  --table-border-color: #dce0e4;

  --input-border: #d1d5db;

  --bulma-label-color: #000;
  --bulma-help-size: 0.85rem;

  --splide-pg: #cbd5e1;
  --splide-pg-active: #94a3b8;
  --splide-arrow-bg: transparent;
  --splide-arrow-bg-hover: transparent;
  --splide-arrow-color: #475569;

  --button-size-small: 0.85rem;
}

html {
  font-size: 97.75%;
  background-color: #fff;
}

body {
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: 350;
}

.list .list-item-title {
  color: var(--title-color);
}
.list .list-item-description {
  color: inherit !important;
}
.list.newslist .list-item:not(:last-child):not(.box) {
  border-block-end: 0px solid #d1d5dbb5;
}

footer {
  margin-top: auto;
}

.title {
  --bulma-title-line-height: 1.5;
  --bulma-title-weight: var(--title-weight);
  --bulma-title-color: var(--title-color);
  --bulma-title-family: "Mulish";
}

strong {
  color: var(--title-color);
  font-weight: var(--bulma-strong-weight);
}

.input,
.textarea,
.select select {
  --bulma-input-focus-shadow-size: 0;
  --bulma-input-radius: 5px;
  border-color: var(--input-border);
  box-shadow: none;
}

.table {
  --bulma-table-cell-border-color: var(--table-border-color);
  --bulma-table-cell-heading-color: var(--title-table);
  --bulma-table-head-cell-color: var(--title-table);
}

.table td {
  vertical-align: middle;
  text-align: center;
}

.tablers td {
  border-color: rgba(209, 213, 219, 0.55) !important;
}

.bigshadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 24px !important;
}

.card,
.box {
  --bulma-card-radius: 5px;
  --bulma-box-radius: 5px;
  --bulma-card-shadow:
    rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  --bulma-card-header-color: var(--title-color);
  background-color: #fff !important;
}

.card.specialbox {
  padding-bottom: 2rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}

.card.specialbox .image {
  margin-top: -40px;
}

.card-header {
  box-shadow: none !important;
  border-block-end: 0px solid var(--be-list-item-divider-color);
}

.card-footer:last-child {
  border: 0px !important;
}

.navbar {
  --bulma-navbar-item-img-max-height: 3rem;
  padding: 0.6rem 0;
  --bulma-navbar-dropdown-arrow: #000;
  --bulma-navbar-h: 0deg;
  --bulma-navbar-s: 0%;
  --bulma-navbar-l: 100%;
  --bulma-navbar-background-color: #fff;
  --bulma-navbar-item-color-l: 0%;
  box-shadow: 0px 1px 16px 0px #0000007f;
}

.navbar.is-dark {
  background: linear-gradient(30deg, rgb(15, 36, 50) 0%, rgb(16, 24, 40) 99%);
  --bulma-navbar-item-background-l: 98%;
  --bulma-navbar-item-background-l-delta: 91%;
  --bulma-navbar-item-hover-background-l-delta: 100%;
}

.navbar.is-light {
  background: #fff;
}

/*navbar adjust*/
a.noh:hover,
a.noh:focus,
a.noh:active,
a.noh:visited {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

/*link article*/
a.titleart {
  color: var(--title-color);
  font-weight: 600;
}

a.titleart:hover {
  color: var(--bumla-color-primary);
}

@media screen and (max-width: 1023px) {
  .navbar {
    padding-inline: 0.7rem 0.1rem;
  }
}

.absolute-nav {
  position: absolute;
  width: 100%;
}

.navbar-menu .menu-item {
  font-weight: var(--navbar-weight);
  font-size: var(--navbar-font-size);
}

.hero .navbar-menu .menu-item:not(.menu-item:hover) {
  color: #fff;
}

a.navbar-item {
  border-radius: var(--navbar-bg-border);
}

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover {
  --bulma-navbar-item-background-l-delta: var(
    --bulma-navbar-item-hover-background-l-delta
  );
  --bulma-navbar-item-background-a: 1;
  color: var(--navbar-text-hover);
}

.pagination-link.is-current,
.pagination-link.is-selected {
  background-color: var(--bumla-color-primary);
  border-color: var(--bumla-color-primary);
  color: #fff;
}

/*OFF CANVAS*/
.off-canvas {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  height: 100vh;
  display: none;
}

.off-canvas-left {
  top: 0;
  left: 0px;
  width: 280px;
  height: 100vh;
  position: fixed;
  background: var(--offcanvas-bg);
  z-index: 99991;
  overflow-y: auto;
  box-shadow: 0 0 20px rgba(10, 10, 10, 0.3);
  display: none;
}

.off-canvas-logo {
  height: 70px;
}

.off-canvas-left ul.offmenu a,
.off-canvas-left .navbar-item.has-dropdown.is-hoverable {
  color: var(--offcanvas-text-color);
  font-size: var(--offcanvas-text-font-size);
  text-align: left !important;
  font-weight: var(--offcanvas-weight);
  padding: 0.85rem 2rem !important;
  border-bottom: 1px solid #03132bcf;
  border-radius: 0px;
}
.off-canvas-left .navbar-item {
  padding: 0.85rem 2rem !important;
}

.off-canvas-left .navbar-dropdown.is-boxed {
  padding-left: 1rem;
}

.off-canvas-left ul.offmenu a:hover {
  color: var(--offcanvas-text-color);
}
.off-canvas-left ul.offmenu a:hover {
  background: var(--offcanvas-bg-hover-color) !important;
}

.off-canvas-left ul.offmenu a.is-active,
.off-canvas-left ul.offmenu a:focus,
.off-canvas-left ul.offmenu a:hover {
  background: transparent;
}

.fmenu ul.offmenu a.is-active,
.fmenu ul.offmenu a:focus,
.fmenu ul.offmenu a:hover {
  background: transparent;
  color: inherit;
}
/*OFF CANVAS*/

/*eq card*/
.bm--card-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bm--card-equal-height .card-footer {
  margin-top: auto;
}

.bm--card-equal-height .pushbot {
  margin-top: auto !important;
}
/*eq card*/

/*footer*/
.footer {
  background: #fff;
  margin-top: 2rem;
  padding: 5rem 0 3rem;
  box-shadow: 0px -14px 19px -2px rgba(149, 157, 145, 0.1);
  background-position: top left;
  background-size: cover;
  position: relative;
}

.footer .col1 {
  width: 250px;
  text-align: right;
}

.footer .col2 {
  width: 200px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer .col1,
  .footer .col2 {
    width: 300px;
    text-align: center;
  }
}

.footer p {
  color: inherit;
}

.footersubnav {
  background-color: #fff;
  padding: 2rem 1.5rem 2rem 1.5rem;
}
.footerlogo {
  width: 150px;
  max-height: none !important;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .footer-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer .flist a {
  color: inherit;
}

.footer .flist a:hover {
  text-decoration: underline;
}

footer .flist li {
  color: inherit;
  padding: 0.3rem 0.75rem;
  font-size: 95%;
}

.footersubnav .level {
  font-size: 65%;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footersubnav .level-item a:hover {
  color: var(--footer-text-link-hover);
}
.footersubnav .level-item,
.footersubnav .level-item a {
  font-weight: 500 !important;
  color: var(--footer-text-link);
  transition: color 0.25s ease-out 0s;
}

/*footer*/

/*icon*/
.fas,
.icon,
.icon.is-small {
  font-size: 1em;
}
.fas.fa-lg,
.icon.is-medium {
  font-size: 1.33em;
}

.fas.fa-2x {
  font-size: 2em;
}

/* comment*/
.comment-avatar {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  margin-right: 1.1rem;
  background: #5e7d99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-avatar span {
  color: #f5f5f5;
  font-weight: 700;
}

.comment-author .avatar {
  width: 35px;
  height: 35px;
  margin-right: 1rem;
  border-radius: 50%;
}

.comment-text {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin-top: 1.6rem;
  padding: 2.4rem;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000000;
}

.comment-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  border-style: solid;
  border-width: 0 10.5px 20px 10.5px;
  border-color: transparent transparent #000000;
  translate: -50% -100%;
}

.comment-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  border-style: solid;
  border-width: 0 9.4px 17.8px 9.4px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}

ul.comment-list {
  list-style: none;
  padding: 2rem 0 2rem 0;
  margin-left: 0px;
}

ul.comment-list li {
  margin-bottom: 1.2rem !important;
}

.content li + li {
  margin-top: 0rem !important;
}

ul.comment-list ul.children {
  list-style: none;
}

.comment-respond {
  padding-top: 2.4rem;
}

.comment-notes {
  margin-bottom: 2rem;
}

.comment-text ul li {
  margin-bottom: 0.6rem !important;
}

.comment-form-cookies-consent {
  padding: 1rem;
}
/* comment*/

.required {
  color: hsl(348, 100%, 61%);
  margin-left: 0.5rem;
}

.ptruncate-1,
.ptruncate-2,
.ptruncate-3,
.ptruncate-4 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ptruncate-1 {
  -webkit-line-clamp: 1;
}
.ptruncate-2 {
  -webkit-line-clamp: 2;
}
.ptruncate-3 {
  -webkit-line-clamp: 3;
}
.ptruncate-4 {
  -webkit-line-clamp: 4;
}
.no-break br {
  display: none;
}

.fitcover {
  object-fit: cover;
  object-position: left center;
}
.fitcovercenter {
  object-fit: cover;
  object-position: center center;
}

/*blogpage*/

/*foce align*/
/* .blogpage p[style*="text-align:center"],
.blogpage p[style*="text-align: center"] {
  text-align: left !important;
} */

.content {
  --bulma-content-blockquote-background-color: #fff;
  --bulma-content-table-head-cell-border-width: 0 0 1px;
  --bulma-content-table-head-cell-color: #000;
  --bulma-content-table-foot-cell-border-width: 1px 0 0;
  --bulma-content-table-foot-cell-color: #000;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-size: 1.3rem;
  font-weight: var(--title-weight);
  color: var(--title-color);
  line-height: var(--bulma-title-line-height);
  margin-bottom: 0.8714em;
}

.content ul li,
.content ol li {
  margin-bottom: 0.37rem;
}

.content ul,
.content ol {
  margin-inline-start: 1rem;
}

.content blockquote {
  margin: 2rem 0 2rem 0;
}

/*gutemberg table*/
.wp-block-table {
  overflow-x: auto !important;
  display: block !important;
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
}
.wp-block-table table {
  min-width: 600px;
  width: 100%;
}

.content .wp-block-table {
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.content table.has-fixed-layout thead {
  border-width: 1px;
  color: var(--title-color);
  font-weight: var(--bulma-strong-weight);
}
/*gutemberg table*/

.is-overlay .hero-body .breadcrumb ul {
  color: var(--bread-hero-normal);
}

.is-overlay .hero-body .breadcrumb {
  --bulma-breadcrumb-item-color: var(--bread-hero-normal);
  --bulma-breadcrumb-item-hover-color: var(--bread-color-link);
  --bulma-breadcrumb-item-active-color: var(--bread-hero-normal);
  --bulma-breadcrumb-item-separator-color: var(--bread-hero-normal);
}

.breadcrumb ul {
  color: var(--bread-normal);
}
.breadcrumb {
  --bulma-breadcrumb-item-color: var(--bread-normal);
  --bulma-breadcrumb-item-hover-color: var(--bread-color-link);
  --bulma-breadcrumb-item-active-color: var(--bread-normal);
  --bulma-breadcrumb-item-padding-vertical: 0;
  --bulma-breadcrumb-item-padding-horizontal: 0.75em;
  --bulma-breadcrumb-item-separator-color: var(--bread-normal);
}

.breadcrumb li:first-child a {
  padding-left: 0.75em;
}

.breadcrumb ul a {
  font-weight: 300 !important;
}

.hero.is-light .title {
  --bulma-title-color: var(--title-color);
  --bulma-title-strong-color: var(--title-color);
}

/*CF7*/
.wpcf7-response-output {
  display: none !important;
}
.swal2-html-container {
  font-size: 1rem !important;
}
.wpcf7-not-valid-tip {
  font-size: 0.9rem;
  margin: 0.2rem 0px 0px;
}
.wpcf7-form label {
  margin-bottom: 0.7rem;
}

.wpcf7-form .field {
  margin-bottom: 0px;
}
.field .checkbox br {
  display: none !important;
}

label.checkbox .control,
.wpcf7-form-control.wpcf7-acceptance {
  font-weight: 450 !important;
  font-size: 0.97rem;
}

.wpcf7-form .select {
  height: auto !important;
}
.wpcf7-form .select:not(.is-multiple):not(.is-loading)::after {
  position: absolute;
  top: 18px;
}

/*START HERE*/
.card .title a {
  color: var(--title-color);
}

.card .title a:hover {
  color: var(--bulma-link-text) !important;
}

/* button */
.button {
  font-weight: 420;
}
.buttons.are-small,
.button.is-small {
  --bulma-control-size: var(--button-size-small);
}

.button.is-ghost {
  --bulma-button-ghost-color: var(--bulma-btn-ghost-color);
  --bulma-button-ghost-hover-color: var(--bulma-btn-ghost-hover-color);
}

.button.is-primary {
  color: #fefefe;
}
/*button*/

/*SPLIDE*/

.splide__progress__bar {
  height: 1px !important;
  background: #e600009f !important;
  position: absolute;
  z-index: 9;
}

.splide__pagination {
  position: relative !important;
  bottom: 0px !important;
}

.splide__pagination__page {
  background: var(--splide-pg) !important;
}

.splide__pagination__page.is-active {
  background: var(--splide-pg-active) !important;
  transform: scale(1) !important;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: var(--splide-arrow-bg) !important;
  bottom: -15px !important;
  top: unset !important;
  opacity: 1 !important;
  transition:
    background-color 0.25s ease-out,
    color 0.25s ease-out;
}

.splide__arrow:hover {
  background: var(--splide-arrow-bg-hover) !important;
}

.splide__arrow:disabled {
  opacity: 0.4 !important;
}

.splide__arrow svg {
  width: 24px !important;
  fill: var(--splide-arrow-color) !important;
}


ul.splide__pagination li:nth-child(n+7) {
		display: none;
	}
  

#splide_autor::before,
#splide_autor::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 85%;
  z-index: 2;
  top: 0;
}

#splide_autor::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
}
#splide_autor::after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.01) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

/* WhatsApp */
.is-social-whatsapp {
  background-color: #25d366;
  color: white !important;
  border: none;
}
.is-social-whatsapp:hover {
  background-color: #1ea851;
}

/* X (Twitter) */
.is-social-x {
  background-color: #000000;
  color: white !important;
  border: none;
}
.is-social-x:hover {
  background-color: #222222;
}

/* Facebook */
.is-social-facebook {
  background-color: #1877f2;
  color: white !important;
  border: none;
}
.is-social-facebook:hover {
  background-color: #145dbb;
}

/* LinkedIn */
.is-social-linkedin {
  background-color: #0077b5;
  color: white !important;
  border: none;
}
.is-social-linkedin:hover {
  background-color: #005a8a;
}
.is-social-instagram {
  background: #fd5949;
  color: white !important;
  border: none;
}
.is-social-instagram:hover {
  background-color: #a83025;
  color: white !important;
}

/* Telegram */
.is-social-telegram {
  background-color: #0088cc;
  color: white !important;
  border: none;
}
.is-social-telegram:hover {
  background-color: #0077b5;
}

/* youtube */
.is-social-youtube {
  background-color: #dc2626;
  color: white !important;
  border: none;
}
.is-social-youtube:hover {
  background-color: #7f0202;
}


/*herobg*/
.hero.has-background {
  position: relative;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  object-fit: cover;
/*   object-position: bottom center; */
   object-position: center center;
  width: 100%;
  height: 100%;
}

.hero-background-top {
  position: absolute;
  object-fit: cover;
/*   object-position: top center; */
 object-position: center center;
  width: 100%;
  height: 100%;
}

.hero-background-center {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.hero-background-contain {
  position: absolute;
  object-position: bottom center;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

.hero-background.is-transparent {
  opacity: 0.56;
}

.is-overlay .hero-body,
.is-overlay .hero-head,
.is-overlay .hero-foot {
  z-index: 2;
  color: #fefefe;
}

.is-overlay .title {
  color: #fefefe;
}

.is-overlay::before,
.hero.chisiamo.is-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgb(0, 0, 0, 0.55);
  mix-blend-mode: multiply;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.45) 27%,
    rgba(0, 0, 0, 0.42) 90%,
    rgba(0, 0, 0, 0.54) 100%
  );
}

.is-overlay:not(.chisiamo)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.hero.is-overlay .title,
.hero.is-overlay .subtitle,
.block.has-text-weight-supermedium {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.hero.chisiamo.is-overlay:before {
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.23) 50%,
    rgba(0, 0, 0, 0.22) 100%
  );
}

.hero.chisiamo .hero-body {
  padding: 12rem 4.5rem;
}

.ggbottom {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 900px;
  transform: translateX(-50%);
}

.heromargin {
  margin-top: -45px;
}

.heromargincontact {
  margin-top: -95px;
}

@media screen and (max-width: 768px) {
  .hero.is-light.has-background.is-overlay.is-medium .hero-body {
    --bulma-hero-body-padding: 6rem 1.5rem;
  }
  .hero.chisiamo .hero-body {
    padding: 8rem 4.5rem;
  }
  .heromargincontact {
    margin-top: -45px;
  }
}

@media screen and (max-width: 500px) {
  .ggbottom {
    top: unset;
    bottom: 0px;
  }
}

.imagearticle {
  width: 100%;
  /* height: 50%; */
  margin: 0 auto !important;
  padding: 0rem;
  background-color: #fff;
  border-radius: 1%;
}

.toolarticle {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
  border-bottom: 0px solid #d1d5db92;
}

#dropdown-social-share .dropdown-content .dropdown-item a .icon {
  font-size: 1.2rem;
  border-radius: 5px;
}

#dropdown-social-share .dropdown-content .dropdown-item a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f1f5f9;
  color: #000;
}

#dropdown-social-share .dropdown-content .dropdown-item a:hover {
  background-color: #f1f5f9;
}

.section-inner-shadow,
.inner-shadow {
  box-shadow: 0px -14px 19px -2px rgba(149, 157, 145, 0.1);
  z-index: 9;
  border-top: 1px solid #d1d5db42;
  position: relative;
}

.icon-mod {
  align-items: center;
}
.icon-mod .icon {
  border-radius: 15px;
}

.roundimg {
  border-radius: 5px;
}

.people {
  position: relative;
  padding: 2.25rem;
  padding-bottom: 0.75rem;
  width: 100%;
  z-index: 3;
}

.people::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
  background: #fff;
  border-radius: 20px !important;
}

.people.pressmod::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 0;
  background: #fff;
  border-radius: 5px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.peopleimgpress {
  width: 148px !important;
  height: 168px !important;
  object-fit: cover !important;
  border-radius: 5px;
  margin: 0 auto !important;
  border: 2px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.people .foot {
  position: relative;
  margin: 1.5rem 0 0;
  z-index: 3 !important;
}

.peopleimg {
  width: 128px !important;
  height: 128px !important;
  object-fit: cover !important;
  border-radius: 50%;
  margin: 0 auto !important;
  border: 3px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (min-width: 1024px) {
  .peopleimg {
  width: 140px !important;
  height: 140px !important;
  object-fit: cover !important;
  border-radius: 50%;
  margin: 0 auto !important;
  border: 3px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
}

.thumbsmall {
  border-radius: 5px;
  border: 1px solid #fff;
  outline: 2px solid white;
  outline-offset: -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.titleborder {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(204, 0, 0, 1) 0%,
    rgba(209, 213, 219, 1) 24%,
    rgba(209, 213, 219, 1) 43%,
    rgba(209, 213, 219, 0.15) 99%
  );
  width: 100%;
}

.titlebordergrey {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(209, 213, 219, 0.15) 0%,
    rgba(209, 213, 219, 0.55) 24%,
    rgba(209, 213, 219, 0.55) 43%,
    rgba(209, 213, 219, 0.15) 99%
  );
  width: 100%;
}

.tag {
  font-weight: 420;
}

@media screen and (max-width: 768px) {
  .hero.hhome {
    height: 500px;
  }
}

/*article*/

/*hero-single*/
.hero.is-overlay.is-modheight,
.hero.is-overlay.is-singlemod {
  background-color: transparent;
  overflow: inherit;
}

.hero.has-background.is-overlay.is-singlemod::before,
.hero.has-background.is-overlay.is-singlemod::after,
.hero.has-background.is-overlay.is-singlemod img.hero-background,
.hero.has-background.is-overlay.is-singlemod img.hero-background-center {
  height: 69%;
}
/*hero-single*/

.image.is-74x84 {
  height: 88px;
  width: 74px;
}

.image.is-85x95 {
  height: 85px;
  width: 95px;
}

.imglg,
.imgsmall {
  width: 128px !important;
  height: 150px !important;
  border-radius: 5px;
  border: 1px solid #fff;
  outline: 2px solid #fff;
  outline-offset: -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.imgsmall {
  width: 85px !important;
  height: 95px !important;
  border-radius: 5px;
  border: 1px solid #fff;
  outline: 2px solid #fff;
  outline-offset: -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.imagearticles {
  max-width: 100%;
  padding: 0rem;
  max-height: 350px;
  background-color: #fff;
  padding: 0.12rem;
  border-radius: 1%;
  margin: 0 auto !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.thumbart {
  max-width: 100%;
  padding: 0rem;
  max-height: 350px;
  background-color: #fff;
  padding: 0.12rem;
  border-radius: 1%;
  margin: 0 auto !important;
  border: 1px solid #fff;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.is-128x150 {
  width: 128px !important;
  height: 150px !important;
}

.button.is-ghost.is-link {
  color: #000 !important;
}

.noborder {
  border: 0px !important;
}

.animate__animated.animate__fastes {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-duration: 200ms;
}

.modal-card-foot,
.modal-card-head {
  background-color: #fff;
  box-shadow: none !important;
}

.gradient-light {
  background: #f3f4f6;
  background: linear-gradient(
    90deg,
    rgba(243, 244, 246, 1) 44%,
    rgba(255, 255, 255, 1) 100%
  );
  border: 0px !important;
}

.tag.rprint {
  position: absolute;
  bottom: 2px;
  left: 2px;
  z-index: 9;
  color: #fefefe;
  background-color: #000;
  border-radius: 0;
  width: 124px;
  background-color: #e60000d4;
}

.boederless {
  border: 0px !important;
}

.are-rounded .button {
  border-radius: 50% !important;
}

.imgbox {
  position: relative;
  width: 100%;
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.imgbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.imgbox img {
  position: absolute;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.imgbox div {
  position: absolute;
  bottom: 0px;
  padding: 1.5rem;
  width: 100%;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.71) 50%
  );
}

.imgbox .title {
  color: #fff;
  margin-bottom: 0.8rem;
}

.imgbox p {
  color: #d6d9e0;
  margin-bottom: 1.2rem;
}

.world-l,
.world-r {
  position: absolute;
  z-index: 1;
}

.logo-cs {
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .logo-cs {
    width: 120px;
  }

  .world-l {
    max-width: 240px;
    top: 20px;
    left: -90px;
  }

  .world-r {
    max-width: 240px;
    top: 20px;
    right: -90px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .world-l {
    max-width: 470px;
    top: -5px;
    left: -150px;
  }

  .world-r {
    max-width: 470px;
    top: -5px;
    right: -150px;
  }
}

@media screen and (min-width: 1024px) {
  .world-l {
    max-width: 470px;
    top: -5px;
    right: 66%;
  }

  .world-r {
    max-width: 470px;
    top: -5px;
    left: 66%;
  }
}

.quotes {
  border: 0px !important;
}

.has-text-weight-supermedium {
  font-weight: 415 !important;
}

.list .list-item:not(:last-child):not(.box) {
  border-block-end: 1px solid transparent;
  border-image: linear-gradient(
      90deg,
      rgba(209, 213, 219, 0.85) 24%,
      rgba(209, 213, 219, 0.85) 43%,
      rgba(209, 213, 219, 0.15) 99%
    )
    1;
}

.image.is-74x74 {
  height: 75px;
  width: 75px;
}

.phototh {
  width: 100%;
  height: 128px;
  object-fit: cover;
  object-position: top center;
  border: 3px solid #fff;
}


.herovideo.hero {
  position: relative;
  overflow: hidden;
  height: 360px !important;
  border-radius: 10px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.herovideo .hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.herovideo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.herovideo .hero-body {
  position: relative;
  z-index: 1;
}

.glightbox-clean .gslide-description {
  background: transparent !important;
  color: #fefefe;
}


.hero.is-light.hhome strong{
  color:#fff !important;
  font-weight: 415 !important;
}