main {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-top: 0px;
}

.blur-box {
  background: rgba(242, 248, 242, 0.6);
}

.hero {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-color: #f2f8f2;
  display: flex;
  justify-content: center;
  padding-top: 127px;
}

.hero-content {
  display: flex;
  width: 100%;
  max-width: 1440px;
  align-items: center;
}

.hero-left {
  max-width: 589px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-left-title {
  font-size: 16px;
  font-weight: 700;
  color: #287d3e;
  text-transform: uppercase;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}

.hero-left-subtitle {
  font-weight: 600;
  font-size: 56px;
  margin-bottom: 15px;
}

.text-highlight {
  color: #3b8111;
}

.hero-left-description {
  font-weight: 400;
  max-width: 589px;
}

.check-icon {
  position: absolute;
  z-index: 0;
}

.hero-image {
  position: relative;
  z-index: 1;
}

.feature-1 {
  z-index: 1;
  position: absolute;
  margin-top: -385px;
  background-color: #f5faf6;
  color: #5b6b5e;
  width: 345px;
  padding: 20px;
  border-radius: 20px;
  margin-left: 268px;
  display: flex;
  border: 1px solid #d0e2d3;
}

.feature-2 {
  z-index: 1;
  position: absolute;
  margin-top: -193px;
  background-color: #f5faf6;
  color: #5b6b5e;
  max-width: 345px;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  border: 1px solid #d0e2d3;
}

.feature-image-round {
  display: flex;
  background-color: rgb(40 125 62 / 12%);
  height: 42px;
  border-radius: 100%;
  margin-right: 10px;
  width: 42px;
  justify-content: center;
  align-items: center;
}

.icon-building::before {
  font-size: 22px;
  color: #3b8111;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-description {
  font-size: 16px;
  font-weight: 400;
}

.highlights {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

.highlights-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1336px;
}

.highlight-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}

.highlight-title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #3b8111;
  text-align: left;
  text-transform: uppercase;
}

.highlight-subtitle {
  font-weight: 600;
  font-size: 48px;
}

.highlight-subtitle-focus {
  color: #3b8111;
}

