@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.page-template {
  padding-top: 110px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .page-template {
    padding-top: 0;
  }
}
.page-template__banner {
  background-color: #eaeaea;
  padding-top: 40px;
  padding-bottom: 28px;
  min-height: 300px;
}
.page-template__banner .banner-content {
  width: 1400px;
  padding-inline: 176px;
  margin: auto;
}
.page-template__banner .banner-content * {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.page-template__banner .banner-title {
  text-transform: uppercase;
  font-family: "BebasNeue";
  font-size: 70px;
  line-height: 109%;
  color: #000;
  font-weight: 400;
  width: 1400px;
  padding-inline: 176px;
  margin: auto;
}
.page-template__banner .banner-subtitle {
  text-transform: uppercase;
  font-family: "BebasNeue";
  font-size: 30px;
  line-height: 109%;
  color: #000;
  font-weight: 400;
  width: 1400px;
  padding-inline: 176px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-template__banner {
    min-height: unset;
  }
  .page-template__banner .banner-content {
    width: 100%;
    padding-inline: 20px;
  }
  .page-template__banner .banner-content * {
    font-family: "BebasNeue";
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .page-template__banner .banner-title {
    font-size: 50px;
    width: 100%;
    padding-inline: 20px;
  }
  .page-template__banner .banner-subtitle {
    font-size: 24px;
    line-height: 109%;
    width: 100%;
    padding-inline: 20px;
  }
}
.page-template__body {
  width: 1400px;
  padding-inline: 176px;
  margin: auto;
  margin-top: 54px;
}
.page-template__body h4,
.page-template__body h3,
.page-template__body h2,
.page-template__body h5,
.page-template__body h6 {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  color: #000;
  margin-bottom: 12px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.page-template__body ol {
  margin-bottom: 32px;
  width: 810px;
}
.page-template__body ol li {
  margin-bottom: 16px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.page-template__body ol li::marker {
  font-weight: 700;
}
.page-template__body ol li p {
  font-family: "heboo";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
.page-template__body ol li a {
  font-family: "heboo";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-template__body {
    width: 100%;
    padding-inline: 20px;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
  .page-template__body ol {
    width: 100%;
  }
}
.page-template .breadcrumbs {
  top: 160px;
}