body,
html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

:root {
  /* Colors: */
  --tl-color-white: #fff;
  --tl-color-black: #000;
  --tl-color-gray: #999999;
  --tl-color-gray-1: #e5e5e5;
  --tl-color-gray-2: #ebebf1;
  --tl-color-yellow: #d3ff21;
  --tl-color-yellow-1: #cdff21;
  --tl-color-yellow-2: #f2f6ee;
  --tl-color-orange: #ffaf15;
  --tl-color-red: #fc392a;
  --tl-color-red-1: #e4625f;
  --tl-color-pink: #de1174;
  --tl-color-green: #5f8e56;
  --tl-color-green-1: #e5f7f0;
  --tl-color-green-2: #00ac69;
  --tl-color-green-3: #1d7e58;
  --tl-color-green-4: #cceee1;
  --tl-color-green-5: #3d7c5b;
  --tl-color-cyan: #2dc0c5;
  --tl-color-blue: #1ab5fe;
  --tl-color-blue-1: #dff0f7;
  --tl-color-blue-2: #6cbadc;
  --tl-color-blue-3: #3f5393;
  --tl-color-purple: #9c79b3;
  --tl-color-purple-1: #373063;
}

.c-white {
  color: var(--tl-color-white);
}

.b-white {
  background: var(--tl-color-white);
}

.c-black {
  color: var(--tl-color-black);
}

.b-black {
  background: var(--tl-color-black);
}

.c-yellow {
  color: var(--tl-color-yellow);
}

.b-yellow {
  background: var(--tl-color-yellow);
}

.c-yellow-1 {
  color: var(--tl-color-yellow-1);
}

.b-yellow-1 {
  background: var(--tl-color-yellow-1);
}

.c-yellow-2 {
  color: var(--tl-color-yellow-2);
}

.b-yellow-2 {
  background: var(--tl-color-yellow-2);
}

.c-orange {
  color: var(--tl-color-orange);
}

.b-orange {
  background: var(--tl-color-orange);
}

.c-red {
  color: var(--tl-color-red);
}

.b-red {
  background: var(--tl-color-red);
}

.c-red-1 {
  color: var(--tl-color-red-1);
}

.b-red-1 {
  background: var(--tl-color-red-1);
}

.c-pink {
  color: var(--tl-color-pink);
}

.b-pink {
  background: var(--tl-color-pink);
}

.c-gray {
  color: var(--tl-color-gray);
}

.b-gray {
  background: var(--tl-color-gray);
}

.c-gray-1 {
  color: var(--tl-color-gray-1);
}

.b-gray-1 {
  background: var(--tl-color-gray-1);
}

.c-gray-2 {
  color: var(--tl-color-gray-2);
}

.b-gray-2 {
  background: var(--tl-color-gray-2);
}

.c-green {
  color: var(--tl-color-green);
}

.b-green {
  background: var(--tl-color-green);
}

.c-green-1 {
  color: var(--tl-color-green-1);
}

.b-green-1 {
  background: var(--tl-color-green-1);
}

.c-green-2 {
  color: var(--tl-color-green-2);
}

.b-green-2 {
  background: var(--tl-color-green-2);
}

.c-green-3 {
  color: var(--tl-color-green-3);
}

.b-green-3 {
  background: var(--tl-color-green-3);
}

.c-green-4 {
  color: var(--tl-color-green-4);
}

.b-green-4 {
  background: var(--tl-color-green-4);
}

.c-green-5 {
  color: var(--tl-color-green-5);
}

.b-green-5 {
  background: var(--tl-color-green-5);
}

.c-blue {
  color: var(--tl-color-blue);
}

.b-blue {
  background: var(--tl-color-blue);
}

.c-blue-1 {
  color: var(--tl-color-blue-1);
}

.b-blue-1 {
  background: var(--tl-color-blue-1);
}

.c-blue-2 {
  color: var(--tl-color-blue-2);
}

.b-blue-2 {
  background: var(--tl-color-blue-2);
}

.c-blue-3 {
  color: var(--tl-color-blue-3);
}

.b-blue-3 {
  background: var(--tl-color-blue-3);
}

.c-cyan {
  color: var(--tl-color-cyan);
}

.b-cyan {
  background: var(--tl-color-cyan);
}

.c-purple {
  color: var(--tl-color-purple);
}

.b-purple {
  background: var(--tl-color-purple);
}

.c-purple-1 {
  color: var(--tl-color-purple-1);
}

.b-purple-1 {
  background: var(--tl-color-purple-1);
}

.fs-14px {
  font-size: 14px;
  line-height: 1.4;
}

.fs-18px {
  font-size: 1.125rem;
  line-height: 1.4;
}

.fs-19px {
  font-size: 1.188rem;
  font-size: clamp(1.0625rem, 0.9693rem + 0.2594vw, 1.1875rem);
  line-height: 1.4;
}

.fs-20px {
  font-size: 1.25rem;
  font-size: clamp(1.1875rem, 1.168rem + 0.0975vw, 1.25rem);
  line-height: 1.4;
}

.fs-22px {
  font-size: 1.25rem;
  font-size: clamp(1.1875rem, 1.1292rem + 0.2913vw, 1.375rem);
  line-height: 1.4;
}

.fs-24px {
  font-size: 1.5rem;
  font-size: clamp(1.3125rem, 1.254rem + 0.2924vw, 1.5rem);
  line-height: 1.25;
}

.fs-25px {
  font-size: 1.5625rem;
  font-size: clamp(1.375rem, 1.3165rem + 0.2924vw, 1.5625rem);
  line-height: 1.25;
}

.fs-26px {
  font-size: 1.64125rem;
  font-size: clamp(1.375rem, 1.2919rem + 0.4156vw, 1.64125rem);
  line-height: 1.25;
}

.fs-27px {
  font-size: 1.6875rem;
  font-size: clamp(1.4375rem, 1.2511rem + 0.5188vw, 1.6875rem);
  line-height: 1.25;
}

.fs-29px {
  font-size: 1.84375rem;
  font-size: clamp(1.5625rem, 1.4747rem + 0.439vw, 1.84375rem);
  line-height: 1.25;
}

.fs-30px {
  font-size: 1.875rem;
  font-size: clamp(1.5625rem, 1.3294rem + 0.6485vw, 1.875rem);
  line-height: 1.25;
}

.fs-32px {
  font-size: 2rem;
  font-size: clamp(1.75rem, 1.672rem + 0.3899vw, 2rem);
  line-height: 1.25;
}

.fs-33px {
  font-size: 2.0625rem;
  font-size: clamp(1.8125rem, 1.7345rem + 0.3899vw, 2.0625rem);
  line-height: 1.25;
}

.fs-36px {
  font-size: 2.25rem;
  font-size: clamp(1.9375rem, 1.8404rem + 0.4854vw, 2.25rem);
  line-height: 1.25;
}

.fs-37px {
  font-size: 2.3125rem;
  font-size: clamp(2rem, 1.9029rem + 0.4854vw, 2.3125rem);
  line-height: 1.25;
}

.fs-38px {
  font-size: 2.375rem;
  font-size: clamp(2.0625rem, 1.965rem + 0.4873vw, 2.375rem);
  line-height: 1.25;
}

.fs-40px {
  font-size: 2.5rem;
  font-size: clamp(2.25rem, 2.1723rem + 0.3883vw, 2.5rem);
  line-height: 1.25;
}

.fs-42px {
  font-size: 2.625rem;
  font-size: clamp(2rem, 1.8049rem + 0.9756vw, 2.625rem);
  line-height: 1.25;
}

