@charset "UTF-8";
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  line-height: 1.2;
}
html.scroll-off {
  overflow: hidden;
}
@media (min-width: 1265px) {
  html.scroll-off {
    overflow: visible;
  }
}

@media (min-width: 1265px) {
  main {
    padding-top: 105.7px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #474747;
  background-color: #f0f4f6;
}

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;
}

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

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;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 79, 60, 0.6);
  z-index: 10000;
  display: none;
}
.modal .modal-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-wrapper .modal-inner {
  background-color: #fff;
  flex: 0 0 500px;
  width: 500px;
  max-width: 90%;
  border-radius: 20px;
}
.modal .modal-wrapper .modal-inner .modal-header {
  padding: 10px 20px;
}
.modal .modal-wrapper .modal-inner .modal-header .modal-title {
  font-size: 24px;
  line-height: 1.2;
}
.modal .modal-wrapper .modal-inner .modal-body {
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-control {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-group {
    margin-bottom: 1rem;
  }
}
.modal .modal-wrapper .modal-inner .fake-input {
  line-height: 4rem;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  padding: 0 2.5rem;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .fake-input {
    font-size: 1.6rem;
  }
}
.modal .modal-wrapper .modal-inner button {
  border: none;
  cursor: pointer;
}
.modal .modal-wrapper .modal-inner .modal-close {
  cursor: pointer;
}
.modal .thankyou-icon,
.modal .error-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.modal .thankyou-icon svg,
.modal .error-icon svg {
  fill: #fff;
}
.modal .thankyou-icon {
  background-color: #1f4f3c;
}
.modal .error-icon {
  background-color: red;
}

.section-header {
  width: 100%;
  position: relative;
  margin-bottom: 1.8rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .section-header {
    height: auto;
    margin-bottom: 1.6rem;
  }
}
.section-header.no-link .section-title-wrapper .section-title {
  pointer-events: none;
}
.section-header.no-link .section-title-wrapper .see-more {
  pointer-events: none;
  color: transparent;
}
.section-header.no-link .section-title-wrapper .see-more span svg path {
  fill: transparent;
}
.section-header .section-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-inline: -1.5rem;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .section-header .section-title-wrapper {
    margin-inline: -2.9rem;
    padding: 0 2.9rem;
  }
}
@media (min-width: 992px) {
  .section-header .section-title-wrapper {
    border-radius: 10px;
    background-size: cover;
    margin-inline: 0;
    padding: 0 2.3rem;
  }
}
.section-header .section-title-wrapper .section-title {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  line-height: 91.667%;
  letter-spacing: -0.24px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-header .section-title-wrapper .section-title {
    font-size: 2.6rem;
    line-height: 84.615%;
    letter-spacing: -0.26px;
  }
}
.section-header .section-title-wrapper .see-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
  text-transform: uppercase;
  position: relative;
  padding: 1.9rem 0;
  position: relative;
  top: -8px;
  white-space: nowrap;
  flex: 1;
  width: 100%;
  z-index: 1;
}
.section-header .section-title-wrapper .see-more::selection {
  background: transparent;
}
.section-header .section-title-wrapper .see-more::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  width: 100%;
  height: 100%;
  bottom: -4rem;
  background-image: url(../img/assets/shape.webp), linear-gradient(to right, rgb(240, 244, 246), rgb(240, 244, 246));
  background-size: 100% 100%, 50% 100%;
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .section-header .section-title-wrapper .see-more::after {
    right: -2.9rem;
  }
}
@media (min-width: 992px) {
  .section-header .section-title-wrapper .see-more::after {
    right: -2.3rem;
    background-size: auto 100%, 80% 100%;
  }
}
@media (min-width: 1265px) {
  .section-header .section-title-wrapper .see-more::after {
    background-size: auto 100%, 90% 100%;
  }
}
.section-header .section-title-wrapper .see-more span {
  display: block;
  margin-left: 1.2rem;
}
.section-header .category-wrapper {
  padding-top: 1.5rem;
  margin-bottom: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-header .category-wrapper {
    max-width: 80%;
    margin-left: auto;
    margin-top: -1.5rem;
    padding-top: 0;
    display: flex;
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .section-header .category-wrapper .owl-stage-outer .owl-stage {
    display: flex;
    justify-content: end;
  }
}
.section-header .category-wrapper .owl-stage-outer .owl-stage .owl-item:last-of-type {
  margin-right: 0 !important;
}
.section-header .category-wrapper .category-item {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .section-header .category-wrapper .category-item {
    font-size: 1.2rem;
  }
}
@media (min-width: 1265px) {
  .section-header .category-wrapper .category-item {
    font-size: 1.4rem;
  }
}

.section-subheader {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.section-subheader .section-subtitle-wrapper .section-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.22px;
  text-transform: uppercase;
}

.tooltip {
  position: absolute;
  background-color: #fff;
  padding: 3px;
  color: #347da8;
  font-size: 1.2rem;
  line-height: normal;
  border-radius: 6px;
  width: auto !important;
  height: auto !important;
  z-index: 100;
}

.share-social {
  display: flex;
}
.share-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 6px;
}
.share-social a:not(:last-of-type) {
  margin-right: 1.2rem;
}

.error-msg .error {
  color: #e85455;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: start;
}

.form-control.is-invalid {
  box-shadow: 0 0 3px #e85455;
}

.banner.app-banner {
  position: relative;
}
.banner.app-banner .banner-wrapper .banner-inner .app-store {
  position: absolute;
  bottom: 5rem;
  left: 2rem;
  width: 125px;
  height: 38px;
}
.banner.app-banner .banner-wrapper .banner-inner .google-play {
  position: absolute;
  bottom: 5rem;
  right: 2rem;
  width: 125px;
  height: 38px;
}

.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-cream, .btn-purple, .btn-brick, .btn-light-green, .btn-green, .btn-dark-blue, .btn-blue, .btn-danger, .btn-black, .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: #474747;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #2e2e2e;
  color: #fff !important;
}

.bg-primary {
  background-color: #474747;
}

.text-primary {
  color: #474747 !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-black {
  background-color: #000;
  color: #fff !important;
}
.btn-black:hover {
  background-color: black;
  color: #fff !important;
}

.bg-black {
  background-color: #000;
}

.text-black {
  color: #000 !important;
}

.btn-danger {
  background-color: #e85455;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #e22728;
  color: #fff !important;
}

.bg-danger {
  background-color: #e85455;
}

.text-danger {
  color: #e85455 !important;
}

.btn-blue {
  background-color: #347da8;
  color: #fff !important;
}
.btn-blue:hover {
  background-color: #286081;
  color: #fff !important;
}

.bg-blue {
  background-color: #347da8;
}

.text-blue {
  color: #347da8 !important;
}

.btn-dark-blue {
  background-color: #214d72;
  color: #fff !important;
}
.btn-dark-blue:hover {
  background-color: #16324a;
  color: #fff !important;
}

.bg-dark-blue {
  background-color: #214d72;
}

.text-dark-blue {
  color: #214d72 !important;
}

.btn-green {
  background-color: #426f58;
  color: #fff !important;
}
.btn-green:hover {
  background-color: #2f4f3f;
  color: #fff !important;
}

.bg-green {
  background-color: #426f58;
}

.text-green {
  color: #426f58 !important;
}

.btn-light-green {
  background-color: #6fbc93;
  color: #000 !important;
}
.btn-light-green:hover {
  background-color: #4fa979;
  color: #fff !important;
}

.bg-light-green {
  background-color: #6fbc93;
}

.text-light-green {
  color: #6fbc93 !important;
}

.btn-brick {
  background-color: #ab6976;
  color: #fff !important;
}
.btn-brick:hover {
  background-color: #90515d;
  color: #fff !important;
}

.bg-brick {
  background-color: #ab6976;
}

.text-brick {
  color: #ab6976 !important;
}

.btn-purple {
  background-color: #6a5a78;
  color: #fff !important;
}
.btn-purple:hover {
  background-color: #50445b;
  color: #fff !important;
}

.bg-purple {
  background-color: #6a5a78;
}

.text-purple {
  color: #6a5a78 !important;
}

.btn-cream {
  background-color: #e1ae90;
  color: #000 !important;
}
.btn-cream:hover {
  background-color: #d69168;
  color: #000 !important;
}

.bg-cream {
  background-color: #e1ae90;
}

