/* Video Transcription */
.video-transcript-section .transcript-descrp {
  display: none;
	padding-bottom: 60px;
	height: 350px;
  overflow-y: scroll;
  margin-top: 18px;
}
.video-transcript-section .transcript-label {
  text-align: right;
}
.video-transcript-section .transcript-label a.label-text {
  font-family: 'poppins-semibold';
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  background: #2C2851;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.35);
  border-radius: 0 0 10px 10px;
  color: #fff;
  line-height: 17px;
  width: 143px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .video-transcript-section .transcript-label a.label-text:hover {
      background: #F15D5E;
  }
  .video-transcript-section .transcript-label a.label-text:focus-visible {
      background-image: linear-gradient(249deg, #F99697 0%, #F15D5E 50%);
      outline: unset !important;
  }
}
.video-transcript-section .transcript-descrp p {
  font-family: 'poppins-regular';
	font-size: 15px;
	color: #2b2b2b;
  margin-bottom: 8px;
  line-height: 21px;
}
.video-transcript-section .transcript-descrp h3 {
  color: #2b2b2b;
  font-family: 'poppins-semibold';
  margin-bottom: 8px;
	font-size: 15px
}
.video-transcript-section .indication-sec {
  margin-top: 14px;
}
.video-transcript-section .transcript-descrp .bold-text {
  font-family: 'poppins-semibold';
}
.video-transcript-section .transcript-descrp ul {
  padding-left: 25px;
  margin-bottom: 0;
  margin-left: 20px;
}
.video-transcript-section .transcript-descrp ul.list-1 {
	margin-left: 0px;
}
.video-transcript-section .transcript-descrp ul li::marker {
	color: transparent !important;
}
.video-transcript-section .transcript-descrp .list-2 {
  padding-left: 25px;
}
.video-transcript-section .transcript-descrp .list-2 ul {
	margin-left: 4px;
}
.video-transcript-section .transcript-descrp ul li {
  font-family: 'poppins-regular';
  font-size: 15px;
  color: #2b2b2b;
  margin-bottom: 8px;
  line-height: 25px;
}
.video-transcript-section .transcript-descrp ul li::before {
  content: "\2022";
  color: #2b2b2b;
  display: inline-block;
  font-weight: 700;
  width: 1.5em;
  margin-left: -1.5em;
}
.video-transcript-section .transcript-descrp ul.list-1 li::before {
  content: '';
  background-image: url('../images/black-bullet.svg');
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
  color: #2b2b2b;
  display: inline-block;
	font-weight: bold;
  position: relative;
  margin-left: -23px;
  top: 6px;
  font-weight: unset;
}
.video-transcript-section .transcript-descrp .list-2 ul li::before {
  content: '';
  background-image: url('../images/black-oval-bullet.svg');
  background-repeat: no-repeat;
  color: #2b2b2b;
  font-weight: bold;
  display: inline-block;
  font-size: 10px;
  width: 25px;
  height: 15px;
  position: relative;
  margin-left: -25px;
  top: 8px;
  font-weight: unset;
}
/* .video-transcript-section a.text-link {
  white-space: unset;
} */

#how-this-kind-works {
  background-image: linear-gradient(180deg, rgba(216,212,215,0.2) 27%, rgba(216,212,215,0.00) 100%);
  padding: 65px 0 50px 0;
}
#how-this-kind-works .container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
#how-this-kind-works h2 {
  font-family: 'gobold-bold';
  font-size: 36px;
  color: #2D2850;
  letter-spacing: 0;
  margin-bottom: 26px;
  text-transform: uppercase;
}
#how-this-kind-works h3 {
  font-family: 'poppins-semibold';
  font-size: 18px;
  color: #2D2850;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 30px;
  padding: 14px 0 14px 28px;
  text-transform: uppercase;
  position: relative;
}
#how-this-kind-works h3::before{
  content: " ";
  height: 50px;
  position: absolute;
  background-image: linear-gradient(180deg,#f99697 0%,#f15d5e 100%);
  width: 6.25px;
  margin-top: -13px;
  margin-left: -26px;
}
#how-this-kind-works p {
  font-family: 'poppins-regular';
  font-size: 15px;
  line-height: 21px;
  color: #2b2b2b;
}

