@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  line-height: 24px;
  font-weight: 500;
}

.new-btn-fill {
  padding: 8px 16px;
  background: #005ece;
  border-radius: 8px;
  border: none;
  border: 2px solid #005ece;
}

.btn-fill a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.btn-outline-main {
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  background: #fff;
  border: 2px solid #005ece;
}

.btn-outline-main a {
  font-weight: 500;
  font-size: 16px;
  color: #005ece;
}

.wraper {
  width: 744px;
}

.main-box {
  margin-block: 104px;
  background: #f6f7f7;
}

.main-para {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #5e696e;
}

.main-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #192830;
}

.gray {
  color: #5e696e;
}

.light-gray {
  color: #d1d4d6;
}

.bg-dark-gray {
  background: #303e45;
}

.icon_slot {
  background: #005ece;
  border-radius: 100px;
  padding: 16px;
  display: inline-block;
}

.light-white {
  background: #f6f7f7 !important;
}

.color-light-white {
  color: #f6f7f7 !important;
}

.color-silver {
  color: #a3a9ac;
}

.color-secondary {
  color: #192830 !important;
}

.bg-secondary {
  background-color: #192830 !important;
}

.font-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

.mt-120 {
  margin-top: 120px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-168 {
  margin-bottom: 168px;
}

.mt-104 {
  margin-top: 104px;
}

.mt-232 {
  margin-top: 232px;
}

.me-24 {
  margin-right: 24px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-120 {
  padding-bottom: 120px;
}

.fw-600 {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif;
}

.fw-400 {
  font-weight: 400 !important;
  font-family: "Inter", sans-serif;
}

.fw-500 {
  font-weight: 500;
}

.calculation-section {
  background: #005ece;
  padding-inline: 156px;
  padding-bottom: 88px;
  padding-top: 118px;
}

.calculation-section h3 {
  font-size: 60px;
}

@media (max-width: 992px) {
  .calculation-section {
    padding-bottom: 88px;
    padding-top: 118px;
    padding-inline: 100px;
  }
}

@media (max-width: 768px) {
  .calculation-section {
    padding-bottom: 88px;
    padding-top: 118px;
    padding-inline: 4px;
  }
}

.box-3 {
  width: 100%;
}

.footer-border {
  border: 0.8px solid #475359;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.color-primary {
  color: #005ece !important;
}

.bg-primary {
  background-color: #005ece !important;
}

.accordion-button::after {
  background-image: url(./assets/icon/Icon.png) !important;
  background-size: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./assets/icon/Icon.png) !important;
  background-size: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.accordion-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.z-index-1 {
  z-index: 1;
}

.overflowX-hidden {
  overflow-x: hidden;
}

.imgAnimation {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: imgFloat 0.5s;
          animation: imgFloat 0.5s;
}

@-webkit-keyframes imgFloat {
  from {
    -webkit-transform: translate(110%);
            transform: translate(110%);
  }
  to {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

@keyframes imgFloat {
  from {
    -webkit-transform: translate(110%);
            transform: translate(110%);
  }
  to {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

.imgAnimation2 {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: imgFloat2 0.5s;
          animation: imgFloat2 0.5s;
}

@-webkit-keyframes imgFloat2 {
  from {
    -webkit-transform: translate(-110%);
            transform: translate(-110%);
  }
  to {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

@keyframes imgFloat2 {
  from {
    -webkit-transform: translate(-110%);
            transform: translate(-110%);
  }
  to {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

.navbar {
  padding-block: 1rem;
}

.navbar .navbar-nav .nav-item {
  margin-left: 32px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 0px;
  }
}

.navbar .navbar-nav .nav-item a {
  color: #192830;
}
.navbar .navbar-nav .nav-item a:hover {
  color: #4b5154;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  line-height: 24px;
  font-weight: 500;
}

.btn-fill {
  padding: 8px 16px;
  background: #005ece;
  border-radius: 8px;
  border: none;
  border: 2px solid #005ece;
}

.btn-fill a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.btn-outline-main {
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  background: #fff;
  border: 2px solid #005ece;
}

.btn-outline-main a {
  font-weight: 500;
  font-size: 16px;
  color: #005ece;
}

.wraper {
  width: 744px;
}

.main-box {
  margin-block: 104px;
  background: #f6f7f7;
}

.main-para {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #5e696e;
}

.main-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #192830;
}

.gray {
  color: #5e696e;
}

.light-gray {
  color: #d1d4d6;
}

.bg-dark-gray {
  background: #303e45;
}

.icon_slot {
  background: #005ece;
  border-radius: 100px;
  padding: 16px;
  display: inline-block;
}

.light-white {
  background: #f6f7f7 !important;
}

.color-light-white {
  color: #f6f7f7 !important;
}

.color-silver {
  color: #a3a9ac;
}

.color-secondary {
  color: #192830 !important;
}

.bg-secondary {
  background-color: #192830 !important;
}

.font-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

.mt-120 {
  margin-top: 120px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-168 {
  margin-bottom: 168px;
}

.mt-104 {
  margin-top: 104px;
}

.mt-232 {
  margin-top: 232px;
}

.me-24 {
  margin-right: 24px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-120 {
  padding-bottom: 120px;
}

.fw-600 {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif;
}

.fw-400 {
  font-weight: 400 !important;
  font-family: "Inter", sans-serif;
}

.fw-500 {
  font-weight: 500;
}

.calculation-section {
  background: #005ece;
  padding-inline: 156px;
  padding-bottom: 88px;
  padding-top: 118px;
}

.calculation-section h3 {
  font-size: 60px;
}

@media (max-width: 992px) {
  .calculation-section {
    padding-bottom: 88px;
    padding-top: 118px;
    padding-inline: 100px;
  }
}

@media (max-width: 768px) {
  .calculation-section {
    padding-bottom: 88px;
    padding-top: 118px;
    padding-inline: 4px;
  }
}

.box-3 {
  width: 100%;
}

.footer-border {
  border: 0.8px solid #475359;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.color-primary {
  color: #005ece !important;
}

.bg-primary {
  background-color: #005ece !important;
}

.accordion-button::after {
  background-image: url(./assets/icon/Icon.png) !important;
  background-size: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./assets/icon/Icon.png) !important;
  background-size: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.accordion-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.z-index-1 {
  z-index: 1;
}

.overflowX-hidden {
  overflow-x: hidden;
}

.imgAnimation {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: imgFloat 0.5s;
          animation: imgFloat 0.5s;
}

@keyframes imgFloat {
  from {
    -webkit-transform: translate(110%);
            transform: translate(110%);
  }
  to {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

.imgAnimation2 {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: imgFloat2 0.5s;
          animation: imgFloat2 0.5s;
}

@keyframes imgFloat2 {
  from {
    -webkit-transform: translate(-110%);
            transform: translate(-110%);
  }
  to {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

.header {
  margin-top: 80px;
}

.header .header-title {
  font-size: 48px;
  line-height: 64px;
}

.header .header-btn {
  padding: 10px 24px;
}

.video-section {
  background: #192830;
  padding: 120px 100px;
}

@media (max-width: 768px) {
  .video-section {
    padding: 120px 20px;
  }
}

@media (max-width: 576px) {
  .video-section {
    padding: 120px 8px;
  }
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  line-height: 24px;
  font-weight: 500;
}

.btn-fill {
  padding: 8px 16px;
  background: #005ece;
  border-radius: 8px;
  border: none;
  border: 2px solid #005ece;
}

.btn-fill a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.btn-outline-main {
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  background: #fff;
  border: 2px solid #005ece;
}

.btn-outline-main a {
  font-weight: 500;
  font-size: 16px;
  color: #005ece;
}

.wraper {
  width: 744px;
}

.main-box {
  margin-block: 104px;
  background: #f6f7f7;
}

.main-para {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #5e696e;
}

.main-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #192830;
}

.gray {
  color: #5e696e;
}

.light-gray {
  color: #d1d4d6;
}

.bg-dark-gray {
  background: #303e45;
}

.icon_slot {
  background: #005ece;
  border-radius: 100px;
  padding: 16px;
  display: inline-block;
}

.light-white {
  background: #f6f7f7 !important;
}

.color-light-white {
  color: #f6f7f7 !important;
}

.color-silver {
  color: #a3a9ac;
}

.color-secondary {
  color: #192830 !important;
}

.bg-secondary {
  background-color: #192830 !important;
}

.font-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

.mt-120 {
  margin-top: 120px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-168 {
  margin-bottom: 168px;
}

.mt-104 {
  margin-top: 104px;
}

.mt-232 {
  margin-top: 232px;
}

.me-24 {
  margin-right: 24px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-120 {
  padding-bottom: 120px;
}

.fw-600 {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif;
}

.fw-400 {
  font-weight: 400 !important;
  font-family: "Inter", sans-serif;
}

.fw-500 {
  font-weight: 500;
}

.calculation-section {
  background: #005ece;
  padding-inline: 156px;
  padding-bottom: 88px;
  padding-top: 118px;
}

.calculation-section h3 {
  font-size: 60px;
}

@media (max-width: 992px) {
  .calculation-section {
    padding-bottom: 88px;
    padding-top: 118px;
    padding-inline: 100px;
  }
}

@media (max-width: 768px) {
  .calculation-section {
    padding-bottom: 88px;
    padding-top: 118px;
    padding-inline: 4px;
  }
}

.box-3 {
  width: 100%;
}

.footer-border {
  border: 0.8px solid #475359;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.color-primary {
  color: #005ece !important;
}

.bg-primary {
  background-color: #005ece !important;
}

.accordion-button::after {
  background-image: url(./assets/icon/Icon.png) !important;
  background-size: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./assets/icon/Icon.png) !important;
  background-size: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.accordion-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.z-index-1 {
  z-index: 1;
}

.overflowX-hidden {
  overflow-x: hidden;
}

.imgAnimation {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: imgFloat 0.5s;
          animation: imgFloat 0.5s;
}

@keyframes imgFloat {
  from {
    -webkit-transform: translate(110%);
            transform: translate(110%);
  }
  to {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

.imgAnimation2 {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: imgFloat2 0.5s;
          animation: imgFloat2 0.5s;
}

@keyframes imgFloat2 {
  from {
    -webkit-transform: translate(-110%);
            transform: translate(-110%);
  }
  to {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

.footer {
  background: #192830;
}

.footer .footer-top .footer-title {
  font-size: 48px;
  line-height: 64px;
}

.footer .footer-top .footer-btn {
  padding: 10px 24px;
}

.footer .footer-top .main-box {
  background: #303e45;
}

.form {
  padding: 32px 32px;
}

@media (max-width: 576px) {
  .form {
    padding: 32px 0px;
  }
}

.form .form-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #202223;
}

.form .form-control {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #202223 !important;
  border: 0.8px solid #a3a9ac;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 12px;
}

.form .form-control:hover,
.form .form-control:active,
.form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form .form-control::-webkit-input-placeholder {
  color: #babfc1;
}

.form .form-control:-ms-input-placeholder {
  color: #babfc1;
}

.form .form-control::-ms-input-placeholder {
  color: #babfc1;
}

.form .form-control::placeholder {
  color: #babfc1;
}

.form .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form .form-check-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.top-banner {
  position: relative;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding: 8px 0;
  border-radius: 12px;
  color: #005ece;
}

.top-banner__heading {
  font-size: 24px;
  font-weight: 800;
}

.top-banner__subheading {
  font-size: 16px;
  font-weight: 500;
}

.pricing-container {
  background-color: #f6f7f7;
  font-family: Inter, sans-serif;
}

.pricing-container * {
  font-family: Inter, sans-serif;
}

.pricing-container .coupon-code {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.pricing-billing-btn button {
  border-radius: 20px;
  line-height: 2;
  padding: 6px 12px !important;
  width: 180px;
  font-size: 14px;
  border: unset !important;
  background-color: white;
  box-shadow: 0 -2px #ebe7e0 inset;
  transition: background-color .2s cubic-bezier(.6,.6,0,1),box-shadow .2s cubic-bezier(.6,.6,0,1);
  z-index: inherit !important;
}

.pricing-billing-btn button.active {
  background-color: #005ece !important;
  color: white;
}

.pricing-billing-btn button:active,
.pricing-billing-btn button:hover {
  box-shadow: 0 -2px #ebe7e0 inset;
  outline: none;
}

.pricing-billing-btn button .discount-pill {
  font-size: 12px;
  background-color: #ececec;
  border-radius: 4px 12px 12px 4px;
  padding: 2px 8px;
  margin-left: 4px;
  color: #262626 !important;
}
.pricing-container__list {
  font-family: Inter, sans-serif;
  display: flex;
  justify-content: space-evenly;
  margin: 0 48px;
  gap: 32px;
  height: 100%;
}

.pricing-container__list .pricing-item {
  flex: 1;
  height: 100%;
}

.pricing-container__list .pricing-item .pricing-item__card {
  height: inherit;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: white;
  color: #37322f;
  border-radius: 16px;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e3e1de66,0 1px 2px #5f4a2e14,0 4px 6px #5f4a2e0a,0 40px 40px -24px #684b2514,0 56px 56px -32px #684b2514,0 24px 40px #684b250a,0 8px #70451a12 inset;
}

.pricing-container__list .pricing-item .pricing-item__card.dark {
  border-radius: 16px;
  background: hsl(20, 5%, 12%);
  /* background: #005ece; */
  box-shadow: 0 0 0 1px #e3e1de66, 0 1px 2px #5f4a2e14, 0 4px 6px #5f4a2e0a, 0 40px 40px -24px #684b2514, 0 56px 56px -32px #684b2514, 0 24px 40px #684b250a, 0 8px #4a4340 inset;
  color: #fbfaf9 !important;
  /* box-shadow: 0 0 0 1px #e3e1de66,0 1px 2px #5f4a2e14,0 4px 6px #5f4a2e0a,0 40px 40px -24px #684b2514,0 56px 56px -32px #684b2514,0 24px 40px #684b250a,0 8px #70451a12 inset; */
}

.pricing-container__list .pricing-item .pricing-item__card .plan-name {
  font-size: 14px;
  text-transform: uppercase;
  color: #605a57;
}

.pricing-container__list .pricing-item .pricing-item__card.dark .plan-name {
  color: #fbfaf9 !important;
}

.pricing-container__list .pricing-item .pricing-item__card .plan-oneliner {
  font-weight: 500;
  font-size: 14px;
}

.pricing-container__list .pricing-item .pricing-item__card .plan-pricing {
  font-size: 32px;
  font-weight: 600;
}

.pricing-container__list .pricing-item .pricing-item__card .plan-btn {
  font-family: Inter, sans-serif;
  color: #4a4340;
  /* color: #005ece; */
  background-color: #fff;
  box-shadow: 0 0 0 1px #efede8, 0 1px 2px #b2aa9e52, 0 3px 3px #d1cdc73d, 0 -2px #f0f0efb3 inset;
  padding: 6px 12px;
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  font-size: 14px;
}

.pricing-container__list .pricing-item .pricing-item__card .plan-btn.dark {
  color: #fbfaf9;
  background-color: #005ece;
  box-shadow: 0 1px 1px #005ece, 0 1.50259px 3px #005ece, 0 4px 8px #888888, 0 12px 24px -6px #888888, 0 -2px #005ece inset;
}

.pricing-container__list .pricing-item .pricing-item__card .plan-btn::before,
.pricing-container__list .pricing-item .pricing-item__card .plan-btn::after {
  position: absolute;
  top: 16;
  left: 70.5%;
  width: 8%;
  height: 14%;
  opacity: 0;
  border-radius: inherit;
  box-shadow: 0 -1px #d5d4d2 inset;
  transition: opacity .45s cubic-bezier(.6,.6,0,1);
}

.pricing-container__list .pricing-item .pricing-item__card .plan-btn::before {
  content: "";
}

.pricing-container__list .pricing-item .pricing-item__card .plan-btn::after {
  box-shadow: 0 1px 2px #d1cdc780, 0 3px 3px #d1cdc74d, 0 -2px #f0f0ef inset, 0 0 0 1px #f0f0ef;
  content: "";
}

.pricing-container__list .pricing-item .pricing-item__card .plan-pricing .plan-pricing--duration {
  font-size: 14px;
}

.pricing-container__list .pricing-item .pricing-item__card .plan-oneliner {}
.pricing-container__list .pricing-item .pricing-item__card .plan-separator {
  position: relative;
  height: 2px;
  width: 100%;
  margin: 12px 0;
  isolation: isolate;
  overflow: hidden;
}
.pricing-container__list .pricing-item .pricing-item__card .plan-separator svg {
  position: absolute;
  top: 0;
  left: 0;
}

.plan-details__title {
  margin-bottom: 12px;
  font-size: 14px;
  color: #37322f;
}

.plan-details__item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  line-height: 20px;
  color: #5c5856;
}

.plan-details__item svg {
  min-width: 20px;
}

.plan-details__item span {
  font-size: 14px;
  margin-bottom: 8px;
}

.pricing-item__card.dark .plan-details__title,
.pricing-item__card.dark .plan-details__item {
  color: #fbfaf9 !important;
}

@media screen and (max-width: 1200px) {
  .pricing-container__list {
    flex-wrap: wrap;
    gap: 12px;
  }

  .pricing-container__list .pricing-item {
    /* flex-basis: 50%; */
    width: calc(33% - 10px);
    max-height: 480px;
    flex: unset;
  }
}

@media screen and (max-width: 991px) {
  .pricing-container__list {
    flex-wrap: wrap;
    gap: 12px;
    /* height: auto; */
  }

  .pricing-container__list .pricing-item {
    flex-basis: 50%;
    width: calc(50% - 10px);
    max-height: 480px;
    flex: unset;
  }
}

@media screen and (max-width: 650px) {
  .pricing-container__list {
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 24px;
  }

  .pricing-container__list .pricing-item {
    flex-basis: 50%;
    width: calc(100%);
    max-height: 480px;
    flex: unset;
  }
}

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