/*$red: rgb(255, 177, 177);
$red-30: rgba(255, 177, 177, 0.3);
$red-45: rgba(255, 177, 177, 0.45);
$red-60: rgba(255, 177, 177, 0.6);
$red-75: rgba(255, 177, 177, 0.75);
$red-90: rgba(255, 177, 177, 0.9);*/
/*
$blue: rgb(111, 145, 203);
$blue-lighter: rgba(111, 145, 203, 0.45);
$blue-30: rgba(111, 145, 203, 0.3);
$blue-45: rgba(111, 145, 203, 0.45);
$blue-60: rgba(111, 145, 203, 0.6);
$blue-75: rgba(111, 145, 203, 0.75);
$blue-90: rgba(111, 145, 203, 0.90);*/
/* SCSS RGB */
/* SCSS RGB 60% Opacity*/
.text-green {
  color: #2fa55e !important;
}

.text-red {
  color: #ff4a2f;
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: 12px;
  line-height: 12px;
}

.text-odoo-purple {
  color: #714b67;
}

 .btn-default, .btn-green {
  transition-property: background-color, color, box-shadow;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.btn {
  color: #5181d2;
}
.btn:hover {
  color: #3864ae;
}

.btn-check + .btn-default.btn:hover {
  background-color: rgba(111, 145, 203, 0.21);
}

.btn-check:checked + .btn-default.btn {
  background-color: #6f91cb;
  color: #fefefe;
}

.btn-green {
  color: #2fa55e !important;
  background-color: rgba(47, 165, 94, 0.12) !important;
}

.btn-green:hover {
  background-color: rgba(47, 165, 94, 0.9) !important;
  color: #fefefe !important;
}

.btn-default {
  color: #6f91cb;
  background-color: rgba(111, 145, 203, 0.12);
}

.btn-default:hover, .btn-default:active {
  background-color: rgba(111, 145, 203, 0.9);
  color: #fefefe;
}

.text-primary {
  color: #6f809e !important;
}
span.success, svg.success {
  color: #2fa55e;
}

/*$red: rgb(255, 177, 177);
$red-30: rgba(255, 177, 177, 0.3);
$red-45: rgba(255, 177, 177, 0.45);
$red-60: rgba(255, 177, 177, 0.6);
$red-75: rgba(255, 177, 177, 0.75);
$red-90: rgba(255, 177, 177, 0.9);*/
/*
$blue: rgb(111, 145, 203);
$blue-lighter: rgba(111, 145, 203, 0.45);
$blue-30: rgba(111, 145, 203, 0.3);
$blue-45: rgba(111, 145, 203, 0.45);
$blue-60: rgba(111, 145, 203, 0.6);
$blue-75: rgba(111, 145, 203, 0.75);
$blue-90: rgba(111, 145, 203, 0.90);*/
/* SCSS RGB */
/* SCSS RGB 60% Opacity*/
.text-green {
  color: #2fa55e !important;
}

.text-red {
  color: #ff4a2f;
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: 12px;
  line-height: 12px;
}

.text-odoo-purple {
  color: #714b67;
}

 .btn-green, .btn-default {
  transition-property: background-color, color, box-shadow;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.btn {
  color: #5181d2;
}
.btn:hover {
  color: #3864ae;
}

.btn-check + .btn-default.btn:hover {
  background-color: rgba(111, 145, 203, 0.21);
}

.btn-check:checked + .btn-default.btn {
  background-color: #6f91cb;
  color: #fefefe;
}

.btn-green {
  color: #2fa55e !important;
  background-color: rgba(47, 165, 94, 0.12) !important;
}

.btn-green:hover {
  background-color: rgba(47, 165, 94, 0.9) !important;
  color: #fefefe !important;
}

.btn-default {
  color: #6f91cb;
  background-color: rgba(111, 145, 203, 0.12);
}

.btn-default:hover, .btn-default:active {
  background-color: rgba(111, 145, 203, 0.9);
  color: #fefefe;
}

.text-primary {
  color: #6f809e !important;
}
span.success, svg.success {
  color: #2fa55e;
}

.contact-hero {
  display: flex;
  gap: 48px;
  padding: 24px 48px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  margin-top: 4vh;
}
.contact-hero .hero-left, .contact-hero .hero-right {
  width: 50%;
}
.contact-hero .logo {
  max-width: 100%;
}
.contact-hero .hero-right {
  margin-top: 48px;
}

.mb-3:has(.error) {
  margin-bottom: 0 !important;
}

.mb-3 + .success, .mb-3 + .error {
  margin-bottom: 0 !important;
}

.error {
  color: #ff4a2f;
  font-size: 18px;
}

.success {
  color: #2fa55e;
  font-size: 18px;
}

@media (max-width: 768px) {
  .contact-hero {
    margin-top: 0;
    flex-direction: column;
    gap: 12px;
    padding: 0 24px 24px 24px;
  }
  .contact-hero .hero-left, .contact-hero .hero-right {
    width: 100%;
  }
  .contact-hero .hero-left {
    text-align: center;
  }
  .contact-hero .hero-left h1 {
    font-weight: bold;
  }
  .contact-hero .hero-left p {
    font-size: 24px;
  }
  .contact-hero .hero-left img {
    max-width: 100%;
  }
  .contact-hero .hero-right {
    margin-top: 0;
  }
}
body, html {
  background: url("/img/bg.webp") no-repeat fixed;
}

.content h1 {
  font-size: 45px;
}

.contact-hero .video-title {
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  margin-top: 12px;
}

.pricing-wizard {
  border-radius: 12px;
  box-shadow: 0 0 3px 1px rgba(111, 145, 203, 0.6);
  padding: 24px;
  background-color: rgba(254, 254, 254, 0.45);
}
.pricing-wizard h2 {
  margin-bottom: 24px !important;
  text-align: start;
  color: #2fa55e;
}
.pricing-wizard h3 {
  font-size: 21px;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
  color: #6f809e;
}

.pricing-footer {
  margin-top: 0;
}

.section-inner.has-contact-info {
  border-radius: 12px;
  box-shadow: 0 0 3px 1px rgba(111, 145, 203, 0.6);
  padding: 24px;
  margin: 48px auto !important;
  background-color: rgba(254, 254, 254, 0.45);
}
.section-inner.has-contact-info .pricing-wizard {
  background-color: transparent;
  box-shadow: none !important;
}

.version {
  margin: auto;
}

.instance-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.instance-type .instance-type-inner {
  display: flex;
  align-items: stretch;
  padding: 12px;
  overflow-x: auto;
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: center;
  gap: 12px;
}
.instance-type .instance-type-inner .instance-type-entry {
  padding: 12px;
  border-radius: 9px;
  transition: box-shadow 0.12s, background-color 0.12s;
  font-size: 21px;
  display: flex;
  flex-direction: column;
  max-width: 370px;
  min-width: 300px;
}
.instance-type .instance-type-inner .instance-type-entry:not(:last-child) {
  margin-right: 12px;
}
.instance-type .instance-type-inner .instance-type-entry:not(:first-child):hover {
  box-shadow: 0 0 3px 1px rgba(47, 165, 94, 0.45);
  cursor: pointer;
}
.instance-type .instance-type-inner .instance-type-entry .instance-type-header {
  height: 120px;
  display: flex;
  justify-content: center;
}
.instance-type .instance-type-inner .instance-type-entry .instance-type-header img {
  height: 100%;
  width: auto;
}
.instance-type .instance-type-inner .instance-type-entry .instance-type-desc {
  color: #6f809e;
  transition: color 0.12s;
}
.instance-type .instance-type-inner .instance-type-entry ul {
  list-style: none;
  margin-top: 28px;
  padding-left: 0;
}
.instance-type .instance-type-inner .instance-type-entry ul li {
  height: 42px;
  text-wrap: nowrap;
  text-align: center;
}
.instance-type .instance-type-inner .instance-type-entry ul li iconify-icon, .instance-type .instance-type-inner .instance-type-entry ul li span {
  vertical-align: middle;
}
.instance-type .instance-type-inner .instance-type-entry hr {
  margin: 3px 48px;
  box-shadow: 0 1px 3px 1px rgba(111, 145, 203, 0.3);
}
.instance-type .instance-type-inner .instance-type-entry .pricing-entry {
  margin-bottom: 28px;
  flex-grow: 1;
  padding: 12px;
  color: #6f809e;
}
.instance-type .instance-type-inner .instance-type-entry .select-button {
  margin-top: auto;
}
.instance-type .instance-type-inner .instance-type-entry.selected {
  box-shadow: 0 0 3px 1px #2fa55e !important;
  background-color: #fefefe;
}
.instance-type .instance-type-inner .instance-type-entry.selected .instance-type-desc {
  color: #2fa55e !important;
}
.instance-type .instance-type-inner .instance-type-entry.selected button {
  background-color: #2fa55e !important;
  color: #fefefe !important;
}
.instance-type .instance-type-inner .instance-type-description ul li {
  text-align: start;
}

.text-strikethrough {
  text-decoration: line-through;
  color: #db6300;
  padding: 3px 0;
  font-size: 18px;
}

.packages {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: auto;
}
.packages .package-entry {
  width: 25%;
  text-align: center;
  border-radius: 9px;
  padding: 12px;
  transition: background-color 0.12s, box-shadow 0.12s, transform 0.12s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
}
.packages .package-entry:hover {
  box-shadow: 0 0 3px 1px rgba(47, 165, 94, 0.45);
}
.packages .package-entry .sigmacrm-cloud img {
  max-width: 240px;
}
.packages .package-entry .plus {
  font-weight: bold;
  font-size: 36px;
  margin-top: 12px;
  color: #2fa55e;
}
.packages .package-entry ul {
  list-style: none;
  margin-top: 48px;
  padding: 0 24px;
}
.packages .package-entry ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
}
.packages .package-entry ul li div:first-child {
  flex-grow: 1;
  text-align: center;
}
.packages .package-entry ul li iconify-icon, .packages .package-entry ul li span {
  vertical-align: middle;
}
.packages .package-entry .package-name {
  vertical-align: middle;
}
.packages .package-entry .package-name .package-logo {
  font-size: 33px;
  vertical-align: middle;
}
.packages .package-entry .package-name img {
  max-height: 42px;
}
.packages .package-entry .package-name span {
  font-weight: bold;
  margin-top: 12px;
}
.packages .package-entry .package-desc {
  margin-bottom: 24px;
  color: #6f809e;
  margin-top: 6px;
  transition: color 0.12s;
}
.packages .package-entry .package-info {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  min-height: 63px;
  color: #6f809e;
}
.packages .package-entry .package-info .package-info-entry {
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  width: 180px;
}
.packages .package-entry .package-info .package-info-entry img {
  margin-bottom: 3px;
}
.packages .package-entry .package-info .package-info-entry b {
  justify-self: end;
  padding: 0 3px;
  font-size: 21px;
}
.packages .package-entry .package-info .package-info-entry span {
  justify-self: start;
}
.packages .package-entry .package-price {
  text-align: end;
  margin-top: 12px;
  margin-right: 6px;
  color: #6f809e;
}
.packages .package-entry-custom .package-info .package-info-entry {
  justify-content: center;
  justify-items: start;
  width: 100%;
  padding: 0 12px;
  display: flex;
}
.packages .package-entry-custom .package-info .package-info-entry > span {
  width: 46px;
}
.packages .package-entry-custom .package-info .package-info-entry .custom-text {
  padding: 0 12px;
}
.packages .package-entry-custom .custom-entry-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.packages .package-entry-custom #customEmailInput, .packages .package-entry-custom #customSmsInput {
  border-radius: 6px;
  width: 120px;
}
.packages .package-entry-input {
  display: none;
}
.packages .package-entry-input:checked + .package-entry {
  box-shadow: 0 0 3px 1px #2fa55e;
  background-color: #fefefe;
}
.packages .package-entry-input:checked + .package-entry .package-desc {
  color: #2fa55e;
}

