/* blog overview page */
#main:has(.views-element-container),
#main:has(.blog) {
  background-color: #f2f2f2;
}
#main > .container:has(.views-element-container) {
  width: 100% !important;
  padding: 0;
}
.clear {
  margin: 0;
  border: 0;
}
.views-element-container > header {
  width: 100%;
  padding: 90px 10px;
  position: relative;
  background-color: #383e42;
  margin-bottom: 72px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.views-element-container > header h1 {
  position: absolute;
  z-index: 1;
  text-orientation: sideways;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 0;
  font-size: 162px;
  color: #ffffff;
  text-transform: uppercase;
  left: 44px;
  bottom: 0;
  letter-spacing: 8px;
  margin: 0;
}
.views-element-container > header .headline {
  width: 50%;
  max-width: 590px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px 0 0;
}
.views-element-container > header .headline .subheading {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #fff;
}
.views-element-container > header .headline .heading {
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
}
.views-element-container > header .views-row {
  width: 50%;
  padding: 10px 0;
  max-width: 590px;
}
.views-element-container
  > header
  .views-row
  .views-field.views-field-field-image {
  height: 400px;
}
.views-element-container > header .teaser-headline {
  position: absolute;
  bottom: -53px;
  display: block;
  width: 100%;
  max-width: 1190px;
  padding: 0 10px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.1;
  color: #1254ff;
}
.views-element-container > header .views-field-field-teaser-text {
  position: absolute;
  padding: 10px 25px;
  max-height: 99px;
  margin-right: 0;
  height: 92px;
  overflow: hidden;
  bottom: 10px;
  color: #fff;
  z-index: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.views-element-container
  > header
  .views-field-field-teaser-text
  .field-content {
  max-height: 60px;
  overflow: hidden;
}

.views-element-container .item-list-wrapper {
  max-width: 1190px;
  margin: 0 auto;
}
.views-element-container .item-list-wrapper .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.views-element-container .views-row {
  width: 33%;
  padding: 10px;
  position: relative;
  transition: 0.2s all ease;
  list-style: none;
}
.views-element-container .views-row:hover {
  transform: scale(1.03);
}
.views-element-container .views-row .views-field.views-field-field-image {
  width: 100%;
  height: 300px;
  border-radius: 9px;
  overflow: hidden;
}

.views-element-container
  .views-row
  .views-field.views-field-field-image
  .field-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.views-element-container
  .views-row
  .views-field.views-field-field-image
  .field-content
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.views-element-container .views-field-field-image .field-content > a:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  background: transparent;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 69%) 0%,
    rgba(0, 212, 255, 0) 100%
  );
}

.views-element-container .views-field.views-field-title {
  position: absolute;
  bottom: 102px;
  left: 25px;
  z-index: 2;
  width: calc(100% - 50px);
}
.views-element-container .views-field.views-field-title h3 {
  color: #fff;
}
.views-element-container .views-field.views-field-title h3 a {
  color: #fff;
  text-decoration: none;
}
.views-element-container .views-field.views-field-title h3 a:hover {
  color: #fff;
  text-decoration: none;
}
.views-element-container .views-field.views-field-created {
  position: absolute;
  bottom: 91px;
  left: 25px;
  display: block;
  color: #fff;
  z-index: 2;
  font-size: 11px;
}
.views-element-container .views-field-field-teaser-text {
  position: absolute;
  padding: 10px 15px;
  max-height: 90px;
  margin-right: 10px;
  height: 90px;
  overflow: hidden;
  bottom: 10px;
  color: #fff;
  z-index: 2;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.views-element-container
  .views-field.views-field-field-teaser-text
  .field-content {
  max-height: 60px;
  overflow: hidden;
}
.views-element-container .views-field-field-teaser-text .field-content:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  background: transparent;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 62%) 9%,
    rgba(0, 212, 255, 0) 100%
  );
}

