* {
  box-sizing: border-box; }

.cta-full {
  background-image: var(--background-image); }

.cta-full,
.edit-post-visual-editor .acf-block-preview .cta-full {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .cta-full .block-editor-block-list__layout:not(.wp-block),
  .edit-post-visual-editor .acf-block-preview .cta-full .block-editor-block-list__layout:not(.wp-block) {
    position: unset; }
  .cta-full img,
  .edit-post-visual-editor .acf-block-preview .cta-full img {
    width: 100%;
    height: auto; }
  .cta-full__wrapper,
  .edit-post-visual-editor .acf-block-preview .cta-full__wrapper {
    width: 100%;
    padding: 3rem 2.1875rem 3.4375rem;
    background-color: #fff;
    background-image: url("../dist/images/diamonds.svg");
    background-position: top left;
    background-repeat: no-repeat;
    animation-name: fadeInLeft; }
    .cta-full__wrapper .breadcrumb-title,
    .edit-post-visual-editor .acf-block-preview .cta-full__wrapper .breadcrumb-title {
      margin-bottom: 0.625rem;
      font-size: 1rem;
      font-weight: 500;
      text-transform: uppercase; }
  .cta-full.no-bg-img,
  .edit-post-visual-editor .acf-block-preview .cta-full.no-bg-img {
    background: linear-gradient(74.22deg, #C59752 -33.64%, #FFECB9 96.95%); }
    @media screen and (max-width: 991px) {
      .cta-full.no-bg-img .cta-full__wrapper,
      .edit-post-visual-editor .acf-block-preview .cta-full.no-bg-img .cta-full__wrapper {
        background-color: transparent; }
      .cta-full.no-bg-img .title-with-divider.separator-gold:after,
      .edit-post-visual-editor .acf-block-preview .cta-full.no-bg-img .title-with-divider.separator-gold:after {
        background-image: url(../../../dist/images/title-divider-dark.svg); }
      .cta-full.no-bg-img .wp-block-button .wp-block-button__link.has-gold-background-color,
      .edit-post-visual-editor .acf-block-preview .cta-full.no-bg-img .wp-block-button .wp-block-button__link.has-gold-background-color {
        color: #fff; }
        .cta-full.no-bg-img .wp-block-button .wp-block-button__link.has-gold-background-color:before,
        .edit-post-visual-editor .acf-block-preview .cta-full.no-bg-img .wp-block-button .wp-block-button__link.has-gold-background-color:before {
          background-color: #919191;
          border-color: #919191; }
        .cta-full.no-bg-img .wp-block-button .wp-block-button__link.has-gold-background-color:after,
        .edit-post-visual-editor .acf-block-preview .cta-full.no-bg-img .wp-block-button .wp-block-button__link.has-gold-background-color:after {
          background-color: #6980BB; } }
  @media screen and (min-width: 992px) {
    .cta-full,
    .edit-post-visual-editor .acf-block-preview .cta-full {
      min-height: 43.75rem; }
      .cta-full img,
      .edit-post-visual-editor .acf-block-preview .cta-full img {
        display: none; }
      .cta-full__wrapper,
      .edit-post-visual-editor .acf-block-preview .cta-full__wrapper {
        padding: 3.75rem 4.375rem 3.75rem 5.625rem;
        width: 48%;
        max-width: 43.75rem;
        position: absolute;
        left: 0;
        bottom: 0; } }