.highlight-top-buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.btn-highlight {
  background-color: #fbd739;
  color: #ffffff;
  padding: 5px;
  border-radius: 100%;
  border: 0px;
  margin-left: 5px;
  margin-right: 5px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-highlight:disabled {
  opacity: 0.5;
}

.highlight-bottom {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  cursor: grab;
  padding-left: 15px;
  padding-right: 15px;
}

.highlight-bottom .card:last-child {
  margin-right: 0;
}

.banner {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.advertise-image {
  width: 100%;
  max-width: 970px;
}

.card {
  margin-bottom: 0px;
}

.plans {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plans-top {
  display: flex;
  flex-direction: column;
}

.plans-title {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  color: #3b8111;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
}

.plans-subtitle {
  display: block;
  font-weight: 600;
  font-size: 48px;
}

.plans-subtitle-highlight {
  color: #3b8111;
}

.plan-cards {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  position: relative;
  cursor: grab;
  max-width: 1440px;
  justify-content: space-around;
  -webkit-overflow-scrolling: touch;
}

.plan-card {
  display: flex;
  max-width: 309px;
  min-width: 309px;
  flex-direction: row;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  flex-wrap: wrap;
  user-select: none;
}

.plan-card-top {
  display: flex;
  color: #f5faf6;
  padding: 22px;
  border-radius: 15px 15px 0px 0px;
  width: 100%;
}

.plan-card-top-title {
  font-weight: 600;
  font-size: 32px;
}

.plan-card-top-favorite {
  position: absolute;
  color: #142c06;
  font-size: 16px;
  font-weight: 600;
  background-color: #e4f3e7;
  transform: rotate(35deg);
  display: flex;
  padding-left: 72px;
  padding-right: 72px;
  margin-left: 90px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 1px;
  clip-path: polygon(
    57px 0%,
    100% 0%,
    100% calc(100% - 41px),
    calc(100% - 58px) 100%,
    0% 100%,
    0% 41px
  );
}

.plan-card-bottom {
  background-color: #f5faf6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 22px;
  border-radius: 0px 0px 15px 15px;
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
}

.plan-card-bottom-price {
  font-size: 40px;
  font-weight: 600;
  color: #142c06;
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-top: 30px;
}

.plan-card-bottom-period {
  font-weight: 400;
  font-size: 16px;
}

.bg-yellow {
  background-color: #fbd739;
}

.border-yellow {
  border-color: #fbd739;
}

.text-green {
  color: #3b8111;
}

.border-green {
  border-color: #3b8111;
}

.bg-green {
  background-color: #3b8111;
}

.text-yellow {
  color: #fbd739;
}

.btn-plan-card {
  display: flex;
  background-color: #fbd739;
  color: #64530c;
  width: 175px;
  justify-content: center;
  flex-direction: row;
  padding: 16px;
  width: 100%;
  max-width: unset;
  margin-bottom: 0px;
}

.btn-plan-card > .icon-check {
  margin-left: 5px;
}

.plan-card-bottom ul {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.plan-card-bottom ul li {
  list-style: none;
  display: flex;
  align-items: center;
  color: #88998b;
  margin-top: 5px;
  margin-bottom: 5px;
}

.plan-card-bottom ul li:before {
  content: url("/oc-content/themes/ric/images/icon-discount-check.png");
  margin-right: 10px;
}

.plan-card-bottom .card-features-divider {
  margin-top: 30px;
  width: 100%;
}

.plan-card-type-1 {
  background-color: #f5faf6;
  color: #3b8111;
}

.plan-card-type-2 {
  background-color: #3b8111;
}

.plan-card-type-3 {
  background-color: #142c06;
}

.overflow-y {
  overflow-y: auto;
  max-height: 720px;
}

@media (max-width: 1439px) {
  .highlight-title {
    font-size: 12px;
    font-weight: 700;
  }

  .hero-content {
    flex-direction: column;
  }
  .hero-left {
    text-align: center;
  }
  .hero-image {
    max-height: 493px;
  }
  .check-icon {
    display: none;
  }
  .feature-2 {
    padding: 8px;
    margin-top: -300px;
    margin-left: -125px;
    max-width: 266px;
  }
  .feature-1 {
    padding: 8px;
    margin-top: -250px;
    margin-left: 205px;
    max-width: 266px;
  }
  .hero-left-title {
    font-size: 12px;
  }
  .hero-left-subtitle {
    font-size: 32px;
  }
  .hero-left-description {
    font-size: 16px;
  }
  .feature-title {
    font-size: 16px;
  }
  .feature-description {
    font-size: 12px;
  }
  .highlights-content {
    max-width: calc(1440px - 260px);
  }
  .plans-subtitle {
    font-size: 32px;
  }
  .overflow-y {
    overflow-y: auto;
    max-height: 480px;
  }
}

@media (max-width: 1075px) {
  .highlights-content {
    max-width: calc(1440px - 600px);
  }
}

@media (max-width: 970px) {
  .banner {
    display: none;
  }
}

@media (max-width: 720px) {
  .plans-subtitle {
    font-size: 24px;
  }
  .plans-title {
    font-size: 12px;
  }
  .highlight-top-buttons {
    order: 2;
    margin-top: 15px;
  }
  .highlight-bottom {
    order: 1;
  }
  .blur-box {
    background: rgba(242, 248, 242, 0.9);
  }
  .highlights-content {
    max-width: calc(1440px - 1020px);
  }
  .highlight-title {
    font-size: 12px;
    font-weight: 700;
  }
  .highlight-subtitle {
    font-size: 24px;
    font-weight: 600;
  }
  .filterModal {
    bottom: 0px;
    position: absolute;
  }

  .overflow-y {
    overflow-y: auto;
    max-height: 320px;
  }
}

@media (max-width: 620px) {
  .hero-image {
    max-height: 425px;
  }
  .feature-2 {
    padding: 5px;
    margin-top: -110px;
    margin-left: 0px;
    max-width: 198px;
  }
  .feature-1 {
    padding: 5px;
    margin-top: -214px;
    margin-left: 95px;
    max-width: 198px;
  }
  .feature-title {
    font-size: 12px;
  }
  .feature-description {
    font-size: 10px;
  }

  .icon-building::before {
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .feature-image-round {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    margin-right: 8px;
    margin-top: 4px;
  }
  .hero-left {
    text-align: left;
  }
  .check-icon {
    display: block;
    max-height: 329px;
  }
}

.backdrop-blur {
  backdrop-filter: blur(10px);
}

.ripple {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ripple::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle,
    rgba(25, 221, 58, 0.3) 10%,
    transparent 10.01%
  );
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.6s, opacity 1s;
}

.ripple:active::after {
  transform: scale(0, 0);
  opacity: 0.5;
  transition: 0s;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.text-search {
  color: rgba(100, 83, 12, 1);
}

.bg-green-light {
  background-color: rgba(59, 129, 17, 0.04);
}

[class^="feature-"] {
  box-sizing: unset;
}

.search-bar {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
    width: 100%;
    max-width: unset;
    position: relative;
    display: flex;
    align-items: center;
    border: 3px solid #fbd739;
    border-radius: 9999px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.hero-left-description {
  display: flex;
  flex-wrap: wrap;
}

img{max-width: unset;}

button, input, select, optgroup, textarea, ::file-selector-button{
  font: -webkit-control;
}