.link-return {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}

h1.header {
  font-family: Circe Regular !important;
  font-weight: 100;
}
@media screen and (max-width: 550px) {
  h1.header {
    font-size: 24px !important;
  }
}
@media print, screen and (min-width: 550px) {
  h1.header {
    font-size: 36px !important;
  }
}

.frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.frame > * {
  width: 100%;
}
@media print, screen and (min-width: 550px) {
  .frame > * {
    text-align: center;
  }
}
.frame .frame-title {
  font-size: 55px;
}
@media screen and (max-width: 550px) {
  .frame .frame-title {
    font-size: 34px;
    margin-top: 2rem !important;
  }
}
.frame .frame-text {
  font-family: Circe Light;
  line-height: 1;
  max-width: 90%;
}
@media print, screen and (min-width: 550px) {
  .frame .frame-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .frame .frame-text {
    font-size: 19px;
  }
}
@media screen and (max-width: 550px) {
  .frame .frame-image {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 550px) {
  .frame {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bottom-header {
  margin-top: 4rem !important;
  font-family: Circe Regular !important;
  line-height: 1;
}
@media screen and (max-width: 550px) {
  .bottom-header {
    font-size: 34px !important;
  }
}
@media print, screen and (min-width: 550px) {
  .bottom-header {
    text-align: center;
    font-size: 50px !important;
  }
}

.logo-container {
  position: relative;
  text-align: center;
}
.logo-container .logo {
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("/themes/default/icons/svg/rivi-logo.svg");
}
.logo-container .logo::before, .logo-container .logo::after {
  content: '';
  display: block;
  position: absolute;
  width: 10rem;
  height: 1px;
  top: 0.8rem;
  background-color: #ccc;
}
.logo-container .logo::before {
  left: -11.75rem;
}
.logo-container .logo::after {
  right: -11.75rem;
}
@media print, screen and (min-width: 550px) {
  .logo-container {
    margin-bottom: 4rem !important;
  }
}
