@charset "UTF-8";
.no-mobile {
  display: none;
}

@media (min-width: 800px) {
  .no-mobile {
    display: initial;
  }
}
.content-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

@font-face {
  font-family: La Belle Aurore;
  src: url(LaBelleAurore-Regular.ttf);
}
@font-face {
  font-family: Lato;
  @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
}
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Lato, sans-serif;
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 4px;
  color: #000;
}

h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 3.2px;
  color: #006D77;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 3.2px;
  color: #006D77;
}

p, li {
  color: #003049;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

a {
  text-decoration: underline;
  text-decoration-color: #E29578;
  text-decoration-thickness: 3px;
  color: #003049;
  font-size: 1.125rem;
  font-weight: 400;
}

a:hover {
  color: #c73d0a;
}

.cta-link {
  text-decoration: none;
  color: #c73d0a;
  padding-top: 1rem;
}

.cta-link:hover {
  color: #E29578;
}

body {
  margin: 0;
  padding: 2rem 1.5rem 2rem 1.5rem;
}

ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 1rem;
}

header {
  display: flex;
  flex-direction: row;
}
header .header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
header .menu {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
header a.logo-link {
  text-decoration: none;
  font-family: "La Belle Aurore";
  color: #003049;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: normal;
}
header a.logo-link:hover {
  color: #003049;
}
header a.menu-link {
  color: #003049;
  text-decoration: none;
  font-weight: 400;
}
header a.menu-link:hover {
  color: #003049;
}
header a.menu-link:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
header a.menu-link:hover:after {
  width: 100%;
  background: #E29578;
}

footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #006D77;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer .footer-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem auto 2rem auto;
}
footer .footer-links {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 60ch;
  gap: 1.5rem;
  column-gap: 1.5rem;
  flex-wrap: wrap;
}
footer p, footer a {
  color: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
footer a:hover {
  color: #CACACA !important;
}

.cta {
  display: inline-block;
  padding: 1rem 1rem !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #83C5BE;
  color: #003049;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .cta {
    font-size: 1rem;
  }
}

.secondary {
  display: inline-block;
  padding: 0.75rem 1rem !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 3px solid #83C5BE;
  background-color: #fff;
  color: #006D77;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .secondary {
    font-size: 1rem;
  }
}

.banner {
  background-color: #006D77;
  padding: 2rem 1.25rem;
}
.banner .hello,
.banner h1,
.banner h5,
.banner p {
  margin: 0;
  color: #003049;
  color: #fff;
  text-align: left;
}
.banner .hello .name {
  font-weight: 700;
}
.banner .row {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.banner h1 {
  font-weight: 700;
  font-size: 2.25rem;
}
.banner p {
  font-size: 20px;
}
.banner .cta {
  margin: 2rem auto 0;
}
.banner .hero-img {
  display: none;
}

.row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.col {
  flex-grow: 1;
  flex-direction: column;
  flex-basis: 100%;
}

.container {
  padding: 0 2rem;
}

.frame {
  background-color: #fff;
  padding: 2rem;
  text-align: left;
  border: 1px solid #003049;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.frame h2 {
  text-align: center;
  margin: 0;
  padding-bottom: 2rem;
  font-size: 2rem;
}
.frame p {
  margin: 0;
}

.cta-frame {
  overflow: hidden;
  position: relative;
}
.cta-frame .frame-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1.25rem;
  padding: 2rem;
  padding-top: 0.813rem;
}
.cta-frame .frame-content p {
  margin: 0;
}
.cta-frame .cta {
  position: absolute;
  bottom: -4rem;
  transition: bottom 0.3s ease-in-out;
  width: calc(100% - 2rem);
}

@media (min-width: 800px) {
  .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .book .col {
    flex-basis: 30%;
  }
  .container {
    max-width: 1150px;
    margin: 0 auto;
  }
  .cta-frame:hover .cta {
    bottom: 0;
  }
}
.about {
  display: flex;
  margin-bottom: 2rem;
  gap: 2rem;
  flex-wrap: nowrap;
}
.about .text {
  flex-basis: 33.5rem;
  flex-shrink: 0;
}
.about .img img {
  width: 100%;
}

.contact {
  background-color: #FFDDD2;
  padding: 1rem 0.5rem;
  margin: 1rem 0;
  text-align: center;
  margin-bottom: 4rem;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Lato, sans-serif;
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 4px;
  color: #000;
  line-height: 150%;
}

h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 3.2px;
  color: #006D77;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 3.2px;
  color: #006D77;
}

p {
  color: #003049;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

a {
  text-decoration: underline;
  text-decoration-color: #E29578;
  text-decoration-thickness: 3px;
  color: #003049;
  font-size: 1.125rem;
  font-weight: 400;
}

a:hover {
  color: #c73d0a;
}

.cta-link {
  text-decoration: none;
  color: #c73d0a;
  padding-top: 1rem;
}

.cta-link:hover {
  color: #E29578;
}

body {
  margin: 0;
}

.hero .introduction-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.hero .introduction-text h1 {
  font-weight: 400;
  letter-spacing: 0px;
  color: #003049;
  font-size: 1.125rem;
}
.hero .introduction-text p {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 4px;
  color: #000;
}

section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}
section .list-blog {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section .list-blog .date-blog {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: baseline;
}
section .list-blog .date-blog p {
  font-size: 0.9rem;
}
section .book-covers {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.newsletter {
  padding: 2rem;
  background-color: #FFDDD2;
  border-radius: 10px;
}
.newsletter .ml-form-formContent .horizontalForm {
  padding-bottom: 0 !important;
}
.newsletter .embedForm {
  max-width: 489px !important;
}
.newsletter .row-form {
  padding: 0 !important;
}
.newsletter .ml-block-form {
  height: 54px;
  overflow: hidden;
}
.newsletter .horizontal-fields {
  padding-right: 0 !important;
}
.newsletter #mlb2-28270917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  border-radius: 3px 0 0 3px !important;
  border-right: 0 !important;
  line-height: 32px !important;
}
.newsletter #mlb2-28270917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  padding: 16px 32px !important;
  border-radius: 0 3px 3px 0 !important;
  border-left: 0 !important;
}

.books {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto auto;
  gap: 0 1.5rem;
}
.books .book-1-img {
  grid-column: 1;
  grid-row: 1;
}
.books .book-1-header {
  grid-column: 1;
  grid-row: 2;
}
.books .book-1-cta {
  grid-column: 1;
  grid-row: 3;
}
.books .book-2-img {
  grid-column: 3;
  grid-row: 1;
}
.books .book-2-header {
  grid-column: 3;
  grid-row: 2;
}
.books .book-2-cta {
  grid-column: 3;
  grid-row: 3;
}
.books h2 {
  margin-top: 0;
}
.books .read-more {
  margin-left: 2rem;
  font-weight: 400;
  color: #003049;
  text-decoration: underline;
  text-decoration-color: #E29578;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}
.books .read-more::after {
  content: "  ->";
}