.hero .hero-body .bg-video video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 0;
  height: 450px;
}

header.header .hero.is-dark {
  height: 450px;
  padding-top: 0px;
}

header.header .hero .hero-body {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EFF3F8;
  background-size: cover;
}

header.header .hero .hero-body .container {
  display: flex;
  align-items: center;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

header.header .columns {
  width: 100%;
}

.hero .hero-body .title {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #201C26 !important;
}

.hero .hero-body .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #615E69 !important;
}

.hero .hero-body .btn-group {
  margin-top: 80px;
}

.hero .hero-body .button.is-primary.is-outlined {
  border-color: #201C26;
  color: #201C26;
}

.hero .hero-body .button.is-primary.is-outlined:hover {
  border-width: 0;
  color: #fff;
}

.section.product-digital-cornerstone .image.is-48x48 {
  background-color: #fff;
}

.section.product-digital-cornerstone .columns.is-multiline .column:nth-child(odd):last-child {
  width: 100%;
}

.section.product-benefits,
.section.product-deploy {
  padding-top: 0px;
}

.section.product-deploy {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.product-deploy .deploy-container {
  padding: 30px;
  background: #F5F9FA;
}

.product-deploy .deploy-container p {
  font-size: 14px;
  line-height: 28px;
  color: #888;
  text-align: center;
  padding-bottom: 30px;
  max-width: 866px;
  margin: 0 auto;
}

.product-deploy .deploy-container img {
  width: 100%;
}

section.product-specialist .card-content {
  padding: 16px 30px 20px 0px;
}

section.product-specialist .media-content .title {
  font-size: 18px;
  font-weight: 500;
  color: #0F0D15;
  margin-bottom: 0;
}

.section.is-medium.product-specialist {
  padding-bottom: 0px;
}

section.product-specialist .media-content .content {
  font-size: 14px;
  line-height: 24px;
}

section.product-cases {
  padding-top: 0px !important;
  padding-bottom: 100px !important;
}

.cases-list .case-item {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.03);
}

.cases-list .case-item .case-header img {
  left: 110px;
  bottom: -35px;
  width: 310px;
}

.cases-list .case-item .content {
  padding: 50px 120px 40px 120px;
}

.cases-list .case-item:hover {
  margin-top: 0px;
}

.product-solutions .tabs.is-centered {
  margin-bottom: 33px;
}

.solution-container {
  display: flex;
  justify-content: center;
}

.solution-tabs {
  margin-right: 50px;
  margin-bottom: 0px;
  min-width: 202px;
}

.solution-tabs ul {
  flex-direction: column;
  justify-content: normal;
  border-bottom: none;
}

.solution-tabs ul li {
  font-size: 20px;
  font-weight: 500;
  color: #201C26;
  padding: 14px 22px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  width: 202px;
  cursor: pointer;
}

.solution-tabs ul li .arrow {
  display: none;
}

.solution-tabs ul li.is-active {
  background-color: #00AA72;
  color: #fff;
}

.solution-tabs ul li.is-active .arrow {
  display: block;
}

.solution-sub-content .tab-panel {
  min-height: 312px;
}

.solution-list {
  display: flex;
  flex-wrap: wrap;
  min-width: 688px;
  max-width: 688px;
}
 
.solution-list .solution-card {
  border: 1px solid #D5E1ED;
  display: block;
  border-radius: 8px;
  padding: 30px 36px;
  width: 331px;
  margin-bottom: 22px;
}

.solution-list .solution-card:nth-child(odd) {
    margin-right: 22px;
}

.solution-list .solution-card .solution-card-title { 
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #201C26;
  margin-bottom: 10px;
}

.solution-list .solution-card p {
  font-weight: 600;
  font-size: 14px;
  color: #8E8C94;
}

.solution-list .solution-card:hover {
  background: #F5F9FA;
}

.solution-list .solution-card:hover p {
  color: #00AA72;
}


@media screen and (max-width: 960px) {
  #solutions .solution-tabs {
    min-width: auto;
    margin-right: unset;
  }

  #solutions .solution-container {
    display: block;
  }

  #solutions .solution-tabs ul {
    flex-direction: unset;
    border-bottom:1px solid #dbdbdb;
    justify-content: center;
  }

  #solutions .solution-tabs ul li {
    font-size: 18px;
    display: inline-block;
    width: auto;
  }

   #solutions .solution-tabs ul li .arrow {
    display: none;
   }

  #solutions .solution-tabs ul li.is-active {
    background-color: transparent;
    border-bottom: 1px solid #00a971;
    border-radius: revert;
    color: #00a971;
  }

  #solutions .solution-list { 
    min-width: unset;
    max-width: unset;
    justify-content: center;
  }

  #solutions .solution-list .solution-card {
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .section.is-medium {
    padding-top: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .section .title-block {
    margin-bottom: 20px !important;
  }

  .section .title-block .title {
    margin-top: 0px !important;
  }

  .section.is-medium.product-digital-cornerstone,
  .section.is-medium.product-partner,
  .section.is-medium.product-benefits {
    padding-bottom: 0px;
  }

  .section.is-medium.product-deploy {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
  }

  .product-benefits .benefits-item .content h3 {
    margin-left: 130px;
  }

  .product-benefits .benefits-list .benefits-item {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  section.product-specialist .card-content {
    padding: 10px 0 0 0;
  }

  .cases-list .case-item .content {
    padding: 50px 30px;
  }

  .cases-list .case-item .case-header img {
    bottom: -28px;
    left: 30px;
    width: 220px;
  }
}