@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Light.ttf");
  font-weight: 1;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-ExtraBold.ttf");
  font-weight: 1000;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-LightItalic.ttf");
  font-weight: 1;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-ExtraBoldItalic.ttf");
  font-weight: 1000;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
}

body {
  font-size: 1rem;
}
body .header-elements {
  background: linear-gradient(180deg, #7aba58 0%, #7aba58 80%, #ffffff 80%);
  margin: 0;
}
body .header-elements #header-intro {
  font-weight: 1000;
  font-size: 1.4rem;
  padding-top: 0.7rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 75rem) {
  body .header-elements #header-intro {
    font-size: 1.2rem;
    height: auto;
  }
}
body .header-elements #header-wave-parent {
  background: url("assets/waveheader-segment.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  margin-top: 0.5rem;
}
body .header-elements #header-wave-parent #header-wave-logo {
  width: auto;
  margin: auto;
  font-size: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 75rem) {
  body .header-elements #header-wave-parent #header-wave-logo {
    height: 5rem;
    font-size: 2.1rem;
  }
}
body #content {
  margin: auto;
  max-width: 75rem;
  color: #ffffff;
  overflow-x: hidden;
}
@media (max-width: 75rem) {
  body #content {
    max-width: none;
    width: 100%;
  }
}
body #content #intro-text-container {
  display: flex;
}
@media (max-width: 75rem) {
  body #content #intro-text-container {
    flex-wrap: wrap;
  }
}
body #content #intro-text-container .left, body #content #intro-text-container .right {
  width: 25%;
  margin-bottom: -1rem;
}
body #content #intro-text-container .left img, body #content #intro-text-container .right img {
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 75rem) {
  body #content #intro-text-container .left img, body #content #intro-text-container .right img {
    width: 70%;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 75rem) {
  body #content #intro-text-container .left, body #content #intro-text-container .right {
    width: 100%;
    margin-bottom: -1.5rem;
  }
}
body #content #intro-text-container .right {
  bottom: -2rem;
}
body #content #intro-text-container .right img {
  width: 115%;
  margin-left: -15%;
}
@media (max-width: 75rem) {
  body #content #intro-text-container .right {
    bottom: auto;
  }
  body #content #intro-text-container .right img {
    width: 100%;
    margin-left: auto;
  }
}
body #content #intro-text-container .left img {
  width: 80%;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