.fs-44px {
  font-size: 2.75rem;
  font-size: clamp(2.125rem, 1.9308rem + 0.9709vw, 2.75rem);
  line-height: 1.25;
}

.fs-46px {
  font-size: 2.875rem;
  font-size: clamp(2.25rem, 2.0551rem + 0.9747vw, 2.875rem);
  line-height: 1.25;
}

.fs-50px {
  font-size: 3.125rem;
  font-size: clamp(2.375rem, 2.142rem + 1.165vw, 3.125rem);
  line-height: 1.25;
}

.fs-52px {
  font-size: 3.25rem;
  font-size: clamp(2.5rem, 2.2661rem + 1.1696vw, 3.25rem);
  line-height: 1.25;
}

.fs-55px {
  font-size: 3.4375rem;
  font-size: clamp(2.5rem, 2.2087rem + 1.4563vw, 3.4375rem);
  line-height: 1.25;
}

.fs-61px {
  font-size: 3.8125rem;
  font-size: clamp(2.5625rem, 2.0198rem + 2.7137vw, 3.8125rem);
  line-height: 1.25;
}

.fs-66px {
  font-size: 4.125rem;
  font-size: clamp(2.875rem, 2.4867rem + 1.9417vw, 4.125rem);
  line-height: 1.25;
}

.fs-82px {
  font-size: 4.125rem;
  font-size: clamp(3.4375rem, 2.9132rem + 2.6214vw, 5.125rem);
  line-height: 1;
}

.li-1 {
  line-height: 1;
}

.li-11 {
  line-height: 1.1;
}

.li-14 {
  line-height: 1.4;
}

.li-15 {
  line-height: 1.5;
}

.ls--015 {
  letter-spacing: -0.015em;
}

.font-family-poppins {
  font-family: "Poppins", sans-serif;
}

.font-family-roboto {
  font-family: "Roboto", sans-serif;
}

.spacer-0 {
  margin-bottom: 0rem !important;
}

.spacer-5 {
  margin-bottom: 0.3125rem !important;
}

.spacer-10 {
  margin-bottom: 0.625rem !important;
}

.spacer-15 {
  margin-bottom: 0.9375rem !important;
}

.spacer-20 {
  margin-bottom: 1.25rem !important;
}

.spacer-25 {
  margin-bottom: 1.5625rem !important;
}

.spacer-30 {
  margin-bottom: 1.875rem !important;
}

.spacer-35 {
  margin-bottom: 2.1875rem !important;
}

.spacer-37 {
  margin-bottom: 2.3125rem !important;
}

.spacer-40 {
  margin-bottom: 2.5rem !important;
}

.spacer-45 {
  margin-bottom: 2.8125rem !important;
}

.spacer-50 {
  margin-bottom: 3.125rem !important;
}

.spacer-55 {
  margin-bottom: 3.4375rem !important;
}

.spacer-60 {
  margin-bottom: 3.75rem !important;
}

.spacer-65 {
  margin-bottom: 4.0625rem !important;
}

.spacer-70 {
  margin-bottom: 4.375rem !important;
}

.spacer-75 {
  margin-bottom: 4.6875rem !important;
}

.spacer-80 {
  margin-bottom: 5rem !important;
}

.spacer-85 {
  margin-bottom: 5.3125rem !important;
}

.spacer-90 {
  margin-bottom: 5.625rem !important;
}

.spacer-95 {
  margin-bottom: 5.9375rem !important;
}

.spacer-100 {
  margin-bottom: 6.25rem !important;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 60px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-t-c-35-25 {
  padding-top: 35px;
  padding-top: clamp(1.5625rem, 1.3674rem + 0.9756vw, 2.1875rem);
}

.p-t-c-70-40 {
  padding-top: 70px;
  padding-top: clamp(2.5rem, 1.9175rem + 2.9126vw, 4.375rem);
}

.p-t-c-70-60 {
  padding-top: 65px;
  padding-top: clamp(3.75rem, 3.5551rem + 0.9747vw, 4.375rem);
}

.p-t-c-75-60 {
  padding-top: 75px;
  padding-top: clamp(3.75rem, 3.4576rem + 1.462vw, 4.6875rem);
}

.p-t-c-80-60 {
  padding-top: 80px;
  padding-top: clamp(3.75rem, 3.3598rem + 1.9512vw, 5rem);
}

.p-t-c-90-60 {
  padding-top: 90px;
  padding-top: clamp(3.75rem, 3.1652rem + 2.924vw, 5.625rem);
}

.p-b-c-90-60 {
  padding-bottom: 90px;
  padding-bottom: clamp(3.75rem, 3.0682rem + 3.4091vw, 5.625rem);
}

.p-b-c-85-60 {
  padding-bottom: 85px;
  padding-bottom: clamp(3.75rem, 3.2627rem + 2.4366vw, 5.3125rem);
}

.p-b-c-75-60 {
  padding-bottom: 75px;
  padding-bottom: clamp(3.75rem, 3.4576rem + 1.462vw, 4.6875rem);
}

.p-b-c-70-60 {
  padding-bottom: 70px;
  padding-bottom: clamp(3.75rem, 3.5551rem + 0.9747vw, 4.375rem);
}

.p-b-c-65-25 {
  padding-bottom: 65px;
  padding-bottom: clamp(1.5625rem, 0.782rem + 3.9024vw, 4.0625rem);
}

.p-b-c-35-15 {
  padding-bottom: 35px;
  padding-bottom: clamp(0.9375rem, 0.5476rem + 1.9493vw, 2.1875rem);
}

.p-b-c-45-35 {
  padding-bottom: 45px;
  padding-bottom: clamp(2.1875rem, 1.9926rem + 0.9747vw, 2.8125rem);
}

.p-x-c-55-25 {
  padding-left: 55px;
  padding-right: 55px;
  padding-left: clamp(1.5625rem, 0.9771rem + 2.9268vw, 3.4375rem);
  padding-right: clamp(1.5625rem, 0.9771rem + 2.9268vw, 3.4375rem);
}

.p-x-c-50-30 {
  padding-left: 50px;
  padding-right: 50px;
  padding-left: clamp(2.1875rem, 1.8951rem + 1.462vw, 3.125rem);
  padding-right: clamp(2.1875rem, 1.8951rem + 1.462vw, 3.125rem);
}

.p-x-c-75-30 {
  padding-left: 80px;
  padding-right: 80px;
  padding-left: clamp(1.875rem, 1.0012rem + 4.3689vw, 4.6875rem);
  padding-right: clamp(1.875rem, 1.0012rem + 4.3689vw, 4.6875rem);
}

.p-x-c-85-30 {
  padding-left: 50px;
  padding-right: 50px;
  padding-left: clamp(1.875rem, 0.807rem + 5.3398vw, 5.3125rem);
  padding-right: clamp(1.875rem, 0.807rem + 5.3398vw, 5.3125rem);
}

.p-x-c-80-30 {
  padding-left: 80px;
  padding-right: 80px;
  padding-left: clamp(1.875rem, 0.9003rem + 4.8733vw, 5rem);
  padding-right: clamp(1.875rem, 0.9003rem + 4.8733vw, 5rem);
}

.p-y-c-35-25 {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-top: clamp(1.5625rem, 1.3674rem + 0.9756vw, 2.1875rem);
  padding-bottom: clamp(1.5625rem, 1.3674rem + 0.9756vw, 2.1875rem);
}

.p-c-40-30 {
  padding: 40px;
  padding: clamp(1.875rem, 1.6801rem + 0.9747vw, 2.5rem);
}

.p-y-c-45-30 {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-top: clamp(1.875rem, 1.5826rem + 1.462vw, 2.8125rem);
  padding-bottom: clamp(1.875rem, 1.5826rem + 1.462vw, 2.8125rem);
}

.p-y-c-50-30 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: clamp(1.875rem, 1.4851rem + 1.9493vw, 3.125rem);
  padding-bottom: clamp(1.875rem, 1.4851rem + 1.9493vw, 3.125rem);
}

