/*  Custom Fonts
======================================================*/
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Bold.eot");
  src: url("../fonts/Averta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Averta-Bold.woff2") format("woff2"), url("../fonts/Averta-Bold.woff") format("woff"), url("../fonts/Averta-Bold.ttf") format("truetype"), url("../fonts/Averta-Bold.svg#Averta-Bold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Semibold.eot");
  src: url("../fonts/Averta-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Averta-Semibold.woff2") format("woff2"), url("../fonts/Averta-Semibold.woff") format("woff"), url("../fonts/Averta-Semibold.ttf") format("truetype"), url("../fonts/Averta-Semibold.svg#Averta-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Regular.eot");
  src: url("../fonts/Averta-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Averta-Regular.woff2") format("woff2"), url("../fonts/Averta-Regular.woff") format("woff"), url("../fonts/Averta-Regular.ttf") format("truetype"), url("../fonts/Averta-Regular.svg#Averta-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Averta Std";
  src: url("../fonts/AvertaStd-ExtraBold.eot");
  src: url("../fonts/AvertaStd-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvertaStd-ExtraBold.woff2") format("woff2"), url("../fonts/AvertaStd-ExtraBold.woff") format("woff"), url("../fonts/AvertaStd-ExtraBold.ttf") format("truetype"), url("../fonts/AvertaStd-ExtraBold.svg#AvertaStd-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Averta Std";
  src: url("../fonts/AvertaStd-Bold.eot");
  src: url("../fonts/AvertaStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvertaStd-Bold.woff2") format("woff2"), url("../fonts/AvertaStd-Bold.woff") format("woff"), url("../fonts/AvertaStd-Bold.ttf") format("truetype"), url("../fonts/AvertaStd-Bold.svg#AvertaStd-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Averta Std";
  src: url("../fonts/AvertaStd-Semibold.eot");
  src: url("../fonts/AvertaStd-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvertaStd-Semibold.woff2") format("woff2"), url("../fonts/AvertaStd-Semibold.woff") format("woff"), url("../fonts/AvertaStd-Semibold.ttf") format("truetype"), url("../fonts/AvertaStd-Semibold.svg#AvertaStd-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Averta Std";
  src: url("../fonts/AvertaStd-Regular.eot");
  src: url("../fonts/AvertaStd-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvertaStd-Regular.woff2") format("woff2"), url("../fonts/AvertaStd-Regular.woff") format("woff"), url("../fonts/AvertaStd-Regular.ttf") format("truetype"), url("../fonts/AvertaStd-Regular.svg#AvertaStd-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*  Variables
======================================================*/
:root {
  --ed-primary: #61B984;
  --ed-primary-rgb: 97, 185, 132;
  --ed-primary-light: #edf7f6;
  --ed-gray-rgb: 59, 48, 45;
  --ed-gray-900: #2C2422;
  --ed-gray-600: #1f1e1e;
  --ed-gray-500: #323131;
  --ed-gray-400: #5a5a5a;
  --ed-gray-300: #d2d2d2;
  --ed-gray-200: #e2e2e2;
  --ed-gray-100: #f2f2f2;
  --ed-gray-50: #f9fafb;
  --ed-gray-bg: #f8f8f8;

  --ed-success: #12b76a;
  --ed-error: #f04438;
  --ed-warning: #f79009;
  --ed-info: #2e90fa;
  --ed-white: #ffffff;
  --ed-black: #000000;
  --ed-dark-green: #2b6241;

  --ed-primary-font: "Averta";
  --ed-secondary-font: "Averta Std";

  --ed-font-48: clamp(2.25rem, 2.1rem + 0.75vw, 3rem);
  --ed-font-44: clamp(2rem, 1.85rem + 0.75vw, 2.75rem);
  --ed-font-36: clamp(1.75rem, 1.65rem + 0.5vw, 2.25rem);
  --ed-font-28: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
  --ed-font-24: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  --ed-font-22: clamp(1.125rem, 1.1rem + 0.25vw, 1.25rem);
  --ed-font-20: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  --ed-font-18: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  --ed-font-16: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  --ed-font-14: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  --ed-font-12: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
  --ed-font-10: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);

  --ed-pad-0-24: clamp(0px,  calc(0px  + 24 * ((100vw - 320px) / 1600)), 24px);
  --ed-pad-8-24: clamp(8px,  calc(8px  + 16 * ((100vw - 320px) / 1600)), 24px);
  --ed-pad-12-24: clamp(12px, calc(12px + 12 * ((100vw - 320px) / 1600)), 24px);
  --ed-pad-16-44: clamp( 16px, calc(16px + 28 * ((100vw - 320px) / 1600)), 44px );
  --ed-pad-24-44: clamp( 24px, calc(24px + 20 * ((100vw - 320px) / 1600)), 44px );

  --ed-gap-8: clamp( 4px, calc(4px + 4 * ((100vw - 320px) / 1600)), 8px );
  --ed-gap-44: clamp( 16px, calc(16px + 28 * ((100vw - 320px) / 1600)), 44px );

  --ed-44-100: clamp( 44px, calc(44px + 56 * ((100vw - 320px) / 1600)), 100px );
  --ed-4-8: clamp( 4px, calc(4px + 4 * ((100vw - 320px) / 1600)), 8px );
}

/*  General 
======================================================*/
:focus,
:focus-visible {
  outline: none;
  box-shadow: none;
}

/*  Typography 
======================================================*/
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: var(--ed-primary-font);
  font-weight: 400;
  font-size: var(--ed-font-20);
  line-height: 1.5;
  color: var(--ed-gray-500);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.25;
  color: var(--ed-gray-900);
}

h1,
.h1 {
  font-family: var(--ed-secondary-font);
  font-size: clamp(2.25rem, 1.8rem + 2.25vw, 4.5rem);
  letter-spacing: -0.44px;
}

h2,
.h2 {
  font-family: var(--ed-secondary-font);
  font-size: clamp(1.875rem, 1.55rem + 1.625vw, 3.5rem);
  letter-spacing: -0.44px;
}

h3,
.h3 {
  font-size: clamp(1.625rem, 1.4rem + 1.125vw, 2.75rem);
  letter-spacing: -0.44px;
}

h4,
.h4 {
  font-size: clamp(1.375rem, 1.2rem + 0.875vw, 2.25rem);
  letter-spacing: 0;
}

h5,
.h5 {
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
  letter-spacing: 0;
}

h6,
.h6 {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  letter-spacing: 0;
}

a {
  color: var(--ed-primary);
  text-decoration: none;
  outline: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--ed-gray-500);
  outline: none;
}

a:focus,
a:active {
  color: var(--ed-gray-900);
  outline: none;
}

legend {
  font-family: var(--ed-primary-font);
  font-weight: 600;
}

legend sup {
  color: var(--ed-gray-900);
}

.ui-widget {
  font-family: var(--ed-primary-font);
  font-weight: 400;
  font-size: var(--ed-font-20);
  line-height: 1.5;
  color: var(--ed-gray-600);
}

.contain-img {
  object-fit: contain !important;
}

.wd-100 {
  width: 100% !important;
}

.mx-wd-100 {
  max-width: 100% !important;
}

.container {
  width: 100%;
  max-width: 1460px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media screen and (max-width: 1560px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*  Event Bar
======================================================*/
.event-bar {
  text-align: center;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  color: var(--ed-white);
  padding: 12px 16px;
  background: linear-gradient(135deg, #1F5E46 0%, #2F7D5A 50%, #61B984 100%);
  background-size: 300% 300%;
  animation: gradientMove 7s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.event-bar span a {
  display: inline-block;
  color: var(--ed-white);
  text-decoration: none;
  font-weight: 600;
}

.event-bar span a:hover {
  color: rgba(255,255,255, 0.7);
}



/*  Header Style
======================================================*/
.header {
  position: relative;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid var(--ed-gray-300);
  z-index: 9999;
}

.header .header--inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header--logo {
  z-index: 1;
  min-width: 233px;
}

.header .header--logo>a,
.header .header--logo svg {
  display: block;
}

.header .header--logo img {
  max-width: 60px;
  height: auto;
  display: block;
}

.header .header--navigation .ed--menu .ev-header-menu {
  display: flex;
  align-items: center;
  list-style: none;
}

.header .header--navigation .ed--menu .ev-header-menu .menu-item {
  padding: 42px 30px 34px;
}

.header .header--navigation .ed--menu .ev-header-menu .menu-item>a {
  display: block;
  font-size: var(--ed-font-16);
  line-height: 1.5;
  font-weight: 600;
  color: var(--ed-gray-900);
  position: relative;
  cursor: pointer;
}

.header .header--navigation .ed--menu .ev-header-menu .menu-item>a:hover,
.header .header--navigation .ed--menu .ev-header-menu .menu-item.current-menu-item>a,
.header .header--navigation .ed--menu .ev-header-menu .menu-item.has--children:has(.current-menu-item)>a {
  color: var(--ed-primary);
}

.header .header--navigation .ed--menu .ev-header-menu .menu-item>a:after {
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: var(--ed-primary);
  height: 4px;
  transition: all 0.3s;
}

.header .header--navigation .ed--menu .ev-header-menu .menu-item>a:hover:after,
.header .header--navigation .ed--menu .ev-header-menu .menu-item.current-menu-item>a:after,
.header .header--navigation .ed--menu .ev-header-menu .menu-item.has--children:has(.current-menu-item)>a:after {
  width: 100%;
}

.header--action {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header--action .ev-header-search-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 8px;
}

.header--action .ev-header-search-icon:hover {
  background: var(--ed-gray-100);
}

.header--action .ev-header-search-icon svg {
  width: 22px;
  height: 22px;
}

.ham--icon {
  display: none;
}

.ev-close-menu {
  display: none;
}

.header .header--action .header--social {
  display: flex;
  align-items: center;
  gap: 18px;
  border-right: 1px solid var(--ed-gray-300);
  padding-right: 24px;
}

.header .header--action .header--social>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.header .header--action .header--social svg {
  display: block;
  width: 20px;
  height: 20px;
}

.header .header--action .header--social svg:hover path {
  fill: var(--ed-primary);
}

.header .header--action .header--social>a:last-child svg:hover g path:nth-child(2) {
  fill: initial;
  stroke: var(--ed-primary);
}



/*  Footer Style 
======================================================*/

*,
.footer *:after,
.footer *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer ol,
.footer ul {
  list-style: none;
}

.footer a {
  text-decoration: none;
  position: relative;
}

.footer *::-webkit-input-placeholder {
  color: var(--ed-gray-900);
}

.footer *::-moz-placeholder {
  color: var(--ed-gray-900);
}

.footer *:-ms-input-placeholder {
  color: var(--ed-gray-900);
}

.footer *:-moz-placeholder {
  color: var(--ed-gray-900);
}

.footer *:focus {
  outline: 0;
}

.footer *::-ms-reveal,
.footer *::-ms-clear {
  display: none;
}

.footer .border--top {
  border-top: 1px solid var(--ed-gray-300);
}

.footer .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.footer .justify-content-between {
  justify-content: space-between !important;
}

.footer .align-items-center {
  align-items: center !important;
}

.footer .container {
  width: 100%;
  max-width: 1460px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.footer {
  background: var(--ed-gray-bg);
  padding-top: 64px;
  position: relative;
  clear: both;
}

.footer .site--footer {
  position: relative;
  width: 100%;
}

.footer .site--footer h6,
.footer .site--footer label {
  font-family: var(--ed-secondary-font);
  font-weight: 700;
  font-size: var(--ed-font-16);
  line-height: 4;
  text-transform: uppercase;
  color: rgba(59, 48, 45, 1);
  margin-bottom: 18px;
}

.footer .site--footer p,
.footer .site--footer a {
  font-family: var(--ed-secondary-font);
  font-weight: 400;
  font-size: var(--ed-font-16);
  line-height: 1.8;
  color: rgba(59, 48, 45, 0.7);
  text-align: left;
  transition: all 0.3s ease;
}

.footer .site--footer .newsletter p {
  color: var(--ed-success);
  font-size: var(--ed-font-14);
  font-weight: 600;
  margin-bottom: 7px;
}

.footer .site--footer .newsletter p.error {
  color: var(--ed-error);
}

.footer .site--footer a:hover {
  color: var(--ed-primary);
}

.footer .site--footer a:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--ed-primary);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear 0.2s;
}

.footer .site--footer a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear 0.2s;
  background: var(--ed-primary);
}

.footer .site--footer .f--logo a:hover {
  color: initial;
}

.footer .site--footer .f--logo a:before {
  display: none;
}

.footer .site--footer .footer--navigation .navigation--bar {
  padding-bottom: 55px;
}

.footer .site--footer .footer--navigation .navigation--bar .nav--col {
  flex-basis: 25%;
  padding-right: 32px;
}

.footer .site--footer .footer--navigation .navigation--bar .nav--col .nav--links li {
  margin-bottom: 18px;
  line-height: 0.9;
}

.footer .site--footer .footer--navigation .navigation--bar .nav--col .nav--links li a {
  line-height: 1.25;
}

.footer .site--footer .footer--organisation .organisation--bar {
  padding: 45px 0;
}

.footer .site--footer .footer--organisation .organisation--bar .or--data {
  flex-basis: 100%;
}

.footer .site--footer .footer--organisation .organisation--bar .or--data .or--info {
  width: 465px;
}

.footer .site--footer .footer--organisation .organisation--bar .or--data .or--info .f--details {
  margin-top: 30px;
}

.footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter {
  margin-top: 46px;
}

.footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter h6 {
  margin-bottom: 0;
}

.footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter .form--wrap {
  position: relative;
  max-width: 464px;
}

.footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter .form--wrap .wpcf7-form-control[type="email"] {
  position: relative;
  font-size: var(--ed-font-16);
  line-height: 1.417;
  font-weight: 400;
  padding: 20px 80px 20px 18px;
  border: 1px solid var(--ed-gray-900);
  width: 100%;
  background: var(--ed-gray-bg);
  height: auto;
}

.footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter .form--wrap .wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  text-align: center;
  padding: 32px 32px;
  font-size: 0;
  z-index: 9;
  cursor: pointer;
  background: url("../image/f-arrow--btn.svg") no-repeat center center;
  transition: all 0.5s ease;
}

/* .footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter .form--wrap .wpcf7-submit svg {
  width: 24px;
  height: 24px;
  display: block;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease;
} */

.footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter .form--wrap .wpcf7-submit:hover {
  right: -8px;
}

.footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter .form--wrap .wpcf7-submit:hover {
  filter: grayscale(1);
}

.footer .site--footer .footer--organisation .organisation--bar .or--address {
  flex-basis: 100%;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .address--card {
  flex-basis: 100%;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .address--card .address {
  padding: 5px 55px 0 70px;
  position: relative;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .address--card .address img {
  position: absolute;
  left: 0;
  top: 12px;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .address--card .address a {
  display: inline-block;
  margin-top: 8px;
  font-family: inherit;
  font-weight: 600;
  color: rgba(59, 48, 45, 1);
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .address--card .address a:hover {
  color: rgba(76, 171, 114, 1);
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .address--card .address a:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  bottom: -1px;
  height: 2px;
  background: rgba(59, 48, 45, 1);
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear 0.2s;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .address--card .address a:hover::before {
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear 0.2s;
  background: var(--ed-primary);
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card {
  flex-basis: 100%;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .contact .co--links li svg {
  vertical-align: middle;
  margin-right: 7px;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .contact .co--links li a {
  position: relative;
  vertical-align: middle;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .social--media {
  margin-top: 42px;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .social--media .so--links {
  width: 100%;
  max-width: 200px;
  flex-wrap: wrap;
  gap: 24px;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .social--media .so--links li {
  width: 24px;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .social--media .so--links li a {
  position: relative;
  overflow: hidden;
  width: 24px;
  display: block;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .social--media .so--links li a img {
  position: relative;
  transform: translate3d(0%, 0%, 0px);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  display: block;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .social--media .so--links li a img+img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0%, 125%);
  -ms-transform: translate(0%, 125%);
  transform: translate(0%, 125%);
  transform: translate3d(0%, 125%, 0px);
  transform-style: preserve-3d;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .social--media .so--links li a:hover img {
  transform: translate3d(0%, -125%, 0px);
  transform-style: preserve-3d;
}

.footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .social--media .so--links li a:hover img+img {
  transform: translate3d(0%, 0%, 0px);
  transform-style: preserve-3d;
}

.footer .site--footer .footer--achievements .achievement--bar {
  padding: 46px 0 64px;
}

.footer .site--footer .footer--achievements .achievement--bar .certificates {
  flex-basis: 66.66%;
}

.footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list {
  padding-right: 60px;
}

.footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list .ce--image {
  height: 115px;
  text-align: center;
}

.footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list .ce--image img {
  width: 115px;
}

.footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list .ce--details {
  margin-top: 46px;
}

.footer .site--footer .footer--achievements .achievement--bar .partnership {
  flex-basis: 33.33%;
}

.footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list {
  padding-right: 64px;
}

.footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--image {
  height: 115px;
  text-align: left;
}

.footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--image img {
  width: 115px;
}

.footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--image.ms-partner {
  max-width: 160px;
}

.footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--image.ms-partner img {
  width: 100%;
}

.footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--details {
  margin-top: 46px;
}

.footer .site--footer .footer--awards .awards--bar {
  padding: 55px 0;
}

.footer .site--footer .footer--awards .awards--bar .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.footer .site--footer .footer--awards .awards--bar .f--aw-item img {
  margin: 0 auto;
}

.footer .site--footer .footer--awards .awards--bar .f--aw-item picture {
  text-align: center;
}

.footer .site--info p,
.footer .site--info a {
  font-family: var(--ed-secondary-font);
  font-weight: 400;
  font-size: var(--ed-font-16);
  line-height: 1.8;
  color: rgba(59, 48, 45, 1);
}

.footer .site--info p img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.footer .site--info a:hover {
  color: rgba(59, 48, 45, 0.3);
}

.footer .site--info .f--bar {
  padding: 54px 0 50px;
  align-items: center;
}

.footer .site--info .f--bar a {
  transition: all 0.3s ease;
  position: relative;
}

.footer .site--info .f--bar a:hover {
  color: rgba(76, 171, 114, 1);
}

.footer .site--info .f--bar a:not(:first-child) {
  margin-left: 60px;
}

.footer .site--info .f--bar a:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--ed-primary);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear 0.2s;
}

.footer .site--info .f--bar a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s linear 0.2s;
  background: var(--ed-primary);
}

.footer .site--info .f--bar .copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer .site--info .f--bar .copyright .dmca-badge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: initial;
}

.footer .site--info .f--bar .copyright .dmca-badge:before {
  display: none;
}

.footer .site--info .f--bar .cms .footer-bar-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0;
}

@media screen and (max-width: 1680px) {
  .footer {
    padding-top: calc(20px + 44 * ((100vw - 320px) / 1360));
  }

  .footer .site--info .f--bar {
    padding: calc(34px + 20 * ((100vw - 320px) / 1360)) 0 calc(34px + 16 * ((100vw - 320px) / 1360));
    flex-wrap: wrap;
  }

  .footer .site--footer .footer--awards .awards--bar {
    padding: calc(40px + 15 * ((100vw - 320px) / 1360)) 0;
  }

  .footer .site--footer .footer--achievements .achievement--bar {
    padding: calc(40px + 6 * ((100vw - 320px) / 1360)) 0 calc(44px + 20 * ((100vw - 320px) / 1360));
  }
}

@media screen and (max-width: 1560px) {
  .footer .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1480px) {
  .footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list {
    padding-right: 26px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list .ce--image {
    height: 100px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list .ce--image img {
    width: 100px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list .ce--details {
    margin-top: 36px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list {
    padding-right: 26px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--image {
    height: 100px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--image img {
    width: 100px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--details {
    margin-top: 36px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--image.ms-partner {
    max-width: 140px;
  }

  /* .footer .site--footer p,
  .footer .site--footer a {
    font-size: 15px;
  } */
}

@media screen and (max-width: 1199px) {
  .footer .site--footer .footer--navigation .navigation--bar .nav--col {
    padding-right: 20px;
  }

  .footer .site--footer .footer--organisation .organisation--bar .flex {
    flex-wrap: wrap;
  }

  .footer .site--footer .footer--organisation .organisation--bar .or--data .or--info {
    width: 100%;
  }

  .footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter {
    margin-top: 30px;
  }

  .footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter .form--wrap {
    max-width: 100%;
  }

  /* .footer .site--footer h6,
  .footer .site--footer label {
    line-height: 34px;
  } */

  .footer .site--footer .footer--organisation .organisation--bar .or--data .newsletter h6 {
    margin-bottom: 16px;
  }

  .footer .site--footer .footer--organisation .organisation--bar .or--address {
    margin-top: 40px;
  }

  .footer .site--footer .footer--organisation .organisation--bar .or--address .address--card .address {
    padding: 0 0 0 70px;
  }

  .footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card {
    margin-top: 40px;
  }

  .footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .social--media {
    margin-top: 40px;
  }

  .footer .site--footer .footer--organisation .organisation--bar .or--address .contact--card .social--media .so--links {
    max-width: 400px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .flex,
  .footer .site--footer .footer--achievements .achievement--bar .certificates .flex {
    flex-wrap: wrap;
  }

  .footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list {
    width: 50%;
    padding-right: 60px;
    margin-bottom: 60px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list:nth-child(3),
  .footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list:nth-child(4) {
    margin-bottom: 0;
  }

  .footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list .ce--image {
    text-align: left;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list:last-child {
    margin-bottom: 0;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--image {
    text-align: left;
  }

  .footer .site--info .f--bar a:not(:first-child) {
    margin-left: 34px;
  }
}

@media screen and (max-width: 1024px) {
  .footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 954px) {
  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--details {
    min-height: 81px;
  }

  .footer .site--info .f--bar .copyright {
    width: 100%;
    order: 2;
    text-align: center;
    justify-content: center;
  }

  .footer .site--info .f--bar .cms {
    width: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer .site--info .f--bar .cms .footer-bar-menu {
    justify-content: center;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer .site--footer .footer--navigation .navigation--bar .nav--col {
    flex-basis: 50%;
  }

  .footer .site--footer .footer--navigation .navigation--bar .flex {
    flex-wrap: wrap;
  }

  .footer .site--footer .footer--navigation .navigation--bar .nav--col:nth-child(3),
  .footer .site--footer .footer--navigation .navigation--bar .nav--col:nth-child(4) {
    margin-top: 30px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .flex {
    flex-wrap: wrap;
  }

  .footer .site--footer .footer--achievements .achievement--bar .certificates,
  .footer .site--footer .footer--achievements .achievement--bar .partnership {
    flex-basis: 100%;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership {
    margin-top: 40px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list {
    width: 50%;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .footer .site--footer .footer--achievements .achievement--bar .partnership .pa--list .pa--details {
    min-height: initial;
  }

  .footer .site--footer .footer--achievements .achievement--bar .certificates .ce--list {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 40px;
  }

  .footer .site--footer .footer--navigation .navigation--bar {
    padding-bottom: 40px;
  }

  .footer .site--info .f--bar .copyright p {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .footer .site--info .f--bar .copyright {
    width: 100%;
    order: 2;
    text-align: center;
    flex-wrap: wrap;
  }

  .footer .site--footer h6,
  .footer .site--footer label {
    /* font-size: 14px; */
    margin-bottom: 10px;
  }

  /* .footer .site--footer .footer--navigation .navigation--bar .nav--col .nav--links li {
    line-height: 20px;
  } */

  /* .footer .site--footer p,
  .footer .site--footer a {
    font-size: 12px;
  }

  .footer .site--info p,
  .footer .site--info a {
    font-size: 13px;
  } */
}

.blog-banner {
  background-image: url("../image/hero-banner-bg.webp");
  background-size: cover;
  background-position: center;
  padding-top: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px);
  padding-bottom: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px);
}

.blog-banner .container {
  position: relative;
}

.blog-banner .swiper {
  padding-bottom: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px);
}

.blog-banner .swiper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #61b984 0%, #f5f5f5 100%);
}


.evince-recent-articles-wrap {
  padding: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px) 0;
}

.evince-recent-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: clamp(24px, calc(24px + 12 * ((100vw - 320px) / 1600)), 36px);
  margin-bottom: clamp(24px, calc(24px + 12 * ((100vw - 320px) / 1600)), 60px);
  position: relative;
}

.evince-recent-header:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #CBCBCB 0%, #F5F5F5 100%);
}

.evince-recent-header h2 {
  font-size: var(--ed-font-36);
  margin: 0;
}

.evince-discover {
  font-size: var(--ed-font-16);
  text-decoration: underline;
  color: var(--ed-gray-900);
}

.evince-discover:hover {
  color: var(--ed-primary);
}

.evince-recent-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}

.evince-article-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.916 / 1;
  height: initial;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #F5F5F5 50% / cover no-repeat;
}

.evince-article-card>a {
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

.evince-article-card>a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  z-index: 1;
}

.evince-image-wrap {
  display: block;
  position: relative;
}

.evince-category-badge {
  position: absolute;
  bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  left: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  padding: 7px 14px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.90);
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(5px);
  font-size: var(--ed-font-12);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ed-gray-900);
  z-index: 5;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}
.evince-category-badge:before {
  display: none;
}
.evince-category-badge:hover {
  background: rgba(255, 255, 255, 0.7);
  color: var(--ed-gray-600);
}
.evince-article-content {
  padding: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}

.evince-article-content .evince-article-meta {
  color: var(--ed-gray-500);
  font-size: var(--ed-font-14);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.444px;
  margin-bottom: 8px;
}

.evince-article-content .evince-article-meta strong {
  font-weight: 600;
}

.evince-article-content h3 {
  font-size: var(--ed-font-18);
  margin-bottom: 14px;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.evince-article-content a {
  color: var(--ed-gray-900);
  text-decoration: none;
}


.evince-blog-tabs-wrapper {
  padding: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px) 0;
  background: var(--ed-gray-bg);
  background-image: url("../image/main-gradient-bg.webp");
  background-size: cover;
  background-position: center;
}

.evince-blog-tabs-wrapper .evince-main-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.evince-blog-tabs-wrapper .evince-tab-content {
  display: none;
}

.evince-blog-tabs-wrapper .evince-tab-content.active {
  display: block;
}

.evince-blog-tabs-wrapper .evince-main-tabs .evince-main-tab {
  display: flex;
  padding: 16px 32px;
  align-items: flex-start;
  gap: 6px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: transparent;
  box-shadow: none;
  color: var(--ed-gray-900);
  font-family: var(--ed-secondary-font);
  font-size: var(--ed-font-16);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.evince-blog-tabs-wrapper .evince-main-tabs .evince-main-tab:hover,
.evince-blog-tabs-wrapper .evince-main-tabs .evince-main-tab.active {
  color: var(--ed-primary);
  border-radius: 8px;
  border: 2px solid rgba(var(--ed-primary-rgb), 0.15);
  background: rgba(var(--ed-primary-rgb), 0.15);
  box-shadow: 0 -16.324px 20.405px 0 rgba(46, 104, 253, 0.04), -20.405px 20.405px 30.607px 0 rgba(46, 104, 253, 0.08);
}

.evince-blog-tabs-wrapper .evince-category-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 44px 30px;
}

.evince-blog-tabs-wrapper .evince-category-wrapper .evince-category-block {
  margin-bottom: 0;
}

.evince-blog-tabs-wrapper .evince-category-wrapper .evince-category-block .evince-sub-category-title {
  display: flex;
  height: 122px;
  padding: 44px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), lightgray 50% / cover no-repeat;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.evince-blog-tabs-wrapper .evince-category-wrapper .evince-category-block .evince-sub-category-title>img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.evince-blog-tabs-wrapper .evince-category-wrapper .evince-category-block .evince-sub-category-title>a {
  color: #fff;
  text-align: center;
  font-size: var(--ed-font-28);
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
}

.evince-blog-tabs-wrapper .evince-category-wrapper .evince-category-block .evince-category-posts {
  display: flex;
  padding: clamp(24px, calc(24px + 12 * ((100vw - 320px) / 1600)), 36px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 -16.324px 20.405px 0 rgba(46, 104, 253, 0.04), -20.405px 20.405px 30.607px 0 rgba(46, 104, 253, 0.08);
}

.evince-category-block .evince-category-posts .evince-text-post {
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ed-gap-8);
  align-self: stretch;
  position: relative;
}

.evince-category-block .evince-category-posts .evince-text-post::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.evince-category-block .evince-category-posts .evince-text-post h5 {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-18);
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.evince-category-block .evince-category-posts .evince-text-post h5 a {
  color: var(--ed-gray-900);
}

.evince-category-block .evince-category-posts .evince-text-post h5 a:hover {
  color: var(--ed-primary);
}

.evince-category-block .evince-category-posts .evince-text-post .evince-date {
  color: rgba(44, 36, 34, 0.5);
  font-size: var(--ed-font-14);
  font-weight: 600;
  line-height: 1.5;
}

.evince-category-block .evince-category-posts .evince-view-more {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.evince-category-block .evince-category-posts .evince-view-more>a {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-18);
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: underline;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: var(--ed-gap-8);
}

.evince-category-block .evince-category-posts .evince-view-more>a:hover {
  color: var(--ed-primary);
}

.evince-category-block .evince-category-posts .evince-view-more>a svg path {
  transition: all 0.3s ease-in-out;
}

.evince-category-block .evince-category-posts .evince-view-more>a:hover svg path {
  fill: var(--ed-primary);
}

.evince-news-layout {
  padding: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px) 0;
  background: #ffffff;
  background-image: url("../image/main-gradient-bg.webp");
  background-size: cover;
  background-position: center;
}

.one-third--grid {
  display: grid;
  grid-template-columns: 65.6% 31.7%;
  gap: 30px;
}

.evince-section-title {
  color: var(--ed-gray-900);
  font-family: var(--ed-secondary-font);
  font-size: var(--ed-font-36);
  font-weight: 700;
  line-height: 1.222;
  position: relative;
  padding-bottom: clamp(24px, calc(24px + 12 * ((100vw - 320px) / 1600)), 36px);
  ;
  margin: 0;
}

.evince-section-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.evince-news-posts {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.evince-news-posts .evince-news-item {
  padding-bottom: clamp(30px, calc(30px + 14 * ((100vw - 320px) / 1600)), 44px);
  padding-top: clamp(30px, calc(30px + 14 * ((100vw - 320px) / 1600)), 44px);
  padding-right: clamp(0px, calc(0px + 44 * ((100vw - 320px) / 1600)), 44px);
  position: relative;
}

.evince-news-posts .evince-news-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.evince-news-posts .evince-news-item .evince-news-title {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-24);
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 24px;
}

.evince-news-posts .evince-news-item .evince-news-title.hide--desktop {
  display: none;
}

.evince-news-posts .evince-news-item .evince-news-title > a{
  color: var(--ed-gray-900);
}

.evince-news-posts .evince-news-item .evince-news-title > a:hover{
  color: var(--ed-primary);
}

.evince-news-posts .evince-news-item .evince-news-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: clamp( 16px, calc(16px + 16 * ((100vw - 320px) / 1600)), 32px );
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-image {
  width: 335px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 0.522;
  flex: 0 0 auto;
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-text {
  /* max-width: 443px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-text .evince-news-excerpt {
  color: var(--ed-gray-500);
  font-size: var(--ed-font-18);
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-text .evince-news-authors {
  display: flex;
  align-items: center;
  gap: 24px;
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-text .evince-news-authors span {
  color: rgba(44, 36, 34, 0.5);
  font-size: var(--ed-font-14);
  font-weight: 600;
  line-height: 1.5;
  max-width: 250px;
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-text .evince-news-authors span strong {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-16);
  font-weight: 600;
  white-space: pre;
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-text .evince-read-more {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-18);
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: underline;
  text-transform: capitalize;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--ed-gap-8);
  width: fit-content;
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-text .evince-read-more:hover {
  color: var(--ed-primary);
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-text .evince-read-more svg path {
  transition: all 0.3s ease-in-out;
}

.evince-news-posts .evince-news-item .evince-news-content .evince-news-text .evince-read-more:hover svg path {
  fill: var(--ed-primary);
}

.evince-news-posts .evince-browse-all {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 44px;
}

.evince-news-posts .evince-browse-all .evince--btn {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: var(--ed-gray-900);
  font-size: var(--ed-font-18);
  font-weight: 600;
  line-height: 1.5;
  border: 2px solid var(--ed-gray-900);
  border-radius: 0;
  background-color: var(--ed-white);
  box-shadow: 5px 5px 0 var(--ed-gray-900);
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.evince-news-posts .evince-browse-all .evince--btn:hover,
.evince-news-posts .evince-browse-all .evince--btn:focus,
.evince-news-posts .evince-browse-all .evince--btn:active {
  box-shadow: 0 0 0 var(--ed-gray-900);
  transform: translate(2px, 2px) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}

.evince-popular-posts {
  padding: 44px 0;
}

.evince-popular-posts .evince-posts-item {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  position: relative;
}

.evince-popular-posts .evince-posts-item:first-child {
  padding-top: 0;
}

.evince-popular-posts .evince-posts-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.evince-popular-posts .evince-posts-item .evince-news-title {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-18);
  font-weight: 700;
  line-height: 1.5;
}

.evince-popular-posts .evince-posts-item .evince-news-title>a {
  color: var(--ed-gray-900);
}

.evince-popular-posts .evince-posts-item .evince-news-title>a:hover {
  color: var(--ed-primary);
}

.evince-popular-posts .evince-posts-item .evince-news-authors {
  display: flex;
  align-items: center;
}

.evince-popular-posts .evince-posts-item .evince-news-authors span {
  color: rgba(44, 36, 34, 0.5);
  font-size: var(--ed-font-14);
  font-weight: 600;
  line-height: 1.5;
}

.evince-popular-posts .evince-posts-item .evince-news-authors span strong {
  color: var(--ed-gray-900);
  font-weight: 600;
  margin-right: 10px;
}

.blog-archive--main {
  padding-top: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px);
  padding-bottom: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px);
  background: #ffffff;
  background-image: url("../image/main-gradient-bg.webp");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.blog-archive--header {
  padding-bottom: clamp(24px, calc(24px + 12 * ((100vw - 320px) / 1600)), 36px);
  margin-bottom: clamp(24px, calc(24px + 12 * ((100vw - 320px) / 1600)), 60px);
  position: relative;
}

.blog-archive--header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.breadcrumb-wrapper {
  margin-bottom: clamp(24px, calc(24px + 12 * ((100vw - 320px) / 1600)), 36px);
  display: flex;
  align-items: center;
  gap: 12px;
}

.breadcrumb-wrapper a {
  color: var(--ed-gray-900);
  font-family: var(--ed-secondary-font);
  font-size: var(--ed-font-18);
  font-weight: 600;
  line-height: normal;
}

.breadcrumb-wrapper a:hover {
  color: var(--ed-primary);
}

.breadcrumb-wrapper span {
  color: rgba(44, 36, 34, 0.5);
  font-family: var(--ed-secondary-font);
  font-size: var(--ed-font-18);
  font-weight: 600;
  line-height: normal;
}

.blog-archive--header .page-title {
  color: var(--ed-gray-900);
  font-family: var(--ed-secondary-font);
  font-size: var(--ed-font-36);
  font-weight: 700;
  line-height: normal;
}

.blog-archive--header .search--title {
  font-weight: 400;
  overflow-wrap: break-word;
}

.blog-grid--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}

.blog-grid--wrapper .blog--card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.blog-grid--wrapper .blog--card-image {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
}

.blog-grid--wrapper .blog--card-image .category-badge {
  position: absolute;
  bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  left: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  color: var(--ed-gray-900);
  text-align: center;
  font-family: var(--ed-secondary-font);
  font-size: var(--ed-font-12);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  padding: 7px 14px;
  align-items: flex-start;
  gap: 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  z-index: 5;
  cursor: pointer;
}
.blog-grid--wrapper .blog--card-image .category-badge:hover{
  background: rgba(255, 255, 255, 0.7);
}
.blog-grid--wrapper .blog--card-image .category-badge a{
  color: var(--ed-gray-900);
}
.blog-grid--wrapper .blog--card-image .category-badge a:hover{
  color: var(--ed-gray-600);
}
.blog-grid--wrapper .blog--card-image .category-badge a::before{
  display: none;
}

.blog--card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.blog--card-content .blog--card-date {
  color: rgba(44, 36, 34, 0.5);
  font-family: var(--ed-secondary-font);
  font-size: var(--ed-font-18);
  font-weight: 600;
  line-height: normal;
}

.blog--card-content h2 {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-18);
  font-weight: 600;
  line-height: normal;
}

.ev-search-card .ev-search-thumb,
.blog-grid--wrapper .blog--card .blog--card-image {
  position: relative;
  aspect-ratio: 1 / 0.522;
  overflow: hidden;
  border-radius: 7px;
}

.ev-search-card .ev-search-thumb a::before,
.blog-grid--wrapper .blog--card .blog--card-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}

.ev-search-card .ev-search-thumb a,
.blog-grid--wrapper .blog--card .blog--card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.ev-search-card .ev-search-thumb img,
.blog-grid--wrapper .blog--card .blog--card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-grid--wrapper .blog--card .blog--card-content {
  padding: var(--ed-pad-12-24) var(--ed-pad-8-24);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ed-gap-8);
  align-self: stretch;
}

.blog-grid--wrapper .blog--card .blog--card-content .blog--card-date {
  color: rgba(44, 36, 34, 0.5);
  font-size: var(--ed-font-14);
  font-weight: 600;
  line-height: 1.5;
}

.blog-grid--wrapper .blog--card .blog--card-content h2 {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-18);
  font-weight: 700;
  line-height: 1.2;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.blog-grid--wrapper .blog--card .blog--card-content h2 a {
  color: var(--ed-gray-900);
}

.blog-grid--wrapper .blog--card .blog--card-content h2 a:hover {
  color: var(--ed-primary);
}

.blog-single--wrapper {
  padding-top: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px);
  padding-bottom: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px);
  background: #ffffff;
  background-image: url("../image/main-gradient-bg.webp");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.blog-single--header {
  position: relative;
  padding-bottom: clamp(24px, calc(24px + 12 * ((100vw - 320px) / 1600)), 36px);
  margin-bottom: clamp(24px, calc(24px + 12 * ((100vw - 320px) / 1600)), 60px);
}

.blog-single--header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.blog-single--header .blog-single--header-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.blog-single--header .blog-single--post-title {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-48);
  font-weight: 700;
  margin: 0;
}

.blog-single--header .blog-single--post-subtitle {
  color: var(--ed-gray-500);
  font-size: var(--ed-font-24);
  font-weight: 400;
  margin: 0;
  letter-spacing: 0;
}

.blog-single--header .blog-single--post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  padding-top: 16px;
}

.blog-single--header .blog-single--post-meta .left--group,
.blog-single--header .blog-single--post-meta .right--group {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

.blog-single--header .blog-single--post-meta .group-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

.blog-single--header .blog-single--post-meta .group-box span {
  color: rgba(44, 36, 34, 0.5);
  font-size: var(--ed-font-14);
  font-weight: 600;
  line-height: 1.5;
}

.blog-single--header .blog-single--post-meta .group-box label {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-18);
  font-weight: 600;
  line-height: 1.5;
}

.blog-single--header .blog-single--post-meta .right--group .group-box {
  min-width: 100px;
}

.blog-single--header .blog-single--post-meta .left--group .group-box:not(.category--group) label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.blog-single--header .blog-single--post-meta .left--group .group-box.category--group label {
  max-width: 450px;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.blog-single--header .blog-single--post-meta .left--group .group-box.category--group a {
  color: var(--ed-gray-900);
}

.blog-single--header .blog-single--post-meta .left--group .group-box.category--group a:hover {
  color: var(--ed-primary);
}





.blog-single--content-wrapper {
  position: relative;
}

.wrapper--grid {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.wrapper--grid .right--grid,
.wrapper--grid .left--grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 auto;
  gap: 24px;
  width: 23.5%;
  position: sticky;
  top: 24px;
}

.add--banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.add--banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.table-of-contents--group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.table-of-contents--group .sidebar {
  height: 100%;
  max-height: calc(100vh - 75px);
  padding-bottom: 30px;
  overflow-y: auto;
}

.table-of-contents--group .table-of-contents--title {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-24);
  font-weight: 700;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  width: 100%;
}

.table-of-contents--group .table-of-contents--title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.table-of-contents--list,
.table-of-contents--sub-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.table-of-contents--sub-list {
  padding-top: 16px;
  margin-top: 16px;
  padding-left: 12px;
  position: relative;
}

.table-of-contents--sub-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.table-of-contents--list>li,
.table-of-contents--sub-list>li {
  padding-bottom: 16px;
  position: relative;
}

.table-of-contents--list>li:after,
.table-of-contents--sub-list>li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.table-of-contents--sub-list>li:last-child {
  padding-bottom: 0;
}

.table-of-contents--sub-list>li:last-child:after {
  display: none;
}

.table-of-contents--list>li.subheading-li {
  margin-left: 18px;
}

.table-of-contents--list>li .table-of-contents--link,
.table-of-contents--sub-list>li .table-of-contents--link {
  display: flex;
  color: var(--ed-gray-900);
  font-size: var(--ed-font-16);
  font-weight: 600;
  line-height: 1.5;
}

.table-of-contents--list>li.active .table-of-contents--link,
.table-of-contents--list>li .table-of-contents--link:hover,
.table-of-contents--sub-list>li.active .table-of-contents--link,
.table-of-contents--sub-list>li .table-of-contents--link:hover {
  color: var(--ed-primary);
}


.wrapper--grid .center--grid {
  flex: 1;
}

.featured-image--group {
  width: 100%;
  position: relative;
}

.featured-image--group img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.post-content--key-group {
  display: flex;
  padding: 30px 30px 30px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 24px;
  border-top: 1px solid #61B984;
  border-right: 1px solid #61B984;
  border-bottom: 1px solid #61B984;
  border-left: 7px solid #61B984;
  background: rgba(82, 189, 170, 0.05);
  box-shadow: 4px 8px 50px 0 rgba(0, 0, 0, 0.12);
  margin: 44px 0 0px;
}

.post-content--group .post-content--key-group h3 {
  color: var(--ed-gray-500);
  font-size: var(--ed-font-20);
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.post-content--group .post-content--key-group ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.post-content--group .post-content--key-group ul li {
  color: var(--ed-gray-500);
  font-size: var(--ed-font-18);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}

.post-tags--group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: var(--ed-pad-24-44);
}

.post-tags--group strong {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-16);
  font-weight: 700;
}

.post-tags--group a {
  display: flex;
  padding: 9px 10px;
  border-radius: 5px;
  border: 1px solid rgba(97, 185, 132, 0.20);
  background: rgba(97, 185, 132, 0.10);
  color: var(--ed-gray-900);
  text-align: center;
  font-size: var(--ed-font-12);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

.post-tags--group a:hover {
  color: var(--ed-primary);
}

.post-share--group {
  margin-bottom: var(--ed-pad-24-44);
  display: flex;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}

.post-share--group a {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: var(--ed-gap-8);
  flex: 1 0 0;
  border-radius: 5px;
  border: 1px solid;
  padding: 12px 20px;
  color: #FFF;
  font-size: var(--ed-font-18);
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.post-share--group a svg{
  height: 24px;
  width: 24px;
}
.post-share--group a svg path {
  transition: all 0.3s ease;
}
.post-author--group .author-info > a {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: var(--ed-gap-8);
    flex: 1 0 0;
    border-radius: 5px;
    border: 1px solid;
    padding: 11px 23px;
    color: #FFF;
    font-size: var(--ed-font-18);
    font-weight: 600;
    line-height: 1.4;
    transition: all 0.3s ease;
    width: fit-content;
}
.post-author--group .author-info > a svg path {
    transition: all 0.3s ease;
}
.share-facebook {
  background: #1877F2;
}

.share-facebook:hover {
  background: #ffffff;
  color: #1877F2 !important;
  border-color: #1877F2 !important;
}

.share-facebook:hover svg path {
  fill: #1877F2 !important;
}

.share-twitter {
  background: #14171A;
}

.share-twitter:hover {
  background: #ffffff !important;
  color: #14171A !important;
  border-color: #14171A !important;
}

.share-twitter:hover svg path {
  fill: #14171A !important;
}

.share-linkedin {
  background: #0077B5;
}

.share-linkedin:hover {
  background: #ffffff !important;
  color: #0077B5 !important;
  border-color: #0077B5 !important;
}

.share-linkedin:hover svg path {
  fill: #0077B5 !important;
}

.post-author--group {
  margin-bottom: var(--ed-pad-16-44);
  display: flex;
  width: 100%;
  padding: var(--ed-pad-16-44);
  align-items: flex-start;
  gap: var(--ed-gap-44);
  border-radius: 7px;
  border: 1px solid rgba(44, 36, 34, 0.10);
  background: #F8F8F8;
}

.author-img {
  width: var(--ed-44-100);
  height: var(--ed-44-100);
  border-radius: var(--ed-4-8);
  flex: 0 0 auto;
}

.author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--ed-4-8);
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.author-info h3 {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-24);
  font-weight: 700;
  line-height: 1.5;
}

.author-info p {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-18);
  font-weight: 400;
  line-height: 1.5;
}

.author-info p strong {
  font-weight: 600;
}

.post-prev-next--group {
  margin-bottom: 44px;
  position: relative;
  padding-top: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.post-prev-next--group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.post-prev-next--group>div {
  flex: 1;
}

.post-prev-next--group .prev {
  text-align: left;
}

.post-prev-next--group .next {
  text-align: right;
}

.post-prev-next--group a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--ed-gap-8);
  color: var(--ed-gray-900);
  font-size: var(--ed-font-16);
  font-weight: 600;
  line-height: 1.5;
}

.post-prev-next--group .next a {
  text-align: right;
  align-items: flex-end;
}

.post-prev-next--group a:hover {
  color: var(--ed-primary);
}

.post-prev-next--group label {
  color: rgba(44, 36, 34, 0.50);
  font-size: var(--ed-font-14);
  font-weight: 600;
  line-height: 1.5;
}

.post-prev-next--group span {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-single--content-wrapper .post-content--group {
  margin-top: 30px;
  margin-bottom: var(--ed-pad-44);
  color: var(--ed-gray-500);
  font-size: var(--ed-font-20);
  font-weight: 400;
  line-height: 1.5;
  padding: 0 var(--ed-pad-0-24);  
}

.post-content--group>* {
  margin-bottom: 20px;
}

.post-content--group p a {
  color: var(--ed-primary);
}

.post-content--group p a:hover {
  color: var(--ed-gray-900);
}

.post-content--group h1 .h1,
.post-content--group h2 .h2 {
  color: var(--ed-gray-900);
}

.post-content--group h3 .h3,
.post-content--group h4 .h4,
.post-content--group h5 .h5,
.post-content--group h6 .h6 {
  color: var(--ed-gray-900);
}

.post-content--group h1 {
  font-size: clamp(2rem, 1.85rem + 0.75vw, 2.75rem);
  margin: 1.2em 0 0.6em;
  font-weight: 700;
}

.post-content--group h2 {
  font-size: clamp(1.875rem, 1.8rem + 0.375vw, 2.25rem);
  margin: 1.2em 0 0.6em;
  font-weight: 600;
}

.post-content--group h3 {
  font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
  margin: 1em 0 0.5em;
  font-weight: 600;
}

.post-content--group h4 {
  font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
  margin: 1em 0 0.5em;
  font-weight: 600;
}

.post-content--group h5 {
  font-size: clamp(1.25rem, 1.225rem + 0.125vw, 1.375rem);
  margin: 1em 0 0.5em;
  font-weight: 600;
}

.post-content--group h6 {
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  margin: 1em 0 0.5em;
  font-weight: 600;
}

.post-content--group p {
  margin: 0 0 1em;
}

.post-content--group strong,
.post-content--group b {
  font-weight: 600;
}

.post-content--group em,
.post-content--group i {
  font-style: italic;
}

.post-content--group small {
  font-size: var(--ed-font-12);
}

.post-content--group ul,
.post-content--group ol {
  margin: 0 0 1.2em 1.5em;
}

.post-content--group li {
  margin-bottom: 0.4em;
}

.post-content--group ul li {
  list-style: disc;
}

.post-content--group ol li {
  list-style: decimal;
}

.post-content--group blockquote {
  margin: 1.5em 0;
  padding: 0.8em 1.2em;
  border-left: 8px solid var(--ed-gray-200);
  background: transparent;
  font-style: italic;
  color: var(--ed-gray-400);
}

.post-content--group blockquote p:last-child {
  margin-bottom: 0;
  font-style: italic;
  color: var(--ed-gray-400);
}

.post-content--group img {
  max-width: 100%;
  height: auto;
  margin: 1.2em 0;
  border-radius: 6px;
}

.post-content--group figure {
  margin: 1.5em 0;
}

.post-content--group figcaption {
  font-size: var(--ed-font-14);
  color: var(--ed-gray-500);
  text-align: center;
  margin-top: 0.5em;
}

.post-content--group iframe,
.post-content--group video {
  max-width: 100%;
  margin: 1.5em 0;
}

.post-content--group table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: var(--ed-font-20);
}

.post-content--group th,
.post-content--group td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
}

.post-content--group th {
  background: #f2f2f2;
  font-weight: 600;
}

.post-content--group pre {
  background: #0f172a;
  color: #e5e7eb;
  padding: 1em 1.2em;
  border-radius: 6px;
  overflow-x: auto;
  font-size: var(--ed-font-14);
  margin: 1.5em 0;
}

.post-content--group code {
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: var(--ed-font-14);
  color: #0f172a;
}

.post-content--group hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 2em 0;
}

.post-content--group .wp-block-file {
  margin: 1.5em 0;
}

.post-content--group>div {
  width: 100% !important;
}






.related-posts--group {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.related-posts--title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
  color: var(--ed-gray-900);
  font-size: var(--ed-font-24);
  font-weight: 700;
  line-height: 1.5;
}

.related-posts--title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

.related-posts--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.related-posts--card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.related-posts--card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.522;
  overflow: hidden;
  border-radius: 7px;
}

.related-posts--card-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.related-posts--card-img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}

.related-posts--card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-posts--card-img .category-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: var(--ed-gray-900);
  text-align: center;
  font-size: var(--ed-font-10);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  padding: 6px 12px;
  align-items: flex-start;
  gap: 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  z-index: 5;
  cursor: pointer;
}
.related-posts--card-img .category-badge:hover {
  background: rgba(255, 255, 255, 0.7);
}
.related-posts--card-img .category-badge a {
  color: var(--ed-gray-900);
}
.related-posts--card-img .category-badge:hover a {
  color: var(--ed-gray-600);
}
.related-posts--card-img .category-badge a:before {
  display: none;
}

.related-posts--card-content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ed-gap-8);
  align-self: stretch;
}

.related-posts--card-title {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-16);
  font-weight: 700;
  line-height: 1.2;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.related-posts--card-title a {
  color: var(--ed-gray-900);
}

.related-posts--card-title a:hover {
  color: var(--ed-primary);
}

.related-posts--card-date {
  color: rgba(44, 36, 34, 0.5);
  font-size: var(--ed-font-12);
  font-weight: 600;
  line-height: 1.5;
}










/* Header search */
#ev-header-search-box {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  right: calc((100% - 1460px)/2);
  width: 380px;
  z-index: 9999;
  padding: 16px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 -16.324px 20.405px 0 rgba(46, 104, 253, 0.04), -20.405px 20.405px 30.607px 0 rgba(46, 104, 253, 0.08);
}

.ev-search-hidden {
  display: none;
}

.ev-search-input {
  display: flex;
  align-items: center;
  position: relative;
}

.ev-search-input input {
  border: 1px solid var(--ed-gray-200);
  padding: 12px;
  padding-right: 42px;
  flex: 1;
}

.ev-search-input input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--ed-gray-400);
}

.ev-search-input button {
  padding: 12px;
  position: absolute;
  right: 1px;
  top: 1px;
  appearance: none;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ed-font-16);
  color: var(--ed-gray-900);
  z-index: 1;
  cursor: pointer;
}

.ev-search-input button:hover {
  background: rgba(0, 0, 0, 0.08);
}

.ev-search-input button:focus {
  background: rgba(0, 0, 0, 0.15);
}


#ev-search-results .ev-search-list {
  padding-top: 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

#ev-search-results .ev-search-list .ev-search-item {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  position: relative;
}

#ev-search-results .ev-search-list .ev-search-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cbcbcb 0%, #f5f5f5 100%);
}

#ev-search-results .ev-search-list .ev-search-item>a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  align-self: stretch;
  position: relative;
  color: var(--ed-gray-900);
}

#ev-search-results .ev-search-list .ev-search-item>a:hover {
  color: var(--ed-primary);
}

#ev-search-results .ev-search-list .ev-search-item>a span {
  font-size: var(--ed-font-14);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#ev-search-results .ev-search-list .ev-search-item>a time {
  color: rgba(44, 36, 34, 0.5);
  font-size: var(--ed-font-12);
  font-weight: 400;
  line-height: 1.5;
}

#ev-search-results .ev-search-list .ev-search-item>a img {
  display: none;
}

#ev-search-results .ev-search-list .ev-search-view-all>a {
  color: var(--ed-gray-900);
  font-size: var(--ed-font-16);
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: underline;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: var(--ed-gap-8);
}


#ev-search-results .ev-search-list .ev-search-view-all>a:hover {
  color: var(--ed-primary);
}

#ev-search-results .ev-search-list .ev-search-view-all>a svg path {
  transition: all 0.3s ease-in-out;
}

#ev-search-results .ev-search-list .ev-search-view-all>a:hover svg path {
  fill: var(--ed-primary);
}



#ev-search-results {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ev-search-results p {
  padding: 24px 0 16px;
  color: rgba(44, 36, 34, 0.5);
  font-size: var(--ed-font-14);
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}


.search--results-wrapper .no-results{
    padding-bottom: clamp(24px, calc(24px + 66 * ((100vw - 320px) / 1600)), 90px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
}
.search--results-wrapper .no-results img{
  max-width: 136px;
}




.instagram-feed {
      padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(256deg, rgba(255, 170, 170, 0.50) 9.38%, rgba(147, 255, 222, 0.00) 102.49%);
}
.instagram-feed #sbi_images {
  padding-top: 60px !important;
    padding-bottom: 60px !important;
}
#sb_instagram .sbi_follow_btn a {
  background: transparent !important;
    color: #2C2422;
    font-family: "Averta Std";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding: 0;
    display: flex;
    gap: 16px;
    align-items: center;
  }
  #sb_instagram .sbi_follow_btn a span {
  text-decoration-line: underline;

}
#sb_instagram .sbi_follow_btn a:hover {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ed-primary);
}
#sb_instagram svg:not(:root).svg-inline--fa {
    height: 36px;
    margin: 0;
}


@media (max-width: 1560px) {

  .breadcrumb-wrapper {
    gap: var(--ed-gap-8);
  }

  .breadcrumb-wrapper a,
  .breadcrumb-wrapper span {
    font-size: var(--ed-font-14);
  }

  .breadcrumb-wrapper span svg {
    width: 10px;
    display: block;
  }

  #ev-header-search-box {
    right: 50px;
  }

  .header .header--navigation .ed--menu .ev-header-menu .menu-item {
    padding: 34px 26px;
    flex: 0 0 auto
  }

  .header .header--action .header--social svg {
    width: 16px;
    height: 16px;
  }

  .header .header--action .header--social {
    gap: 16px;
  }

  .header--action .ev-header-search-icon svg {
    width: 18px;
    height: 18px;
  }

  .header .header--logo {
    min-width: auto;
  }

  .header .header--navigation {
    flex: 0 0 auto;
  }

  .header--logo,
  .header--action {
    flex: 1;
  }

  .header .header--navigation .ed--menu .ev-header-menu,
  .header--action {
    justify-content: flex-end;

  }

  .header .header--navigation .ed--menu .ev-header-menu {
    gap: 0px;
  }

  .header .header--logo img {
    max-width: 50px;
  }

  .blog-single--header .blog-single--post-title {
    font-size: var(--ed-font-44);
  }

  .blog-single--header .blog-single--post-subtitle {
    font-size: var(--ed-font-22);
  }

  .blog-single--header .blog-single--post-meta .group-box label {
    font-size: var(--ed-font-16);
  }

  .wrapper--grid .right--grid,
  .wrapper--grid .left--grid {
    width: 280px;
  }

  .table-of-contents--group .table-of-contents--title {
    font-size: var(--ed-font-22);
  }

  .table-of-contents--list>li .table-of-contents--link,
  .table-of-contents--sub-list>li .table-of-contents--link {
    font-size: var(--ed-font-14);
  }

  .blog-single--content-wrapper .post-content--group {
    font-size: var(--ed-font-16);
  }

  .table-of-contents--list,
  .table-of-contents--sub-list {
    gap: 10px;
  }

  .table-of-contents--list>li,
  .table-of-contents--sub-list>li {
    padding-bottom: 10px;
  }

  .post-content--group .post-content--key-group ul li {
    font-size: var(--ed-font-16);
  }

  .post-content--group .post-content--key-group ul {
    gap: 12px;
  }

  .post-content--key-group {
    gap: 16px;
  }
}

@media (max-width: 1280px) {
  .header .header--logo img {
    max-width: 48px;
  }

  .header .header--action .header--social {
    display: none;
  }

  .header .header--navigation .ed--menu .ev-header-menu {
    gap: 40px;
  }

  .header .header--navigation .ed--menu .ev-header-menu .menu-item {
    padding: 30px 0;
  }

  .featured-image--group img {
    border-radius: 10px;
  }

  .evince-blog-tabs-wrapper .evince-category-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
  }

  .one-third--grid {
    grid-template-columns: 62.5% 33%;
    gap: 30px;
  }

  .evince-news-posts .evince-news-item .evince-news-content .evince-news-image {
    width: 200px;
    border-radius: 10px;
  }

  .evince-news-posts .evince-news-item .evince-news-content .evince-news-text .evince-news-authors {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--ed-white);
  }

  .header .header--logo img {
    max-width: 48px;
  }

  .header .header--navigation .ed--menu .ev-header-menu{
    justify-content: flex-end;
    gap: 0px;
  }
  .header--action {
    justify-content: flex-end;
    gap: 8px;
  }

  .ham--icon {
    display: block !important;
    z-index: 1200;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 5px;
    width: 44px;
    height: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ham--icon span {
    display: contents;
  }

  .ham--icon svg {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ham--icon .icon-close svg {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .ham--icon[aria-expanded="true"] .icon-open svg {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .ham--icon[aria-expanded="true"] .icon-close svg {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  /* Drawer container */
  .ed--menu {
    position: fixed;
    top: var(--header-height, 137px);
    /* header height */
    left: 0;

    width: 100vw;
    height: calc(100vh - var(--header-height, 70px));

    background: #fff;
    z-index: 1000;

    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .ed--menu.open {
    transform: translateX(0);
    z-index: 1111;
  }

  .ed--menu.open li {
    animation: slideIn 0.4s ease forwards;
  }

  .ed--menu ul {
    display: flex;
    flex-direction: column;
    padding: 20px 50px;
    gap: 15px;
    list-style: none;
    margin: 0;
  }

  .ed--menu li {
    border-bottom: 1px solid var(--ed-gray-200);
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
  }

  .ed--menu li:nth-child(1) {
    animation-delay: 0.1s;
  }

  .ed--menu li:nth-child(2) {
    animation-delay: 0.15s;
  }

  .ed--menu li:nth-child(3) {
    animation-delay: 0.2s;
  }

  .ed--menu li:nth-child(4) {
    animation-delay: 0.25s;
  }

  .ed--menu li:nth-child(5) {
    animation-delay: 0.3s;
  }

  .ed--menu li:nth-child(6) {
    animation-delay: 0.35s;
  }

  .ed--menu li:nth-child(7) {
    animation-delay: 0.4s;
  }

  .ed--menu a {
    display: block;
    padding: 10px 0;
    font-family: var(--ed-secondary-font);
    font-size: var(--ed-font-28);
    font-weight: 700;
    color: var(--ed-gray-900);
    transition: all 0.3s ease;
    line-height: 1.2;
  }

  .ed--menu a:hover {
    color: var(--ed-primary);
    padding-left: 10px;
  }

  @keyframes slideIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .ed--menu.open li {
    animation: slideIn 0.4s ease forwards;
  }

  .ev-close-menu {
    display: none;
  }

  .header .header--navigation .ed--menu .ev-header-menu .menu-item>a:after {
    bottom: -9px;
  }

  .header .header--inner {
    min-height: 44px;
  }
  .header .header--navigation .ed--menu .ev-header-menu .menu-item {
    padding: 8px 0;
}

  #ev-header-search-box {
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    max-height: calc(100vh - var(--header-height, 100px));
    overflow-y: auto;
  }

  .ev-search-input input {
    height: 50px;
    font-size: var(--ed-font-16);
    padding-left: 20px;
    padding-right: 50px;
    border-radius: 8px;
  }

  .ev-search-input button {
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
    background: transparent;
  }

  .ev-search-input button:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .post-share--group {
    gap: 24px;
  }

}

@media (max-width: 1023px) {
  #ev-header-search-box {
    right: 30px;
  }

  .ed--menu ul {
    padding: 20px 30px;
  }

  .wrapper--grid .right--grid,
  .wrapper--grid .left--grid {
    display: none;
  }

  .post-author--group {
    flex-direction: column;
  }

  .blog-single--header .blog-single--post-meta .group-box.category--group {
    display: none;
  }

  .blog-single--header .blog-single--post-meta .left--group,
  .blog-single--header .blog-single--post-meta .right--group {
    gap: 16px;
  }

  .blog-single--header .blog-single--post-meta {
    align-items: flex-start;
  }

  .blog-single--header .blog-single--post-title {
    font-weight: 600;
  }

  .blog-grid--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .evince-recent-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .ed--menu ul {
    padding: 20px 16px;
  }

  .blog-single--header .blog-single--post-meta .left--group,
  .blog-single--header .blog-single--post-meta .right--group {
    flex-direction: column;
  }

  .featured-image--group img {
    border-radius: 6px;
  }

  .evince-blog-tabs-wrapper .evince-category-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 24px;
  }

  .one-third--grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .evince-news-posts .evince-news-item .evince-news-content {
    flex-direction: column-reverse;
  }

  .evince-news-posts .evince-news-item .evince-news-content .evince-news-text {
    max-width: 100%;
  }

  .evince-news-posts .evince-news-item .evince-news-content .evince-news-image {
    width: 100%;
    margin-bottom: 24px;
  }

  .evince-news-posts .evince-news-item .evince-news-title.hide--desktop {
    display: block;
    margin-bottom: 0;
  }

  .evince-news-posts .evince-news-item .evince-news-title.hide--mobile {
    display: none;
  }
  .header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header .header--logo img {
    max-width: 32px;
  }
  .search--results-wrapper .no-results img{
    max-width: 90px;
  }
  .post-share--group {
    gap: 8px;
  }
  .post-share--group a{
    font-size: 0;
    padding: 8px;
  }
  .post-share--group a svg{
    height: 18px;
    width: 18px;
  }
  .instagram-feed #sbi_images {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  #sb_instagram .sbi_follow_btn a {
    font-size: 24px;
    line-height: 28px;
  }
  #sb_instagram svg:not(:root).svg-inline--fa {
    height: 28px; 
  }
}

@media (max-width: 575px) {
  .blog-grid--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .evince-recent-articles {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-single--content-wrapper .post-content--group {
    margin-top: 16px;
    margin-bottom: 24px;
    padding: 0 4px;
  }
  .post-content--group p{
    text-align: justify;
    hyphens: auto;
  }
  .related-posts--grid{
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
