/* Global Stylings */
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

div,
section,
article,
main,
aside,
header,
footer,
dialog,
figure,
figcaption,
hgroup {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  border-style: none;
}

fieldset {
  border: 1px solid transparent;
}

input {
  font-family: AcuminProCond, sans-serif;
}

input[type=submit] {
  letter-spacing: 0.045em;
  font-family: AcuminProCond, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}

input[type=text],
input[type=email],
textarea {
  letter-spacing: 0.045em;
  font-family: AcuminProCond, sans-serif;
  font-weight: 500;
  border-radius: 0;
  -webkit-appearance: none;
}

span {
  font-family: AcuminProCond, sans-serif;
}

button {
  font-family: AcuminProCond, sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

select {
  font-family: AcuminPro, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

html,
body {
  font-size: 1em;
  font-family: AcuminProCond, sans-serif;
  font-weight: 500;
  color: #000000;
  background: linear-gradient(90deg, rgb(26, 31, 42) 0%, rgb(11, 17, 19) 100%);
}

body {
  background-size: auto;
  position: relative;
}
body:after {
  pointer-events: none;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#wrapper {
  min-height: 100vh;
  height: auto !important;
  margin: 0 auto;
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 0 80px;
}

#skipnav {
  position: absolute;
  z-index: 99999;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding-bottom: 25px;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#skipnav:hover, #skipnav:focus, #skipnav:active {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  clip: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  color: #983222;
}

.no-banner main {
  padding-top: 50px;
}

.sk-ww-twitter-feed {
  grid-column: 1/-1;
}

.grid-item-twitter-feed {
  position: unset !important;
  top: unset !important;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1250px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
}

.slick-prev,
.slick-next {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .no-banner main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 20px;
  }
}
body.four-oh-four-page #wrapper {
  min-height: 100%;
}

.err-wrap {
  display: none;
}

