/*Backend Tweak, NOT TO BE REMOVED*/
body {
  overflow-x: hidden;
}
.bg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-image {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bg-image.placeholder {
  max-width: 200px;
  min-width: 200px;
  min-height: fit-content;
}
/*******************************
********** SEO Blocks **********
*******************************/
.authoritly-gutenberg-block {
  margin-top: var(--space-l);
  margin-bottom: var(--space-l);
}
/* CTA Sections */
.authoritly-cta-3-block {
  background: var(--base);
  padding: var(--space-l) var(--space-s);
}
.authoritly-cta-3-block__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-m);
}
.authoritly-cta-3-block__container * {
  color: var(--white);
}
.authoritly-cta-2-block__heading, .authoritly-cta-3-block__heading {
  font-size: var(--h2);
  margin-bottom: var(--space-s);
  font-family: "Montserrat";
  line-height: 1.3;
}
.authoritly-cta-2-block__heading {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.authoritly-cta-2-block {
  text-align: center;
}
.authoritly-cta-2-block a.btn--primary {
  border: none;
  color: var(--accent);
  text-decoration: none;
  font-size: var(--h3);
  letter-spacing: 3px;
  padding: var(--space-xs) var(--space-s);
}
.authoritly-cta-2-block a.btn--primary:hover {
  background: var(--accent);
  color: var(--primary);
}
.authoritly-gutenberg-block.authoritly-cta-2-block {
  padding: var(--space-l) 0;
}
.authoritly-cta-2-block__container {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--space-l);
  padding-left: var(--space-m);
  padding-right: var(--space-m);
}
.authoritly-cta-2-block__container + a {
  max-width: 100%;
  width: 100%;
}
.authoritly-cta-3-block a.btn--white {
  text-decoration: none;
  color: var(--accent);
  letter-spacing: 2px;
}
/* Post CTA 1/2/3/4 */
.authoritly-post-cta-1-block, .authoritly-post-cta-2-block, .authoritly-post-cta-3-block {
  padding: var(--space-l) var(--space-s);
}
.authoritly-post-cta-1-block .brxe-container, .authoritly-post-cta-2-block .brxe-container, .authoritly-post-cta-3-block .brxe-container {
  max-width: 800px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.authoritly-post-cta-1-block__grid, .authoritly-post-cta-2-block__grid {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.authoritly-post-cta-1-block__col, .authoritly-post-cta-2-block__col {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.authoritly-post-cta-1-block__grid .authoritly-post-cta-1-block__col:first-of-type, .authoritly-post-cta-2-block__grid .authoritly-post-cta-2-block__col:first-of-type, .authoritly-post-cta-2-block__grid .authoritly-post-cta-2-block__col:last-of-type {
  position: relative;
}
.authoritly-post-cta-1-block__grid .authoritly-post-cta-1-block__col:last-of-type, .authoritly-post-cta-2-block__grid .authoritly-post-cta-2-block__col:first-of-type {
  padding: var(--space-m);
  background-color: var(--base);
}
.authoritly-post-cta-1-block__grid .authoritly-post-cta-1-block__col:last-of-type:before {
  background-image: url("https://facemedstore.com/wp-content/uploads/2022/01/blog-cta-shape-1.svg");
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 140px;
  height: 100%;
  background-repeat: no-repeat;
  right: 50%;
  z-index: 2;
  content: "";
}
.authoritly-post-cta-2-block__grid .authoritly-post-cta-2-block__col:first-of-type:after {
  background-image: url(https://facemedstore.com/wp-content/uploads/2022/01/blog-cta-shape-2.svg);
  background-size: cover;
  z-index: 2;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 75px;
  height: 100%;
  right: -50px;
  content: "";
}
@media (max-width: 767px) {
  .authoritly-post-cta-1-block__col, .authoritly-post-cta-2-block__col {
    max-width: 100%;
  }
  .authoritly-post-cta-1-block__grid .authoritly-post-cta-1-block__col:first-of-type, .authoritly-post-cta-2-block__grid .authoritly-post-cta-2-block__col:last-of-type {
    aspect-ratio: 1;
  }
  .authoritly-post-cta-1-block__grid .authoritly-post-cta-1-block__col:last-of-type {
    position: relative;
  }
  .authoritly-post-cta-1-block__grid .authoritly-post-cta-1-block__col:last-of-type:before {
    background-size: contain;
    transform: rotate(90deg) translate(-100%);
    width: 132px;
    position: absolute;
    left: 0px;
    height: 468px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    top: -130px;
    bottom: auto;
    z-index: -1;
  }
  .authoritly-post-cta-2-block__grid .authoritly-post-cta-2-block__col:first-of-type {
    order: 2;
  }
  .authoritly-post-cta-2-block__grid .authoritly-post-cta-2-block__col:last-of-type {
    order: 1;
  }
  .authoritly-post-cta-2-block__grid .authoritly-post-cta-2-block__col:first-of-type:after {
    /*object-fit: contain;*/
    transform: rotate(-90deg) translate(-100%);
    position: absolute;
    height: 468px;
    top: -320px;
    left: 0px;
    right: 0px;
    width: 60px;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.authoritly-post-cta-1-block__col *, .authoritly-post-cta-2-block__col *, .authoritly-post-cta-3-block * {
  color: var(--white);
  text-align: center;
}
.authoritly-post-cta-1-block__col h4, .authoritly-post-cta-2-block__col h4 {
  font-size: calc(var(--h4)*1.4);
  margin-bottom: var(--space-m);
}
.authoritly-post-cta-1-block__col p, .authoritly-post-cta-2-block__col p {
  margin-top: 0;
  margin-bottom: var(--space-xs);
  text-align: center;
}
.authoritly-post-cta-1-block__col p a, .authoritly-post-cta-1-block__col h4 strong, .authoritly-post-cta-2-block__col p a, .authoritly-post-cta-2-block__col h4 strong {
  color: var(--primary);
}
.authoritly-post-cta-1-block__col h4 em, .authoritly-post-cta-2-block__col h4 em {
  color: var(--white);
}
.authoritly-post-cta-1-block__col a.btn--white, .authoritly-post-cta-2-block__col a.btn--white, .authoritly-post-cta-3-block a.btn--white {
  display: inline-block;
  font-family: "Montserrat";
  text-decoration: none;
  color: var(--black);
  letter-spacing: 3px;
}
.authoritly-post-cta-3-block {
  background-color: var(--base);
}
.authoritly-post-cta-3-block .brxe-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.authoritly-post-cta-3-block iframe {
  margin: var(--space-l) auto;
  max-width: 100%;
  width: 100%;
}
