* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

*:focus {
    outline: none;
}


html {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #0c0b12;
}

.container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1100px;
}

h2 {
  /*max-width: 542px;*/
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  /*text-align: center;*/
  text-transform: uppercase;
  color: #ffffff;
}

.button__primary {
  padding: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #000000;
  background: #eef146;
  box-shadow: 0px 0px 13px rgba(84, 241, 70, 0.39);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: background 0.5s linear;
}
.button__primary:hover {
  background: #f1ae46;
}
.button__primary img {
  padding-left: 10px;
  max-width: 46px;
  height: auto;
}

.header {
  background: rgba(255, 255, 255, 0.01);
}
.header .header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__nav .header__nav-logo a img {
  max-width: 71px;
  height: 71px;
}
.header .header__nav .header__auth .button__auth {
  margin: 0 5px;
  color: rgba(236, 240, 241, 0.55);
}
.header .header__nav .header__nav-item {
  display: block;
}
@media (max-width: 768px) {
  .header .header__nav .header__nav-item {
    display: none;
  }
}
.header .header__nav .header__nav-item ul {
  display: flex;
}
.header .header__nav .header__nav-item ul li {
  margin: 0 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .header .header__nav .header__nav-item ul li {
    margin: 0 20px;
  }
}
.header .header__nav .header__nav-item ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s linear;
}
.header .header__nav .header__nav-item ul li a:hover {
  color: #eef146;
}
.header .header__nav .header__nav-button {
  display: block;
}
@media (max-width: 768px) {
  .header .header__nav .header__nav-button {
    display: none;
  }
}
.header .header__nav .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background: rgb(26, 27, 80);
  background: radial-gradient(circle, rgb(26, 27, 80) 0%, rgb(0, 0, 0) 100%);
  overflow-x: hidden;
  transition: 0.5s;
}
.header .header__nav .overlay a {
  text-decoration: none;
}
.header .header__nav .overlay .overlay-content {
  position: relative;
  top: 38%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.header .header__nav .overlay .overlay-content ul li {
  margin-top: 34px;
  list-style: none;
}
.header .header__nav .overlay .overlay-content ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
}
.header .header__nav .overlay .overlay-content ul li .black {
  color: #000000;
}
.header .header__nav .overlay .closebtn {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 60px;
  background: #eef146;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.header .header__nav .open__nav {
  display: none;
}
@media (max-width: 768px) {
  .header .header__nav .open__nav {
    display: block;
  }
}
.header .header__nav .open__nav .burger .burger__1 {
  margin: 6px 0 6px;
  width: 33px;
  height: 4px;
  background: #eef146;
  border-radius: 40px;
}
.header .header__nav .open__nav .burger .burger__2 {
  margin: 6px 0 6px;
  margin-left: 8px;
  width: 24px;
  height: 4px;
  background: #eef146;
  border-radius: 40px;
}

