/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-form-image {
  margin-top: 0 !important; }

.section-content header {
  margin-bottom: 30px; }
  @media (min-width: 981px) {
    .section-content header {
      margin-bottom: 65px; } }
  .section-content header figure {
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-top: 82%;
    height: auto;
    min-height: auto; }
    .section-content header figure > .img, .section-content header figure img, .section-content header figure video, .section-content header figure iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (min-width: 480px) {
      .section-content header figure {
        padding-top: 55%; } }
    @media (min-width: 768px) {
      .section-content header figure {
        padding-top: 33%; } }

.section-content .content {
  display: flex;
  gap: 50px;
  flex-direction: column-reverse; }
  @media (min-width: 981px) {
    .section-content .content {
      flex-direction: row;
      gap: 50px; } }
  @media (min-width: 1200px) {
    .section-content .content {
      gap: 100px;
      flex-direction: row; } }
  @media (min-width: 1500px) {
    .section-content .content {
      gap: 150px; } }
  @media (min-width: 981px) {
    .section-content .content .sidebar {
      width: 32.5%;
      flex-shrink: 0; }
      .section-content .content .sidebar-in {
        position: sticky;
        top: 150px; } }
  .section-content .content .sidebar .featured-image {
    position: relative;
    padding-top: 75%;
    height: auto;
    min-height: auto;
    margin-bottom: 50px;
    border-radius: 5px;
    overflow: hidden; }
    .section-content .content .sidebar .featured-image > .img, .section-content .content .sidebar .featured-image img, .section-content .content .sidebar .featured-image video, .section-content .content .sidebar .featured-image iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .section-content .content .sidebar blockquote {
    margin: 0;
    background-color: var(--white);
    color: var(--dark-blue);
    padding: 30px 25px;
    font-family: "Lora", Helvetica, Arial, serif;
    font-size: 16px;
    line-height: 20px;
    position: relative; }
    @media (min-width: 981px) {
      .section-content .content .sidebar blockquote {
        padding: 60px 30px;
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 1200px) {
      .section-content .content .sidebar blockquote {
        padding: 70px 50px;
        font-size: 25px;
        line-height: 32px; } }
    .section-content .content .sidebar blockquote span.icon-quote {
      position: absolute;
      left: 30px;
      top: -15px;
      font-size: 30px; }
      @media (min-width: 981px) {
        .section-content .content .sidebar blockquote span.icon-quote {
          left: 50px;
          top: -25px;
          font-size: 50px; } }
  .section-content .content main .post-date {
    margin: 0 0 5px 0;
    font-size: 14px; }
  .section-content .content main h1 {
    margin-bottom: 20px;
    margin-top: 0; }
    @media (min-width: 981px) {
      .section-content .content main h1 {
        margin-bottom: 45px; } }
  .section-content .content main h2 {
    font-family: "Lora", Helvetica, Arial, serif;
    font-size: 22px;
    font-weight: 400; }
    @media (min-width: 981px) {
      .section-content .content main h2 {
        font-size: 28px; } }
  .section-content .content main h3 {
    font-size: 20px; }
    @media (min-width: 981px) {
      .section-content .content main h3 {
        font-size: 24px; } }

.section-content .video-container-post-in {
  position: relative;
  padding-top: 75%;
  height: auto;
  min-height: auto;
  margin: 0 -15px; }
  .section-content .video-container-post-in > .img, .section-content .video-container-post-in img, .section-content .video-container-post-in video, .section-content .video-container-post-in iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 981px) {
    .section-content .video-container-post-in {
      position: relative;
      padding-top: 58%;
      height: auto;
      min-height: auto;
      margin: 0;
      border-radius: 5px;
      overflow: hidden; }
      .section-content .video-container-post-in > .img, .section-content .video-container-post-in img, .section-content .video-container-post-in video, .section-content .video-container-post-in iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.section-content .video-container-post .play {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--white);
  color: var(--light-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  font-size: 20px; }
  .section-content .video-container-post .play span {
    position: relative;
    left: 2px; }

.section-related-posts .related-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .section-related-posts .related-posts .item-news {
    min-width: 300px;
    flex: 1 1; }
    @media (min-width: 981px) {
      .section-related-posts .related-posts .item-news {
        flex: none;
        min-width: 0;
        width: calc(33.333% - 13.333px); } }

/*# sourceMappingURL=content.css.map */
