@charset "UTF-8";
/* common border radius */
/* disable text selection */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/wka2cdd.css");
/*	Defined widths
--------------------------------------- */
/* common border radius */
/* disable text selection */
.page-single {
  margin-top: 11.2rem;
  margin-bottom: 28rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "roboto";
}
.page-single h1 {
  font-size: 6.4rem;
  line-height: 1.125;
  font-weight: 700;
  font-family: "helvetica";
}
@media screen and (max-width: 1400px) {
  .page-single h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-single h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 650px) {
  .page-single h1 {
    font-size: 3.5rem;
  }
}
.page-single h2 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "helvetica";
}
@media screen and (max-width: 1400px) {
  .page-single h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-single h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .page-single h2 {
    font-size: 2.4rem;
  }
}
.page-single h3 {
  font-size: 2.4rem;
  font-family: "helvetica";
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .page-single h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-single h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  .page-single h3 {
    font-size: 1.4rem;
  }
}
.page-single p, .page-single li {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "roboto";
}
.page-single ul,
.page-single ol {
  margin-left: 2rem;
}
.page-single table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: separate;
  border: 1px solid transparent;
}
.page-single table td {
  background-color: #ffffff;
  padding: 2rem;
  position: relative;
}
.page-single table td:not(:first-of-type)::before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 2px;
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
}
.page-single .breadcrumbs-single {
  display: flex;
  margin-bottom: 5.7rem;
  margin-left: 9.2rem;
  color: #000000;
  flex-wrap: wrap;
}
.page-single .breadcrumbs-single__news, .page-single .breadcrumbs-single__this {
  width: max-content;
}
.page-single .breadcrumbs-single__news::before, .page-single .breadcrumbs-single__this::before {
  content: "—";
  margin: 0 1.6rem;
}
.page-single .breadcrumbs-single__home {
  font-size: 0;
  background-image: url("../../images/home.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 640px) {
  .page-single .breadcrumbs-single {
    margin-left: 2.2rem;
  }
}
.page-single .image--large {
  margin-left: 9.2rem;
  width: calc(100% - $section-padding);
  aspect-ratio: 2.6;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .page-single .image--large {
    margin-left: 2.2rem;
    width: calc(100% - $section-padding-mobile);
  }
}
.page-single .graphic {
  margin-left: 3rem;
}
.page-single .post-body {
  position: relative;
  display: grid;
}
.page-single .post-body p {
  margin-bottom: 4rem;
}
.page-single .post-body img {
  margin-bottom: 7rem;
  height: auto;
  max-width: calc(100vw - 35rem);
}
@media (max-width: 1200px) {
  .page-single .post-body img {
    max-width: calc(100% + (100vw - 112.9rem) / 2);
  }
}
@media (max-width: 1024px) {
  .page-single .post-body img {
    max-width: 100%;
  }
}
.page-single .post-body__side {
  z-index: 5;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 9.2rem;
  grid-area: 1/1/2/2;
}
@media (max-width: 1024px) {
  .page-single .post-body__side {
    grid-area: 2/1/2/1;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    width: 100%;
  }
}
.page-single .post-body__numbers, .page-single .post-body__downloads {
  display: flex;
  flex-direction: column;
  background: linear-gradient(224.93deg, rgba(150, 170, 183, 0.08) -0.12%, rgba(114, 136, 150, 0.08) 100%);
  border: 1px solid rgba(0, 51, 102, 0.2);
  border-radius: 4px;
  margin-bottom: 3.2rem;
  width: 100%;
  padding: 2.4rem;
}
.page-single .post-body__numbers {
  align-items: flex-start;
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 0.4rem;
}
.page-single .post-body__numbers .time,
.page-single .post-body__numbers .image_count,
.page-single .post-body__numbers .video_time {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.page-single .post-body__numbers .time::before,
.page-single .post-body__numbers .image_count::before,
.page-single .post-body__numbers .video_time::before {
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1.6rem;
}
.page-single .post-body__numbers .time::before {
  content: url("../../images/clock.svg");
}
.page-single .post-body__numbers .image_count::before {
  content: url("../../images/image.svg");
}
.page-single .post-body__numbers .video_time::before {
  content: url("../../images/video.svg");
}
@media (max-width: 1024px) {
  .page-single .post-body__numbers {
    display: none;
  }
}
.page-single .post-body__downloads {
  align-items: center;
}
.page-single .post-body__file {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-width: 13.5rem;
  padding: 1.6rem;
  background-color: #ffffff;
  box-shadow: 0px 84px 136px rgba(0, 0, 0, 0.04), 0px 18.7625px 30.3774px rgba(0, 0, 0, 0.0238443), 0px 5.58609px 9.04414px rgba(0, 0, 0, 0.0161557);
  margin-top: 2.4rem;
}
@media (max-width: 1024px) {
  .page-single .post-body__file {
    align-items: center;
  }
}
.page-single .post-body__downloads-title {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: "roboto";
  border-bottom: 1px solid rgba(0, 51, 102, 0.1);
  padding-bottom: 1.4rem;
}
.page-single .post-body__file-info {
  position: absolute;
  background-image: url("../../images/info.svg");
  height: 2rem;
  width: 2rem;
  top: 0.8rem;
  right: 0.8rem;
  cursor: pointer;
}
.page-single .post-body__file-icon {
  margin-bottom: 1.6rem;
  height: 3.2rem;
  width: 3.2rem;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.page-single .post-body__file-icon--pdf {
  background-image: url("../../images/file.svg");
}
.page-single .post-body__file-name {
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 0.8rem;
  max-width: 15rem;
}
.page-single .post-body__file-download {
  margin-bottom: 0.8rem;
}
.page-single .post-body__main {
  grid-area: 1/1/2/2;
  padding: 0 35rem;
  max-width: 80rem;
  box-sizing: content-box;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-single .post-body__main {
    padding-right: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .page-single .post-body__main {
    padding: 0 2.2rem;
    max-width: 100vw;
    box-sizing: border-box;
  }
}
.page-single .post-body__tags {
  padding: 2.1rem 0 2.7rem 0;
  display: flex;
}
.page-single .post-body__tag {
  font-family: "roboto";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  align-items: center;
  width: max-content;
  background: linear-gradient(224.93deg, rgba(150, 170, 183, 0.4) -0.12%, rgba(114, 136, 150, 0.4) 100%);
  box-shadow: inset 0px 4px 4px rgba(0, 51, 102, 0.1);
  border-radius: 56px;
  padding: 0.4rem 1.6rem;
  margin-right: 0.8rem;
  color: #003366;
}
.page-single .post-body__gallery-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 7rem 0;
}
.page-single .post-body__gallery-title {
  font-family: "helvetica";
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
}

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