body {
  font-family: "Arvo", serif;
  font-family: "Montserrat", sans-serif;
  background-color: white;
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
  font-family: "Arvo", serif;
  font-family: "Montserrat", sans-serif;
}
body ul {
  font-family: "Arvo", serif;
  font-family: "Montserrat", sans-serif;
}

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

body a {
  cursor: pointer;
  text-underline-offset: 0;
  text-decoration-skip-ink: unset;
}

.slick-prev {
  display: block;
  cursor: pointer;
  width: 15px;
  height: 30px;
  background-size: contain;
  margin: 0 22px;
}
.slick-next {
  display: block;
  cursor: pointer;
  width: 15px;
  height: 30px;
  background-size: contain;
  margin: 0 22px;
}
.rb-button {
  position: relative;
  width: auto;
  height: 48px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.02em;
  border-radius: 0;
  -webkit-transition: ease background-color 0.3s;
  transition: ease background-color 0.3s;
  color: white;
  border: 0;
  padding: 0 24px;
  background: #76BC21;
}
.rb-button i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.rb-button:hover {
  background-color: #96ED52;
  color: white;
}
.rb-button.disabled {
  background: #646363;
  color: white;
  cursor: default;
}
.rb-button.disabled:hover {
  background: #646363;
  color: white;
}

/*=== =commons  ===================================*/
.simple-page-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.simple-page-container.gray-bg {
  background-color: #F2F2F2;
}
.simple-page-container.gray-bg .mp-block-big-title {
  color: white;
}
.simple-page-container.black-bg {
  background-color: #000;
}
.simple-page-container.black-bg .mp-block-big-title {
  color: white;
}
.simple-page-container.black-bg .mp-block-small-title h2 {
  color: white;
}
.simple-page-container.black-bg .mp-right-content-carousel .mp-right-content-block .carousel-block-text {
  color: white;
}
.simple-page-container .simple-block-small-title {
  position: relative;
  padding-top: 170px;
  padding-left: 205px;
}
.simple-page-container .simple-block-small-title h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #6B6B6B;
}

/*# sourceMappingURL=style.css.map */
