:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey: #cccccc;
  --color-light-grey: #eeeeee;
}

.feedback-form {
  margin: -15px 0 !important;
}

@media only screen and (max-width: 767px) {
  .feedback-form {
    margin: 0 !important;
  }
}

.feedback-form input[type="date"],
.feedback-form input[type="datetime"],
.feedback-form input[type="datetime-local"],
.feedback-form input[type="email"],
.feedback-form input[type="month"],
.feedback-form input[type="number"],
.feedback-form input[type="password"],
.feedback-form input[type="range"],
.feedback-form input[type="search"],
.feedback-form input[type="tel"],
.feedback-form input[type="text"],
.feedback-form input[type="time"],
.feedback-form input[type="url"],
.feedback-form input[type="week"],
.feedback-form select,
.feedback-form textarea {
  border-radius: 8px !important;
  height: 60px;
  font-size: 20px !important;
  padding: 0 16px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  border: 1px solid #d6d6d6 !important;
}

.feedback-form textarea {
  height: 290px !important;
  padding: 8px 16px !important;
  resize: none !important;
}

.feedback-form .wpforms-submit {
  position: absolute !important;
  left: 16px;
  bottom: 30px;
  color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 45px !important;
  padding: 0 44px !important;
  font-size: 24px !important;
  line-height: 40px !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-weight: normal !important;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  border-radius: 30px !important;
  background-size: 300% 100% !important;
  background-position: 0 0 !important;
  background-image: linear-gradient(50deg, #f00 5%, #ff00a6 20%, #00a6ff 35%, #00a6ff 70%, #ff00a6 85%, #f00 90%) !important;
  min-width: 210px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media only screen and (max-width: 767px) {
  .feedback-form .wpforms-submit {
    position: static !important;
  }
}

.feedback-form .wpforms-submit:hover {
  background-image: linear-gradient(50deg, #f00 5%, #ff00a6 20%, #00a6ff 35%, #00a6ff 70%, #ff00a6 85%, #f00 90%) !important;
  background-size: 600% 100% !important;
  background-position: -10% 0 !important;
}

.feedback-form .wpforms-submit::after {
  display: none;
}

.scSuggestions .container {
  position: relative;
}

.scSuggestions .wpforms-container .wpforms-submit-container {
  position: static;
}

@media only screen and (max-width: 767px) {
  .scSuggestions .wpforms-container .wpforms-submit-container {
    padding-top: 0 !important;
  }
}

.navHeader .navContainer .navMenu span {
  font-size: 16px;
}

.navHeader .navContainer ul li {
  margin-bottom: 0px;
  padding-right: 12px;
  margin-right: 12px;
}

.navHeader .navContainer ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-widget-container .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 32px;
}

.elementor-widget-container .textBox .icoQuote {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}

.elementor-widget-container .textBox .icoQuote::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icons/ico-dq-left.png") center center/100% no-repeat;
}

.elementor-widget-container .textBox .icoQuote::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/icons/ico-dq-right.png") center center/100% no-repeat;
}

.elementor-widget-container .textBox .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.elementor-widget-container .textBox .nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.elementor-widget-container .textBox .buttonControl {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.elementor-widget-container .textBox .icoQuote p {
  background: linear-gradient(60deg, #ff0000 10%, #ff00a6 25%, #00a6ff 45%, #00a6ff 55%, #cccccc 60%, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0 0;
  background-size: 200% auto;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.elementor-widget-container .quoteBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 40px 0;
  position: relative;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.elementor-widget-container .quoteBox .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.elementor-widget-container .quoteBox .wrapper::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -60px;
  background: url("../images/icons/ico-dq-left.png") center center/100% no-repeat;
}

.elementor-widget-container .quoteBox .wrapper::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: -60px;
  background: url("../images/icons/ico-dq-right.png") center center/100% no-repeat;
}

.elementor-widget-container .quoteBox .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-widget-container .quoteBox .wrapper .buttonControl {
  margin-top: 0;
}

.elementor-widget-container .statContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-widget-container .statContainer .statBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
  position: relative;
}