#how-this-kind-works .wht-is-opz-video-wrap {
  padding-top: 24px;
}
#how-this-kind-works .cta-wrapper {
  margin-top: 30px;
}
#how-this-kind-works .wht-is-opz-video-wrap .row {
  padding: 0 7.5px !important;
}
#how-this-kind-works .wht-is-opz-video-wrap .opz-video-1,
#how-this-kind-works .wht-is-opz-video-wrap .opz-video-2,
#how-this-kind-works .wht-is-opz-video-wrap .opz-video-3,
#how-this-kind-works .wht-is-opz-video-wrap .opz-video-4 {
  padding: 0 7.5px !important;
}
#how-this-kind-works .wht-is-opz-video-wrap .details-wrapper .or-top {
  display: none;
}
#how-this-kind-works .wht-is-opz-video-wrap .details-wrapper .step-no {
  display: inline-flex;
  font-family: 'poppins-semibold';
  font-size: 14px;
  color: #2D2850;
  letter-spacing: 0.14px;
  line-height: 14px;
  padding-bottom: 2px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 18px;
}
#how-this-kind-works .wht-is-opz-video-wrap .details-wrapper .step-no::before {
  content: '';
  position: absolute;
  background-image: linear-gradient(257deg, #F99697 0%, #F15D5E 95%);
  height: 4px;
  width: 35px;
  bottom: -6px;
}
#how-this-kind-works .wht-is-opz-video-wrap .details-wrapper p {
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 18px;
  margin-bottom: 8px;
}
#how-this-kind-works .wht-is-opz-video-wrap .video-wrapper {
  position: relative;
}
#how-this-kind-works .wht-is-opz-video-wrap .video-wrapper::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #2D2850;
  top: 50%;
  right: -20px;
}
#how-this-kind-works .wht-is-opz-video-wrap .opz-video-4 .video-wrapper::after {
  position: unset;
}
#how-this-kind-works .wht-is-opz-video-wrap .video-wrapper .video-icon {
  position: absolute;
  width: 76px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#how-this-kind-works .wht-is-opz-video-wrap h3 {
  margin-top: 16px;
}
#how-this-kind-works .wht-is-opz-video-wrap .video-wrapper video {
  border: 2px solid #2D2850;
  display: block;
  width: 100%;
}


#what-is-opz-video-sec {
  background-image: linear-gradient(197deg, #E4EFF4 0%, #C4DBE6 100%);
  padding-top: 30px;
  margin-top: -10px;
}
#what-is-opz-video-sec .opz-video-sec-wrapper-p8 {
  padding: 0 16px;
}
#what-is-opz-video-sec .back-to-block {
  margin-bottom: 48px;
}
#what-is-opz-video-sec .back-to-block a {
  font-family: 'poppins-semibold';
  font-size: 14px;
  color: #433D61;
  letter-spacing: 0;
  text-decoration: underline;
  position: relative;
  /* padding-left: 30px; */
}
#what-is-opz-video-sec span.back-to {
  position: relative;
  background-image: linear-gradient(141deg, #F99697 3%, #F15D5E 50%);
  height: 19px;
  width: 19px;
  border-radius: 50%;
  transition: all 0.2s linear;
  border: none;
  display: inline-block;
  top: 2px;
  margin-right: 10px;
  z-index: 1;
}
#what-is-opz-video-sec span.back-to::after {
  content: "";
  position: absolute;
  left: 7.5px;
  z-index: 11;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 6.5px;
  transform: rotate(315deg);
}

#what-is-opz-video-sec .coral-header-wrap {
  display: flex;
}
#what-is-opz-video-sec .coral-header-wrap .coral-with-line {
  height: 75px;
  width: 75px;
  background: linear-gradient(222deg, #F99697 0%, #F15D5E 91%);
  border-radius: 50%;
  display: inline-block;
  margin-top: -13px;
  margin-left: -38px;
  margin-right: 20px;
}
#what-is-opz-video-sec .coral-header-wrap .coral-with-line::before {
  content: "";
  width: 50em;
  height: 1px;
  margin: 37.5px auto;
  border-radius: 2px;
  background-color: #2D2850;
  position: relative;
  left: -47.5em;
  display: block;
}