@media (max-width: 75rem) {
  body #content #intro-text-container .left {
    display: none;
  }
}
body #content #intro-text-container .center {
  width: 50%;
  z-index: 1000;
}
@media (max-width: 75rem) {
  body #content #intro-text-container .center {
    width: 100%;
  }
}
body #content #intro-text-container .center #intro-text-1 {
  font-weight: 1;
  font-size: 3rem;
  margin-top: 1rem;
  line-height: 3.7rem;
}
@media (max-width: 75rem) {
  body #content #intro-text-container .center #intro-text-1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
body #content #intro-text-container .center #intro-text-2 {
  font-size: 1.7rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 75rem) {
  body #content #intro-text-container .center #intro-text-2 {
    font-size: 1.3rem;
    margin: auto;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    max-width: 25rem;
  }
}
body #content .quote-elements {
  background: linear-gradient(0deg, rgba(122, 186, 88, 0.19) 0%, rgba(122, 186, 88, 0.19) 90%, rgba(0, 0, 0, 0) 90%);
}
@media (max-width: 75rem) {
  body #content .quote-elements {
    background: none;
  }
}
body #content .quote-elements #quote-container {
  padding: 2.2rem;
  font-size: 1.3rem;
  background: url("assets/green-segment.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media (max-width: 75rem) {
  body #content .quote-elements #quote-container {
    background: url("assets/green-segment.png");
    background-size: 20% auto;
    padding: 0rem;
    padding-top: 2rem;
  }
  body #content .quote-elements #quote-container #quote-text {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    background: #da1124;
  }
}
@media (max-width: 75rem) and (max-width: 75rem) {
  body #content .quote-elements #quote-container #quote-text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
    background: #7aba58;
  }
}
body #content .quote-elements #ytvid-container {
  padding-bottom: 0.5rem;
}
@media (max-width: 75rem) {
  body #content .quote-elements #ytvid-container {
    background: rgba(122, 186, 88, 0.19);
    padding-bottom: 1rem;
  }
}
body #content .quote-elements #ytvid-container #yt-video {
  aspect-ratio: 16/9;
  width: 50%;
  margin: 3rem;
  margin-bottom: 0rem;
  margin-left: 25%;
}
@media (max-width: 75rem) {
  body #content .quote-elements #ytvid-container #yt-video {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 1rem;
  }
}
body #content .title-below-yt {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 75rem) {
  body #content .title-below-yt {
    margin-top: 2rem;
    margin-bottom: -3rem;
  }
}
body #content .brief-description {
  font-size: 2rem;
  line-height: 130%;
}
body #content .brief-description.larger-font {
  font-size: 3rem;
}
body #content .brief-description.smaller-font {
  font-size: 1.8rem;
}
body #content .brief-description.smallest-font {
  font-size: 1.3rem;
}
body #content .brief-description.higher-line {
  line-height: 190%;
}
@media (max-width: 75rem) {
  body #content .brief-description.higher-line {
    line-height: 130%;
  }
}
@media (max-width: 75rem) {
  body #content .brief-description {
    font-size: 1.4rem;
  }
  body #content .brief-description.larger-font {
    font-size: 2rem;
  }
  body #content .brief-description.smaller-font {
    font-size: 1rem;
  }
  body #content .brief-description.smallest-font {
    font-size: 1rem;
  }
}
body #content .book-unveil {
  display: flex;
}
@media (max-width: 75rem) {
  body #content .book-unveil {
    flex-wrap: wrap;
  }
}
body #content .book-unveil img {
  position: absolute;
  z-index: 1000;
  height: 25rem;
  margin-top: -3rem;
  left: 5rem;
}
@media (max-width: 75rem) {
  body #content .book-unveil img {
    width: 98%;
    position: relative;
    height: auto;
    top: auto;
    transform: none;
    margin-top: auto;
    margin-bottom: 1rem;
    left: 0rem;
  }
}
body #content .book-unveil #demand-container, body #content .book-unveil .demand-container {
  padding: 3.5rem;
  padding-left: 25rem;
  margin-left: 10rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  border-radius: 5rem;
  font-size: 2rem;
}
@media (max-width: 75rem) {
  body #content .book-unveil #demand-container, body #content .book-unveil .demand-container {
    width: 90%;
    margin: auto;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 10rem;
    margin-left: auto;
    margin-top: -10rem;
    margin-bottom: auto;
    font-size: 1.5rem;
    border-radius: 3rem;
    text-align: center;
  }
}
body #content .book-unveil #demand-container b, body #content .book-unveil .demand-container b {
  font-weight: 1000;
}
body #content .book-unveil.list img {
  top: 60%;
  transform: translateY(-50%);
  left: 0rem;
  height: 27rem;
}
@media (max-width: 75rem) {
  body #content .book-unveil.list {
    margin-top: auto;
  }
  body #content .book-unveil.list img {
    position: absolute;
    height: 16rem;
    top: auto;
    transform: translateX(-50%);
    left: 50%;
    right: 0rem;
    width: auto;
    margin-top: auto;
  }
}
body #content .book-unveil.list #demand-container, body #content .book-unveil.list .demand-container {
  background: none;
  border: 0.15rem solid #e47f3a;
  border-radius: 5rem;
  font-size: 1.2rem;
  margin-left: 10rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 2.5rem;
  padding-left: 14rem;
}
@media (max-width: 75rem) {
  body #content .book-unveil.list #demand-container, body #content .book-unveil.list .demand-container {
    margin-left: auto;
    margin-top: 5rem;
    font-size: 2rem;
    padding-top: 12rem;
    border-radius: 2rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
body #content .book-unveil.list #demand-container.list-green, body #content .book-unveil.list .demand-container.list-green {
  border: 0.15rem solid #7aba58;
}
body #content .book-unveil.list #demand-container.list-blue, body #content .book-unveil.list .demand-container.list-blue {
  border: 0.15rem solid #56BBE0;
}
body #content .book-unveil.reverse img {
  right: 0rem;
  height: 27rem;
  left: auto;
}
@media (max-width: 75rem) {
  body #content .book-unveil.reverse img {
    position: absolute;
    height: 16rem;
    top: auto;
    transform: translateX(-50%);
    left: 50%;
    right: 0rem;
    width: auto;
    margin-top: auto;
  }
}
body #content .book-unveil.reverse .demand-container {
  margin-right: 10rem;
  margin-left: auto;
  padding-left: 4.5rem;
  padding-right: 14rem;
}
@media (max-width: 75rem) {
  body #content .book-unveil.reverse .demand-container {
    margin-right: auto;
    margin-top: 5rem;
    font-size: 2rem;
    padding-top: 12rem;
    border-radius: 2rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
body #content .sentence-finish {
  margin-left: 34.2rem;
  margin-top: -3rem;
}
@media (max-width: 75rem) {
  body #content .sentence-finish {
    margin-left: 5.5rem;
    margin-top: 0.5rem;
    font-size: 0.7rem;
  }
}
body #content .order-book {
  font: inherit;
  font-size: 1.5rem;
  color: inherit;
  border: none;
  border-radius: 3rem;
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
  transition: 0.2s;
  box-shadow: 0rem 0rem 0rem #4b5050;
  cursor: pointer;
}
body #content .order-book img {
  height: 2rem;
  padding-right: 1rem;
}
@media (max-width: 75rem) {
  body #content .order-book img {
    height: 2rem;
  }
}
@media (max-width: 75rem) {
  body #content .order-book {
    font-size: 1.5rem;
    font-weight: normal;
  }
  body #content .order-book.longer-text {
    font-size: 1.2rem;
  }
  body #content .order-book.longer-text img {
    height: 1.5rem;
  }
}
body #content .before-after {
  width: 70%;
  height: auto;
}
@media (max-width: 75rem) {
  body #content .before-after {
    width: 100%;
  }
}
body #content .flex-container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 75rem) {
  body #content .flex-container {
    width: 100%;
    margin-top: 2rem;
  }
  body #content .flex-container a {
    width: 40%;
  }
}
body #content .flex-container .chapter-img {
  height: 20rem;
  width: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 75rem) {
  body #content .flex-container .chapter-img {
    margin-top: 0rem;
    margin-bottom: 0rem;
    height: auto;
    width: 100%;
  }
}
body #content .flex-container .column {
  padding: 1rem;
  width: 50%;
}
@media (max-width: 75rem) {
  body #content .flex-container .column {
    width: 95%;
    padding: 0rem;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
  }
  body #content .flex-container .column .left-review {
    margin-left: 4rem;
  }
}
@media (max-width: 75rem) and (max-width: 75rem) {
  body #content .flex-container .column .left-review {
    margin-left: 2rem;
  }
}
@media (max-width: 75rem) {
  body #content .flex-container .column .right-review {
    margin-right: 4rem;
  }
}
@media (max-width: 75rem) and (max-width: 75rem) {
  body #content .flex-container .column .right-review {
    margin-right: 2rem;
  }
}
body #content .flex-container .column .brown-review {
  border: 0.15rem solid #e47f3a;
}
body #content .flex-container .column .brown-review b {
  color: #e47f3a;
}
body #content .flex-container .column .green-review {
  border: 0.15rem solid #7aba58;
}
body #content .flex-container .column .green-review b {
  color: #7aba58;
}
body #content .flex-container .column .green-review, body #content .flex-container .column .brown-review {
  margin-top: 1rem;
  border-radius: 5rem;
  height: 18rem;
}
body #content .flex-container .column .green-review.smaller-height, body #content .flex-container .column .brown-review.smaller-height {
  height: 15rem;
}
@media (max-width: 75rem) {
  body #content .flex-container .column .green-review.smaller-height, body #content .flex-container .column .brown-review.smaller-height {
    border-radius: 2rem;
    height: auto;
  }
}
@media (max-width: 75rem) {
  body #content .flex-container .column .green-review, body #content .flex-container .column .brown-review {
    border-radius: 2rem;
    height: auto;
  }
}
body #content .flex-container .column .green-review.left-review div, body #content .flex-container .column .brown-review.left-review div {
  padding-left: 5rem;
}
@media (max-width: 75rem) {
  body #content .flex-container .column .green-review.left-review div, body #content .flex-container .column .brown-review.left-review div {
    padding-left: 2.5rem;
  }
}
body #content .flex-container .column .green-review.right-review div, body #content .flex-container .column .brown-review.right-review div {
  padding-right: 5rem;
}
@media (max-width: 75rem) {
  body #content .flex-container .column .green-review.right-review div, body #content .flex-container .column .brown-review.right-review div {
    padding-left: 2.5rem;
  }
}
body #content .flex-container .column .green-review div, body #content .flex-container .column .green-review b, body #content .flex-container .column .brown-review div, body #content .flex-container .column .brown-review b {
  display: block;
  text-align: center;
}
body #content .flex-container .column .green-review div, body #content .flex-container .column .brown-review div {
  padding: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 75rem) {
  body #content .flex-container .column .green-review div, body #content .flex-container .column .brown-review div {
    top: auto;
    transform: none;
    padding-bottom: 1rem;
  }
}
body #content .flex-container .column .green-review b, body #content .flex-container .column .brown-review b {
  font-size: 1.1rem;
  margin-top: 1.5rem;
}
@media (max-width: 75rem) {
  body #content .flex-container .column .green-review b, body #content .flex-container .column .brown-review b {
    font-size: 1rem;
    margin-top: 0.3rem;
  }
}
body #content .flex-container .column img {
  height: 15rem;
  position: absolute;
  margin-top: -2rem;
}
@media (max-width: 75rem) {
  body #content .flex-container .column img {
    height: 8rem;
    margin-top: -1rem;
  }
}
body #content .flex-container .column .left-review img {
  margin-left: -5rem;
}
@media (max-width: 75rem) {
  body #content .flex-container .column .left-review img {
    margin-left: -2.7rem;
  }
}
body #content .flex-container .column .right-review img {
  right: 0rem;
  margin-right: -5rem;
  transform: scaleX(-1);
}
@media (max-width: 75rem) {
  body #content .flex-container .column .right-review img {
    margin-right: -2.7rem;
  }
}
body #content .radio-bubble-larger {
  width: 3rem;
  height: 3rem;
}
body #content .radio-bubble-smaller {
  width: 2rem;
  height: 2rem;
}
body #content .radio-intro {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 75rem) {
  body #content .audio-hint {
    font-size: 1.2rem !important;
  }
}
body #content #audio-playback-container {
  display: flex;
  width: 70%;
  margin: auto;
}
@media (max-width: 75rem) {
  body #content #audio-playback-container {
    margin-top: 1rem;
    width: 100%;
  }
}
body #content #audio-playback-container .left, body #content #audio-playback-container .right {
  width: 35%;
  margin-top: -2rem;
}
@media (max-width: 75rem) {
  body #content #audio-playback-container .left, body #content #audio-playback-container .right {
    display: none;
    margin-top: 0rem;
  }
}
body #content #audio-playback-container .center {
  width: 20%;
  z-index: 1000;
  margin-left: 5%;
  margin-right: 5%;
  cursor: pointer;
}
@media (max-width: 75rem) {
  body #content #audio-playback-container .center {
    width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  body #content #audio-playback-container .center img {
    width: 100%;
  }
}
body #content #audio-playback-container img {
  width: 100%;
  height: auto;
}
body #content #audio-playback-container .right img {
  transform: scaleX(-1);
}
body #content .attention-container .top-text {
  background: #7aba58;
  width: 90%;
  margin: auto;
  padding: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 75rem) {
  body #content .attention-container .top-text {
    width: 100%;
    margin-top: -1rem;
  }
}
body #content .attention-container .top-text #middle {
  padding-bottom: 1rem;
}
body #content .attention-container .bottom-img {
  width: 90%;
  margin: auto;
  border: 0.15rem solid #7aba58;
  border-radius: 0rem 0rem 5rem 5rem;
  border-top: none;
  padding: 2rem;
  padding-bottom: 3rem;
}
body #content .attention-container .bottom-img img {
  height: 20rem;
}
@media (max-width: 75rem) {
  body #content .attention-container .bottom-img img {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 75rem) {
  body #content .attention-container .bottom-img {
    width: 95%;
    border-radius: 0rem 0rem 2rem 2rem;
  }
}
body #content .attention-container .bottom-text {
  margin-top: -2.5rem;
}
@media (max-width: 75rem) {
  body #content .attention-container .bottom-text {
    margin-top: -1.75rem;
  }
}
body #content .attention-container .bottom-text div {
  display: inline-block;
  background: #e47f3a;
  padding: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: auto;
  font-size: 1rem;
}
body #content .attention-container .bottom-text div .price-hl {
  font-size: 1.25rem;
  font-style: italic;
}
@media (max-width: 75rem) {
  body #content .attention-container .bottom-text div .price-hl {
    font-size: 1rem;
  }
}
body #content .list-second ul {
  margin-left: 1rem;
}
@media (max-width: 75rem) {
  body #content .list-second ul {
    margin-left: 0rem;
  }
}
body #content .about-author-container {
  display: flex;
}
@media (max-width: 75rem) {
  body #content .about-author-container {
    flex-wrap: wrap;
    flex-flow: column-reverse;
  }
}
body #content .about-author-container .left {
  width: 25%;
  margin: auto;
}
@media (max-width: 75rem) {
  body #content .about-author-container .left {
    width: 100%;
  }
}
body #content .about-author-container .left img {
  width: 100%;
  bottom: -1rem;
}
@media (max-width: 75rem) {
  body #content .about-author-container .left img {
    width: 70%;
    bottom: 0;
  }
}
body #content .about-author-container .right {
  width: 75%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
}
@media (max-width: 75rem) {
  body #content .about-author-container .right {
    padding-bottom: 1rem;
  }
}
body #content .about-author-container .right .brief-description {
  text-align: left;
}
@media (max-width: 75rem) {
  body #content .about-author-container .right .brief-description {
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 75rem) {
  body #content .about-author-container .right {
    width: 100%;
    text-align: center;
  }
}
body #content .bottom-container {
  width: 100%;
  margin-top: -5rem;
  background: url("assets/green-segment.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
body #content .bottom-container * {
  font-size: 1.2rem;
}
body #content .bottom-container a {
  color: #ffffff;
  text-decoration: none;
}
body #content .bottom-container a:hover {
  text-decoration: underline;
}
@media (max-width: 75rem) {
  body #content .bottom-container a {
    text-decoration: underline;
  }
}
@media (max-width: 75rem) {
  body #content .bottom-container {
    font-size: 2rem;
  }
}
body #content .bottom-container .contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 75%;
  padding-bottom: 1rem;
}
body #content .bottom-container .contact div {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 75rem) {
  body #content .bottom-container .contact div {
    text-align: center !important;
  }
}
body #content .bottom-container .contact div.bordered {
  border-right: 0.1rem dashed #ffffff;
}
@media (max-width: 75rem) {
  body #content .bottom-container .contact div.bordered {
    border-right: none;
  }
}
body #content .bottom-container .bottom-links {
  display: flex;
  max-width: 75%;
  justify-content: space-between;
}
@media (max-width: 75rem) {
  body #content .bottom-container .bottom-links {
    max-width: 100%;
    flex-direction: column;
  }
}
body #content .sama-doma {
  width: 35rem;
  height: auto;
}
@media (max-width: 75rem) {
  body #content .sama-doma {
    width: 90%;
  }
}