.home {
  margin-bottom: 275px;
  position: relative;
}
.home .home__drawing-1 {
  position: absolute;
  top: 0;
  left: 24%;
  transform: translate(-78%, -14%);
  z-index: 2;
}
@media (max-width: 1250px) {
  .home .home__drawing-1 {
    left: 14%;
    transform: translate(-64%, -14%);
  }
}
@media (max-width: 992px) {
  .home .home__drawing-1 {
    left: 15%;
  }
}
@media (max-width: 768px) {
  .home .home__drawing-1 {
    display: none;
  }
}
.home .home__drawing-1 img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .home .home__drawing-1 img {
    width: 54%;
  }
}
.home .home__drawing-2 {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 1250px) {
  .home .home__drawing-2 {
    top: 28%;
    left: 53%;
    transform: translate(-44%, -53%);
  }
}
@media (max-width: 992px) {
  .home .home__drawing-2 {
    top: 8%;
    left: 65%;
    transform: translate(-53%, -50%);
  }
}
@media (max-width: 768px) {
  .home .home__drawing-2 {
    display: none;
  }
}
.home .home__drawing-2 img {
  width: 100%;
  height: auto;
}
.home .home__drawing-3 {
  position: absolute;
  top: 15%;
  right: 18%;
  transform: translate(100%, -11%);
  z-index: 2;
}
@media (max-width: 992px) {
  .home .home__drawing-3 {
    right: 18%;
  }
}
@media (max-width: 768px) {
  .home .home__drawing-3 {
    display: none;
  }
}
.home .home__drawing-3 img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .home .home__drawing-3 img {
    width: 72%;
  }
}
.home .home__drawing-4 {
  position: absolute;
  bottom: -280px;
  left: 70px;
  transform: translate(28%, -35%);
  z-index: 2;
}
@media (max-width: 768px) {
  .home .home__drawing-4 {
    left: 10%;
    transform: translate(0%, 0%);
  }
}
.home .home__drawing-4 img {
  width: 100%;
  height: auto;
}
.home .home__filter-1 {
  width: 196px;
  height: 196px;
  background: #040581;
  filter: blur(177.5px);
  position: absolute;
  top: 200px;
  left: 0;
}
.home .home__filter-2 {
  width: 196px;
  height: 196px;
  background: rgba(238, 241, 70, 0.47);
  filter: blur(177.5px);
  position: absolute;
  top: 20%;
  left: 50%;
}
@media (max-width: 375px) {
  .home .home__filter-2 {
    width: 180px;
    height: 180px;
    left: 0%;
  }
}
.home .home__filter-3 {
  width: 196px;
  height: 196px;
  background: #040581;
  filter: blur(177.5px);
  position: absolute;
  top: -20%;
  right: 0;
}
.home .home__body {
  margin: 153px 0;
  text-align: center;
  position: relative;
  z-index: 6;
}
.home .home__body-title {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}
.home .home__body-text {
  margin: 37px auto 47px;
  max-width: 593px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

.advantag {
  margin-bottom: 110px;
  padding-top: 90px;
  position: relative;
}
.advantag .advantag__drawing {
  position: absolute;
  bottom: -10%;
  right: 20%;
  transform: translate(14%, 0%);
}
.advantag .advantag__drawing img {
  width: 100%;
  height: auto;
}
.advantag .advantag__body .advanced__body-title {
  margin: 0 auto;
}
.advantag .advantag__body .advantag__body-lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  .advantag .advantag__body .advantag__body-lists {
    justify-content: space-evenly;
  }
}
.advantag .advantag__body .advantag__body-lists .advantag__element {
  margin: 81px 10px 0;
}
.advantag .advantag__body .advantag__body-lists .advantag__element-img {
  max-width: 100px;
  height: auto;
}
.advantag .advantag__body .advantag__body-lists .advantag__element-text {
  margin-top: 45px;
  max-width: 338px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}