#what-is-opz-video-sec .opz-video-sec-wrapper-p8 h2 {
  font-family: 'gobold-bold';
  font-size: 36px;
  color: #2D2850;
  letter-spacing: 0;
  line-height: 48px;
  max-width: 840px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#what-is-opz-video-sec .opz-video-sec-wrapper-p8 p {
  font-family: 'poppins-regular';
  font-size: 15px;
  color: #2B2B2B;
  letter-spacing: 0;
}
#what-is-opz-video-sec .opz-video-sec-wrapper-p8 .video-details p {
  margin-bottom: 10px;
}
#what-is-opz-video-sec .opz-video-sec-wrapper-p8 p.fs-14 {
  font-size: 14px;
}
#what-is-opz-video-sec .video-sec-wrapper {
  position: relative;
  padding: 40px 40px 0px 40px;
}
#what-is-opz-video-sec .video-sec-wrapper .video-icon-anchor {
  position: absolute;
  width: 127px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#what-is-opz-video-sec .video-transcript-section .transcript-label {
  margin-right: 56px;
  padding-bottom: 19px;
}
#what-is-opz-video-sec .video-transcript-section .transcript-descrp {
  margin-top: 0px;
}
@media (max-width: 575px) {

  .video-transcript-section .transcript-descrp {
    height: 580px;
  }
  #how-this-kind-works {
    padding-top: 45px;
    padding-bottom: 42px;
  }
  #how-this-kind-works h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  #how-this-kind-works .wht-is-opz-video-wrap .video-wrapper {
    margin-top: 10px;
  }
  #how-this-kind-works .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #how-this-kind-works h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #how-this-kind-works .wht-is-opz-video-wrap {
    padding-top: 0px;
  }
  #how-this-kind-works .cta-wrapper {
    margin-top: 16px;
  }
  #what-is-opz-video-sec .container.video-transs {
    padding-right: 10px !important;
  }
}
@media (max-width: 767px) {
  #how-this-kind-works .wht-is-opz-video-wrap .video-wrapper video {
    border: none;
  }
  #how-this-kind-works .wht-is-opz-video-wrap .video-wrapper::after {
    position: unset;
  }
}

@media (max-width: 991px) {
  #what-is-opz-video-sec {
    padding-top: 25px;
  }
  #what-is-opz-video-sec .opz-video-sec-wrapper-p8 {
    padding: 0px;
  }
  #what-is-opz-video-sec .video-sec-wrapper {
    padding: 30px 0px 0px 0px;
  }
  #what-is-opz-video-sec .opz-video-sec-wrapper-p8 h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  #what-is-opz-video-sec .video-sec-wrapper .video-icon-anchor {
    width: 57px;
  }
  #what-is-opz-video-sec .back-to-block {
    margin-bottom: 38px;
  }
  #what-is-opz-video-sec .coral-header-wrap .coral-with-line {
    height: 50px;
    width: 50px;
    margin-top: -12px;
    margin-left: -4px;
    margin-right: 15px;
  }
  body.page-node-216 #what-is-opz-video-sec .back-to-block,
  body.page-node-221 #what-is-opz-video-sec .back-to-block {
    margin-bottom: 25px;
  }
  body.page-node-216 #what-is-opz-video-sec .coral-header-wrap .coral-with-line,
  body.page-node-221 #what-is-opz-video-sec .coral-header-wrap .coral-with-line {
    margin-top: 3px;
  }
  #what-is-opz-video-sec .coral-header-wrap .coral-with-line::before {
    margin: 25px auto;
    left: -48.4em;
  }
  #what-is-opz-video-sec .video-transcript-section .transcript-label {
    margin-right: 0px;
    padding-bottom: 20px;
  }
  #what-is-opz-video-sec .video-transcript-section .transcript-descrp {
    padding-bottom: 40px;
  }
}

