body {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; }

.ic-desc-inc-1--title-decoration {
  border-left: #f8962d 8px solid;
  padding-left: 20px; }

.ic-desc-inc-1--text-white {
  color: #FFFFFF; }

.ic-desc-inc-1__includes-list ul {
  padding-left: 2rem;
  list-style: none; }

.ic-desc-inc-1__includes-list li {
  list-style: none;
  font-size: 1rem;
  margin-bottom: 10px; }
  .ic-desc-inc-1__includes-list li.bullet {
    list-style: disc; }
  .ic-desc-inc-1__includes-list li.subbullet {
    list-style: circle; }

.ic-desc-inc-1__includes-list-li--prepend {
  margin-left: -1.5rem;
  padding-right: 0.5rem; }

.ic-desc-inc-1__details {
  background-color: #003950;
  border-radius: 8px;
  font-size: 18px; }
  .ic-desc-inc-1__details--title-underlined {
    border-bottom: 1px solid #f8962d;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .ic-desc-inc-1__details__icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    position: relative;
    top: 3px;
    background-repeat: no-repeat; }
  .ic-desc-inc-1__details__cat-title {
    font-size: 1rem; }
  .ic-desc-inc-1__details__cat-icon {
    display: inline-block;
    height: 35px;
    width: 35px;
    position: relative;
    top: 3px;
    background-repeat: no-repeat;
    background-position: center; }
  .ic-desc-inc-1__details__cat-icon-holder {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #f8962d;
    font-family: "Open Sans Bold";
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
  .ic-desc-inc-1__details__logo img {
    max-height: 55px;
    max-width: 310px; }
  .ic-desc-inc-1__details__price-title {
    background-color: white;
    color: #49515c;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .ic-desc-inc-1__details__price-block {
    background-color: #FFFFFF;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .ic-desc-inc-1__details__price-row {
    border-bottom: 1px solid #f8962d; }
    .ic-desc-inc-1__details__price-row:last-of-type {
      border-bottom: none; }
  .ic-desc-inc-1__details__price {
    font-size: 1.75rem;
    font-family: "Open Sans Bold"; }
    .ic-desc-inc-1__details__price small {
      font-size: 12px;
      margin-left: -5px; }

.ic-desc-inc-1__cta {
  background-color: #dee2e6;
  border-radius: 8px;
  font-size: 18px; }
  .ic-desc-inc-1__cta__icon-row {
    background-color: #f8962d; }
  .ic-desc-inc-1__cta__icon {
    height: 24px; }
  .ic-desc-inc-1__cta__icon-row {
    max-height: 56px; }
  .ic-desc-inc-1__cta__subtitle {
    text-transform: uppercase;
    font-family: "Open Sans Bold"; }
  .ic-desc-inc-1__cta__detail {
    font-family: "Open Sans Bold";
    color: #f8962d; }
