/* TOOLTIP  */
.tooltip-custom {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .tooltip-custom .tooltiptext-custom {
      -webkit-box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.75);
    visibility: hidden;
    width: 120px;
    bottom: 136%;
    left: 50%;
    font-size: 14px;
    margin-left: -60px;
    background-color: white;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1000;
    line-height: 15px;
  }
  .tooltip-custom .tooltiptext-custom::after {
    content: " ";
    position: absolute;
    top: 100%; 
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
  }
  .tooltip-custom:hover .tooltiptext-custom {
    visibility: visible;
  }
  .fa-circle-info{
      color: #000000;
      font-size: 16px;
  }
  .fa-check{
    color: var(--color-main-green);
  }



  /* FAQ */
  .cid-sgCxA56EQN {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
  }
  .cid-sgCxA56EQN .card .card-header {
    background-color: transparent;
    margin-bottom: 0;
  }
  .cid-sgCxA56EQN .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sgCxA56EQN .mbr-iconfont {
    padding-left: 1rem;
    font-family: 'Moririse2' !important;
    font-size: 1.4rem !important;
    color: #489CC7;
  }
  .cid-sgCxA56EQN .panel-body,
  .cid-sgCxA56EQN .card-header {
    padding: 1rem 0;
  }
  .cid-sgCxA56EQN .panel-title-edit {
    color: #000000;
  }



    /* PRICE */
    .save{
      color: #149dcc;
      text-align: left !important;
      font-weight: bold;
      font-size: 2rem;
  }
  .price{
      color: #232323 !important;
      text-align: left !important;
      font-size: 1.7rem;
      font-weight: bold;
  }
  .price-before{
      font-size: 1.4rem;
  }
  .free{
      text-align: left !important;
      font-size: 1.1rem;
      color: #149dcc;
      font-weight: bold;
  }



  .cid-sZvk4JBheX {
    padding-top: 2rem;
    padding-bottom: 1rem;
    overflow: hidden;
    background-color: #f5f5f5;
  }
  .cid-sZvk4JBheX .mbr-overlay {
    background: #010304;
    opacity: 0.5;
  }
  .cid-sZvk4JBheX .item:focus,
  .cid-sZvk4JBheX span:focus {
    outline: none;
  }
  .cid-sZvk4JBheX .item-wrapper {
    position: relative;
  }
  .cid-sZvk4JBheX .slide-content {
    position: relative;
    border-radius: 4px;
    background: transparent;
    height: 100%;
    display: flex;
    overflow: visible;
    flex-flow: column nowrap;
  }
  .cid-sZvk4JBheX .mbr-section-btn {
    margin-top: auto !important;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    display: inline-block;
  }
  .cid-sZvk4JBheX .mbr-section-title {
    color: #14142b;
    text-align: center;
    margin-bottom: 24px;
  }
  .cid-sZvk4JBheX .mbr-text,
  .cid-sZvk4JBheX .mbr-section-btn {
    text-align: left;
  }
  .cid-sZvk4JBheX .item-title {
    text-align: left;
  }
  .cid-sZvk4JBheX .item-subtitle {
    text-align: left;
  }
  .cid-sZvk4JBheX .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 33%;
    max-width: 596px;
  }
  @media (max-width: 768px) {
    .cid-sZvk4JBheX .embla__slide {
      min-width: 70%;
      max-width: initial;
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
  }
  @media (max-width: 900px) {
    .cid-sZvk4JBheX .embla__slide {
      min-width: 60%;
    }
  }
  @media (max-width: 630px) {
    .cid-sZvk4JBheX .embla__slide {
      min-width: 375px;
    }
  }
  .cid-sZvk4JBheX .embla__button--next,
  .cid-sZvk4JBheX .embla__button--prev {
    display: flex;
  }
  .cid-sZvk4JBheX .embla__button {
    transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    border: none;
    width: 64px;
    height: 64px;
    font-size: 22px;
    border-radius: 50%;
    top: 50%;
    margin-top: -1.5rem;
    background-color: #232323;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-sZvk4JBheX .embla__button:disabled {
    cursor: default;
    display: none;
  }
  .cid-sZvk4JBheX .embla__button:hover {
    background-color: #23232360;
    color: #fff;
    transform: scale(1.05);
  }
  .cid-sZvk4JBheX .embla__button.embla__button--prev {
    left: 0;
    margin-left: 2.5rem;
  }
  .cid-sZvk4JBheX .embla__button.embla__button--next {
    right: 0;
    margin-right: 2.5rem;
  }
  @media (max-width: 767px) {
    .cid-sZvk4JBheX .embla__button {
      top: auto;
    }
  }
  .cid-sZvk4JBheX .mobi-mbri-arrow-prev {
    margin-right: 5px;
  }
  .cid-sZvk4JBheX .mobi-mbri-arrow-next {
    margin-left: 5px;
  }
  .cid-sZvk4JBheX .embla {
    position: relative;
    width: 100%;
  }
  .cid-sZvk4JBheX .embla__viewport {
    overflow: visible;
    width: 100%;
  }
  .cid-sZvk4JBheX .embla__viewport.is-draggable {
    cursor: grab;
  }
  .cid-sZvk4JBheX .embla__viewport.is-dragging {
    cursor: grabbing;
  }
  .cid-sZvk4JBheX .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .cid-sZvk4JBheX .mbr-section-subtitle {
    text-align: center;
    color: #8c8c95;
  }
  .cid-sZvk4JBheX .title-block {
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
    padding-bottom: 56px;
    max-width: 715px;
    margin: auto;
  }
  .cid-sZvk4JBheX .shadow {
    border-radius: 34px;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
    transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    overflow: visible;
    padding: 19px;
    margin: 0 8px;
    border: 1px solid #eff0f6;
    background-color: #ffffff;
  }
  .cid-sZvk4JBheX .wrap-img {
    transition: all 300ms ease !important;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    /* padding: 0px 20px 20px; */
    display: flex;
    justify-content: center;
  }
  .cid-sZvk4JBheX img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-sZvk4JBheX .shadow:hover {
    transform: translate(0px, -6px);
    box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
  }
  .cid-sZvk4JBheX .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
  .cid-sZvk4JBheX .shadow:hover .number,
  .cid-sZvk4JBheX .shadow:hover .card-title {
    color: #bbbbbb !important;
  }
  .cid-sZvk4JBheX .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
    color: #000000 !important;
  }
  .cid-sZvk4JBheX .card-title {
    margin-bottom: 16px;
    color: #4c4c4c;
    transition: 0.35s;
    text-align: left;
  }
  .cid-sZvk4JBheX .card-text {
    color: #8c8c95;
    text-align: center;
  }
  .cid-sZvk4JBheX H3 {
    color: #1d1d1f;
    text-align: center;
  }
  .cid-sZvk4JBheX .card-wrapper {
    border-radius: 0 0 30px 30px;
    background-color: #ffffff;
    padding: 34px 25px 54px 31px;
  }
  .cid-sZvk4JBheX .date {
    margin-bottom: 24px;
    color: #8c8c95;
  }
  .cid-sZvk4JBheX .link-title {
    display: inline-block;
  }
  .cid-sZvk4JBheX .margin {
    margin-right: 14px;
  }
  .cid-sZvk4JBheX .article {
    display: contents;
  }
  .cid-sZvk4JBheX .button-color {
    padding: 1rem 1.5625rem !important;
    border-radius: 1000px !important;
    display: inline-block;
    line-height: 20px;
    background-color: #eff0f6;
  }
  .cid-sZvk4JBheX .link-row {
    align-items: center;
  }
  @media (max-width: 530px) {
    .cid-sZvk4JBheX .card-wrapper {
      border-radius: 0 0 30px 30px;
    }
  }
  @media (max-width: 480px) {
    .cid-sZvk4JBheX .card-wrapper {
      border-radius: 0 0 30px 30px;
    }
  }
  .cid-sZvk4JBheX .iconfont-wrapper {
    text-align: left;
    margin-bottom: 32px;
  }
  .cid-sZvk4JBheX .iconfont-wrapper .mbr-iconfont::before {
    font-size: 50px;
    padding: 25px;
    border-radius: 50%;
  }
  .cid-sZvk4JBheX .button-align {
    margin-top: 36px;
    text-align: center;
  }
  .cid-sZvk4JBheX .btn {
    margin-top: 20px;
  }
  .cid-sZvk4JBheX .card-title,
  .cid-sZvk4JBheX .iconfont-wrapper {
    text-align: center;
    color: #3b006b;
  }
  .cid-sZvk4JBheX a.btn > span {
    margin-left: 0.5rem;
  }


  .cid-t9hHlNZMZr {
    padding-top: 60px;
    padding-bottom: 105px;
    overflow: hidden;
    background-color: #ffffff;
  }
  .cid-t9hHlNZMZr .badge {
    display: inline-block;
    border-radius: 10rem;
    padding: 8px 14px 6px 14px;
    color: #848abd;
    background-color: rgba(132, 138, 189, 0.15);
  }
  .cid-t9hHlNZMZr .badge.display-4 {
    font-size: 11px;
    line-height: 1.81;
    letter-spacing: 0.5px;
  }
  .cid-t9hHlNZMZr .mbr-section-title {
    color: #149dcc;
  }
  .cid-t9hHlNZMZr .mbr-section-subtitle {
    color: #999999;
    font-weight: 600;
  }
  .cid-t9hHlNZMZr .main-text {
    color: #606060;
  }
  .cid-t9hHlNZMZr .carousel {
    z-index: 2;
    position: relative;
  }
  .cid-t9hHlNZMZr .user {
    padding: 0 !important;
  }
  .cid-t9hHlNZMZr .mbr-iconfont {
    font-family: Moririse2 !important;
  }
  .cid-t9hHlNZMZr .carousel-item.active,
  .cid-t9hHlNZMZr .carousel-item-next,
  .cid-t9hHlNZMZr .carousel-item-prev {
    display: flex;
  }
  .cid-t9hHlNZMZr .details {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
    justify-content: center;
  }
  .cid-t9hHlNZMZr .details .img-wrapper img {
    width: 70px;
    max-width: 100%;
    border-radius: 100%;
  }
  .cid-t9hHlNZMZr .details .info {
    padding-left: 20px;
  }
  .cid-t9hHlNZMZr .details .info .user_name {
    margin: 0;
  }
  .cid-t9hHlNZMZr .details .info .user_name.display-7 {
    font-size: 18px;
    line-height: 1.3;
  }
  .cid-t9hHlNZMZr .details .info .user_status {
    color: #999999;
    margin-bottom: 0;
  }
  .cid-t9hHlNZMZr .details .info .user_status.display-4 {
    line-height: 1.3125;
  }
  .cid-t9hHlNZMZr .carousel-controls a {
    font-size: 2rem;
  }
  .cid-t9hHlNZMZr .carousel-controls a span {
    position: absolute;
    transition: opacity 0.3s;
    top: 70px;
    padding: 10px;
    border-radius: 50%;
    color: #232323;
    background: transparent;
    opacity: 0.5;
  }
  .cid-t9hHlNZMZr .carousel-controls a:hover span {
    opacity: 1;
    cursor: pointer;
  }
  .cid-t9hHlNZMZr ol {
    margin-bottom: 0;
    bottom: -3rem;
  }
  .cid-t9hHlNZMZr .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transition: opacity 0.5s;
    background-color: rgba(153, 153, 153, 0.8);
    font-size: 2rem;
    border-width: 0px;
    transform: scale(0.6);
    margin: 6px;
  }
  .cid-t9hHlNZMZr .carousel-indicators li:hover {
    opacity: 1;
  }
  .cid-t9hHlNZMZr .carousel-indicators .active {
    transform: scale(1);
    border: 0;
    background-color: rgba(153, 153, 153, 0.8);
    transition: all 200ms ease-in-out;
  }
  .cid-t9hHlNZMZr .user_text {
    color: #707070;
    text-align: left;
  }
  .cid-t9hHlNZMZr .user_text p.display-5 {
    line-height: 1.54;
  }
  .cid-t9hHlNZMZr .user_desk {
    color: #767676;
  }
  .cid-t9hHlNZMZr .user_desk,
  .cid-t9hHlNZMZr .carousel-item {
    text-align: left;
  }
  .cid-t9hHlNZMZr .carousel-item {
    padding-right: 20px;
  }
  .cid-t9hHlNZMZr .carousel-indicators {
    margin: 0;
    margin-left: 0.1rem;
    justify-content: center !important;
  }
  @media (max-width: 767px) {
    .cid-t9hHlNZMZr .carousel-indicators {
      margin: auto;
      justify-content: center !important;
    }
  }
  .cid-t9hHlNZMZr .carousel-control-next {
    right: -30px;
    transform: translateX(50%);
  }
  .cid-t9hHlNZMZr .carousel-control-prev {
    left: -20px;
    transform: translateX(-50%);
  }
  


  .list-special {
    list-style-type: none;
    padding-left: 20px;
  }
  
  .list-special li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
  }
  
  .list-special li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f00c";
    color: #149dcc;
  }



  .cid-sZvk4JBheX .wrap-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  