#wht-is-opz-video-wrap video, #what-is-opz-video-sec video, #how-this-kind-works video {
  cursor: pointer;
}
#what-is-opz-video-sec video {
  display: block;
  width: 100%;
}


@media (min-width: 991px) {
  #how-this-kind-works .wht-is-opz-video-wrap .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  body.page-node-376 #what-is-opz-video-sec .video-transcript-section .transcript-label a.label-text,
  body.page-node-381 #what-is-opz-video-sec .video-transcript-section .transcript-label a.label-text,
  body.page-node-386 #what-is-opz-video-sec .video-transcript-section .transcript-label a.label-text,
  body.page-node-391 #what-is-opz-video-sec .video-transcript-section .transcript-label a.label-text,
  body.page-node-216 #what-is-opz-video-sec .video-transcript-section .transcript-label a.label-text {
    margin-top: -1px;
  }  
}

/* How to Use */
#How-to-Use-OPZ-Video {
  padding-top: 83px;
  background-image: linear-gradient(180deg, rgba(216,212,215,0.2) 27%, rgba(216,212,215,0.00) 100%);
}
#How-to-Use-OPZ-Video .htuo {
  padding-left: 20px;
  padding-right: 10px;
}
#How-to-Use-OPZ-Video h2 {
  font-family: 'gobold-bold';
  text-transform: uppercase;
  font-size: 24px;
  color: #2D2850;
  margin-bottom: 20px;
}
#How-to-Use-OPZ-Video .htuo p {
  font-family: 'poppins-regular';
  font-size: 15px;
  color: #2B2B2B;
  line-height: 25px;
}
#How-to-Use-OPZ-Video .video-sec-wrapper {
  position: relative;
  cursor: pointer;
  padding: 12px 65px 0 65px;
}
#How-to-Use-OPZ-Video .video-sec-wrapper .video-icon-anchor {
  position: absolute;
  width: 127px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#How-to-Use-OPZ-Video .video-sec-wrapper video {
  display: block;
  width: 100%;
}
#How-to-Use-OPZ-Video .video-transcript-section .transcript-label {
  margin-bottom: 26px;
  margin-right: 65px;
}
#How-to-Use-OPZ-Video .transcript-descrp {
  background: #E4EFF4;
  margin-top: -5px;
  padding: 11px 6px 33px 20px;
}
#How-to-Use-OPZ-Video .transcript-descrp p.title-slide {
  margin-top: 22px;
}
#How-to-Use-OPZ-Video .video-transcript-section {
  margin-bottom: 54px;
}

