/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/pages/single-post.scss ***!
  \******************************************************************************************************************************************************/

/*** LTR websites ***/

.reveal-block {
  position: relative;
  overflow: hidden;
}

.reveal-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 0 0;
  transform: scaleX(1);
}

.reveal-block.active::before {
  transform: scaleX(0);
}

.reveal-block > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block.active > * {
  opacity: 1;
}

.reveal-block--rl {
  position: relative;
  overflow: hidden;
}

.reveal-block--rl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 100% 0;
  transform: scaleX(1);
}

.reveal-block--rl.active::before {
  transform: scaleX(0);
}

.reveal-block--rl > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block--rl.active > * {
  opacity: 1;
}

.reveal-block--tb {
  position: relative;
  overflow: hidden;
}

.reveal-block--tb::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 0 0;
  transform: scaleY(1);
}

.reveal-block--tb.active::before {
  transform: scaleY(0);
}

.reveal-block--tb > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block--tb.active > * {
  opacity: 1;
}

.reveal-block--bt {
  position: relative;
  overflow: hidden;
}

.reveal-block--bt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 0 100%;
  transform: scaleY(1);
}

.reveal-block--bt.active::before {
  transform: scaleY(0);
}

.reveal-block--bt > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block--bt.active > * {
  opacity: 1;
}

a.article-item {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.article-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(40, 41, 61, 0.08), -15px 22px 54px 0 rgba(96, 97, 112, 0.07);
  overflow: hidden;
}

.article-item__media {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

.article-item__image,
.article-item__video {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.article-item__category {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 10px;
  padding: 10px;
  border-radius: 0 0 4px 0;
  background-color: #009cda;
  color: #fff;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}

.article-item__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 24px;
  flex: 1;
  padding: 40px;
}

.article-item__title {
  margin: 0;
  color: #404041;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.4px;
}

.article-item__excerpt {
  margin: 0;
  color: #404041;
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-item__link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 4px;
  margin-top: auto;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: inherit;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
  text-decoration: none;
}

.article-item__link svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.single-post__header {
  padding-top: 20px;
}

.single-post__header-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 40px;
}

.single-post__header-column--info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 20px;
  width: 100%;
  padding: 40px 20px;
}

.single-post__header-column--media {
  width: 100%;
}

.single-post #breadcrumbs a {
  color: #808080;
}

.single-post #breadcrumbs .breadcrumb_last {
  color: #404041;
}

.single-post__title {
  margin: 0;
  color: #009cda;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}

.single-post__separator {
  display: block;
  background-color: #fbaf1a;
  width: 80px;
  height: 4px;
}

.single-post__author {
  margin: 0;
  color: #808080;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
}

.single-post__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 4px;
}

.single-post__tag {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #f1f1f2;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #009cda;
}

.single-post__excerpt {
  margin: 0;
  color: #404041;
  font-size: 16px;
  line-height: 1.4;
}

.single-post__media {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
}

.single-post__image,
.single-post__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-post__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  background-color: rgba(64, 64, 65, 0.3);
  transition: background-color 0.3s ease;
}

.single-post__video-overlay:hover {
  background-color: rgba(64, 64, 65, 0.5);
}

.single-post__play-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 80px;
  height: 80px;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.single-post__play-button svg,
