:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#8559B0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 1370px;
}
@media (max-width: 1449px) {
  .container {
    margin-left: auto;
  }
}
@media (max-width: 1279px) {
  .container {
    margin-left: 16px;
  }
}
@media (max-width: 781px) {
  .container {
    margin-left: 16px;
  }
}
@media (max-width: 1449px) {
  .container {
    margin-right: auto;
  }
}
@media (max-width: 1279px) {
  .container {
    margin-right: 16px;
  }
}
@media (max-width: 781px) {
  .container {
    margin-right: 16px;
  }
}
@media (max-width: 1449px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1279px) {
  .container {
    width: auto;
  }
}
@media (max-width: 781px) {
  .container {
    width: auto;
  }
}

body {
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 400;
  background-color: #ffffff;
  color: #262626;
}
@font-face {
  font-family: "manrope";
  src: url("../fonts/manrope/Manrope-Regular.woff") format("woff");
  src: url("../fonts/manrope/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1,
.h1 {
  font-size: 46px;
  line-height: 54px;
  font-family: "manrope";
  font-weight: 700;
  color: #434343;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 44px;
    font-family: "manrope";
    font-weight: 700;
  }
}
@media (max-width: 781px) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 36px;
    font-family: "manrope";
    font-weight: 700;
  }
}
@media (max-width: 1449px) {
  h1,
  .h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  h1,
  .h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 781px) {
  h1,
  .h1 {
    margin-bottom: 20px;
  }
}

h2,
.h2 {
  font-size: 36px;
  line-height: 44px;
  font-family: "manrope";
  font-weight: 700;
  color: #262626;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
    font-family: "manrope";
    font-weight: 700;
  }
}
@media (max-width: 781px) {
  h2,
  .h2 {
    font-size: 22px;
    line-height: 30px;
    font-family: "manrope";
    font-weight: 700;
  }
}
@media (max-width: 1449px) {
  h2,
  .h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  h2,
  .h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 781px) {
  h2,
  .h2 {
    margin-bottom: 16px;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 36px;
  font-family: "manrope";
  font-weight: 700;
  color: #262626;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 30px;
    font-family: "manrope";
    font-weight: 700;
  }
}
@media (max-width: 781px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 30px;
    font-family: "manrope";
    font-weight: 700;
  }
}
@media (max-width: 1449px) {
  h3,
  .h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  h3,
  .h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 781px) {
  h3,
  .h3 {
    margin-bottom: 12px;
  }
}

h4, h5, h6,
.h4, .h5, .h6 {
  font-size: 22px;
  line-height: 30px;
  font-family: "manrope";
  font-weight: 700;
  color: #262626;
  margin-top: 40px;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    font-size: 18px;
    line-height: 26px;
    font-family: "manrope";
    font-weight: 700;
  }
}
@media (max-width: 781px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    font-size: 14px;
    line-height: 20px;
    font-family: "manrope";
    font-weight: 700;
  }
}
@media (max-width: 1449px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    margin-bottom: 16px;
  }
}
@media (max-width: 1279px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    margin-bottom: 12px;
  }
}
@media (max-width: 781px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    margin-bottom: 6px;
  }
}

a {
  text-decoration: #fa8c16;
  color: #fa8c16;
}
a:hover {
  color: #d46b08;
  text-decoration: #d46b08;
}
b, strong {
  font-weight: 700px;
  color: #262626;
}

p, ul, ol, table, hr, .ck-tpl {
  margin-top: 48px;
  margin-bottom: 48px;
}

ol li,
ul li {
  margin-top: 12px;
  margin-bottom: 12px;
}

ul {
  padding-left: 30px;
}
ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
}

ol {
  padding-left: 30px;
}

hr {
  background-color: #CCD6E7;
  height: 1px;
}

table {
  width: 100% !important;
  border: none;
}
table th p:first-child, table td p:first-child {
  margin-top: 0;
}
table th p:last-child, table td p:last-child {
  margin-bottom: 0;
}
table th {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: solid 1px #8c8c8c;
  background-color: #f4f4f4;
  font-size: 22px;
  line-height: 30px;
  font-family: "manrope";
  font-weight: 400;
}
table td {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: solid 1px #8c8c8c;
}
table ul:first-child, table ol:first-child {
  margin-top: 0;
}
table ul:last-child, table ol:last-child {
  margin-bottom: 0;
}
table ul li:first-child, table ol li:first-child {
  margin-top: 0;
}
table ul li:last-child, table ol li:last-child {
  margin-bottom: 0;
}
table p:first-child {
  margin-top: 0;
}
table p:last-child {
  margin-bottom: 0;
}

table[border="0"] {
  border-width: 0;
}
table[border="0"] th,
table[border="0"] td {
  border-width: 0;
}

:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#8559B0;
}

p, h1, h2, h3, table {
  max-width: 900px;
}
@media (max-width: 1279px) {
  p, h1, h2, h3, table {
    max-width: unset;
  }
}

a {
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
a:hover {
  text-decoration: #d46b08;
}

body.no-scroll .dialog-off-canvas-main-canvas {
  opacity: 0;
}

body {
  height: 100vh;
  overflow-x: hidden;
  font-family: sans-serif;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "manrope";
  src: url("../fonts/manrope/Manrope-Regular.eot");
  src: url("../fonts/manrope/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/Manrope-Regular.woff") format("woff"), url("../fonts/manrope/Manrope-Regular.ttf") format("truetype"), url("../fonts/manrope/Manrope-Regular.svg#manrope") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "manrope";
  src: url("../fonts/manrope/Manrope-Semibold.eot");
  src: url("../fonts/manrope/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/Manrope-Semibold.woff") format("woff"), url("../fonts/manrope/Manrope-Semibold.ttf") format("truetype"), url("../fonts/manrope/Manrope-Semibold.svg#manrope") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-display: swap;
  font-family: "manrope";
  src: url("../fonts/manrope/Manrope-Bold.eot");
  src: url("../fonts/manrope/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/Manrope-Bold.woff") format("woff"), url("../fonts/manrope/Manrope-Bold.ttf") format("truetype"), url("../fonts/manrope/Manrope-Bold.svg#manrope") format("svg");
  font-style: normal;
  font-weight: 700;
}
body.no-scroll {
  overflow: hidden;
}
body table tr th, body table tr td {
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
}
body .button-switch.is-active:hover .link__icon::before {
  color: #ff7221;
}
body .button-switch.is-active:hover {
  background-color: transparent;
  border-color: transparent;
}