@media screen and (max-width: 750px) {
  .desktop {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .mobile {
    display: none !important;
  }
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #F3F4F6;
  -webkit-font-smoothing: antialiased;
  font-family: Poppins, sans-serif;
}

.advertorial {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #457584;
  text-align: center;
  padding: 0.8rem 0;
  background-color: #F3F4F6;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .advertorial {
    padding: 0.4rem 0;
  }
}

.top-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #00465A;
}
.top-bar-inner {
  width: 60%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.2rem 0;
}
@media screen and (max-width: 1200px) {
  .top-bar-inner {
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .top-bar-inner {
    width: 95%;
  }
}
@media screen and (max-width: 750px) {
  .top-bar-inner {
    width: 90%;
    padding: 1rem 1.5rem;
  }
}
.top-bar-logo {
  font-family: "Alegreya", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.top-bar-logo img {
  height: 4rem;
  width: auto;
}
.top-bar--mobile {
  display: none;
  background-color: #00465A;
  padding: 1rem 0;
  text-align: center;
}
.top-bar--mobile .top-bar-logo {
  font-family: "Alegreya", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1020px) {
  .top-bar--mobile {
    display: block;
  }
}

@media screen and (max-width: 1020px) {
  .top-bar:not(.top-bar--mobile) {
    display: none;
  }
}
.artmag {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F3F4F6;
  padding: 0.4rem 0 5rem;
}
@media screen and (max-width: 750px) {
  .artmag {
    padding: 0.6rem 0 3rem;
  }
}

.artmag-inner {
  width: 60%;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .artmag-inner {
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .artmag-inner {
    width: 95%;
  }
}
@media screen and (max-width: 750px) {
  .artmag-inner {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
}

.references-wrapper {
  box-sizing: border-box;
  width: 60%;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .references-wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .references-wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 750px) {
  .references-wrapper {
    width: 100%;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
  }
}

.references {
  box-sizing: border-box;
  width: calc(71% - 1rem);
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 750px) {
  .references {
    width: 100%;
  }
}
.references-block {
  margin-bottom: 2rem;
}
.references-block:last-child {
  margin-bottom: 0;
}
.references-title {
  font-size: 2.4rem;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  margin: 0 0 1.2rem;
  line-height: 1.3;
}
.references-box {
  padding: 1.5rem 2rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2b2b2b;
}
.references-box ol,
.references-box ul {
  margin: 0;
  padding-left: 2rem;
}
.references-box li {
  margin-bottom: 0.6rem;
}
.references-box li:last-child {
  margin-bottom: 0;
}
.references-box a {
  color: inherit;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .references-box {
    padding: 1.2rem 1.5rem;
    font-size: 1.3rem;
  }
}

.artmag-content {
  flex: 1;
  min-width: 0;
  background-color: #fff;
}

.artmag-content-inner {
  padding: 1.5rem 2.5rem 2.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #2b2b2b;
}
@media screen and (max-width: 750px) {
  .artmag-content-inner {
    padding: 1.5rem;
  }
}

.breadcrumb-row {
  margin-bottom: 1.5rem;
}
.breadcrumb-row .breadcrumb-text {
  font-family: Poppins, sans-serif;
  color: #1A3053;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumb-row .breadcrumb-icon {
  color: #167797;
  font-size: 1rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}

.headline {
  font-size: 3.5rem;
  font-family: "Bitter", sans-serif;
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
  color: #2b2b2b;
  margin: 0 0 1.5rem;
}

.meta-row {
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ededed;
}
.meta-row .meta-text {
  font-family: Poppins, sans-serif;
  color: #457584;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.meta-row .meta-icon {
  color: #BCD8E2;
  font-size: 1.4rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
.meta-row .meta-views {
  font-style: normal;
  margin-left: 0.2rem;
}

.author-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ededed;
}
.author-row-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 1rem;
}
.author-row-info {
  flex: 1;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.author-row-info-name {
  font-weight: 700;
  font-size: 1.3rem;
}
.author-row-info-credentials {
  color: #457584;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-top: 0.2rem;
}
.author-row-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  gap: 0.5rem;
}
.author-row-social img,
.author-row-social .social-btn {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 750px) {
  .author-row-social img,
  .author-row-social .social-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.social .social-btn {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 750px) {
  .social .social-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.social--centered {
  justify-content: center;
  padding: 2rem 0;
  margin: 0;
}

.article-text {
  font-size: 2.2rem;
  font-family: "Bitter", sans-serif;
  line-height: 1.4;
  color: #2b2b2b;
  margin: 0 0 2rem;
}
.article-text p {
  margin: 0 0 1.5rem;
}
.article-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .article-text {
    font-size: 1.9rem;
  }
}

.content {
  width: 100%;
}
.content-block {
  margin-bottom: 2rem;
}
.content-block:last-child {
  margin-bottom: 0;
}
.content-block-title {
  font-size: 3rem;
  font-family: "Bitter", sans-serif;
  line-height: 3.6rem;
  color: #2b2b2b;
  font-weight: 700;
  margin: 2rem 0 1rem;
}
.content-block-article {
  font-size: 2rem;
  font-family: "Bitter", sans-serif;
  line-height: 2.8rem;
  color: #2b2b2b;
  font-weight: 400;
}
.content-block-article p {
  margin: 0 0 1.5rem;
}
.content-block-article p:last-child {
  margin-bottom: 0;
}
.content-block-article strong, .content-block-article b {
  font-weight: 700;
}
.content-block-article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem 0;
}
.content-block-article ul, .content-block-article ol {
  padding-left: 2.5rem;
  margin: 1rem 0 1.5rem;
}
.content-block-article li {
  margin-bottom: 0.8rem;
  line-height: 1.5;
}
.content-block-image {
  margin: 1.5rem 0 0;
  text-align: center;
}
.content-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.content-block-image-desc {
  font-size: 2rem;
  font-family: "Bitter", sans-serif;
  line-height: 2.52rem;
  text-align: center;
  padding: 1rem;
  margin: 0;
  font-weight: 400;
  color: #000;
}
.content-block-image-desc p {
  margin: 0;
}
.content-block-cta {
  text-align: center;
  margin: 2rem 0;
}
.content-block-cta-btn {
  display: inline-block;
  padding: 1.6rem 5rem;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 0.8rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: opacity 0.2s;
}
.content-block-cta-btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 750px) {
  .content-block-cta-btn {
    font-size: 1.8rem;
    padding: 1.4rem 3rem;
  }
}
.content-block-link {
  color: #0000EE;
  font-family: Poppins, sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  padding: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  .content-block-link {
    font-size: 2rem;
  }
}
.content-block-separator {
  border: none;
  border-top: 2px solid rgb(237, 237, 237);
  margin: 2rem 0;
}

.offer-box-wrapper {
  margin: 2rem 0;
}

.offer-box {
  border: 3px solid #DA4B8B;
  border-radius: 0.5rem;
  padding: 3rem 3rem 3.5rem;
  text-align: center;
  background-color: #fff;
}
.offer-box-title {
  font-size: 2.4rem;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  color: #2b2b2b;
  margin: 0 0 2.5rem;
  text-transform: uppercase;
  text-align: center;
}
.offer-box-image {
  margin: 0 auto 2.5rem;
  max-width: 66%;
}
.offer-box-image img {
  width: 100%;
  height: auto;
  display: block;
}
.offer-box-content {
  font-size: 1.8rem;
  font-family: "Bitter", sans-serif;
  line-height: 1.5;
  color: #4a4a4a;
  text-align: center;
}
.offer-box-content p {
  margin: 0 0 0.5rem;
}
.offer-box-content p:last-child {
  margin-bottom: 0;
}

.offer-box-alert {
  border: 3px dashed #c0392b;
  border-radius: 0.8rem;
  padding: 2rem 2.5rem;
  margin: 2rem 0;
  font-size: 1.8rem;
  font-family: "Bitter", sans-serif;
  line-height: 1.5;
  color: #2b2b2b;
  text-align: center;
}
.offer-box-alert p {
  margin: 0 0 0.5rem;
}
.offer-box-alert p:last-child {
  margin-bottom: 0;
}

.offer-box-cta {
  text-align: center;
  margin: 1.5rem 0;
}

.expert-review {
  margin: 2rem 0;
}
.expert-review-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  line-height: 1;
}
.expert-review-header-label {
  font-family: "Bitter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1;
}
.expert-review-header-rating {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  line-height: 1;
  position: relative;
  top: 0rem;
}
.expert-review-header-rating-score {
  font-family: "Bitter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #777;
  line-height: 1;
  position: relative;
  top: 0.2rem;
}
.expert-review-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  line-height: 1;
}
.expert-review-stars img {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}
.expert-review-content {
  font-size: 1.8rem;
  font-family: "Bitter", sans-serif;
  line-height: 1.5;
  color: #2b2b2b;
  font-weight: 400;
}
.expert-review-content p {
  margin: 0 0 1.5rem;
}
.expert-review-content p:last-child {
  margin-bottom: 0;
}
.expert-review-content strong, .expert-review-content b {
  font-weight: 700;
}