.elementor-widget-container .statContainer .statBox::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  right: -1px;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #f00), color-stop(50%, #ff00a6), color-stop(90%, #00a6ff));
  background: linear-gradient(0deg, #f00 10%, #ff00a6 50%, #00a6ff 90%);
}

.elementor-widget-container .statContainer .statBox:last-child::after {
  display: none;
}

.elementor-heading-title {
  font-family: "better_togetherbold" !important;
}

@media only screen and (max-width: 991px) {
  .elementor-widget-container .quoteBox .wrapper {
    max-width: calc(100% - 80px);
  }
  .elementor-widget-container .quoteBox .wrapper::before,
  .elementor-widget-container .quoteBox .wrapper::after {
    width: 30px;
    height: 30px;
  }
  .elementor-widget-container .quoteBox .wrapper::before {
    left: -40px;
  }
  .elementor-widget-container .quoteBox .wrapper::after {
    right: -40px;
  }
  .elementor-widget-container .statContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elementor-widget-container .statContainer .statBox {
    width: 100%;
    padding: 16px 0;
  }
  .elementor-widget-container .statContainer .statBox::after {
    width: 100%;
    height: 3px;
    background: var(--bgGradient);
    bottom: 0;
    top: auto;
  }
}

.filterContainer .filterWrapper {
  display: flex;
  width: 100%;
}

.policyContainer .blogContent .buttonControl {
  justify-content: end;
}

.scPolicy .searchandfilter ul {
  display: flex;
}

.scPolicy .searchandfilter .sf-field-search {
  margin-left: auto;
}
.filterContainer form {
  display: block;
}

.scPolicy .sf-field-search input {
  background-color: var(--color-white);
  background: url(../images/icons/icoSearch.svg) 15px center/20px auto no-repeat;
  align-items: center;
  padding: 0 12px 0 40px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  width: 300px;
  height: 60px;
  display: flex;
  position: relative;
  font-size: 20px;
  color: #000000;
  top: 0;
  background-position: 0 center;
  padding-left: 28px;
}
.scPolicy .sf-field-search input:focus {
  outline: none;
}

.scPolicy .sf-field-category {
  display: flex;
  max-width: 250px;
  width: 100%;
  margin-right: 32px;
}
.scPolicy .sf-field-category label {
  position: relative;
  width: 100%;
}
.scPolicy .sf-field-category label select {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  height: 60px;
  padding: 0 16px;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  color: #000;
  cursor: pointer;
  outline: none;
}

.scPolicy .sf-field-category label:before,
.scPolicy .sf-field-category label::after {
  content: "";
}

.scPolicy .sf-field-category label::before {
}

.scPolicy .sf-field-category label::after {
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 16px;
  border: none;
  background: url(../images/icons/ico-caret-down.svg) center center/100% auto no-repeat;
  z-index: -1;
}

.scPolicy .sf-field-sort_order {
  display: flex;
  max-width: 250px;
  width: 100%;
}
.scPolicy .sf-field-sort_order label {
  position: relative;
  width: 100%;
}
.scPolicy .sf-field-sort_order label select {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  height: 60px;
  padding: 0 16px 0 60px;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  color: #000;
  cursor: pointer;
  outline: none;
}

.scPolicy .sf-field-sort_order label:before,
.scPolicy .sf-field-sort_order label::after {
  content: "";
}

.scPolicy .sf-field-sort_order label::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 16px;
  top: 16px;
  background: url(../images/icons/ico-filter.png) center center/100% auto no-repeat;
}

.scPolicy .sf-field-sort_order label::after {
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 16px;
  border: none;
  background: url(../images/icons/ico-caret-down.svg) center center/100% auto no-repeat;
  z-index: -1;
}

