.breadcrumbs {
  margin-top: 1rem;
}

#introduction {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#introduction .container {
  position: relative;
}
#introduction .hero-text h1 {
  color: #f2770c;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 20px;
}
#introduction .hero-text p {
  color: black;
  font-weight: 500;
  font-size: 1.438rem;
  line-height: 1.65;
  margin: 0;
}
#introduction .col-10 {
  margin: 0 auto;
}
#introduction .hero-image {
  position: absolute;
  right: 0;
  top: -4.375rem;
}
@media screen and (max-width: 991px) {
  #introduction .hero-image {
    position: absolute;
    right: 0;
    top: -3.375rem;
  }
}
@media screen and (max-width: 500px) {
  #introduction .hero-image {
    position: relative;
    top: 0;
    margin: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #introduction {
    height: 15rem;
  }
  #introduction .col-10 {
    margin: 0;
  }
  #introduction .row {
    justify-content: flex-start;
  }
  #introduction .hero-image {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  #introduction {
    height: 15rem;
  }
}
#introduction .row + .row {
  margin-top: 1rem;
}

#price-plan {
  padding-top: 0;
  margin: 0 0 3rem;
}
#price-plan .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: -0.625rem;
}
#price-plan .row > div {
  padding: 0.625rem;
}
#price-plan .plan-block {
  text-align: center;
  padding: 2rem 0;
  border: 1px solid #ff7502;
  border-radius: 0.313rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#price-plan .plan-block .media {
  position: absolute;
  top: -2.188rem;
  left: -0.625rem;
}
#price-plan .plan-block .media img {
  width: 5.875rem;
  height: auto;
}
#price-plan .plan-block h2 {
  margin: 0 0 1.688rem;
  font-size: 1.438rem;
  line-height: 1.2;
}
#price-plan .plan-block h2 .black-color {
  color: black;
  font-weight: normal;
}
#price-plan .plan-block .plan-block-list {
  position: relative;
  width: 100%;
  margin: 0 0 1.688rem;
}
#price-plan .plan-block .plan-block-list ul {
  margin: 0;
  padding: 0;
}
#price-plan .plan-block .plan-block-list ul li {
  text-align: left;
  color: black;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.4;
  padding: 0.188rem 1.25rem 0.188rem 5.313rem;
  list-style-type: none;
  background-image: url("../img/pricing/tick.png");
  background-repeat: no-repeat;
  background-size: 0.938rem 0.938rem;
  background-position: 3.438rem center;
}
#price-plan .plan-block .plan-block-list ul li:nth-child(odd) {
  background-color: rgba(255, 117, 2, 0.3);
}
#price-plan .plan-block .plan-block-list ul li:nth-child(even) {
  background-color: rgba(255, 117, 2, 0);
}
#price-plan .plan-block .button {
  font-size: 1.438rem;
  font-weight: 500;
  line-height: 0.83;
  padding: 0.875rem 1rem;
  background-color: #3783bc;
  border-radius: 0.313rem;
  border: none;
  border: 1px solid #3783bc;
  box-shadow: 10px 10px rgba(55, 131, 188, 0.1);
}
#price-plan .plan-block .button:hover {
  background-color: white;
  color: #3783bc;
}
@media screen and (max-width: 500px) {
  #price-plan .plan-block .media {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 1.2rem;
  }
  #price-plan .plan-block h2 {
    padding: 0 !important;
  }
  #price-plan .plan-block .plan-block-list ul li {
    padding: 0.188rem 1.25rem 0.188rem 2.613rem;
    background-position: 1rem center;
  }
}
#price-plan .plan-a .plan-block-list ul li:nth-last-child(-n+3) {
  color: rgba(0, 0, 0, 0.25) !important;
  background-image: url("../img/pricing/cross.png") !important;
  background-size: 0.688rem 0.688rem !important;
}
#price-plan .plan-b h2 {
  padding-left: 2.813rem;
}
@media screen and (max-width: 991px) {
  #price-plan .plan-a h2 {
    padding: 0 4.688rem;
  }
}

.platform-section {
  overflow: hidden;
}
.platform-section .bg-right {
  top: 4rem;
  position: absolute;
  right: 0;
  z-index: 2;
  width: 25.313rem;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .platform-section .bg-right {
    width: 10rem;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .platform-section .bg-right {
    display: none;
  }
}
.platform-section .platform-block {
  border: 1px solid white;
  border-top: none;
  border-radius: 0.313rem;
  padding: 2.5rem 5rem;
  position: relative;
  z-index: 2;
}
.platform-section .platform-block h2 {
  font-size: 1.438rem;
  font-weight: 600;
  line-height: 1.22;
  margin: 0;
  position: absolute;
  top: -14px;
  left: 4px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  width: calc(100% - 7px);
  align-items: center;
}
.platform-section .platform-block h2 .title-line {
  padding: 0 1rem;
}
.platform-section .platform-block h2:before {
  content: "";
  display: block;
  background-color: white;
  height: 1px;
  width: 1px;
  flex-grow: 1;
}
.platform-section .platform-block h2:after {
  content: "";
  display: block;
  background-color: white;
  height: 1px;
  width: 1px;
  flex-grow: 1;
}
.platform-section .platform-block .platform-block-list ul {
  padding: 0;
  margin: 0;
}
.platform-section .platform-block .platform-block-list ul li {
  font-size: 1.25rem;
  text-align: left;
  font-weight: normal;
  line-height: 1.22;
  margin: 0 0 1rem;
}
.platform-section .platform-block .platform-block-list ul li:last-child {
  margin: 0;
}
.platform-section .get-started-block {
  margin-top: 2.265rem;
  background: white;
  border: 1px solid #3783bc;
  border-radius: 0.313rem;
  padding: 2rem 0;
  margin-right: -0.313rem;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .platform-section .get-started-block {
    margin-right: -15px;
  }
}
.platform-section .get-started-block .text-content {
  padding-left: 2.5rem;
  text-align: left;
}
.platform-section .get-started-block .text-content h3 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.1;
  margin: 0 0 1.25;
}
.platform-section .get-started-block .text-content h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.43;
  color: #3783bc;
  margin: 0 0 1.375rem;
}
.platform-section .get-started-block .text-content .button {
  background: #3783bc;
  border: 1px solid #3783bc;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.875rem 1rem;
  box-shadow: 10px 10px rgba(55, 131, 188, 0.1);
}
.platform-section .get-started-block .text-content .button:hover {
  background: white;
  color: #3783bc;
}
.platform-section .get-started-block .img-content {
  padding-right: 1.438rem;
  position: relative;
}
.platform-section .get-started-block .img-content img {
  position: absolute;
  right: 1.438rem;
  top: -5.625rem;
}
@media screen and (max-width: 500px) {
  .platform-section .row {
    margin: 0;
  }
  .platform-section .platform-block {
    padding: 2.5rem;
  }
  .platform-section .get-started-block {
    margin-top: 30px;
  }
  .platform-section .get-started-block .text-content {
    padding: 0 1rem;
    text-align: center;
  }
  .platform-section .get-started-block .text-content h2 {
    font-size: 1.5rem;
  }
  .platform-section .get-started-block .img-content {
    padding: 0 1rem;
    margin-top: 1.5rem;
  }
  .platform-section .get-started-block .img-content img {
    position: relative;
    top: 0;
    right: 0;
  }
}/*# sourceMappingURL=pricing.css.map */