﻿@import url("//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --background-color-500: #e5e5e5;
  --background-color-600: #eeeeee;
  --background-color-700: #f0f0f0;
  --background-color-800: #fafafa;
  --background-color-900: #ffffff;
  --primary-color-300: #8e1a1e;
  --primary-color-400: #a01e22;
  --primary-color-500: #b22126;
  --primary-color-900: #fbf4f4;
  --success-color-500: #19865e;
  --dark-color-000: #000000;
  --dark-color-600: #6d6d6d;
  --fs-sm: clamp(0.67rem, 0.4vw + 0.57rem, 0.89rem);
  --fs-base: clamp(0.75rem, 0.45vw + 0.64rem, 1rem);
  --fs-md: clamp(0.84rem, 0.51vw + 0.72rem, 1.13rem);
  --fs-lg: clamp(0.95rem, 0.58vw + 0.81rem, 1.27rem);
  --fs-xl: clamp(1.07rem, 0.65vw + 0.91rem, 1.42rem);
  --fs-xxl: clamp(1.2rem, 0.73vw + 1.02rem, 1.6rem);
  --fs-xxxl: clamp(1.35rem, 0.82vw + 1.15rem, 1.8rem);
  --fs-4xl: clamp(1.52rem, 0.92vw + 1.29rem, 2.03rem);
  --fs-5xl: clamp(1.71rem, 1.04vw + 1.45rem, 2.28rem);
  --fs-6xl: clamp(1.92rem, 1.17vw + 1.63rem, 2.57rem);
  --fs-8xl: clamp(2.16rem, 1.31vw + 1.84rem, 2.89rem);
  --fs-9xl: clamp(2.44rem, 1.48vw + 2.07rem, 3.25rem);
  --fs-10xl: clamp(2.74rem, 1.66vw + 2.32rem, 3.65rem);
  --font-heading: "Montserrat", sans-serif;
  --font-content: "Open Sans", sans-serif;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: var(--font-content);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.cb-pricing__hero {
  background-color: var(--background-color-800);
  padding: 4rem 1rem;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.cb-pricing__hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cb-pricing__h1 {
  text-align: center;
  font-size: var(--fs-9xl);
  font-family: var(--font-heading);
  font-weight: 600;
}

.cb-pricing__lead,
.cb-plan__desc {
  font-size: var(--fs-lg);
  text-align: center;
  max-width: 800px;
  margin: 1rem auto;
  font-family: var(--font-content);
  opacity: 0.7;
}

.cb-pricing__switch {
  display: inline-block;
  margin: 0 auto;
  background-color: var(--background-color-700);
  padding: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 25px;
}

.cb-pricing__radio {
  display: none;
}

.cb-pricing__switch-label {
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  opacity: 0.7;
  transition: color 0.3s linear;
}

.cb-pricing__radio:checked + .cb-pricing__switch-label {
  background-color: white;
  opacity: 1;
  transition: color 0.3s linear;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.cb-pricing__features,
.cb-pricing__tierlist {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.cb-pricing__table {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 997.98px) {
  .cb-pricing__table {
    flex-direction: column;
  }
}

.cb-pricing__table-col {
  display: inline-block;
  background-color: var(--background-color-900);
  border: 1px solid var(--background-color-600);
  min-width: 400px;
  padding-top: 1rem;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.cb-pricing__table-col:first-child {
  border-right: 0;
}
.cb-pricing__table-col:last-child {
  border-left: 0;
}
@media screen and (max-width: 1209.98px) {
  .cb-pricing__table-col {
    min-width: unset;
    width: 300px;
  }
  .cb-pricing__table-col:first-child {
    border-right: 1px solid var(--background-color-600);
  }
  .cb-pricing__table-col:last-child {
    border-left: 1px solid var(--background-color-600);
  }
}
@media screen and (max-width: 997.98px) {
  .cb-pricing__table-col {
    min-width: 400px;
  }
}
@media screen and (max-width: 797.98px) {
  .cb-pricing__table-col {
    min-width: unset;
    width: 100%;
  }
}

.cb-pricing__table-title {
  color: var(--primary-color-500);
  font-family: var(--font-content);
  font-size: var(--fs-lg);
  font-weight: 600;
  text-transform: uppercase;
}

.cb-pricing__price {
  font-family: var(--font-heading);
}

.cb-pricing__amount {
  font-size: var(--fs-10xl);
  font-weight: 600;
}

.cb-pricing__symbol {
  font-size: var(--fs-xxl);
  font-weight: 600;
  position: relative;
  top: -20px;
}

.cb-pricing__price-container {
  padding: 1.5rem;
}

.cb-pricing__tierlist {
  width: 100%;
}

.cb-pricing__tieritem {
  border-top: 1px solid var(--background-color-600);
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cb-pricing__tieritem:last-child {
  border-bottom: 1px solid var(--background-color-600);
}

.cb-pricing__tier {
  font-weight: 600;
  font-size: var(--fs-base);
}

.cb-pricing__tier-symbol {
  font-size: var(--fs-sm);
}

.cb-pricing__features {
  padding: 1.25rem 1.5rem 0.75rem;
  min-height: 220px;
}
@media screen and (max-width: 575.98px) {
  .cb-pricing__features {
    min-height: unset;
  }
}

.cb-pricing__feature {
  margin-bottom: 1rem;
}
.cb-pricing__feature:last-child {
  margin-bottom: 0;
}

.cb-btn {
  transition: color 0.3s linear;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s linear;
}
.cb-btn:hover {
  transition: color 0.3s linear;
}

.cb-btn--primary {
  background-color: var(--primary-color-500);
  border: 1px solid var(--primary-color-400);
  color: var(--background-color-900);
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.cb-btn--primary:hover {
  color: var(--background-color-900);
  border: 1px solid var(--primary-color-300);
  background-color: var(--primary-color-400);
  box-shadow: none;
}

.cb-btn--secondary {
  color: var(--dark-color-000);
  background-color: var(--background-color-800);
  border: 1px solid var(--background-color-500);
}
.cb-btn--secondary:hover {
  background-color: var(--background-color-900);
  border: 1px solid var(--background-color-600);
}

.cb-btn--full {
  display: block;
  width: 100%;
}

.cb-pricing__col-cta {
  padding: 0.5rem 1.5rem 1.25rem 1.5rem;
}
.cb-pricing__col-cta .cb-btn:first-child {
  margin-bottom: 0.5rem;
}

.cb-btn--lg {
  padding: 0.9rem 0.85rem;
  border-radius: 0.3rem;
  font-size: var(--fs-md);
  font-weight: 600;
}

.cb-pricing__table-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -5rem;
}

.cb-plan__title {
  font-size: var(--fs-6xl);
  font-weight: 600;
  font-family: var(--font-heading);
  text-align: center;
}

.cb-plan__card {
  border: 1px solid var(--background-color-600);
  background-color: var(--background-color-900);
  padding: 2.75rem 2rem;
  max-width: 800px;
  margin: 2rem auto;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  margin-top: 3rem;
}

.cb-plan__cta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
  border-top: 1px solid var(--background-color-500);
  padding-top: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .cb-plan__cta {
    flex-direction: column;
  }
}

.cb-plan__input-label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.33rem;
}

.cb-plan__input {
  border: 1px solid var(--background-color-500);
  padding: 1rem;
  border-radius: 5px;
  display: block;
  width: 100%;
}
.cb-plan__input:focus {
  outline: var(--primary-color-900) solid 5px;
  border-color: var(--primary-color-500);
}
@media screen and (max-width: 575.98px) {
  .cb-plan__input {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.cb-plan__imp-service {
  display: none;
}

.cb-plan__inputs-container,
.cb-plan__tenure-contianer {
  display: flex;
  margin-bottom: 1rem;
  gap: 10px;
}
@media screen and (max-width: 575.98px) {
  .cb-plan__inputs-container,
  .cb-plan__tenure-contianer {
    flex-direction: column;
  }
}

.cb-plan__inputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .cb-plan__inputs {
    display: block;
  }
}

.cb-plan__input-group {
  margin-top: 1rem;
}

.cb-plan__imp-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--fs-sm);
  border: 1px solid var(--background-color-500);
  width: calc(33.33% - 10px);
  text-align: center;
  height: 58px;
  padding: 1rem;
  border-radius: 5px;
  margin-top: 0.15rem;
  cursor: pointer;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 575.98px) {
  .cb-plan__imp-label {
    width: 100%;
    height: unset;
    font-size: var(--fs-base);
  }
}

.cb-plan__imp-label:hover {
  background-color: var(--background-color-800);
}

.cb-plan__imp-service:checked + .cb-plan__imp-label {
  background-color: var(--primary-color-900);
  color: var(--primary-color-400);
  border: 1px solid var(--primary-color-500);
}

.cb-plan__implementation,
.cb-plan__tenure {
  margin-top: 1rem;
}

.cb-plan__table {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

.cb-plan__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 35px;
}

.cb-plan__row--total {
  border-top: 1px solid var(--background-color-500);
  padding-top: 1rem;
  height: unset;
  margin-bottom: 1.5rem;
}

.cb-plan__price {
  font-weight: 600;
}

.cb-plan__price--discount {
  color: var(--success-color-500);
}

.cb-plan__label--bold {
  font-weight: 600;
}

.cb-plan__asterisk {
  vertical-align: super;
  font-size: var(--fs-sm);
}

.cb-plan__price-total {
  font-size: var(--fs-xxxl);
  font-weight: 600;
}

.cb-plan {
  margin-top: 3rem;
}

.cb-plan__input-caption {
  margin-top: 0.5rem;
  display: block;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--dark-color-600);
}

.cb-plan__breakdown {
  font-size: var(--fs-sm);
  color: var(--dark-color-600);
  font-weight: 600;
}

.cb-features {
  display: block;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.cb-block-features-container {
  margin: 8rem auto;
}

.cb-features {
  max-width: 800px;
  margin: 8rem auto 4rem;
}
@media screen and (max-width: 997.98px) {
  .cb-features {
    min-width: auto;
    width: 90%;
  }
}

.cb-features__list {
  padding-left: 0;
  list-style: none;
  margin-top: 4rem;
}

.cb-features__title {
  font-size: var(--fs-md);
  font-weight: 600;
  display: block;
  line-height: 1.75;
  margin-bottom: 1.5rem !important;
  padding-right: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.cb-features__lead {
  color: var(--dark-color-600);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--background-color-500);
}

.cb-features__item {
  cursor: pointer;
}
.cb-features__item:hover .cb-features__title {
  opacity: 0.7;
}

.cb-features__title {
  display: block;
  position: relative;
}
.cb-features__title::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 2px;
  right: 0;
  transform: all 0.3s linear;
}

.cb-features__item .cb-features__description {
  margin-bottom: 2rem;
  line-height: 2;
  font-size: var(--fs-md);
  font-family: var(--font-content);
  display: none;
}

.cb-features__item.cb-features__item--show .cb-features__description {
  display: block;
}
.cb-features__description
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.cb-features__item.cb-features__item--show .cb-features__title::after {
  transform: rotate(-180deg);
  transform: all 0.3s linear;
}

.cb-pricing__renewal-container {
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 0rem;
  top: 0.1rem;
}
@media screen and (max-width: 1210px) {
  .cb-pricing__renewal-container {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 400.98px) {
  .cb-pricing__renewal-container {
    display: block;
    left: 1rem;
  }
}

.cb-pricing__renewal {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 5px 5px 0 0;
  border: 1px solid var(--background-color-500);
  border-bottom: 1px solid var(--background-color-900);
  background-color: var(--background-color-900);
  cursor: pointer;
}
.cb-pricing__renewal-label {
  font-weight: 600;
  margin-left: 0.5rem;
}

.cb-block-features {
  padding-left: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin: 4rem auto;
}

@media screen and (max-width: 575.98px) {

    .cb-block-features 
    {
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));  
    }    
}

.cb-block-feature {
  background-color: var(--background-color-900);
  border: 1px solid var(--background-color-500);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.cb-block-feature__title {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.cb-block-feature__desc {
  font-size: 0.9rem;
  color: var(--dark-color-600);
}

.cb-block-feature__head {
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.cb-block-feature__body {
  font-size: 0.9rem;
  padding: 0 1.5rem 1.5rem 1.5rem;
  line-height: 1.75;
}/*# sourceMappingURL=style.css.map */