.sidebar {
  width: 29%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .sidebar {
    display: none;
  }
}
.sidebar-inner {
  background-color: #fff;
  padding: 2rem;
}
@media screen and (max-width: 750px) {
  .sidebar-inner {
    padding: 1.5rem;
  }
}
.sidebar-block {
  margin-bottom: 2rem;
}
.sidebar-block:last-child {
  margin-bottom: 0;
}
.sidebar-block-text {
  font-size: 1.6rem;
  font-family: "Bitter", sans-serif;
  line-height: 2.08rem;
  color: rgb(74, 74, 74);
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.sidebar-block-text p {
  margin: 0 0 1rem;
}
.sidebar-block-text p:last-child {
  margin-bottom: 0;
}
.sidebar-block-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 1.5rem;
}
.sidebar-testimonial {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ededed;
}
.sidebar-testimonial:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-testimonial-photo {
  width: 100%;
  height: auto;
  display: block;
}
.sidebar-testimonial-disclaimer {
  font-size: 1.2rem;
  font-family: "Bitter", sans-serif;
  line-height: 1.3;
  color: #999;
  text-align: center;
  margin: 0.8rem 0;
  font-style: italic;
}
.sidebar-testimonial-info {
  font-size: 1.6rem;
  font-family: "Bitter", sans-serif;
  line-height: 1.4;
  color: #263C61;
  font-weight: 400;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #6b7d94;
}
.sidebar-testimonial-info b {
  font-weight: 900;
  font-size: 1.6rem;
  color: #263C61;
}
.sidebar-testimonial-quote {
  font-size: 1.6rem;
  font-family: "Bitter", sans-serif;
  line-height: 2.24rem;
  color: rgb(38, 60, 97);
  margin-top: 0.9rem;
  font-weight: 400;
  font-style: italic;
}
.sidebar-testimonial-btn {
  display: block;
  width: 100%;
  padding: 1.4rem 0;
  background-color: #47901A;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 0.8rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-top: 1.5rem;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: opacity 0.2s;
}
.sidebar-testimonial-btn:hover {
  opacity: 0.9;
}

