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

.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 1240px;
}
@media (max-width: 1279px) {
  .container {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .container {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .container {
    margin-left: 16px;
  }
}
@media (max-width: 1279px) {
  .container {
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .container {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .container {
    margin-right: 16px;
  }
}
@media (max-width: 1279px) {
  .container {
    width: 992px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: auto;
  }
}
@media (max-width: 767px) {
  .container {
    width: auto;
  }
}

body {
  font-size: 16px;
  line-height: 24px;
  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"), url("../fonts/Manrope/Manrope-Regular.eot") format("eot"), url("../fonts/Manrope/Manrope-Regular.truetype") format("truetype"), url("../fonts/Manrope/Manrope-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 46px;
  font-family: "Manrope";
  font-weight: 400;
  color: #262626;
  margin-top: 48px;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  h1,
  .h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    margin-bottom: 30px;
  }
}

h2,
.h2 {
  font-size: 34px;
  line-height: 42px;
  font-family: "Manrope";
  font-weight: 400;
  color: #262626;
  margin-top: 30px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 36px;
    font-family: "Manrope";
    font-weight: 400;
  }
}
@media (max-width: 1279px) {
  h2,
  .h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    margin-bottom: 16px;
  }
}

h3,
.h3 {
  font-size: 26px;
  line-height: 36px;
  font-family: "Manrope";
  font-weight: 400;
  color: #262626;
  margin-top: 30px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 30px;
    font-family: "Manrope";
    font-weight: 400;
  }
}
@media (max-width: 1279px) {
  h3,
  .h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  h3,
  .h3 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    margin-bottom: 12px;
  }
}

h4, h5, h6,
.h4, .h5, .h6 {
  font-size: 22px;
  line-height: 30px;
  font-family: "Manrope";
  font-weight: 400;
  color: #262626;
  margin-top: 30px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope";
    font-weight: 400;
  }
}
@media (max-width: 1279px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    margin-bottom: 8px;
  }
}

a {
  text-decoration: #5eb19c;
  color: #5eb19c;
}
a:hover {
  color: #3d786c;
  text-decoration: #3d786c;
}
b, strong {
  font-weight: 700px;
  color: #262626;
}

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

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

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

ol {
  padding-left: 24px;
}

hr {
  background-color: #8c8c8c;
  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: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: solid 1px #8c8c8c;
  background-color: #ecf2f0;
  font-size: 18px;
  line-height: 26px;
  font-family: "Manrope";
  font-weight: 400;
}
table td {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  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;
}

body {
  position: relative;
  overflow-x: hidden;
}
@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-Medium.eot");
  src: url("../fonts/Manrope/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope/Manrope-Medium.ttf") format("truetype"), url("../fonts/Manrope/Manrope-Medium.svg#Manrope") format("svg");
  font-style: normal;
  font-weight: 600;
}
@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: 700;
}
body.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 1280px) {
  body .container {
    width: 1190px;
  }
}