.custom-box {
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  padding: 14px;
  border: 1px solid #fff;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  .custom-box.memberspace {
    margin: 0 24px; }
  .custom-box.priced {
    padding: 0; }
    .custom-box.priced label {
      padding: 24px; }
  .custom-box.noHover {
    border: 0;
    min-height: 140px;
    display: flex !important;
    align-items: center !important; }
  .custom-box.is-active {
    border: 1px solid #83b715; }
  .custom-box.box-pointer {
    cursor: pointer; }
  .custom-box.box-disabled {
    pointer-events: none; }
    .custom-box.box-disabled .t-entry-title,
    .custom-box.box-disabled p {
      opacity: .4; }
  .custom-box.article-style {
    padding: 0px; }
    .custom-box.article-style .article-image-block {
      /*display: flex;
            flex-flow: column;*/
      display: block !important;
      overflow: hidden;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      width: 100%; }
      .custom-box.article-style .article-image-block:before {
        content: "";
        padding-top: 45%;
        display: block; }
      .custom-box.article-style .article-image-block .t-entry-visual-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        transition: opacity 0.2s ease-in-out; }
        .custom-box.article-style .article-image-block .t-entry-visual-overlay:before {
          content: "";
          width: 120%;
          height: 120%;
          background: url(../assets/images/tapa.svg) right top no-repeat;
          background-size: cover;
          position: absolute;
          top: 100%;
          left: -15%;
          transition: all 0.2s ease;
          z-index: 2; }
        .custom-box.article-style .article-image-block .t-entry-visual-overlay:after {
          content: "+";
          z-index: 10;
          width: 35px !important;
          height: 35px !important;
          font-size: 35px;
          z-index: 4;
          color: #83B715;
          position: absolute;
          top: -5px !important;
          left: 10px;
          opacity: 0;
          transition: all 0.2s ease; }
      .custom-box.article-style .article-image-block .article-image {
        height: 100%;
        width: 100%;
        -o-object-position: center;
           object-position: center;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden; }
    .custom-box.article-style.flex-4 .article-image-block:before {
      content: "";
      padding-top: 120px;
      display: block; }
    .custom-box.article-style:hover .article-image-block .t-entry-visual-overlay:before {
      top: 0;
      opacity: 0.8; }
    .custom-box.article-style:hover .article-image-block .t-entry-visual-overlay:after {
      top: 0;
      opacity: 1; }
    .custom-box.article-style .article-content-block {
      position: relative;
      padding: 1rem 1rem 24px 1rem;
      display: block;
      width: 100%; }
      .custom-box.article-style .article-content-block .article-content-block__date {
        font-size: 0.8rem;
        font-weight: 600;
        color: #6D6D6D;
        display: block;
        width: 100%; }
      .custom-box.article-style .article-content-block .article-content-block__category {
        display: block;
        font-size: 0.8rem;
        font-weight: 600;
        width: 100%; }
      .custom-box.article-style .article-content-block .article-content-block__title {
        font-size: 20px;
        font-weight: 700;
        padding-top: 14px; }
  .custom-box.lessSpace {
    padding: 24px 14px; }
    .custom-box.lessSpace .formStepHeader h3 {
      font-size: 16px; 
    text-transform: uppercase;
  display: block;}
  .custom-box .box-footer {
    display: flex;
    flex-flow: column;
    background: #f9f9f9;
    border-radius: 0 0 10px 10px;
    padding: 24px;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: auto;
    margin-bottom: -24px; }
    .custom-box .box-footer h3 {
      color: #83b715;
      margin: 10px 0px; }
    .custom-box .box-footer p {
      color: #6D6D6D;
      margin: 0px; }
      .custom-box .box-footer p.text-bold {
        color: #393939; }
  .custom-box:not(.noHover):hover {
    border: 1px solid #83b715; }
  .custom-box .custom-box__fullLink {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    cursor: pointer; }
  .custom-box .custom-box__innerLink {
    position: relative;
    z-index: 1; }

.custom-box.memberspace h3 {
  margin: 0px;
  font-size: 18px; }

.custom-box.memberspace .my-member-item {
  display: flex;
  flex-flow: row wrap;
  margin: 2rem 0 3rem 0; }
  .custom-box.memberspace .my-member-item .my-member-item-image {
    width: 100px; }
    .custom-box.memberspace .my-member-item .my-member-item-image img {
      width: 100%; }
  .custom-box.memberspace .my-member-item .my-member-item-data {
    margin-left: 2rem; }
    .custom-box.memberspace .my-member-item .my-member-item-data ul {
      margin: 0px;
      padding: 0px; }
      .custom-box.memberspace .my-member-item .my-member-item-data ul li {
        list-style: none;
        line-height: normal; }
        .custom-box.memberspace .my-member-item .my-member-item-data ul li.my-member-item-name {
          font-weight: 800; }
        .custom-box.memberspace .my-member-item .my-member-item-data ul li strong {
          color: #83b715; }

.custom-box.memberspace .company-leadership-block {
  display: flex;
  flex-flow: row wrap;
  margin: 2rem 0 3rem 0; }
  .custom-box.memberspace .company-leadership-block .company-leadership-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem; }
    .custom-box.memberspace .company-leadership-block .company-leadership-item .company-leadership-image {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 100%;
      overflow: hidden;
      position: relative;
      margin: 0 2rem 1rem 0; }
      .custom-box.memberspace .company-leadership-block .company-leadership-item .company-leadership-image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -o-object-position: center;
           object-position: center;
        -o-object-fit: cover;
           object-fit: cover;
        border: 0; }
    .custom-box.memberspace .company-leadership-block .company-leadership-item .company-leadership-data ul {
      margin: 0px;
      padding: 0px; }
      .custom-box.memberspace .company-leadership-block .company-leadership-item .company-leadership-data ul li {
        list-style: none;
        line-height: normal; }
        .custom-box.memberspace .company-leadership-block .company-leadership-item .company-leadership-data ul li.leadership-name {
          font-weight: 800; }
        .custom-box.memberspace .company-leadership-block .company-leadership-item .company-leadership-data ul li.leadership-position {
          font-style: italic; }
        .custom-box.memberspace .company-leadership-block .company-leadership-item .company-leadership-data ul li.leadership-place {
          color: #6D6D6D;
          font-size: 14px; }

.custom-box.memberspace .my-membership__interactions {
  display: flex;
  flex-flow: column;
  position: relative;
  margin-top: 1rem;
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 8px; }
  .custom-box.memberspace .my-membership__interactions:after {
    display: none; }
  .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside,
  .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside {
    width: 100%; }
    .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside h4,
    .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside h4 {
      font-size: 16px;
      color: #0b5f2c;
      margin: 0px; }
    .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside .my-membership__interactions-item,
    .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside .my-membership__interactions-item {
      margin-top: 1rem; }
      .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside .my-membership__interactions-item .my-membership__interactions-item-date,
      .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside .my-membership__interactions-item .my-membership__interactions-item-date {
        display: block;
        font-weight: 800;
        color: #83b715; }
      .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside .my-membership__interactions-item .my-membership__interactions-item-company,
      .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside .my-membership__interactions-item .my-membership__interactions-item-company {
        display: block;
        color: #83b715;
        background: #297448;
        font-size: 12px;
        font-weight: 600;
        padding: 0.5rem;
        border-radius: 3px;
        margin-bottom: 0.5rem; }
      .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside .my-membership__interactions-item .my-membership__interactions-item-events .my-membership__interactions-item-event,
      .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside .my-membership__interactions-item .my-membership__interactions-item-events .my-membership__interactions-item-event {
        display: block;
        background: #ececec;
        font-size: 14px;
        padding: 0.5rem;
        border-radius: 3px;
        margin-bottom: 0.5rem; }
  .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside {
    padding-right: 0px;
    margin-bottom: 1rem; }
  .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside {
    padding-left: 0px; }

.custom-box.orders {
  text-align: left;
  font-size: 14px; }
  .custom-box.orders .custom-orders__header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #83b715; }
    .custom-box.orders .custom-orders__header .custom-orders__header-item {
      margin-right: 1rem; }
    .custom-box.orders .custom-orders__header .custom-orders__header-reorder {
      margin-left: auto; }
      .custom-box.orders .custom-orders__header .custom-orders__header-reorder a {
        display: block;
        background: #83b715;
        color: #fff;
        border-radius: 20px;
        padding: .2rem 1rem;
        transition: all 0.2s ease; }
        .custom-box.orders .custom-orders__header .custom-orders__header-reorder a:hover {
          background: #297448; }
  .custom-box.orders .custom-orders__table {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #83b715; }
    .custom-box.orders .custom-orders__table .custom-orders__table-item {
      width: 50%;
      margin-bottom: 1rem; }
      .custom-box.orders .custom-orders__table .custom-orders__table-item:last-child {
        margin-right: 0px; }
  .custom-box.orders .custom-orders__submited {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
    .custom-box.orders .custom-orders__submited .custom-orders__submited-img {
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .custom-box.orders .custom-orders__submited .custom-orders__submited-img img {
        display: block;
        width: 80px;
        min-height: 30px;
        background: #dadada; }
    .custom-box.orders .custom-orders__submited .custom-orders__submited-items {
      display: flex;
      flex-flow: row wrap; }
      .custom-box.orders .custom-orders__submited .custom-orders__submited-items .custom-orders__submited-item {
        margin-right: 1rem; }
        .custom-box.orders .custom-orders__submited .custom-orders__submited-items .custom-orders__submited-item i {
          color: #83b715; }
        .custom-box.orders .custom-orders__submited .custom-orders__submited-items .custom-orders__submited-item:last-child {
          margin-right: 0px; }

.custom-warning {
  text-align: center;
  border-radius: 10px;
  padding: 24px;
  background: #fc3664;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #fff;
  border: 1px solid #fc3664;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  .custom-warning .custom-warning-item {
    margin-right: 1rem; }
    .custom-warning .custom-warning-item:last-child {
      margin-right: 0px; }
    .custom-warning .custom-warning-item i {
      font-size: 30px;
      color: #fc3664; }
    .custom-warning .custom-warning-item h3 {
      margin: 0px;
      font-size: 1rem; }
    .custom-warning .custom-warning-item p {
      margin: 0px;
      font-size: 14px; }

@media (min-width: 600px) {
  .custom-box.orders .custom-orders__table {
    justify-content: space-between; }
    .custom-box.orders .custom-orders__table .custom-orders__table-item {
      margin-right: 1rem;
      margin-bottom: 0px;
      width: auto; }
  .custom-warning {
    flex-flow: row;
    text-align: left; }
  .custom-box.memberspace .company-leadership-block .company-leadership-item {
    width: 50%; }
  .custom-box.memberspace .my-membership__interactions {
    flex-flow: row wrap; }
    .custom-box.memberspace .my-membership__interactions:after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0;
      background: #83b715; }
    .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside,
    .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside {
      width: 50%; }
      .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside .my-membership__interactions-item .my-membership__interactions-item-company,
      .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside .my-membership__interactions-item .my-membership__interactions-item-company {
        display: inline-block; }
      .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside .my-membership__interactions-item .my-membership__interactions-item-events .my-membership__interactions-item-event,
      .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside .my-membership__interactions-item .my-membership__interactions-item-events .my-membership__interactions-item-event {
        display: inline-block; }
    .custom-box.memberspace .my-membership__interactions .my-membership__interactions-leftside {
      padding-right: 2rem;
      text-align: right;
      margin-bottom: 0px; }
    .custom-box.memberspace .my-membership__interactions .my-membership__interactions-rightside {
      padding-left: 2rem; } }

.no-margin {
  margin: 0px !important; }

.custom-grid {
  display: flex;
  flex-flow: row wrap; }
  .custom-grid.thin-mode {
    max-width: 800px;
    margin: 0 auto; }
  .custom-grid.super-thin-mode {
    max-width: 600px;
    margin: 0 auto; }
  .custom-grid h3 {
    margin: 0px; }
  .custom-grid label {
    font-size: 12px;
    text-transform: uppercase; }

.custom-list {
  margin-bottom: 1rem; }
  .custom-list li {
    list-style: none;
    font-size: 14px;
    position: relative;
    padding-left:5px;}
    .custom-list li:before {
      content:"\e116";
      font-family: "uncodeicon";
      color: #83b715;
      position: absolute;
      left: -14px;
      top: 0; }

/* FLEX
============================================= */
.d-flex {
  display: flex; }

.flexcheckboxes {
  display: flex;
  justify-content: space-between;
  margin: 0 20px; }

.flexcheckboxes .wpcf7-list-item {
  margin-right: 0px; }

.flex {
  display: flex; }
  .flex.flex-row {
    flex-direction: row; }
  .flex.flex-row-reverse {
    flex-direction: row-reverse; }
  .flex.flex-column {
    flex-direction: column; }
  .flex.flex-column-reverse {
    flex-direction: column-reverse; }

.flex {
  display: flex; }
  .flex.flex-rowrap {
    flex-flow: row wrap; }
    .flex.flex-rowrap.right {
      justify-content: flex-end; }
      .flex.flex-rowrap.right button {
        margin: 0 0 0 1rem; }
    .flex.flex-rowrap.center {
      justify-content: center; }
      .flex.flex-rowrap.center button {
        margin: 0 0.5rem 0 0.5rem; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-baseline {
  align-items: baseline; }

.align-items-stretch {
  align-items: stretch; }

.justify-content-start {
  justify-content: flex-start; }

.justify-content-end {
  justify-content: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.align-self-auto {
  align-self: auto; }

.align-self-start {
  align-self: flex-start; }

.align-self-end {
  align-self: flex-end; }

.align-self-center {
  align-self: center; }

.align-self-baseline {
  align-self: baseline; }

.align-self-stretch {
  align-self: stretch; }

.align-content-auto {
  align-self: auto; }

.align-content-start {
  align-self: flex-start; }

.align-content-end {
  align-self: flex-end; }

.align-content-center {
  align-self: center; }

.align-content-baseline {
  align-self: baseline; }

.align-content-stretch {
  align-self: stretch; }

.flex-float {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: calc( 2 * 16px); }

  .custom-box .flex-float,.wpcf7-form {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: calc( 2 * 8px); }

.flex-1 {
  width: 100%; }

.flex-2 {
  width: 100%; }

.flex-3 {
  width: 100%; }

.flex-4 {
  width: 100%; }

.flex-5 {
  width: 100%; }

.flex-6 {
  width: 100%; }

.flex-7 {
  width: 100%; }

.flex-8 {
  width: 100%; }

.flex-9 {
  width: 100%; }

.flex-10 {
  width: 100%; }

.flex-11 {
  width: 100%; }

.flex-12 {
  width: 100%; }

@media (min-width: 970px) {
  .flex-1 {
    width: calc(50% - ( 2 * 16px)); }
  .flex-2 {
    width: calc(50% - ( 2 * 16px)); }
  .custom-box .flex-float.flex-2,.wpcf7-form.flex-2{
    width: calc(50% - ( 2 * 8px)); }
  .flex-3 {
    width: calc(50% - ( 2 * 16px)); }
  .flex-4 {
    width: calc(50% - ( 2 * 16px)); }
  .custom-box .flex-float.flex-4,.wpcf7-form.flex-4{
    width: calc(50% - ( 2 * 8px)); }
  .flex-5 {
    width: calc(50% - ( 2 * 16px)); }
  .flex-6 {
    width: calc(50% - ( 2 * 16px)); }
  .flex-7 {
    width: calc(50% - ( 2 * 16px)); }
  .flex-8 {
    width: calc(50% - ( 2 * 16px)); }
  .flex-9 {
    width: calc(50% - ( 2 * 16px)); }
  .flex-10 {
    width: calc(50% - ( 2 * 16px)); }
  .flex-11 {
    width: calc(50% - ( 2 * 16px)); }
  .flex-12 {
    width: calc(50% - ( 2 * 16px)); } }

@media (min-width: 1024px) {
  .flex-1 {
    width: calc(8.33333% - 32px); }
  .flex-2 {
    width: calc(16.66667% - 32px); }
  .custom-box .flex-float.flex-2,.wpcf7-form.flex-2{
     width: calc(16.66667% - ( 2 * 8px)); }
  .flex-3 {
    width: calc(25% - 32px); }
  .flex-4 {
    width: calc(33.33333% - 32px); }
  .custom-box .flex-float.flex-4,.wpcf7-form.flex-4{
    width: calc(33.33333% - ( 2 * 8px)); }
  .flex-5 {
    width: calc(41.66667% - 32px); }
  .flex-6 {
    width: calc(50% - 32px); }
  .flex-7 {
    width: calc(58.33333% - 32px); }
  .flex-8 {
    width: calc(66.66667% - 32px); }
  .flex-9 {
    width: calc(75% - 32px); }
  .flex-10 {
    width: calc(83.33333% - 32px); }
  .flex-11 {
    width: calc(91.66667% - 32px); }
  .flex-12 {
    width: calc(100% - 32px); } }

.flex-12 {
  width: 100%; }

/* ORDER 
============================================= */
.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; } }

@media (min-width: 769px) {
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; } }

.steps-form {
  max-width: 940px;
  margin: 40px auto; }

.steps-form ul {
  padding-left: 0; }

.steps-form li {
  list-style: none; }

/* Progress Bar */
.progress-wrap {
  margin: 0 auto;
  display: table;
  max-width: 940px;
  width: 100%;
  padding: 3rem 0;
  z-index: 1; }
  .progress-wrap .line-progress-bar {
    display: flex;
    margin: auto;
    width: 100%;
    position: relative; }
    .progress-wrap .line-progress-bar .line {
      height: 1px;
      width: 90%;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: #d9d9d9;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%); }
    .progress-wrap .line-progress-bar ul {
      display: flex;
      width: 90%;
      list-style: none;
      padding: 0px !important;
      margin: 0 auto;
      justify-content: space-between;
      z-index: 1; }
      .progress-wrap .line-progress-bar ul li.progressbar-dots {
        display: inline-flex;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 20px;
        margin-left: 0px;
        background: #d9d9d9; }
        .progress-wrap .line-progress-bar ul li.progressbar-dots span {
          font-size: 10px;
          line-height: 12px;
          position: absolute;
          margin-top: 60px;
          color: #393939;
          font-weight: 600; }
        .progress-wrap .line-progress-bar ul li.progressbar-dots.active {
          background: #83b715; }

.formStepHeader {
  /*border-bottom: 1px solid #83b715;*/
  margin: 0 20px;
  padding: 1rem 0;
  align-items: center; 
display:block !important;}
.formStepHeader h3 {
  font-size: 20px;
text-transform: uppercase;
display: block;}
  .formStepHeader h3:after{
    margin-top: 10px !important;
    content:"";
    border-bottom: 2px solid #83b715 !important;
    width:90px;
    height:2px;
    display: block;
  }
.input-file {
  position: relative;
  overflow: hidden;
  width: auto;
  max-width: 440px;
  height: 41px;
  border: none;
  /*border: 1px solid #eaeaea;*/
  border-radius: 3px;
  cursor: pointer;
  transition: opacity .3s ease;
  background: #fff;
  text-align: left;
  margin-top: 9px; 
  border-radius:40px;
  background:#999;
  color:#fff;
}
  .input-file:hover {
    opacity: 0.8; }
  .input-file [type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .input-file .file-label {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 41px;
    pointer-events: none; 
    padding-left:10px;
    padding-right:10px;}
  .input-file span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
    .input-file span input {
      margin: 0px;
      padding: 0px; }

/*  Steps */
.step-pane {
  display: none; }
  .step-pane:first-child {
    display: block; }

/* Error */
span.error {
  font-size: 12px;
  color: #fc3664;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px; }

/* Form Nav */
.form-nav {
  display: flex;
  justify-content: center;
  margin-top: 3rem; }

.steps-form .back-btn,
.steps-form .next-btn,
.steps-form .submit-btn,
button.custom-btn,
html input[type="button"].custom-btn,
input[type="reset"].custom-btn,
input[type="submit"].custom-btn,
.custom-btn {
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 0.4rem;
  z-index: 5;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
  border-radius: 50px !important;
  padding: 12px 30px;
  color: #fff !important;
  font-weight: 600;
  background: none !important;
  text-align: center; }

input[type="radio"] {
  border-radius: 100% !important;
  padding: 15px !important; }

input[type="radio"]:checked:before {
  background-color: #83b715 !important; }

.steps-form .submit-btn,
.custom-btn {
  background: #83b715 !important;
  padding-left: 30px !important; }

.steps-form button:after,
.custom-btn:after {
  width: 110%;
  height: 110%;
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: -2;
  background: #83b715 !important; }

.steps-form .back-btn:after {
  background: #0b5f2c !important; }

.steps-form button:before,
.custom-btn:before {
  content: "";
  border: 2px solid #fff;
  width: 200%;
  height: 120%;
  transform: skewX(-20deg);
  border-radius: 100px 0 0 0;
  z-index: -1;
  position: absolute;
  top: -10%;
  left: 120%;
  background: #0b5f2c;
  transition: all 0.4s ease; }

.steps-form .back-btn:before {
  background: #83b715; }

.steps-form button:hover:before,
.custom-btn:hover:before {
  left: 3%; }

.steps-form .btn-container {
  margin-top: 0px;
  margin: 0.4rem; }

.steps-form .btn {
  padding: 13px 30px;
  font-size: 16px;
  line-height: 24px; }

.steps-form input {
  border-radius: 2px;
  font-size: 14px;
  padding-left: 15px !important; }

input[type=checkbox] {
  padding: 0px !important; }

.multi-field-wrapper .multi-fields .multi-field {
  padding: 2rem 0;
  margin: 1rem;
  border-bottom: 1px solid #eaeaea;
  border-radius: 2px;
  position: relative;
  counter-increment: muffins; }
  .multi-field-wrapper .multi-fields .multi-field:first-child {
    padding: 1rem 0; }
    .multi-field-wrapper .multi-fields .multi-field:first-child .form-actions-button.remove-field {
      display: none; }
  .multi-field-wrapper .multi-fields .multi-field:last-child {
    border-bottom: 0px; }
  .multi-field-wrapper .multi-fields .multi-field .titlecount {
    font-size: 16px; }
    .multi-field-wrapper .multi-fields .multi-field .titlecount:after {
      content: " " counter(muffins); }

.form-actions-button {
  background: #393939;
  border-radius: 50px;
  padding: 13px 30px;
  color: #fff !important;
  transition: all 0.4s ease; }
  .form-actions-button:after, .form-actions-button:before {
    display: none; }
  .form-actions-button:hover {
    background: #83b715; }
  .form-actions-button.remove-field {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100px;
    padding: 5px 10px; }
    .form-actions-button.remove-field:hover {
      background: #fc3664; }

.center-button {
  margin: 0 auto;
  display: block; }

.price-table {
  border-collapse: collapse;
  width: 100%;
  border: none;
  margin-bottom: 2rem; }
  .price-table thead tr th {
    text-align: center;
    text-transform: uppercase;
    padding: 0.5rem 0;
    font-size: 16px;
    border-left: 0px; }
    .price-table thead tr th:last-child {
      text-align: right; }
    .price-table thead tr th:first-child {
      text-align: left; }
  .price-table thead tr:first-child {
    width: 30%;
    text-align: left; }
  .price-table tbody tr td {
    text-align: center;
    padding: 1rem 0;
    font-size: 14px;
    border-left: 0px; }
    .price-table tbody tr td:last-child {
      text-align: right; }
    .price-table tbody tr td:first-child {
      text-align: left; }
    .price-table tbody tr td .taxes-text {
      font-size: 12px; }
    .price-table tbody tr td strong {
      font-size: 16px;
      white-space: nowrap; }
  .price-table tbody tr:first-child td, .price-table tbody tr:last-child td {
    border-top: 1px solid black; }

.no-margin h2,
.no-margin h3,
.no-margin p {
  margin: 0px !important; }

.full-width,
.full-width h2,
.full-width h3,
.full-width h4 {
  width: 100%; }

.text-accent-color h2,
.text-accent-color h3,
.text-accent-color h4 {
  color: #83b715 !important;
  fill: #83b715 !important; }

.full-check {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer; }

.multiselect {
  position: relative; }

.false-checkboxes {
  position: absolute;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 1rem;
  width: 100%;
  top: 80px;
  border-radius: 2px;
  z-index: 6;
  max-height: 184px;
  overflow-y: auto; }
  .false-checkboxes label {
    display: block;
    margin: 6px 0; }

.couponcode .button {
  position: absolute;
  bottom: 0;
  height: 41px;
  line-height: 41px;
  border-radius: 3px;
  padding: 0 10px;
  right: 0;
  background: #83b715;
  color: #fff;
  transition: all 0.2s ease; }
  .couponcode .button:hover, .couponcode .button:focus {
    background: #0b5f2c;
    color: #fff !important; }

.alert-coupon p {
  font-weight: 400;
  font-size: 14px; }

.alert-coupon.ko-coupon p {
  color: #fc3664 !important; }

.alert-coupon.ok-coupon p {
  color: #83b715 !important; }

.relative {
  position: relative; }

.disabled {
  pointer-events: none;
  opacity: .5; }

.inc-tabs {
  text-align: left; }
  .inc-tabs .tabs-header {
    display: flex;
    width: 100%; }
    .inc-tabs .tabs-header .tabs {
      display: flex;
      flex-flow: column;
      border: 1px solid #eaeaea;
      border-radius: 4px 0 0 4px;
      margin-bottom: 1rem;
      height: 40px;
      padding: 0 1rem;
      overflow: hidden;
      position: relative;
      transition: all 0.2s ease;
      width: calc(100% - 40px); }
      .inc-tabs .tabs-header .tabs.is-active {
        height: auto; }
        .inc-tabs .tabs-header .tabs.is-active .tab {
          display: block; }
      .inc-tabs .tabs-header .tabs .tab {
        display: none;
        cursor: pointer;
        font-weight: 600;
        font-size: 14px;
        line-height: 40px;
        transition: all 0.2s ease; }
        .inc-tabs .tabs-header .tabs .tab:hover {
          color: #83b715; }
        .inc-tabs .tabs-header .tabs .tab.active {
          color: #83b715;
          display: block; }
    .inc-tabs .tabs-header .tab_content .tab_item {
      display: none; }
      .inc-tabs .tabs-header .tab_content .tab_item:first-child {
        display: block; }
    .inc-tabs .tabs-header .opentabs {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #83b715;
      cursor: pointer;
      color: #fff;
      border-radius: 0 4px 4px 0;
      transition: all 0.2s ease; }
      .inc-tabs .tabs-header .opentabs:hover {
        background: #297448; }

.switch-header {
  display: flex;
  max-width: 200px;
  margin: 0 auto;
  background: #eaeaea;
  border-radius: 20px;
  overflow: hidden; }
  .switch-header .switch {
    width: 50%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    transition: all 0.2s ease;
    font-weight: 600; }
    .switch-header .switch:focus, .switch-header .switch:hover {
      color: #83b715; }
    .switch-header .switch.active {
      background: #83b715;
      color: #fff; }
      .switch-header .switch.active:focus, .switch-header .switch.active:hover {
        color: #fff; }

.co1-switch-content,
.co2-switch-content,
.co3-switch-content {
  display: none; }

.co1-switch-content.active,
.co2-switch-content.active,
.co3-switch-content.active {
  display: block; }

.custom-box h3{
  padding-top:16px;
}
.custom-box p.text-small{
  padding:0 8px;
}
.custom-box.active,.custom-box.is-active{
  position:relative;
  border:1px solid #fff;
}
.custom-box.active:before,.custom-box.is-active:before{
  content:"\e116";
  font-family: "uncodeicon";
  color:#83b715;
  position: absolute;
  top: 16px;
  left: 23px;
  font-size: 20px;
}
.t-entry-list{
  list-style: none !important;
}
.t-entry-list li{
  font-size:0.9rem;
}
.t-entry-list li:before{
  content:"\e116";
  font-family: "uncodeicon"; 
  font-size:0.9rem;
  margin-right:10px;
  color:#0b5f2c;
}