
.mos-img img {display: none !important;}

:root {   
    --base-skin: #f6b876;
    --base-dark: #000000;
    --base-grey: #f7f7f7;
    --base-white: #ffffff; 
}

.mxcp-stepbox-section-content { overflow: hidden; }
.mxcp-stepbox-section-content-wrapper .stepbox-images-block {
  position: sticky;
  height: 100vh;
  top: 0vh;
}
.mxcp-stepbox-section-content-wrapper .stepbox-images {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.mxcp-stepbox-section-content-wrapper .row>* {
 padding-right: 0px;
 padding-left: 0px;
}
.scroll-changing-stepbox-item-image .stepbox-image { 
  width:100%; 
  height:100%; 
  object-fit: cover; 
}
.mxcp-stepbox-section-content-wrapper .scroll-changing-stepbox-item-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
    opacity: 0;
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}

.mxcp-stepbox-section-content-wrapper .scroll-changing-stepbox-item-image.first, 
.mxcp-stepbox-section-content-wrapper .scroll-changing-stepbox-item-image.last, 
.mxcp-stepbox-section-content-wrapper .scroll-changing-stepbox-item-image.active {
    opacity: 1;
}

.stepbox-responsive-image-block { display: none; }

.stepbox-item {
  position: relative;
}

.stepbox-item-inner {
  background-color: var(--base-grey);
  height: 90vh;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid var(--base-white);
  border-bottom: 1px solid var(--base-white);
}

.stepbox-item .step-label { margin-bottom: 20px; }

.stepbox-item .step-label span {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 5px 11px 4px;
  color: var(--base-white);
  background-color: var(--base-dark);
  margin-right: 10px;
}

.stepbox-item .step-label span a {
  color: var(--base-white);
}
.stepbox-item .stepbox-title { margin-bottom: 33px; }

.stepbox-item .stepbox-title h3 {
  font-size: 48px;
  line-height: 60px;
  color: var(--base-dark);
}

.stepbox-item .stepbox-desc {
  width: 94%;
}

.stepbox-item .stepbox-desc p {
  font-size: 17px;
  line-height: 28px;
  color: var(--base-dark);
}

.stepbox-item .stepbox-desc p > a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--base-dark);
}

.stepbox-bottom { margin-top: 20px; }

.stepbox-item .stepbox-link {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--base-dark);
}

.stepbox-item .stepbox-link:hover {
  color: var(--base-skin);
}
.mxcp-stepbox-section-content .button {
  color: var(--base-dark);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--base-dark);
  padding: 15px 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
}

.mxcp-stepbox-section-content .button:hover {
  color: var(--base-white);
  background-color: var(--base-dark);
}

.mxcp-stepbox-section-content .button.bg-skin {
  color: var(--base-white);
  background-color: var(--base-skin);
  border-color: var(--base-skin);
}

.mxcp-stepbox-section-content .button.bg-skin:hover {
  background-color: var(--base-dark);
  border-color: var(--base-dark);
}

@media screen and (max-width: 991px) {

  .mxcp-stepbox-section{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--base-grey);
  }
  .scroll-changing-images-block { display: none; }

  .scroll-changing-image-content {
    padding-top: 40px;
    padding-bottom: 22px;
    padding-right: 0px;
  }
  .scroll-changing-image-content-block > .scroll-changing-image-item:last-child > .scroll-changing-image-content {
    padding-bottom: 0;
  }
  .stepbox-item-inner { padding: 40px 15px 40px 40px; }
  .mxcp-stepbox-section-content-wrapper .stepbox-images-block { display: none; }
  .mxcp-stepbox-section-content-wrapper .scroll-changing-stepbox-item-image { display: none; }
  .stepbox-item-inner { height: auto; }
  .stepbox-item .step-label { margin-top: 20px; }
  .stepbox-responsive-image-block { display: block; }
}

@media screen and (max-width: 575px) {
  .stepbox-item .stepbox-title h3 { font-size:34px; line-height:44px; }
  .stepbox-item-inner { padding: 30px 15px 30px 15px; }
  
}