.hardware {
  max-width: 1600px;
  margin: auto;
}
.hardware .hardware-category {
  margin-bottom: 48px;
}
.hardware .hardware-category .hardware-category-header {
  font-size: 33px;
  color: rgba(219, 99, 0, 0.75);
  margin-left: 24px;
  margin-bottom: 9px;
}
.hardware .hardware-category .hardware-category-subheader {
  font-size: 21px;
  color: #6f809e;
  margin-bottom: 33px;
  margin-left: 28px;
}
.hardware .hardware-category .hardware-category-entry {
  display: flex;
  gap: 33px;
  padding: 28px;
  margin: 28px;
  border-radius: 9px;
  justify-content: space-between;
  transition: box-shadow 0.12s, background-color 0.12s;
  cursor: pointer;
}
.hardware .hardware-category .hardware-category-entry .splide {
  margin-top: auto;
  margin-bottom: auto;
}
.hardware .hardware-category .hardware-category-entry:hover {
  box-shadow: 0 0 3px 1px rgba(47, 165, 94, 0.45);
}
.hardware .hardware-category .hardware-category-entry.selected {
  box-shadow: 0 0 3px 1px #2fa55e !important;
  background-color: #fefefe;
}
.hardware .hardware-category .hardware-category-entry.selected .hardware-name .name {
  color: #2fa55e !important;
}
.hardware .hardware-category .hardware-category-entry.selected .hardware-price .price {
  color: #2fa55e !important;
}
.hardware .hardware-category .hardware-category-entry .splide {
  overflow: hidden;
  border-radius: 12px;
}
.hardware .hardware-category .hardware-category-entry .hardware-image {
  max-width: 100%;
}
.hardware .hardware-category .hardware-category-entry .hardware-info {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  vertical-align: middle;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-name {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  transition: color 0.12s;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-name .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 9px;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-name .desc {
  font-size: 18px;
  color: #6f809e;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description {
  display: flex;
  justify-content: start;
  max-width: 991px;
  gap: 64px;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description ul {
  list-style: none;
  padding-left: 0;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description ul li {
  font-size: 18px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  gap: 24px;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description ul li .left {
  min-width: 90px;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description ul li .left iconify-icon {
  vertical-align: middle;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description ul li .left span {
  vertical-align: -2px;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description ul li .right {
  text-align: right;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description .specs li {
  color: #6f809e;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description .features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description .features li {
  font-size: 15px;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description .features li img {
  max-height: 15px;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description .features li iconify-icon, .hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description .features li img {
  margin-right: 3px;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-price {
  text-align: right;
  color: #6f809e;
  transition: color 0.12s;
}
.hardware .hardware-category .hardware-category-entry .hardware-info .hardware-price .price {
  font-size: 28px;
}
.hardware .hardware-category .hardware-category-entry.no-selection {
  padding: 12px 28px;
}
.hardware .hardware-category .hardware-category-entry.no-selection .hardware-info .hardware-name .name {
  font-size: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 3px;
}

.contact-info {
  max-width: 1200px;
  margin: auto;
}
.contact-info form {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.contact-info .form-group {
  display: grid;
  grid-template-columns: 240px 1fr;
}
.contact-info .form-group input, .contact-info .form-group textarea {
  max-width: 100%;
}
.contact-info .form-group input::placeholder, .contact-info .form-group textarea::placeholder {
  color: rgba(111, 128, 158, 0.6);
}

.pricing-wizard-footer {
  margin-top: 48px;
}
.pricing-wizard-footer h2 {
  text-transform: uppercase;
  font-size: 27px !important;
  margin-bottom: 24px !important;
}
.pricing-wizard-footer .pricing-wizard-footer-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 12px 24px;
  border-radius: 9px;
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 9px 12px 6px 12px;
  box-shadow: 1px 1px 3px 1px rgba(111, 145, 203, 0.21);
  border-radius: 9px;
  margin-bottom: 6px;
  transition: background-color 0.12s;
  background-color: #fefefe;
  cursor: default;
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry:hover {
  background-color: rgba(111, 145, 203, 0.06);
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .left {
  text-transform: uppercase;
  font-size: 15px;
  color: #6f809e;
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .left iconify-icon {
  font-size: 21px;
  color: rgba(111, 145, 203, 0.9);
  vertical-align: middle;
  min-width: 21px;
  margin-right: 3px;
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .right {
  font-size: 18px;
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .right iconify-icon {
  font-size: 21px;
  color: rgba(111, 145, 203, 0.9);
  vertical-align: middle;
  min-width: 21px;
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .billing-type-container {
  display: flex;
  gap: 12px;
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .billing-type-container label.billing-type {
  background-color: transparent;
  color: #2fa55e;
  border-radius: 21px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 6px 15px;
  vertical-align: middle;
  align-items: center;
  gap: 3px;
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .billing-type-container label.billing-type:hover {
  background-color: rgba(47, 165, 94, 0.12) !important;
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .billing-type-container input:checked + .billing-type {
  background-color: #2fa55e;
  color: #fefefe;
  border: none !important;
}
.pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .billing-type-container input:checked + .billing-type:hover {
  background-color: #2fa55e !important;
}

.submit-result {
  max-width: 1200px;
  margin: auto;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.submit-result .alert {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-evenly;
}
.submit-result .alert .alert-heading {
  font-size: 28px;
}
.submit-result .alert.alert-danger .alert-heading {
  color: #ff4a2f;
}
.submit-result .alert.alert-success .alert-heading {
  color: #2fa55e;
}
.submit-result .alert a {
  text-decoration: none;
  align-self: end;
}

.actions {
  width: 100%;
  display: flex;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
}
.actions button:last-child {
  margin-left: auto;
}
.actions .btn-default {
  padding: 9px 15px;
  align-items: center;
  gap: 6px;
}
.actions.left {
  justify-content: start;
}

.header-mobile, .mobile-only {
  display: none;
}

@media screen and (max-width: 1920px) {
  .instance-type .instance-type-inner {
    justify-content: space-evenly !important;
  }
}
@media screen and (max-width: 1120px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .hardware .hardware-category .hardware-category-entry {
    flex-direction: column;
    align-items: center;
  }
  .hardware .hardware-category .hardware-category-entry .splide {
    max-width: unset !important;
  }
  .hardware .hardware-category .hardware-category-entry:not(.no-selection) {
    flex-direction: column;
  }
  .hardware .hardware-category .hardware-category-entry.selected {
    box-shadow: 0 0 3px 1px #2fa55e !important;
  }
  .hardware .hardware-category .hardware-category-entry.selected .btn {
    background-color: #2fa55e !important;
    color: #fefefe !important;
  }
  .hardware .hardware-category .hardware-category-entry.no-selection .hardware-info {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .hardware .hardware-category .hardware-category-entry input {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .pricing-wizard .packages .package-entry {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-small-bold {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
  }

  .contact-hero .hero-left p {
    font-size: 18px;
  }
  .contact-hero .video-title {
    margin-top: 0 !important;
  }

  .section-inner {
    padding: 0 !important;
  }
  .section-inner.has-contact-info {
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 12px !important;
  }

  .pricing-wizard {
    padding: 12px;
    border-radius: 0;
  }
  .pricing-wizard h2 {
    font-size: 30px !important;
    margin-bottom: 9px !important;
    margin-left: 9px !important;
    margin-right: 9px !important;
    text-align: start !important;
  }
  .pricing-wizard h3 {
    margin-bottom: 12px;
    font-size: 18px;
    text-align: start;
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .pricing-wizard .version {
    padding: 0;
  }
  .pricing-wizard .version .instance-type {
    flex-direction: column;
  }
  .pricing-wizard .version .instance-type .instance-type-inner {
    padding: 24px;
    flex-wrap: wrap;
    overflow-x: hidden;
  }
  .pricing-wizard .version .instance-type .instance-type-entry {
    box-shadow: 0 0 1px 1px rgba(47, 165, 94, 0.3);
    margin-bottom: 24px;
    min-width: unset;
    max-width: unset;
  }
  .pricing-wizard .version .instance-type .instance-type-description {
    display: none;
  }
  .pricing-wizard .version .instance-type .message-count {
    font-size: 15px;
  }
  .pricing-wizard .version .instance-type .odoo-text {
    font-size: 15px;
  }
  .pricing-wizard .version .instance-type .odoo-text b {
    vertical-align: -2px;
  }
  .pricing-wizard .version .instance-type .odoo-text iconify-icon {
    font-size: 21px;
  }
  .pricing-wizard .version .instance-type ul {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .pricing-wizard .version .instance-type ul li:first-child {
    margin-bottom: 12px;
  }
  .pricing-wizard .version .instance-type ul li {
    display: flex;
    line-height: inherit;
    height: auto;
    justify-content: center;
    text-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    row-gap: 9px;
    flex-wrap: wrap;
    padding: 3px 0;
  }
  .pricing-wizard .version .instance-type ul li .header-mobile {
    display: block;
  }
  .pricing-wizard .version .instance-type ul li .header-mobile span {
    vertical-align: -1px;
    font-size: 15px;
  }
  .pricing-wizard .version .instance-type ul li .header-mobile iconify-icon {
    vertical-align: middle;
  }
  .pricing-wizard .version .instance-type ul li:last-child {
    border-bottom: none;
  }
  .pricing-wizard .version .instance-type ul li.flex-column {
    line-height: 12px;
  }
  .pricing-wizard .version .instance-type .pricing-entry {
    margin-bottom: 9px;
  }
  .pricing-wizard .packages {
    flex-direction: column;
    margin-top: 48px;
    padding: 0 21px;
  }
  .pricing-wizard .packages .package-entry {
    width: 100%;
    box-shadow: 0 0 1px 1px rgba(111, 128, 158, 0.3);
    padding-top: 24px;
  }
  .pricing-wizard .packages .package-entry .plus {
    height: 30px;
    margin-top: 12px;
  }
  .pricing-wizard .packages .package-entry .package-info {
    min-height: unset;
  }
  .pricing-wizard .packages .package-entry .sigmacrm-cloud img {
    max-width: 210px;
  }
  .pricing-wizard .packages .package-entry ul {
    margin-top: 21px;
  }
  .pricing-wizard .packages .package-entry ul li {
    font-size: 17px;
    margin-bottom: 0;
  }
  .pricing-wizard .packages .package-entry .package-price {
    margin-top: 0;
  }
  .pricing-wizard input:checked + .package-entry {
    box-shadow: 0 0 3px 1px #2fa55e !important;
  }
  .pricing-wizard input:checked + .package-entry .btn {
    background-color: #2fa55e !important;
    color: #fefefe !important;
  }
  .pricing-wizard .hardware {
    margin-top: 24px;
  }
  .pricing-wizard .hardware .hardware-category .hardware-category-header {
    font-size: 24px;
    margin-left: 9px;
    margin-right: 9px;
    line-height: 27px;
  }
  .pricing-wizard .hardware .hardware-category .hardware-category-subheader {
    margin-left: 9px;
    margin-right: 9px;
    line-height: 1.2;
    font-size: 18px;
  }
  .pricing-wizard .hardware .hardware-category .hardware-category-entry {
    margin: 48px 15px;
    padding: 3px;
    box-shadow: 0 0 1px 1px rgba(111, 128, 158, 0.3);
    overflow: hidden;
  }
  .pricing-wizard .hardware .hardware-category .hardware-category-entry .hardware-info {
    padding: 9px 12px;
  }
  .pricing-wizard .hardware .hardware-category .hardware-category-entry .hardware-info .hardware-name {
    padding: 3px;
  }
  .pricing-wizard .hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description {
    flex-direction: column;
    gap: 0;
  }
  .pricing-wizard .hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description .specs li {
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .pricing-wizard .hardware .hardware-category .hardware-category-entry .hardware-info .hardware-description .features li {
    justify-content: center;
    text-align: center;
  }
  .pricing-wizard .contact-info {
    padding: 0 12px;
  }
  .pricing-wizard .contact-info .form-group {
    display: flex;
    flex-direction: column;
  }
  .pricing-wizard .contact-info .form-group label {
    margin-left: 3px;
  }
  .pricing-wizard .submit-result {
    text-align: center;
    min-height: unset;
    margin-bottom: 24px;
    padding-top: 12px;
  }
  .pricing-wizard .submit-result .alert a {
    align-self: center;
    margin-top: 24px;
  }

  .pricing-footer .pricing-wizard-footer .pricing-wizard-footer-inner {
    padding: 0 24px;
  }
  .pricing-footer .pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry {
    flex-direction: column;
    gap: 0px;
  }
  .pricing-footer .pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .left {
    text-align: left;
    width: 100%;
    vertical-align: middle;
  }
  .pricing-footer .pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .left iconify-icon {
    vertical-align: -5px;
  }
  .pricing-footer .pricing-wizard-footer .pricing-wizard-footer-inner .footer-entry .right {
    text-align: right;
    width: 100%;
  }
  .pricing-footer .pricing-wizard-footer .pricing-wizard-footer-inner .billing-type-container {
    margin-top: 9px;
  }
  .pricing-footer .pricing-wizard-footer .pricing-wizard-footer-inner .billing-type-container label {
    flex-direction: column;
    min-width: 50%;
  }
  .pricing-footer .pricing-wizard-footer .pricing-wizard-footer-inner .actions {
    margin-bottom: 15px;
    flex-direction: column;
    gap: 6px;
  }
  .pricing-footer .pricing-wizard-footer .pricing-wizard-footer-inner .actions button {
    text-align: center;
    justify-content: center;
    width: 100%;
  }
}