.btnTextLink {
  display: flex;
  color: #007ad0;
  max-width: max-content;
  font-size: 18px;
  line-height: 30px;
}
.btnTextLink:hover {
  background: #ff0000;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(50%, #ff00a6), to(#00a6ff));
  background: linear-gradient(to right, red 0%, #ff00a6 50%, #00a6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btnTextLink:visited {
  color: #007ad0;
}

.bannerHero .bannerMain img {
  border-radius: 24px;
}

@media only screen and (max-width: 991px) {
  .bannerHero .bannerMain img {
    border-radius: 12px;
  }
}

.page-template-sustainability-report .scNews .blogContent .images,
.page-template-annual-report .scNews .blogContent .images {
  width: auto;
}
.page-template-sustainability-report .scNews .blogContent .images a,
.page-template-annual-report .scNews .blogContent .images a {
  height: 150px;
}

@media only screen and (max-width: 991px) {
  body .navHeader,
  body .scBannerHero {
    padding-left: 27px;
    padding-right: 27px;
  }
  .navHeader .head {
    justify-content: flex-start;
  }
  .navHeader .navContainer {
    margin-right: 0;
  }
  .navHeader .navContainer ul {
    display: initial;
    width: 100%;
    margin: 0;
  }
  .navHeader .navContainer ul li {
    margin: 0;
    padding: 0;
  }
  .navHeader .navContainer .navMenu {
    padding: 12px 0;
  }
  .navHeader .navContainer ul li::after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ff0000), color-stop(50%, #ff00a6), color-stop(90%, #00a6ff)) !important;
    background: linear-gradient(90deg, #ff0000 10%, #ff00a6 50%, #00a6ff 90%) !important;
  }
  .navHeader .navContainer ul li:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .scContent:not(.ani-gradient) .templateWrapper .contentBox {
    align-items: center;
    justify-content: center;
    min-height: auto;
  }
  .scContent:not(.ani-gradient) .templateWrapper .contentBox .textBox {
    max-width: 640px;
  }
}

.scContent .ani-color {
  background: linear-gradient(60deg, #ff0000 10%, #ff00a6 25%, #00a6ff 45%, #00a6ff 55%, #cccccc 60%, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0 0;
  background-size: 200% auto;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  max-width: max-content;
  line-height: 170%;
}
.scContent .ani-black {
  background: linear-gradient(90deg, #000000 50%, #ffffff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0 0;
  background-size: 200% auto;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  line-height: 170%;
}
.fullPage {
  height: 100vh;
}
.scContent:not(.ani-gradient) .templateWrapper .contentBox .textBox {
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
}
.elementor-widget-image img {
  border-radius: 12px !important;
}
@media only screen and (min-width: 992px) {
  .elementor-widget-image img {
    border-radius: 24px !important;
  }
}

.template-2 .templateWrapper .contentBox .imageBox {
  border-radius: 24px !important;
}

.col-trueblog-nav li:nth-child(3) {
  display: none;
}

.menu.mobile > ul > li:nth-child(3) {
  display: none;
}

.scContent .buttonControl .btnMore {
  /*     background-image: linear-gradient(50deg, #f00 5%, #ff00a6 20%, #00a6ff 35%, #00a6ff 70%, #ff00a6 85%, #f00 90%);*/
  background-image: linear-gradient(320.59deg, #00afff -8.75%, #4d55c2 1.5%, #970088 12.48%, #b50b64 22%, #cc1448 31.52%, #dd1a34 41.04%, #e71e28 51.29%, #eb2024 60.81%);
  /* 	background-image: linear-gradient(320.59deg, #EB2024 60.81%, #E71E28 51.29%, #DD1A34 41.04%, #CC1448 31.52%, #B50B64 22%, #970088 12.48%, #970088 12.48%, #4D55C2 1.5%, #00AFFF -8.75%); */
  background-size: 100% auto;
}
.scContent .buttonControl .btnMore:hover {
  background-size: 200% auto;
  background-position: 0;
}
.feedback-form .wpforms-submit {
  /*     background-image: linear-gradient(50deg, #f00 5%, #ff00a6 20%, #00a6ff 35%, #00a6ff 70%, #ff00a6 85%, #f00 90%);*/
  background-image: linear-gradient(320.59deg, #00afff -8.75%, #4d55c2 1.5%, #970088 12.48%, #b50b64 22%, #cc1448 31.52%, #dd1a34 41.04%, #e71e28 51.29%, #eb2024 60.81%) !important;
  /* 	background-image: linear-gradient(320.59deg, #EB2024 60.81%, #E71E28 51.29%, #DD1A34 41.04%, #CC1448 31.52%, #B50B64 22%, #970088 12.48%, #970088 12.48%, #4D55C2 1.5%, #00AFFF -8.75%); */
  background-size: 100% auto !important;
}

.scContent .ani-color {
  background-image: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
  background-size: 100% auto;
}
.cGradientHor {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.relateArticle .boxRelateArticle .tMainCat {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.cardReport .innerWrapper:hover .text p {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.relateArticle .tagsWrapper .listSubCat li:first-child::before {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
}

.cGradient {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
}

.navHeader .navContainer ul li::after {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
}

.heroCarousel .owl-dots .owl-dot.active span {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%) !important;
}

.sw-lang li.current-lang::after {
  background: var(--gradient-true-dtac-button, linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%)) !important;
}

.search-box .searchandfilter ul::after {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
}

a.btn-menu:hover span {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%) !important;
}

a.btn-menu.btn-menu-close {
  background: linear-gradient(328.91deg, #00afff 2.22%, #4d55c2 8.06%, #970088 18.34%, #b50b64 27.23%, #cc1448 34.93%, #dd1a34 48.66%, #e71e28 56.14%, #eb2024 62.38%), linear-gradient(0deg, #cccccc, #cccccc) !important;
}
a.btn-menu.btn-menu-close span.l1,
a.btn-menu.btn-menu-close span.l2 {
  background: #fff !important;
}
.lineGradient {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%) !important;
}
.scNews .blogContent .content a:hover {
  background-image: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.footer-nav a:hover {
  background-image: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.livingContainer .colsLiving .listLiving li a:hover span {
  background-image: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.lineSpacing::before {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%) !important;
}
.policyContainer .blogContent .text a:hover {
  background-image: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.policyContainer .blogContent .buttonControl .btnLink:hover span {
  background-image: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.btnNav li:not(.btnPrev, .btnNext):after {
  background: linear-gradient(320.59deg, #00afff -8.75%, #4d55c2 1.5%, #970088 12.48%, #b50b64 22%, #cc1448 31.52%, #dd1a34 41.04%, #e71e28 51.29%, #eb2024 60.81%);
}
.btnNav li:hover .page-link span,
.btnNav li.active .page-link span {
  background: #ff0000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navHeader .navContainer .navMenu:hover {
  background-image: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxRelateArticle a:hover {
  background-image: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-widget-container .textBox .icoQuote p {
  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.elementor-widget-container .statContainer .statBox::after {
  /*     background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #f00), color-stop(50%, #ff00a6), color-stop(90%, #00a6ff));
    background: linear-gradient(0deg, #f00 10%, #ff00a6 50%, #00a6ff 90%); */

  background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%);
}
@media only screen and (min-width: 768px) {
  .menu.mobile > ul > li > a:hover > span,
  .menu.mobile > ul > li > ul > li > a:hover > span {
    background: linear-gradient(270deg, #00afff -6.25%, #4d55c2 5.14%, #970088 22.36%, #b50b64 38.37%, #cc1448 52.19%, #dd1a34 66%, #e71e28 80.87%, #eb2024 94.69%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}

.logged-in #header_obj .main-header {
  top: 32px;
}

.logged-in #header_obj #mainHeader {
  top: 32px;
}

#page.site {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  #page.site {
    padding-top: 65px;
  }
}

.menu.mobile {
  padding: 200px 0 !important;
}

.elementor-widget-container ol,
.elementor-widget-container ul {
  padding-left: 1rem !important;
}
.elementor-widget-container a:hover {
  text-decoration: underline;
}
.page-template-esg-hub-php .scContent .buttonControl a[href=""]:not([href^="http"]) {
  display: none !important;
}

.sw-lang-top {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
