body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}
svg {
  display: block;
  overflow: visible;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --swiper-navigation-color: #E42828;
  --swiper-navigation-size: 36px;
}
@font-face {
  font-family: 'dm-serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/DMSerifDisplay-Regular.woff') format('woff');
}
@font-face {
  font-family: 'dm-sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/DMSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'dm-sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/DMSans-Medium.woff') format('woff');
}
@font-face {
  font-family: 'dm-sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/DMSans-Bold.woff') format('woff');
}
html {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
body {
  font-size: 1rem;
  font-family: 'dm-sans', 'Arial', sans-serif;
  letter-spacing: .02em;
  color: #383838;
}
p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
p:last-child {
  margin: 0;
}
ul,
ol {
  padding: 0 0 0 1em;
  margin-bottom: 1em;
}
ul:last-child,
ol:last-child {
  margin: 0;
}
ul li,
ol li {
  margin-bottom: .5em;
  line-height: 1.4em;
}
ul li:last-child,
ol li:last-child {
  margin: 0;
}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  margin-bottom: .6em;
  letter-spacing: 0;
}
h1 {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1580px) {
  h1 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1880px) {
  h1 {
    font-size: 2.4em;
  }
}
h2 {
  font-size: 1.3em;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1580px) {
  h2 {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1880px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 1.4em;
  }
}
.rte h4,
.rte h5,
.rte h6 {
  font-size: 1em;
  text-transform: uppercase;
}
a {
  color: #E42828;
}
.font-30 {
  font-size: 22px;
}
@media screen and (min-width: 1000px) {
  .font-30 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .font-30 {
    font-size: 30px;
  }
}
.font-22-alt {
  font-family: 'dm-serif', 'Arial', sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  .font-22-alt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .font-22-alt {
    font-size: 22px;
  }
}
.font-22 {
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  .font-22 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .font-22 {
    font-size: 22px;
  }
}
.font-50 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}
@media screen and (min-width: 1400px) {
  .font-50 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1580px) {
  .font-50 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1880px) {
  .font-50 {
    font-size: 50px;
  }
}
.font-40 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1em;
}
@media screen and (min-width: 1400px) {
  .font-40 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1580px) {
  .font-40 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1880px) {
  .font-40 {
    font-size: 40px;
  }
}
.font-30 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1em;
}
@media screen and (min-width: 1200px) {
  .font-30 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .font-30 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1580px) {
  .font-30 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1880px) {
  .font-30 {
    font-size: 30px;
  }
}
.font-24 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
}
@media screen and (min-width: 580px) {
  .font-24 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1580px) {
  .font-24 {
    font-size: 24px;
  }
}
.title-2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  color: #000000;
}
@media screen and (min-width: 1000px) {
  .title-2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .title-2 {
    font-size: 22px;
  }
}
.title-slider {
  text-align: center;
  font-size: 22px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 30px;
  color: #000000;
}
@media screen and (min-width: 1000px) {
  .title-slider {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .title-slider {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .title-slider {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .title-slider {
    font-size: 26px;
  }
}
@media screen and (min-width: 1580px) {
  .title-slider {
    font-size: 28px;
  }
}
@media screen and (min-width: 1880px) {
  .title-slider {
    font-size: 30px;
  }
}
body {
  background: #fff;
}
#popup {
  padding: 20px;
}
#popup .sideMenu {
  display: none;
}
