body {
  -webkit-font-smoothing: antialiased;
  color: #000;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row .col {
  padding-left: 15px;
  padding-right: 15px;
}

h1 {
  font-size: 2.875rem;
}

h2 {
  font-size: 1.875rem;
}

@media (min-width: 40em) {
  h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 90em) {
  h2 {
    font-size: 2.625rem;
  }
}

h3 {
  font-size: 1.375rem;
  font-weight: 300;
}

@media (min-width: 90em) {
  h3 {
    font-size: 1.875rem;
  }
}

h3.smaller {
  font-size: 1.375rem;
}

@media (min-width: 90em) {
  h3.smaller {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.375rem;
}

@media (min-width: 90em) {
  h4 {
    font-size: 1.5rem;
  }
}

hr {
  margin-top: 70px;
  margin-bottom: 50px;
  color: #d5d5d5;
  background-color: #d5d5d5;
  opacity: 0.33;
}

h4.smaller {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
}

h4.smaller .bold {
  font-weight: 600;
}

h4.smaller a {
  font-size: 1.375rem;
  text-decoration: none;
}

@media (min-width: 90em) {
  h4.smaller {
    font-size: 1.375rem;
  }
}

h4 a {
  font-size: 1.375rem;
}

@media (min-width: 90em) {
  h4 a {
    font-size: 1.5rem;
  }
}

p {
  font-size: 1rem;
}

@media (min-width: 90em) {
  p {
    font-size: 1.125rem;
  }
}

p.smaller {
  font-size: 1rem;
}

p.bigger {
  font-size: 1.375rem;
}

ul {
  font-size: 1rem;
  padding: 0 0 0 35px;
}

ul li {
  padding-bottom: 35px;
}

ul li::before {
  color: #80c343;
  content: "•";
  display: inline-block;
  font-weight: 700;
  margin-left: -35px;
  width: 35px;
}

.section-padding {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 40em) {
  .section-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 40em) and (max-width: 64em) {
  .section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 64em) and (max-width: 90em) {
  .section-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.hero {
  position: relative;
}

.hero .hero__image {
  width: 100%;
  padding: 0;
}

.hero .hero__image .image {
  width: 100%;
  height: auto;
}

.tagline {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 40em) {
  .tagline {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 40em) {
  .tagline .subtitle {
    font-size: 1rem;
  }
}

.tagline .tagline-label {
  margin-bottom: 0;
}

@media (min-width: 40em) {
  .tagline .tagline-label {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.tagline .tagline-label.bold {
  margin-bottom: 24px;
}

.social-media {
  background-color: #f5f5f5;
  padding: 60px 0;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 40em) {
  .social-media {
    padding: 95px 0;
  }
}

.social-media .social-media__items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.social-media .social-media__items a {
  margin-left: 3px;
  margin-right: 3px;
}

.product-description {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 40em) {
  .product-description {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.product-description .product-description__spec .spec__content {
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .product-description .product-description__spec .spec__content {
    margin-bottom: 0;
  }
}

.product-description .product-description__spec .spec__content:last-child {
  margin-bottom: 0;
}

.product-description .product-description__spec .spec__content .spec__image {
  text-align: center;
}

.product-description .product-description__spec .spec__content .spec__title {
  position: relative;
  text-align: center;
  padding: 40px 0;
  background-color: #f5f5f5;
}

/* .product-description
  .product-description__spec
  .spec__content
  .spec__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: transparent linear-gradient(90deg, #53c430 0%, #00424c 100%) 0% 0%
    no-repeat padding-box;
} */

.product-description .product-description__spec .spec__content .spec__wrap {
  padding: 0;
}

@media (min-width: 40em) {
  .product-description .product-description__spec .spec__content .spec__wrap {
    padding: 0;
  }
}

@media (min-width: 64em) {
  .product-description .product-description__spec .spec__content .spec__wrap {
    min-height: auto;
  }
}

@media (min-width: 90em) {
  .product-description .product-description__spec .spec__content .spec__wrap {
    min-height: 1180px;
  }
}

.product-description .product-description__spec .spec__content .spec__tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 9px;
}

.product-description .product-description__spec .spec__content .spec__icon {
  margin-right: 24px;
  min-width: 74px;
}

.product-description .product-description__spec .spec__content .spec__desc {
  font-size: 1rem;
  padding-left: 24px;
  margin: 0;
}

.line {
  height: 38px;
  width: 1px;
  background-color: #f5f5f5;
}

@media (min-width: 90em) {
  .product-description .product-description__spec .spec__content .spec__desc {
    font-size: 1rem;
    font-weight: 600;
  }
}

.product-description .product-description__spec .spec__content .shops__row {
  margin-left: -5px;
  margin-right: -5px;
}

.product-description .product-description__spec .spec__content .shops__col {
  max-width: 25%;
  padding-left: 3px;
  padding-right: 3px;
}

.product-description
  .product-description__spec
  .spec__content
  .shops__col
  .partners__item {
  width: 100%;
  height: 100%;
  min-height: 45px;
  margin: 0 0 10px 0;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-description
  .product-description__spec
  .spec__content
  .shops__col
  .partners__image {
  max-width: 90%;
}

.product-description
  .product-description__spec
  .spec__content
  .shops__col
  .partners__image--smaller {
  max-width: 65%;
}

.product-description .product-description__note {
  background-color: white;
  padding: 24px 20px;
}

@media (min-width: 40em) {
  .product-description .product-description__note {
    padding: 22px 0;
  }
}

@media (max-width: 40em) {
  .product-description .product-description__note p {
    font-size: 0.875rem;
    text-align: left;
  }
}

.product-description .spec__tab {
  width: 100%;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 8px 0;
  border-radius: 10px;
}

.news {
  padding-top: 50px;
  padding-bottom: 40px;
}

.news-2 {
  padding-top: 120px;
}

@media (max-width: 64em) {
  .news-2 {
    padding-top: 60px;
  }
}

.news .news__item {
  padding-bottom: 45px;
}

.news .news__image {
  margin-bottom: 40px;
}

.news .news__title {
  margin-bottom: 20px;
}

.news .news__note {
  background-color: #f5f5f5;
  padding: 24px 20px;
}

@media (min-width: 40em) {
  .news .news__note {
    padding: 22px 0;
  }
}

@media (max-width: 40em) {
  .news .news__note p {
    font-size: 0.875rem;
    text-align: left;
  }
}

.pb-0 {
  padding-bottom: 0;
}

.bg-bg {
  background-color: #f5f5f5;
}

.bg-white {
  background-color: white;
}

.pt-0 {
  padding-top: 0;
}

.pt-2 {
  padding-top: 12px !important;
}

.pb-2 {
  padding-bottom: 12px !important;
}

.border-radius-10 {
  border-radius: 10px;
}

.video-player {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 64em) {
  .video-player {
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

.news__text {
  font-size: 1rem;
  font-weight: 400;
}

.image-text-columns {
  padding: 100px 40px;
  background-color: white;
}

.image-text-columns.image-text-columns--light {
  background-color: #f5f5f5;
}

@media (max-width: 64em) {
  .image-text-columns {
    padding: 40px 20px;
  }
}

.image-text-columns .image-text-columns__content {
  color: #000;
}

.image-text-columns.image-text-columns--light .image-text-columns__content,
.image-text-columns.image-text-columns--light .image-text-columns__content a {
  color: #000;
}

@media (min-width: 64em) {
  .image-text-columns
    .image-text-columns__content.image-text-columns__content--padding {
    padding-top: 50px;
  }

  .image-text-columns.image-text-columns--light
    .image-text-columns__content.image-text-columns__content--padding {
    padding-top: 30px;
  }
}

.panel__desc {
  padding: 38px 30px;
}

.panel {
  padding-bottom: 140px;
}

@media (max-width: 64em) {
  .panel {
    padding-bottom: 70px;
  }
}

.ps-4 {
  padding-left: 30px;
}

h3 sup {
  font-size: 0.935rem;
}

.w-100 {
  min-width: 100%;
}

.border-radius-44 {
  border-radius: 44px;
}

.button-white {
  color: #8f8f8f;
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 400;
  backgrund-color: white !important;
}

.spec__content-mobile {
  display: none;
}

.spec__content-mobile.active-content {
  display: block;
}

.button-mobile.active-cta {
  background-color: #83b821;
  color: white;
}

.position-relative {
  position: relative;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