/*********************************************/
/* Acumin Pro Cond */
/*********************************************/
@font-face {
  font-family: "AcuminProCond";
  font-weight: 500;
  src: url("../fonts/Acumin Pro Cond Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "AcuminProCond";
  font-weight: 700;
  src: url("../fonts/Acumin Pro Cond Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "AcuminProCond";
  font-weight: 900;
  src: url("../fonts/Acumin Pro Cond Black.otf");
  font-display: swap;
}
/*********************************************/
/* Belwe Std */
/*********************************************/
@font-face {
  font-family: "BelweStd";
  font-weight: 400;
  src: url("../fonts/BelweStd-Light.otf");
  font-display: swap;
}
/* Modules */
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}
.header.--scrolled .container {
  background: linear-gradient(90deg, rgb(26, 31, 42) 0%, rgb(11, 17, 19) 100%);
}
.header .container {
  display: flex;
  justify-content: space-between;
  padding-block: 30px;
  align-items: center;
  background: transparent;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__left nav {
  display: flex;
  gap: 30px;
}
.header__left nav a {
  color: #FFFFFF;
  text-decoration: unset;
  opacity: 0.5;
  font-size: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__left nav a:is(:hover, :focus) {
  opacity: 1;
}
.header__right {
  display: flex;
  gap: 20px;
}
.header__right a {
  color: #FFFFFF;
  text-decoration: unset;
  opacity: 0.5;
  font-size: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__right a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__right a i img {
  width: 20px;
}
.header__right a:is(:hover, :focus) {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header .container {
    padding-block: 20px;
  }
}

.footer .container {
  padding-block: 20px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer form .dform {
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 3px 6px;
}
.footer form .dform input[type=email] {
  padding: 15px 20px;
  width: 300px;
  font-family: Lora;
  color: #FFFFFF;
}
.footer form .dform input[type=submit] {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 10px 30px;
  border-radius: 50px;
  font-family: Lora;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.footer form .dform input[type=submit]:is(:hover, :focus) {
  color: #000000;
  background-color: #FFFFFF;
}
.footer form .dform_element.submit_button {
  display: flex;
  align-items: center;
}
.footer__copyright {
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
}
.footer__socials {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer__socials a {
  color: #FFFFFF;
  text-decoration: unset;
  opacity: 0.5;
  font-size: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.footer__socials a:is(:hover, :focus) {
  opacity: 1;
}
.footer__socials a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__socials a i img {
  width: 20px;
}
@media screen and (max-width: 550px) {
  .footer form {
    width: 100%;
  }
  .footer form .dform {
    flex-direction: column;
    background-color: transparent;
    gap: 10px;
  }
  .footer form .dform input[type=email] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    width: 100%;
  }
  .footer form .dform input[type=submit] {
    width: 100%;
  }
  .footer form .dform_element.submit_button .dform_container {
    width: 100%;
  }
}

.banner .container {
  padding-inline: 0;
}
.banner__bg {
  overflow: hidden;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__signature {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.banner__signature img {
  width: 90%;
}
.banner__pre-order {
  display: none;
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Lora;
  font-weight: 500;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: transparent;
  text-align: center;
  min-width: 150px;
}
.banner__pre-order:is(:hover, :focus) {
  color: #000000;
  background-color: #FFFFFF;
}
.banner__content {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0;
  padding-right: 100px;
  max-width: 550px;
}
.banner__content__title_1 {
  font-family: Lora;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner__content__title_1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.banner__content__title_2 {
  font-family: AcuminProCond;
  font-size: 80px;
  line-height: 100px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner__content__title_2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner__content__copy {
  font-size: 20px;
  line-height: 38px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 1px;
}
.banner__content__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Lora;
  font-weight: 500;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: transparent;
  text-align: center;
  margin-inline: auto;
  margin-top: 30px;
  min-width: 150px;
}
.banner__content__button:is(:hover, :focus) {
  color: #000000;
  background-color: #FFFFFF;
}
.banner__content__line {
  position: absolute;
  width: 60%;
  top: 45%;
  transform: translateY(-50%);
  z-index: -1;
  right: 80px;
}
@media screen and (max-width: 1250px) {
  .banner__signature {
    top: 40%;
  }
  .banner__content {
    position: relative;
    width: 100%;
    max-width: unset;
    padding-inline: 80px;
  }
  .banner__content__line {
    max-width: 300px;
    right: unset;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .banner__signature {
    top: 35%;
  }
  .banner__content {
    padding-inline: 40px;
  }
  .banner__content__copy {
    font-size: 16px;
    line-height: 28px;
  }
  .banner__content__line {
    width: 40%;
  }
}

.text-image .container {
  padding-inline: 0;
}
.text-image__text {
  padding-inline: 80px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -100px;
}
.text-image__text__title {
  font-family: Lora;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 1250px) {
  .text-image__text__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .text-image__text__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.text-image__text__copy {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .text-image__text__copy {
    font-size: 14px;
    line-height: 24px;
  }
}
.text-image__bg {
  overflow: hidden;
}
.text-image__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .text-image .container {
    padding-block: 100px 0;
    display: flex;
    flex-direction: column;
  }
  .text-image__text {
    position: relative;
    transform: unset;
    top: unset;
    margin-top: 0;
    text-align: center;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .text-image .container {
    padding-top: 70px;
  }
  .text-image__text {
    padding-inline: 40px;
  }
}

.quote .container {
  padding-inline: 0;
  display: flex;
  align-items: flex-end;
}
.quote__bg {
  overflow: hidden;
  width: 100%;
}
.quote__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote__content {
  padding-inline: 0 100px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #FFFFFF;
  width: 55%;
  margin-left: auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.quote__content > img {
  height: fit-content;
  width: 80px;
  margin-right: 30px;
}
.quote__content__copy > * {
  margin-bottom: 20px;
}
.quote__content__copy > *:last-child {
  margin-bottom: 0;
}
.quote__content__copy p {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .quote__content__copy p {
    font-size: 14px;
    line-height: 24px;
  }
}
.quote__content__copy h1, .quote__content__copy h2, .quote__content__copy h3, .quote__content__copy h4, .quote__content__copy h5, .quote__content__copy h6 {
  font-family: Lora;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 1250px) {
  .quote__content__copy h1, .quote__content__copy h2, .quote__content__copy h3, .quote__content__copy h4, .quote__content__copy h5, .quote__content__copy h6 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .quote__content__copy h1, .quote__content__copy h2, .quote__content__copy h3, .quote__content__copy h4, .quote__content__copy h5, .quote__content__copy h6 {
    font-size: 24px;
    line-height: 28px;
  }
}
.quote__content__author {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  flex-basis: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .quote__content__author {
    font-size: 14px;
    line-height: 24px;
  }
}
.quote__content__author span {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  font-weight: bold;
  flex-basis: 100%;
  text-transform: uppercase;
  color: #C82540;
}
@media screen and (max-width: 768px) {
  .quote__content__author span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .quote .container {
    padding-block: 100px 150px;
  }
  .quote__bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .quote__content {
    width: 100%;
    padding-inline: 80px;
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
    flex-direction: column;
  }
  .quote__content > img {
    margin-right: unset;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .quote .container {
    padding-top: 0;
  }
  .quote__content {
    padding-inline: 40px;
  }
  .quote__content > img {
    width: 50px;
  }
}

.book-listing.--about .container {
  padding-block: 0 100px;
}
.book-listing.--about .book-listing__texture {
  display: none;
}
.book-listing.--about .book-listing__control__prev-btn {
  color: #FFFFFF;
}
.book-listing.--about .book-listing__control__next-btn {
  color: #FFFFFF;
}
.book-listing.--about .book-listing__list-item__copy {
  color: #FFFFFF;
}
.book-listing .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.book-listing__texture {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: -30px;
}
.book-listing__control__prev-btn {
  color: #000000;
  position: relative;
  z-index: 1;
  font-size: 24px;
  opacity: 0.5;
  width: fit-content;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.book-listing__control__prev-btn:is(:hover, :focus) {
  opacity: 1;
}
.book-listing__control__next-btn {
  color: #000000;
  position: relative;
  z-index: 1;
  font-size: 24px;
  opacity: 0.5;
  width: fit-content;
  justify-self: flex-end;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.book-listing__control__next-btn:is(:hover, :focus) {
  opacity: 1;
}
.book-listing__list {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  grid-column: 2/12;
}
.book-listing__list-item {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.book-listing__list-item__image {
  grid-column: 1/5;
}
.book-listing__list-item__image img {
  width: 100%;
  filter: drop-shadow(0px 0px 10px #000000);
}
.book-listing__list-item__quotes {
  grid-column: 6/-1;
}
.book-listing__list-item__copy {
  font-family: Lora;
  font-size: 35px;
  padding-bottom: 40px;
}
.book-listing__list-item__copy p em {
  color: #C82540;
}
.book-listing__list-item__copy h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1250px) {
  .book-listing__texture {
    height: 500px;
    min-height: 500px;
    width: auto;
  }
  .book-listing__list-item {
    gap: 0;
  }
  .book-listing__list-item__copy {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .book-listing__texture {
    height: 800px;
    min-height: 800px;
  }
  .book-listing__list-item__image {
    grid-column: 1/-1;
    max-width: 100px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .book-listing__list-item__quotes {
    grid-column: 1/-1;
  }
  .book-listing__list-item__copy {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .book-listing.--about .container {
    padding-bottom: 0px;
  }
}

.testimonial .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px 20px;
  padding-block: 100px;
}
.testimonial__mark {
  grid-column: 1/-1;
  width: 50px;
  display: block;
  margin-inline: auto;
}
.testimonial__control__prev-btn {
  font-size: 24px;
  color: #FFFFFF;
  opacity: 0.5;
  width: fit-content;
  grid-column: 1;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.testimonial__control__prev-btn:is(:hover, :focus) {
  opacity: 1;
}
.testimonial__control__next-btn {
  font-size: 24px;
  color: #FFFFFF;
  opacity: 0.5;
  width: fit-content;
  justify-self: flex-end;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.testimonial__control__next-btn:is(:hover, :focus) {
  opacity: 1;
}
.testimonial__list {
  grid-column: 2/12;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.testimonial__list-item__copy {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .testimonial__list-item__copy {
    font-size: 14px;
    line-height: 24px;
  }
}
.testimonial__list-item__author {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .testimonial__list-item__author {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .container {
    padding-block: 100px 50px;
    gap: 30px 0;
  }
  .testimonial__control__prev-btn {
    margin-right: 20px;
  }
  .testimonial__control__next-btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .testimonial .container {
    padding-block: 70px 50px;
  }
}

.four-oh-four .container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.four-oh-four__title {
  font-family: AcuminProCond;
  font-size: 80px;
  line-height: 100px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .four-oh-four__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.four-oh-four__copy {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .four-oh-four__copy {
    font-size: 14px;
    line-height: 24px;
  }
}
.four-oh-four__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Lora;
  font-weight: 500;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: transparent;
  text-align: center;
  margin-top: 30px;
}
.four-oh-four__button:is(:hover, :focus) {
  color: #000000;
  background-color: #FFFFFF;
}

.books-banner .container {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.books-banner__title-1 {
  font-family: Lora;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 1250px) {
  .books-banner__title-1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .books-banner__title-1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.books-banner__title-1 h2 {
  font-weight: 400;
}
.books-banner__title-2 {
  font-family: AcuminProCond;
  font-size: 190px;
  line-height: 170px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #C82540;
  text-transform: uppercase;
}
@media screen and (max-width: 1550px) {
  .books-banner__title-2 {
    font-size: 150px;
    line-height: 130px;
  }
}
@media screen and (max-width: 1250px) {
  .books-banner__title-2 {
    font-size: 120px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .books-banner__title-2 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media screen and (max-width: 550px) {
  .books-banner__title-2 {
    font-size: 55px;
    line-height: 55px;
  }
}
.books-banner__image {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: -50px;
}
@media screen and (max-width: 1550px) {
  .books-banner .container {
    min-height: 600px;
  }
  .books-banner__image {
    right: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .books-banner .container {
    min-height: 550px;
  }
  .books-banner__image {
    right: -50px;
    top: 50%;
    bottom: unset;
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 1024px) {
  .books-banner .container {
    justify-content: flex-start;
    padding-top: 100px;
    min-height: unset;
  }
  .books-banner__title-1 {
    text-align: center;
  }
  .books-banner__title-2 {
    text-align: center;
  }
  .books-banner__image {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    width: 100%;
    max-width: 500px;
    position: relative;
    margin-top: 50px;
  }
}

.all-books-listing .container {
  padding-inline: 0;
  margin-top: 200px;
  margin-bottom: 350px;
  background-color: #FFFFFF;
}
.all-books-listing__top-texture {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 400px;
  width: auto;
  min-width: 100%;
  object-fit: cover;
}
.all-books-listing__bottom-texture {
  top: 100%;
  position: absolute;
  rotate: 180deg;
  left: 50%;
  transform: translateX(50%);
  height: 400px;
  width: auto;
  min-width: 100%;
  object-fit: cover;
}
.all-books-listing__list {
  padding-inline: 80px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.all-books-listing__list-item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}
.all-books-listing__list-item > img {
  grid-column: 1/4;
  width: 100%;
}
.all-books-listing__list-item__body {
  grid-column: 5/-1;
}
.all-books-listing__list-item__body > * {
  margin-bottom: 20px;
}
.all-books-listing__list-item__body > *:last-child {
  margin-bottom: 0;
}
.all-books-listing__list-item__body h1 {
  font-family: Lora;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}
@media screen and (max-width: 1250px) {
  .all-books-listing__list-item__body h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .all-books-listing__list-item__body h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.all-books-listing__list-item__body p {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .all-books-listing__list-item__body p {
    font-size: 14px;
    line-height: 24px;
  }
}
.all-books-listing__list-item__body a {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Lora;
  font-weight: 500;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 10px 20px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: center;
}
.all-books-listing__list-item__body a:is(:hover, :focus) {
  color: #000000;
  background-color: #FFFFFF;
}
.all-books-listing__list-item__body a:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #000000;
}
.all-books-listing__list-item:nth-child(even) > img {
  grid-column: 10/-1;
  order: 1;
}
.all-books-listing__list-item:nth-child(even) .all-books-listing__list-item__body {
  grid-column: 1/9;
}
@media screen and (max-width: 1024px) {
  .all-books-listing .container {
    margin-top: 100px;
    margin-bottom: 200px;
  }
  .all-books-listing__top-texture {
    height: 250px;
  }
  .all-books-listing__bottom-texture {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .all-books-listing .container {
    margin-top: 50px;
    margin-bottom: 150px;
  }
  .all-books-listing__top-texture {
    height: 150px;
  }
  .all-books-listing__bottom-texture {
    height: 150px;
  }
  .all-books-listing__list {
    padding-inline: 40px;
    gap: 50px;
  }
  .all-books-listing__list-item {
    gap: 50px 0;
  }
  .all-books-listing__list-item > img {
    grid-column: 1/-1;
    max-height: 400px;
    width: auto;
    margin-inline: auto;
  }
  .all-books-listing__list-item__body {
    grid-column: 1/-1;
  }
  .all-books-listing__list-item__body a {
    margin-inline: auto;
  }
  .all-books-listing__list-item:nth-child(even) > img {
    order: unset;
    grid-column: 1/-1;
  }
  .all-books-listing__list-item:nth-child(even) .all-books-listing__list-item__body {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 550px) {
  .all-books-listing__list-item > img {
    max-height: 300px;
  }
}

.about-banner .container {
  padding-inline: 0;
  padding-bottom: 150px;
  overflow-y: clip;
}
.about-banner .container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background-color: #FFFFFF;
  left: 0;
  bottom: 0px;
}
.about-banner__top-texture {
  position: relative;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 400px;
  width: auto;
  min-width: 100%;
  object-fit: cover;
  top: 10px;
  margin-top: -50px;
}
.about-banner__bottom-texture {
  top: 100%;
  position: absolute;
  rotate: 180deg;
  left: 50%;
  transform: translateX(50%);
  height: 400px;
  width: auto;
  min-width: 100%;
  object-fit: cover;
  opacity: 0;
}
.about-banner__content {
  padding-inline: 80px;
  background-color: #FFFFFF;
}
.about-banner__title-1 {
  font-family: Lora;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}
@media screen and (max-width: 1250px) {
  .about-banner__title-1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-banner__title-1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.about-banner__title-1 h2 {
  font-weight: 400;
}
.about-banner__title-2 {
  font-family: AcuminProCond;
  font-size: 190px;
  line-height: 170px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #C82540;
  text-transform: uppercase;
}
@media screen and (max-width: 1550px) {
  .about-banner__title-2 {
    font-size: 150px;
    line-height: 130px;
  }
}
@media screen and (max-width: 1250px) {
  .about-banner__title-2 {
    font-size: 120px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .about-banner__title-2 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media screen and (max-width: 550px) {
  .about-banner__title-2 {
    font-size: 55px;
    line-height: 55px;
  }
}
.about-banner__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Lora;
  font-weight: 500;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 10px 20px;
  color: #000000;
  background-color: transparent;
  text-align: center;
  margin-top: 30px;
}
.about-banner__button:is(:hover, :focus) {
  color: #000000;
  background-color: #FFFFFF;
}
.about-banner__button:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #000000;
}
.about-banner__image {
  position: absolute;
  width: 500px;
  right: 80px;
  top: 50%;
  transform: translateY(-30%);
  z-index: 2;
}
.about-banner__bottom-texture-true {
  height: 150px;
  width: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: -1px;
}
@media screen and (max-width: 1024px) {
  .about-banner__image {
    width: 400px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-banner__top-texture {
    height: 200px;
    margin-top: 0;
  }
  .about-banner__content {
    padding-inline: 40px;
  }
  .about-banner__image {
    width: 300px;
    transform: unset;
    top: unset;
    bottom: 0;
  }
  .about-banner__bottom-texture-true {
    height: 100px;
  }
}
@media screen and (max-width: 550px) {
  .about-banner__image {
    width: 220px;
  }
  .about-banner__bottom-texture-true {
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  .about-banner__content {
    padding-inline: 20px;
  }
  .about-banner__image {
    width: 160px;
  }
}

.rte .container {
  padding-block: 100px;
  max-width: 1200px;
  margin-inline: auto;
}
.rte__body {
  color: #FFFFFF;
}
.rte__body > * {
  margin-bottom: 30px;
}
.rte__body > *:last-child {
  margin-bottom: 0;
}
.rte__body p {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .rte__body p {
    font-size: 14px;
    line-height: 24px;
  }
}
.rte__body a {
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  color: #C82540;
  opacity: 0.5;
}
.rte__body a:is(:hover, :focus) {
  opacity: 1;
}
.rte__body ul, .rte__body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
}
.rte__body h1, .rte__body h2, .rte__body h3, .rte__body h4, .rte__body h5, .rte__body h6 {
  font-family: Lora;
  font-weight: 400;
}
.rte__body h1 {
  font-size: 50px;
  line-height: 50px;
}
.rte__body h2 {
  font-size: 46px;
  line-height: 46px;
}
.rte__body h3 {
  font-size: 42px;
  line-height: 42px;
}
.rte__body h4 {
  font-size: 38px;
  line-height: 38px;
}
.rte__body h5, .rte__body h6 {
  font-size: 34px;
  line-height: 34px;
}
.rte__body figure {
  margin: unset;
}
.rte__body img {
  width: 100%;
  height: 100%;
}
.rte__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.rte__body .align-center {
  text-align: center;
}
.rte__body .align-right {
  text-align: right;
}
.rte__body .align-justify {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .rte__body p {
    font-size: 14px;
    line-height: 24px;
  }
  .rte__body h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .rte__body h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .rte__body h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .rte__body h4 {
    font-size: 19px;
    line-height: 23px;
  }
  .rte__body h5, .rte__body h6 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .rte .container {
    padding-block: 50px 70px;
  }
}

.text-info .container {
  padding-block: 50px 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.text-info__left {
  color: #FFFFFF;
}
.text-info__left > * {
  margin-bottom: 30px;
}
.text-info__left > *:last-child {
  margin-bottom: 0;
}
.text-info__left p {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .text-info__left p {
    font-size: 14px;
    line-height: 24px;
  }
}
.text-info__left a {
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  color: #C82540;
  opacity: 0.5;
}
.text-info__left a:is(:hover, :focus) {
  opacity: 1;
}
.text-info__left ul, .text-info__left ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
}
.text-info__left h1, .text-info__left h2, .text-info__left h3, .text-info__left h4, .text-info__left h5, .text-info__left h6 {
  font-family: Lora;
  font-weight: 400;
}
.text-info__left h1 {
  font-size: 50px;
  line-height: 50px;
}
.text-info__left h2 {
  font-size: 46px;
  line-height: 46px;
}
.text-info__left h3 {
  font-size: 42px;
  line-height: 42px;
}
.text-info__left h4 {
  font-size: 38px;
  line-height: 38px;
}
.text-info__left h5, .text-info__left h6 {
  font-size: 34px;
  line-height: 34px;
}
.text-info__left figure {
  margin: unset;
}
.text-info__left img {
  width: 100%;
  height: 100%;
}
.text-info__left iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.text-info__left .align-center {
  text-align: center;
}
.text-info__left .align-right {
  text-align: right;
}
.text-info__left .align-justify {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .text-info__left p {
    font-size: 14px;
    line-height: 24px;
  }
  .text-info__left h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .text-info__left h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .text-info__left h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .text-info__left h4 {
    font-size: 19px;
    line-height: 23px;
  }
  .text-info__left h5, .text-info__left h6 {
    font-size: 18px;
    line-height: 22px;
  }
}
.text-info__right {
  position: relative;
}
.text-info__right img:first-of-type {
  width: 100%;
  object-fit: contain;
  max-width: 60%;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.text-info__right img:last-of-type {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .text-info .container {
    grid-template-columns: 1fr;
    gap: 120px 0;
    padding-block: 50px 100px;
  }
  .text-info__left {
    text-align: center;
  }
  .text-info__right img:first-of-type {
    max-width: 300px;
    width: 60%;
  }
  .text-info__right img:last-of-type {
    max-width: 500px;
  }
}

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