.p-y-c-60-40 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: clamp(2.5rem, 2.1117rem + 1.9417vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 2.1117rem + 1.9417vw, 3.75rem);
}

.p-y-c-70-40 {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-top: clamp(2.5rem, 1.9175rem + 2.9126vw, 4.375rem);
  padding-bottom: clamp(2.5rem, 1.9175rem + 2.9126vw, 4.375rem);
}

.p-y-c-80-50 {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: clamp(3.125rem, 2.5425rem + 2.9126vw, 5rem);
  padding-bottom: clamp(3.125rem, 2.5425rem + 2.9126vw, 5rem);
}

.spacer-c-45-35 {
  margin-bottom: 2.8125rem;
  margin-bottom: clamp(2.1875rem, 1.9926rem + 0.9747vw, 2.8125rem) !important;
}

.spacer-c-50-40 {
  margin-bottom: 3.125rem;
  margin-bottom: clamp(2.5rem, 2.3051rem + 0.9747vw, 3.125rem) !important;
}

.spacer-c-60-50 {
  margin-bottom: 3.75rem;
  margin-bottom: clamp(3.125rem, 2.9299rem + 0.9756vw, 3.75rem) !important;
}

.spacer-c-75-50 {
  margin-bottom: 75px;
  margin-bottom: clamp(3.125rem, 2.6377rem + 2.4366vw, 4.6875rem);
}

.spacer-c-85-60 {
  margin-bottom: 5.3125rem;
  margin-bottom: clamp(3.75rem, 3.2627rem + 2.4366vw, 5.3125rem) !important;
}

.spacer-c-90-60 {
  margin-bottom: 5.625rem;
  margin-bottom: clamp(3.75rem, 3.1652rem + 2.924vw, 5.625rem) !important;
}

.spacer-c-110-60 {
  margin-bottom: 6.875rem;
  margin-bottom: clamp(3.8125rem, 2.8573rem + 4.7758vw, 6.875rem);
}

.btn-cta {
  border-radius: 10px;
  font-weight: 700;
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 17px 15px;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 5;
}
.btn-cta:hover {
  background: #B2E6D2;
  color: #000;
}
.btn-cta:focus, .btn-cta:focus-visible {
  background: #B2E6D2;
  outline: 0;
  box-shadow: none;
}