ul li {
  margin-bottom: 0.5rem;
  list-style: none;
  padding-left: 0rem;
}
@media (max-width: 75rem) {
  ul li {
    margin-bottom: 0.1rem;
    font-size: 0.9rem;
    padding-left: 1.4rem;
    text-align: left;
  }
}
ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  height: 1.2rem;
  width: 3rem;
  left: -3rem;
  background-image: url("assets/list-check.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 75rem) {
  ul li::before {
    top: auto;
    width: 1.2rem;
    height: 1.2rem;
    left: 0rem;
  }
}

.inline {
  display: inline-block;
}

.flex {
  display: flex;
  justify-content: space-around;
}

.lowercase {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.weight-1 {
  font-weight: 1;
}

.weight-normal {
  font-weight: normal;
}

.weight-bold {
  font-weight: bold;
}

.weight-1000 {
  font-weight: 1000;
}

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

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

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

.width-max {
  width: 100%;
}

.center-horizontal {
  left: 50%;
  transform: translateX(-50%);
}

.center-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-text {
  color: #ffffff;
}

.red-text {
  color: #da1124;
}

.light-red-text {
  color: #da1124;
}

.light-green-text {
  color: #7aba58;
}

.light-brown-text {
  color: #e47f3a;
}

.light-blue-text {
  color: #56BBE0;
}

.light-red-background {
  background: #da1124;
}

.light-green-background {
  background: #7aba58;
}

.lighter-green-background {
  background: rgba(122, 186, 88, 0.19);
}

.light-brown-background {
  background: #e47f3a;
}

.grey-text {
  color: #4b5050;
}

@media (max-width: 75rem) {
  .mobile-smaller-font {
    font-size: 1rem !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 75rem) {
  .mobile-only {
    display: block !important;
  }
}

.desktop-only {
  display: block !important;
}
@media (max-width: 75rem) {
  .desktop-only {
    display: none !important;
  }
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.px-1 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media (max-width: 75rem) {
  .px-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.px-2 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
@media (max-width: 75rem) {
  .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.px-3 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
@media (max-width: 75rem) {
  .px-3 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.px-4 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
@media (max-width: 75rem) {
  .px-4 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media (max-width: 75rem) {
  .py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.py-2 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-3 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-4 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.mx-1 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-2 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-3 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-4 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-05 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
@media (max-width: 75rem) {
  .my-05 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

.my-1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 75rem) {
  .my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

.my-2 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-3 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-4 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mtop-0 {
  margin-top: 0rem !important;
}

.mbot-0 {
  margin-bottom: 0rem !important;
}

.ptop-0 {
  padding-top: 0rem !important;
}

.pbot-0 {
  padding-bottom: 0rem !important;
}/*# sourceMappingURL=style.css.map */