.background-image, .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.background-image img, .background-image video, .bg-image img, .bg-image video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.background-image img.image-desktop, .background-image video.image-desktop, .bg-image img.image-desktop, .bg-image video.image-desktop {
  display: block;
}

@media (max-width: 991.98px) {
  .background-image img.image-desktop, .background-image video.image-desktop, .bg-image img.image-desktop, .bg-image video.image-desktop {
    display: none;
  }
}

.background-image img.image-mobile, .background-image video.image-mobile, .bg-image img.image-mobile, .bg-image video.image-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .background-image img.image-mobile, .background-image video.image-mobile, .bg-image img.image-mobile, .bg-image video.image-mobile {
    display: block;
  }
}

.background-image:after, .bg-image:after {
  display: block;
  background-color: #013fe7;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  content: '';
  opacity: 0.9;
}

.white-text {
  color: #fff;
}

.white-text * {
  color: #fff;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
  color: #fff;
}

.white-text h1 *, .white-text h2 *, .white-text h3 *, .white-text h4 *, .white-text h5 *, .white-text h6 * {
  color: #fff;
}

.white-text .big-text {
  color: #fff;
}

.blue-text {
  color: #013fe7;
}

.blue-text * {
  color: #013fe7;
}

.blue-text h1, .blue-text h2, .blue-text h3, .blue-text h4, .blue-text h5, .blue-text h6 {
  color: #013fe7;
}

.blue-text h1 *, .blue-text h2 *, .blue-text h3 *, .blue-text h4 *, .blue-text h5 *, .blue-text h6 * {
  color: #013fe7;
}

.blue-text .big-text {
  color: #013fe7;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

.above-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

body .main .big-blue-heading {
  color: #013fe7;
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  body .main .big-blue-heading {
    margin-bottom: 3rem;
  }
}

.blue-heading {
  font-size: 2rem;
  line-height: 1.6;
  color: #013fe7;
  font-weight: 700;
}

.swiper-pagination {
  position: static;
  margin-top: 5rem;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-right: 6px;
  opacity: .1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #013fe7;
  opacity: .7;
}

.main ul, .main ol {
  margin-left: 0;
  padding-left: 19px;
}

.main ul li, .main ol li {
  padding-left: 0;
  font-size: 1.7rem;
  line-height: 1.5;
}

.content-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
  padding-bottom: 40px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .content-navigation {
    margin-bottom: 50px;
  }
}

.content-navigation .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 70%;
  flex-align: baseline;
}

