* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  font-size: 10px;
  line-height: 1.2;
}
html.scroll-off {
  overflow: hidden;
}

main {
  margin-top: 17.14rem;
}
@media (min-width: 1265px) {
  main {
    margin-top: 18.74rem;
  }
}
@media (min-width: 1600px) {
  main {
    margin-top: 11.86rem;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #2D2D2D;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

a {
  color: #000;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 3.2rem;
  }
}
.section-header .section-title {
  flex-shrink: 0;
  padding-left: 1.8rem;
  position: relative;
  margin-bottom: 0;
}
.section-header .section-title.lead a,
.section-header .section-title.lead span {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .section-header .section-title.lead a,
  .section-header .section-title.lead span {
    font-size: 2.4rem;
  }
}
.section-header .section-title:before {
  position: absolute;
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  background-color: #305CDF;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.section-header .section-title a,
.section-header .section-title span {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-header .section-title a,
  .section-header .section-title span {
    font-size: 2rem;
  }
}
.section-header .line {
  flex-grow: 1;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(45, 45, 45, 0.1);
}
.section-header .see-more {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.section-header .see-more span {
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
}

@media (min-width: 992px) {
  .layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .layout .main-content {
    flex: 0 0 calc(100% - 332px);
    width: calc(100% - 332px);
  }
}
@media (min-width: 992px) {
  .layout .sidebar {
    flex: 0 0 300px;
    width: 300px;
    margin-inline: 0;
  }
}
.layout .sidebar.home {
  display: none;
}
@media (min-width: 992px) {
  .layout .sidebar.home {
    display: block;
  }
}

.overflow-wrapper {
  overflow: hidden;
}
@media (min-width: 992px) {
  .overflow-wrapper {
    overflow: visible;
  }
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("../img/loading.gif") center no-repeat #fff;
  background-size: 110px auto;
  text-align: center;
}

.page-wrapper {
  padding-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .page-wrapper {
    padding-bottom: 9.6rem;
  }
}
.page-wrapper.single-show-page .shows-box {
  margin-bottom: 6.4rem;
}
.page-wrapper.tv-scheme-page .shows-box {
  margin-bottom: 9.6rem;
}
.page-wrapper.category-page-wrapper .latest-box {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .page-wrapper.category-page-wrapper .latest-box {
    margin-bottom: 0;
  }
}

.banner,
.bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.8rem;
  position: relative;
  overflow: hidden;
}

.banner-wrapper,
.bnr-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.banner-wrapper:after,
.bnr-wrapper:after {
  content: "Oglas";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.banner-wrapper .banner-inner,
.banner-wrapper .bnr-inner,
.bnr-wrapper .banner-inner,
.bnr-wrapper .bnr-inner {
  position: relative;
  z-index: 2;
}
.sidebar .banner-wrapper,
.sidebar .bnr-wrapper {
  min-width: 300px;
}

.grecaptcha-badge {
  display: none;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-warning, .btn-info, .btn-secondary, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #2D2D2D;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #141414;
  color: #fff !important;
}

.bg-primary {
  background-color: #2D2D2D;
}

.text-primary {
  color: #2D2D2D !important;
}

.btn-secondary {
  background-color: #fff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #fff;
}

.text-secondary {
  color: #fff !important;
}

.btn-info {
  background-color: #305CDF;
  color: #fff !important;
}
.btn-info:hover {
  background-color: #1d46bf;
  color: #fff !important;
}

.bg-info {
  background-color: #305CDF;
}

.text-info {
  color: #305CDF !important;
}

.btn-warning {
  background-color: #EFBF04;
  color: #000 !important;
}
.btn-warning:hover {
  background-color: #bd9703;
  color: #fff !important;
}

.bg-warning {
  background-color: #EFBF04;
}

.text-warning {
  color: #EFBF04 !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1265px) {
  .container {
    max-width: 1260px;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1390px;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
input[type=radio],
input[type=checkbox] {
  display: none;
}

.fake-checkbox {
  display: block;
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  margin-right: 1.2rem;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1.5px solid #2D2D2D;
  background-clip: content-box;
  cursor: pointer;
  transition: 0.3s linear;
}
.fake-checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 3px;
  line-height: 18px;
  font-size: 1.3rem !important;
  color: #2D2D2D;
}

.fake-radio {
  display: block;
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
  margin-right: 0.8rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  background-clip: content-box;
  cursor: pointer;
  transition: 0.3s linear;
}
.fake-radio:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 3px;
  line-height: 18px;
  font-size: 1.3rem !important;
  color: #fff;
}

input[type=checkbox]:checked + .fake-checkbox {
  background-color: #2D2D2D;
  border-color: #2D2D2D;
  border: 1.5px solid #2D2D2D;
  padding: 4px;
}

input[type=radio]:checked + .fake-radio {
  background-color: #fff;
  border-color: #fff;
  border: 1px solid #fff;
  padding: 4px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
header .header-wrapper {
  padding-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1600px) {
  header .header-wrapper {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
}
header .header-wrapper .logo,
header .header-wrapper .custom-logo-link {
  display: block;
  max-width: 19rem;
  flex: 0 0 19rem;
  width: 19rem;
  order: 1;
}
@media (min-width: 576px) {
  header .header-wrapper .logo,
  header .header-wrapper .custom-logo-link {
    max-width: 19.8rem;
    flex: 0 0 19.8rem;
    width: 19.8rem;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .logo,
  header .header-wrapper .custom-logo-link {
    flex: 0 0 23.8rem;
    width: 23.8rem;
    max-width: 23.8rem;
  }
}
header .header-wrapper .main-menu {
  flex: 0 0 100%;
  width: 100%;
  order: 3;
  padding: 1.7rem 0;
  border-top: 1px solid rgba(45, 45, 45, 0.1);
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  overflow-y: auto;
}
@media (min-width: 1265px) {
  header .header-wrapper .main-menu {
    justify-content: center;
    overflow-y: unset;
  }
}
@media (min-width: 1600px) {
  header .header-wrapper .main-menu {
    flex: 0 0 auto;
    width: auto;
    order: 2;
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    gap: 2.4rem;
    justify-content: flex-start;
  }
}
header .header-wrapper .main-menu .main-menu-item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
}
@media (min-width: 1600px) {
  header .header-wrapper .main-menu .main-menu-item {
    padding: 2.9rem 0;
  }
}
header .header-wrapper .main-menu .main-menu-item:hover .submenu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
header .header-wrapper .main-menu .main-menu-item .main-menu-link-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
header .header-wrapper .main-menu .main-menu-item .main-menu-link-wrapper .main-menu-link {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
header .header-wrapper .main-menu .main-menu-item .main-menu-link-wrapper .main-menu-link:hover::after {
  width: 100%;
}
header .header-wrapper .main-menu .main-menu-item .main-menu-link-wrapper .main-menu-link.active::after {
  width: 100%;
}
header .header-wrapper .main-menu .main-menu-item .main-menu-link-wrapper .main-menu-link::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #305CDF;
  transition: width 0.3s ease;
  left: 0;
  bottom: -2px;
}
header .header-wrapper .main-menu .main-menu-item .main-menu-link-wrapper .toggle-submenu {
  display: none;
}
@media (min-width: 1265px) {
  header .header-wrapper .main-menu .main-menu-item .main-menu-link-wrapper .toggle-submenu {
    display: flex;
    align-items: center;
    margin-left: 0.8rem;
  }
}
header .header-wrapper .main-menu .main-menu-item .submenu-wrapper {
  display: none;
}
@media (min-width: 1265px) {
  header .header-wrapper .main-menu .main-menu-item .submenu-wrapper {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.3s ease;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0px 0px 8px 8px;
    border-right: 1px solid rgba(45, 45, 45, 0.1);
    border-bottom: 1px solid rgba(45, 45, 45, 0.1);
    border-left: 1px solid rgba(45, 45, 45, 0.1);
    background: #fff;
    z-index: 101;
    padding: 1.2rem 4.8rem 2.8rem 3.2rem;
    display: flex;
    min-width: max-content;
  }
  header .header-wrapper .main-menu .main-menu-item .submenu-wrapper .main-submenu {
    flex: 0 0 auto;
    width: auto;
  }
  header .header-wrapper .main-menu .main-menu-item .submenu-wrapper .main-submenu .main-submenu-item {
    transition: 0.3s linear;
  }
  header .header-wrapper .main-menu .main-menu-item .submenu-wrapper .main-submenu .main-submenu-item:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  header .header-wrapper .main-menu .main-menu-item .submenu-wrapper .main-submenu .main-submenu-item:hover .main-submenu-link {
    color: #305CDF;
  }
  header .header-wrapper .main-menu .main-menu-item .submenu-wrapper .main-submenu .main-submenu-item .main-submenu-link {
    display: block;
    color: #2D2D2D;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    transition: 0.3s linear;
  }
  header .header-wrapper .main-menu .main-menu-item .submenu-wrapper .category-tags {
    flex: 0 0 auto;
    width: auto;
    padding-left: 3.7rem;
    padding-top: 1.2rem;
    border-left: 1px solid #e0e4e9;
  }
  header .header-wrapper .main-menu .main-menu-item .submenu-wrapper .category-tags .category-tag-item:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  header .header-wrapper .main-menu .main-menu-item .submenu-wrapper .category-tags .category-tag-item:hover .category-tag-link {
    color: #2D2D2D;
  }
  header .header-wrapper .main-menu .main-menu-item .submenu-wrapper .category-tags .category-tag-item .category-tag-link {
    display: block;
    color: #2D2D2D;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    transition: 0.3s linear;
  }
}
header .header-wrapper .header-action {
  order: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 1rem;
}
@media (min-width: 576px) {
  header .header-wrapper .header-action {
    gap: 1.6rem;
  }
}
@media (min-width: 1600px) {
  header .header-wrapper .header-action {
    order: 3;
    margin-left: unset;
    gap: 1.8rem;
    padding-left: 1.8rem;
    border-left: 1px solid rgba(45, 45, 45, 0.1);
  }
}
header .header-wrapper .header-action .current-time {
  display: block;
  color: #305CDF;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2rem;
  text-transform: uppercase;
  padding-left: 1.2rem;
  position: relative;
}
header .header-wrapper .header-action .current-time:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #305CDF;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .header-wrapper .header-action .weather-link {
  display: block;
}
header .header-wrapper .header-action .weather-link svg g path {
  transition: 0.3s linear;
}
header .header-wrapper .header-action .weather-link:hover svg g path {
  stroke: #305CDF;
}
header .header-wrapper .header-action .search-link {
  display: block;
}
header .header-wrapper .header-action .search-link svg path {
  transition: 0.3s linear;
}
header .header-wrapper .header-action .search-link:hover svg path {
  stroke: #305CDF;
}
header .header-wrapper .header-action .navbar-toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 2.4rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  header .header-wrapper .header-action .navbar-toggler {
    display: none;
  }
}
header .header-wrapper .header-action .navbar-toggler:hover span {
  background-color: #305CDF;
}
header .header-wrapper .header-action .navbar-toggler.active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
header .header-wrapper .header-action .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
header .header-wrapper .header-action .navbar-toggler.active span:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  right: 0;
  width: 2.4rem;
  transform: rotate(-45deg);
}
header .header-wrapper .header-action .navbar-toggler span {
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #2D2D2D;
  position: absolute;
  transition: 0.3s linear;
}
header .header-wrapper .header-action .navbar-toggler span:nth-of-type(1) {
  top: 0;
}
header .header-wrapper .header-action .navbar-toggler span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .header-wrapper .header-action .navbar-toggler span:nth-of-type(3) {
  bottom: 0;
  width: 80%;
  right: 0;
}
header .side-menu-wrapper {
  display: block;
  position: fixed;
  height: 100vh;
  width: 100%;
  right: -100%;
  padding: 1.6rem 3.1rem 21rem;
  top: 171.4px;
  z-index: 999999;
  transition: 0.3s linear;
  overflow-y: auto;
  background-color: #fff;
}
@media (min-width: 576px) {
  header .side-menu-wrapper {
    width: 382px;
    right: -382px;
  }
}
@media (min-width: 992px) {
  header .side-menu-wrapper {
    display: none;
  }
}
header .side-menu-wrapper.menu-on {
  right: 0;
}
header .side-menu-wrapper .side-menu .side-menu-item:not(:last-of-type) {
  margin-bottom: 3.3rem;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-menu-link-wrapper {
  display: flex;
  align-items: center;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-menu-link-wrapper .side-menu-link {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-menu-link-wrapper .toggle-side-submenu {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.8rem;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-menu-link-wrapper .toggle-side-submenu svg {
  transition: transform 0.3s ease;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-menu-link-wrapper .toggle-side-submenu.rotated svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-submenu {
  display: none;
  padding-top: 3.3rem;
  padding-left: 1.6rem;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-submenu .side-submenu-item:not(:last-of-type) {
  margin-bottom: 3.3rem;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-submenu .side-submenu-item .side-submenu-link-wrapper {
  display: flex;
  align-items: center;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-submenu .side-submenu-item .side-submenu-link-wrapper .side-submenu-link {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-submenu .side-submenu-item .side-submenu-link-wrapper .toggle-side-subsubmenu {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.8rem;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-submenu .side-submenu-item .side-submenu-link-wrapper .toggle-side-subsubmenu svg {
  transition: transform 0.3s ease;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-submenu .side-submenu-item .side-submenu-link-wrapper .toggle-side-subsubmenu.rotated svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-submenu .side-submenu-item .side-subsubmenu {
  display: none;
  padding-left: 1.6rem;
  padding-top: 3.3rem;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-submenu .side-submenu-item .side-subsubmenu .side-subsubmenu-item:not(:last-of-type) {
  margin-bottom: 3.3rem;
}
header .side-menu-wrapper .side-menu .side-menu-item .side-submenu .side-submenu-item .side-subsubmenu .side-subsubmenu-item .side-subsubmenu-link {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) zoom(0);
    opacity: 0.6;
  }
  80% {
    transform: translate(-50%, -50%) zoom(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.news-item.gallery-item .news-item-image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../img/assets/gallery.svg);
  background-repeat: no-repeat;
  background-size: 3.2rem 3.2rem;
  background-position: center;
  z-index: 2;
}
.news-item.video-item .news-item-image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../img/assets/video.png);
  background-repeat: no-repeat;
  background-size: 3.2rem 3.2rem;
  background-position: center;
  z-index: 2;
}
@media (min-width: 992px) {
  .news-item.video-item .news-item-image-wrapper:before {
    top: 1.6rem;
    right: 1.6rem;
  }
}
.news-item:hover .news-item-image-wrapper .news-item-image img {
  transform: scale(1.1);
}
.news-item .news-item-image-wrapper {
  position: relative;
}
.news-item .news-item-image-wrapper .news-item-image {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0;
}
.news-item .news-item-image-wrapper .news-item-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.news-item .news-item-image-wrapper .news-item-image img,
.news-item .news-item-image-wrapper .news-item-image video,
.news-item .news-item-image-wrapper .news-item-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s linear;
}
.news-item .news-item-data .news-item-title {
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.news-item .news-item-data .news-item-title a {
  color: #2D2D2D;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.news-item .news-item-data .news-item-description {
  margin-bottom: 0;
  display: none;
}
.news-item .news-item-data .news-item-category-time {
  display: flex;
  align-items: center;
}
.news-item .news-item-data .news-item-category-time .news-item-category {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #305CDF;
  font-weight: 600;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 1265px) {
  .news-item .news-item-data .news-item-category-time .news-item-category {
    font-size: 1.3rem;
  }
}
.news-item .news-item-data .news-item-category-time .news-item-category:last-of-type {
  position: relative;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
}
.news-item .news-item-data .news-item-category-time .news-item-category:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background-color: #305CDF;
  right: 0;
  top: 0;
}
.news-item .news-item-data .news-item-category-time .news-item-date {
  display: block;
  color: rgba(45, 45, 45, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 1265px) {
  .news-item .news-item-data .news-item-category-time .news-item-date {
    font-size: 1.3rem;
  }
}
.news-item .news-item-data .news-item-category-time .news-item-time {
  display: none;
}

.top-news {
  background-color: #ffef2b;
  padding: 1.1rem 0;
}
@media (min-width: 992px) {
  .top-news {
    padding: 0;
  }
}
.top-news .top-news-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  overflow: hidden;
}
.top-news .top-news-title {
  flex-shrink: 0;
  white-space: nowrap;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .top-news .top-news-title {
    font-size: 1.5rem;
    padding-left: 0;
  }
}
.top-news .top-news-slider {
  flex: 1;
  overflow: hidden;
}
.top-news .top-news-slider .top-news-item {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  height: 100%;
}
@media (min-width: 992px) {
  .top-news .top-news-slider .top-news-item {
    padding: 1.5rem 1rem;
    justify-content: center;
  }
}
.top-news .top-news-slider .top-news-item .live-dot {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 1265px) {
  .top-news .top-news-slider .top-news-item .live-dot {
    width: 10px;
    height: 10px;
  }
}
.top-news .top-news-slider .top-news-item .live-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 2px solid #000;
  animation: pulse-ring 2s infinite;
}
@media (min-width: 1265px) {
  .top-news .top-news-slider .top-news-item .live-dot::before {
    width: 2rem;
    height: 2rem;
  }
}
.top-news .top-news-slider .top-news-item .news-title {
  margin-left: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .top-news .top-news-slider .top-news-item .news-title {
    font-size: 1.5rem;
    margin-left: 1rem;
  }
}
.top-news .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.top-news .owl-carousel .owl-stage {
  display: flex;
  width: 100% !important;
}
.top-news .owl-carousel .owl-item {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.6;
  }
  80% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.header-news {
  background-color: #305CDF;
  padding: 1rem 1.5rem;
}
@media (min-width: 992px) {
  .header-news {
    padding: 1.3rem 1.5rem;
  }
}
.header-news .container {
  padding-inline: 0;
}
@media (min-width: 992px) {
  .header-news .container {
    padding-inline: 15px;
  }
}
.header-news .header-news-box {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.header-news .header-news-box .header-news-box-title {
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 100%;
  color: #fff;
  margin-bottom: 0;
  flex: 0 0 10rem;
  width: 10rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 1.6rem;
  padding-left: 1.2rem;
  position: relative;
}
@media (min-width: 992px) {
  .header-news .header-news-box .header-news-box-title {
    margin-right: 3.2rem;
    padding-left: 2rem;
  }
}
.header-news .header-news-box .header-news-box-title::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .header-news .header-news-box .header-news-box-title::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.header-news .header-news-box .header-news-slider-wrapper {
  flex: 0 0 calc(100% - 10rem);
  width: calc(100% - 10rem);
  position: relative;
}
.header-news .header-news-box .header-news-slider-wrapper .header-news-slider .marquee {
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 2;
}
.header-news .header-news-box .header-news-slider-wrapper .header-news-slider .marquee .marquee-content {
  display: flex;
  align-items: center;
  width: auto;
  animation: scrolling 40s linear infinite;
  flex-shrink: 0;
}
.header-news .header-news-box .header-news-slider-wrapper .header-news-slider .marquee .marquee-content .news-item .news-item-data .news-item-title {
  margin-bottom: 0;
  font-size: 16px !important;
  line-height: 20px !important;
}
.header-news .header-news-box .header-news-slider-wrapper .header-news-slider .marquee .marquee-content .news-item .news-item-data .news-item-title a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: #fff;
  white-space: nowrap;
  position: relative;
  padding-right: 2.2rem;
}
.header-news .header-news-box .header-news-slider-wrapper .header-news-slider .marquee .marquee-content .news-item .news-item-data .news-item-title a::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes scrolling {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.lead-news-box {
  margin-bottom: 4.8rem;
}
@media (min-width: 576px) {
  .lead-news-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .lead-news-box {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 0.8rem;
    margin-bottom: 4.2rem;
  }
}
.lead-news-box .news-item {
  position: relative;
}
.lead-news-box .news-item:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
@media (min-width: 576px) {
  .lead-news-box .news-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.lead-news-box .news-item .news-item-image-wrapper .news-item-image::after {
  padding-top: 50%;
}
@media (min-width: 576px) {
  .lead-news-box .news-item .news-item-image-wrapper .news-item-image::after {
    padding-top: 100%;
  }
}
.lead-news-box .news-item .news-item-data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.6rem;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 992px) {
  .lead-news-box .news-item .news-item-data {
    padding: 2rem;
  }
}
.lead-news-box .news-item .news-item-data::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 35%);
  z-index: -1;
}
.lead-news-box .news-item .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .lead-news-box .news-item .news-item-data .news-item-title {
    margin-bottom: 1.6rem;
  }
}
.lead-news-box .news-item .news-item-data .news-item-title a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 125%;
}
@media (min-width: 768px) {
  .lead-news-box .news-item .news-item-data .news-item-title a {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .lead-news-box .news-item .news-item-data .news-item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 120%;
  }
}
.lead-news-box .news-item .news-item-data .news-item-category-time .news-item-category {
  color: #fff;
}
.lead-news-box .news-item .news-item-data .news-item-category-time .news-item-category:last-of-type::after {
  background-color: #EFBF04;
}
.lead-news-box .news-item .news-item-data .news-item-category-time .news-item-date {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .lead-news-box .news-item:first-of-type {
    grid-column: 1/4;
    grid-row: 1/3;
  }
}
@media (min-width: 992px) {
  .lead-news-box .news-item:first-of-type .news-item-image-wrapper:before {
    width: 4.2rem;
    height: 4.2rem;
    background-size: 4.2rem 4.2rem;
  }
}
.lead-news-box .news-item:first-of-type .news-item-image-wrapper .news-item-image::after {
  padding-top: 117%;
}
@media (min-width: 992px) {
  .lead-news-box .news-item:first-of-type .news-item-image-wrapper .news-item-image::after {
    padding-top: 75%;
  }
}
.lead-news-box .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 2.2rem;
}
@media (min-width: 576px) {
  .lead-news-box .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .lead-news-box .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .lead-news-box .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .lead-news-box .news-item:nth-of-type(2) {
    grid-column: 4/6;
    grid-row: 1/2;
  }
}
.lead-news-box .news-item:nth-of-type(2) .news-item-image-wrapper .news-item-image::after {
  padding-top: 72%;
}
@media (min-width: 576px) {
  .lead-news-box .news-item:nth-of-type(2) .news-item-image-wrapper .news-item-image::after {
    padding-top: 117%;
  }
}
@media (min-width: 992px) {
  .lead-news-box .news-item:nth-of-type(2) .news-item-image-wrapper .news-item-image::after {
    padding-top: 61%;
  }
}
.lead-news-box .news-item:nth-of-type(2) .news-item-data .news-item-title a {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .lead-news-box .news-item:nth-of-type(2) .news-item-data .news-item-title a {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .lead-news-box .news-item:nth-of-type(2) .news-item-data .news-item-title a {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .lead-news-box .news-item:nth-of-type(3) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
@media (min-width: 992px) {
  .lead-news-box .news-item:nth-of-type(4) {
    grid-column: 5/6;
    grid-row: 2/3;
  }
}

.one-three-news-box {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .one-three-news-box {
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 768px) {
  .one-three-news-box .one-three-news-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.2rem;
  }
}
.one-three-news-box .one-three-news-items .news-item {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .one-three-news-box .one-three-news-items .news-item {
    display: block;
  }
}
.one-three-news-box .one-three-news-items .news-item:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .one-three-news-box .one-three-news-items .news-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.one-three-news-box .one-three-news-items .news-item .news-item-image-wrapper {
  flex: 0 0 12rem;
  width: 12rem;
  margin-right: 1.6rem;
}
@media (min-width: 768px) {
  .one-three-news-box .one-three-news-items .news-item .news-item-image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.one-three-news-box .one-three-news-items .news-item .news-item-image-wrapper:before {
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
  right: 0.8rem;
  top: 0.8rem;
}
@media (min-width: 768px) {
  .one-three-news-box .one-three-news-items .news-item .news-item-image-wrapper:before {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 3.2rem 3.2rem;
    right: 1.6rem;
    top: 1.6rem;
  }
}
.one-three-news-box .one-three-news-items .news-item .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .one-three-news-box .one-three-news-items .news-item .news-item-data .news-item-title {
    margin-bottom: 1.6rem;
  }
}
.one-three-news-box .one-three-news-items .news-item .news-item-data .news-item-title a {
  font-size: 1.6rem;
}
@media (min-width: 1265px) {
  .one-three-news-box .one-three-news-items .news-item .news-item-data .news-item-title a {
    font-size: 2rem;
  }
}
.one-three-news-box .one-three-news-items .news-item .news-item-data .news-item-category-time .news-item-category {
  font-size: 1.2rem;
}
.one-three-news-box .one-three-news-items .news-item .news-item-data .news-item-category-time .news-item-date {
  font-size: 1.2rem;
}
.one-three-news-box .one-three-news-items .news-item:first-of-type {
  display: block;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .one-three-news-box .one-three-news-items .news-item:first-of-type {
    margin-bottom: 0;
    grid-column: 1/4;
  }
}
@media (min-width: 1265px) {
  .one-three-news-box .one-three-news-items .news-item:first-of-type {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .one-three-news-box .one-three-news-items .news-item:first-of-type {
    justify-content: flex-start;
  }
}
.one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-image-wrapper {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.6rem;
}
@media (min-width: 1265px) {
  .one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-image-wrapper {
    margin-bottom: 0;
    flex: 0 0 49%;
    width: 49%;
  }
}
@media (min-width: 1400px) {
  .one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-image-wrapper {
    margin-bottom: 0;
    flex: 0 0 54.8rem;
    width: 54.8rem;
    margin-right: 3.2rem;
  }
}
.one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-image-wrapper:before {
  width: 3.2rem;
  height: 3.2rem;
  background-size: 3.2rem 3.2rem;
}
@media (min-width: 576px) {
  .one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-image-wrapper:before {
    width: 4.2rem;
    height: 4.2rem;
    background-size: 4.2rem 4.2rem;
  }
}
@media (min-width: 1265px) {
  .one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-data {
    flex: 0 0 49%;
    width: 49%;
  }
}
@media (min-width: 1400px) {
  .one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-data {
    flex: 1;
    width: 100%;
  }
}
.one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
.one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 3.2rem;
  }
}
.one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-data .news-item-description {
  display: block;
  color: rgba(45, 45, 45, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .one-three-news-box .one-three-news-items .news-item:first-of-type .news-item-data .news-item-description {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1265px) {
  .one-three-news-box.image-right .one-three-news-items .news-item:first-of-type .news-item-image-wrapper {
    order: 2;
  }
}
@media (min-width: 1400px) {
  .one-three-news-box.image-right .one-three-news-items .news-item:first-of-type .news-item-image-wrapper {
    margin-right: 0;
  }
}
@media (min-width: 1265px) {
  .one-three-news-box.image-right .one-three-news-items .news-item:first-of-type .news-item-data {
    order: 1;
  }
}
@media (min-width: 1400px) {
  .one-three-news-box.image-right .one-three-news-items .news-item:first-of-type .news-item-data {
    margin-right: 3.2rem;
  }
}

.four-news-box {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .four-news-box {
    margin-bottom: 6.4rem;
  }
}
.four-news-box .four-news-box-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1265px) {
  .four-news-box .four-news-box-items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.2rem;
  }
}
.four-news-box .four-news-box-items .news-item:first-of-type {
  grid-column: 1/3;
  margin-bottom: 3.2rem;
}
@media (min-width: 1265px) {
  .four-news-box .four-news-box-items .news-item:first-of-type {
    grid-row: 1/4;
    grid-column: 1/3;
    margin-bottom: 0;
  }
}
.four-news-box .four-news-box-items .news-item:first-of-type .news-item-image-wrapper {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .four-news-box .four-news-box-items .news-item:first-of-type .news-item-image-wrapper {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) {
  .four-news-box .four-news-box-items .news-item:first-of-type .news-item-image-wrapper::before {
    width: 4.2rem;
    height: 4.2rem;
    background-size: 4.2rem 4.2rem;
  }
}
@media (min-width: 768px) {
  .four-news-box .four-news-box-items .news-item:first-of-type .news-item-image-wrapper::before {
    top: 1.6rem;
    right: 1.6rem;
  }
}
.four-news-box .four-news-box-items .news-item:first-of-type .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
.four-news-box .four-news-box-items .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 2rem;
  line-height: 125%;
}
@media (min-width: 768px) {
  .four-news-box .four-news-box-items .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 3.2rem;
  }
}
.four-news-box .four-news-box-items .news-item:first-of-type .news-item-data .news-item-description {
  display: block;
  color: rgba(45, 45, 45, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .four-news-box .four-news-box-items .news-item:first-of-type .news-item-data .news-item-description {
    font-size: 1.6rem;
  }
}
.four-news-box .four-news-box-items .news-item:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  grid-column: 1/3;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  margin-bottom: 1.6rem;
}
@media (min-width: 1265px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(2) {
    grid-column: unset;
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-image-wrapper {
  flex: 0 0 12rem;
  width: 12rem;
  margin-right: 1.6rem;
}
@media (min-width: 768px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-image-wrapper {
    flex: 0 0 31.6rem;
    width: 31.6rem;
  }
}
@media (min-width: 1265px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-image-wrapper {
    flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-image-wrapper:before {
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
}
@media (min-width: 768px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-image-wrapper:before {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 3.2rem 3.2rem;
    top: 1.6rem;
    right: 1.6rem;
  }
}
.four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-data {
  flex: 1;
  width: 100%;
}
@media (min-width: 1265px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-data {
    flex: unset;
  }
}
.four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-data .news-item-title {
    font-size: 1.6rem;
  }
}
.four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-data .news-item-title a {
  font-size: 1.6rem;
  line-height: 125%;
}
@media (min-width: 768px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(2) .news-item-data .news-item-title a {
    font-size: 2rem;
  }
}
.four-news-box .four-news-box-items .news-item:nth-of-type(3) .news-item-image-wrapper, .four-news-box .four-news-box-items .news-item:nth-of-type(4) .news-item-image-wrapper {
  display: none;
}
.four-news-box .four-news-box-items .news-item:nth-of-type(3) .news-item-data .news-item-title, .four-news-box .four-news-box-items .news-item:nth-of-type(4) .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(3) .news-item-data .news-item-title, .four-news-box .four-news-box-items .news-item:nth-of-type(4) .news-item-data .news-item-title {
    margin-bottom: 1.6rem;
  }
}
.four-news-box .four-news-box-items .news-item:nth-of-type(3) .news-item-data .news-item-title a, .four-news-box .four-news-box-items .news-item:nth-of-type(4) .news-item-data .news-item-title a {
  font-size: 1.6rem;
  line-height: 125%;
}
@media (min-width: 768px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(3) .news-item-data .news-item-title a, .four-news-box .four-news-box-items .news-item:nth-of-type(4) .news-item-data .news-item-title a {
    font-size: 2rem;
  }
}
.four-news-box .four-news-box-items .news-item:nth-of-type(3) {
  padding-right: 1.2rem;
  border-right: 1px solid rgba(45, 45, 45, 0.1);
}
@media (min-width: 1265px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(3) {
    padding-right: 0;
    border-right: none;
  }
}
.four-news-box .four-news-box-items .news-item:nth-of-type(4) {
  padding-left: 1.2rem;
}
@media (min-width: 1265px) {
  .four-news-box .four-news-box-items .news-item:nth-of-type(4) {
    padding-left: 0;
  }
}

.news-box-portrait {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .news-box-portrait {
    margin-bottom: 7rem;
  }
}
.news-box-portrait .section-header {
  margin-bottom: 3rem;
}
.news-box-portrait .news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item {
  position: relative;
}
.news-box-portrait .news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-category-time .news-item-category {
  margin-right: 0.8rem;
}
.news-box-portrait .news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-category-time .news-item-category:last-of-type::after {
  display: none;
}
.news-box-portrait .news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-category-time .news-item-time {
  position: absolute;
  top: 1.7rem;
  right: 1.7rem;
  color: #fff;
  z-index: 2;
  font-weight: 600;
}

.news-box-portrait-slider.swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .news-box-portrait-slider.swiper {
    overflow: hidden;
  }
}
.news-box-portrait-slider .swiper-wrapper {
  padding-bottom: 3.2rem;
}
.news-box-portrait-slider .swiper-wrapper .swiper-slide {
  width: 25.9rem;
}
@media (min-width: 992px) {
  .news-box-portrait-slider .swiper-wrapper .swiper-slide {
    width: 31.3rem;
  }
}
.news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper {
  margin-bottom: 1.4rem;
}
.news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper::before {
  width: 3.2rem;
  height: 3.2rem;
  background-size: 3.2rem 3.2rem;
  left: 1.6rem;
  bottom: 1.6rem;
}
.news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(20, 22, 23, 0) 45.56%, rgba(20, 22, 23, 0.5) 99.64%);
  z-index: 1;
  border-radius: 8px;
}
.news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper .news-item-image:after {
  padding-top: 125%;
}
.news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title {
  margin-bottom: 1.4rem;
}
.news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title a {
  font-size: 1.6rem;
  letter-spacing: -0.16px;
  line-height: 125%;
}
@media (min-width: 992px) {
  .news-box-portrait-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title a {
    font-size: 1.8rem;
    line-height: 122%;
    letter-spacing: -0.18px;
  }
}
.news-box-portrait-slider .swiper-scrollbar {
  background: #e0e4e9;
  width: 100%;
  left: 0;
  height: 4px;
}
.news-box-portrait-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #2D2D2D;
}

.news-box-landscape {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .news-box-landscape {
    margin-bottom: 6.4rem;
  }
}
.news-box-landscape .news-box-landscape-slider.swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .news-box-landscape .news-box-landscape-slider.swiper {
    overflow: hidden;
  }
}
.news-box-landscape .news-box-landscape-slider .swiper-wrapper {
  padding-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .news-box-landscape .news-box-landscape-slider .swiper-wrapper {
    padding-bottom: 3.2rem;
  }
}
.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide {
  width: 26.6rem;
}
@media (min-width: 992px) {
  .news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide {
    width: 31.6rem;
  }
}
.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper {
  margin-bottom: 1.6rem;
}
.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title {
    margin-bottom: 1.6rem;
  }
}
.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title a {
  font-size: 1.6rem;
  line-height: 125%;
}
@media (min-width: 992px) {
  .news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title a {
    font-size: 2rem;
  }
}
.news-box-landscape .news-box-landscape-slider .swiper-scrollbar {
  background: #eaeffc;
  border-radius: 999px;
  width: 100%;
  left: 0;
  height: 6px;
}
.news-box-landscape .news-box-landscape-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #305CDF;
}

.category-box {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .category-box {
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 992px) {
  .category-box .category-box-wrapper {
    display: flex;
  }
}
@media (min-width: 992px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .section-header .section-title a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1265px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .section-header .section-title a {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .section-header .see-more {
    font-size: 1.4rem;
  }
}
@media (min-width: 1265px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .section-header .see-more {
    font-size: 1.6rem;
  }
}
.category-box .category-box-wrapper .category-box-item-wrapper:not(:last-of-type) {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .category-box .category-box-wrapper .category-box-item-wrapper {
    flex: 0 0 calc(25% - 12px);
    width: calc(25% - 12px);
    margin-right: 16px;
  }
  .category-box .category-box-wrapper .category-box-item-wrapper:last-of-type {
    margin-right: 0;
  }
  .category-box .category-box-wrapper .category-box-item-wrapper:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 1265px) {
  .category-box .category-box-wrapper .category-box-item-wrapper {
    flex: 0 0 calc(25% - 24px);
    width: calc(25% - 24px);
    margin-right: 32px;
  }
  .category-box .category-box-wrapper .category-box-item-wrapper:last-of-type {
    margin-right: 0;
  }
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type):last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-image-wrapper {
  display: none;
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
@media (min-width: 1265px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-data .news-item-title {
    margin-bottom: 1.6rem;
  }
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-data .news-item-title a {
  font-size: 1.6rem;
  line-height: 125%;
}
@media (min-width: 1265px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-data .news-item-title a {
    font-size: 1.8rem;
  }
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image-wrapper {
  margin-bottom: 1.6rem;
}
@media (min-width: 576px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image-wrapper:before {
    width: 4.2rem;
    height: 4.2rem;
    background-size: 4.2rem 4.2rem;
  }
}
@media (min-width: 768px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image-wrapper:before {
    top: 1.6rem;
    right: 1.6rem;
  }
}
@media (min-width: 992px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image-wrapper:before {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 3.2rem 3.2rem;
  }
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
@media (min-width: 1265px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-data .news-item-title {
    margin-bottom: 1.6rem;
  }
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 1.8rem;
  line-height: 125%;
}
@media (min-width: 1265px) {
  .category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 2rem;
  }
}

.latest-box .latest-box-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.2rem;
  grid-row-gap: 2.4rem;
}
@media (min-width: 768px) {
  .latest-box .latest-box-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1265px) {
  .latest-box .latest-box-list {
    grid-gap: 3.2rem;
  }
}
.latest-box .latest-box-list .news-item .news-item-image-wrapper {
  margin-bottom: 1.6rem;
}
.latest-box .latest-box-list .news-item .news-item-image-wrapper:before {
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
  top: 0.8rem;
  right: 0.8rem;
}
@media (min-width: 768px) {
  .latest-box .latest-box-list .news-item .news-item-image-wrapper:before {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem 2.4rem;
    top: 1.6rem;
    right: 1.6rem;
  }
}
@media (min-width: 1265px) {
  .latest-box .latest-box-list .news-item .news-item-image-wrapper:before {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 3.2rem 3.2rem;
  }
}
.latest-box .latest-box-list .news-item .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
@media (min-width: 1265px) {
  .latest-box .latest-box-list .news-item .news-item-data .news-item-title {
    margin-bottom: 1.6rem;
  }
}
.latest-box .latest-box-list .news-item .news-item-data .news-item-title a {
  font-size: 1.6rem;
  line-height: 125%;
}
@media (min-width: 1265px) {
  .latest-box .latest-box-list .news-item .news-item-data .news-item-title a {
    font-size: 2rem;
  }
}
@media (min-width: 1265px) {
  .latest-box.full .latest-box-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.latest-box.home {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .latest-box.home {
    margin-bottom: 0;
  }
}

.related-intext {
  border-top: 1px solid rgba(45, 45, 45, 0.1);
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  padding: 2.4rem 0;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .related-intext {
    margin-bottom: 3.2rem;
  }
}
.related-intext .related-intext-title {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .related-intext .related-intext-title {
    font-size: 2.4rem;
  }
}
.related-intext .related-intext-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 2.4rem;
}
@media (min-width: 1265px) {
  .related-intext .related-intext-wrapper {
    grid-gap: 3.2rem;
  }
}
.related-intext .related-intext-wrapper .news-item .news-item-image-wrapper {
  margin-bottom: 1.6rem;
}
.related-intext .related-intext-wrapper .news-item .news-item-image-wrapper:before {
  display: none;
}
.related-intext .related-intext-wrapper .news-item .news-item-data {
  display: flex;
  flex-direction: column;
}
.related-intext .related-intext-wrapper .news-item .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
.related-intext .related-intext-wrapper .news-item .news-item-data .news-item-title a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 145%;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.related-intext .related-intext-wrapper .news-item .news-item-data .news-item-category-date .news-item-category {
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.related-intext .related-intext-wrapper .news-item .news-item-data .news-item-category-date .news-item-date {
  color: rgba(45, 45, 45, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  padding-left: 0.8rem;
  margin-left: 0.8rem;
}
.related-intext .related-intext-wrapper .news-item .news-item-data .news-item-category-date .news-item-date::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.2);
  left: 0;
  top: 0;
}
@media (min-width: 1265px) {
  .related-intext .related-intext-wrapper .news-item {
    display: flex;
    align-items: flex-start;
  }
  .related-intext .related-intext-wrapper .news-item .news-item-image-wrapper {
    flex: 0 0 10rem;
    width: 10rem;
    margin-right: 2rem;
  }
  .related-intext .related-intext-wrapper .news-item .news-item-image-wrapper .news-item-image::after {
    padding-top: 100%;
  }
  .related-intext .related-intext-wrapper .news-item .news-item-data {
    flex: 1;
    width: 100%;
  }
  .related-intext .related-intext-wrapper .news-item .news-item-data .news-item-title {
    order: 2;
    margin-bottom: 0;
  }
  .related-intext .related-intext-wrapper .news-item .news-item-data .news-item-category-date {
    margin-bottom: 0.8rem;
  }
  .related-intext .related-intext-wrapper .news-item .news-item-data .news-item-category-date .news-item-category {
    font-size: 1.3rem;
  }
  .related-intext .related-intext-wrapper .news-item .news-item-data .news-item-category-date .news-item-date {
    font-size: 13px;
  }
}

.news-list .news-item {
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
@media (min-width: 1265px) {
  .news-list .news-item {
    padding: 3.2rem 0;
  }
}
.news-list .news-item:first-of-type {
  padding-top: 0;
}
.news-list .news-item .news-item-image-wrapper {
  flex: 0 0 8rem;
  width: 8rem;
  margin-right: 1.6rem;
}
@media (min-width: 576px) {
  .news-list .news-item .news-item-image-wrapper {
    flex: 0 0 15.7rem;
    width: 15.7rem;
    margin-right: 3.2rem;
  }
}
@media (min-width: 768px) {
  .news-list .news-item .news-item-image-wrapper {
    flex: 0 0 31.3rem;
    width: 31.3rem;
  }
}
@media (min-width: 992px) {
  .news-list .news-item .news-item-image-wrapper {
    flex: 0 0 15.7rem;
    width: 15.7rem;
  }
}
@media (min-width: 1265px) {
  .news-list .news-item .news-item-image-wrapper {
    flex: 0 0 31.6rem;
    width: 31.6rem;
  }
}
.news-list .news-item .news-item-image-wrapper:before {
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
}
@media (min-width: 576px) {
  .news-list .news-item .news-item-image-wrapper:before {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem 2.4rem;
  }
}
@media (min-width: 576px) {
  .news-list .news-item .news-item-image-wrapper:before {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 3.2rem 3.2rem;
  }
}
@media (min-width: 992px) {
  .news-list .news-item .news-item-image-wrapper:before {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem 2.4rem;
    top: 0.8rem;
    right: 0.8rem;
  }
}
@media (min-width: 1265px) {
  .news-list .news-item .news-item-image-wrapper:before {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 3.2rem 3.2rem;
    top: 1.6rem;
    right: 1.6rem;
  }
}
.news-list .news-item .news-item-image-wrapper .news-item-image::after {
  padding-top: 100%;
}
@media (min-width: 576px) {
  .news-list .news-item .news-item-image-wrapper .news-item-image::after {
    padding-top: 66%;
  }
}
.news-list .news-item .news-item-data {
  flex: 1;
  width: 100%;
}
.news-list .news-item .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
.news-list .news-item .news-item-data .news-item-title a {
  font-size: 1.6rem;
  line-height: 125%;
}
@media (min-width: 768px) {
  .news-list .news-item .news-item-data .news-item-title a {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .news-list .news-item .news-item-data .news-item-title a {
    font-size: 2rem;
  }
}
@media (min-width: 1265px) {
  .news-list .news-item .news-item-data .news-item-title a {
    font-size: 2.4rem;
  }
}
.news-list .news-item .news-item-data .news-item-description {
  display: none;
}
@media (min-width: 768px) {
  .news-list .news-item .news-item-data .news-item-description {
    display: block;
    color: rgba(45, 45, 45, 0.6);
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 992px) {
  .news-list .news-item .news-item-data .news-item-description {
    font-size: 1.2rem;
  }
}
@media (min-width: 1265px) {
  .news-list .news-item .news-item-data .news-item-description {
    font-size: 1.6rem;
  }
}
.news-list .news-item .news-item-data .news-item-category-time .news-item-time {
  display: block;
  margin-bottom: 0;
  color: rgba(45, 45, 45, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .news-list .news-item .news-item-data .news-item-category-time .news-item-time {
    font-size: 1.3rem;
  }
}
.news-list .news-item .news-item-data .news-item-category-time .news-item-time .time {
  padding: 0 0.2rem;
}

.latest-page {
  padding: 2.4rem 0 5.6rem;
}
@media (min-width: 1265px) {
  .latest-page {
    padding: 4.2rem 0 9.6rem;
  }
}
.latest-page .news-list .news-item {
  position: relative;
}
@media (min-width: 1265px) {
  .latest-page .news-list .news-item {
    padding-left: 10rem;
  }
}
@media (min-width: 1265px) {
  .latest-page .news-list .news-item:first-of-type .news-item-category-time .news-item-time {
    top: 40%;
  }
}
@media (min-width: 1265px) {
  .latest-page .news-list .news-item .news-item-category-time .news-item-category:not(:last-of-type) {
    margin-right: 0.8rem;
  }
  .latest-page .news-list .news-item .news-item-category-time .news-item-category:last-of-type::after {
    display: none;
  }
}
.latest-page .news-list .news-item .news-item-category-time .news-item-date {
  display: none;
}
.latest-page .news-list .news-item .news-item-category-time .news-item-time .hours {
  display: none;
}
@media (min-width: 1265px) {
  .latest-page .news-list .news-item .news-item-category-time .news-item-time {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .latest-page .news-list .news-item .news-item-category-time .news-item-time .ago-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .latest-page .news-list .news-item .news-item-category-time .news-item-time .ago-wrapper span {
    display: block;
    color: #2d2d2d;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .latest-page .news-list .news-item .news-item-category-time .news-item-time .ago-wrapper span.time {
    color: #305CDF;
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.latest-page .layout .main-content {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .latest-page .layout .main-content {
    margin-bottom: 0;
  }
}

.subcategory-page {
  padding: 2.4rem 0 0.8rem;
}
@media (min-width: 1265px) {
  .subcategory-page {
    padding: 4.2rem 0 9.6rem;
  }
}
.subcategory-page .layout .main-content {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .subcategory-page .layout .main-content {
    margin-bottom: 0;
  }
}
.subcategory-page .layout .main-content .lead-item .news-item {
  display: block;
  padding-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .subcategory-page .layout .main-content .lead-item .news-item {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1265px) {
  .subcategory-page .layout .main-content .lead-item .news-item {
    padding-bottom: 3.2rem;
  }
}
.subcategory-page .layout .main-content .lead-item .news-item .news-item-image-wrapper {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .subcategory-page .layout .main-content .lead-item .news-item .news-item-image-wrapper {
    flex: 0 0 31.3rem;
    width: 31.3rem;
    margin-bottom: 0;
    margin-right: 3.2rem;
  }
}
@media (min-width: 1265px) {
  .subcategory-page .layout .main-content .lead-item .news-item .news-item-image-wrapper {
    flex: 0 0 54.8rem;
    width: 54.8rem;
  }
}
@media (min-width: 1265px) {
  .subcategory-page .layout .main-content .lead-item .news-item .news-item-image-wrapper:before {
    width: 4.2rem;
    height: 4.2rem;
    background-size: 4.2rem 4.2rem;
  }
}
@media (min-width: 768px) {
  .subcategory-page .layout .main-content .lead-item .news-item .news-item-data {
    flex: 1;
    width: 100%;
  }
}
.subcategory-page .layout .main-content .lead-item .news-item .news-item-data .news-item-title {
  margin-bottom: 1.2rem;
}
.subcategory-page .layout .main-content .lead-item .news-item .news-item-data .news-item-title a {
  font-size: 2rem;
  line-height: 125%;
}
@media (min-width: 768px) {
  .subcategory-page .layout .main-content .lead-item .news-item .news-item-data .news-item-title a {
    font-size: 2.4rem;
  }
}
@media (min-width: 1265px) {
  .subcategory-page .layout .main-content .lead-item .news-item .news-item-data .news-item-title a {
    font-size: 3.2rem;
  }
}
.subcategory-page .layout .main-content .lead-item .news-item .news-item-data .news-item-description {
  display: block;
  color: rgba(45, 45, 45, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.2rem;
}
@media (min-width: 1265px) {
  .subcategory-page .layout .main-content .lead-item .news-item .news-item-data .news-item-description {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.subcategory-page .layout .main-content .news-list .news-item:first-of-type {
  border-top: 1px solid rgba(45, 45, 45, 0.1);
  padding-top: 1.6rem;
}
@media (min-width: 1265px) {
  .subcategory-page .layout .main-content .news-list .news-item:first-of-type {
    padding-top: 3.2rem;
  }
}
.subcategory-page .layout .main-content .news-list .news-item .news-item-category-time .news-item-time {
  display: none;
}
.subcategory-page .layout .main-content .layout .main-content {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .subcategory-page .layout .main-content .layout .main-content {
    margin-bottom: 0;
  }
}

.search-page {
  padding: 2.4rem 0 5.6rem;
}
@media (min-width: 1265px) {
  .search-page {
    padding: 4.2rem 0 9.6rem;
  }
}
.search-page .search-action {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .search-page .search-action {
    width: calc(100% - 332px);
  }
}
.search-page .search-action .search-form-wrapper {
  margin-bottom: 2.4rem;
}
.search-page .search-action .results-title {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 1.2rem;
}
@media (min-width: 1265px) {
  .search-page .search-action .results-title {
    font-size: 2.4rem;
    line-height: 140%;
  }
}
.search-page .search-action .results-number {
  display: flex;
  align-items: center;
  color: rgba(45, 45, 45, 0.9);
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.search-page .search-action .results-number .number {
  color: #305CDF;
  font-weight: 500;
  padding: 0 0.5rem;
}
.search-page .news-list .news-item:first-of-type {
  padding-top: 1.6rem;
  border-top: 1px solid rgba(45, 45, 45, 0.1);
}
@media (min-width: 1265px) {
  .search-page .news-list .news-item:first-of-type {
    padding-top: 3.2rem;
  }
}
.search-page .layout .main-content {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .search-page .layout .main-content {
    margin-bottom: 0;
  }
}

.news-list-square {
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .news-list-square {
    padding-bottom: 7rem;
  }
}
.news-list-square .section-header {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .news-list-square .section-header {
    margin-bottom: 2.7rem;
  }
}

.news-list-square-wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .news-list-square-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.7rem;
  }
}
@media (min-width: 992px) {
  .news-list-square-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 5.1rem;
  }
}
@media (min-width: 1265px) {
  .news-list-square-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) {
  .news-list-square-wrapper .banner {
    display: none;
    padding: 0;
  }
}
.news-list-square-wrapper .news-item {
  display: flex;
  align-items: flex-start;
  padding: 1.8rem 0;
  border-bottom: 1px solid #e0e4e9;
}
.news-list-square-wrapper .news-item:first-of-type {
  padding-top: 0;
}
@media (min-width: 576px) {
  .news-list-square-wrapper .news-item {
    display: block;
    padding: 0;
    border-bottom: none;
  }
}
.news-list-square-wrapper .news-item .news-item-image-wrapper {
  flex: 0 0 8.8rem;
  width: 8.8rem;
  margin-right: 1.4rem;
}
@media (min-width: 576px) {
  .news-list-square-wrapper .news-item .news-item-image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.4rem;
  }
}
.news-list-square-wrapper .news-item .news-item-image-wrapper:before {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem 2.4rem;
  left: 0.8rem;
  bottom: 0.8rem;
}
@media (min-width: 576px) {
  .news-list-square-wrapper .news-item .news-item-image-wrapper:before {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 3.2rem 3.2rem;
    left: 1.5rem;
    bottom: 1.3rem;
  }
}
.news-list-square-wrapper .news-item .news-item-image-wrapper .news-item-image::after {
  padding-top: 100%;
}
@media (min-width: 576px) {
  .news-list-square-wrapper .news-item .news-item-image-wrapper .news-item-image::after {
    padding-top: 64%;
  }
}
.news-list-square-wrapper .news-item .news-item-data {
  flex: 1;
  width: 100%;
}
.news-list-square-wrapper .news-item .news-item-data .news-item-title {
  margin-bottom: 1.4rem;
}
.news-list-square-wrapper .news-item .news-item-data .news-item-title a {
  font-size: 1.6rem;
  line-height: 125%;
  letter-spacing: -0.16px;
}
@media (min-width: 768px) {
  .news-list-square-wrapper .news-item .news-item-data .news-item-title a {
    font-size: 1.8rem;
    line-height: 122%;
    letter-spacing: -0.18px;
  }
}
.news-list-square-wrapper .news-item .news-item-data .news-item-description {
  display: none;
}
.news-list-square-wrapper .news-item .news-item-data .news-item-category-time .news-item-category {
  display: none;
}

.most-read {
  margin-bottom: 4.8rem;
}
.most-read .most-read-list {
  counter-reset: brojac;
}
.most-read .most-read-list .news-item {
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  position: relative;
}
.most-read .most-read-list .news-item:first-of-type {
  padding-top: 0;
}
.most-read .most-read-list .news-item .news-item-image-wrapper {
  flex: 0 0 8rem;
  width: 8rem;
  margin-right: 1.2rem;
}
.most-read .most-read-list .news-item .news-item-image-wrapper:before {
  display: none;
}
.most-read .most-read-list .news-item .news-item-image-wrapper::after {
  counter-increment: brojac;
  content: counter(brojac, decimal-leading-zero);
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  z-index: 3;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #305CDF;
  border-radius: 4px;
}
.most-read .most-read-list .news-item .news-item-image-wrapper .news-item-image::after {
  padding-top: 100%;
}
.most-read .most-read-list .news-item .news-item-data {
  display: flex;
  flex-direction: column;
}
.most-read .most-read-list .news-item .news-item-data .news-item-title {
  margin-bottom: 0;
  order: 2;
}
.most-read .most-read-list .news-item .news-item-data .news-item-title a {
  font-size: 1.6rem;
  line-height: 120%;
}
.most-read .most-read-list .news-item .news-item-data .news-item-category-time {
  order: 1;
  margin-bottom: 0.8rem;
}
.most-read .most-read-list .news-item .news-item-data .news-item-category-time .news-item-category:last-of-type::after {
  display: none;
}
.most-read .most-read-list .news-item .news-item-data .news-item-category-time .news-item-date {
  display: none;
}

.latest {
  margin-bottom: 4.8rem;
}
.latest .latest-list {
  padding-left: 2.4rem;
  margin-bottom: 2.4rem;
}
.latest .latest-list .news-item {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  position: relative;
}
.latest .latest-list .news-item:first-of-type {
  padding-top: 0;
}
.latest .latest-list .news-item:first-of-type:before {
  top: 0.2rem;
}
.latest .latest-list .news-item:first-of-type::after {
  top: 0 !important;
  height: calc(100% + 2.4rem) !important;
}
.latest .latest-list .news-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.8rem;
  left: -2.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #305CDF;
  z-index: 1;
}
.latest .latest-list .news-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: -2.05rem;
  width: 1px;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.1);
  z-index: 0;
}
.latest .latest-list .news-item .news-item-image-wrapper {
  display: none;
}
.latest .latest-list .news-item .news-item-data {
  display: flex;
  flex-direction: column;
}
.latest .latest-list .news-item .news-item-data .news-item-title {
  margin-bottom: 0;
  order: 2;
}
.latest .latest-list .news-item .news-item-data .news-item-title a {
  font-size: 1.6rem;
  line-height: 125%;
}
@media (min-width: 992px) {
  .latest .latest-list .news-item .news-item-data .news-item-title a {
    font-size: 1.8rem;
  }
}
.latest .latest-list .news-item .news-item-data .news-item-category-time {
  order: 1;
  margin-bottom: 1.2rem;
}
.latest .latest-list .news-item .news-item-data .news-item-category-time .news-item-category {
  display: none;
}
.latest .latest-list .news-item .news-item-data .news-item-category-time .news-item-date {
  display: none;
}
.latest .latest-list .news-item .news-item-data .news-item-category-time .news-item-time {
  display: block;
}
.latest .latest-list .news-item .news-item-data .news-item-category-time .news-item-time .hours {
  display: block;
  color: #305CDF;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.latest .latest-list .news-item .news-item-data .news-item-category-time .news-item-time .ago-wrapper {
  display: none;
}
.latest .see-all {
  text-align: center;
  display: block;
  border-radius: 4px;
  background: #305CDF;
  padding: 1.45rem 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.survey-widget,
.widget_polls-widget {
  border-radius: 8px;
  padding: 3.8rem 2.2rem;
  background: linear-gradient(180deg, #001c4b 10.67%, #264e93 99.79%);
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .survey-widget,
  .widget_polls-widget {
    margin-bottom: 7rem;
  }
}
.survey-widget .survey-header,
.widget_polls-widget .survey-header {
  margin-bottom: 3.2rem;
}
.survey-widget .survey-header figure,
.widget_polls-widget .survey-header figure {
  max-width: 12.1rem;
  margin-inline: auto;
}
.survey-widget .survey-form h6,
.survey-widget .wp-polls-form h6,
.widget_polls-widget .survey-form h6,
.widget_polls-widget .wp-polls-form h6 {
  font-size: 1.8rem;
  line-height: 122%;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
.survey-widget .survey-form .wp-polls-ans .wp-polls-ul,
.survey-widget .wp-polls-form .wp-polls-ans .wp-polls-ul,
.widget_polls-widget .survey-form .wp-polls-ans .wp-polls-ul,
.widget_polls-widget .wp-polls-form .wp-polls-ans .wp-polls-ul {
  margin: 0;
  padding: 0;
}
.survey-widget .survey-form .wp-polls-ans .wp-polls-ul li,
.survey-widget .wp-polls-form .wp-polls-ans .wp-polls-ul li,
.widget_polls-widget .survey-form .wp-polls-ans .wp-polls-ul li,
.widget_polls-widget .wp-polls-form .wp-polls-ans .wp-polls-ul li {
  display: flex;
  align-items: center;
}
.survey-widget .survey-form .wp-polls-ans .wp-polls-ul li input[type=radio],
.survey-widget .wp-polls-form .wp-polls-ans .wp-polls-ul li input[type=radio],
.widget_polls-widget .survey-form .wp-polls-ans .wp-polls-ul li input[type=radio],
.widget_polls-widget .wp-polls-form .wp-polls-ans .wp-polls-ul li input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: 0.2s ease-in-out;
}
.survey-widget .survey-form .wp-polls-ans .wp-polls-ul li input[type=radio]:checked::before,
.survey-widget .wp-polls-form .wp-polls-ans .wp-polls-ul li input[type=radio]:checked::before,
.widget_polls-widget .survey-form .wp-polls-ans .wp-polls-ul li input[type=radio]:checked::before,
.widget_polls-widget .wp-polls-form .wp-polls-ans .wp-polls-ul li input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.survey-widget .survey-form .wp-polls-ans .wp-polls-ul li:not(:last-of-type),
.survey-widget .wp-polls-form .wp-polls-ans .wp-polls-ul li:not(:last-of-type),
.widget_polls-widget .survey-form .wp-polls-ans .wp-polls-ul li:not(:last-of-type),
.widget_polls-widget .wp-polls-form .wp-polls-ans .wp-polls-ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.survey-widget .survey-form .wp-polls-ans .wp-polls-ul li label,
.survey-widget .wp-polls-form .wp-polls-ans .wp-polls-ul li label,
.widget_polls-widget .survey-form .wp-polls-ans .wp-polls-ul li label,
.widget_polls-widget .wp-polls-form .wp-polls-ans .wp-polls-ul li label {
  color: #fff;
  font-size: 1.6rem;
  line-height: 125%;
  letter-spacing: -0.16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-left: 0.8rem;
}
.survey-widget .survey-form .wp-polls-ans p,
.survey-widget .wp-polls-form .wp-polls-ans p,
.widget_polls-widget .survey-form .wp-polls-ans p,
.widget_polls-widget .wp-polls-form .wp-polls-ans p {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}
.survey-widget .survey-form .wp-polls-ans p strong,
.survey-widget .wp-polls-form .wp-polls-ans p strong,
.widget_polls-widget .survey-form .wp-polls-ans p strong,
.widget_polls-widget .wp-polls-form .wp-polls-ans p strong {
  font-weight: 700;
}
.survey-widget .survey-form .wp-polls-ans p .Buttons,
.survey-widget .wp-polls-form .wp-polls-ans p .Buttons,
.widget_polls-widget .survey-form .wp-polls-ans p .Buttons,
.widget_polls-widget .wp-polls-form .wp-polls-ans p .Buttons {
  border: none;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  background: #fff;
  padding: 1.2rem 0;
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
  color: #2D2D2D;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.16px;
}
.survey-widget .survey-form .wp-polls-ans p .view-results,
.survey-widget .wp-polls-form .wp-polls-ans p .view-results,
.widget_polls-widget .survey-form .wp-polls-ans p .view-results,
.widget_polls-widget .wp-polls-form .wp-polls-ans p .view-results {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
}
.survey-widget .wp-polls h6,
.widget_polls-widget .wp-polls h6 {
  font-size: 1.8rem;
  line-height: 122%;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
.survey-widget .wp-polls .wp-polls-ans .wp-polls-ul,
.widget_polls-widget .wp-polls .wp-polls-ans .wp-polls-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2.4rem;
}
.survey-widget .wp-polls .wp-polls-ans .wp-polls-ul li,
.widget_polls-widget .wp-polls .wp-polls-ans .wp-polls-ul li {
  color: #fff;
  font-size: 1.6rem;
  line-height: 125%;
  letter-spacing: -0.16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.survey-widget .wp-polls .wp-polls-ans .wp-polls-ul li i,
.widget_polls-widget .wp-polls .wp-polls-ans .wp-polls-ul li i {
  color: #fff;
  font-size: 1.6rem;
  line-height: 125%;
  letter-spacing: -0.16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.survey-widget .wp-polls .wp-polls-ans .wp-polls-ul li .pollbar,
.widget_polls-widget .wp-polls .wp-polls-ans .wp-polls-ul li .pollbar {
  background: #2D2D2D;
  line-height: 7px;
  height: 7px;
  border: 1px solid #2D2D2D;
  margin-top: 0.8rem;
}
.survey-widget .wp-polls .wp-polls-ans .wp-polls-ul li:not(:last-of-type),
.widget_polls-widget .wp-polls .wp-polls-ans .wp-polls-ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.survey-widget .wp-polls .wp-polls-ans p,
.widget_polls-widget .wp-polls .wp-polls-ans p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
}
.survey-widget .wp-polls .wp-polls-ans p strong,
.widget_polls-widget .wp-polls .wp-polls-ans p strong {
  font-weight: 700;
}
.survey-widget .wp-polls .wp-polls-ans a,
.widget_polls-widget .wp-polls .wp-polls-ans a {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
}

.ads .ads-list-wrapper .add-item {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
.ads .ads-list-wrapper .add-item:first-of-type {
  padding-top: 0;
}
.ads .ads-list-wrapper .add-item .add-image {
  display: none;
}
.ads .ads-list-wrapper .add-item .add-category {
  display: block;
  color: #305CDF;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.ads .ads-list-wrapper .add-item .add-title {
  margin-bottom: 0;
}
.ads .ads-list-wrapper .add-item .add-title a {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media (min-width: 992px) {
  .ads .ads-list-wrapper .add-item .add-title a {
    font-size: 1.8rem;
  }
}

.tv-program-widget {
  border-radius: 6px;
  background: #305CDF;
  padding: 1.8rem;
  margin-bottom: 4.8rem;
}
.tv-program-widget .section-header {
  margin-bottom: 2.4rem;
}
.tv-program-widget .section-header .section-title span {
  color: #fff;
}
.tv-program-widget .section-header .section-title:before {
  background-color: #efbf04;
}
.tv-program-widget .tv-program-list {
  border-radius: 6px;
  overflow: hidden;
  max-height: 37.2rem;
  overflow-y: auto;
  margin-bottom: 2.4rem;
}
.tv-program-widget .tv-program-list .tv-program-item {
  background-color: #fff;
  padding: 1.2rem;
}
.tv-program-widget .tv-program-list .tv-program-item:nth-of-type(2n) {
  background-color: #eaeffc;
}
.tv-program-widget .tv-program-list .tv-program-item .time {
  display: block;
  color: #305CDF;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 0.6rem;
}
.tv-program-widget .tv-program-list .tv-program-item .time:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #305CDF;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.tv-program-widget .tv-program-list .tv-program-item .title {
  display: block;
  color: #2D2D2D;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 125%;
}
.tv-program-widget .see-all {
  display: block;
  border-radius: 4px;
  background: #fff;
  padding: 1.6rem 0;
  text-align: center;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
}

.single-news-wrapper {
  padding: 2.4rem 0 0.8rem;
}
@media (min-width: 992px) {
  .single-news-wrapper {
    padding: 4.2rem 0 9.6rem;
  }
}
.single-news-wrapper .layout .main-content {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content {
    margin-bottom: 0;
  }
}
.single-news-wrapper .layout .main-content .single-news {
  max-width: 89.6rem;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-cat-date {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-cat-date .single-news-category {
  display: block;
  color: #305CDF;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 0.8rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-cat-date .single-news-category {
    font-size: 1.3rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-cat-date .single-news-category:last-of-type {
  position: relative;
  padding-right: 0.8rem;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-cat-date .single-news-category:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background-color: #305CDF;
  right: 0;
  top: 0;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-cat-date .date {
  display: block;
  color: rgba(45, 45, 45, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-title {
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-title {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-short-desc {
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-short-desc {
    font-size: 1.8rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .author-share {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-header .author-share {
    margin-bottom: 3.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .author-wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .author-wrapper .author-image {
  flex: 0 0 2.8rem;
  width: 2.8rem;
  margin-right: 0.8rem;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .author-wrapper .author-image {
    flex: 0 0 3.2rem;
    width: 3.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .author-wrapper .author-name {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .author-wrapper .author-name {
    font-size: 1.3rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .line {
  flex-grow: 1;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(45, 45, 45, 0.1);
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .share-links {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .share-links .share-link {
  display: block;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .share-links .share-link.copy {
  position: relative;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .share-links .share-link.copy .tooltip {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: rgba(45, 45, 45, 0.9);
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .author-share .share-links .share-link svg {
  fill: #305CDF;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-image-wrapper {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-image-wrapper {
    margin-bottom: 3.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-image-wrapper .single-news-image {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-image-wrapper .single-news-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-image-wrapper .single-news-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content {
  padding-top: 2.4rem;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content {
    padding-top: 3.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content h2,
.single-news-wrapper .layout .main-content .single-news .single-news-content h3,
.single-news-wrapper .layout .main-content .single-news .single-news-content h4,
.single-news-wrapper .layout .main-content .single-news .single-news-content h5,
.single-news-wrapper .layout .main-content .single-news .single-news-content h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #2D2D2D;
  line-height: 140%;
  margin-bottom: 1.6rem;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content h2 {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content h2 {
    font-size: 2.8rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content h3 {
  font-size: 2.2rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content h3 {
    font-size: 2.4rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content h4 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content h4 {
    font-size: 2.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content h5 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content h5 {
    font-size: 2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content h6 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content h6 {
    font-size: 1.8rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content p {
  color: rgba(45, 45, 45, 0.9);
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content p {
    margin-bottom: 3.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content a {
  color: #305CDF;
  text-decoration: underline;
  font-weight: 600;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content b,
.single-news-wrapper .layout .main-content .single-news .single-news-content strong {
  font-weight: 500;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content em {
  font-style: italic;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content ul,
.single-news-wrapper .layout .main-content .single-news .single-news-content ol {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content ul,
  .single-news-wrapper .layout .main-content .single-news .single-news-content ol {
    margin-bottom: 3.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content ul li,
.single-news-wrapper .layout .main-content .single-news .single-news-content ol li {
  color: rgba(45, 45, 45, 0.9);
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 1rem;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content ul li:last-of-type,
.single-news-wrapper .layout .main-content .single-news .single-news-content ol li:last-of-type {
  margin-bottom: 0;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content blockquote {
  border-radius: 6px;
  border-left: 6px solid #305CDF;
  background: rgba(48, 92, 223, 0.05);
  padding: 2.4rem;
  margin-bottom: 2.4rem;
  position: relative;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content blockquote {
    margin-bottom: 3.2rem;
    padding: 3.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content blockquote p {
  color: rgba(45, 45, 45, 0.9);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 160%;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content blockquote p {
    margin-bottom: 3.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content blockquote p:last-of-type {
  margin-bottom: 0;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content p > picture > img,
.single-news-wrapper .layout .main-content .single-news .single-news-content p > img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content p > picture > img.alignleft,
  .single-news-wrapper .layout .main-content .single-news .single-news-content p > img.alignleft {
    float: left;
    width: auto;
    max-width: calc(50% - 1rem);
    margin-right: 1rem;
  }
}
@media (min-width: 576px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content p > picture > img.alignright,
  .single-news-wrapper .layout .main-content .single-news .single-news-content p > img.alignright {
    float: right;
    width: auto;
    max-width: calc(50% - 1rem);
    margin-left: 1rem;
  }
}
@media (min-width: 576px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content p > picture > img.aligncenter,
  .single-news-wrapper .layout .main-content .single-news .single-news-content p > img.aligncenter {
    width: auto;
    max-width: 100%;
    display: block;
    margin-inline: auto;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper {
  margin-bottom: 2.4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper {
    margin-bottom: 3.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper figure {
  margin: 0 !important;
  border-radius: 8px;
  overflow: hidden;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper img {
  display: block;
  width: 100%;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper.aligncenter {
  margin-inline: auto;
}
@media (min-width: 576px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper.alignright {
    max-width: calc(50% - 1rem);
    width: auto;
    float: right;
    margin-left: 1rem;
  }
  .single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper.alignright img {
    width: 100%;
  }
  .single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper.alignleft {
    max-width: calc(50% - 1rem);
    width: auto;
    float: left;
    margin-right: 1rem;
  }
  .single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper.alignleft img {
    width: 100%;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper {
  margin-bottom: 2.4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper {
    margin-bottom: 3.2rem;
  }
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item {
  display: none !important;
  width: 100%;
  position: relative;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item figure {
  margin-bottom: 0;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item:first-of-type {
  display: block !important;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item img {
  width: 100%;
  display: block;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item .image-source {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  padding: 1.6rem;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.2) 0%, rgba(13, 13, 13, 0.8) 100%);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item .image-source .label {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item .image-source .label::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background-color: #efbf04;
  right: 0;
  top: 0;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item .display-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.6rem 3.2rem;
  background: #305CDF;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item .display-gallery span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
}
.single-news-wrapper .layout .main-content .single-news .single-news-content .post-views {
  display: none;
}

.image-info {
  position: relative;
}
.image-info .img-source {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  padding: 1.6rem;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.2) 0%, rgba(13, 13, 13, 0.8) 100%);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.image-info .img-source .label {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
}
.image-info .img-source .label::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background-color: #efbf04;
  right: 0;
  top: 0;
}

.instagram-media {
  max-width: 70% !important;
  min-width: 300px !important;
  margin-inline: auto !important;
  margin: 0 auto 2.4rem !important;
}
@media (min-width: 1265px) {
  .instagram-media {
    margin: 0 auto 3.2rem !important;
  }
}

iframe:not(.instagram-media) {
  max-width: 100% !important;
}

iframe[src*=facebook] {
  display: block;
  margin: 0 auto 2.4rem !important;
}
@media (min-width: 1265px) {
  iframe[src*=facebook] {
    margin: 0 auto 3.2rem !important;
  }
}

iframe[src*=linkedin] {
  display: block;
  margin: 0 auto 2.4rem !important;
}
@media (min-width: 1265px) {
  iframe[src*=linkedin] {
    margin: 0 auto 3.2rem !important;
  }
}

iframe[src*=youtube],
iframe[src*=vimeo] {
  display: block;
  border-radius: 8px;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  margin: 0 auto 2.4rem !important;
}
@media (min-width: 1265px) {
  iframe[src*=youtube],
  iframe[src*=vimeo] {
    margin: 0 auto 3.2rem !important;
  }
}

.twitter-tweet {
  margin-inline: auto !important;
  margin-top: 0 !important;
  margin: 0 auto 2.4rem !important;
}
@media (min-width: 1265px) {
  .twitter-tweet {
    margin: 0 auto 3.2rem !important;
  }
}

.tags-wrapper {
  padding: 2.4rem 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
@media (min-width: 992px) {
  .tags-wrapper {
    padding: 3.2rem 0;
    display: flex;
    align-items: center;
  }
}
.tags-wrapper .tag-title {
  text-align: center;
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .tags-wrapper .tag-title {
    text-align: start;
    margin-bottom: 0;
    margin-right: 1.6rem;
  }
}
.tags-wrapper .tags-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.tags-wrapper .tags-list .tag-link {
  display: block;
  color: #305CDF;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.tags-wrapper .tags-list .tag-link:not(:last-of-type) {
  padding-right: 1.6rem;
  border-right: 1px solid rgba(45, 45, 45, 0.2);
}

.leave-comment {
  padding-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 1265px) {
  .leave-comment {
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.leave-comment .comment-title span {
  display: flex;
  align-items: center;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .leave-comment .comment-title span {
    font-size: 2.2rem;
  }
}
.leave-comment .comment-form-wrapper {
  border-radius: 8px;
  border: 1px solid #ee3129;
  padding: 2.4rem;
}
@media (min-width: 1265px) {
  .leave-comment .comment-form-wrapper {
    padding: 3.2rem;
  }
}
.leave-comment .comment-form-wrapper .comment-form .form-group {
  margin-bottom: 2.4rem;
}
.leave-comment .comment-form-wrapper .comment-form .form-group label {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media (min-width: 1265px) {
  .leave-comment .comment-form-wrapper .comment-form .form-group label {
    font-size: 1.6rem;
  }
}
.leave-comment .comment-form-wrapper .comment-form .form-group label.accept-label {
  display: flex;
  align-items: center;
}
.leave-comment .comment-form-wrapper .comment-form .form-group label.accept-label .accept-text {
  display: block;
  color: #797e83;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 128.571%;
  letter-spacing: 0.28px;
}
.leave-comment .comment-form-wrapper .comment-form .form-group .input-group {
  background: #f5f5f5;
  padding: 0 1.6rem;
  height: 5.4rem;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 157%;
  border: none;
  width: 100%;
}
@media (min-width: 1265px) {
  .leave-comment .comment-form-wrapper .comment-form .form-group .input-group {
    height: 5.8rem;
    padding: 0 1.8rem;
    font-size: 1.6rem;
    line-height: 137.5%;
  }
}
.leave-comment .comment-form-wrapper .comment-form .form-group .input-group:focus-visible {
  outline: none;
}
.leave-comment .comment-form-wrapper .comment-form .form-group .input-group::placeholder {
  opacity: 1;
  color: #353939;
}
.leave-comment .comment-form-wrapper .comment-form .form-group textarea {
  height: 100% !important;
  padding-top: 1.6rem !important;
}
@media (min-width: 1265px) {
  .leave-comment .comment-form-wrapper .comment-form .form-group textarea {
    padding-top: 1.8rem !important;
  }
}
.leave-comment .comment-form-wrapper .comment-form .btn-comment {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #2D2D2D;
  padding: 1.45rem 0;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 1265px) {
  .leave-comment .comment-form-wrapper .comment-form .btn-comment {
    max-width: 17.9rem;
  }
}

.news-comments {
  margin-bottom: 2.4rem;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment {
  border-radius: 6px;
  background: #f5f5f5;
  padding: 2.4rem;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment:not(:last-of-type) {
  margin-bottom: 1.2rem;
}
@media (min-width: 1265px) {
  .news-comments .news-comments-wrapper .news-comments-body .single-comment:not(:last-of-type) {
    margin-bottom: 1.4rem;
  }
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-data-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}
@media (min-width: 1265px) {
  .news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-data-header {
    margin-bottom: 1.6rem;
  }
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-data-header .single-comment-author {
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-data-header .comment-actions {
  display: flex;
  gap: 1.2rem;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-data-header .comment-actions a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-data-header .comment-actions a.button-vote {
  cursor: pointer;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-data-header .comment-actions a.button-vote .symbol {
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 12.079px;
  background-color: #fff;
  border: 1px solid #353939;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-data-header .comment-actions a.button-vote .number-of-votes {
  color: #48494a;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-data-header .comment-actions a.button-vote[data-vote-type=minus] .symbol.no-vote {
  border: 1px solid #2D2D2D;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-content {
  margin-bottom: 1.6rem;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-content p {
  color: #353939;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-content p:last-of-type {
  margin-bottom: 0;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-footer .comment-time {
  display: block;
  color: #797e83;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.24px;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-footer .comment-reply {
  color: #2D2D2D !important;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.comments-area .comments-title {
  display: flex;
  align-items: center;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .comments-area .comments-title {
    font-size: 2.2rem;
  }
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2.6rem;
}
.comments-area .comment-list .children {
  list-style: none;
}
.comments-area .comment-list li {
  border-radius: 6px;
  background: #f5f5f5;
  padding: 2.4rem;
}
.comments-area .comment-list li:not(:last-of-type) {
  margin-bottom: 1.2rem;
}
.comments-area .comment-list li .comment-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comments-area .comment-list li .comment-body .comment-awaiting-moderation {
  margin-bottom: 10px;
}
.comments-area .comment-list li .comment-body .comment-author {
  order: 1;
  flex: 0 0 48%;
  width: 48%;
  margin-bottom: 2.2rem;
}
.comments-area .comment-list li .comment-body .comment-author img {
  display: none;
}
.comments-area .comment-list li .comment-body .comment-author .fn {
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0;
  font-style: normal;
}
.comments-area .comment-list li .comment-body .comment-author .says {
  display: none;
}
.comments-area .comment-list li .comment-body .comment-meta {
  order: 4;
  flex: 0 0 48%;
  width: 48%;
}
.comments-area .comment-list li .comment-body .comment-meta a {
  color: #797e83;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.24px;
  text-decoration: none;
}
.comments-area .comment-list li .comment-body .comment-meta a.comment-edit-link {
  text-decoration: underline;
}
.comments-area .comment-list li .comment-body p {
  order: 3;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 1.6rem;
  color: #353939;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
}
.comments-area .comment-list li .comment-body .cld-like-dislike-wrap {
  order: 2;
  flex: 0 0 48%;
  width: 48%;
  margin-bottom: 0;
  text-align: end;
  margin-bottom: 2.2rem;
}
.comments-area .comment-list li .comment-body .reply {
  order: 5;
  flex: 0 0 48%;
  width: 48%;
  text-align: end;
}
.comments-area .comment-list li .comment-body .reply a {
  color: #305CDF;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.comments-area .comment-respond #reply-title {
  display: flex;
  align-items: center;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .comments-area .comment-respond #reply-title {
    font-size: 2.2rem;
  }
}
.comments-area .comment-respond .comment-reply-title {
  display: flex;
  align-items: center;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .comments-area .comment-respond .comment-reply-title {
    font-size: 2.2rem;
  }
}
.comments-area .comment-respond .comment-form {
  border-radius: 8px;
  border: 1px solid #305CDF;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1265px) {
  .comments-area .comment-respond .comment-form {
    padding: 3.2rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.comments-area .comment-respond .comment-form .logged-in-as {
  margin-bottom: 1rem;
}
.comments-area .comment-respond .comment-form .comment-notes {
  margin-bottom: 1rem;
  order: 1;
}
@media (min-width: 1265px) {
  .comments-area .comment-respond .comment-form .comment-notes {
    flex: 0 0 100%;
    width: 100%;
  }
}
.comments-area .comment-respond .comment-form .comment-form-author {
  order: 2;
}
@media (min-width: 1265px) {
  .comments-area .comment-respond .comment-form .comment-form-author {
    flex: 0 0 48%;
    width: 48%;
  }
}
.comments-area .comment-respond .comment-form .comment-form-email {
  order: 3;
}
@media (min-width: 1265px) {
  .comments-area .comment-respond .comment-form .comment-form-email {
    flex: 0 0 48%;
    width: 48%;
  }
}
.comments-area .comment-respond .comment-form .comment-form-comment {
  order: 4;
}
@media (min-width: 1265px) {
  .comments-area .comment-respond .comment-form .comment-form-comment {
    flex: 0 0 100%;
    width: 100%;
  }
}
.comments-area .comment-respond .comment-form .form-submit {
  order: 5;
  display: inline-block;
  text-align: center;
  background-color: #2D2D2D;
  padding: 1.45rem 0;
  border-radius: 6px;
  border: none;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
}
@media (min-width: 1265px) {
  .comments-area .comment-respond .comment-form .form-submit {
    max-width: 17.9rem;
    flex: 0 0 100%;
    width: 100%;
  }
}
.comments-area .comment-respond .comment-form .form-submit input {
  background: transparent;
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
}
.comments-area .comment-respond .form-group {
  margin-bottom: 2.4rem;
}
.comments-area .comment-respond .form-group label {
  display: block;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media (min-width: 1265px) {
  .comments-area .comment-respond .form-group label {
    font-size: 1.6rem;
  }
}
.comments-area .comment-respond .form-group .input-group {
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  padding: 0 1.6rem;
  height: 5.4rem;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 157%;
  border: none;
  width: 100%;
}
@media (min-width: 1265px) {
  .comments-area .comment-respond .form-group .input-group {
    height: 5.8rem;
    padding: 0 1.8rem;
    font-size: 1.6rem;
    line-height: 137.5%;
  }
}
.comments-area .comment-respond .form-group .input-group:focus-visible {
  outline: none;
}
.comments-area .comment-respond .form-group .input-group::placeholder {
  opacity: 1;
  color: #353939;
}
.comments-area .comment-respond .form-group textarea {
  height: auto !important;
  padding-top: 1.6rem !important;
}
@media (min-width: 1265px) {
  .comments-area .comment-respond .form-group textarea {
    padding-top: 1.8rem !important;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  padding-top: 4.2rem;
}
@media (min-width: 1265px) {
  .pagination {
    padding-top: 6.4rem;
  }
}
.pagination .page-numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  transition: 0.4s linear;
  font-family: "Poppins", sans-serif;
  color: #2D2D2D;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  min-width: 3.2rem;
  height: 3.2rem;
}
.pagination .page-numbers.current {
  background-color: #305CDF;
  color: #fff;
}
.pagination .page-numbers:hover {
  background-color: #305CDF;
  color: #fff;
}
.pagination .page-numbers.next {
  margin-right: 0;
}
.pagination .page-numbers.next:hover svg path {
  stroke: #fff;
}
.pagination .page-numbers.next:hover span svg path {
  fill: #fff;
}
.pagination .page-numbers.prev:hover span svg path {
  fill: #fff;
}
.pagination .page-item.next .page-link:hover, .pagination .page-item.prev .page-link:hover {
  background-color: transparent;
  color: #2D2D2D;
}
.pagination .page-item.next:hover .page-numbers.next svg path, .pagination .page-item.next:hover .page-numbers.prev svg path, .pagination .page-item.prev:hover .page-numbers.next svg path, .pagination .page-item.prev:hover .page-numbers.prev svg path {
  stroke: #fff;
}
.pagination .page-item .page-link,
.pagination .page-item .page-numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  transition: 0.3s linear;
  font-family: "Poppins", sans-serif;
  color: #2D2D2D;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  min-width: 3.2rem;
  width: 100%;
  height: 3.2rem;
}
.pagination .page-item.active .page-numbers.current {
  background-color: #305CDF;
  color: #fff;
}
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-numbers {
  background-color: #305CDF;
  color: #fff;
}
.pagination .page-item:hover.prev .page-numbers.prev span svg path, .pagination .page-item:hover.prev .page-numbers.next span svg path, .pagination .page-item:hover.next .page-numbers.prev span svg path, .pagination .page-item:hover.next .page-numbers.next span svg path {
  fill: #fff;
}
.pagination .page-item:hover .page-link,
.pagination .page-item:hover .page-numbers {
  background-color: #305CDF;
  color: #fff;
}

.search-form-wrapper .search-form .form-group {
  position: relative;
}
.search-form-wrapper .search-form .form-group .input-group {
  width: 100%;
  height: 5.6rem;
  border-radius: 4px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  background: #f5f5f5;
  padding: 0 1.6rem;
  color: #2D2D2D;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.search-form-wrapper .search-form .form-group .input-group:focus-visible {
  outline: none;
}
.search-form-wrapper .search-form .form-group .input-group::placeholder {
  color: rgba(45, 45, 45, 0.5);
  opacity: 1;
}
.search-form-wrapper .search-form .form-group .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: #305CDF;
  cursor: pointer;
  padding: 0;
  width: 5.6rem;
  height: 5.6rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  flex: 0 0 4.4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(45, 45, 45, 0.1);
}
.social .social-item svg {
  fill: #305CDF;
}
.social .social-item:not(:last-of-type) {
  margin-right: 1.2rem;
}

footer .footer-top {
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  background: rgba(48, 92, 223, 0.05);
}
footer .footer-top .footer-top-wrapper {
  padding: 3.2rem 0;
}
@media (min-width: 992px) {
  footer .footer-top .footer-top-wrapper {
    padding: 4.2rem 0;
  }
}
footer .footer-top .footer-top-wrapper .footer-logo {
  display: block;
  max-width: 31.7rem;
  margin-inline: auto;
  margin-bottom: 1.6rem;
}
footer .footer-top .footer-top-wrapper .social {
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  footer .footer-top .footer-top-wrapper .footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-top .footer-top-wrapper .footer-menu .footer-item:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  footer .footer-top .footer-top-wrapper .footer-menu .footer-item:not(:last-of-type) {
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1265px) {
  footer .footer-top .footer-top-wrapper .footer-menu .footer-item:not(:last-of-type) {
    margin-right: 3.2rem;
  }
}
footer .footer-top .footer-top-wrapper .footer-menu .footer-item .footer-link {
  display: block;
  color: #2D2D2D;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 992px) {
  footer .footer-top .footer-top-wrapper .footer-menu .footer-item .footer-link {
    font-size: 1.4rem;
  }
}
@media (min-width: 1265px) {
  footer .footer-top .footer-top-wrapper .footer-menu .footer-item .footer-link {
    font-size: 1.6rem;
  }
}
footer .footer-bottom {
  background-color: #305CDF;
  padding: 1.6rem 0;
}
@media (min-width: 992px) {
  footer .footer-bottom .footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-bottom .footer-bottom-wrapper .copyright {
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1265px) {
  footer .footer-bottom .footer-bottom-wrapper .copyright {
    font-size: 1.5rem;
  }
}
footer .footer-bottom .footer-bottom-wrapper .copyright a {
  color: #fff;
}

/*# sourceMappingURL=single-news.css.map */