.single-post__play-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.single-post__content {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.single-post__content-summarize {
  padding: 10px 24px;
  border-radius: 8px;
  border: 1.143px solid #009cda;
  background: #fff;
  color: #009cda;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.36px;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
  text-decoration: none;
  width: 100%;
}

.single-post__content-column:first-child {
  width: 100%;
}

.single-post__content-column:last-child {
  width: 100%;
  margin-top: 40px;
}

.single-post__content > .single-post__content-column:first-child p:first-of-type {
  margin-top: 40px;
}

.single-post__content > .single-post__content-column:first-child h2,
.single-post__content > .single-post__content-column:first-child h3 {
  margin-top: 40px;
  margin-bottom: 24px;
  color: #404041;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.4px;
}

.single-post__content > .single-post__content-column:first-child h2:first-child,
.single-post__content > .single-post__content-column:first-child h3:first-child {
  margin-top: 0;
}

.single-post__content > .single-post__content-column:first-child h4,
.single-post__content > .single-post__content-column:first-child h5,
.single-post__content > .single-post__content-column:first-child h6 {
  margin-top: 40px;
  margin-bottom: 24px;
  color: #404041;
}

.single-post__content > .single-post__content-column:first-child h4:first-child,
.single-post__content > .single-post__content-column:first-child h5:first-child,
.single-post__content > .single-post__content-column:first-child h6:first-child {
  margin-top: 0;
}

.single-post__content p {
  margin: 0 0 16px;
  color: #404041;
  font-size: 16px;
  line-height: 1.4;
}

.single-post__content p:empty {
  margin-bottom: 30px;
}

.single-post__content p:last-child {
  margin-bottom: 0;
}

.single-post__content ul,
.single-post__content ol {
  margin: 0 0 20px;
  padding-left: 20px;
  color: #404041;
}

.single-post__content ul li,
.single-post__content ol li {
  margin-bottom: 10px;
}

.single-post__content ul li:last-child,
.single-post__content ol li:last-child {
  margin-bottom: 0;
}

.single-post__content > .single-post__content-column:first-child img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 20px 0;
}

.single-post__content a {
  color: #009cda;
}

.single-post__content a:hover {
  text-decoration: none;
}

.single-post__content blockquote {
  margin: 20px 0;
  padding: 16px 20px;
  border-left: 4px solid #009cda;
  background-color: #f1f1f2;
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
}

.single-post__content blockquote p {
  margin: 0;
  font-style: italic;
}

.single-post__content .post-quote {
  margin: 40px 0;
  padding: 40px;
  background-color: #009cda;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  text-align: center;
}

.single-post__content .post-quote__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 24px;
}

.single-post__content .post-quote__text {
  position: relative;
  margin: 0 !important;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff !important;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  text-align: center;
}

.single-post__content .post-quote__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 14px;
  background-image: url(../../.././assets/images/left-quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.single-post__content .post-quote__text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 14px;
  background-image: url(../../.././assets/images/right-quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.single-post__content .post-quote__author-name {
  margin: 0 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
}

.single-post__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .single-post__footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    gap: 24px;
  }
}

.single-post__back {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 12px;
  border-radius: 8px;
  border: 1.143px solid #009cda;
  background: #fff;
  padding: 21px 20px;
  max-height: 56px;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #009cda !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .single-post__back {
    padding: 16px 20px;
    width: 100%;
  }
}

.single-post__back img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
  margin: 0;
}

.single-post__share {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 20px;
}

@media (max-width: 767px) {
  .single-post__share {
    width: 100%;
  }
}

.single-post__share h4 {
  margin: 0 !important;
  color: #404041;
}

.single-post__share .sharethis-inline-share-buttons,
.single-post__share #st-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 12px;
}

.single-post__share .sharethis-inline-share-buttons .st-btn,
.single-post__share #st-1 .st-btn {
  width: 42px !important;
  height: 42px !important;
  aspect-ratio: 1/1;
  border-radius: 12px !important;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 42px !important;
  padding: 0 !important;
}

.single-post__share .sharethis-inline-share-buttons .st-btn img,
.single-post__share .sharethis-inline-share-buttons .st-btn svg,
.single-post__share #st-1 .st-btn img,
.single-post__share #st-1 .st-btn svg {
  width: 20px !important;
  height: 20px !important;
  position: static !important;
}

.single-post__related-title {
  margin: 0 0 24px !important;
  color: #404041;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}

.single-post__related-items {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 24px;
}

.single-post__related-items .article-item {
  height: auto;
}

.single-post__related-items .article-item__content {
  padding: 20px;
  gap: 30px;
}

.single-post__related-items .article-item__link {
  color: #404041;
  text-decoration: none;
}

.single-post__related-items .article-item a.article-item:hover .article-item__link {
  text-decoration: none;
}

html[dir=rtl] .single-post__back img {
  transform: rotate(180deg);
}