/*!
Theme Name: four_report
Author: Katie Leas-Medrek
Description: This is a custom theme for the 4Report scorecards. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: four_report
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/
@font-face {
  font-family: "Avenir";
  src: url("./fonts/AvenirLTStd-Medium.eot");
  src: url("./fonts/AvenirLTStd-Medium.eot") format("embedded-opentype"), url("./fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("./fonts/AvenirLTStd-Medium.woff") format("woff"), url("./fonts/AvenirLTStd-Medium.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("./fonts/AvenirLTStd-Heavy.eot");
  src: url("./fonts/AvenirLTStd-Heavy.eot") format("embedded-opentype"), url("./fonts/AvenirLTStd-Heavy.woff2") format("woff2"), url("./fonts/AvenirLTStd-Heavy.woff") format("woff"), url("./fonts/AvenirLTStd-Heavy.ttf") format("truetype"), url("./fonts/AvenirLTStd-Heavy.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("./fonts/AvenirLTStd-Black.eot");
  src: url("./fonts/AvenirLTStd-Black.eot") format("embedded-opentype"), url("./fonts/AvenirLTStd-Black.woff2") format("woff2"), url("./fonts/AvenirLTStd-Black.woff") format("woff"), url("./fonts/AvenirLTStd-Black.ttf") format("truetype"), url("./fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("./fonts/Cabin-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("./fonts/Cabin-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT 49";
  src: url("./fonts/Univers LT 49 Light Ultra Condensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

a {
  color: #231f20;
  font-weight: 700;
  text-decoration: none;
}

body {
  color: #231f20;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
}

button {
  transition: color 0.3s ease-in-out;
}

footer {
  background: #d9d9d9;
  font-family: "Avenir";
  font-size: 7pt;
  font-weight: 300;
  padding: 0.5rem 0;
  text-align: center;
}

h1 {
  background-color: #dd7608;
  color: white;
  display: inline-block;
  font-family: "Avenir";
  font-size: 40pt;
  font-weight: 700;
  padding: 0.5rem 1rem;
}
@media (max-width: 992px) {
  h1 {
    font-size: 24pt;
  }
}
@media (max-width: 772px) {
  h1 {
    margin-top: 1.5rem;
  }
}

h2 {
  color: white;
  font-family: "Univers LT 49";
  font-size: 16.5rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 15rem;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 13rem;
  }
}
@media (max-width: 772px) {
  h2 {
    font-size: 10rem;
    text-align: center;
  }
}
@media (max-width: 440px) {
  h2 {
    font-size: 8rem;
    margin: 3rem auto;
  }
}

h3 {
  font-family: "Avenir";
  font-weight: 400;
}

h4 {
  font-family: "Avenir";
  font-size: 24pt;
  font-weight: 900;
  margin-top: 4rem;
}
h4 span {
  font-weight: 400;
}

h5 {
  font-family: "Merriweather", serif;
  font-size: 16pt;
  font-weight: 700;
  margin-bottom: 1rem;
}

h6 {
  font-family: "Merriweather", serif;
  font-size: 14pt;
  font-weight: 700;
  margin: 2rem 0 1rem 0;
}

header {
  padding: 1rem;
}

img {
  height: auto;
  max-height: 80vh;
  width: 100%;
}

p {
  line-height: 1.5;
}

section {
  display: flex;
  flex-direction: column;
  min-height: 92vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 772px) {
  section {
    min-height: unset;
    padding-top: 3rem;
  }
}

.bg-pink {
  color: white;
  background: #6e0843;
}

.bg-teal {
  color: white;
  background: #0a7576;
}

.no-scroll {
  overflow: hidden;
}

.row.align-h-center {
  align-items: center;
}
.row .col.align-v-center {
  align-self: center;
}

.row-left {
  flex-grow: 1;
  margin-left: 14%;
  margin-right: 0;
  padding-right: 0;
}
.row-left .content {
  padding-right: 3rem;
}
@media (max-width: 1900px) {
  .row-left {
    margin-left: 12%;
  }
}
@media (max-width: 1400px) {
  .row-left {
    margin-left: 8%;
  }
}
@media (max-width: 1200px) {
  .row-left {
    margin-left: 3rem;
  }
}
@media (max-width: 992px) {
  .row-left {
    margin: initial;
  }
}

.row-right {
  flex-grow: 1;
  margin-right: 14%;
  margin-left: 0;
  padding-left: 0;
}
.row-right .content {
  padding-left: 3rem;
}
@media (max-width: 1900px) {
  .row-right {
    margin-right: 12%;
  }
}
@media (max-width: 1400px) {
  .row-right {
    margin-right: 8%;
  }
}
@media (max-width: 1200px) {
  .row-right {
    margin-right: 3rem;
  }
}
@media (max-width: 992px) {
  .row-right {
    margin: initial;
  }
}

.row-right .content,
.row-left .content {
  padding-bottom: 3rem;
  padding-top: 3rem;
  z-index: 999;
}
.row-right .content .col-md-6,
.row-left .content .col-md-6 {
  padding: 2rem;
}
@media (max-width: 992px) {
  .row-right .content,
  .row-left .content {
    padding: 3rem;
  }
}
@media (max-width: 772px) {
  .row-right .content,
  .row-left .content {
    padding: 2rem;
  }
}
.row-right .images,
.row-left .images {
  background-size: cover;
  position: relative;
}

.text-center {
  text-align: center;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#return-to-top {
  z-index: 9999;
  position: fixed;
  bottom: 2em !important;
  right: 20px;
  background: rgba(12, 53, 28, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #d9d9d9;
  font-size: 2em;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover, #return-to-top:focus {
  background: rgba(12, 53, 28, 0.9);
}
#return-to-top:hover i, #return-to-top:focus i {
  color: #d9d9d9;
  top: 5px;
}

.header {
  height: 70px;
  padding: 1rem;
  display: flex;
  justify-content: space-evenly;
}
.header__desktop {
  display: flex;
  flex-basis: 52%;
  justify-content: right;
}
.header__desktop ul {
  display: flex;
  justify-content: space-evenly;
  margin-block-start: unset;
  margin-block-end: unset;
  padding-inline-start: unset;
}
.header #Mobile {
  all: unset;
  display: none;
}
.header #Mobile ul {
  padding: 15px;
}
.header .header__mobile--open,
.header .header__mobile--close {
  display: none;
  z-index: 1000;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header .header__mobile--open {
    all: unset;
    display: flex;
    place-items: center;
    order: 1;
  }
  .header .header__mobile--open i:hover {
    color: #dd7608;
    transition: color 0.2s ease;
  }
}
.header__branding {
  z-index: 1001 !important;
  flex-basis: 40%;
}
.header__branding .branding-container {
  width: auto;
  text-align: center;
}
@media (max-width: 992px) {
  .header__branding .branding-container {
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .header__branding .branding-container img {
    height: 39px;
  }
}
.header__branding img {
  height: 50px;
  width: auto;
}
.header .weglot_container {
  display: flex;
  flex-basis: 18%;
  justify-content: center;
  place-items: center;
}
@media (max-width: 992px) {
  .header {
    height: 100%;
    place-items: center;
    padding-top: 1rem;
  }
  .header .header__branding {
    flex-basis: 10%;
  }
  .header .header__desktop {
    display: none;
  }
  .header .weglot_container {
    flex-basis: 50%;
    justify-content: left;
  }
  .header .weglot_container aside {
    z-index: 10 !important;
    width: 100% !important;
  }
}

.header .menu-desktop-menu-container ul li {
  font-size: 15px;
  font-family: "Avenir";
  padding: 15px;
  position: relative;
  background-color: #074f1e;
  text-transform: uppercase;
}
.header .menu-desktop-menu-container ul li:hover {
  cursor: pointer;
}
.header .menu-desktop-menu-container ul li, .header .menu-desktop-menu-container ul li .drop-down-menu-item {
  box-shadow: 1px 1px 2px 0px #074f1e;
  -webkit-box-shadow: 1px 1px 2px 0px #074f1e;
  -moz-box-shadow: 1px 1px 2px 0px #074f1e;
}
.header .menu-desktop-menu-container ul li:hover, .header .menu-desktop-menu-container ul li .drop-down-menu-item:hover {
  background-color: #dd7608;
}
.header .menu-desktop-menu-container ul li a {
  color: white;
}
.header .menu-desktop-menu-container ul li:hover .sub-menu {
  position: absolute;
  display: block !important;
}
@media (max-width: 992px) {
  .header {
    justify-content: space-between;
  }
  .header .sub-menu {
    display: block !important;
  }
  .header #Desktop {
    display: none;
  }
}
.header .menu-desktop-menu-container ul li::marker {
  content: "";
}

.sub-menu {
  z-index: 1;
  display: none !important;
}

.menu-desktop-menu-container ul li ul li {
  display: flex;
  min-width: 130px;
  min-height: 40px;
  place-items: center;
  justify-content: center;
  transform: translate(-15px, 15px);
  text-transform: capitalize;
}
.menu-desktop-menu-container ul li ul li a {
  color: #e8f2dd;
  padding: 0px 10px;
}
.menu-desktop-menu-container ul li ul li:hover {
  background-color: #074f1e;
  transition: background-color 0.1s ease-in-out;
}

.menu-desktop-menu-container ul li ul li ul li {
  display: none;
}

.header__mobile {
  z-index: 1000;
}
.header__mobile[aria-expanded=true] {
  translate: 0;
  transition: translate 0.2s ease-in;
  font-size: 24px;
}
.header__mobile--close {
  all: unset;
  position: fixed;
  right: 35px;
  top: 10px;
  transform: translateY(13px);
}
.header__mobile--close i:hover {
  color: #dd7608;
  transition: color 0.2s ease;
}
@media (max-width: 992px) {
  .header__mobile {
    display: flex;
    justify-content: center;
    position: fixed;
    inset: 0;
    background-color: #fff;
    translate: 100vw 0;
    transition: translate 0.5s ease-in-out;
    padding-top: 14rem;
    font-family: "Cabin";
  }
  .header__mobile #Mobile {
    display: flex;
    flex-direction: column;
  }
  .header__mobile .open_mobile_container {
    flex-basis: 10%;
    justify-content: center;
    flex-direction: end;
    display: flex;
    place-items: center;
  }
  .header__mobile ul {
    list-style: none;
  }
  .header__mobile li {
    margin-bottom: 0;
  }
  .header__mobile li::marker {
    content: "";
  }
  .header__mobile--open {
    all: unset;
    display: flex;
    place-items: center;
    order: 1;
  }
  .header__mobile--open i:hover {
    color: #dd7608;
    transition: color 0.2s ease;
  }
}

.blocks {
  bottom: 0;
  left: 0;
  position: absolute;
}
.blocks .blocks-container {
  display: flex;
}
.blocks .blocks-container span {
  align-content: center;
  aspect-ratio: 1/1;
  height: auto;
  margin-right: 0.25rem;
  max-width: 70px;
  min-width: 40px;
  padding: 0.5rem;
  text-align: center;
  width: 4vw;
}
.blocks .blocks-container span:nth-child(1) {
  background: #c42174;
  color: white;
  font-family: "Avenir";
  font-size: 12pt;
  font-weight: 900;
}
.blocks .blocks-container span:nth-child(2) {
  background: #00b4af;
}
.blocks .blocks-container span:nth-child(3) {
  background: #f58f1f;
}
.blocks .blocks-container span:nth-child(4) {
  background: #9bc73b;
}
.blocks .blocks-container span:nth-child(4) img {
  max-width: calc(70px - 1rem);
  min-width: calc(40px - 1rem);
  width: calc(4vw - 1rem);
}
.blocks.right {
  left: unset;
  right: 0;
}
.blocks.right .blocks-container {
  flex-direction: row-reverse;
}

.cover {
  padding-top: 3rem;
}
.cover .fr-logo {
  padding-right: 3rem;
}
.cover .nhpri-logo {
  width: 70%;
}
.cover .nhpri-logo,
.cover .tagline {
  padding-bottom: 4rem;
}
@media (max-width: 1200px) {
  .cover {
    min-height: unset;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media (max-width: 772px) {
  .cover .fr-logo {
    padding: 1.5rem 0;
    width: 60%;
  }
  .cover .nhpri-logo {
    width: 60%;
  }
  .cover .nhpri-logo,
  .cover .tagline {
    padding-bottom: 1.5rem;
  }
  .cover .tagline {
    width: 80%;
  }
}

.chapter {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 772px) {
  .chapter {
    min-height: 50vh;
  }
}
.chapter .container {
  align-content: end;
  flex: 1 0 0%;
  margin-bottom: 10rem;
}
@media (max-width: 772px) {
  .chapter .container {
    margin-bottom: 5rem;
  }
}
@media (max-width: 772px) {
  .chapter .container h2 .row {
    display: block;
  }
}
.chapter .container h2 img {
  height: 18rem;
  max-height: unset;
  width: auto;
}
@media (max-width: 992px) {
  .chapter .container h2 img {
    height: 14rem;
  }
}
@media (max-width: 772px) {
  .chapter .container h2 img {
    display: block;
    height: 11rem;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .chapter .container h2 img {
    height: 7rem;
  }
}
.chapter .container h2 small {
  display: block;
  font-family: "Merriweather", serif;
  font-size: 20pt;
  font-weight: 700;
}

.commitments {
  padding-top: 0;
}
.commitments .content .title {
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 0;
}
.commitments .content .title .block {
  align-items: center;
  color: white;
  display: flex;
  width: auto;
}
.commitments .content .title .block div {
  font-family: "Avenir";
  font-size: 40pt;
  padding: 0.2em;
}
.commitments .content .title h3 {
  flex-shrink: 1;
  font-family: "Avenir";
  font-size: 24pt !important;
  line-height: 1.5;
  margin: initial;
  padding: 0.5em;
}
@media (max-width: 772px) {
  .commitments .content .title {
    flex-wrap: wrap;
  }
}
.commitments .content h5:nth-of-type(4n + 1) {
  color: #1b8f44;
}
.commitments .content h5:nth-of-type(4n + 2) {
  color: #04a29d;
}
.commitments .content h5:nth-of-type(4n + 3) {
  color: #dd7608;
}
.commitments .content h5:nth-of-type(4n + 4) {
  color: #c42174;
}
.commitments .quote {
  font-family: "Merriweather", serif;
  font-size: 2.25rem;
  font-weight: 900;
  margin-top: 7rem;
  position: relative;
}
@media (max-width: 772px) {
  .commitments .quote {
    margin-bottom: 4rem;
    margin-top: 6rem;
  }
}
.commitments .quote:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-size: 90px;
  position: absolute;
  left: -1.9rem;
  top: -3rem;
  z-index: 9;
}
.commitments .quote span {
  position: relative;
  z-index: 9999;
}
.commitments .quote .author {
  font-size: 14pt;
  margin-top: 1rem;
}
.commitments.c-1 .content .title .block {
  background: #0a7576;
}
.commitments.c-1 .content .title h3 {
  background: #ebf6f7;
  color: #0a7576;
}
.commitments.c-1 .content .quote {
  color: #0a7576;
}
.commitments.c-1 .content .quote:before {
  color: #ebf6f7;
}
.commitments.c-2 .content .title .block {
  background: #dd7608;
}
.commitments.c-2 .content .title h3 {
  background: #fff6da;
  color: #da5f27;
}
.commitments.c-2 .content .quote {
  color: #da5f27;
}
.commitments.c-2 .content .quote:before {
  color: #fff6da;
}
.commitments.c-3 .content .title .block {
  background: #6c9318;
}
.commitments.c-3 .content .title h3 {
  background: #e8f2dd;
  color: #6c9318;
}
.commitments.c-3 .content .quote {
  color: #6c9318;
}
.commitments.c-3 .content .quote:before {
  color: #e8f2dd;
}
.commitments.c-4 .content .title .block {
  background: #6e0843;
}
.commitments.c-4 .content .title h3 {
  background: #ffe8f4;
  color: #c42174;
}
.commitments.c-4 .content .quote {
  color: #c42174;
}
.commitments.c-4 .content .quote:before {
  color: #ffe8f4;
}

.final {
  align-items: end;
  background-color: #074f1e;
  display: flex;
  flex-direction: row;
  padding: 4rem;
  position: relative;
}
.final img.report-logo {
  height: 120%;
  left: -8%;
  max-height: unset;
  opacity: 0.05 !important;
  position: absolute;
  top: -15%;
  width: auto;
}
@media (max-width: 992px) {
  .final img.report-logo {
    left: -26%;
    top: -15%;
  }
}
@media (max-width: 772px) {
  .final img.report-logo {
    left: -3%;
    top: -15%;
  }
}
@media (max-width: 440px) {
  .final img.report-logo {
    left: -5%;
    top: -15%;
  }
}
@media (max-width: 360px) {
  .final img.report-logo {
    left: -8%;
    top: -15%;
  }
}
.final .row {
  flex-grow: 1;
}
.final .row .content {
  color: white;
  font-family: "Cabin";
  font-size: 14pt;
}
.final .row .content a {
  color: #9bc73b;
  font-size: 18pt;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}
.final .row .content .sub-content {
  padding-top: 1rem;
  padding-left: 32%;
}
@media (max-width: 772px) {
  .final .row .content .sub-content {
    padding-left: 0;
  }
}
.final .row .content .icons a {
  font-size: 24pt;
  margin: 0.5rem 1.5rem 0.5rem 0;
}
@media (max-width: 772px) {
  .final .row .content {
    font-size: 12pt;
    text-align: center;
  }
  .final .row .content a {
    font-size: 14pt;
  }
  .final .row .content .icons a {
    font-size: 18pt;
    margin: 0.5rem;
  }
}

.focus-areas {
  padding-top: 0;
}
.focus-areas .content {
  display: flex;
  flex-direction: column;
}
.focus-areas .content h4 {
  margin-top: 0;
}
.focus-areas .content .focus-year {
  column-gap: 2rem;
  display: flex;
  flex-direction: row;
}
.focus-areas .content .focus-year h5 {
  border-right: 5px solid;
  font-size: 24pt;
  margin: 0;
  padding-right: 1.25rem;
  position: relative;
  writing-mode: vertical-rl;
}
.focus-areas .content .focus-year h5 .dot {
  border-radius: 50%;
  height: 26px;
  position: absolute;
  right: -15px;
  width: 26px;
  z-index: 9999;
}
.focus-areas .content .focus-year .explanation {
  padding-bottom: 2rem;
}
.focus-areas .content .focus-year:nth-of-type(1) h5,
.focus-areas .content .focus-year:nth-of-type(1) h6,
.focus-areas .content .focus-year:nth-of-type(1) li::marker {
  border-color: #1b8f44;
  color: #1b8f44;
}
.focus-areas .content .focus-year:nth-of-type(1) .dot {
  background: #1b8f44;
  top: -18px;
}
.focus-areas .content .focus-year:nth-of-type(2) h5,
.focus-areas .content .focus-year:nth-of-type(2) h6,
.focus-areas .content .focus-year:nth-of-type(2) li::marker {
  border-color: #00b4af;
  color: #04a29d;
}
.focus-areas .content .focus-year:nth-of-type(2) .dot {
  display: none;
}
.focus-areas .content .focus-year:nth-of-type(3) h5,
.focus-areas .content .focus-year:nth-of-type(3) h6,
.focus-areas .content .focus-year:nth-of-type(3) li::marker {
  border-color: #f58f1f;
  color: #dd7608;
}
.focus-areas .content .focus-year:nth-of-type(3) .dot {
  background: #f58f1f;
  bottom: -18px;
}
@media (max-width: 772px) {
  .focus-areas .content .focus-year {
    column-gap: 1rem;
    margin-left: -1rem;
  }
  .focus-areas .content .focus-year h5 {
    font-size: 16pt;
    padding-right: 0.5rem;
    padding-top: 1rem;
  }
}

.mobile-img {
  display: none;
}
@media (max-width: 992px) {
  .mobile-img {
    display: block;
    width: 100%;
  }
}

.overview {
  padding-top: 0;
}
.overview .content .intro {
  padding-bottom: 3rem;
}
.overview .content .intro h2 {
  color: #c42174;
  font-family: "Merriweather", serif;
  font-size: 20pt !important;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  margin: initial;
}
.overview .content .grid h3 {
  background: #00b4af;
  color: white;
  font-size: 14pt;
  font-weight: 900;
  margin: 0;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.overview .content .grid h4 {
  font-family: "Merriweather", serif;
  font-size: 24pt;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1em;
}
.overview .content .grid h4 i {
  display: block;
  font-size: 12pt;
}
.overview .content .grid h4 i b {
  font-weight: 900;
}
.overview .content .grid .col-md-6 {
  background: #ebf6f7;
  padding: 2rem;
}
@media (max-width: 772px) {
  .overview .content .grid .principles .col-md-6:first-of-type {
    padding-bottom: 0;
  }
}
.overview .content .grid .list {
  margin: 0;
  padding: 0;
}
@media (max-width: 772px) {
  .overview .content .grid .list .col-md-6:first-of-type {
    padding-bottom: 0;
  }
  .overview .content .grid .list .col-md-6:last-of-type {
    padding-top: 0;
  }
}
.overview .content .grid .list li {
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.statement b {
  font-weight: 900;
}
.statement .container {
  align-content: center;
  flex: 1 0 0%;
  font-family: "Merriweather", serif;
  font-size: 4rem;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .statement .container {
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .statement .container {
    font-size: 3rem;
  }
}
@media (max-width: 772px) {
  .statement .container {
    font-size: 24pt;
    line-height: 1.75;
    margin-bottom: 3rem;
    text-align: center;
  }
}

.scratch {
  height: 110%;
  max-height: none;
  position: absolute;
  top: -5%;
  width: auto;
}
.scratch.left {
  left: -8vw;
}
@media (max-width: 992px) {
  .scratch.left {
    left: -15vw;
  }
}
@media (max-width: 772px) {
  .scratch.left {
    left: -20vw;
  }
}
@media (max-width: 440px) {
  .scratch.left {
    left: -25vw;
  }
}
.scratch.right {
  right: -8vw;
}
@media (max-width: 992px) {
  .scratch.right {
    right: -15vw;
  }
}
@media (max-width: 772px) {
  .scratch.right {
    right: -20vw;
  }
}
@media (max-width: 440px) {
  .scratch.right {
    right: -25vw;
  }
}

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