.btn-cta-2 {
  position: relative;
}
.btn-cta-2 img {
  position: absolute;
  right: 38px;
}
@media scren and (max-width: 575px) {
  .btn-cta-2 {
    font-size: clamp(1.5625rem, 1.4747rem + 0.439vw, 1.84375rem);
  }
  .btn-cta-2 img {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .btn-cta-2 {
    padding-right: 70px;
  }
}

.btn-cta-3 {
  padding: 25px 15px;
}

@media (min-width: 992px) {
  .col-lg-35-65 > div:first-child {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-lg-35-65 > div:last-child {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-lg-45-55 > div:first-child {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-lg-45-55 > div:last-child {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-lg-43-57 > div:first-child {
    flex: 0 0 43%;
    max-width: 43%;
  }
  .col-lg-43-57 > div:last-child {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .col-lg-40-60 > div:first-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-40-60 > div:last-child {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-55-45 > div:first-child {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-lg-55-45 > div:last-child {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-lg-57-43 > div:first-child {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .col-lg-57-43 > div:last-child {
    flex: 0 0 43%;
    max-width: 43%;
  }
  .col-lg-60-40 > div:first-child {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-60-40 > div:last-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-64-36 > div:first-child {
    flex: 0 0 64%;
    max-width: 64%;
  }
  .col-lg-64-36 > div:last-child {
    flex: 0 0 36%;
    max-width: 36%;
  }
}
@media (min-width: 1200px) {
  .mr-xl--30 {
    margin-right: -30px;
  }
  .col-xl-45-55 > div:first-child {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-xl-45-55 > div:last-child {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-xl-56-44 > div:first-child {
    flex: 0 0 56%;
    max-width: 56%;
  }
  .col-xl-56-44 > div:last-child {
    flex: 0 0 44%;
    max-width: 44%;
  }
  .col-xl-58-42 > div:first-child {
    flex: 0 0 58%;
    max-width: 58%;
  }
  .col-xl-58-42 > div:last-child {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
@media (min-width: 1600px) {
  .p-l-1600-110 {
    padding-left: 110px;
  }
  .p-r-1600-110 {
    padding-right: 110px;
  }
}
@media screen and (max-width: 1399px) {
  .img-max-xl-fluid {
    max-width: 100%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1199px) {
  .img-max-lg-fluid {
    max-width: 100%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 991px) {
  .img-max-md-fluid {
    max-width: 100%;
    flex-shrink: 0;
  }
}

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

.bd-radius-25 {
  border-radius: 25px;
}

.ls-3 {
  letter-spacing: 0.4rem;
}

.section-faq .accordion a {
  color: #5f8e56;
  text-decoration: none;
}
.section-faq .accordion a:hover {
  text-decoration: underline;
}
.section-faq .accordion-button {
  display: block !important;
}

.zi-5 {
  z-index: 5;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 992px) {
  .mx--30px {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1500px) {
  .mx--45px {
    margin-left: -45px;
    margin-right: -45px;
  }
}
.wrapper-header {
  max-width: 1525px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

header {
  transition: background 0.5s ease-in-out;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.015em;
  z-index: 100;
  border-bottom: 1px solid transparent;
}
header.sticky {
  border-color: var(--tl-color-green);
  background: #1d7e58;
}
header.transparent {
  background: transparent;
  box-shadow: none;
}
header .navbar-toggler:focus, header .navbar-toggler:focus-visible,
header .navbar-brand:focus,
header .navbar-brand:focus-visible {
  border: none;
  outline: 0;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
header .navbar {
  padding: 17px 0;
}
header .navbar-nav .nav-item.dropdown.show .nav-link {
  background: #fff;
  color: #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
header .navbar-nav .nav-item.dropdown.show .dropdown-menu.show {
  margin-top: 0;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 0;
}
header .navbar-nav.navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  margin-left: 18px;
  margin-right: 18px;
  letter-spacing: 0.015em;
}
header .navbar-nav.navbar-nav .nav-link:hover, header .navbar-nav.navbar-nav .nav-link:focus, header .navbar-nav.navbar-nav .nav-link:active {
  transition: all ease 0.3s;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  header .navbar-nav.navbar-nav .nav-link {
    margin-left: 12px;
    margin-right: 12px;
  }
}
header .navbar-nav.navbar-nav .order-now-link {
  border: 1px solid #1a99d5;
  color: #fff;
  background: #1ab5fe;
  border-radius: 10px;
  padding: 10px 25px 8px 25px;
  margin-right: 0;
  max-width: 200px;
}
header .navbar-nav.navbar-nav .order-now-link:hover {
  background: #e5f7f0;
  color: #000;
  border: 1px solid transparent;
}
header .navbar-nav.navbar-nav .order-now-link:focus-visible {
  background: #e5f7f0;
  color: #000;
  box-shadow: none;
  border: 1px solid transparent;
  outline: 0;
}
header .navbar-nav.navbar-nav .order-link-nav {
  color: #000;
  line-height: 23px;
  padding: 12.75px 22px;
}
header .navbar-nav.navbar-nav .order-link-nav:hover, header .navbar-nav.navbar-nav .order-link-nav:focus-visible, header .navbar-nav.navbar-nav .order-link-nav:focus {
  color: #000;
}
@media (min-width: 992px) {
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link, .order-link-nav) {
    position: relative;
    bottom: -2px;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link, .order-link-nav):after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link, .order-link-nav):hover::after {
    width: 100%;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link, .order-link-nav):focus-visible {
    outline: 0;
    box-shadow: none;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link, .order-link-nav):focus-visible::after {
    width: 100%;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown {
    position: relative;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown button span {
    display: inline-block;
    position: relative;
    bottom: -2px;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown button span:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown:hover {
    outline: 0;
    box-shadow: none;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown:hover button span:after {
    width: 100%;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown button:focus-visible {
    outline: 0;
    box-shadow: none;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown button:focus-visible span:after {
    width: 100%;
  }
}
header .navbar-nav.navbar-nav .fa-chevron-right {
  font-size: 13px;
}
header .divider {
  width: 2px;
  height: 100%;
  background: #383950;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 18px;
  margin-right: 18px;
}
header .navbar-brand {
  margin-right: 15px;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  header .navbar-brand {
    margin-right: 33px;
  }
}
header .navbar-brand img {
  width: 190px;
}

.header-checkout.has-background {
  background: #1d7e58;
  border-bottom: 1px solid #5f8e56;
}

.header-members.has-background {
  background: #1d7e58;
  border-bottom: 1px solid #5f8e56;
}

.header-main.has-background {
  background: #1d7e58;
  border-bottom: 1px solid #5f8e56;
}

.header-oto-1.has-background {
  background: #1d7e58;
  border-bottom: 1px solid #5f8e56;
}

.header-oto-1, .header-checkout, .header-members {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header-oto-1 .navbar, .header-checkout .navbar, .header-members .navbar {
  padding: 17px 0;
}

@keyframes slideDownTop {
  0% {
    margin-top: -175px;
  }
  100% {
    margin-top: 0;
  }
}
#nav-icon3 {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 11px;
}
#nav-icon3 span:nth-child(4) {
  top: 22px;
}

.navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-brand,
.navbar-toggler {
  position: relative;
  z-index: 3;
  border: none;
}

@media screen and (max-width: 991px) {
  .collapsing.navbar-collapse .navbar-nav .nav-link {
    opacity: 0;
  }
}
.dropdown-menu {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  box-shadow: none;
  border: none;
}
.dropdown-menu img {
  transform: scale(1);
}
.dropdown-menu .dropdown-item {
  padding: 15px;
  letter-spacing: -0.007px;
  line-height: 24px;
  color: #0c0d2a;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: #fff !important;
  color: #000 !important;
  text-decoration: none;
}
.dropdown-menu .submenu-links-features {
  width: 100%;
}
@media (min-width: 768px) {
  .dropdown-menu .submenu-links-features {
    width: 520px;
  }
}
.dropdown-menu .submenu-links-features a {
  font-size: clamp(1.125rem, 1.0473rem + 0.3883vw, 1.375rem);
}
@media (max-width: 459px) {
  .dropdown-menu .submenu-links-features img {
    width: 35px;
  }
}
.dropdown-menu .submenu-links-features div:not(.dropdown-item):last-child {
  margin-left: 20px;
}
@media (min-width: 460px) {
  .dropdown-menu .submenu-links-features div:not(.dropdown-item):last-child {
    margin-left: 25px;
  }
}
@media (min-width: 460px) {
  .dropdown-menu .submenu-links-supportsubmenu-links-support div:last-child {
    margin-left: 25px;
  }
}
.dropdown-menu .submenu-links-support {
  width: 100%;
}
@media (min-width: 459px) {
  .dropdown-menu .submenu-links-support {
    width: 320px;
  }
}
.dropdown-menu .submenu-links-support a.dropdown-item img {
  margin-right: 25px;
}
.dropdown-menu .submenu-links-support a {
  font-size: clamp(1.125rem, 1.0473rem + 0.3883vw, 1.375rem);
}
.dropdown-menu .submenu-links {
  background: #fff;
  color: #000;
  box-shadow: -1px 3px 10px rgba(1, 1, 1, 0.18);
  padding: 15px;
}
.dropdown-menu .submenu-links a {
  white-space: normal;
  color: #000;
}
.dropdown-menu .submenu-links a.dropdown-item:hover {
  background: #e0f4ec !important;
}

.features-dropdown .dropdown-menu.show {
  left: -219px !important;
}

.support-dropdown .dropdown-menu {
  margin-top: -1px;
}
.support-dropdown .dropdown-menu.show {
  left: -122px !important;
}

.dropdown-menu .anchor-arrow:before {
  left: calc(50% - 13px);
}
.dropdown-menu .submenu-links {
  border-radius: 20px;
  border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
  .header-main .dropdown-menu.show {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .header-checkout .dropdown-menu.show, .header-members .dropdown-menu.show {
    margin-left: auto;
    margin-right: auto;
  }
  .header-checkout .anchor-arrow:before, .header-members .anchor-arrow:before {
    right: calc(50% - 13px) !important;
  }
}
.header-checkout .support-dropdown-menu.show, .header-members .support-dropdown-menu.show {
  left: -227px !important;
}
.header-checkout .anchor-arrow:before, .header-members .anchor-arrow:before {
  left: initial;
  right: 50px;
}

header .dropdown-toggle:focus {
  outline: 0;
  box-shadow: none !important;
}
header .features-dropdown {
  padding: 0 !important;
}
header .features-dropdown .dropdown-toggle {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
header .support-dropdown {
  padding: 0 !important;
}
header .support-dropdown .dropdown-toggle {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
header .dropdown.nav-link {
  padding: 0;
}
header .dropdown .btn {
  border: none !important;
  background: transparent;
  font-size: 19px;
  padding: 0.5rem 1rem;
  letter-spacing: 0.015em;
  transition: color ease 0.3s, border-color ease 0.3s;
  color: #fff;
  cursor: pointer;
}
header .dropdown .btn:after {
  vertical-align: 0;
  position: relative;
  font-family: FontAwesome;
  content: "\f107";
  border: none;
  line-height: 1;
  transition: transform 0.2s;
  margin-left: 0;
  right: -5px;
  font-size: 22px;
  top: 2px;
}
header .dropdown .btn[aria-expanded=true]:after {
  transform: rotate(180deg);
}
header .dropdown:hover, header .dropdown:focus, header .dropdown:active {
  background: transparent !important;
  border: none !important;
  color: #fff;
}
header .dropdown:hover .btn, header .dropdown:focus .btn, header .dropdown:active .btn {
  color: #fff;
}
header .dropdown.show .btn:after {
  transform: rotate(180deg);
}

.dropdown-menu {
  overflow: auto;
  padding-top: 4px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  transform: rotateX(-15deg);
  transform-origin: 50% -50px;
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.25s;
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    top: 100% !important;
  }
}
.dropdown-menu.showing {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.anchor-arrow {
  position: relative;
  overflow: auto;
  padding-top: 12px;
  visibility: visible;
  transition: transform 0.3s, width 0.3s, height 0.3s;
}
.anchor-arrow:before {
  position: absolute;
  content: "";
  background: url("../images/submenu-arrow-2.png");
  width: 28px;
  height: 13px;
  top: 0;
  left: 161px;
}

@keyframes catcherEntrance {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes catcherFormEntrance {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes catcherFormEntranceMobile {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes asideEntrance {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes asideEntranceMobile {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes asideArrowEntrance {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(0) rotate(45deg);
  }
}
@keyframes asideArrowEntranceMobile {
  0% {
    transform: translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes successEntrance {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes cu-btn_spinner {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.check-sm {
  background: url("../images/check-sm.png") 5px center no-repeat;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}
.check-sm:hover {
  background: url("../images/check-sm.png") 5px center no-repeat #e7eee6 !important;
}

@media (max-width: 991px) {
  header:not(.header-members, .header-checkout) .navbar {
    overflow-y: auto;
    max-height: 100vh;
    max-height: 100svh;
  }
}
@media (max-width: 575px) {
  .header-members .navbar, .header-checkout .navbar {
    overflow-y: auto;
    max-height: 100vh;
    max-height: 100svh;
  }
}
@media screen and (max-width: 359px) {
  .dropdown .dropdown-menu img {
    display: none;
  }
}
footer {
  font-family: "Inter", sans-serif;
  background: #0b2534;
  color: #a5aaae;
  padding-top: 70px;
  padding-bottom: 10px;
  position: static;
  font-size: 18px;
}
footer .wrapper-footer {
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
footer h5 {
  font-weight: 400;
}
footer .footer-top a {
  padding: 0;
}
footer .footer-top p {
  font-size: 18px;
  line-height: 32px;
  color: #a5aaae;
}
footer .footer-top a {
  display: block;
  color: #a5aaae;
}
footer .footer-top .logo {
  margin-bottom: 0;
  float: none;
  display: block;
  opacity: 1 !important;
  margin-top: -15px;
  transition: opacity 0.2s ease;
  height: 34px;
}
footer .footer-top .logo:hover {
  opacity: 1;
}
footer .footer-top .col-lg-6:last-child a {
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  transition: all 0.3s ease-in;
  height: auto;
}
footer .footer-top .col-lg-6:last-child a:hover {
  color: #fff;
}
footer .c-gray {
  line-height: 1.4 !important;
  font-size: 15px !important;
}
footer .op-06 {
  opacity: 0.6;
  line-height: 1.4 !important;
  font-size: 15px !important;
}
footer .copyright {
  padding-top: 15px;
  font-size: 17px;
}
footer hr {
  border-color: #455b49;
}

.wrapper-large {
  max-width: 1105px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper {
  max-width: 1375px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.wrapper .wrapper-inner {
  max-width: 1054px;
  margin: 0 auto;
}

.wrapper-sm {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-xl {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-xl-2 {
  max-width: 1550px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

main {
  overflow: hidden;
}

.section-hero {
  padding-top: 100px;
  background: url("../images/pricing/hero-bg.png") bottom no-repeat #00ac69;
  background-size: auto;
}

.section-pricing {
  background: #e5f7f0;
  padding-top: 38px;
  max-width: 1805px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.section-pricing .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.section-pricing .wrapper-large {
  padding-left: 0;
  padding-right: 0;
}

.early-access #_form_13_submit {
  display: none;
}

.alert-email,
.alert-email-2 {
  position: absolute;
  top: -20px;
  left: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: red;
  letter-spacing: 1px;
  display: none;
}

.alert-email-2 {
  top: -5px;
}

.bryxen-link {
  color: inherit !important;
  font-size: inherit !important;
}

.bryxen-link:hover {
  color: inherit !important;
  text-decoration: underline !important;
}

.form-control {
  border: none;
  border-radius: 5px;
  font-size: 1.044rem;
  padding: 14px 20px;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
}

.form-control-2 {
  border: none;
  border-radius: 5px;
  font-size: 1.044rem;
  padding: 14px 20px;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
}

.form-group-email {
  position: relative;
}
.form-group-email:before {
  position: absolute;
  content: "";
  background: url("../images/icon-envelope.png");
  width: 18px;
  height: 13px;
  top: 25px;
  right: 22px;
}
.form-group-email .form-control {
  padding-right: 60px;
}
.form-group-email .form-control-2 {
  padding-right: 60px;
}

.btn-notify {
  background: #3364e1;
  color: #fff;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: -7px 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 260px;
  box-shadow: -7px 4px 12px rgba(0, 0, 0, 0.1);
}
.btn-notify:hover {
  background: #abd5ec;
  color: #000;
}

.modal-notify-early.show {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.modal-notify-early #_form_13_submit-2 {
  display: none;
}
.modal-notify-early .form-control-2 {
  border: 1px solid #c8c8c8;
}
.modal-notify-early .modal-content {
  padding: 40px 65px;
  position: relative;
  color: #000;
}
@media screen and (max-width: 459px) {
  .modal-notify-early .modal-content {
    padding: 30px;
  }
}
.modal-notify-early .modal-content .close {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 30px;
  display: block;
}
.modal-notify-early .modal-lg {
  max-width: 680px !important;
}

.modal-open {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.btn-learn-more {
  background: rgba(47, 128, 237, 0.1);
  font-size: 18px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #2f7fea;
  padding: 28px 45px;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.btn-learn-more:hover, .btn-learn-more:focus, .btn-learn-more:active {
  background: rgb(47, 128, 237);
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .zoomed-image {
    display: none !important;
  }
  .imgBox div {
    display: none !important;
  }
}
.toggle-container {
  border: 2px solid #fff;
  width: 258px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  padding-top: 6px;
  color: #fff;
  font-size: 10.27px;
  background: #fff;
  position: relative;
}
.toggle-container .btn {
  text-align: center;
  box-shadow: none;
  line-height: 1;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
  color: #000;
  cursor: pointer;
  margin-bottom: 6px;
  width: 47%;
  border: 2px solid #fff;
  letter-spacing: -0.015em;
}
.toggle-container .btn.active {
  background: #2f7fea;
  border: 2px solid #2f7fea;
  color: #fff;
}
.toggle-container .btn.active:focus {
  border: 2px solid #2f7fea;
}
.toggle-container .btn:focus {
  border: 2px solid #2f7fea;
}

@media (min-width: 768px) {
  .toggle-with-save .save-52 {
    position: relative;
    right: -232px;
    top: -15px;
  }
}
.toggle-with-save .save-25-dt {
  display: none;
}
.toggle-with-save .save-25-mb {
  display: block;
  margin-top: 10px;
  position: relative;
  left: -30px;
}
@media (min-width: 768px) {
  .toggle-with-save .save-25-mb {
    display: none;
  }
}

.toggle-billing-method {
  border: 1px solid #fff;
  width: 258px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 33px;
  padding: 10px 12px;
  padding-bottom: 0;
  color: #fff;
  font-size: 10.27px;
  background: #00ac69;
  position: relative;
  z-index: 10;
}
.toggle-billing-method .nav-link {
  font-family: "Poppins", sans-serif;
  width: 49.5%;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  text-align: center;
  box-shadow: none;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 33px;
  font-size: clamp(1.125rem, 1.0473rem + 0.3883vw, 1.375rem);
  line-height: clamp(1.125rem, 1.0473rem + 0.3883vw, 1.375rem);
  background: transparent;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: -0.015em;
}
.toggle-billing-method .nav-link.active {
  background: #ace133;
  color: #000;
  border: 1px solid transparent;
}
.toggle-billing-method .nav-link.active:focus {
  background: #ace133;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ace133;
}
.toggle-billing-method .nav-link.active:focus-visible {
  background: #89b428;
}
.toggle-billing-method .nav-link:focus {
  background: #ace133;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #ace133;
  color: #000;
}
.toggle-billing-method .nav-link:focus-visible {
  border: 1px solid #ace133;
}
.toggle-billing-method .nav-link:active {
  background: #ace133;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #ace133;
  color: #000;
}
.toggle-billing-method .nav-link:hover {
  box-shadow: none;
  outline: 0;
  border-color: transparent;
}

.p-check-square-2 {
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  line-height: 1.4;
  width: 100%;
  text-align: left;
  padding: 4px 15px;
  border-radius: 5px;
  background: transparent;
  transition: background 0.1s ease;
}
.p-check-square-2 .fa-check-square {
  width: 30px;
  padding-right: 16px;
  top: 1px;
  display: inline-block;
  font-size: 21px;
  color: #e7be96;
  position: relative;
}
.p-check-square-2 .fa-question-circle-o {
  font-size: 21px;
  color: #1e5a62;
  opacity: 0.4;
  transition: opacity ease 0.3s;
  position: relative;
  top: 1px;
}
.p-check-square-2 .fa-question-circle-o:hover {
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 460px) {
  .p-check-square-2 {
    padding-left: 0;
  }
}

.fa-check-square {
  width: 30px;
  top: 1px;
  display: inline-block;
  font-size: 21px !important;
  color: #e7be96;
  position: relative;
}

@media screen and (max-width: 460px) {
  .pricing-plan {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .pricing-plan {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 991px) {
  .pricing-plan .part-middle {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pricing-plan hr {
  border-top: 2px solid #e8f1f2;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pricing-plan .fs-74px-poppins {
  line-height: 0.1;
  margin-top: 42px;
  margin-bottom: 52px;
}
.pricing-plan .fs-74px-poppins small {
  letter-spacing: 0.007em;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .pricing-plan.pricing-plan-v2 {
    padding-bottom: 74px;
  }
}

.tooltip-inner {
  max-width: 400px;
  padding: 25px;
  color: #fff;
  text-align: center;
  background-color: #0c0d2a;
  border-radius: 0.25rem;
  font-size: 16px;
  letter-spacing: -0.015em;
  opacity: 1;
}
.tooltip-inner div {
  padding: 0;
}

.hovered p {
  background: #e5f7f0;
  border-radius: 10px;
}
.hovered p .c-white {
  color: #000;
}
.hovered p .badge {
  background: #77b26b;
  color: #fff;
}
.hovered .feature {
  background: #ceefe2;
  border-radius: 10px;
}

.plan-features.c-white .hovered p {
  background: #354165;
}
.plan-features.c-white .hovered p .c-white {
  color: #fff;
}

.part-middle {
  margin-left: -15px;
  margin-right: -15px;
}

.any-size-udnerline {
  position: relative;
  isolation: isolate;
}
.any-size-udnerline:before {
  position: absolute;
  content: "";
  background: url("../images/pricing/any-size-underline2.png");
  background-size: 100% 100%;
  inset: 0;
  left: -5px;
  right: -10px;
  top: calc(100% - 13px);
  bottom: 2px;
  z-index: -1;
}

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 59px !important;
  }
}
.rangeslider--horizontal {
  height: 14px;
}

.rangeslider--horizontal {
  background: #e0e0e0;
  box-shadow: none;
}

.ui-slider {
  margin-left: auto;
  margin-right: auto;
}

.ui-widget-header {
  border-radius: 9.5px;
  background: #2a75d1;
  box-shadow: none;
}

.ui-widget.ui-widget-content {
  height: 7px;
  border-radius: 7px;
  border: none;
  background: #dfe1e6;
  box-shadow: 3px 4px 8px rgba(5, 4, 0, 0.03);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: none;
  cursor: pointer;
}
.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus,
.ui-widget-header .ui-state-default:focus,
.ui-button:focus,
html .ui-button.ui-state-disabled:hover:focus,
html .ui-button.ui-state-disabled:active:focus {
  outline: 1;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -11px; /* drop shadow */ /* drop shadow */
  box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.08); /* drop shadow */
  border: 2px solid transparent;
}
.ui-slider-horizontal .ui-slider-handle:focus {
  background: #f3f3f3;
  outline: 0;
}

.range-level {
  position: relative;
  width: 93%;
}
@media screen and (min-width: 992px) {
  .range-level:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 7px;
    background: #dfe1e6;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    top: 0;
    right: -8px;
  }
  .range-level:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 7px;
    background: #3c74d0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    top: 0;
    left: -9px;
  }
}

.most-popular-2 {
  background: #0077e8;
  color: #fff;
  position: absolute;
  top: -21px;
  right: 15px;
  max-width: 152px;
  border-radius: 7px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.most-popular-2 .relative {
  padding: 13px 17px;
}
.most-popular-2 .relative:after {
  position: absolute;
  content: "";
  background: url("../images/pricing/most-popular-arrow.png");
  width: 19px;
  height: 12px;
  right: 15px;
  bottom: -11px;
}

.fs-18px-sb {
  font-size: 17px;
  font-weight: 600;
  padding: 4px 15px;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  hr.m-t-50 {
    margin-top: 64px;
  }
}
.row-2 {
  margin-right: 0;
  margin-left: 0;
}

.plan-boxes .pricing-plan {
  padding: 35px;
  height: 100%;
}

.table-wrapper {
  width: 100%;
  overflow: hidden;
}

.btn-table {
  display: inline-block;
  background: #00ac69;
  color: #fff;
  border: 1px solid #00ac69;
  font-weight: 600;
  margin-inline: auto;
  margin: 10px auto 0;
  padding: 8px 20px;
  transition: background-color ease 0.3s;
  border-radius: 10px;
  white-space: nowrap;
  text-decoration: none;
}
.btn-table:hover, .btn-table:focus {
  background: #1d7e58;
  color: #fff;
  text-decoration: none;
}

.plans {
  padding: 0;
  overflow: visible;
}
.plans .options {
  position: relative;
  padding: 0;
}
.plans .options .plan {
  position: relative;
  border-radius: 10px;
}
.plans .options .plan .plan-start {
  padding: 0 20px;
}
.plans .options .plan .plan-start .price {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.plans .options .plan .plan-start .price .num {
  font-size: 27px;
  font-weight: bold;
  color: #136ef8;
}
.plans .options .plan .plan-start .price .per {
  font-size: 16px;
  margin-left: 5px;
}
.plans .options .plan .plan-start .plan-limit {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}
.plans .options .plan .plan-start .plan-limit strong {
  color: #136ef8;
}
.plans .options .plan .plan-middle {
  margin-top: 20px;
  padding: 0 20px;
}
.plans .options .plan .plan-end {
  margin-top: 30px;
  padding: 0 20px;
  padding-top: 30px;
}
.plans .options .plan .plan-end li {
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: left;
}
.plans .options .plan .plan-end li:nth-child(2) {
  font-weight: bold;
}
.plans .options .plan .plan-end li:last-child {
  margin-bottom: 0;
}
.plans .options .plan .plan-end li.li-heading {
  color: #136ef8;
  font-weight: bold;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.3;
}
.plans .options .plan .plan-end li.li-heading:first-child {
  margin-top: 0;
}
.plans .options .plan .plan-end li.li-heading .icon {
  display: none;
}
.plans .options .plan.has-ribbon {
  border: solid 2px #031239;
}
.plans .options .plan.has-limit .plan-start .plan-limit {
  height: 85px;
}
.plans .options.js-active {
  display: flex;
}
.plans .options.options-style-table .plan-columns {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
}
.plans .options.options-style-table .plan-columns .spacer {
  height: 397px;
}
.plans .options.options-style-table .plan-columns ul li {
  position: relative;
  line-height: 1.5;
  height: 52px;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid transparent;
}
.plans .options.options-style-table .plan-columns ul li .feature {
  font-size: 22px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 3;
  display: inline-block;
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.plans .options.options-style-table .plan-columns ul li.js-active {
  z-index: 5;
}
.plans .options.options-style-table .plan-columns ul li.li-heading {
  font-weight: 600;
  height: auto;
  padding-top: 30px;
  padding-right: 76%;
  padding-left: 15px;
  color: #000;
}
.plans .options.options-style-table .plan-columns ul li.li-heading .feature {
  font-weight: 700;
  font-size: 20px;
  padding-left: 0;
  letter-spacing: -0.015em;
}
.plans .options.options-style-table .plan-boxes {
  position: absolute;
  width: 66%;
  flex-wrap: nowrap !important;
  top: 0;
  right: 0;
}
.plans .options.options-style-table .plan-boxes .plan {
  position: relative;
  z-index: 3;
  width: 48%;
  margin-left: 0.8%;
  margin-right: 0.8%;
  margin: 0;
  margin-bottom: 30px;
}
.plans .options.options-style-table .plan-boxes .plan .plan-end {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin: 0;
}
.plans .options.options-style-table .plan-boxes .plan .plan-end ul li {
  overflow: hidden;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
  color: rgba(0, 0, 0, 0);
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid transparent;
  position: relative;
  height: 52px;
}
.plans .options.options-style-table .plan-boxes .plan .plan-end ul li:not(.li-heading, .rows-btn-cta) p {
  width: calc(100% - 60px);
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
}
.plans .options.options-style-table .plan-boxes .plan .plan-end ul li.li-heading {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 10px;
  height: 78px;
}
.plans .options.options-style-table .plan-boxes .plan .plan-end ul li.li-heading .feature-text {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-left: 0;
}

.accessWidget .solutions {
  background-color: #f8f9fc;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .text {
    font-size: 17px;
  }
  .plans .options.options-style-table .plan-columns ul li {
    line-height: 1.3;
  }
  .plans .options.options-style-table .plan-columns ul li .feature {
    padding-right: 20px;
  }
  .plans .options.options-style-table .plan-columns ul li.li-heading {
    font-size: 17px;
  }
  .plans .options .plan .plan-start {
    padding: 15px;
  }
  .plans .options .plan .plan-middle {
    padding-left: 15px;
    padding-right: 15px;
  }
  .plans .options .plan .plan-end {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .text {
    line-height: 1.5;
  }
  .plans .options.options-style-table .plan-boxes .plan .plan-middle .button .icon {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .text {
    line-height: 1.5;
  }
  .plans .options .plan {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .plans .options.options-style-table .plan-columns {
    display: none;
  }
  .plans .options.options-style-table .plan-boxes {
    margin-bottom: 50px;
    position: static;
    width: 100%;
    flex-wrap: wrap !important;
  }
  .plans .options .plan {
    width: 48%;
  }
  .plans .options .plan .plan-start .price {
    justify-content: center;
  }
  .plans .options .plan .plan-start .plan-limit {
    margin: auto;
    height: auto !important;
  }
  .plans .options .plan .plan-middle {
    margin-top: 0;
  }
  .plans .options .plan .plan-end li .feature-description {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .plans .options.options-style-table .plan-boxes .plan {
    margin-bottom: 20px !important;
    width: 100%;
  }
}
.user-s-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.plan-top {
  margin-bottom: 15px;
  border-radius: 24px;
}

.plan-end {
  border-radius: 24px;
}

@media screen and (min-width: 1200px) {
  .plan-top {
    height: 350px;
  }
  .plans .options.options-style-table .plan-columns .spacer {
    height: 350px;
    position: relative;
    top: -15px;
  }
}
.plan-feature-columns .feature {
  white-space: nowrap;
}

.plan-feature-columns {
  padding-bottom: 160px;
}

.plan-features,
.plan-feature-columns {
  padding-left: 0;
  margin: 0;
}

.plan-feature-columns {
  padding-top: 15px;
}

.plan-price strong {
  font-size: 3.875rem;
  font-size: clamp(2.8125rem, 2.4242rem + 1.9417vw, 4.0625rem);
  line-height: 1;
}
.plan-price small {
  font-size: clamp(1.5rem, 1.4029rem + 0.4854vw, 1.8125rem);
}

@media screen and (min-width: 400px) and (max-width: 500px) {
  .table-comparison {
    table-layout: fixed;
  }
}
@media screen and (max-width: 500px) {
  .table-comparison thead td {
    width: 25%;
  }
  .table-comparison thead th {
    width: 25%;
  }
  .table-comparison h4 {
    display: inline-block;
  }
  .btn-table {
    font-size: 14px;
  }
}
@media screen and (min-width: 501px) {
  .table-comparison {
    width: 100% !important;
  }
}
.plan-feature-columns .li-heading.row-1 .feature:before {
  top: 4px;
  background-position: 0 0;
}
.plan-feature-columns .li-heading.row-11 .feature:before {
  top: 4px;
  background-position: -22px 0;
}
.plan-feature-columns .li-heading.row-15 .feature:before {
  top: 4px;
  background-position: -44px 0;
}
.plan-feature-columns .li-heading.row-24 .feature:before {
  top: 4px;
  background-position: -66px 0;
}
.plan-feature-columns .li-heading.row-30 .feature:before {
  top: 3px;
  background-position: -88px 0;
}
.plan-feature-columns .li-heading.row-37 .feature:before {
  top: 4px;
  background-position: -110px 0;
}

.table-comparison th[scope=colgroup] {
  position: relative;
  padding-left: 42px !important;
}
.table-comparison th[scope=colgroup]:before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../images/pricing/feature-icons2.png) no-repeat;
  width: 22px;
  height: 22px;
}
.table-comparison #features-group-1:before {
  background-position: 0 0;
  top: calc(50% - 10px);
}
.table-comparison #features-group-2:before {
  background-position: -22px 0;
  top: calc(50% - 10px);
}
.table-comparison #features-group-3:before {
  background-position: -44px 0;
  top: calc(50% - 11px);
}
.table-comparison #features-group-4:before {
  background-position: -66px 0;
  top: calc(50% - 9px);
}
.table-comparison #features-group-5:before {
  background-position: -88px 0;
  top: calc(50% - 11px);
}
.table-comparison #features-group-6:before {
  background-position: -110px 0;
  top: calc(50% - 15px);
}

@media screen and (min-width: 992px) {
  .sr-only-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.fa-question-circle-o {
  font-size: 21px;
  color: #000;
  opacity: 0.4;
  position: relative;
  top: 1px;
  transition: opacity 0.3s ease 0s;
  cursor: pointer;
}
.fa-question-circle-o:hover, .fa-question-circle-o:focus {
  opacity: 1;
}

.dynamic-level {
  width: 50px;
  color: #4894fa;
  background: #091025;
  text-align: center;
  line-height: 29px;
  padding: 8px 10px;
  border: 2px solid #2d5aa2;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .rows-btn-cta {
    display: block !important;
    height: auto !important;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.rows-btn-cta {
  padding-left: 25px;
  padding-right: 25px;
}

.simple-price-img {
  position: relative;
  left: 15px;
  top: -128px;
}

.mb-headline {
  position: relative;
  top: -20px;
}

.part-top > div:last-child {
  margin-right: -10px;
}

.btn-contact-business-m,
.btn-contact-business-a {
  max-width: 300px;
  display: block;
}

@media (min-width: 992px) {
  .spacer-lg-0 {
    margin-bottom: 0 !important;
  }
}

.strike-through {
  position: relative;
}
.strike-through:before {
  content: "";
  position: absolute;
  left: -10%;
  right: 0;
  top: 12px;
  bottom: -17px;
  background: url(../images/pricing/strike-through.png) no-repeat;
  background-size: contain;
}

.row-h-42 .strike-through:before {
  left: -20%;
  right: -20%;
  top: 6px;
  bottom: 0px;
}

.row-h-43 .strike-through:before {
  left: -5%;
  right: -10%;
  top: 0;
  bottom: 0;
}

.part-top .dynamic-storage.strike-through:before {
  left: -10%;
  right: -15%;
  top: 8px;
  bottom: 0;
}
.part-top .dynamic-ai-wa.strike-through:before {
  left: -5%;
  right: -10%;
  top: 3px;
  bottom: 0;
}

.table-comparison-2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
}
.table-comparison-2 tr td {
  background: #e5f7f0 !important;
}
.table-comparison-2 tr.b-white td {
  background: #fff !important;
}
.table-comparison-2 .badge {
  background: #77b26b;
  color: #fff;
}
.table-comparison-2 td,
.table-comparison-2 th {
  vertical-align: middle;
}
@media (max-width: 609px) {
  .table-comparison-2 .btn-table {
    white-space: normal !important;
  }
}
@media (min-width: 610px) {
  .table-comparison-2 {
    font-size: 22px;
  }
}
.table-comparison-2 tbody {
  text-align: center;
}
.table-comparison-2 thead th {
  width: 33.33%;
}
.table-comparison-2 thead h4 {
  font-weight: 700;
}
.table-comparison-2 .features-group {
  border-bottom: 1px solid #00ac69;
}
.table-comparison-2 .bd-b-1px-black {
  border-bottom: 1px solid #00ac69;
}
.table-comparison-2 tr {
  text-align: center;
}
.table-comparison-2 tr.features-group {
  border-bottom: 2px solid #77b26b;
  border-top: 2px solid #77b26b;
}
.table-comparison-2 tr:first-child {
  border-top: 0;
}
.table-comparison-2 tr:first-child th {
  padding-top: 0 !important;
}
.table-comparison-2 td:nth-child(2) {
  border-left: 1px solid #77b26b;
}
.table-comparison-2 tr td[colspan="3"] {
  padding-bottom: 0;
  font-weight: 400;
}
.table-comparison-2 .features-group th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ls-015-em {
  letter-spacing: -0.015em;
}

@media (min-width: 992px) {
  .spacer-lg-108 {
    margin-bottom: 108px !important;
  }
  .spacer-lg-85 {
    margin-bottom: 85px !important;
  }
}
.w-180px {
  width: 140px;
}

@media (min-width: 460px) {
  .w-180px {
    width: 180px;
  }
}
a.link-features {
  transition: all 0.3s ease;
  color: #00ac69;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.shaking {
  animation: tilt-shaking 0.15s infinite;
}

.dynamic-storage,
.dynamic-ai-wa {
  display: inline-block;
}

.table-comparison-2 .b-yellow {
  display: inline-block;
  background: #e7e24d;
  padding-left: 3px;
  padding-right: 3px;
}

.mw-310 {
  max-width: 310px;
}

.typing-text {
  color: #fff;
  width: 106px;
  position: absolute;
  right: 51px;
  top: 38px;
  font-size: 16.27px;
  font-weight: 600;
  z-index: 5;
  letter-spacing: -0.015em;
  line-height: 1.2;
  transform: rotate(-9deg);
  transition: color 1s ease;
}
.typing-text.c-black {
  color: #000;
}

.typing-text-mb {
  color: #e7f0ef;
  transition: color 1s ease;
}
.typing-text-mb.c-black {
  color: #000;
}

.btn-cta-pricing {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #00ac69;
  color: #fff;
  padding: 17px 48px 17px 15px;
}
.btn-cta-pricing.btn-cta-pricing-max {
  padding: 17px 15px;
}
.btn-cta-pricing:hover {
  background: #1d7e58;
  color: #fff;
}
.btn-cta-pricing img {
  position: absolute;
  right: 22px;
  top: calc(50% - 11.5px);
  width: 27px;
}

.business-montly-cost {
  display: inline-block;
}
.business-montly-cost.max {
  position: relative;
}
.business-montly-cost.max:before {
  content: "";
  position: absolute;
  left: -25%;
  right: -25%;
  top: 7px;
  bottom: 0;
  background: url(../images/pricing/strike-through.png) no-repeat;
  background-size: contain;
}

.business-annual-cost {
  display: inline-block;
}
.business-annual-cost.max {
  position: relative;
}
.business-annual-cost.max:before {
  content: "";
  position: absolute;
  left: -25%;
  right: -25%;
  top: 7px;
  bottom: 0;
  background: url(../images/pricing/strike-through.png) no-repeat;
  background-size: contain;
}

.badge {
  background: #f2f6ee;
  color: #858783;
  margin-left: 7px;
  font-size: 16px;
  line-height: 16px;
  padding: 7px 8px;
}

.feature-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.li-heading.row-1 {
  padding-top: 0 !important;
}

.accordion-flush .accordion-item {
  background: #f2f2f2;
  margin-bottom: 13px;
  border-radius: 22px;
  overflow: hidden;
  border: none;
}
.accordion-flush .accordion-body {
  padding-left: 40px;
  padding-top: 0;
}
.accordion-flush .accordion-header .accordion-button {
  background: #f2f2f2;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 80px;
  border: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 10px;
}
.accordion-flush .accordion-header .accordion-button:focus-visible {
  outline: 0;
  border: 2px solid #34493a;
}
.accordion-flush .accordion-header .accordion-button::after {
  content: "\f067";
  font-family: "Fontawesome";
  background: #f2f2f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  transition: none;
  margin-right: auto;
  margin-left: 0;
  position: absolute;
  left: 25px;
  top: calc(50% - 20px);
}
.accordion-flush .accordion-header .accordion-button[aria-expanded=true]::after {
  content: "\f068";
  font-family: "Fontawesome";
}
.accordion-flush .accordion-header .accordion-button:not(.collapsed) {
  color: #34493a;
}

.plan-inner {
  position: relative;
}
.plan-inner:before {
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 24px;
  box-shadow: -2px 3px 8px 0 rgba(5, 4, 0, 0.05);
}

.noUi-horizontal {
  height: 10px;
  border-radius: 5px;
  background: #e5e5e5;
}
.noUi-horizontal.noUi-target {
  border: none;
  box-shadow: none !important;
  border: none !important;
}
.noUi-horizontal .noUi-connect {
  background: #16b275;
  border-radius: 5px;
}
.noUi-horizontal .noUi-handle {
  background: #00ac69;
  width: 30px;
  height: 30px;
  box-shadow: none;
  border: none;
  cursor: grab;
  border-radius: 15px;
  top: -10px;
}
.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  display: none;
}

.business-level-container {
  background: #00ac69;
  color: #fff;
  width: 62px;
  height: 62px;
  border-radius: 31px;
  line-height: 62px;
  position: relative;
  top: -13px;
}

.business-level {
  font-size: clamp(1.5rem, 1.4029rem + 0.4854vw, 1.8125rem);
  line-height: 1;
  position: relative;
  bottom: -7%;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.shaking {
  animation: tilt-shaking 0.15s infinite;
}

@media screen and (max-width: 359px) {
  .cta-arrow {
    display: none !important;
  }
  .btn-cta-pricing {
    padding-right: 17px;
  }
}/*# sourceMappingURL=pricing.css.map */