.comments {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedede;
  margin-top: 2rem;
}
.comments-header {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #dedede;
  background: rgb(246, 247, 249);
  font-family: helvetica, arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3b5998;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.comments-list {
  list-style: none;
  padding: 0.5rem 1.2rem;
  margin: 0;
}
.comments-list > li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.comments-list > li:last-child {
  border-bottom: none;
}
.comments-list .comment-item {
  display: flex;
  gap: 1rem;
}
.comments-list .comment-item-avatar {
  flex-shrink: 0;
}
.comments-list .comment-item-avatar img {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  display: block;
}
.comments-list .comment-item-avatar--reply img {
  height: 3.6rem;
  width: 3.6rem;
}
.comments-list .comment-item-body {
  flex: 1;
  min-width: 0;
}
.comments-list .comment-item-body-name {
  font-family: helvetica, arial, sans-serif;
  color: #3b5998;
  font-weight: bold;
  font-size: 1.3rem;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
.comments-list .comment-item-body-text {
  margin: 0.3rem 0 0.5rem;
  color: #1c1e21;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.45;
  text-align: left;
  word-wrap: break-word;
}
.comments-list .comment-item-body-image {
  margin: 0.8rem 0;
}
.comments-list .comment-item-body-image img {
  max-width: 20rem;
  height: auto;
  border-radius: 0.4rem;
  display: block;
}
.comments-list .comment-item-body-image--reply img {
  max-width: 15rem;
}
.comments-list .comment-item-body-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.2rem;
  font-size: 1.2rem;
}
.comments-list .comment-item-body-actions .blue {
  color: #627aad;
  font-weight: 600;
  cursor: pointer;
}
.comments-list .comment-item-body-actions .blue:hover {
  text-decoration: underline;
}
.comments-list .comment-item-body-actions .grijs {
  color: #90949c;
}
.comments-list .comment-item-body-actions .grijs:hover {
  text-decoration: underline;
  cursor: pointer;
}
.comments-list .comment-item-body-actions .like-icon {
  position: relative;
  bottom: 0.1rem;
  height: 1.3rem;
  width: 1.3rem;
  vertical-align: middle;
}
.comments-list ul {
  list-style: none;
  border-left: 2px solid #e9eaed;
  padding-left: 1.2rem;
  margin: 0.5rem 0 0;
}
.comments-list ul li {
  padding: 0.6rem 0;
}

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