@media (max-width: 991px) {
  .content-navigation .post-info {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.content-navigation .post-info * {
  font-size: 16px;
  color: #013fe7;
}

.content-navigation .post-info .categories:after {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  content: '|';
}

.content-navigation .post-info .categories a:hover {
  text-decoration: underline;
}

.content-navigation .back-to-news {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .content-navigation .back-to-news {
    width: 100%;
    max-width: 100%;
  }
}

.content-navigation .back-to-news:hover, .content-navigation .back-to-news:focus {
  color: #000;
}

.content-navigation .back-to-news:hover .text, .content-navigation .back-to-news:focus .text {
  text-decoration: underline;
}

.content-navigation .back-to-news .icon {
  margin-right: 10px;
  font-size: 26px;
  line-height: 18px;
}

.content-navigation * {
  font-weight: 700;
}

blockquote {
  background-color: rgba(0, 0, 255, 0.05);
  padding: 53px;
  font-weight: 700;
  border-left: 6px solid #013fe7;
}

blockquote * {
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 991px) {
  blockquote {
    padding: 30px;
  }
}

blockquote cite {
  display: block;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6, .text-content img, .text-content .wp-caption, .text-content blockquote {
  margin-top: 90px;
}

@media (max-width: 991px) {
  .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6, .text-content img, .text-content .wp-caption, .text-content blockquote {
    margin-top: 50px;
  }
}

.text-content h1:first-child, .text-content h2:first-child, .text-content h3:first-child, .text-content h4:first-child, .text-content h5:first-child, .text-content h6:first-child, .text-content img:first-child, .text-content .wp-caption:first-child, .text-content blockquote:first-child {
  margin-top: 0;
}

.text-content h2 {
  font-size: 4rem;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .text-content h2 {
    font-size: 3.7rem;
  }
}

@media (max-width: 575.98px) {
  .text-content h2 {
    font-size: 3rem;
  }
}

.text-content h3 {
  font-size: 3rem;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .text-content h3 {
    font-size: 2.7rem;
  }
}

.text-content .wp-caption {
  width: 100%;
  min-width: 100%;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .text-content .wp-caption {
    margin-bottom: 30px;
  }
}

.text-content .wp-caption .wp-caption-text {
  margin-top: 10px;
  padding: 0;
}

.text-content .wp-caption img {
  margin-bottom: 0 !important;
}

.text-content img {
  display: block;
  max-width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .text-content img {
    margin-bottom: 30px;
  }
}

.main-single-post .latest-posts-section {
  background-color: #f6f9fb;
  padding-top: 100px;
  padding-bottom: 200px;
}

@media (max-width: 991px) {
  .main-single-post .latest-posts-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.main-single-post .main-row {
  margin-bottom: 250px;
}

@media (max-width: 1199px) {
  .main-single-post .main-row {
    margin-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .main-single-post .share-element {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}

.main-single-post .share-element h3 {
  color: #013fe7;
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .main-single-post .share-element h3 {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .main-single-post .share-element .elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -15px;
  }
}

@media (max-width: 575px) {
  .main-single-post .share-element .elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.main-single-post .share-element .elements a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .main-single-post .share-element .elements a {
    margin-top: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 575px) {
  .main-single-post .share-element .elements a {
    margin-top: 0;
    margin-right: 0;
  }
}

.main-single-post .share-element .elements a:hover {
  text-decoration: none;
  color: #013fe7;
}

.news-container {
  margin-top: 11rem;
  margin-bottom: 15rem;
}

@media (max-width: 991px) {
  .news-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.news-container .container {
  padding: 0;
}

.news-container .older-newer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15rem;
}

@media (max-width: 991px) {
  .news-container .older-newer {
    margin-top: 50px;
  }
}

.news-container .older-newer .older, .news-container .older-newer .newer {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}

.news-container .older-newer .newer svg {
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news-container .results .news-elements-ajax .news-element-inner .post-inside {
  opacity: 0;
}

.news-container .results .news-elements-ajax.elements-visible .news-element-inner .post-inside {
  opacity: 1;
}

.news-container .results .news-element-inner .post-inside {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}

.news-container .results.hide-posts .news-element-inner .post-inside {
  opacity: 0;
}

.news-container .filters {
  margin-bottom: 10rem;
}

@media (max-width: 991px) {
  .news-container .filters {
    margin-bottom: 50px;
  }
}

.news-container .filters .tags {
  padding-top: 4rem;
  margin-top: -3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 991px) {
  .news-container .filters .tags {
    margin-top: -15px;
    padding-top: 3rem;
  }
}

.news-container .filters .tags .tag {
  display: block;
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 3rem;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .news-container .filters .tags .tag {
    margin-top: 15px;
  }
}

.news-container .filters .tags .tag.active, .news-container .filters .tags .tag:hover, .news-container .filters .tags .tag:focus {
  color: #013fe7;
}

.news-elements {
  margin-top: -140px;
}

@media (max-width: 991px) {
  .news-elements {
    margin-top: -50px;
  }
}

.news-elements .news-element-newsletter {
  margin-bottom: -140px;
}

@media (max-width: 991px) {
  .news-elements .news-element-newsletter {
    margin-bottom: -50px;
  }
}

.news-elements .news-element {
  margin-top: 140px;
}

@media (max-width: 991px) {
  .news-elements .news-element {
    margin-top: 50px;
  }
}

.news-elements .news-element .news-element-inner {
  position: relative;
}

.news-elements .news-element .news-element-inner:hover .image img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.news-elements .news-element .image {
  overflow: hidden;
  position: relative;
  background-color: #013fe7;
}

.news-elements .news-element .image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.6s, -webkit-transform 1.3s;
  transition: opacity 0.6s, -webkit-transform 1.3s;
  -o-transition: opacity 0.6s, transform 1.3s;
  transition: opacity 0.6s, transform 1.3s;
  transition: opacity 0.6s, transform 1.3s, -webkit-transform 1.3s;
  opacity: 1;
}

@media (max-width: 991px) {
  .news-elements .news-element .image img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.news-elements .news-element h3 {
  font-size: 32px;
}

@media (max-width: 991px) {
  .news-elements .news-element h3 {
    font-size: 24px;
  }
}

.news-elements .news-element .post-info {
  margin-top: 30px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .news-elements .news-element .post-info {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.news-elements .news-element .post-info * {
  color: #013fe7;
  font-weight: 700;
}

.news-elements .news-element .post-info .categories {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 2px solid #013fe7;
}

.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