.about {
  margin-bottom: clamp(215px, 5%, 50%);
  padding-top: 90px;
  position: relative;
}
.about .about__drawing-1 {
  position: absolute;
  top: 10%;
  right: 13%;
  transform: translate(-13%, -10%);
}
@media (max-width: 1250px) {
  .about .about__drawing-1 {
    right: 8%;
    transform: translate(20%, -10%);
  }
}
@media (max-width: 768px) {
  .about .about__drawing-1 {
    display: none;
  }
}
.about .about__drawing-1 img {
  width: 100%;
  height: auto;
}
.about .about__drawing-2 {
  position: absolute;
  top: 72%;
  left: 16%;
  transform: translate(-48%, -66%);
}
@media (max-width: 1250px) {
  .about .about__drawing-2 {
    left: 12%;
    transform: translate(-61%, -66%);
  }
}
@media (max-width: 768px) {
  .about .about__drawing-2 {
    display: none;
  }
}
.about .about__drawing-2 img {
  width: 100%;
  height: auto;
}
.about .about__drawing-3 {
  position: absolute;
  bottom: 27%;
  right: 20%;
  transform: translate(14%, -6%);
}
@media (max-width: 768px) {
  .about .about__drawing-3 {
    bottom: 36%;
  }
}
.about .about__drawing-3 img {
  width: 100%;
  height: auto;
}
.about .about__filter-1 {
  width: 196px;
  height: 196px;
  background: #040581;
  filter: blur(177.5px);
  position: absolute;
  top: 10%;
  left: 0;
}
.about .about__filter-2 {
  width: 196px;
  height: 196px;
  background: #040581;
  filter: blur(177.5px);
  position: absolute;
  top: 40%;
  left: 60%;
  transform: translate(-50%, -40%);
}
.about .about__filter-3 {
  width: 196px;
  height: 196px;
  background: rgba(84, 241, 70, 0.68);
  filter: blur(177.5px);
  position: absolute;
  bottom: 20%;
  right: 40%;
  transform: translate(-40%, -20%);
  z-index: 1;
}
.about .about__body {
  position: relative;
  z-index: 4;
}
.about .about__body-title {
  margin: 0 auto;
  margin-bottom: 78px;
}
.about .about__body-text {
  margin-bottom: 50px;
  max-width: 780px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149.19%;
  color: #ffffff;
}
.about .about__body-text span {
  color: #eef146;
}
.about .about__body-img_1 {
  max-width: 812px;
  position: relative;
}
@media (max-width: 992px) {
  .about .about__body-img_1 {
    display: flex;
    margin: 20px auto;
  }
}
.about .about__body-img_1 img {
  width: 100%;
  height: auto;
  position: relative;
  top: 60px;
  left: -60px;
  z-index: 1;
}
@media (max-width: 992px) {
  .about .about__body-img_1 img {
    left: 0;
  }
}
.about .about__body-img_2 {
  max-width: 860px;
}
@media (max-width: 1250px) {
  .about .about__body-img_2 {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .about .about__body-img_2 {
    display: flex;
    margin: 0 auto;
  }
}
.about .about__body-img_2 img {
  width: 100%;
  height: auto;
  position: relative;
  top: -113px;
  left: 146px;
  z-index: 2;
}
@media (max-width: 992px) {
  .about .about__body-img_2 img {
    top: 0;
    left: 0;
  }
}
.about .about__body .application {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .about .about__body .application {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .about .about__body .application {
    display: block;
    margin-top: 180px;
  }
}
.about .about__body .application .application__info-title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}
.about .about__body .application .application__info-text {
  margin: 46px 0 56px;
  max-width: 400px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149.19%;
  color: #ffffff;
}
.about .about__body .application .application__img {
  display: flex;
  max-width: 700px;
  position: relative;
  top: 0;
  right: -100px;
}
@media (max-width: 1250px) {
  .about .about__body .application .application__img {
    max-width: 660px;
    right: 0;
  }
}
@media (max-width: 992px) {
  .about .about__body .application .application__img {
    max-width: 484px;
  }
}
@media (max-width: 768px) {
  .about .about__body .application .application__img {
    max-width: 100%;
    display: flex;
    margin-top: 26px;
  }
}
.about .about__body .application .application__img img {
  width: 100%;
  height: auto;
}

.price {
  margin-bottom: 350px;
  position: relative;
}
.price .price__drawing-1 {
  position: absolute;
  top: -18%;
  left: 18%;
  transform: translate(-13%, 0%);
  z-index: 2;
}
@media (max-width: 1060px) {
  .price .price__drawing-1 {
    top: -13%;
  }
}
@media (max-width: 713px) {
  .price .price__drawing-1 {
    top: -8%;
  }
}
.price .price__drawing-1 img {
  width: 100%;
  height: auto;
}
.price .price__drawing-2 {
  position: absolute;
  top: 27%;
  left: 5%;
  transform: translate(-84%, 0%);
  z-index: 2;
}
.price .price__drawing-2 img {
  width: 100%;
  height: auto;
}
.price .price__drawing-3 {
  position: absolute;
  bottom: -40%;
  right: 20%;
  transform: translate(14%, 0%);
}
@media (max-width: 1060px) {
  .price .price__drawing-3 {
    bottom: -18%;
  }
}
@media (max-width: 768px) {
  .price .price__drawing-3 {
    bottom: -12%;
  }
}
.price .price__drawing-3 img {
  width: 100%;
  height: auto;
}
.price .price__body {
  position: relative;
  z-index: 4;
}
.price .price__body .price__body-title {
  margin: 0 auto 70px;
}
.price .price__body .price__body-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.price .price__body .price__body-cards .blue {
  background: rgb(13, 32, 16);
  background: linear-gradient(360deg, rgba(13, 32, 16, 0.16) 10%, rgba(51, 33, 163, 0.3) 50%, rgb(12, 11, 18) 85%);
}
.price .price__body .price__body-cards .yellow {
  background: rgb(13, 32, 16);
  background: linear-gradient(360deg, rgba(13, 32, 16, 0.16) 10%, rgba(220, 210, 0, 0.16) 50%, rgb(12, 11, 18) 85%);
}
.price .price__body .price__body-cards .green {
  background: rgb(13, 32, 16);
  background: linear-gradient(360deg, rgb(13, 32, 16) 10%, rgba(19, 203, 3, 0.16) 50%, rgb(12, 11, 18) 85%);
}
.price .price__body .price__body-cards .price__card {
  padding: 52px 28px 46px 36px;
  max-width: 347px;
  height: auto;
  border: 0.5px solid #ffffff;
  filter: drop-shadow(0px 0px 25px rgba(238, 241, 70, 0.38));
  border-radius: 5px;
}
@media (max-width: 1250px) {
  .price .price__body .price__body-cards .price__card {
    margin-bottom: 26px;
  }
}
.price .price__body .price__body-cards .price__card-title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}
.price .price__body .price__body-cards .price__card-text {
  margin: 72px 0 206px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.price .price__body .price__body-cards .price__card .text__pd {
  margin-bottom: 168px;
}
.price .price__body .price__body-cards .price__card-button {
  padding: 10px 94px;
  background: #eef146;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
  transition: background 0.5s linear;
}
.price .price__body .price__body-cards .price__card-button:hover {
  background: #f1ae46;
}
@media (max-width: 374px) {
  .price .price__body .price__body-cards .price__card-button {
    padding: 10px 64px;
  }
}

.footer {
  background: linear-gradient(90deg, #0c0b12 35.26%, rgba(78, 80, 0, 0.58) 100%);
  box-shadow: 0px -1px 42px 6px rgba(4, 5, 129, 0.35);
  position: relative;
}
.footer .footer__drawing-1 {
  position: absolute;
  top: 65%;
  left: 64%;
  transform: translate(-50%, -72%);
  z-index: 1;
}
@media (max-width: 768px) {
  .footer .footer__drawing-1 {
    display: none;
  }
}
.footer .footer__drawing-1 img {
  max-width: 100%;
  height: auto;
}
.footer .footer__big-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.footer .footer__big-logo img {
  opacity: 0.4;
  max-width: 100%;
  height: auto;
}
.footer .footer__body {
  padding: 42px 0 18px;
  position: relative;
  z-index: 4;
}
.footer .footer__body-title {
  margin-bottom: 22px;
  text-align: left;
}
@media (max-width: 768px) {
  .footer .footer__body-title {
    margin-bottom: 36px;
  }
}
.footer .footer__body .footer__body-col {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .footer__body .footer__body-col {
    display: block;
  }
}
.footer .footer__body .footer__body-col .footer__body-col__icons {
  display: block;
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__tel {
  display: flex;
  align-items: center;
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__tel-img {
  max-width: 40px;
  max-height: 40px;
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__tel-p {
  padding-left: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__location {
  margin: 24px 0;
  display: flex;
  align-items: center;
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__location-img {
  max-width: 40px;
  max-height: 40px;
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__location-p {
  padding-left: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__soc ul {
  display: flex;
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__soc ul li {
  list-style: none;
  transition: transform 0.5s linear;
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__soc ul li:hover {
  transform: rotate(20deg);
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__soc ul li a {
  text-decoration: none;
  margin-right: 20px;
}
.footer .footer__body .footer__body-col .footer__body-col__icons .icon__soc ul li a img {
  max-width: 40px;
  max-height: 40px;
}
.footer .footer__body .footer__body-col .footer__body-col__menu ul li {
  margin-bottom: 30px;
  list-style: none;
}
.footer .footer__body .footer__body-col .footer__body-col__menu ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s linear;
}
.footer .footer__body .footer__body-col .footer__body-col__menu ul li a:hover {
  color: #eef146;
}
@media (max-width: 768px) {
  .footer .footer__body .footer__body-col .footer__body-col__menu {
    display: none;
  }
}
.footer .footer__body .footer__body-col .footer__body-col__info {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .footer .footer__body .footer__body-col .footer__body-col__info {
    margin: 36px 0;
  }
}
.footer .footer__body .footer__body-col .footer__body-col__info .info__p {
  margin-bottom: 40px;
  max-width: 346px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 154.69%;
  color: #ffffff;
}
.footer .footer__body .footer__body-col .footer__body-col__info .info__p a {
  color: #ffb651;
  text-decoration: none;
}
.footer .footer__body .footer__logo a {
  text-decoration: none;
}
.footer .footer__body .footer__logo a img {
  max-width: 70px;
  max-height: 70px;
}

.documentation {
  margin: 100px auto;
  position: relative;
}
@media (max-width: 768px) {
  .documentation {
    margin: 20px auto;
  }
}
.documentation .bg_circle {
  top: 50%;
  left: 50%;
  position: fixed;
  width: 40%;
  height: 47%;
  background: rgba(238, 241, 70, 0.47);
  filter: blur(177.5px);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.documentation .container {
  display: flex;
}
@media (max-width: 768px) {
  .documentation .container {
    flex-direction: column;
    padding: 20px;
  }
}
.documentation .container .documentation_nav {
  flex-grow: 2;
  width: 100%;
  max-width: 170px;
}
.documentation .container .documentation_nav ul li {
  list-style: none;
  margin-bottom: 5px;
}
.documentation .container .documentation_nav ul li.active > a {
  color: #eef146;
}
.documentation .container .documentation_nav ul li.active .sub_list {
  display: block;
}
.documentation .container .documentation_nav ul li a {
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
.documentation .container .documentation_nav ul li a:before {
  color: #eef146;
  content: "# ";
}
.documentation .container .documentation_nav ul li .sub_list {
  margin-left: 15px;
  display: block;
}
.documentation .container .documentation_nav ul li .sub_list li a {
  font-size: 16px;
}
.documentation .container .documentation_content {
  margin-left: 15%;
}
@media (max-width: 768px) {
  .documentation .container .documentation_content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.documentation .container .documentation_content .small_title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 20px;
}
.documentation .container .documentation_content .medium_title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 15px;
}
.documentation .container .documentation_content .bold_title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  padding-bottom: 10px;
}
.documentation .container .documentation_content .txt_content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149.19%;
  color: #ffffff;
  padding-bottom: 15px;
}
.documentation .container .documentation_content .txt_content .txt_content_yellow {
  color: #eef146;
}
.documentation .container .documentation_content .code_example {
  counter-reset: line-numbering;
  background: #2c3e50;
  padding: 15px;
  white-space: pre-wrap;
  color: #ecf0f1;
  width: 100%;
  margin-bottom: 20px;
}
.documentation .container .documentation_content .code_example .line::before {
  content: counter(line-numbering);
  counter-increment: line-numbering;
  padding-right: 1em;
  /* space after numbers */
  padding-left: 8px;
  width: 1.5em;
  text-align: right;
  opacity: 0.5;
  color: white;
}

.search-input {
    width: 100%;
    background: none;
    color: white;
    -webkit-appearance: none;
    margin-bottom: 15px;
    border: none;
    font-size: 18px;
    border-bottom: 1px solid #eef146;
}

.search-input:focus {

}

.documentation_content {
    color: white;
    line-height: 2;
}
blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 5px solid #eef146;
}
h2 {
    margin-top: 15px;
}
h3 {
    margin-top: 10px;
    color: #eef146;
    font-weight: bold;
}
h4 {
    color: #eef146;
}

hr {
    border-color: #d9dc41;
}
/*# sourceMappingURL=style.css.map */