#Staying-On-Track-Video {
  position: relative;
  padding-bottom: 44px;
}
#Staying-On-Track-Video h2 {
  font-family: 'gobold-bold';
  text-transform: uppercase;
  font-size: 36px;
  color: #2D2850;
  margin-bottom: 20px;
  text-align: center;
}
#Staying-On-Track-Video .text-video-block {
  display: flex;
  padding: 0 20px 0 47px
}
#Staying-On-Track-Video .text-video-block .content-block {
  width: 51.4%;
  align-self: center;
}
#Staying-On-Track-Video .text-video-block .content-block p {
  font-family: 'poppins-regular';
  color: #2B2B2B;
  font-size: 14px;
  margin-bottom: 0px;
}
#Staying-On-Track-Video .text-video-block .content-block p.cam-text {
  color: #2D2850;
  font-size: 22px;
  line-height: 32px;
  width: 360px;
  margin-bottom: 12px;
}
#Staying-On-Track-Video .text-video-block .video-block {
  position: relative;
  width: 48.6%;
}
#Staying-On-Track-Video .text-video-block .video-block video {
  display: block;
  cursor: pointer;
  width: 100%;
}
#Staying-On-Track-Video .text-video-block .video-block .video-icon-anchor {
  position: absolute;
  width: 105px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#Staying-On-Track-Video .video-transcript-section .transcript-label {
  margin-bottom: 26px;
  margin-right: 20px;
}
#Staying-On-Track-Video .transcript-descrp {
  background: #E4EFF4;
  margin-top: -5px;
  padding: 11px 6px 33px 20px;
}
#Staying-On-Track-Video .transcript-descrp p.title-slide {
  margin-top: 22px;
}
#Staying-On-Track-Video .swipe-block {
  position: absolute;
  bottom: -76px;
  width: 100%;
  z-index: -1;
}
#Staying-On-Track-Video .swipe-block img {
  margin-left: -185px;
}
@media (max-width: 991px) {
  #How-to-Use-OPZ-Video {
    /* background-image: unset; */
    position: relative;
    z-index: 1;
  }
  .how-to-use #content-block-p8 .swipe-block {
        z-index: 4;
  }
  .how-to-use #content-block-p8 .blue-border-block{
      z-index: 3;
  }
  #How-to-Use-OPZ-Video .htuo h2:after {
    background: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 95px;
    display: block;
    margin-top: -77px;
    z-index: -2;
  }
  #coral-callouts-with-blue-br .coral-callout.right-line h3::before{
    margin-top: -22px;
  }
  #coral-callouts-with-blue-br .coral-callout.right-line .coral-image img{
    width: 231px;
  }
  #Staying-On-Track-Video {
    padding-bottom: 0px;
  }
  #Staying-On-Track-Video .swipe-block {
    bottom: -82px;
  }
  #Staying-On-Track-Video .swipe-block img {
    width: 54px;
    margin-left: 0px;
    left: -8px;
    position: absolute;
    bottom: 4px;
  }
  #Staying-On-Track-Video .text-video-block {
    flex-direction: column;
    padding: 0px;
  }
  #Staying-On-Track-Video .text-video-block .content-block {
    width: 100%;
  }
  #Staying-On-Track-Video .text-video-block .video-block {
    width: 100%;
    margin-top: 16px;
  }
  #Staying-On-Track-Video .text-video-block .content-block p.cam-text {
    width: auto;
    font-size: 15px;
    line-height: 25px;
  }
  #Staying-On-Track-Video h2 {
    font-size: 24px;
    line-height: 35px;
    text-align: left;
  }
  #Staying-On-Track-Video .video-transcript-section .transcript-label {
    margin-right: 0px;
    margin-bottom: 46px;
  }
  #Staying-On-Track-Video .text-video-block .video-block .video-icon-anchor {
    width: 90px;
  }

  #How-to-Use-OPZ-Video {
    /* padding-top: 57px; */
     padding-top: 48px;
  }
  #How-to-Use-OPZ-Video .htuo {
    padding: 0px;
  }
  #How-to-Use-OPZ-Video .video-sec-wrapper {
    padding: 10px 0 0 0;
  }
  #How-to-Use-OPZ-Video .video-transcript-section {
    margin-bottom: 18px;
  }
  #How-to-Use-OPZ-Video .video-transcript-section .video-transs .transcript-descrp {
    margin-bottom: 50px;
  }
  #How-to-Use-OPZ-Video .video-transcript-section .transcript-label {
    margin-bottom: 18px;
    margin-right: 0px;
  }
  #How-to-Use-OPZ-Video .video-sec-wrapper .video-icon-anchor {
    width: 90px;
  }
}
@media (max-width: 575px) {
  #How-to-Use-OPZ-Video .transcript-descrp {
    background: none;
  }
  #How-to-Use-OPZ-Video .video-transcript-section .container.video-transs,
  #Staying-On-Track-Video .video-transcript-section .container.video-transs {
    background: #E4EFF4;
    padding-left: 0px !important;
    padding-right: 4px !important;
  }
  #Staying-On-Track-Video .video-transcript-section .container.video-transs{
    margin-bottom: 45px;
  }

  .video-transcript-section .mCSB_scrollTools {
    width: 12px !important;
  }
  .video-transcript-section .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 12px !important;
  }
  .video-transcript-section .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px !important;
    height: 12px !important;
  }

}
@media (min-width: 991px) and (max-width: 1199px) {
  #Staying-On-Track-Video .swipe-block {
    bottom: -58px;
  }
  #Staying-On-Track-Video .swipe-block img {
    width: 54px;
    margin-left: -30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #Staying-On-Track-Video .swipe-block img {
    margin-left: -156px;
  }
}