.text-cream {
  color: #e1ae90 !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: 1365px) {
  .container {
    max-width: 1346px;
  }
  .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;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 2.2rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
}
.input-group input {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 1 100%;
  min-width: 1px;
}
.input-group .input-group-append .btn {
  height: 100%;
  border-radius: 0;
  font-size: 1.3rem;
}
.input-group .input-group-append .text {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #a6a6a6;
}
.input-group .input-group-append .text:before {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #a6a6a6;
  left: 0;
  position: absolute;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  height: auto;
  line-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  border-radius: 9px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  font-weight: 600;
  color: #474747;
}
@media (min-width: 768px) {
  .form-control {
    line-height: 5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.form-control::placeholder {
  opacity: 1;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form-control::placeholder {
    font-size: 1.6rem;
  }
}
.form-control[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .form-control[type=number] {
    text-align: right;
  }
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.is-invalid {
  border: 1px solid #c92327;
  box-shadow: 0 0 3px #c92327;
}
.form-control.is-valid {
  border: 1px solid #04d967;
  box-shadow: 0 0 3px #04d967;
}
.form-control:focus {
  outline: none;
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #c92327;
}

.error {
  color: #c92327;
  font-size: 1.4rem;
  font-style: italic;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 60%;
  margin-right: 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #474747;
  cursor: pointer;
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 1.3rem !important;
  color: #474747;
}

.fake-checkbox {
  border-radius: 4px !important;
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-image: url(img/check.png);
  color: #6a5a78;
  font-weight: bolder;
}

input[type=radio]:checked + .fake-radio::after {
  background-image: url(img/check.png);
  color: #6a5a78;
  font-weight: bolder;
}

input[type=checkbox]:checked ~ .checkbox-text {
  color: #474747 !important;
}

input[type=radio]:checked ~ .radio-text {
  color: #474747 !important;
}

header {
  background-color: #fff;
}
@media (min-width: 1265px) {
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10001;
  }
}
header .header-wrapper .header-top {
  padding: 1.3rem 0 1.8rem;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-top {
    padding: 1.8rem 0 1.7rem;
    position: relative;
  }
}
header .header-wrapper .header-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/assets/header-bg-m.webp), url(../img/assets/header-bg-d.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  header .header-wrapper .header-top:before {
    background-size: 0 0, auto 67px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  header .header-wrapper .header-top:before {
    background-size: 0 0, 100% 67px;
  }
}
@media (min-width: 1600px) {
  header .header-wrapper .header-top:before {
    background-size: 0 0, 120% 74px;
  }
}
header .header-wrapper .header-top .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .header-wrapper .header-top .header-top-wrapper .logo {
  display: block;
  max-width: 16.5rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-top .header-top-wrapper .logo {
    max-width: 18.3rem;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .header-top .header-top-wrapper .header-action {
    display: flex;
    margin-top: -2rem;
  }
}
header .header-wrapper .header-top .header-top-wrapper .header-action .language-wrapper {
  display: none;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-top .header-top-wrapper .header-action .language-wrapper {
    display: flex;
  }
  header .header-wrapper .header-top .header-top-wrapper .header-action .language-wrapper .current-language {
    display: flex;
    align-items: center;
  }
  header .header-wrapper .header-top .header-top-wrapper .header-action .language-wrapper .current-language span {
    display: flex;
    align-items: center;
  }
  header .header-wrapper .header-top .header-top-wrapper .header-action .language-wrapper .current-language span svg path {
    fill: #fff;
  }
  header .header-wrapper .header-top .header-top-wrapper .header-action .language-wrapper .current-language span.language {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.14px;
    padding: 0 0.7rem 0 1rem;
  }
}
header .header-wrapper .header-top .header-top-wrapper .header-action .live-tv-wrapper {
  display: none !important;
}
header .header-wrapper .header-top .header-top-wrapper .header-action .weather {
  display: none;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-top .header-top-wrapper .header-action .weather {
    display: block;
    padding-left: 2rem;
    margin-left: 2rem;
  }
  header .header-wrapper .header-top .header-top-wrapper .header-action .weather .weather-title {
    display: none;
  }
}
header .header-wrapper .header-top .header-top-wrapper .header-action .search-wrapper {
  display: none;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-top .header-top-wrapper .header-action .search-wrapper {
    display: block;
    padding-left: 2rem;
    margin-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
  header .header-wrapper .header-top .header-top-wrapper .header-action .search-wrapper .toggle-search {
    display: block;
    cursor: pointer;
  }
  header .header-wrapper .header-top .header-top-wrapper .header-action .search-wrapper:hover .search-form-wrapper {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
header .header-wrapper .header-top .header-top-wrapper .header-action .navbar-toggler {
  border: none;
  width: 2rem;
  min-width: 2rem;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-top .header-top-wrapper .header-action .navbar-toggler {
    display: none;
  }
}
header .header-wrapper .header-top .header-top-wrapper .header-action .navbar-toggler span {
  display: block;
  width: 2rem;
  height: 2px;
  background: #fff;
  margin-bottom: 4px;
  transition: 0.2s ease-in;
  border-radius: 10px;
}
header .header-wrapper .header-top .header-top-wrapper .header-action .close {
  display: none;
}
header .header-wrapper .header-top .header-top-wrapper .header-action .newsletter {
  display: none;
}
header .header-wrapper .header-bottom {
  position: relative;
  background-color: #fff;
  margin-top: -1.1rem;
  padding-bottom: 0.7rem;
  padding-top: 66.8px;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom {
    padding-bottom: 1.2rem;
    padding-top: 0;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper {
  position: fixed;
  top: 0;
  left: 2000px;
  height: 100vh;
  width: 100%;
  background: #fff;
  transition: 0.2s ease-in;
  z-index: 10000;
  overflow-y: auto;
  padding-bottom: 15rem;
  background-color: #fff;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    background: transparent;
    transition: unset;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow-y: unset;
    z-index: 0;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper.open-menu {
  left: 0;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top {
  border-bottom: 2px solid #f0f4f6;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top {
    display: none;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action {
  display: flex;
  align-items: center;
  position: relative;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .live-tv-wrapper {
  flex: 2;
  order: 1;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .live-tv-wrapper .live-tv {
  max-width: 9.3rem;
  padding: 5px 10px;
  font-size: 1.6rem;
  margin-inline: auto;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .weather {
  display: block;
  position: relative;
  flex: 1;
  text-align: center;
  order: 3;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .weather::before {
  content: "";
  display: block;
  height: calc(100% + 2.9rem);
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  background-color: #f0f4f6;
  position: absolute;
  left: 0;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .weather::before {
    display: none;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .weather svg path {
  fill: #347da8;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .weather .weather-title {
  display: none;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .search-wrapper {
  text-align: center;
  flex: 1;
  order: 2;
  position: relative;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .search-wrapper::before {
  content: "";
  display: block;
  height: calc(100% + 2.9rem);
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  background-color: #f0f4f6;
  position: absolute;
  left: 0;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .search-wrapper::before {
    display: none;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .search-wrapper .toggle-search {
  cursor: pointer;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .search-wrapper .toggle-search svg path {
  stroke: #347da8;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .navbar-toggler {
  display: none;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  flex: 0 0 5rem;
  background-color: #214d72;
  cursor: pointer;
  order: 4;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .close img {
  width: 2rem;
  height: 2rem;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-top .header-action .newsletter {
  display: none;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle {
  display: flex;
  flex-direction: column;
  padding-top: 2.1rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu {
  order: 2;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu {
    order: 1;
    display: flex;
    align-items: center;
    margin-right: 2.6rem;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item {
  border-bottom: 2px solid #f0f4f6;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item {
    border-bottom: none;
    padding-left: 1.2rem;
    margin-left: 1.2rem;
  }
}
@media (min-width: 1365px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item {
    padding-left: 1.6rem;
    margin-left: 1.6rem;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item:not(:first-of-type) {
    border-left: 1px solid #f0f4f6;
    border-left-color: #f0f4f6 !important;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item.active .menu-link-wrapper {
  border-left-color: inherit;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item.active .menu-link-wrapper {
    border-left-color: #f0f4f6;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item.active .menu-link-wrapper .menu-link {
  color: #474747;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item.active .menu-link-wrapper .menu-link {
    color: #007fad;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item:hover .menu-link-wrapper .menu-link {
  color: #474747;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item:hover .menu-link-wrapper .menu-link {
    color: #007fad;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item.menu-item-title {
  border-bottom: none;
  border-left: none;
  margin-bottom: 1.1rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item.menu-item-title {
    display: none;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item.menu-item-title .menu-link-wrapper {
  justify-content: flex-start;
  padding: 0;
  border-left: none;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item.menu-item-title .menu-link-wrapper .menu-link {
  pointer-events: none;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 157.143%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 3.2rem 2.6rem 0 2.6rem;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .menu-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2.6rem 1.6rem 2rem;
  border-left: 6px solid #fff;
  transition: 0.2s linear;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .menu-link-wrapper {
    padding: 0;
    border-left: none;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .menu-link-wrapper:hover {
  border-left-color: inherit;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .menu-link-wrapper .menu-link {
  display: block;
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  transition: 0.2s linear;
  white-space: nowrap;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .menu-link-wrapper .menu-link {
    color: #474747;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
    text-transform: none;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .menu-link-wrapper .toggle-submenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .menu-link-wrapper .toggle-submenu {
    display: none;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .menu-link-wrapper .toggle-submenu img {
  width: 1.2rem;
  transition: 0.2s linear;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .menu-link-wrapper .toggle-submenu.open img {
  transform: rotate(180deg);
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .submenu {
  display: none;
  background-color: #f0f4f6;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .submenu {
    display: none !important;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .submenu .submenu-item {
  padding: 1.8rem 2.6rem;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .submenu .submenu-item .submenu-link-wrapper .submenu-link {
  display: block;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  transition: 0.2s linear;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .submenu .submenu-item .submenu-link-wrapper .submenu-link:hover {
  color: #347da8;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .main-menu .menu-item .submenu .submenu-item .submenu-link-wrapper .submenu-link.active {
  color: #347da8;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .live-tv {
  display: none;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-middle .live-tv {
    display: flex;
    order: 2;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 0;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom {
  padding-left: 2.6rem;
  padding-top: 3.2rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom {
    display: none;
  }
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .social {
  margin-bottom: 2.3rem;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .social .social-title {
  display: block;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 157.143%;
  letter-spacing: 0.7px;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .social .social-wrapper {
  display: flex;
  align-items: center;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .social .social-wrapper .social-item {
  display: block;
  border-radius: 4px;
  background: #007fad;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .social .social-wrapper .social-item:not(:last-of-type) {
  margin-right: 0.5rem;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .social .social-wrapper .social-item svg {
  fill: #fff;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .download-app .download-title {
  display: block;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 157.143%;
  letter-spacing: 0.7px;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .download-app .app-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .download-app .app-icons a {
  display: block;
  flex: 0 0 calc(50% - 0.35rem);
  width: calc(50% - 0.35rem);
  max-width: 152px;
  margin-right: 0.7rem;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .download-app .app-icons a:last-of-type {
  margin-right: 0;
}
header .header-wrapper .header-bottom .header-bottom-wrapper .menu-wrapper .menu-bottom .header-action {
  display: none;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bottom .header-bottom-wrapper .live-tv {
    display: none;
  }
}
header .language-wrapper {
  position: relative;
}
header .language-wrapper .language-list {
  display: none;
  opacity: 0;
  position: absolute;
  top: calc(100% + 1.5rem);
  width: auto;
  left: 2.6rem;
  column-count: 2;
  column-gap: 2rem;
  box-shadow: 0 7px 12px -5px #214d72;
  background-color: #fff;
  padding: 1rem;
  z-index: 11;
  border-radius: 10px;
}
@media (min-width: 1265px) {
  header .language-wrapper .language-list {
    top: calc(100% + 1.2rem);
    left: 0;
  }
}
header .language-wrapper .language-list .language-item {
  display: block;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f2f6f7;
  transition: 0.2s linear;
  position: relative;
  white-space: nowrap;
  padding-right: 2rem;
}
header .language-wrapper .language-list .language-item:hover {
  color: #347da8;
}
header .language-wrapper .language-list .language-item.active {
  color: #347da8;
}
header .language-wrapper .language-list.open-language {
  display: block;
  opacity: 1;
}

@keyframes opacity-animation {
  0% {
    opacity: 0;
  }
}
@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.8;
  }
  70% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
  to {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
.search-form-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-form-wrapper.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1265px) {
  .search-form-wrapper {
    display: block;
    top: -1.3rem;
    left: unset;
    right: 3.8rem;
    max-width: 35rem;
    visibility: hidden;
    transform: translateX(4rem);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}
.search-form-wrapper .search-form {
  position: relative;
}
.search-form-wrapper .search-form button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  left: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-form-wrapper .search-form input {
  background-color: #f0f4f6;
  height: 5rem;
  padding-left: 5.3rem;
  border: none;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.14px;
  width: 100%;
}
@media (min-width: 1265px) {
  .search-form-wrapper .search-form input {
    height: 4rem;
  }
}
.search-form-wrapper .search-form input::placeholder {
  opacity: 1;
}
.search-form-wrapper .search-form input:focus-visible {
  outline: none;
}

.live-tv {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #e85455;
  color: var(--Video, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.13px;
  padding: 3.5px 10px;
  white-space: nowrap;
  transition: 0.2s linear;
}
@media (min-width: 768px) {
  .live-tv {
    font-size: 1.4rem;
    letter-spacing: -0.14px;
    padding: 5.5px 11px;
  }
}
.live-tv .blinking {
  position: relative;
  display: inline-block;
  vertical-align: 1px;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  background: #ffdd40;
  color: transparent;
  border-radius: 100%;
  flex: 0 0 auto;
  background: #fff;
  animation: opacity-animation 1s linear;
}
.live-tv .blinking:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  opacity: 0.5;
  transform: translate(-50%, -50%) scale(3);
  animation: pulse-animation 1s infinite;
}

.news-item {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s linear;
  background-color: #fff;
  position: relative;
}
.news-item:hover .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #347da8 !important;
}
.news-item:hover .news-item-data .news-item-data-wrapper .news-item-description {
  color: #347da8 !important;
}
.news-item.live-item .news-item-image-wrapper .live-dot {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 1px solid #347da8;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  z-index: 3;
  animation: circleScale 1s infinite;
}
.news-item.live-item .news-item-image-wrapper .live-dot span {
  border-radius: 50%;
  background-color: #347da8;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes circleScale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
  }
}
.news-item.video-item .news-item-image-wrapper {
  position: relative;
}
.news-item.video-item .news-item-image-wrapper::before {
  content: "";
  background-image: url("../img/icons/video.webp");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 2.8rem;
  height: 2.8rem;
  background-size: 2.8rem auto;
}
.news-item .news-item-image-wrapper {
  position: relative;
}
.news-item .news-item-image-wrapper .news-item-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-item .news-item-image-wrapper .news-item-image:after {
  content: "";
  display: block;
  padding-top: 56%;
}
.news-item .news-item-image-wrapper .news-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-item .news-item-data {
  position: relative;
}
.news-item .news-item-data .news-item-data-wrapper {
  position: relative;
  top: 0 !important;
  padding: 0 !important;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
}
.news-item .news-item-data .news-item-data-wrapper .news-item-time {
  display: none;
}
.news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  display: block;
  margin-bottom: 1.2rem;
  position: relative;
  width: auto;
}
@media (min-width: 992px) {
  .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
    margin: -24px 0 0;
    padding: 12px 0 0 14px;
    max-width: calc(100% - 88px);
  }
}
.news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper::before {
  background-image: linear-gradient(0deg, hsla(0deg, 0%, 100%, 0) 0, #fff 71%);
  content: "";
  height: 85px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 51px);
}
.news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper::after {
  background-image: url(../img/assets/category.svg);
  background-repeat: repeat-x;
  background-size: 219px 85px;
  content: "";
  height: 85px;
  left: calc(100% - 52px);
  position: absolute;
  top: 0;
  width: 219px;
}
.news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper .news-item-category {
  display: block;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}
.news-item .news-item-data .news-item-data-wrapper .news-item-title {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .news-item .news-item-data .news-item-data-wrapper .news-item-title {
    padding: 1.2rem 1.2rem 1.6rem 1.4rem;
  }
}
.news-item .news-item-data .news-item-data-wrapper .news-item-title a {
  display: block;
  font-family: "Roboto", sans-serif;
  transition: 0.2s linear;
}
.news-item .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  transition: 0.2s linear;
}

@media (min-width: 992px) {
  .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .layout .main-content {
    flex: 0 0 calc(100% - 327px);
    width: calc(100% - 327px);
  }
}
@media (min-width: 992px) {
  .layout .sidebar {
    max-width: 305px;
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .layout .sidebar {
    flex: 0 0 305px;
    width: 305px;
    margin-inline: unset;
  }
}

@media (min-width: 992px) {
  .layout-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .layout-main .main-content {
    flex: 0 0 calc(100% - 338.5px);
    width: calc(100% - 338.5px);
  }
}
@media (min-width: 1265px) {
  .layout-main .main-content {
    flex: 0 0 calc(100% - 377px);
    width: calc(100% - 377px);
  }
}
@media (min-width: 992px) {
  .layout-main .sidebar {
    flex: 0 0 300px;
    width: 300px;
  }
}

.lead-section {
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 1265px) {
  .lead-section {
    margin-bottom: 3.8rem;
    padding-top: 2.2rem;
  }
}
.lead-section.blue-category .layout .main-content .three-box-news .news-item .news-item-data .news-item-data-wrapper .news-item-category {
  color: #347da8 !important;
}
.lead-section.blue-category .layout .four-box-news .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  margin: 0;
  margin-bottom: 1.2rem;
  padding: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .lead-section.blue-category .layout .four-box-news .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
    margin: -24px 0 0;
    padding: 12px 0 0 14px;
    max-width: calc(100% - 88px);
  }
}
.lead-section.blue-category .layout .four-box-news .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper .news-item-category {
  color: #347da8 !important;
}
.lead-section.blue-category .layout .four-box-news .news-item .news-item-data .news-item-data-wrapper .news-item-title {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .lead-section.blue-category .layout .four-box-news .news-item .news-item-data .news-item-data-wrapper .news-item-title {
    padding: 1.2rem 4.7rem 1.2rem 1.4rem;
  }
}
.lead-section .layout .main-content {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .lead-section .layout .main-content {
    margin-bottom: 0;
    order: 1;
  }
}
@media (min-width: 992px) {
  .lead-section .layout .sidebar {
    order: 2;
  }
}
.lead-section .layout .four-box-news {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .lead-section .layout .four-box-news {
    order: 3;
    margin-bottom: 0;
    margin-top: 2rem;
  }
}
.lead-section .layout .four-box-news .news-item:first-of-type {
  display: flex;
  align-items: flex-start;
  padding: 1.9rem 1.4rem;
}
@media (min-width: 992px) {
  .lead-section .layout .four-box-news .news-item:first-of-type {
    display: block;
    padding: 0;
  }
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-image-wrapper {
  flex: 0 0 8.4rem;
  width: 8.4rem;
  margin-right: 1.4rem;
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-image-wrapper:before {
  width: 2.8rem;
  height: 2.8rem;
  background-size: 2.8rem auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .lead-section .layout .four-box-news .news-item:first-of-type .news-item-image-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-image-wrapper .news-item-image {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .lead-section .layout .four-box-news .news-item:first-of-type .news-item-image-wrapper .news-item-image {
    border-radius: 0;
    overflow: visible;
  }
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-image-wrapper .news-item-image:after {
  padding-top: 100%;
}
@media (min-width: 992px) {
  .lead-section .layout .four-box-news .news-item:first-of-type .news-item-image-wrapper .news-item-image:after {
    padding-top: 56%;
  }
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-data {
  flex: 1;
  width: 100%;
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-data:before {
  display: none;
}
@media (min-width: 992px) {
  .lead-section .layout .four-box-news .news-item:first-of-type .news-item-data:before {
    display: block;
  }
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-data:after {
  display: none;
}
@media (min-width: 992px) {
  .lead-section .layout .four-box-news .news-item:first-of-type .news-item-data:after {
    display: block;
  }
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper {
  top: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .lead-section .layout .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper {
    top: -1.5rem;
    padding: 0 1.2rem 0 1.4rem;
  }
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .lead-section .layout .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category {
    margin-bottom: 1.2rem;
  }
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 1.6rem;
  line-height: 137.5%;
  margin-bottom: 0;
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.16px;
}
.lead-section .layout .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
}

.four-box-news {
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) {
  .four-box-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.2rem;
  }
}
.four-box-news.no-image .news-item:not(:first-of-type) .news-item-image-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .four-box-news.no-image .news-item:not(:first-of-type) .news-item-image-wrapper {
    display: block;
  }
}
.four-box-news .news-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .four-box-news .news-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.four-box-news .news-item:first-of-type.video-item .news-item-image-wrapper:before {
  width: 3.8rem;
  height: 3.8rem;
  background-size: 3.8rem auto;
  top: 1.5rem;
  left: 1.5rem;
  transform: unset;
}
@media (min-width: 992px) {
  .four-box-news .news-item:first-of-type.video-item .news-item-image-wrapper:before {
    width: 2.8rem;
    height: 2.8rem;
    background-size: 2.8rem auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  margin: -24px 0 0;
  padding: 12px 0 0 14px;
  max-width: calc(100% - 88px);
}
.four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper .news-item-category {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 2.2rem;
  line-height: 127.273%;
  margin-bottom: 0.7rem;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
    font-size: 1.6rem;
    line-height: 137.5%;
    padding: 1.2rem 4.7rem 1.2rem 1.4rem;
  }
}
.four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 127.273%;
  letter-spacing: -0.22px;
}
@media (min-width: 992px) {
  .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
    font-size: 1.6rem;
    line-height: 137.5%;
    letter-spacing: -0.16px;
  }
}
.four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -0.14px;
}
@media (min-width: 992px) {
  .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
    display: none;
  }
}
.four-box-news .news-item:not(:first-of-type) {
  display: flex;
  align-items: flex-start;
  padding: 1.9rem 1.4rem;
}
@media (min-width: 992px) {
  .four-box-news .news-item:not(:first-of-type) {
    display: block;
    padding: 0;
  }
}
.four-box-news .news-item:not(:first-of-type) .news-item-image-wrapper {
  flex: 0 0 8.4rem;
  width: 8.4rem;
  margin-right: 1.4rem;
}
@media (min-width: 992px) {
  .four-box-news .news-item:not(:first-of-type) .news-item-image-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.four-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .four-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image {
    border-radius: 0;
    overflow: visible;
  }
}
.four-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image:after {
  padding-top: 100%;
}
@media (min-width: 992px) {
  .four-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image:after {
    padding-top: 56%;
  }
}
.four-box-news .news-item:not(:first-of-type) .news-item-data {
  flex: 1;
  width: 100%;
}
.four-box-news .news-item:not(:first-of-type) .news-item-data:before {
  display: none;
}
@media (min-width: 992px) {
  .four-box-news .news-item:not(:first-of-type) .news-item-data:before {
    display: block;
  }
}
.four-box-news .news-item:not(:first-of-type) .news-item-data:after {
  display: none;
}
@media (min-width: 992px) {
  .four-box-news .news-item:not(:first-of-type) .news-item-data:after {
    display: block;
  }
}
.four-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper {
  top: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .four-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper {
    top: -1.5rem;
    padding: 0 1.2rem 0 1.4rem;
  }
}
.four-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-category {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .four-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-category {
    margin-bottom: 1.2rem;
  }
}
.four-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 1.6rem;
  line-height: 137.5%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .four-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title {
    padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  }
}
.four-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.16px;
}

.four-box-news-wrapper {
  margin-bottom: 4.3rem;
}
@media (min-width: 992px) {
  .four-box-news-wrapper {
    margin-bottom: 3.8rem;
  }
}
.four-box-news-wrapper.category .four-box-news {
  margin-bottom: 5.7rem;
}
.four-box-news-wrapper.live-tv-page {
  overflow: hidden;
}
.four-box-news-wrapper.live-tv-page:not(:last-of-type) {
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.live-tv-page:not(:last-of-type) {
    margin-bottom: 3.8rem;
  }
}
.four-box-news-wrapper.live-tv-page .four-box-news {
  display: block;
}
.four-box-news-wrapper.live-tv-page .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
  font-size: 16px;
  line-height: 137.5%;
  letter-spacing: -0.16px;
}
.four-box-news-wrapper.live-tv-page .four-box-news .news-item .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
}
.four-box-news-wrapper.live-tv-page .swiper-wrapper {
  padding-bottom: 2.3rem;
}
.four-box-news-wrapper.live-tv-page .swiper-wrapper .swiper-slide {
  width: 305px;
}
.four-box-news-wrapper.live-tv-page .swiper-scrollbar {
  background: #d9d9d9;
  width: 100%;
  left: 0;
  height: 3px;
}
.four-box-news-wrapper.live-tv-page .swiper-scrollbar .swiper-scrollbar-drag {
  background: #347da8;
}
.four-box-news-wrapper.subcategory .four-box-news {
  margin-bottom: 4.7rem;
}
@media (min-width: 1265px) {
  .four-box-news-wrapper.subcategory .four-box-news {
    margin-bottom: 3.8rem;
  }
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type {
  display: flex;
  align-items: flex-start;
  padding: 1.9rem 1.4rem;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type {
    display: block;
    padding: 0;
  }
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-image-wrapper {
  flex: 0 0 8.4rem;
  width: 8.4rem;
  margin-right: 1.4rem;
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-image-wrapper:before {
  width: 2.8rem;
  height: 2.8rem;
  background-size: 2.8rem auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-image-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-image-wrapper .news-item-image {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-image-wrapper .news-item-image {
    border-radius: 0;
    overflow: visible;
  }
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-image-wrapper .news-item-image:after {
  padding-top: 100%;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-image-wrapper .news-item-image:after {
    padding-top: 56%;
  }
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data {
  flex: 1;
  width: 100%;
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data:before {
  display: none;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data:before {
    display: block;
  }
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data:after {
  display: none;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper {
    padding: 0 1.2rem 0 1.4rem;
  }
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  margin: 0;
  margin-bottom: 1.2rem;
  padding: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
    margin: -24px 0 0;
    padding: 12px 0 0 14px;
    max-width: calc(100% - 88px);
  }
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper .news-item-category {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper .news-item-category {
    margin-bottom: 1.2rem;
  }
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 1.6rem;
  line-height: 137.5%;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
    padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  }
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.16px;
}
.four-box-news-wrapper.subcategory .four-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
}
.four-box-news-wrapper.background .four-box-news-main-wrapper {
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 0 0;
  margin-inline: -1.5rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.background .four-box-news-main-wrapper {
    background-size: 0 0, cover;
  }
}
@media (min-width: 768px) {
  .four-box-news-wrapper.background .four-box-news-main-wrapper {
    margin-inline: 0;
    border-radius: 10px;
  }
}
@media (min-width: 1265px) {
  .four-box-news-wrapper.background .four-box-news-main-wrapper {
    padding: 4.8rem 2rem 7.5rem;
  }
}
.four-box-news-wrapper.background .four-box-news-main-wrapper .section-header {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .four-box-news-wrapper.background .four-box-news-main-wrapper .section-header {
    margin-bottom: 1.5rem;
  }
}
.four-box-news-wrapper.background .four-box-news-main-wrapper .section-header .section-title-wrapper {
  padding: 0;
  margin-inline: 0;
  align-items: center;
}
.four-box-news-wrapper.background .four-box-news-main-wrapper .section-header .section-title-wrapper .see-more {
  padding: 0;
  top: 0;
}
.four-box-news-wrapper.background .four-box-news-main-wrapper .section-header .section-title-wrapper .see-more::after {
  display: none !important;
}
.four-box-news-wrapper.background .four-box-news-main-wrapper .section-header .category-wrapper {
  max-width: 100%;
  margin-top: 0;
  justify-content: flex-start;
  margin-left: unset;
  padding-top: 2rem;
}

.five-box-news {
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) {
  .five-box-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.2rem;
  }
}
.five-box-news .news-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .five-box-news .news-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.five-box-news .news-item:first-of-type.video-item .news-item-image-wrapper:before {
  width: 3.8rem;
  height: 3.8rem;
  background-size: 3.8rem auto;
  top: 1.5rem;
  left: 1.5rem;
  transform: unset;
}
@media (min-width: 1265px) {
  .five-box-news .news-item:first-of-type.video-item .news-item-image-wrapper:before {
    width: 4.8rem;
    height: 4.8rem;
    background-size: 4.8rem auto;
  }
}
.five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  margin: -24px 0 0;
  padding: 12px 0 0 14px;
  max-width: calc(100% - 88px);
}
.five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper .news-item-category {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 2.2rem;
  line-height: 127.273%;
  letter-spacing: -0.22px;
  padding: 1.2rem 1.2rem 1.4rem 1.4rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
    font-size: 2.4rem;
    line-height: 116.667%;
    letter-spacing: -0.24px;
    margin-bottom: 0.7rem;
    padding: 1.2rem 4.7rem 0 1.4rem;
  }
}
.five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  line-height: 127.273%;
  letter-spacing: -0.22px;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  .five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
    font-size: 2.4rem;
    line-height: 116.667%;
    letter-spacing: -0.24px;
    font-weight: 800;
  }
}
.five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -0.14px;
  padding: 0 1.2rem 1.6rem 1.4rem;
}
@media (min-width: 992px) {
  .five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
    display: block;
    padding: 0 4.7rem 1.6rem 1.4rem;
  }
}
@media (min-width: 992px) {
  .five-box-news .news-item:first-of-type {
    grid-row: 1/3;
    grid-column: 2/4;
  }
  .five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
    font-size: 2.4rem;
    line-height: 116.667%;
    margin-bottom: 0.8rem;
  }
  .five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
    color: #474747;
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 116.667%;
    letter-spacing: -0.24px;
  }
  .five-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
    display: block;
    color: #474747;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    letter-spacing: -0.14px;
  }
}
.five-box-news .news-item:not(:first-of-type) {
  display: flex;
  align-items: flex-start;
  padding: 1.9rem 1.4rem;
}
@media (min-width: 992px) {
  .five-box-news .news-item:not(:first-of-type) {
    display: block;
    padding: 0;
  }
}
.five-box-news .news-item:not(:first-of-type) .news-item-image-wrapper {
  flex: 0 0 8.4rem;
  width: 8.4rem;
  margin-right: 1.4rem;
}
@media (min-width: 992px) {
  .five-box-news .news-item:not(:first-of-type) .news-item-image-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.five-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .five-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image {
    border-radius: 0;
    overflow: visible;
  }
}
.five-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image:after {
  padding-top: 100%;
}
@media (min-width: 992px) {
  .five-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image:after {
    padding-top: 56%;
  }
}
.five-box-news .news-item:not(:first-of-type) .news-item-data {
  flex: 1;
  width: 100%;
}
.five-box-news .news-item:not(:first-of-type) .news-item-data:before {
  display: none;
}
@media (min-width: 992px) {
  .five-box-news .news-item:not(:first-of-type) .news-item-data:before {
    display: block;
  }
}
.five-box-news .news-item:not(:first-of-type) .news-item-data:after {
  display: none;
}
@media (min-width: 992px) {
  .five-box-news .news-item:not(:first-of-type) .news-item-data:after {
    display: block;
  }
}
.five-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper {
  top: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .five-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper {
    top: -1.5rem;
    padding: 0 1.2rem 0 1.4rem;
  }
}
.five-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-category {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .five-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-category {
    margin-bottom: 1.2rem;
  }
}
.five-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 1.6rem;
  line-height: 137.5%;
  margin-bottom: 0;
}
.five-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.16px;
}
@media (min-width: 992px) {
  .five-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title a {
    line-height: 115%;
  }
}
@media (min-width: 1265px) {
  .five-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title a {
    line-height: 137.5%;
  }
}

.five-box-news-wrapper {
  margin-bottom: 2.7rem;
}
@media (min-width: 992px) {
  .five-box-news-wrapper {
    margin-bottom: 3.8rem;
  }
}
.five-box-news-wrapper.background .five-box-news-main-wrapper {
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 0 0;
  margin-inline: -1.5rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .five-box-news-wrapper.background .five-box-news-main-wrapper {
    background-size: 0 0, cover;
  }
}
@media (min-width: 768px) {
  .five-box-news-wrapper.background .five-box-news-main-wrapper {
    margin-inline: 0;
    border-radius: 10px;
  }
}
@media (min-width: 1265px) {
  .five-box-news-wrapper.background .five-box-news-main-wrapper {
    padding: 4.8rem 2rem 7.5rem;
  }
}
.five-box-news-wrapper.background .five-box-news-main-wrapper .section-header {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .five-box-news-wrapper.background .five-box-news-main-wrapper .section-header {
    margin-bottom: 1.5rem;
  }
}
.five-box-news-wrapper.background .five-box-news-main-wrapper .section-header .section-title-wrapper {
  padding: 0;
  margin-inline: 0;
  align-items: center;
}
.five-box-news-wrapper.background .five-box-news-main-wrapper .section-header .section-title-wrapper .see-more {
  padding: 0;
  top: 0;
}
.five-box-news-wrapper.background .five-box-news-main-wrapper .section-header .section-title-wrapper .see-more::after {
  display: none !important;
}
.five-box-news-wrapper.background .five-box-news-main-wrapper .section-header .category-wrapper {
  max-width: 100%;
  margin-top: 0;
  justify-content: flex-start;
  margin-left: unset;
  padding-top: 2rem;
}

.three-box-news {
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) {
  .three-box-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.2rem;
  }
}
.three-box-news .news-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .three-box-news .news-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.three-box-news .news-item:first-of-type.video-item .news-item-image-wrapper:before {
  width: 3.8rem;
  height: 3.8rem;
  background-size: 3.8rem auto;
  top: 1.5rem;
  left: 1.5rem;
  transform: unset;
}
@media (min-width: 1265px) {
  .three-box-news .news-item:first-of-type.video-item .news-item-image-wrapper:before {
    width: 4.8rem;
    height: 4.8rem;
    background-size: 4.8rem auto;
  }
}
.three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  margin: -24px 0 0;
  padding: 12px 0 0 14px;
  max-width: calc(100% - 88px);
}
.three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper .news-item-category {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 2.2rem;
  line-height: 127.273%;
  letter-spacing: -0.22px;
  margin-bottom: 0.7rem;
  padding: 1.2rem 1.2rem 0 1.4rem;
}
@media (min-width: 992px) {
  .three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 116.667%;
    letter-spacing: -0.24px;
    padding: 1.2rem 4.7rem 0 1.4rem;
  }
}
.three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  line-height: 127.273%;
  letter-spacing: -0.22px;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  .three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 116.667%;
    letter-spacing: -0.24px;
  }
}
.three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
  display: block;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -0.14px;
  padding: 0 1.2rem 1.6rem 1.4rem;
}
@media (min-width: 992px) {
  .three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
    padding: 0 4.7rem 1.6rem 1.4rem;
  }
}
@media (min-width: 992px) {
  .three-box-news .news-item:first-of-type {
    grid-row: 1/3;
    grid-column: 2/4;
  }
  .three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
    font-size: 2.4rem;
    line-height: 116.667%;
    margin-bottom: 0.8rem;
  }
  .three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
    color: #474747;
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 116.667%;
    letter-spacing: -0.24px;
  }
  .three-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
    display: block;
    color: #474747;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    letter-spacing: -0.14px;
  }
}
.three-box-news .news-item:not(:first-of-type) {
  display: flex;
  align-items: flex-start;
  padding: 1.9rem 1.4rem;
}
@media (min-width: 992px) {
  .three-box-news .news-item:not(:first-of-type) {
    display: block;
    padding: 0;
  }
}
.three-box-news .news-item:not(:first-of-type) .news-item-image-wrapper {
  flex: 0 0 8.4rem;
  width: 8.4rem;
  margin-right: 1.4rem;
}
@media (min-width: 992px) {
  .three-box-news .news-item:not(:first-of-type) .news-item-image-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.three-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .three-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image {
    border-radius: 0;
    overflow: visible;
  }
}
.three-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image:after {
  padding-top: 100%;
}
@media (min-width: 992px) {
  .three-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image:after {
    padding-top: 56%;
  }
}
.three-box-news .news-item:not(:first-of-type) .news-item-data {
  flex: 1;
  width: 100%;
}
.three-box-news .news-item:not(:first-of-type) .news-item-data:before {
  display: none;
}
@media (min-width: 992px) {
  .three-box-news .news-item:not(:first-of-type) .news-item-data:before {
    display: block;
  }
}
.three-box-news .news-item:not(:first-of-type) .news-item-data:after {
  display: none;
}
@media (min-width: 992px) {
  .three-box-news .news-item:not(:first-of-type) .news-item-data:after {
    display: block;
  }
}
.three-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper {
  top: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .three-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper {
    top: -1.5rem;
    padding: 0 1.2rem 0 1.4rem;
  }
}
.three-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-category {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .three-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-category {
    margin-bottom: 1.2rem;
  }
}
.three-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 1.6rem;
  line-height: 137.5%;
  margin-bottom: 0;
}
.three-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.16px;
}
@media (min-width: 992px) {
  .three-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title a {
    line-height: 115%;
  }
}
@media (min-width: 1265px) {
  .three-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title a {
    line-height: 137.5%;
  }
}

.video-box-news {
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) {
  .video-box-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.2rem;
  }
}
.video-box-news .news-item.video-item .news-item-image-wrapper::before {
  display: block;
}
.video-box-news .news-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .video-box-news .news-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.video-box-news .news-item:first-of-type .news-item-image-wrapper::before {
  width: 4.8rem;
  height: 4.8rem;
  background-size: 4.8rem auto;
  top: 1.5rem;
  left: 1.5rem;
  transform: unset;
}
.video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  margin: -24px 0 0;
  padding: 12px 0 0 14px;
  max-width: calc(100% - 88px);
}
.video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-category-wrapper .news-item-category {
  color: #347da8 !important;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 2.2rem;
  line-height: 127.273%;
  letter-spacing: -0.22px;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
}
@media (min-width: 992px) {
  .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
    font-size: 2.4rem;
    line-height: 116.667%;
    letter-spacing: -0.24px;
    padding: 1.2rem 4.7rem 0 1.4rem;
  }
}
.video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  line-height: 127.273%;
  letter-spacing: -0.22px;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 116.667%;
    letter-spacing: -0.24px;
  }
}
.video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -0.14px;
}
@media (min-width: 992px) {
  .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
    display: block;
    padding: 0 4.7rem 1.6rem 1.4rem;
  }
}
@media (min-width: 992px) {
  .video-box-news .news-item:first-of-type {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  .video-box-news .news-item:first-of-type .news-item-image-wrapper::before {
    width: 5.3rem;
    height: 5.3rem;
    background-size: 5.3rem auto;
  }
  .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
    font-size: 2.4rem;
    line-height: 116.667%;
    letter-spacing: -0.24px;
    margin-bottom: 0.8rem;
  }
  .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
    font-size: 2.4rem;
    line-height: 116.667%;
    letter-spacing: -0.24px;
  }
}
.video-box-news .news-item:not(:first-of-type) {
  display: flex;
  align-items: flex-start;
  padding: 1.9rem 1.4rem;
}
@media (min-width: 992px) {
  .video-box-news .news-item:not(:first-of-type) {
    display: block;
    padding: 0;
  }
}
.video-box-news .news-item:not(:first-of-type) .news-item-image-wrapper {
  flex: 0 0 8.4rem;
  width: 8.4rem;
  margin-right: 1.4rem;
}
@media (min-width: 992px) {
  .video-box-news .news-item:not(:first-of-type) .news-item-image-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .video-box-news .news-item:not(:first-of-type) .news-item-image-wrapper::before {
    top: 1.3rem;
    left: 1.3rem;
    transform: unset;
  }
}
.video-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .video-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image {
    border-radius: 0;
    overflow: visible;
  }
}
.video-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image:after {
  padding-top: 100%;
}
@media (min-width: 992px) {
  .video-box-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image:after {
    padding-top: 56%;
  }
}
.video-box-news .news-item:not(:first-of-type) .news-item-data {
  flex: 1;
  width: 100%;
}
.video-box-news .news-item:not(:first-of-type) .news-item-data:before {
  display: none;
}
@media (min-width: 992px) {
  .video-box-news .news-item:not(:first-of-type) .news-item-data:before {
    display: block;
  }
}
.video-box-news .news-item:not(:first-of-type) .news-item-data:after {
  display: none;
}
@media (min-width: 992px) {
  .video-box-news .news-item:not(:first-of-type) .news-item-data:after {
    display: block;
  }
}
.video-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper {
  top: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .video-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper {
    top: -1.5rem;
    padding: 0 1.2rem 0 1.4rem;
  }
}
.video-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-category {
  color: #347da8 !important;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .video-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-category {
    margin-bottom: 1.2rem;
  }
}
.video-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 1.6rem;
  line-height: 137.5%;
  margin-bottom: 0;
}
.video-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.16px;
}
@media (min-width: 992px) {
  .video-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title a {
    line-height: 115%;
  }
}
@media (min-width: 1265px) {
  .video-box-news .news-item:not(:first-of-type) .news-item-data .news-item-data-wrapper .news-item-title a {
    line-height: 137.5%;
  }
}

.video-box-news-wrapper {
  position: relative;
  padding: 3.9rem 0 3.5rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .video-box-news-wrapper {
    margin-bottom: 3.8rem;
    padding: 4.8rem 0 7.5rem;
  }
}
.video-box-news-wrapper .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-box-news-wrapper .video-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-box-news-wrapper .section-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.2rem;
  position: relative;
}
@media (min-width: 992px) {
  .video-box-news-wrapper .section-title-wrapper {
    margin-bottom: 2.5rem;
  }
}
.video-box-news-wrapper .section-title-wrapper .section-title {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 91.667%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .video-box-news-wrapper .section-title-wrapper .section-title {
    font-size: 2.6rem;
    letter-spacing: -0.26px;
    line-height: 84.615%;
  }
}
.video-box-news-wrapper .section-title-wrapper .see-more {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 123.077%;
  text-transform: uppercase;
}
.video-box-news-wrapper .section-title-wrapper .see-more span {
  display: block;
  margin-left: 1.2rem;
}
@media (min-width: 992px) {
  .video-box-news-wrapper .section-title-wrapper .see-more {
    font-size: 1.4rem;
    line-height: 114.286%;
  }
}

.lead-category {
  margin-bottom: 2.7rem;
}
@media (min-width: 992px) {
  .lead-category {
    margin-bottom: 3.8rem;
    padding-top: 2.6rem;
  }
}
.lead-category .section-header {
  margin-bottom: 2rem;
}
.lead-category.subcategory {
  padding-top: 3.1rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .lead-category.subcategory {
    padding-top: 5rem;
    margin-bottom: 3.8rem;
  }
}
.lead-category.subcategory .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
}
@media (min-width: 992px) {
  .lead-category.subcategory .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-description {
    display: block;
  }
}
.lead-category.subcategory .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 2.2rem;
  line-height: 127.273%;
  letter-spacing: -0.22px;
}
@media (min-width: 1265px) {
  .lead-category.subcategory .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title {
    font-size: 2.4rem;
    line-height: 116.667%;
    letter-spacing: -0.24px;
  }
}
.lead-category.subcategory .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
  font-size: 2.2rem;
  line-height: 127.273%;
  letter-spacing: -0.22px;
}
@media (min-width: 1265px) {
  .lead-category.subcategory .video-box-news .news-item:first-of-type .news-item-data .news-item-data-wrapper .news-item-title a {
    font-size: 2.4rem;
    line-height: 116.667%;
    letter-spacing: -0.24px;
  }
}

.most-viewed-wrapper {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .most-viewed-wrapper {
    margin-bottom: 3.8rem;
  }
}
.most-viewed-wrapper.single {
  margin-bottom: 4rem;
  padding-top: 0.6rem;
}
@media (min-width: 992px) {
  .most-viewed-wrapper.single {
    display: none;
  }
}
.most-viewed-wrapper .most-viewed-main-wrapper {
  border-radius: 10px;
  padding: 2rem 1.4rem 0.6rem 1.4rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .most-viewed-wrapper .most-viewed-main-wrapper {
    padding: 2rem 1.6rem 2.6rem;
  }
}
.most-viewed-wrapper .most-viewed-main-wrapper .section-title-wrapper {
  margin-bottom: 0.2rem;
}
@media (min-width: 992px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .section-title-wrapper {
    margin-bottom: 2.2rem;
  }
}
.most-viewed-wrapper .most-viewed-main-wrapper .section-title-wrapper .section-title {
  display: block;
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.22px;
  text-transform: uppercase;
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed {
  counter-reset: section;
}
@media (min-width: 992px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed {
    display: flex;
  }
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item {
  border-radius: 0;
  overflow: visible;
  padding: 1.4rem 0;
}
@media (min-width: 576px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item {
    padding: 0;
    flex: 0 0 1;
    width: 100%;
  }
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  display: block;
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:before {
    top: 0;
    left: 1rem;
    transform: unset;
  }
}
@media (min-width: 1265px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:before {
    left: 2rem;
  }
}
@media (min-width: 992px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:first-of-type::before {
    left: 0;
  }
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:first-of-type .news-item-data {
  padding-left: 4rem;
}
@media (min-width: 992px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:last-of-type .news-item-data {
    padding-right: 0;
  }
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:not(:last-of-type) {
  border-bottom: 1px solid #f0f4f6;
}
@media (min-width: 992px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:not(:last-of-type) {
    border-bottom: 0;
    border-right: 1px solid #f0f4f6;
  }
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-image-wrapper {
  display: none;
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data {
  padding-left: 4rem;
}
@media (min-width: 992px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data {
    padding: 0 1rem 0 4rem;
  }
}
@media (min-width: 1265px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data {
    padding: 0 2rem 0 6rem;
  }
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper {
  top: 0;
  padding: 0;
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  display: none;
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title {
  margin-bottom: 0;
  padding: 0;
}
.most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: -0.14px;
}
@media (min-width: 992px) {
  .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.intext-news {
  margin: 1.6rem 0 2.3rem;
}
@media (min-width: 768px) {
  .intext-news {
    margin: 1.6rem 0 3rem;
  }
}
.intext-news .intext-title {
  color: #347da8 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 2.4rem !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 130% !important;
  letter-spacing: -0.2px !important;
  margin-bottom: 2.1rem !important;
}
@media (min-width: 768px) {
  .intext-news .intext-title {
    font-size: 2.4rem !important;
    letter-spacing: -0.24px !important;
    line-height: 116.667% !important;
    margin-bottom: 1.8rem !important;
  }
}
.intext-news .intext-news-wrapper {
  border-radius: 12px;
  background: #fff;
  padding: 0 1.6rem;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper {
    padding: 0 2.4rem;
  }
}
.intext-news .intext-news-wrapper .news-item {
  padding: 1.2rem 0;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper .news-item {
    padding: 1.7rem 0 1.4rem;
  }
}
.intext-news .intext-news-wrapper .news-item:hover .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #347da8 !important;
}
.intext-news .intext-news-wrapper .news-item:first-of-type {
  padding-top: 1.8rem;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper .news-item:first-of-type {
    padding-top: 2.2rem;
  }
}
.intext-news .intext-news-wrapper .news-item:last-of-type {
  padding-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper .news-item:last-of-type {
    padding-bottom: 2.2rem;
  }
}
.intext-news .intext-news-wrapper .news-item:not(:last-of-type) {
  border-bottom: 1px solid #f0f4f6;
}
.intext-news .intext-news-wrapper .news-item .news-item-image-wrapper {
  display: none;
}
.intext-news .intext-news-wrapper .news-item .news-item-data:before {
  display: none;
}
.intext-news .intext-news-wrapper .news-item .news-item-data::after {
  display: none;
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper {
  top: 0;
  padding: 0;
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-category {
  display: none;
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 1.6rem !important;
  line-height: 137% !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title {
    font-size: 1.8rem !important;
    line-height: 144.444% !important;
  }
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.6rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 137% !important;
  letter-spacing: -0.16px !important;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
    font-size: 1.8rem !important;
    line-height: 144.444% !important;
    letter-spacing: -0.18px !important;
  }
}

.read-next {
  margin-bottom: 4.1rem;
}
.read-next .read-next-title {
  display: block !important;
  color: #347da8 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 2rem !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 130% !important;
  letter-spacing: -0.2px !important;
  margin-bottom: 2.4rem !important;
}
@media (min-width: 576px) {
  .read-next .read-next-title {
    font-size: 2.4rem !important;
    line-height: 116.667% !important;
    letter-spacing: -0.24px !important;
    margin-bottom: 2.2rem !important;
  }
}
.read-next .read-next-wrapper .owl-stage {
  padding-left: 0 !important;
}
.read-next .read-next-wrapper .owl-item {
  width: 305px !important;
}
.read-next .read-next-wrapper .news-item:hover .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #347da8 !important;
}
.read-next .read-next-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  margin: -24px 0 0;
  padding: 12px 0 0 14px;
  max-width: calc(100% - 88px);
}
.read-next .read-next-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper .news-item-category {
  font-family: "Roboto", sans-serif !important;
  font-size: 1.2rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 100% !important;
  text-transform: uppercase !important;
  margin-bottom: 1.2rem !important;
  text-decoration: none !important;
}
.read-next .read-next-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 1.6rem !important;
  line-height: 137.5% !important;
  letter-spacing: -0.16px !important;
  margin-bottom: 0 !important;
  padding: 0 1.2rem 1.6rem 1.4rem;
}
.read-next .read-next-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.6rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 137.5% !important;
  letter-spacing: -0.16px !important;
  text-decoration: none !important;
}
.read-next .read-next-wrapper .owl-nav {
  display: none;
}
@media (min-width: 576px) {
  .read-next .read-next-wrapper .owl-nav {
    display: block;
    top: -37px;
    width: 70px;
    left: unset;
  }
}

.top-news-wrapper {
  background-color: #e85455;
  padding: 0.9rem 0;
}
.top-news-wrapper .top-news {
  display: flex;
  align-items: center;
}
.top-news-wrapper .top-news .top-news-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
  flex: 0 0 11.9rem;
  width: 11.9rem;
  margin-bottom: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
.top-news-wrapper .top-news .top-news-title::after {
  content: "•";
  display: inline-block;
  padding: 0 0.7rem;
}
@media (min-width: 992px) {
  .top-news-wrapper .top-news .top-news-title::after {
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .top-news-wrapper .top-news .top-news-title {
    font-size: 1.6rem;
    line-height: 100%;
    flex: 0 0 14.7rem;
    width: 14.7rem;
  }
}
.top-news-wrapper .top-news .top-news-slider {
  overflow: hidden;
}
.top-news-wrapper .top-news .top-news-slider .top-news-slider-item {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 116.667%;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .top-news-wrapper .top-news .top-news-slider .top-news-slider-item {
    font-size: 1.4rem;
    line-height: 100%;
  }
}
.top-news-wrapper .top-news .top-news-action {
  width: 2rem;
  flex: 0 0 2rem;
  margin-left: auto;
}
.top-news-wrapper .top-news .top-news-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  text-align: center;
}
.top-news-wrapper .top-news .top-news-action a svg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
}

.opinions .opinions-wrapper {
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .opinions .opinions-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.2rem;
  }
}
.opinions .opinions-wrapper .opinions-item {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.opinions .opinions-wrapper .opinions-item:first-of-type {
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 992px) {
  .opinions .opinions-wrapper .opinions-item {
    padding: 0;
    border-bottom: none;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 10px;
    overflow: hidden;
  }
  .opinions .opinions-wrapper .opinions-item:first-of-type {
    border-top: none;
  }
}
.opinions .opinions-wrapper .opinions-item .author-image {
  position: relative;
  display: block;
  flex: 0 0 7.6rem;
  width: 7.6rem;
  border-radius: 50%;
  overflow: hidden;
}
.opinions .opinions-wrapper .opinions-item .author-image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.opinions .opinions-wrapper .opinions-item .author-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.opinions .opinions-wrapper .opinions-item .author-data {
  flex: 1;
  width: 100%;
  order: -1;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .opinions .opinions-wrapper .opinions-item .author-data {
    order: 1;
    padding-right: 0;
    padding-left: 2rem;
  }
}
.opinions .opinions-wrapper .opinions-item .author-data .author-name {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
@media (min-width: 992px) {
  .opinions .opinions-wrapper .opinions-item .author-data .author-name {
    font-size: 1.2rem;
  }
}
@media (min-width: 1265px) {
  .opinions .opinions-wrapper .opinions-item .author-data .author-name {
    font-size: 1.4rem;
  }
}
.opinions .opinions-wrapper .opinions-item .author-data .author-news-title {
  display: block;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.16px;
}
@media (min-width: 992px) {
  .opinions .opinions-wrapper .opinions-item .author-data .author-news-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.4rem;
  }
}
@media (min-width: 1265px) {
  .opinions .opinions-wrapper .opinions-item .author-data .author-news-title {
    font-size: 1.6rem;
  }
}

.pagination-wrapper .pagination {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrapper .pagination .page-item:not(:last-of-type) {
  margin-right: 0.8rem;
}
.pagination-wrapper .pagination .page-item.prev .page-link, .pagination-wrapper .pagination .page-item.next .page-link {
  transition: 0.2s linear;
}
.pagination-wrapper .pagination .page-item.prev .page-link span svg path, .pagination-wrapper .pagination .page-item.next .page-link span svg path {
  transition: 0.2s linear;
}
.pagination-wrapper .pagination .page-item.prev .page-link span, .pagination-wrapper .pagination .page-item.next .page-link span {
  display: flex;
  align-items: center;
}
.pagination-wrapper .pagination .page-item.prev .page-link:hover, .pagination-wrapper .pagination .page-item.next .page-link:hover {
  background-color: rgba(196, 205, 213, 0.5);
  border: 1px solid transparent;
}
.pagination-wrapper .pagination .page-item.prev .page-link:hover span svg path, .pagination-wrapper .pagination .page-item.next .page-link:hover span svg path {
  fill: #474747;
}
.pagination-wrapper .pagination .page-item.prev .page-link.active, .pagination-wrapper .pagination .page-item.next .page-link.active {
  background-color: rgba(196, 205, 213, 0.5);
  border: 1px solid transparent;
}
.pagination-wrapper .pagination .page-item.prev .page-link.active span svg path, .pagination-wrapper .pagination .page-item.next .page-link.active span svg path {
  fill: #474747;
}
.pagination-wrapper .pagination .page-item .page-link {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: 0.2s linear;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  color: #474747;
  font-weight: 700;
  border: 1px solid #347da8;
  border-radius: 4px;
  border: 1px solid rgba(9, 132, 176, 0.27);
  background: #fff;
}
.pagination-wrapper .pagination .page-item.active .page-link {
  border: 1px solid #347da8;
  background: #fff;
  color: #347da8;
}
.pagination-wrapper .pagination .page-item:hover .page-link {
  border: 1px solid #347da8;
  background: #fff;
  color: #347da8;
}

.widget-latest-news {
  border-radius: 10px;
  background: #fff;
  padding: 2rem 1.6rem 2.6rem;
}
.widget-latest-news .widget-latest-news-title {
  margin-bottom: 1.6rem;
}
.widget-latest-news .widget-latest-news-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.22px;
  text-transform: uppercase;
}
.widget-latest-news .widget-latest-news-title a .see-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #f0f4f6;
  padding: 0.5rem 0.7rem;
  width: 2.8rem;
  height: 2.8rem;
}
.widget-latest-news .widget-latest-news-title a .see-more img {
  width: 0.8rem;
}
.widget-latest-news .widget-latest-news-wrapper .news-item {
  border-radius: 0;
  overflow: visible;
  padding: 1.4rem 0;
}
.widget-latest-news .widget-latest-news-wrapper .news-item:not(:last-of-type) {
  border-bottom: 1px solid #f0f4f6;
}
.widget-latest-news .widget-latest-news-wrapper .news-item:last-of-type {
  padding-bottom: 0;
}
.widget-latest-news .widget-latest-news-wrapper .news-item:first-of-type {
  padding-top: 0;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-image-wrapper {
  display: none;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-time {
  display: block;
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-time:before {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #347da8;
  margin-right: 1.2rem;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  display: none;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 1.4rem;
  line-height: 142.857%;
  margin-bottom: 0;
  padding: 0;
  padding-left: 2.1rem;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: -0.14px;
}

.breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item a {
  display: block;
  text-decoration: none;
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: -0.14px;
}
@media (min-width: 576px) {
  .breadcrumb-item a {
    font-size: 1.4rem;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin: 0 9px;
  color: #347da8;
  font-size: 1.2rem;
}

.breadcrumb-item.current {
  display: block;
  color: #347da8;
  pointer-events: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .breadcrumb-item.current {
    font-size: 1.4rem;
  }
}

.single-news {
  padding: 2.5rem 0 3rem;
}
@media (min-width: 992px) {
  .single-news {
    padding: 5rem 0 4rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-header {
  margin-bottom: 2.3rem;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-header {
    margin-bottom: 4.1rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-header .breadcrumb {
  margin-bottom: 2.6rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-title {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
  letter-spacing: -0.24px;
  margin-bottom: 2.1rem;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-header .single-news-title {
    font-size: 3.2rem;
    line-height: 120%;
    letter-spacing: -0.4px;
  }
}
@media (min-width: 1265px) {
  .single-news .layout-main .main-content .single-news-main .single-news-header .single-news-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.7rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-author-date .single-news-author-wrapper {
  display: flex;
  align-items: center;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-author-date .single-news-author-wrapper span,
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-author-date .single-news-author-wrapper a {
  display: block;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: -0.12px;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-author-date .single-news-author-wrapper span,
  .single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-author-date .single-news-author-wrapper a {
    font-size: 1.4rem;
    letter-spacing: -0.14px;
    line-height: 164.286%;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-author-date .single-news-author-wrapper a.single-news-author {
  font-weight: 700;
  padding-left: 0.5rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-author-date .single-news-date-time {
  display: flex;
  align-items: center;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-author-date .single-news-date-time span {
  display: block;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: -0.12px;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-author-date .single-news-date-time span {
    font-size: 1.4rem;
    letter-spacing: -0.14px;
    line-height: 164.286%;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-author-date .single-news-date-time span:last-of-type:before {
  content: "-";
  display: inline-block;
  padding: 0 0.5rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action {
  display: flex;
  align-items: center;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #347da8;
  width: 4rem;
  height: 4rem;
  margin-right: 1.4rem;
  cursor: pointer;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-comment img {
  width: 2.4rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-share-wrapper {
  position: relative;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-share-wrapper .single-news-share {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #347da8;
  width: 4rem;
  height: 4rem;
  transition: 0.2s linear;
  cursor: pointer;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-share-wrapper .single-news-share:hover {
  background-color: #fff;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-share-wrapper .single-news-share img {
  width: 2.8rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-share-wrapper .share-social {
  display: none;
  position: absolute;
  flex-direction: column;
  right: 0;
  top: calc(100% + 1rem);
  border-radius: 6px;
  border: 1px solid #347da8;
  background: #fff;
  width: 4rem;
  transition: 0.2s ease-in;
  z-index: 10;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-share-wrapper .share-social.show-social {
  display: flex;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-share-wrapper .share-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-share-wrapper .share-social a svg {
  fill: #347da8;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-share-wrapper .share-social a.copy {
  position: relative;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .single-news-info .single-news-action .single-news-share-wrapper .share-social .tooltip {
  top: 0;
  right: 100%;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper {
  margin-inline: -1.5rem;
}
@media (min-width: 576px) {
  .single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper {
    margin-inline: 0;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper .single-news-image {
  position: relative;
  display: block;
}
@media (min-width: 576px) {
  .single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper .single-news-image {
    border-radius: 10px;
    overflow: hidden;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper .single-news-image picture {
  display: block;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper .single-news-image:after {
  content: "";
  display: block;
  padding-top: 56%;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper .single-news-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper .image-info {
  padding-left: 1.5rem;
}
@media (min-width: 576px) {
  .single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper .image-info {
    padding-left: 0;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper .image-info .source-wrapper:hover {
  border-radius: 0;
}
@media (min-width: 576px) {
  .single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper .image-info .source-wrapper:hover {
    border-radius: 0px 0px 10px 10px;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-header .media-wrapper .image-info .source-wrapper .toggle-source {
  display: block;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper {
  max-width: 801px;
  margin-inline: auto;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h2,
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h3,
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h4,
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h5,
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  margin-bottom: 2.3rem;
  color: #474747;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
@media (min-width: 1265px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h3 {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media (min-width: 1265px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h4 {
  font-size: 2rem;
  line-height: 2.6rem;
}
@media (min-width: 1265px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h4 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h5 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media (min-width: 1265px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h5 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h6 {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (min-width: 1265px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content h6 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content p {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 2.4rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content strong,
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content b {
  font-size: 1.8rem;
  line-height: 144.444%;
  letter-spacing: -0.16px;
  font-weight: 700;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content a {
  color: #347da8;
  text-decoration: underline;
  font-weight: 500;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content blockquote {
  padding: 2.4rem 1.2rem;
  margin: 1.6rem 0 2.4rem;
  border-radius: 12px;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content blockquote {
    padding: 2.4rem 3.7rem;
    margin: 1.6rem 0 4rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content blockquote p {
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 2.4rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content blockquote p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content blockquote p {
    font-size: 2rem;
    line-height: 140%;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content blockquote strong {
  font-size: 1.8rem;
  line-height: 144.444%;
  letter-spacing: -0.16px;
  font-weight: 700;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content blockquote em {
  font-style: italic;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile {
  padding: 2.4rem 1.2rem;
  margin: 1.6rem 0 2.4rem;
  border-radius: 12px;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile {
    padding: 2.4rem 3.7rem;
    margin: 1.6rem 0 4rem;
  }
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile.pull-left, .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile.align-left {
    width: 50%;
    margin-right: 1.5rem;
    margin-left: 0;
    margin-bottom: 1.5rem;
    float: left;
  }
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile.pull-right, .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile.align-right {
    width: 50%;
    margin-left: 1.5rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
    float: right;
  }
}
@media (min-width: 1265px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile {
    margin-bottom: 4rem;
    padding: 3.6rem 7rem;
  }
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile.pull-left, .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile.align-left {
    margin-right: 3rem;
  }
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile.pull-right, .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile.align-right {
    margin-left: 3rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile p {
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 2.4rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile p {
    font-size: 2rem;
    line-height: 140%;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile strong {
  font-size: 1.8rem;
  line-height: 144.444%;
  letter-spacing: -0.16px;
  font-weight: 700;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .anterfile em {
  font-style: italic;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper {
  margin-bottom: 2.7rem;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper {
    margin-bottom: 3rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .gallery-wrapper-slider {
  border-radius: 10px;
  overflow: hidden;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .gallery-wrapper-slider .gallery-item-wrapper .gallery-item {
  position: relative;
  padding-bottom: 5rem;
  background: #347da8;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .gallery-wrapper-slider .gallery-item-wrapper .gallery-item .image-wrapper {
  position: relative;
  display: block;
  margin: 0;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .gallery-wrapper-slider .gallery-item-wrapper .gallery-item .image-wrapper:after {
  content: "";
  display: block;
  padding-top: 56%;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .gallery-wrapper-slider .gallery-item-wrapper .gallery-item .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .gallery-wrapper-slider .gallery-item-wrapper .gallery-item .image-wrapper picture {
  display: block;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .gallery-wrapper-slider .gallery-item-wrapper .gallery-item .image-wrapper .source {
  position: absolute;
  top: calc(100% + 0.7rem);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 148%;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media (min-width: 576px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .gallery-wrapper-slider .gallery-item-wrapper .gallery-item .image-wrapper .source {
    top: calc(100% + 1.7rem);
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .caption {
  display: block;
  color: #a9a9a9;
  font-size: 1.2rem;
  line-height: 133%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-top: 1.4rem;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .caption {
    color: #696d70;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  bottom: 2.5rem;
  left: 1.6rem;
  color: #fff;
  text-align: start;
  right: unset;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  color: #fff;
  left: 1.6rem;
  top: 0.8rem;
}
@media (min-width: 992px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-dots:after {
    font-size: 1.6rem;
    font-weight: 500;
    top: 1rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  color: #fff;
  position: relative;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-dot span {
  display: none;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-dot.active:before {
  content: counter(slides-num) "/";
  display: inline-block;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
@media (min-width: 992px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-dot.active:before {
    font-size: 1.6rem;
    font-weight: 500;
    top: 0;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-nav {
  margin-bottom: 0;
  bottom: 2.5rem;
  top: unset;
  right: 1.6rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-nav .owl-prev,
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-nav .owl-next {
  width: 3rem;
  height: 3rem;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-nav .owl-prev span,
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-nav .owl-next span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  font-size: 3rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .gallery-wrapper .owl-nav .owl-prev {
  left: unset;
  right: 4rem;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .media-wrapper {
  margin: 1.6rem 0 2.7rem;
}
@media (min-width: 768px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .media-wrapper {
    margin: 1.6rem 0 3rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .media-wrapper .image-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .media-wrapper .image-wrapper.aligncenter {
  margin-inline: auto;
}
@media (min-width: 576px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .media-wrapper .image-wrapper.alignright {
    max-width: calc(50% - 1.5rem);
    width: auto;
    float: right;
    margin-left: 1.5rem;
  }
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .media-wrapper .image-wrapper.alignright img {
    width: 100%;
  }
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .media-wrapper .image-wrapper.alignleft {
    max-width: calc(50% - 1.5rem);
    width: auto;
    float: left;
    margin-right: 1.5rem;
  }
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .media-wrapper .image-wrapper.alignleft img {
    width: 100%;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content p > picture > img,
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content p > img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content p > picture > img.alignleft,
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content p > img.alignleft {
    float: left;
    width: auto;
    max-width: calc(50% - 2rem);
    margin-right: 2rem;
  }
}
@media (min-width: 576px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content p > picture > img.alignright,
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content p > img.alignright {
    float: right;
    width: auto;
    max-width: calc(50% - 2rem);
    margin-left: 2rem;
  }
}
@media (min-width: 576px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content p > picture > img.aligncenter,
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content p > img.aligncenter {
    width: auto;
    max-width: 100%;
    display: block;
    margin-inline: auto;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .share-social {
  padding-top: 1.6rem;
  margin-bottom: 4rem;
  display: flex;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .share-social a {
  border: 1px solid #347da8;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .share-social a svg {
  fill: #347da8;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .share-social a:hover {
  border: 1px solid #000;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .share-social a.copy {
  position: relative;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .share-social a .tooltip {
  bottom: calc(100% + 1rem);
  left: 0;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .tags-wrapper {
  padding: 2.6rem 0;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .tags-wrapper .tags-title {
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
@media (min-width: 1265px) {
  .single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .tags-wrapper .tags-title {
    margin-bottom: 2.6rem;
  }
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .tags-wrapper .tags-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .tags-wrapper .tags-box .tag-item {
  display: block;
  border-radius: 100px;
  border: 1px solid #d9d9d9;
  padding: 0.6rem 1.5rem;
  color: #347da8;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  transition: 0.2s linear;
}
.single-news .layout-main .main-content .single-news-main .single-news-content-wrapper .single-news-content .tags-wrapper .tags-box .tag-item:hover {
  border: 1px solid #347da8;
}
.single-news .layout-main .sidebar {
  display: none;
}
@media (min-width: 992px) {
  .single-news .layout-main .sidebar {
    display: block;
    position: sticky;
    top: 66.8px;
  }
}
@media (min-width: 1265px) {
  .single-news .layout-main .sidebar {
    top: 103.7px;
  }
}
.single-news .layout-main .sidebar .widget-latest-news {
  margin: 3rem 0;
}
.single-news .layout-main .sidebar .most-viewed-wrapper {
  margin: 3rem 0;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper {
  padding: 2rem 1.6rem 0.6rem;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .section-title-wrapper {
  margin-bottom: 0.2rem;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed {
  display: block;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item {
  border-radius: 0;
  overflow: visible;
  padding: 1.4rem 0;
}
@media (min-width: 576px) {
  .single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item {
    padding: 2rem 0;
  }
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  display: block;
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:not(:last-of-type) {
  border-bottom: 1px solid #f0f4f6;
}
@media (min-width: 992px) {
  .single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item:not(:last-of-type) {
    border-right: none;
  }
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-image-wrapper {
  display: none;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data {
  padding-left: 5rem;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data::before {
  display: none;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data::after {
  display: none;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper {
  top: 0;
  padding: 0;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-category {
  display: none;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title {
  margin-bottom: 0;
}
.single-news .layout-main .sidebar .most-viewed-wrapper .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: -0.14px;
}

.instagram-media {
  max-width: 70% !important;
  min-width: 300px !important;
  margin-bottom: 3rem !important;
  margin-inline: auto !important;
}

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

iframe[src*=facebook] {
  display: block;
  margin: 0 auto 3rem !important;
}

iframe[src*=linkedin] {
  display: block;
  margin: 0 auto 3rem !important;
}

iframe[src*=youtube],
iframe[src*=vimeo] {
  display: block;
  margin: 0 auto 3rem !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  border-radius: 10px !important;
}

video {
  width: 100%;
}

.twitter-tweet {
  margin-inline: auto;
  margin-bottom: 3rem !important;
}

.image-info {
  position: relative;
}
.image-info .source-wrapper {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.7rem 2.2rem;
  transition: 0.2s linear;
}
.image-info .source-wrapper.active {
  border-radius: 0px 0px 10px 10px;
  background: rgba(0, 127, 173, 0.8);
}
.image-info .source-wrapper.active .source {
  display: block;
}
.image-info .source-wrapper .toggle-source {
  cursor: pointer;
}
.image-info .source-wrapper .source {
  display: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  letter-spacing: -0.12px;
  transition: 0.2s linear;
  width: 100%;
}
@media (min-width: 768px) {
  .image-info .source-wrapper .source {
    line-height: 133.333%;
  }
}
.image-info .caption {
  display: block;
  color: #a9a9a9;
  font-size: 1.2rem;
  line-height: 133%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-top: 1.4rem;
}
@media (min-width: 768px) {
  .image-info .caption {
    color: #696d70;
  }
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.news-comments .news-comments-wrapper {
  border-radius: 12px;
  background: #fff;
  padding: 2.9rem 2.4rem 0;
  position: relative;
}
.news-comments .news-comments-wrapper .form-group-wrapper {
  position: relative;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  margin-bottom: 15px;
}
.news-comments .news-comments-wrapper .form-group-wrapper .form-group .form-control {
  padding: 1.6rem 0 0 1.9rem;
  border-radius: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 137.5%;
  border: none;
}
.news-comments .news-comments-wrapper .form-group-wrapper .form-group .form-control::placeholder {
  opacity: 1;
  font-style: italic;
  color: #c4c4c4;
}
@media (min-width: 992px) {
  .news-comments .news-comments-wrapper .form-group-wrapper .form-group .form-control {
    padding: 1.6rem 1.9rem;
  }
}
.news-comments .news-comments-wrapper .form-group-wrapper .form-group textarea {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 137.5%;
  border: none;
  border-bottom: 1px dashed #c4c4c4 !important;
}
.news-comments .news-comments-wrapper .form-group-wrapper .btn-leave-comment-wrapper {
  padding: 1.9rem 1.8rem;
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-comments .news-comments-wrapper .form-group-wrapper .btn-leave-comment-wrapper .recaptcha {
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .news-comments .news-comments-wrapper .form-group-wrapper .btn-leave-comment-wrapper .recaptcha {
    flex: 0 1 auto;
    width: auto;
  }
}
.news-comments .news-comments-wrapper .form-group-wrapper .btn-leave-comment-wrapper .btn-leave-comment {
  display: inline-block;
  color: #fff !important;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 100%;
  background-color: #347da8;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .news-comments .news-comments-wrapper .form-group-wrapper .btn-leave-comment-wrapper .btn-leave-comment {
    margin-top: 0;
  }
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment {
  border-bottom: 1px solid #c4c4c4;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment:last-of-type {
  border-bottom: none;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment > .single-comment {
  padding-left: 2.4rem;
  border-bottom: none;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment > .single-comment .single-comment-wrapper {
  padding-bottom: 1.5rem;
  padding-top: 0;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper {
  padding: 2.9rem 0;
  display: flex;
  align-items: flex-start;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data {
  flex: 1;
  width: 100%;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .single-comment-author {
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.16px;
  margin-bottom: 1.6rem;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-content {
  margin-bottom: 2rem;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-content p {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.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 .comment-actions-wrapper {
  display: flex;
  align-items: center;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-reply {
  color: #6a5a78 !important;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 114.286%;
  text-decoration: none !important;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-actions,
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-child-actions {
  display: flex;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-actions a,
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-child-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 .comment-actions-wrapper .comment-actions a .symbol,
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-child-actions a .symbol {
  margin-right: 5px;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-actions a.button-vote,
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-child-actions a.button-vote {
  cursor: pointer;
  margin-right: 15px;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-actions a.button-vote .number-of-votes,
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-child-actions a.button-vote .number-of-votes {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 114.286%;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-actions a.button-vote[data-vote-type=minus] .symbol.no-vote g,
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-child-actions a.button-vote[data-vote-type=minus] .symbol.no-vote g {
  opacity: 0.7;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-actions a.button-vote[data-vote-type=minus] .symbol svg g,
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-child-actions a.button-vote[data-vote-type=minus] .symbol svg g {
  opacity: 1;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-actions a.button-vote[data-vote-type=plus] .symbol.no-vote g,
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-child-actions a.button-vote[data-vote-type=plus] .symbol.no-vote g {
  opacity: 0.7;
}
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-actions a.button-vote[data-vote-type=plus] .symbol g,
.news-comments .news-comments-wrapper .news-comments-body .single-comment .single-comment-wrapper .single-comment-data .comment-actions-wrapper .comment-child-actions a.button-vote[data-vote-type=plus] .symbol g {
  opacity: 1;
}

.leave-comment-loader {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leave-comment-loader img {
  width: 100px;
  height: 100px;
}

.no-comments-box {
  border-radius: 12px;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 20px 0;
}
.no-comments-box h4 {
  color: #347da8 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 2.2rem !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 130% !important;
  letter-spacing: -0.2px !important;
  margin-bottom: 2.1rem !important;
}
@media (min-width: 768px) {
  .no-comments-box h4 {
    font-size: 2.4rem !important;
  }
}
.no-comments-box p {
  font-family: "Roboto", sans-serif !important;
  font-size: 1.6rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important;
  letter-spacing: -0.2px !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .no-comments-box p {
    font-size: 2rem !important;
  }
}

.leave-comment .comment-form-wrapper {
  position: relative;
}
.leave-comment .comment-form-wrapper .comment-form .form-group {
  margin-bottom: 1.5rem;
  width: 100%;
}
.leave-comment .comment-form-wrapper .comment-form .form-group .form-control {
  padding: 1.6rem 1.9rem;
  border-radius: 12px;
  border: 1px solid #c4c4c4;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 137.5%;
}
.leave-comment .comment-form-wrapper .comment-form .form-group .form-control::placeholder {
  opacity: 1;
  font-style: italic;
  color: #c4c4c4;
}
.leave-comment .comment-form-wrapper .comment-form .form-group textarea {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 137.5%;
  border: none !important;
  border-bottom: 1px dashed #c4c4c4 !important;
}
.leave-comment .comment-form-wrapper .comment-form .btn-comments {
  display: inline-block;
  color: #fff !important;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 100%;
  background-color: #347da8;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .leave-comment .comment-form-wrapper .comment-form .btn-comments {
    margin-top: 0;
  }
}

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

.news-comments-title-wrapper {
  background-color: #347da8;
  margin-inline: -1.5rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .news-comments-title-wrapper {
    margin-inline: -2.9rem;
    padding: 0 2.9rem;
  }
}
@media (min-width: 992px) {
  .news-comments-title-wrapper {
    border-radius: 10px;
    margin-inline: 0;
    padding: 0 2.3rem;
  }
}
.news-comments-title-wrapper .news-comments-title {
  margin-bottom: 0 !important;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem !important;
  line-height: 91.667% !important;
  letter-spacing: -0.24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  position: relative !important;
  white-space: nowrap !important;
  padding: 1.9rem 0;
}
@media (min-width: 992px) {
  .news-comments-title-wrapper .news-comments-title {
    font-size: 2.6rem !important;
    line-height: 84.615% !important;
    letter-spacing: -0.26px !important;
  }
}
.news-comments-title-wrapper .shape {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  width: 100%;
  height: 6rem;
  position: relative;
}
.news-comments-title-wrapper .shape::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  width: 100%;
  height: 100%;
  bottom: -36px;
  background-image: url(../img/assets/shape.webp), linear-gradient(to right, rgb(240, 244, 246), rgb(240, 244, 246));
  background-size: 100% 100%, 50% 100%;
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .news-comments-title-wrapper .shape::after {
    right: -2.9rem;
  }
}
@media (min-width: 992px) {
  .news-comments-title-wrapper .shape::after {
    right: -2.3rem;
    background-size: auto 100%, 70% 100%;
  }
}

.app-promo {
  position: relative;
}
@media (min-width: 992px) {
  .app-promo {
    padding: 4.1rem 0 3rem;
  }
}
.app-promo .app-promo-content {
  margin-inline: -1.5rem;
  padding: 4.2rem 1.5rem;
  background-image: url(../img/assets/app-bg-m.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .app-promo .app-promo-content {
    margin-inline: -2.9rem;
    padding: 4.2rem 2.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .app-promo .app-promo-content {
    margin-inline: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 1265px) {
  .app-promo .app-promo-content {
    background-image: url(../img/assets/app-bg-d.webp);
  }
}
.app-promo .app-promo-content .app-promo-text {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .app-promo .app-promo-content .app-promo-text {
    margin-bottom: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .app-promo .app-promo-content .app-promo-text {
    padding: 8.6rem 0 8.6rem 6.7rem;
  }
}
@media (min-width: 1265px) {
  .app-promo .app-promo-content .app-promo-text {
    max-width: 450px;
  }
}
.app-promo .app-promo-content .app-promo-text .promo-title {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
  max-width: 445px;
  margin-bottom: 1rem;
}
@media (min-width: 1265px) {
  .app-promo .app-promo-content .app-promo-text .promo-title {
    font-size: 4.2rem;
    line-height: 111.905%;
    letter-spacing: -0.42px;
    margin-bottom: 18px;
  }
}
.app-promo .app-promo-content .app-promo-text p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 3.9rem;
}
@media (min-width: 1265px) {
  .app-promo .app-promo-content .app-promo-text p {
    font-size: 1.6rem;
    line-height: 162.5%;
    margin-bottom: 4.5rem;
  }
}
.app-promo .app-promo-content .app-promo-text .app-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.app-promo .app-promo-content .app-promo-text .app-icons a {
  display: block;
  flex: 0 0 calc(50% - 0.85rem);
  width: calc(50% - 0.85rem);
  max-width: 157px;
  margin-right: 1.7rem;
}
.app-promo .app-promo-content .app-promo-text .app-icons a:last-of-type {
  margin-right: 0;
}
.app-promo .app-promo-content .app-promo-text .app-icons a img {
  border-radius: 5px;
}
.app-promo .app-promo-content .app-promo-image {
  position: relative;
}
@media (min-width: 768px) {
  .app-promo .app-promo-content .app-promo-image {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 564px;
  }
}
@media (min-width: 992px) {
  .app-promo .app-promo-content .app-promo-image {
    right: calc((100% - 920px) / 2);
  }
}
@media (min-width: 1265px) {
  .app-promo .app-promo-content .app-promo-image {
    right: calc((100% - 1260px) / 2 + 8.7rem);
  }
}
@media (min-width: 1365px) {
  .app-promo .app-promo-content .app-promo-image {
    right: calc((100% - 1346px) / 2 + 8.7rem);
  }
}
.app-promo .app-promo-content .app-promo-image:after {
  content: "";
  display: block;
  padding-top: 95%;
}
@media (min-width: 768px) {
  .app-promo .app-promo-content .app-promo-image:after {
    display: none;
  }
}
.app-promo .app-promo-content .app-promo-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.homepage-tag-wrapper {
  padding-bottom: 2.6rem;
  padding-top: 4.6rem;
}
@media (min-width: 992px) {
  .homepage-tag-wrapper {
    padding-top: 4rem;
  }
}
@media (min-width: 1265px) {
  .homepage-tag-wrapper {
    padding-bottom: 3.8rem;
  }
}
.homepage-tag-wrapper .section-title-wrapper {
  text-align: center;
  margin-bottom: 2.4rem;
}
@media (min-width: 1265px) {
  .homepage-tag-wrapper .section-title-wrapper {
    text-align: start;
    margin-bottom: 2.6rem;
  }
}
.homepage-tag-wrapper .section-title-wrapper .section-title {
  color: #347da8;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.homepage-tag-wrapper .homepage-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1265px) {
  .homepage-tag-wrapper .homepage-tag {
    justify-content: flex-start;
  }
}
.homepage-tag-wrapper .homepage-tag .homepage-tag-item {
  display: block;
  border-radius: 100px;
  border: 1px solid #d9d9d9;
  padding: 0.6rem 1.5rem;
  color: #347da8;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  transition: 0.2s linear;
}
.homepage-tag-wrapper .homepage-tag .homepage-tag-item:hover {
  border: 1px solid #347da8;
}

footer {
  position: relative;
  padding: 5.2rem 0 2.7rem;
}
@media (min-width: 992px) {
  footer {
    padding: 5.9rem 0 2.7rem;
  }
}
footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footer-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footer-top {
  position: relative;
  padding-bottom: 3.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  footer .footer-top {
    padding-bottom: 6.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
footer .footer-top .footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  footer .footer-top .footer-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-top .footer-menu {
    order: 2;
    flex: 1;
    padding-right: 2.2rem;
  }
}
footer .footer-top .footer-menu .footer-item {
  flex: 0 0 50%;
  width: 50%;
  margin-bottom: 3.4rem;
}
@media (min-width: 768px) {
  footer .footer-top .footer-menu .footer-item {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
footer .footer-top .footer-menu .footer-item .footer-link {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  footer .footer-top .footer-menu .footer-item .footer-link {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
    letter-spacing: -0.18px;
  }
}
footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item:not(:last-of-type) {
    margin-bottom: 1.4rem;
  }
}
footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  letter-spacing: -0.14px;
  transition: 0.2s linear;
}
@media (min-width: 992px) {
  footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link {
    font-size: 1.6rem;
    letter-spacing: -0.16px;
    line-height: 137.5%;
  }
}
footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link:hover {
  font-weight: 700;
}
footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link.active {
  font-weight: 700;
}
footer .footer-top .social {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  footer .footer-top .social {
    order: 3;
    margin-bottom: 0;
    padding-right: 2.2rem;
  }
}
footer .footer-top .social .social-title {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
  footer .footer-top .social .social-title {
    text-align: start;
    font-size: 1.8rem;
    letter-spacing: -0.18px;
  }
}
footer .footer-top .social .social-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .social .social-wrapper .social-item {
  display: block;
  border-radius: 4px;
  background: #fff;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
}
footer .footer-top .social .social-wrapper .social-item:hover {
  background: #b5d8e9;
}
footer .footer-top .social .social-wrapper .social-item:not(:last-of-type) {
  margin-right: 0.5rem;
}
footer .footer-top .social .social-wrapper .social-item svg {
  fill: #347da8;
}
footer .footer-top .footer-logo {
  display: block;
  max-width: 10.9rem;
  margin-inline: auto;
}
@media (min-width: 992px) {
  footer .footer-top .footer-logo {
    order: 1;
    margin-inline: 0;
    flex: 0 0 18.1rem;
    width: 18.1rem;
    max-width: 18.1rem;
    margin-right: 12.4rem;
  }
}
@media (min-width: 1265px) {
  footer .footer-top .footer-logo {
    margin-right: 24.8rem;
  }
}
footer .footer-bottom {
  position: relative;
  padding-top: 1.9rem;
}
footer .footer-bottom .copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}
footer .footer-bottom .language-wrapper {
  position: relative;
}
footer .footer-bottom .language-wrapper .current-language {
  display: flex;
  align-items: center;
}
footer .footer-bottom .language-wrapper .current-language span {
  display: flex;
  align-items: center;
}
footer .footer-bottom .language-wrapper .current-language span svg path {
  fill: #fff;
}
footer .footer-bottom .language-wrapper .current-language span.language {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.14px;
  padding: 0 0.7rem 0 1rem;
}
footer .footer-bottom .language-wrapper .language-list {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  width: auto;
  right: 0;
  column-count: 2;
  column-gap: 2rem;
  box-shadow: 0 7px 12px -5px #214d72;
  background-color: #fff;
  padding: 1rem;
  z-index: 11;
  border-radius: 10px;
}
footer .footer-bottom .language-wrapper .language-list .language-item {
  display: block;
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f2f6f7;
  transition: 0.2s linear;
  position: relative;
  white-space: nowrap;
  padding-right: 2rem;
}
footer .footer-bottom .language-wrapper .language-list .language-item:hover {
  color: #347da8;
}
footer .footer-bottom .language-wrapper .language-list .language-item.active {
  color: #347da8;
}
footer .footer-bottom .language-wrapper .language-list.open-language {
  display: block;
  opacity: 1;
}
footer .footer-bottom .copyright {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 183.333%;
  letter-spacing: -0.12px;
  margin-bottom: 0;
  margin-right: 1.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-bottom .copyright {
    font-size: 1.4rem;
    letter-spacing: -0.14px;
    line-height: 157.143%;
  }
}
footer .footer-bottom a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

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