.page-content .main {
  margin: 0 auto;
  max-width: calc(100vw - 40px);
}

@media (min-width: 720px) {
  .page-content .main {
    max-width: 690px;
  }
}

@media (min-width: 960px) {
  .page-content .main {
    max-width: 920px;
  }
}

@media (min-width: 1220px) {
  .page-content .main {
    max-width: 1180px;
  }
}

@media (min-width: 1600px) {
  .page-content .main {
    max-width: 1540px;
  }
}

.sr-only {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  border: 0;
  padding: 0;
  margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, textarea, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  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:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  border: none;
  cursor: pointer;
}

.page-content .main {
  margin: 0 auto;
  max-width: calc(100vw - 40px);
}

@media (min-width: 720px) {
  .page-content .main {
    max-width: 690px;
  }
}

@media (min-width: 960px) {
  .page-content .main {
    max-width: 920px;
  }
}

@media (min-width: 1220px) {
  .page-content .main {
    max-width: 1180px;
  }
}

@media (min-width: 1600px) {
  .page-content .main {
    max-width: 1540px;
  }
}

.sr-only {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  border: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 18px;
}

body {
  font-size: calc(12.6px + 0.75vw);
  font-family: "Fira Sans", sans-serif;
  color: #333;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}

@media (min-width: 720px) {
  body {
    font-size: 18px;
  }
}

h1 {
  font-size: calc(14.4px + 3vw);
  line-height: 1.2;
}

@media (min-width: 720px) {
  h1 {
    font-size: 36px;
  }
}

h2,
h3 {
  font-size: calc(13.4px + 1.75vw);
  line-height: 1.2;
}

@media (min-width: 720px) {
  h2,
  h3 {
    font-size: 26px;
  }
}

html,
body {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.page-content {
  min-height: 100vh;
}

.page-content.with-sidebar {
  position: relative;
}

.page-content .sidebar {
  width: 100%;
  margin: 0 auto;
  max-width: calc(100vw - 40px);
}

@media (min-width: 720px) {
  .page-content .sidebar {
    max-width: 690px;
  }
}

@media (min-width: 960px) {
  .page-content .sidebar {
    position: absolute;
    top: 110px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    left: calc((100% - 920px) / 2);
    width: 300px;
    max-width: none;
    padding: 1em;
    border-radius: 4px;
  }
}

@media (min-width: 1220px) {
  .page-content .sidebar {
    left: calc((100% - 1180px) / 2);
  }
}

@media (min-width: 1600px) {
  .page-content .sidebar {
    left: calc((100% - 1540px) / 2);
  }
}

@media (min-width: 960px) {
  .page-content .main {
    padding-left: calc(300px + 3em);
  }
}

.ReactCollapse--collapse {
  transition: height 0.3s ease;
}

.loading {
  background: url("/icons/loader.svg") center center no-repeat;
  background-size: cover;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(0, 0, 0, 0.4);
  width: 50px;
  height: 50px;
  padding: 12px;
  transition: background-color 0.15s ease;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.7);
}

.slick-prev:focus, .slick-prev:active,
.slick-next:focus,
.slick-next:active {
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.8);
}

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

.slick-prev {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}

.slick-next {
  right: 20px;
}

.slick-dots li {
  margin: 0 3px;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: .15625rem;
  overflow: hidden;
}

.slick-dots li.slick-active button {
  width: 20px;
  background-color: #4e54c8;
}

.slick-dots li button {
  padding: 0;
  width: 5px;
  height: 5px;
  border-radius: 0.15625rem;
  background-color: #b6bcc5;
  transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.slick-dots li button:before {
  content: none;
}
