@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: lexendGiga;
  src: url(../fonts/lexendGiga.woff2);
}
body,
html {
  font-size: 100%;
  color: #1a1a1a;
  font-family: "DM Sans", sans-serif;
}
h1 {
  font-family: lexendGiga, sans-serif;
  font-weight: 400;
  font-size: 50px;
  font-size: 3vw;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 2000px) {
  h1 {
    font-size: 60px;
  }
}
h2 {
  font-family: lexendGiga, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 40px;
  font-size: 3.5vw;
}
@media (max-width: 800px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 1371.42857px) {
  h2 {
    font-size: 48px;
  }
}
h3 {
  font-family: lexendGiga, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 26px;
  font-size: 2.6vw;
}
@media (max-width: 923.07692px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 1076.92308px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-family: lexendGiga, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 22px;
  font-size: 2vw;
}
@media (max-width: 1000px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}
h5 {
  font-family: lexendGiga, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 19px;
  font-size: 1.8vw;
}
@media (max-width: 1000px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 1111.11111px) {
  h5 {
    font-size: 20px;
  }
}
h5 + h5 {
  padding-top: 40px;
}
h6 {
  font-family: lexendGiga, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
}
p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.66;
  font-size: 19px;
  font-size: 1.8vw;
}
@media (max-width: 1000px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 1055.55556px) {
  p {
    font-size: 19px;
  }
}
p + p {
  padding-top: 30px;
}
blockquote {
  padding: 15px 0;
  width: 90%;
  margin: auto;
  color: #6b635b;
}
body,
html {
  background-color: #ffebd2;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.container {
  width: 1150px;
  max-width: calc(100vw - 200px);
  margin: auto;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 767.98px) {
  .container {
    max-width: calc(100vw - 50px);
  }
}
.container.wide {
  max-width: calc(100vw - 100px);
}
@media (max-width: 767.98px) {
  .container.wide {
    max-width: calc(100vw - 50px);
  }
}
.container.small {
  width: 950px;
  max-width: calc(100vw - 200px);
}
@media (max-width: 767.98px) {
  .container.small {
    max-width: calc(100vw - 50px);
  }
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  border-bottom: 3px solid #ca9000;
  transition: 0.2s all ease-in-out;
}
a.block-link {
  font-size: 16px;
  line-height: 1.25;
  color: #6b635b;
  font-family: lexendGiga, sans-serif;
  position: relative;
  display: inline-block;
  padding-right: 35px;
  border-bottom: 0;
}
a.block-link:after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #ca9000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-left: 10px;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
@media (hover: hover) {
  #content a:hover {
    opacity: 0.75;
  }
}
#content ul {
  margin-left: 20px;
  padding: 10px 0;
}
#content ul li {
  list-style: none;
  background-image: url(../images/li-bullet.svg);
  background-position: left 16px;
  background-repeat: no-repeat;
  padding: 8px 0 8px 20px;
  font-size: 18px;
  line-height: 1.66;
}
#content ol {
  margin-left: 35px;
}
#content ol li {
  padding-left: 10px;
  list-style: decimal;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.66;
  font-size: 18px;
}
#content button {
  cursor: pointer;
}
#content button.pill {
  min-width: 190px;
  min-height: 40px;
  border-radius: 33px;
  background-color: #ca9000;
  color: #ffebd2;
  font-family: lexendGiga, sans-serif;
  font-size: 14px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.future-product__header {
  color: #284161;
  padding-bottom: 25px;
}
.site-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100vw - 100px);
  height: 90px;
  padding: 0 45px 0 55px;
  transition: 0.2s all ease-in-out;
  z-index: 999;
  position: fixed;
}
.site-header.scrolled {
  background-color: #ffebd2;
}
@media (max-width: 991.98px) {
  .site-header {
    padding: 0 25px 0 35px;
    width: calc(100vw - 60px);
  }
}
@media (max-width: 575.98px) {
  .site-header {
    padding: 0 15px;
    width: calc(100vw - 30px);
  }
}
.site-header a {
  border-bottom: 0;
}
.site-header-logo {
  z-index: 2;
  width: 318px;
}
@media (max-width: 575.98px) {
  .site-header-logo {
    width: 220px;
  }
}
.site-header-logo svg {
  width: 100%;
}
.site-header-menu-toggle {
  cursor: pointer;
  display: block;
  position: relative;
  width: 35px;
  height: 15px;
  z-index: 2;
}
@media (min-width: 1199.98px) {
  .site-header-menu-toggle {
    display: none;
  }
}
.site-header-menu-toggle .line {
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #284161;
  transform-origin: center center;
  transition: 0.3s all ease-in-out;
}
.site-header-menu-toggle .line:first-of-type {
  top: 0;
  left: 0;
}
.site-header-menu-toggle .line:last-of-type {
  bottom: 0;
  left: 0;
}
.site-header-menu-toggle .line.active {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.site-header-menu-toggle .line.active:first-of-type {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.site-header-menu-toggle .line.active:last-of-type {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
@media (min-width: 1199.98px) {
  .site-header-menu {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .site-header-menu {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .site-header-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background-color: #f4b541;
    overflow: scroll;
    z-index: 1;
  }
}
@media (max-width: 1199.98px) {
  .site-header-menu .menu-main-menu-container {
    padding: 120px 0;
  }
}
.site-header-menu .menu-main-menu-container .menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .site-header-menu .menu-main-menu-container .menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.site-header-menu .menu-main-menu-container .menu > li {
  margin-left: 40px;
}
@media (max-width: 1199.98px) {
  .site-header-menu .menu-main-menu-container .menu > li {
    margin: auto 25px 25px 25px;
  }
}
.site-header-menu .menu-main-menu-container .menu > li:last-child {
  border: 1px solid #284161;
  padding: 8px 15px;
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .site-header-menu .menu-main-menu-container .menu > li:last-child {
    padding: 15px 25px;
    border-radius: 35px;
  }
}
.site-header-menu .menu-main-menu-container .menu > li.has-children {
  cursor: pointer;
}
.site-header-menu .menu-main-menu-container .menu > li.has-children:after {
  content: "";
  padding-left: 5px;
  background: url(../images/nav-arrow-blue.svg);
  background-position: right center;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .site-header-menu .menu-main-menu-container .menu > li.has-children:after {
    background: 0 0;
  }
}
.site-header-menu .menu-main-menu-container .menu > li.has-children > a {
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .site-header-menu .menu-main-menu-container .menu > li.has-children > a {
    color: #6b635b;
    font-family: "DM Sans", sans-serif;
    transition: 0.2s all ease-in-out;
    font-size: 16px;
  }
}
.site-header-menu
  .menu-main-menu-container
  .menu
  > li.has-children:hover
  .sub-menu {
  display: block;
}
.site-header-menu
  .menu-main-menu-container
  .menu
  > li.has-children:hover
  .sub-menu
  a:hover {
  color: #f4b541;
}
.site-header-menu .menu-main-menu-container .menu > li a {
  color: #284161;
  font-family: lexendGiga, sans-serif;
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  .site-header-menu .menu-main-menu-container .menu > li a {
    font-size: 20px;
  }
}
.site-header-menu .menu-main-menu-container .menu > li .sub-menu {
  display: none;
  position: absolute;
  background-color: #284161;
  padding: 20px;
  border-top-left-radius: 25px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 1199.98px) {
  .site-header-menu .menu-main-menu-container .menu > li .sub-menu {
    display: block;
    position: relative;
    padding: 0;
    background-color: transparent;
  }
}
.site-header-menu .menu-main-menu-container .menu > li .sub-menu li {
  padding: 10px 0;
}
.site-header-menu .menu-main-menu-container .menu > li .sub-menu li a {
  color: #ffebd2;
  font-family: "DM Sans", sans-serif;
  transition: 0.2s all ease-in-out;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .site-header-menu .menu-main-menu-container .menu > li .sub-menu li a {
    color: #284161;
    font-family: lexendGiga, sans-serif;
    font-size: 20px;
  }
  .site-header-menu .menu-main-menu-container .menu > li .sub-menu li a:hover {
    opacity: 0.75;
    color: #284161 !important;
  }
}
.scroll-arrow {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 998;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.2s opacity ease-in-out;
  background-color: #ffebd2;
  padding: 10px 20px;
  border-radius: 20px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.scroll-arrow.scrolled {
  opacity: 0;
}
.scroll-arrow__label {
  padding-left: 15px;
  color: #284161;
  font-weight: 700;
  font-size: 20px;
}
.scroll-arrow img {
  transform: rotate(-90deg);
  transform-origin: center center;
  width: 13px;
}
.transition-curtain {
  background-color: #f4b541;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.site-footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) {
  .site-footer-inner {
    margin-top: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-footer-inner {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-footer-inner {
    margin-top: 75px;
  }
}
@media (max-width: 767.98px) {
  .site-footer-inner {
    margin-top: 75px;
  }
}
.site-footer-inner a {
  border-bottom: 0;
}
.site-footer-inner .back-to-top-link {
  width: 170px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .site-footer-inner .back-to-top-link {
    display: none;
  }
}
.site-footer-inner .back-to-top-link__text {
  transform: rotate(-90deg);
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@supports (-webkit-text-stroke: 1px #6b635b) {
  .site-footer-inner .back-to-top-link__text {
    -webkit-text-stroke: 1px #6b635b;
    -webkit-text-fill-color: transparent;
  }
}
@supports not (-webkit-text-stroke: 1px #6b635b) {
  .site-footer-inner .back-to-top-link__text {
    -webkit-text-fill-color: #6b635b;
  }
}
.site-footer-inner .footer-nav {
  background-color: #f3e0c7;
  flex: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 4em;
  border-bottom-left-radius: 4em;
}
@media (max-width: 991.98px) {
  .site-footer-inner .footer-nav {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.site-footer-inner .footer-nav-inner {
  padding: 50px 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .site-footer-inner .footer-nav-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 50px;
  }
}
.site-footer-inner .footer-nav-inner .logo {
  width: 175px;
}
@media (max-width: 991.98px) {
  .site-footer-inner .footer-nav-inner .logo {
    margin-bottom: 50px;
  }
}
.site-footer-inner .footer-nav-inner .menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
  flex-wrap: wrap;
  flex: 1;
}
.site-footer-inner
  .footer-nav-inner
  .menu-wrapper
  .menu-footer-menu-container
  .menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .site-footer-inner
    .footer-nav-inner
    .menu-wrapper
    .menu-footer-menu-container
    .menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.site-footer-inner
  .footer-nav-inner
  .menu-wrapper
  .menu-footer-menu-container
  .menu
  li:last-of-type {
  margin-bottom: 0 !important;
}
.site-footer-inner
  .footer-nav-inner
  .menu-wrapper
  .menu-footer-menu-container
  .menu
  > li:not(.has-children) {
  width: calc(20% - 25px);
}
@media (max-width: 1199.98px) {
  .site-footer-inner
    .footer-nav-inner
    .menu-wrapper
    .menu-footer-menu-container
    .menu
    > li:not(.has-children) {
    margin-bottom: 50px;
    width: 100%;
  }
}
.site-footer-inner
  .footer-nav-inner
  .menu-wrapper
  .menu-footer-menu-container
  .menu
  > li:not(.has-children)
  a {
  font-family: lexendGiga, sans-serif;
  font-size: 20px;
  color: #284161;
}
.site-footer-inner
  .footer-nav-inner
  .menu-wrapper
  .menu-footer-menu-container
  .menu
  > li.has-children {
  font-family: "DM Sans", sans-serif;
  color: #6b635b;
  width: calc(30% - 25px);
}
@media (max-width: 1199.98px) {
  .site-footer-inner
    .footer-nav-inner
    .menu-wrapper
    .menu-footer-menu-container
    .menu
    > li.has-children {
    margin-bottom: 50px;
    width: 100%;
  }
}
.site-footer-inner
  .footer-nav-inner
  .menu-wrapper
  .menu-footer-menu-container
  .menu
  > li.has-children
  > a {
  font-family: "DM Sans", sans-serif;
  color: #6b635b;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.site-footer-inner
  .footer-nav-inner
  .menu-wrapper
  .menu-footer-menu-container
  .menu
  > li.has-children
  > a:after {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #6b635b;
  margin-left: 10px;
  display: inline-block;
}
.site-footer-inner
  .footer-nav-inner
  .menu-wrapper
  .menu-footer-menu-container
  .menu
  > li.has-children
  .sub-menu
  li {
  padding-bottom: 20px;
}
.site-footer-inner
  .footer-nav-inner
  .menu-wrapper
  .menu-footer-menu-container
  .menu
  > li.has-children
  .sub-menu
  li
  a {
  font-family: lexendGiga, sans-serif;
  font-size: 20px;
  color: #284161;
}
.legal-text {
  width: calc(100% - 50px);
  margin: auto;
  text-align: center;
  padding: 25px 0;
}
.legal-text p {
  font-size: 14px;
  color: #6b635b;
  line-height: 1.2;
}
.legal-text p + p {
  padding-top: 10px;
}
.section-intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) {
  .section-intro {
    padding-bottom: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-intro {
    padding-bottom: 175px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-intro {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .section-intro {
    padding-bottom: 75px;
  }
}
@media (max-width: 991.98px) {
  .section-intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.section-intro .headline {
  width: calc(55% - 55px);
  height: 75vh;
  min-height: 500px;
  max-height: 700px;
  margin-right: 55px;
  position: relative;
}
@media (max-width: 991.98px) {
  .section-intro .headline {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .section-intro .headline {
    height: 55vh;
    min-height: 450px;
  }
}
.section-intro .headline-text {
  color: #284161;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.section-intro .headline-text:before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #ca9000;
  position: absolute;
  top: -20px;
  left: 0;
}
.section-intro .headline-text .normal-text,
.section-intro .headline-text .stroke-text {
  display: inline-block;
}
@supports (-webkit-text-stroke: 2px #284161) {
  .section-intro .headline-text .stroke-text {
    -webkit-text-stroke: 2px #284161;
    -webkit-text-fill-color: transparent;
  }
}
@supports not (-webkit-text-stroke: 2px #284161) {
  .section-intro .headline-text .stroke-text {
    -webkit-text-fill-color: #284161;
  }
}
.section-intro .headline-shapes {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section-intro .headline-shapes {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.section-intro .headline-shapes__shape {
  width: 25vw;
  min-width: 195px;
  max-width: 250px;
  height: 94%;
  max-height: 900px;
  border-top-right-radius: 5px;
  border-top-left-radius: 6em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 6em;
}
@media (max-width: 1199.98px) {
  .section-intro .headline-shapes__shape {
    width: 20vw;
  }
}
@media (max-width: 767.98px) {
  .section-intro .headline-shapes__shape {
    height: 90%;
  }
}
.section-intro .headline-shapes__shape.foreground {
  background-color: #f4b541;
  position: absolute;
  top: 0;
  right: 67px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .section-intro .headline-shapes__shape.foreground {
    right: auto;
    left: calc(50% - 33px);
    transform: translateX(-50%);
  }
}
.section-intro .headline-shapes__shape.background {
  background-color: #f3e0c7;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section-intro .headline-shapes__shape.background {
    right: auto;
    left: calc(50% + 33px);
    transform: translateX(-50%);
  }
}
.section-intro .paragraph {
  width: 45%;
}
@media (max-width: 991.98px) {
  .section-intro .paragraph {
    width: 100%;
  }
}
.section-intro .paragraph__text {
  padding-bottom: 25px;
}
.page-header {
  height: 80vh;
  min-height: 500px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.2s all ease-in-out;
}
@media (min-width: 1200px) {
  .page-header {
    margin-bottom: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-header {
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-header {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .page-header {
    margin-bottom: 75px;
  }
}
@media (max-width: 1199.98px) and (orientation: portrait) {
  .page-header {
    height: 50vh;
  }
}
@media (max-width: 767.98px) {
  .page-header {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.page-header .left-section {
  width: 50%;
  height: 100%;
  border-top-right-radius: 6em;
  border-bottom-left-radius: 6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 1199.98px) and (orientation: portrait) {
  .page-header .left-section {
    width: 65%;
  }
}
@media (max-width: 767.98px) {
  .page-header .left-section {
    border-top-right-radius: 4em;
    border-bottom-left-radius: 0;
    padding-top: calc(90px + 35px);
    padding-bottom: 35px;
    width: 100%;
  }
}
.page-header .left-section-text {
  width: 900px;
  max-width: 85%;
  margin: auto;
}
@media (max-width: 767.98px) {
  .page-header .left-section-text {
    width: 100%;
  }
}
.page-header .left-section-text .page-title {
  padding-bottom: 50px;
  word-break: break-word;
}
@media (max-width: 767.98px) {
  .page-header .left-section-text .page-title {
    padding-bottom: 35px;
  }
}
.page-header .left-section-text .intro-text {
  width: 325px;
  max-width: 80%;
  float: right;
}
@media (max-width: 767.98px) {
  .page-header .left-section-text .intro-text {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
.page-header .left-section-text.yellow-theme .page-title {
  color: #ffebd2;
}
.page-header .left-section-text.yellow-theme .intro-text {
  color: #ca9000;
}
.page-header .left-section-text.blue-theme .page-title,
.page-header .left-section-text.orange-theme .page-title {
  color: #ffebd2;
}
.page-header .left-section-text.blue-theme .intro-text,
.page-header .left-section-text.orange-theme .intro-text {
  color: #f4b541;
}
.page-header .right-section {
  width: 50%;
  height: 100%;
  position: relative;
  border-top-left-radius: 6em;
  border-bottom-right-radius: 6em;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 1199.98px) and (orientation: portrait) {
  .page-header .right-section {
    width: 35%;
  }
}
@media (max-width: 767.98px) {
  .page-header .right-section {
    display: none;
  }
}
.page-header .right-section .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: hard-light;
}
.page-header .right-section .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-header .right-section .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 100px);
  background-color: rgba(244, 181, 65, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  padding: 15px 50px;
  min-height: 50px;
  border-top-left-radius: 4em;
  z-index: 3;
}
.paragraph-shape-content {
  background-color: #f3e0c7;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  border-top-left-radius: 6em;
  border-bottom-right-radius: 6em;
}
@media (min-width: 1200px) {
  .paragraph-shape-content {
    padding: 110px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .paragraph-shape-content {
    padding: 110px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .paragraph-shape-content {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .paragraph-shape-content {
    padding: 75px 0;
  }
}
@media (max-width: 575.98px) {
  .paragraph-shape-content {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
.paragraph-shape-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 85%;
  max-width: calc(100% - 50px);
}
@media (max-width: 991.98px) {
  .paragraph-shape-content-wrapper {
    width: 100%;
    margin: auto;
  }
}
.paragraph-shape-content-wrapper .text {
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: #1a1a1a;
}
.paragraph-shape-content-wrapper .text__headline {
  color: #284161;
  padding-bottom: 20px;
}
.paragraph-shape-content-wrapper .shapes {
  position: relative;
  z-index: 1;
  padding-left: 170px;
}
@media (max-width: 991.98px) {
  .paragraph-shape-content-wrapper .shapes {
    display: none;
  }
}
.paragraph-shape-content-wrapper .shapes-square {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 110px;
}
.paragraph-shape-content-wrapper .shapes-half-circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq-viewer {
  background-color: #f3e0c7;
  border-top-left-radius: 6em;
  border-bottom-right-radius: 6em;
}
@media (min-width: 1200px) {
  .faq-viewer {
    padding: 110px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .faq-viewer {
    padding: 110px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-viewer {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .faq-viewer {
    padding: 50px 0;
  }
}
@media (max-width: 575.98px) {
  .faq-viewer {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
@media (min-width: 1200px) {
  .faq-viewer-intro {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .faq-viewer-intro {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-viewer-intro {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .faq-viewer-intro {
    padding-bottom: 50px;
  }
}
.faq-viewer-intro__headline {
  color: #284161;
  padding-bottom: 15px;
}
.faq-viewer-search-toggle {
  padding-bottom: 50px;
}
.faq-viewer .faq {
  background: #ffebd2;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 15px 25px;
}
@media (max-width: 575.98px) {
  .faq-viewer .faq {
    padding: 15px;
  }
}
.faq-viewer .faq-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .faq-viewer .faq-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@supports (-webkit-text-stroke: 2px #f4b541) {
  .faq-viewer .faq-header__index {
    -webkit-text-stroke: 2px #f4b541;
    -webkit-text-fill-color: transparent;
  }
}
@supports not (-webkit-text-stroke: 2px #f4b541) {
  .faq-viewer .faq-header__index {
    -webkit-text-fill-color: #f4b541;
  }
}
.faq-viewer .faq-header__question {
  padding: 0 50px 0 35px;
  flex: 1;
  color: #284161;
}
@media (max-width: 991.98px) {
  .faq-viewer .faq-header__question {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .faq-viewer .faq-header__question {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 575.98px) {
  .faq-viewer .faq-header__question {
    padding: 0 0 15px 0;
  }
}
.faq-viewer .faq-header__toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .faq-viewer .faq-header__toggle:after {
    content: "Tap to expand";
    color: #6b635b;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 15px;
  }
}
.faq-viewer .faq-header__toggle img {
  transition: 0.3s all cubic-bezier(0.87, 0, 0.13, 1);
}
@media (max-width: 767.98px) {
  .faq-viewer .faq-header__toggle.active:after {
    content: "Tap to close";
  }
}
.faq-viewer .faq-header__toggle.active img {
  transform: rotate(180deg);
}
.faq-viewer .faq-answer {
  padding-top: 25px;
  display: none;
}
.faq-viewer .faq-answer ol,
.faq-viewer .faq-answer ul {
  padding: 15px 0;
  width: 90%;
}
.faq-viewer .faq-answer li {
  padding-bottom: 10px;
}
.interpretation-viewer {
  background-color: #f3e0c7;
  border-top-left-radius: 6em;
  border-bottom-right-radius: 6em;
}
@media (min-width: 1200px) {
  .interpretation-viewer {
    padding: 110px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .interpretation-viewer {
    padding: 110px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .interpretation-viewer {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .interpretation-viewer {
    padding: 75px 0;
  }
}
@media (max-width: 575.98px) {
  .interpretation-viewer {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
.interpretation-viewer-intro__headline {
  color: #284161;
}
@media (min-width: 1200px) {
  .interpretation-viewer-intro__headline {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .interpretation-viewer-intro__headline {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .interpretation-viewer-intro__headline {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .interpretation-viewer-intro__headline {
    padding-bottom: 50px;
  }
}
.interpretation-viewer-intro-view-kinds {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) {
  .interpretation-viewer-intro-view-kinds {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .interpretation-viewer-intro-view-kinds {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .interpretation-viewer-intro-view-kinds {
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .interpretation-viewer-intro-view-kinds {
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .interpretation-viewer-intro-view-kinds {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.interpretation-viewer-intro-view-kinds .view {
  width: calc(50% - 50px);
}
@media (max-width: 767.98px) {
  .interpretation-viewer-intro-view-kinds .view {
    width: 100%;
    padding-bottom: 35px;
  }
}
.interpretation-viewer-intro-view-kinds .view__headline {
  color: #d65930;
  margin-bottom: 20px;
  position: relative;
  margin-left: 35px;
}
.interpretation-viewer-intro-view-kinds .view__headline:before {
  content: "";
  background: url(../images/li-oval.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}
.interpretation-viewer-intro-view-kinds .view__subheadline {
  padding-left: 35px;
}
.interpretation-viewer-intro-note {
  color: #6b635b;
}
@media (min-width: 1200px) {
  .interpretation-viewer-intro-note {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .interpretation-viewer-intro-note {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .interpretation-viewer-intro-note {
    padding-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .interpretation-viewer-intro-note {
    padding-bottom: 35px;
  }
}
.interpretation-viewer-intro-note span {
  font-family: lexendGiga, sans-serif;
  color: #d65930;
  text-transform: uppercase;
}
.interpretation-viewer-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.interpretation-viewer-controls-search input {
  height: 40px;
  width: calc(305px - 20px);
  padding: 0 10px;
  background: #ffebd2;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: #284161;
  border: 0;
}
.interpretation-viewer-controls-toggle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.interpretation-viewer-controls-toggle .views {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.interpretation-viewer-controls-toggle .views__list-view {
  height: 36px;
  line-height: 40px;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  color: #6b635b;
  margin-right: 20px;
  padding: 0 10px;
  opacity: 0.5;
  background: #ffebd2;
  border: 2px solid #ffebd2;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}
.interpretation-viewer-controls-toggle .views__list-view.active {
  color: #284161;
  border: 2px solid #d65930;
  opacity: 1;
}
.interpretation-viewer-controls-toggle .views__index-view {
  height: 36px;
  line-height: 40px;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  color: #6b635b;
  margin: 0 20px;
  padding: 0 10px;
  opacity: 0.5;
  background: #ffebd2;
  border: 2px solid #ffebd2;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}
.interpretation-viewer-controls-toggle .views__index-view.active {
  color: #284161;
  border: 2px solid #d65930;
  opacity: 1;
}
.index-card {
  background: #ffebd2;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .index-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 15px;
  }
}
.index-card-index {
  font-family: lexendGiga, sans-serif;
  width: 75px;
  font-size: 50px;
  font-size: 5.5vw;
}
@media (max-width: 727.27273px) {
  .index-card-index {
    font-size: 40px;
  }
}
@media (min-width: 1090.90909px) {
  .index-card-index {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .index-card-index {
    padding-bottom: 15px;
  }
}
@supports (-webkit-text-stroke: 2px #f4b541) {
  .index-card-index {
    -webkit-text-stroke: 2px #f4b541;
    -webkit-text-fill-color: transparent;
  }
}
@supports not (-webkit-text-stroke: 2px #f4b541) {
  .index-card-index {
    -webkit-text-fill-color: #f4b541;
  }
}
.index-card .subject-matter-wrapper {
  flex: 1;
  width: 100%;
}
.index-card .subject-matter-wrapper .subject-matter {
  background: #ffebd2;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px 25px;
  flex: 1;
}
@media (max-width: 767.98px) {
  .index-card .subject-matter-wrapper .subject-matter {
    padding: 15px;
  }
}
.index-card .subject-matter-wrapper .subject-matter__subject-label {
  color: #284161;
  padding-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 22px;
  font-size: 2vw;
}
@media (max-width: 1000px) {
  .index-card .subject-matter-wrapper .subject-matter__subject-label {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .index-card .subject-matter-wrapper .subject-matter__subject-label {
    font-size: 24px;
  }
}
.index-card .subject-matter-wrapper .subject-matter-interpretation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}
.index-card .subject-matter-wrapper .subject-matter-interpretation p {
  line-height: 1.2;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .index-card .subject-matter-wrapper .subject-matter-interpretation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 25px;
  }
  .index-card
    .subject-matter-wrapper
    .subject-matter-interpretation:last-of-type {
    padding-bottom: 0;
  }
}
.index-card .subject-matter-wrapper .subject-matter-interpretation-object {
  border-bottom: 3px solid #f4b541;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .index-card .subject-matter-wrapper .subject-matter-interpretation-object {
    padding-top: 10px;
  }
}
.card {
  background: #ffebd2;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px 25px;
}
.card-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .card-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.card-header__index {
  min-width: 160px;
  font-size: 32px;
  font-size: 3.3vw;
}
@media (max-width: 909.09091px) {
  .card-header__index {
    font-size: 30px;
  }
}
@media (min-width: 1090.90909px) {
  .card-header__index {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .card-header__index {
    min-width: 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .card-header__index {
    padding-bottom: 15px;
  }
}
@supports (-webkit-text-stroke: 2px #f4b541) {
  .card-header__index {
    -webkit-text-stroke: 2px #f4b541;
    -webkit-text-fill-color: transparent;
  }
}
@supports not (-webkit-text-stroke: 2px #f4b541) {
  .card-header__index {
    -webkit-text-fill-color: #f4b541;
  }
}
.card-header__question {
  padding: 0 50px 0 25px;
  flex: 1;
  color: #284161;
}
@media (max-width: 991.98px) {
  .card-header__question {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .card-header__question {
    padding: 0 0 15px 0;
  }
}
.card-header__toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .card-header__toggle:after {
    content: "Tap to expand";
    color: #6b635b;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 15px;
  }
}
.card-header__toggle img {
  transition: 0.3s all cubic-bezier(0.87, 0, 0.13, 1);
}
@media (max-width: 767.98px) {
  .card-header__toggle.active:after {
    content: "Tap to close";
  }
}
.card-header__toggle.active img {
  transform: rotate(180deg);
}
.card-note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .card-note {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.card-note__label {
  min-width: 160px;
  color: #d65930;
  text-transform: uppercase;
}
.card-note__note {
  color: #6b635b;
  padding: 0 50px 0 25px;
}
@media (max-width: 991.98px) {
  .card-note__note {
    padding: 0;
  }
}
.card-question {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .card-question {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.card-question__label {
  min-width: 160px;
  color: #6b635b;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .card-question__label {
    padding-bottom: 10px;
  }
}
.card-question__question {
  padding: 0 50px 0 25px;
}
@media (max-width: 991.98px) {
  .card-question__question {
    padding: 0;
  }
}
.card-question__question ol,
.card-question__question ul {
  padding: 15px 0;
  width: 90%;
}
.card-question__question li {
  padding-bottom: 10px;
}
.card-answer {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  display: none;
}
@media (max-width: 991.98px) {
  .card-answer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    display: none;
  }
}
.card-answer__label {
  min-width: 160px;
  color: #6b635b;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .card-answer__label {
    padding-bottom: 10px;
  }
}
.card-answer__answer {
  padding: 0 50px 0 25px;
}
@media (max-width: 991.98px) {
  .card-answer__answer {
    padding: 0;
  }
}
.card-answer__answer ol,
.card-answer__answer ul {
  padding: 15px 0;
  width: 90%;
}
.card-answer__answer li {
  padding-bottom: 10px;
}
.list-view {
  display: block;
}
.index-view {
  display: none;
}
.index-viewer-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(244, 181, 65, 0.8);
  z-index: 999;
}
.index-viewer-modal .index-viewer-modal-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-height: 85%;
}
.index-viewer-modal .index-viewer-modal-wrapper .index-viewer-modal-card {
  background: #ffebd2;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px 25px;
  height: 80%;
  overflow: auto;
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-header__index {
  min-width: 160px;
  font-size: 32px;
  font-size: 3.3vw;
}
@media (max-width: 909.09091px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-header__index {
    font-size: 30px;
  }
}
@media (min-width: 1090.90909px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-header__index {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-header__index {
    min-width: 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-header__index {
    padding-bottom: 15px;
  }
}
@supports (-webkit-text-stroke: 2px #f4b541) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-header__index {
    -webkit-text-stroke: 2px #f4b541;
    -webkit-text-fill-color: transparent;
  }
}
@supports not (-webkit-text-stroke: 2px #f4b541) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-header__index {
    -webkit-text-fill-color: #f4b541;
  }
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-header__question {
  padding: 0 50px 0 25px;
  flex: 1;
  color: #284161;
}
@media (max-width: 991.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-header__question {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-header__question {
    padding: 0;
  }
}
.index-viewer-modal .index-viewer-modal-wrapper .index-viewer-modal-card-note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-note__label {
  min-width: 160px;
  color: #d65930;
  text-transform: uppercase;
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-note__note {
  color: #6b635b;
  padding: 0 50px 0 25px;
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-question {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-question {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-question__label {
  min-width: 160px;
  color: #6b635b;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-question__label {
    min-width: 0;
    padding-bottom: 10px;
  }
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-question__question {
  padding: 0 50px 0 25px;
}
@media (max-width: 991.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-question__question {
    padding: 0;
  }
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-question__question
  ol,
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-question__question
  ul {
  padding: 15px 0;
  width: 90%;
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-question__question
  li {
  padding-bottom: 10px;
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-answer {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-answer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-answer__label {
  min-width: 160px;
  color: #6b635b;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-answer__label {
    min-width: 0;
    padding-bottom: 10px;
  }
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-answer__answer {
  padding: 0 50px 0 25px;
}
@media (max-width: 991.98px) {
  .index-viewer-modal
    .index-viewer-modal-wrapper
    .index-viewer-modal-card-answer__answer {
    padding: 0;
  }
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-answer__answer
  ol,
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-answer__answer
  ul {
  padding: 15px 0;
  width: 90%;
}
.index-viewer-modal
  .index-viewer-modal-wrapper
  .index-viewer-modal-card-answer__answer
  li {
  padding-bottom: 10px;
}
.index-viewer-modal .index-viewer-modal-wrapper .modal-close {
  flex: 1;
}
.index-viewer-modal .index-viewer-modal-wrapper .modal-close-icon {
  width: 70px;
  height: 70px;
  background: #ffebd2;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.interpretations-target .alphabet-scroller {
  position: absolute;
  right: 100px;
  display: none;
}
.interpretations-target .alphabet-scroller.active {
  display: none;
}
.interpretations-target .alphabet-scroller p {
  text-transform: uppercase;
  color: #d65930;
}
.oval-intro-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 950px;
  max-width: calc(100vw - 50px);
  margin: auto;
}
@media (min-width: 1200px) {
  .oval-intro-section {
    padding-bottom: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .oval-intro-section {
    padding-bottom: 175px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .oval-intro-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .oval-intro-section {
    padding-bottom: 75px;
  }
}
@media (max-width: 991.98px) {
  .oval-intro-section {
    width: calc(100vw - 50px);
  }
}
@media (max-width: 767.98px) {
  .oval-intro-section {
    padding-top: 50px;
  }
}
.oval-intro-section-shape {
  min-height: 510px;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .oval-intro-section-shape {
    display: none;
  }
}
.oval-intro-section-text {
  position: relative;
  width: 65%;
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .oval-intro-section-text {
    width: 100%;
    margin-left: 0;
  }
}
.oval-intro-section-text:before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #ca9000;
  position: absolute;
  top: -20px;
  left: 0;
}
.oval-intro-section-text__headline {
  color: #284161;
  padding-bottom: 25px;
}
.oval-intro-section-text__paragraph {
  padding-bottom: 25px;
}
.small-page-title {
  color: #284161;
}
@media (min-width: 1200px) {
  .small-page-title {
    padding-top: calc(75px + 90px);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .small-page-title {
    padding-top: calc(75px + 90px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .small-page-title {
    padding-top: calc(75px + 90px);
  }
}
@media (max-width: 767.98px) {
  .small-page-title {
    padding-top: calc(20px + 90px);
  }
}
@media (min-width: 1200px) {
  .small-page-title {
    margin-bottom: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .small-page-title {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .small-page-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .small-page-title {
    margin-bottom: 35px;
  }
}
.home-hero {
  position: relative;
  background-color: #f4b541;
  width: 100vw;
  height: 80vh;
  min-height: 700px;
  border-bottom-left-radius: 6em;
  border-bottom-right-radius: 6em;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .home-hero {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-hero {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-hero {
    margin-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  .home-hero {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .home-hero {
    height: 50vh;
  }
}
@media (max-width: 767.98px) {
  .home-hero {
    display: none;
  }
}
.home-hero .carousel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}
.home-hero .carousel.text .left-section {
  width: calc(55% - 4vw);
  position: relative;
}
@media (min-width: 1200px) {
  .home-hero .carousel.text .left-section {
    padding: 4vw;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-hero .carousel.text .left-section {
    padding: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-hero .carousel.text .left-section {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .home-hero .carousel.text .left-section {
    padding: 35px;
  }
}
@media (max-width: 991.98px) {
  .home-hero .carousel.text .left-section {
    width: 100%;
  }
}
.home-hero .carousel.text .left-section__section-intro {
  padding-bottom: 35px;
}
.home-hero .carousel.text .left-section__section-intro p {
  color: #d65930;
  font-size: 24px;
  font-size: 2.4vw;
  line-height: 1.2;
}
@media (max-width: 1083.33333px) {
  .home-hero .carousel.text .left-section__section-intro p {
    font-size: 26px;
  }
}
@media (min-width: 1583.33333px) {
  .home-hero .carousel.text .left-section__section-intro p {
    font-size: 38px;
  }
}
.home-hero .carousel.text .left-section__section-intro p span {
  font-weight: 900;
  text-decoration: underline;
  -webkit-text-decoration-color: #d65930;
  text-decoration-color: #d65930;
}
.home-hero .carousel.text .left-section__headline {
  color: #284161;
  margin-bottom: 15px;
}
.home-hero .carousel.text .left-section__subheadline a {
  border-bottom: 3px solid #ca9000;
}
.home-hero .carousel.text .right-section {
  width: 45%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .home-hero .carousel.text .right-section {
    display: none;
  }
}
.home-hero .carousel.book .left-section {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #d65930;
}
@media (min-width: 1200px) {
  .home-hero .carousel.book .left-section {
    padding: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-hero .carousel.book .left-section {
    padding: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-hero .carousel.book .left-section {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .home-hero .carousel.book .left-section {
    padding: 35px;
  }
}
.home-hero .carousel.book .left-section__headline {
  color: #ffebd2;
  margin-bottom: 50px;
}
.home-hero .carousel.book .left-section__subheadline {
  padding-bottom: 50px;
  color: #ffebd2;
}
.home-hero .carousel.book .left-section__subheadline a {
  border-bottom: 3px solid #f4b541;
}
.home-hero .carousel.book .left-section__link a {
  border-bottom: 0;
}
.home-hero .carousel.book .right-section {
  position: relative;
  width: 45%;
  height: 100%;
}
.home-hero .carousel.book .right-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
}
.home-hero-controls {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 3;
}
.home-hero-controls .left-section {
  width: 55%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .home-hero-controls .left-section {
    width: 100%;
  }
}
.home-hero-controls .left-section__pager {
  height: 30px;
  padding-right: 50px;
  cursor: pointer;
}
.home-hero-controls .left-section__pager:last-of-type {
  transform: scaleX(-1);
}
.home-hero-controls .left-section__pager img {
  height: 100%;
}
.home-hero-controls .left-section-indexer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-hero-controls .left-section-indexer__index {
  border-radius: 50%;
  border: 2px solid #284161;
  margin: 0 5px;
  transition: 0.3s all cubic-bezier(0.87, 0, 0.13, 1);
  cursor: pointer;
}
.home-hero-controls .left-section-indexer__index.active {
  width: 14px;
  height: 14px;
  background-color: #284161;
}
.home-hero-controls .left-section-indexer__index.inactive {
  width: 10px;
  height: 10px;
}
.home-section-intro {
  padding-top: calc(90px);
}
.book-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 85%;
  height: 65vh;
  max-height: 715px;
  position: relative;
}
@media (min-width: 1200px) {
  .book-section {
    margin-bottom: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .book-section {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .book-section {
    margin-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  .book-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 1440px) {
  .book-section {
    width: 95%;
  }
}
@media (max-width: 1199.98px) {
  .book-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: auto;
    max-height: none;
  }
}
@media (max-width: 767.98px) {
  .book-section {
    width: calc(100% - 50px);
  }
}
.book-section .section-image {
  width: calc(100% - 35%);
  height: 100%;
}
@media (max-width: 1199.98px) {
  .book-section .section-image {
    width: calc(100% - 20%);
    margin: auto auto 35px auto;
  }
}
@media (max-width: 767.98px) {
  .book-section .section-image {
    height: 50vh;
    min-height: 350px;
    width: 120%;
  }
}
.book-section .section-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.book-section .text {
  width: 35%;
  position: relative;
  background-image: url(../images/yellow-oval.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 75px 25px;
}
@media (max-width: 1199.98px) {
  .book-section .text {
    width: 65%;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .book-section .text {
    width: 100%;
    margin: auto;
    background-image: none;
    padding: 0 25px 75px 25px;
  }
}
.book-section .text:before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #ca9000;
  display: block;
  margin-bottom: 15px;
}
.book-section .text__headline {
  color: #284161;
  padding-bottom: 40px;
}
.book-section .text__subheadline {
  padding-bottom: 40px;
}
.questions-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 85%;
  max-width: calc(100% - 25px);
  height: 85vh;
  max-height: 915px;
  position: relative;
}
@media (min-width: 1200px) {
  .questions-section {
    margin-bottom: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .questions-section {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .questions-section {
    margin-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  .questions-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .questions-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    height: auto;
    max-height: none;
  }
}
@media (max-width: 767.98px) {
  .questions-section {
    width: calc(100% - 25px);
  }
}
.questions-section .text {
  width: 55%;
  padding: 125px 0;
  position: relative;
  margin-right: 8vw;
}
@media (max-width: 1199.98px) {
  .questions-section .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .questions-section .text {
    padding: 0;
  }
}
.questions-section .text__headline {
  color: #284161;
  padding-bottom: 40px;
  padding-left: 110px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.98px) {
  .questions-section .text__headline {
    padding-left: 25px;
  }
}
.questions-section .text__subheadline {
  padding-bottom: 40px;
  padding-left: 110px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.98px) {
  .questions-section .text__subheadline {
    padding-left: 25px;
  }
}
.questions-section .text__link {
  padding-left: 110px;
  z-index: 2;
  position: relative;
}
.questions-section .text__bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #f4b541;
  width: 40%;
  max-width: 300px;
  min-width: 100px;
  border-top-right-radius: 4em;
  border-bottom-right-radius: 4em;
}
@media (max-width: 1199.98px) {
  .questions-section .text__bg-image {
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  .questions-section .text__bg-image {
    display: none;
  }
}
.questions-section .section-image {
  position: relative;
  width: calc(100% - (55% - 8vw));
  max-width: 500px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .questions-section .section-image {
    height: 60vh;
    min-height: 350px;
    width: 90%;
  }
}
.questions-section .section-image__image {
  position: relative;
  width: 80%;
  max-width: 540px;
  min-width: 300px;
  height: calc(100% - 110px);
  border-top-left-radius: 6em;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 6em;
  border-bottom-left-radius: 5px;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .questions-section .section-image__image {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
.questions-section .section-image__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25vw;
  max-width: 400px;
  min-width: 200px;
  height: 50%;
  border: 2px solid #d65930;
  border-bottom-right-radius: 6em;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .questions-section .section-image__shape {
    border-bottom-right-radius: 4em;
  }
}
.recent-news-widget {
  background-color: #f3e0c7;
}
@media (min-width: 1200px) {
  .recent-news-widget {
    padding: 250px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .recent-news-widget {
    padding: 175px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .recent-news-widget {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .recent-news-widget {
    padding: 75px 0;
  }
}
.recent-news-widget-inner {
  width: 1100px;
  max-width: calc(100% - 50px);
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .recent-news-widget-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.recent-news-widget-inner .news-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  min-height: 335px;
  padding-right: 100px;
}
@media (max-width: 767.98px) {
  .recent-news-widget-inner .news-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 50px;
    padding-right: 0;
  }
}
.recent-news-widget-inner .news-item .left-section {
  height: 100%;
  width: 300px;
}
@media (max-width: 767.98px) {
  .recent-news-widget-inner .news-item .left-section {
    width: 100%;
    padding-bottom: 25px;
  }
}
.recent-news-widget-inner .news-item .left-section:before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #ca9000;
  display: block;
  margin-bottom: 20px;
}
.recent-news-widget-inner .news-item .left-section__date {
  font-size: 16px;
  padding-bottom: 25px;
}
.recent-news-widget-inner .news-item .left-section__title {
  color: #284161;
  padding-bottom: 15px;
}
.recent-news-widget-inner .news-item .left-section__excerpt {
  font-size: 18px;
  padding-bottom: 30px;
}
.recent-news-widget-inner .news-item .right-section {
  position: relative;
  min-height: inherit;
  margin-left: 45px;
}
@media (max-width: 767.98px) {
  .recent-news-widget-inner .news-item .right-section {
    margin: auto;
  }
}
.recent-news-widget-inner .news-item .right-section__image {
  position: relative;
  width: 300px;
  min-height: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 5px;
  border-top-right-radius: 4em;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 4em;
  z-index: 2;
  transform: translate(-10px, -10px);
}
@media (max-width: 767.98px) {
  .recent-news-widget-inner .news-item .right-section__image {
    width: calc(100vw - 50px);
    transform: translate(0, 0);
    margin: auto;
  }
}
.recent-news-widget-inner .news-item .right-section__shadow {
  width: 300px;
  min-height: inherit;
  border-top-left-radius: 5px;
  border-top-right-radius: 4em;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 4em;
  border: 2px solid #d65930;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px, 10px);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .recent-news-widget-inner .news-item .right-section__shadow {
    width: 100%;
  }
}
.recent-news-widget-controls {
  width: 1100px;
  max-width: calc(100% - 50px);
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: auto;
  padding: 50px 0;
  position: relative;
}
.recent-news-widget-controls:after {
  content: "Click arrows to navigate";
  color: #6b635b;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .recent-news-widget-controls {
    display: none;
  }
}
.recent-news-widget-controls__progress-bar {
  height: 4px;
  background-color: #f4b541;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: 0.3s all cubic-bezier(0.87, 0, 0.13, 1);
}
.recent-news-widget-controls__left {
  padding-right: 40px;
  cursor: pointer;
}
.recent-news-widget-controls__right {
  transform: rotate(180deg);
  padding-left: 40px;
  cursor: pointer;
}
.section-label-scroller {
  font-size: 100px;
  font-size: 9vw;
  max-width: calc(100% - 50px);
  margin: auto;
  text-align: center;
  font-family: lexendGiga, sans-serif;
  color: #f4b541;
}
@media (max-width: 500px) {
  .section-label-scroller {
    font-size: 45px;
  }
}
@media (min-width: 1666.66667px) {
  .section-label-scroller {
    font-size: 150px;
  }
}
@media (min-width: 1200px) {
  .section-label-scroller {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-label-scroller {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-label-scroller {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-label-scroller {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-label-scroller {
    text-align: left;
  }
}
.view-all-link {
  padding-top: 35px;
  width: 1100px;
  max-width: calc(100% - 50px);
  margin: 35px auto 0 auto;
  text-align: center;
  border-top: 2px solid #ca9000;
}
@media (max-width: 767.98px) {
  .view-all-link {
    padding-top: 50px;
  }
}
.standard-method {
  background-color: #f3e0c7;
  border-top-right-radius: 6em;
  border-bottom-left-radius: 6em;
}
@media (min-width: 1200px) {
  .standard-method {
    padding: 150px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .standard-method {
    padding: 125px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .standard-method {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .standard-method {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .standard-method {
    margin-bottom: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .standard-method {
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .standard-method {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .standard-method {
    margin-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .standard-method {
    border-top-right-radius: 4em;
    border-bottom-left-radius: 4em;
  }
}
.standard-method .section-label {
  color: #284161;
  padding-bottom: 35px;
}
.standard-method .intro-bylaw-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .standard-method .intro-bylaw-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.standard-method .intro-bylaw-content .intro {
  width: 45%;
  z-index: 1;
  background-image: url(../images/section-oval.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .standard-method .intro-bylaw-content .intro {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .standard-method .intro-bylaw-content .intro {
    background-image: none;
  }
}
.standard-method .intro-bylaw-content .intro-text {
  width: calc(100% - 155px);
  background-color: #f4b541;
  padding: 60px 45px;
  border-top-right-radius: 6em;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 6em;
  border-top-left-radius: 5px;
}
@media (max-width: 575.98px) {
  .standard-method .intro-bylaw-content .intro-text {
    padding: 40px 25px;
    width: calc(100% - 50px);
    border-top-right-radius: 4em;
    border-bottom-left-radius: 4em;
  }
}
.standard-method .intro-bylaw-content .bylaw {
  width: 55%;
  z-index: 2;
  margin: 50px 0 50px 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  .standard-method .intro-bylaw-content .bylaw {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767.98px) {
  .standard-method .intro-bylaw-content .bylaw {
    width: 100%;
    margin: 50px 0;
  }
}
.standard-method .intro-bylaw-content .bylaw-text {
  z-index: 2;
  position: relative;
}
.standard-method .intro-bylaw-content .bylaw-text:before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #ca9000;
  position: absolute;
  top: -20px;
  left: 0;
}
.standard-method .intro-bylaw-content .bylaw-text__text {
  color: #284161;
  padding-bottom: 15px;
}
.standard-method .intro-bylaw-content .bylaw-text__text h5 {
  font-family: "DM Sans", sans-serif;
}
.standard-method .intro-bylaw-content .bylaw-text__citation {
  font-size: 16px;
  color: #6b635b;
}
.standard-method .intro-bylaw-content .bylaw .quote-start {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg) translate(75px, 45px);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .standard-method .intro-bylaw-content .bylaw .quote-start {
    display: none;
  }
}
.standard-method .intro-bylaw-content .bylaw .quote-end {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(25px, 0);
}
@media (max-width: 767.98px) {
  .standard-method .intro-bylaw-content .bylaw .quote-end {
    display: none;
  }
}
@media (min-width: 1200px) {
  .special-circumstances {
    margin-bottom: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .special-circumstances {
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .special-circumstances {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .special-circumstances {
    margin-bottom: 75px;
  }
}
.special-circumstances .section-label {
  color: #284161;
  padding-bottom: 50px;
}
.special-circumstances .circumstance {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .special-circumstances .circumstance {
    border-bottom: 2px solid #f3e0c7;
  }
  .special-circumstances .circumstance:last-of-type {
    border-bottom: 0;
  }
}
.special-circumstances
  .circumstance:nth-of-type(1n + 0)
  .circumstance-header:before {
  background-image: url(../images/yellow-circle.svg);
}
@media (max-width: 767.98px) {
  .special-circumstances
    .circumstance:nth-of-type(1n + 0)
    .circumstance-header:before {
    background-image: none;
  }
}
.special-circumstances
  .circumstance:nth-of-type(2n + 0)
  .circumstance-header:before {
  background-image: url(../images/red-square.svg);
}
@media (max-width: 767.98px) {
  .special-circumstances
    .circumstance:nth-of-type(2n + 0)
    .circumstance-header:before {
    background-image: none;
  }
}
.special-circumstances
  .circumstance:nth-of-type(3n + 0)
  .circumstance-header:before {
  background-image: url(../images/blue-triangle.svg);
}
@media (max-width: 767.98px) {
  .special-circumstances
    .circumstance:nth-of-type(3n + 0)
    .circumstance-header:before {
    background-image: none;
  }
}
.special-circumstances .circumstance-header {
  padding-bottom: 25px;
  padding-left: 100px;
  position: relative;
}
@media (max-width: 767.98px) {
  .special-circumstances .circumstance-header {
    padding-bottom: 50px;
    padding-left: 0;
  }
}
.special-circumstances .circumstance-header:before {
  content: "";
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
}
.special-circumstances .circumstance-header__headline {
  padding-bottom: 10px;
}
.special-circumstances .circumstance-bylaw {
  position: relative;
  padding: 25px 0 100px 75px;
  margin-left: 25px;
  border-left: 2px solid #f3e0c7;
}
@media (max-width: 991.98px) {
  .special-circumstances .circumstance-bylaw {
    padding: 0 0 75px 0;
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .special-circumstances .circumstance-bylaw {
    margin-left: 0;
  }
}
.special-circumstances .circumstance-bylaw-text {
  position: relative;
  margin: 60px 80px 15px 80px;
}
@media (max-width: 767.98px) {
  .special-circumstances .circumstance-bylaw-text {
    margin: 0;
  }
}
.special-circumstances .circumstance-bylaw-text:before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #ca9000;
  position: absolute;
  top: -20px;
  left: 0;
}
.special-circumstances .circumstance-bylaw-text__text {
  position: relative;
  z-index: 2;
  color: #284161;
}
.special-circumstances .circumstance-bylaw-text__text h5 {
  font-family: "DM Sans", sans-serif;
}
.special-circumstances .circumstance-bylaw-text .quote-start {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(180deg) translate(80px, 35px);
}
@media (max-width: 767.98px) {
  .special-circumstances .circumstance-bylaw-text .quote-start {
    display: none;
  }
}
.special-circumstances .circumstance-bylaw-text .quote-end {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(80px, 0);
}
@media (max-width: 767.98px) {
  .special-circumstances .circumstance-bylaw-text .quote-end {
    display: none;
  }
}
.special-circumstances .circumstance-bylaw__citation {
  padding-left: 80px;
  font-size: 16px;
  color: #6b635b;
}
@media (max-width: 767.98px) {
  .special-circumstances .circumstance-bylaw__citation {
    padding-top: 25px;
    padding-left: 0;
  }
}
.authors-intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 950px;
  max-width: calc(100vw - 50px);
  margin: auto;
}
@media (min-width: 1200px) {
  .authors-intro {
    padding-bottom: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .authors-intro {
    padding-bottom: 175px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .authors-intro {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .authors-intro {
    padding-bottom: 75px;
  }
}
@media (max-width: 991.98px) {
  .authors-intro {
    width: calc(100vw - 50px);
  }
}
@media (max-width: 767.98px) {
  .authors-intro {
    padding-top: 50px;
  }
}
.authors-intro-shape {
  min-height: 510px;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .authors-intro-shape {
    display: none;
  }
}
.authors-intro-text {
  position: relative;
  margin-left: 40px;
  width: 65%;
}
@media (max-width: 767.98px) {
  .authors-intro-text {
    width: 100%;
    margin-left: 0;
  }
}
.authors-intro-text:before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #ca9000;
  position: absolute;
  top: -20px;
  left: 0;
}
.authors-intro-text__headline {
  color: #284161;
  padding-bottom: 25px;
}
.authors-intro-text__paragraph {
  padding-bottom: 25px;
}
.authors-wrapper {
  background-color: #f3e0c7;
  position: relative;
  border-top-right-radius: 6em;
  border-bottom-left-radius: 6em;
}
@media (min-width: 1200px) {
  .authors-wrapper {
    padding: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .authors-wrapper {
    padding: 125px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .authors-wrapper {
    padding: 100px;
  }
}
@media (max-width: 767.98px) {
  .authors-wrapper {
    padding: 75px 0;
  }
}
@media (max-width: 575.98px) {
  .authors-wrapper {
    border-top-right-radius: 4em;
    border-bottom-left-radius: 4em;
  }
}
.authors-wrapper-intro {
  text-align: center;
  color: #6b635b;
  padding-bottom: 35px;
}
.authors-wrapper .authors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.authors-wrapper .authors .author {
  width: calc(33% - 26px);
  height: 50vh;
  position: relative;
  max-height: 460px;
  min-height: 400px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 13px 60px 13px;
  border-top-left-radius: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .authors-wrapper .authors .author {
    width: calc(50% - 26px);
  }
}
@media (max-width: 767.98px) {
  .authors-wrapper .authors .author {
    width: 100%;
    max-width: 350px;
    margin: 0 0 35px 0;
  }
}
.authors-wrapper .authors .author-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: hard-light;
  background-color: rgba(214, 89, 48, 0.25);
  z-index: 1;
}
.authors-wrapper .authors .author-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 70px;
  background-color: #d65930;
  border-top-left-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: lexendGiga, sans-serif;
  color: #ffebd2;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  padding: 0 15px;
  z-index: 2;
  text-decoration: underline;
}
.authors-wrapper .shape-container {
  position: absolute;
  bottom: 175px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .authors-wrapper .shape-container {
    display: none;
  }
}
.authors-wrapper .shape-container .circle {
  transform: scaleX(-1);
}
.authors-wrapper .shape-container .square {
  transform: translateX(-50%);
}
.author-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 6em;
  border-bottom-right-radius: 6em;
  background-color: #f4b541;
  overflow: hidden;
  z-index: 999;
}
@media (orientation: portrait) {
  .author-modal {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .author-modal {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
.author-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  cursor: pointer;
  background-color: #ffebd2;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
}
.author-modal__headshot {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (orientation: portrait) {
  .author-modal__headshot {
    width: 100%;
    height: 50%;
    background-position: center 25%;
  }
}
.author-modal-biography {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: auto;
}
@media (orientation: portrait) {
  .author-modal-biography {
    width: 100%;
    height: 50%;
  }
}
.author-modal-biography-inner {
  width: calc(100% - 50px);
  max-width: 500px;
  margin: auto;
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .author-modal-biography-inner {
    padding: 50px 0;
  }
}
.author-modal-biography-inner__name {
  color: #284161;
  padding-bottom: 35px;
}
.book-wrapper {
  background-color: #f3e0c7;
  border-top-left-radius: 6em;
  border-bottom-right-radius: 6em;
}
@media (min-width: 1200px) {
  .book-wrapper {
    padding: 110px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .book-wrapper {
    padding: 110px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .book-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .book-wrapper {
    padding: 75px 0;
  }
}
@media (max-width: 575.98px) {
  .book-wrapper {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
.book-wrapper-inner {
  width: 1215px;
  max-width: calc(100% - 50px);
  margin: auto;
}
.book-wrapper-inner .book {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) {
  .book-wrapper-inner .book {
    padding: 100px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .book-wrapper-inner .book {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .book-wrapper-inner .book {
    padding: 75px 0;
  }
}
@media (max-width: 767.98px) {
  .book-wrapper-inner .book {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .book-wrapper-inner .book {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.book-wrapper-inner .book .left-section {
  width: 50%;
}
@media (max-width: 991.98px) {
  .book-wrapper-inner .book .left-section {
    width: 100%;
  }
}
.book-wrapper-inner .book .left-section .book__title {
  color: #284161;
  padding-bottom: 20px;
}
.book-wrapper-inner .book .left-section .book-formats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .book-wrapper-inner .book .left-section .book-formats {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.book-wrapper-inner .book .left-section .book-formats-format {
  width: calc(50% - 50px);
}
@media (max-width: 767.98px) {
  .book-wrapper-inner .book .left-section .book-formats-format {
    width: 100%;
  }
}
.book-wrapper-inner .book .left-section .book-formats-format:last-child {
  padding-right: 0;
}
.book-wrapper-inner .book .left-section .book-formats-format-kind {
  font-family: lexendGiga, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  padding-bottom: 10px;
}
.book-wrapper-inner .book .left-section .book-formats-format-price-dimensions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-family: lexendGiga, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  padding-bottom: 35px;
}
.book-wrapper-inner
  .book
  .left-section
  .book-formats-format-price-dimensions__divider {
  padding: 0 10px;
}
.book-wrapper-inner .book .left-section .book-buy-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.book-wrapper-inner .book .left-section .book-buy-links-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5px 10px 5px;
}
.book-wrapper-inner .book .left-section .book-buy-links-link__icon {
  height: 25px;
  width: auto;
  padding-right: 10px;
}
.book-wrapper-inner .book .left-section .book-buy-links-link__icon img {
  height: 100%;
}
.book-wrapper-inner .book .left-section .book-buy-links-link__label {
  font-size: 16px;
  font-weight: 700;
}
.book-wrapper-inner .book .left-section .book-buy-message-links {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #6b635b;
}
.book-wrapper-inner .book .left-section .book-summary {
  padding-bottom: 25px;
}
.book-wrapper-inner .book .left-section .book-learn-more-link {
  padding-bottom: 35px;
}
.book-wrapper-inner .book .left-section .book-learn-more-link a {
  border-bottom: none;
}
.book-wrapper-inner .book .right-section {
  position: relative;
  width: 50%;
}
@media (max-width: 991.98px) {
  .book-wrapper-inner .book .right-section {
    width: 70%;
    padding-bottom: 35px;
  }
  .book-wrapper-inner .book .right-section img {
    margin-left: 15% !important;
  }
}
@media (max-width: 575.98px) {
  .book-wrapper-inner .book .right-section {
    width: 100%;
  }
}
.book-wrapper-inner .book .right-section img {
  width: 120%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 20%;
}
.edition-timeline {
  background-color: #f3e0c7;
  border-top-left-radius: 6em;
  border-bottom-right-radius: 6em;
}
@media (min-width: 1200px) {
  .edition-timeline {
    padding: 110px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .edition-timeline {
    padding: 110px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .edition-timeline {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .edition-timeline {
    padding: 50px 0;
  }
}
@media (max-width: 575.98px) {
  .edition-timeline {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
.edition-timeline .timeline-block {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .edition-timeline .timeline-block {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 25px 0;
  }
}
.edition-timeline .timeline-block .editions {
  border-right: 3px solid #d65930;
  padding: 50px 50px 50px 0;
  width: 70%;
}
@media (max-width: 767.98px) {
  .edition-timeline .timeline-block .editions {
    width: 100%;
    padding: 25px 0;
    border-top: 3px solid #d65930;
    border-right: none;
  }
}
.edition-timeline .timeline-block .editions-edition {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1;
}
@media (max-width: 575.98px) {
  .edition-timeline .timeline-block .editions-edition {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.edition-timeline .timeline-block .editions-edition__title {
  color: #284161;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.edition-timeline .timeline-block .editions-edition__title.in-brief {
  font-style: italic;
  font-weight: 600;
}
.edition-timeline .timeline-block .editions-edition__date {
  color: #6b635b;
}
.edition-timeline .timeline-block .edition-kind {
  width: 30%;
  padding-left: 50px;
}
@media (max-width: 767.98px) {
  .edition-timeline .timeline-block .edition-kind {
    width: 100%;
    padding-bottom: 25px;
    padding-left: 0;
  }
}
.single-news-post {
  width: 900px;
  max-width: calc(100vw - 100px);
  margin: auto;
}
@media (max-width: 767.98px) {
  .single-news-post {
    max-width: calc(100vw - 50px);
  }
}
.single-news-post .post-meta {
  margin-bottom: 75px;
}
@media (min-width: 1200px) {
  .single-news-post .post-meta {
    padding-top: calc(75px + 90px);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-news-post .post-meta {
    padding-top: calc(75px + 90px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-news-post .post-meta {
    padding-top: calc(75px + 90px);
  }
}
@media (max-width: 767.98px) {
  .single-news-post .post-meta {
    padding-top: calc(50px + 90px);
  }
}
.single-news-post .post-meta:after {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #ca9000;
  display: block;
  margin-top: 25px;
}
.single-news-post .post-meta__post-title {
  margin-bottom: 15px;
  color: #284161;
}
.single-news-post .post-meta__post-publish-date {
  color: #6b635b;
}
.single-news-post .headline {
  color: #284161;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .single-news-post .paragraph {
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-news-post .paragraph {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-news-post .paragraph {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .single-news-post .paragraph {
    margin-bottom: 35px;
  }
}
.single-news-post .quote {
  width: 80%;
  z-index: 2;
  margin: auto;
  position: relative;
}
@media (min-width: 1200px) {
  .single-news-post .quote {
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-news-post .quote {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-news-post .quote {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .single-news-post .quote {
    margin-bottom: 35px;
  }
}
.single-news-post .quote-text {
  z-index: 2;
  position: relative;
}
.single-news-post .quote-text:before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #ca9000;
  display: block;
  margin-bottom: 20px;
}
.single-news-post .quote-text__text {
  color: #284161;
  padding-bottom: 15px;
  font-size: 18px;
  font-size: 1.8vw;
  font-family: lexendGiga, sans-serif;
  line-height: 1.75;
}
@media (max-width: 888.88889px) {
  .single-news-post .quote-text__text {
    font-size: 16px;
  }
}
@media (min-width: 1111.11111px) {
  .single-news-post .quote-text__text {
    font-size: 20px;
  }
}
.single-news-post .quote-text__citation {
  font-size: 16px;
  color: #6b635b;
}
.single-news-post .single-image {
  width: auto;
  height: auto;
}
@media (min-width: 1200px) {
  .single-news-post .single-image {
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-news-post .single-image {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-news-post .single-image {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .single-news-post .single-image {
    margin-bottom: 35px;
  }
}
.single-news-post .single-image:nth-of-type(1) {
  border: 10px solid red;
}
.single-news-post .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-news-post .single-image:nth-of-type(1) {
  border: 10px solid red;
}
.single-news-post .image-gallery {
  overflow: visible;
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .single-news-post .image-gallery {
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-news-post .image-gallery {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-news-post .image-gallery {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .single-news-post .image-gallery {
    margin-bottom: 35px;
  }
}
.single-news-post .image-gallery-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.single-news-post .image-gallery-controls-indexer {
  color: #6b635b;
  padding-left: 20px;
}
.single-news-post .image-gallery-controls-pager__left {
  padding: 0 20px;
  cursor: pointer;
}
.single-news-post .image-gallery-controls-pager__right {
  transform: rotate(180deg);
  padding: 0 20px;
  cursor: pointer;
}
.single-news-post .image-gallery-image {
  width: 100%;
  height: 65vh;
  max-height: 715px;
  min-height: 500px;
  display: inline-block;
  margin-bottom: 40px;
}
.single-news-post .image-gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-news-post .image-gallery-progress-bar {
  position: relative;
}
.single-news-post .image-gallery-progress-bar__inactive {
  width: 100%;
  height: 2px;
  background-color: #f3e0c7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.single-news-post .image-gallery-progress-bar__active {
  width: 0;
  height: 4px;
  background-color: #f4b541;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all cubic-bezier(0.87, 0, 0.13, 1);
}
@media (min-width: 1200px) {
  .single-news-post .collapsable-content {
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-news-post .collapsable-content {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-news-post .collapsable-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .single-news-post .collapsable-content {
    margin-bottom: 35px;
  }
}
.single-news-post .collapsable-content-viewer {
  padding-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}
.single-news-post .collapsable-content-viewer__toggle {
  padding-right: 15px;
}
.single-news-post .collapsable-content-viewer__toggle img {
  transition: 0.3s all cubic-bezier(0.87, 0, 0.13, 1);
  transform: rotate(-90deg);
}
.js-overflow-scroller-inner {
  transition: 0.3s all cubic-bezier(0.87, 0, 0.13, 1);
}
@media (min-width: 1200px) {
  .recent-news-list .news-item {
    margin-bottom: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .recent-news-list .news-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .recent-news-list .news-item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .recent-news-list .news-item {
    margin-bottom: 35px;
  }
}
.recent-news-list .news-item__date {
  padding-bottom: 15px;
  font-size: 16px;
}
.recent-news-list .news-item__title {
  color: #284161;
  padding-bottom: 15px;
}
.recent-news-list .news-item__excerpt {
  padding-bottom: 25px;
}
.recent-news-list .news-item__excerpt p {
  font-size: 16px;
}
.book-header {
  background-color: #f4b541;
  width: 100vw;
  height: 80vh;
  min-height: 500px;
  border-bottom-left-radius: 6em;
  border-bottom-right-radius: 6em;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .book-header {
    margin-bottom: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .book-header {
    margin-bottom: 175px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .book-header {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .book-header {
    margin-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .book-header {
    border-bottom-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
@media (max-width: 991.98px) {
  .book-header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: auto;
  }
}
.book-header .left-section {
  width: calc(55% - 160px);
}
@media (min-width: 1200px) {
  .book-header .left-section {
    padding: 80px 0 80px 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .book-header .left-section {
    padding: 50px 0 50px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .book-header .left-section {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .book-header .left-section {
    padding: 50px 0;
  }
}
@media (max-width: 1199.98px) {
  .book-header .left-section {
    width: calc(55% - 100px);
  }
}
@media (max-width: 991.98px) {
  .book-header .left-section {
    width: calc(100% - 100px);
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .book-header .left-section {
    width: calc(100% - 50px);
    margin: auto;
  }
}
.book-header .left-section__headline {
  color: #284161;
  margin-bottom: 35px;
}
.book-header .left-section-buy-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.book-header .left-section-buy-links-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 45px;
  padding: 0 5px 10px 5px;
  border-bottom: 3px solid #ca9000;
}
.book-header .left-section-buy-links-link__icon {
  height: 25px;
  width: auto;
  padding-right: 10px;
}
.book-header .left-section-buy-links-link__icon img {
  height: 100%;
}
.book-header .left-section-buy-links-link__label {
  font-size: 16px;
  font-weight: 700;
}
.book-header .left-section-links {
  display: inline-block;
  width: 300px;
}
.book-header .left-section-links .link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  cursor: pointer;
  width: auto;
  border-bottom: 0;
}
@media (hover: hover) {
  .book-header .left-section-links .link:hover .link__icon * {
    fill: #284161;
  }
  .book-header .left-section-links .link:hover .link__label {
    color: #284161;
  }
}
.book-header .left-section-links .link__icon {
  width: 45px;
  margin-right: 15px;
}
.book-header .left-section-links .link__icon * {
  transition: 0.2s all ease-in-out;
  fill: #6b635b;
}
.book-header .left-section-links .link__icon.active * {
  fill: #284161;
}
.book-header .left-section-links .link__label {
  transition: 0.2s all ease-in-out;
  color: #6b635b;
}
.book-header .left-section-links .link__label.active {
  color: #284161;
}
.book-header .left-section .book-formats {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .book-header .left-section .book-formats {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.book-header .left-section .book-formats-format {
  width: calc(50% - 50px);
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .book-header .left-section .book-formats-format {
    width: 100%;
  }
}
.book-header .left-section .book-formats-format:last-child {
  padding-right: 0;
}
.book-header .left-section .book-formats-format-kind {
  font-family: lexendGiga, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  padding-bottom: 10px;
}
.book-header .left-section .book-formats-format-price-dimensions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 35px;
  font-family: lexendGiga, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
}
.book-header .left-section .book-formats-format-price-dimensions__divider {
  padding: 0 10px;
}
.book-header .left-section .preorder-link {
  margin-bottom: 75px;
}
.book-header .right-section {
  position: relative;
  width: 45%;
  height: calc(100% - 90px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
@media (max-width: 991.98px) {
  .book-header .right-section {
    width: 70%;
    padding-top: calc(50px + 90px);
    padding: calc(50px + 90px) 50px 0 50px;
    margin: auto;
  }
  .book-header .right-section img {
    margin-left: 5% !important;
  }
}
@media (max-width: 575.98px) {
  .book-header .right-section {
    width: 100%;
  }
}
.book-header .right-section img {
  width: 120%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .book-information {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .book-information {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .book-information {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .book-information {
    padding-bottom: 50px;
  }
}
.table-of-contents {
  background-color: #f3e0c7;
  border-top-left-radius: 6em;
  border-bottom-right-radius: 6em;
}
@media (min-width: 1200px) {
  .table-of-contents {
    padding: 110px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .table-of-contents {
    padding: 110px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .table-of-contents {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .table-of-contents {
    padding: 75px 0;
  }
}
@media (max-width: 575.98px) {
  .table-of-contents {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
.table-of-contents .aligner {
  width: 90%;
  margin: auto;
}
.table-of-contents h4 {
  color: #284161;
  padding-top: 35px;
  padding-bottom: 10px;
}
.table-of-contents h4:first-of-type {
  padding-top: 0;
}
.table-of-contents p {
  color: #6b635b;
}
@media (min-width: 1200px) {
  .book-preview {
    padding: 110px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .book-preview {
    padding: 110px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .book-preview {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .book-preview {
    padding: 75px 0;
  }
}
.book-preview h4 {
  color: #284161;
  padding-bottom: 35px;
}
.book-preview .buy-link {
  padding-top: 25px;
  text-align: center;
}
.major-changes {
  background-color: #f3e0c7;
  border-top-left-radius: 6em;
  border-bottom-right-radius: 6em;
}
@media (min-width: 1200px) {
  .major-changes {
    padding: 110px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .major-changes {
    padding: 110px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .major-changes {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .major-changes {
    padding: 75px 0;
  }
}
@media (max-width: 575.98px) {
  .major-changes {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
.major-changes-download {
  margin-bottom: 35px;
}
.major-changes-viewer {
  padding-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}
.major-changes-viewer__toggle {
  padding-right: 15px;
}
.major-changes-viewer__toggle img {
  transition: 0.3s all cubic-bezier(0.87, 0, 0.13, 1);
  transform: rotate(-90deg);
}
.major-changes__header {
  color: #284161;
  padding-bottom: 25px;
}
.major-changes__copy {
  padding-bottom: 35px;
}
.major-changes__copy.major-changes-list {
  display: none;
}
.book-container {
  width: 1150px;
  max-width: calc(100% - 50px);
  margin: auto;
}
.contact-form {
  background-color: #f3e0c7;
  border-top-left-radius: 6em;
  border-bottom-right-radius: 6em;
}
@media (min-width: 1200px) {
  .contact-form {
    padding: 110px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-form {
    padding: 110px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-form {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .contact-form {
    padding: 75px 0;
  }
}
@media (max-width: 575.98px) {
  .contact-form {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
}
.contact-form input:not([type="submit"]),
.contact-form textarea {
  width: calc(100% - 20px) !important;
}
.contact-form label {
  font-size: 16px;
  color: #6b635b;
}
.contact-form input:not([type="submit"]) {
  height: 35px;
  border: 0;
  border-radius: 5px;
  color: #284161;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  padding: 0 10px;
  background-color: #ffebd2;
  margin-bottom: 25px;
}
.contact-form input[type="submit"] {
  min-width: 190px;
  min-height: 40px;
  border-radius: 33px;
  background-color: #ca9000;
  color: #ffebd2;
  font-family: lexendGiga, sans-serif;
  font-size: 14px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}
.contact-form textarea {
  border: 0;
  border-radius: 5px;
  color: #284161;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  padding: 10px;
  background-color: #ffebd2;
  resize: none;
  margin-bottom: 25px;
}
.purchase-intro {
  padding-bottom: 35px;
}
.purchase .book {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) {
  .purchase .book {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .purchase .book {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .purchase .book {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .purchase .book {
    padding-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .purchase .book {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.purchase .book-image {
  width: 30%;
}
@media (max-width: 991.98px) {
  .purchase .book-image {
    width: 100%;
    max-height: 50vh;
  }
}
.purchase .book-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  max-height: inherit;
}
.purchase .book-info {
  width: 70%;
  padding: 35px 0 35px 25px;
}
@media (max-width: 991.98px) {
  .purchase .book-info {
    width: 100%;
    padding: 35px 0;
  }
}
.purchase .book-info-title {
  color: #284161;
  padding-bottom: 15px;
}
.purchase .book-info-formats {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .purchase .book-info-formats {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.purchase .book-info-formats-format {
  padding-right: 100px;
}
.purchase .book-info-formats-format:last-child {
  padding-right: 0;
}
.purchase .book-info-formats-format-kind {
  font-family: lexendGiga, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  padding-bottom: 10px;
}
.purchase .book-info-formats-format-price-dimensions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-family: lexendGiga, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  padding-bottom: 35px;
}
.purchase .book-info-formats-format-price-dimensions__divider {
  padding: 0 10px;
}
.purchase .book-info-buy-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.purchase .book-info-buy-links-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5px 10px 5px;
}
.purchase .book-info-buy-links-link__icon {
  height: 25px;
  width: auto;
  padding-right: 10px;
}
.purchase .book-info-buy-links-link__icon img {
  height: 100%;
}
.purchase .book-info-buy-links-link__label {
  font-size: 16px;
  font-weight: 700;
}