.views-element-container .full-pager {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 10px;
}
.views-element-container .full-pager hr {
  display: none;
}
.views-element-container .full-pager .pagination-block {
  display: flex;
  justify-content: center;
}
.views-element-container .full-pager .pagination-block a {
  font-size: 17px;
  padding: 0 5px;
}
.views-element-container .full-pager .pagination-block a span {
  display: none;
}
.views-element-container footer {
  margin: 27px auto 0;
  padding: 0;
}
.views-element-container footer > div > h2 {
  display: none;
}
.views-element-container footer .content .file-image-group {
}
.views-element-container footer .content .file-image-group .files {
  margin-bottom: 40px;
  background-color: #fff;
  padding: 20px;
  border-radius: 9px;
  overflow: hidden;
}
.files > div:last-child .file {
  margin: 7px 0;
  display: inline-block;
}
.files > div:last-child .file a {
  font-size: 20px;
  line-height: 1.3;
  border-radius: 3px;
  color: #fff;
  background-color: #5483f7;
  padding: 10px;
  display: inline-block;
  transition: 0.2s all ease;
}
.files > div:last-child .file a:hover {
  text-decoration: none;
  background-color: #5483f7d6;
}
.files > div:last-child .file a:after {
  content: "\f019";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  margin-left: 10px;
}
.files > div:first-child,
.views-element-container
  footer
  .content
  .file-image-group
  .images
  > div:first-child {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.1;
  color: #1254ff;
  margin-bottom: 20px;
}
.views-element-container footer .content .file-image-group .images {
  background-color: #fff;
  padding: 20px;
  border-radius: 9px;
  overflow: hidden;
}
.views-element-container
  footer
  .content
  .file-image-group
  .images
  > div:last-child {
  display: flex;
  flex-direction: row;
}
.views-element-container
  footer
  .content
  .file-image-group
  .images
  > div:last-child
  > div {
  width: 25%;
  padding: 10px;
}
.views-element-container
  footer
  .content
  .file-image-group
  .images
  > div:last-child
  > div
  a {
  transition: 0.2s all ease;
  position: relative;
  display: block;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.views-element-container
  footer
  .content
  .file-image-group
  .images
  > div:last-child
  > div
  a:hover {
  transform: scale(1.03);
}
.views-element-container
  footer
  .content
  .file-image-group
  .images
  > div:last-child
  > div
  a:after {
  content: "\f019";
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  color: #fff;
  text-align: right;
  top: 0;
  left: 0;
  background-color: #00000063;
  padding: 10px;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: 0.2s all ease;
}
.views-element-container
  footer
  .content
  .file-image-group
  .images
  > div:last-child
  > div
  a:hover:after {
  background-color: transparent;
}
.views-element-container
  footer
  .content
  .file-image-group
  .images
  > div:last-child
  > div
  img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.views-element-container
  footer
  .content
  .file-image-group
  .images
  > div:last-child
  > div
  .img-title {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  color: #fff;
  text-wrap: nowrap;
  margin: 5px;
  text-overflow: ellipsis;
  width: calc(100% - 10px);
  overflow: hidden;
  font-size: 14px;
  font-family: Red Hat Display, sans-serif;
}

@media (max-width: 1300px) {
  .views-element-container > header h1 {
    position: relative;
    writing-mode: initial;
    transform: none;
    width: 100%;
    margin: 0 0 40px;
    left: 0;
    max-width: 1185px;
  }
}
@media (max-width: 992px) {
  .views-element-container > header {
    flex-direction: column;
    padding: 35px 10px;
  }
  .views-element-container > header h1 {
    font-size: 50px;
  }
  .views-element-container > header .headline {
    width: 100%;
    max-width: none;
  }
  .views-element-container > header .views-row {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .views-element-container .views-row {
    width: 100%;
  }
  .views-element-container
    footer
    .content
    .file-image-group
    .images
    > div:last-child {
    flex-wrap: wrap;
  }
  .views-element-container
    footer
    .content
    .file-image-group
    .images
    > div:last-child
    > div {
    width: 50%;
  }
  .contacts-row {
    flex-direction: column;
  }
  .contacts-row > div {
    margin: 10px 0;
  }
}

/* blog full page */

div[role="article"] div[role="article"] > h2[role="article"] {
  display: none;
}

div[role="article"] div .head-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}
.blog img {
  max-width: 100%;
  height: auto;
}
.blog .text-align-center img {
  margin: 0 auto;
  display: block;
}
.blog h1 {
  font-size: 32px;
  font-weight: 700;
}
.blog h2 {
  font-size: 23px;
  font-weight: 600;
}
.blog h3 {
  font-size: 20px;
  font-weight: 600;
}
.blog h4 {
  font-size: 18px;
  font-weight: 600;
}
.blog p {
  font-size: 15px;
  margin-bottom: 10px;
}
.blog {
  background-color: #fff;
  padding: 20px;
}
.blog .head-image {
  margin-bottom: 40px;
}
.blog .body {
  margin: 40px 0;
}
.blog .img-description {
  font-style: italic;
  color: #7a8ba0;
}

/* layouts */
.inline-25 {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 10px);
  padding-right: 10px;
}

.inline-33 {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 10px);
  padding-right: 10px;
}

.inline-40 {
  display: inline-block;
  vertical-align: top;
  width: calc(40% - 10px);
  padding-right: 10px;
}

.inline-50 {
  width: calc(50% - 10px);
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.inline-60 {
  display: inline-block;
  vertical-align: top;
  width: calc(60% - 10px);
  padding-right: 10px;
}

.inline-75 {
  display: inline-block;
  vertical-align: top;
  width: calc(75% - 10px);
  padding-right: 10px;
}

@media (max-width: 992px) {
  .inline-25 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    padding-right: 10px;
  }
  .inline-33 {
    width: calc(50% - 10px);
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .inline-40 {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .inline-50 {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .inline-60 {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .inline-75 {
    width: 100%;
    padding-right: 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .inline-25 {
    width: 100%;
    padding-right: 0;
    display: block;
  }
  .inline-33 {
    width: 100%;
    padding-right: 0;
    display: block;
  }
}
