.about-container {
  position: relative;
  display: flex;

  flex-direction: column;

  width: 100%;

  padding-top: 120px;
}

.about-infopart {
  position: relative;
  display: flex;

  width: 100%;
}

.about-infopart > * {
  flex: 1;
}

.about-infopart .about-infopart-texted {
  position: relative;
  display: flex;

  flex-direction: column;

  padding: 0 15px;
  padding-right: 90px;
}

.about-infopart .about-infopart-title {
  margin: 0;
  margin-bottom: 21px;

  line-height: 52px;
  font-size: 42px;

  color: #222;
}

.about-infopart .about-infopart-text {
  margin: 0;
  margin-bottom: 8px;

  line-height: 1.75;
  font-size: 16px;
  font-weight: 500;

  color: #72839a;
}

.about-infopart .about-infopart-text:last-child {
  margin-bottom: 0;
}

.about-infopart .about-infopart-videobox {
  position: relative;

  padding-right: 15px;

  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-infopart .about-infopart-videobox .about-infopart-video-playbutton {
  position: absolute;
  display: block;

  top: 50%;
  left: 50%;

  height: 80px;
  width: 80px;

  -webkit-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

  border: 2px solid #fff;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;

  font-size: 16px;
  color: #fff;

  background-image: -webkit-linear-gradient(21deg,#005cea 0%,#00c5fb 100%);
  background-image: -moz-linear-gradient(21deg,#005cea 0%,#00c5fb 100%);
  background-image: -ms-linear-gradient(21deg,#005cea 0%,#00c5fb 100%);
  background-image: -o-linear-gradient(21deg,#005cea 0%,#00c5fb 100%);
  background-image: linear-gradient(21deg,#005cea 0%,#00c5fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005cea 0%',endColorStr='#00c5fb 100%');

  -webkit-transition: all .3s linear 0ms;
  -khtml-transition: all .3s linear 0ms;
  -moz-transition: all .3s linear 0ms;
  -ms-transition: all .3s linear 0ms;
  -o-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
}

.about-infopart .about-infopart-videobox .about-infopart-video-playbutton > i {
  position: absolute;

  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.about-infopart .about-infopart-videobox .about-infopart-video-playbutton::before {
  content: "";
  position: absolute;
  z-index: -1;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border-radius: 50%;

  -o-animation: CTPulse 2s infinite cubic-bezier(.4,0,1,1) both;
  -ms-animation: CTPulse 2s infinite cubic-bezier(.4,0,1,1) both;
  -webkit-animation: CTPulse 2s infinite cubic-bezier(.4,0,1,1) both;
  animation: CTPulse 2s infinite cubic-bezier(.4,0,1,1) both;
}
.about-infopart .about-infopart-videobox .about-infopart-video-playbutton:hover::before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}


.about-splitsboxs-container {
  position: relative;
  display: flex;

  width: 100%;

  padding: 120px 15px;
}

.about-splitsboxs {
  position: relative;
  display: flex;

  flex-wrap: wrap;

  width: 100%;

  padding: 30px 15px 0;

  border: 1px solid #e8f3fd;

  line-height: 1.75;
  font-size: 16px;
  font-weight: 500;

  color: #72839a;

  background-color: #f6fcff;
}

.about-splitsboxs > .splitsboxs-item {
  position: relative;

  max-width: 50%;
  width: 50%;

  padding: 0 15px;
}

.about-splitsboxs > .splitsboxs-item > .splitsboxs-item-inner {
  position: relative;

  margin-bottom: 30px;

  min-height: calc(100% - 30px);

  border: 1px solid #d0e5fb;

  padding: 33px;

  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

  background-color: #fff;
}

.about-splitsboxs > .splitsboxs-item .splitsboxs-item-title {
  margin: 0;
  margin-bottom: 23px;

  line-height: 1.25;
  font-size: 26px;
  font-weight: 800;

  color: #222;
}

.about-splitsboxs > .splitsboxs-item p.splitsboxs-item-paragraph {
  margin: 0;
  margin-bottom: 10px;
}

.about-splitsboxs > .splitsboxs-item p.splitsboxs-item-paragraph:last-child {
  margin-bottom: 0;
}


.about-datapart {
  position: relative;
  display: flex;

  padding-bottom: 120px;
}

.about-datapart > div {
  flex: 1;

  padding: 0 15px;
}

.about-datapart > .about-datapart-texted {
  padding-right: 0;
}

.about-datapart .about-datapart-textheading {
  margin: 0;
  margin-top: 24px;
  margin-bottom: 30px;

  line-height: 1.33333;
  font-size: 35px;
  font-weight: 800;

  color: #222;
}

.about-datapart .about-datapart-textheading:first-child {
  margin-top: 0;
}

.about-datapart .about-datapart-textparagraph {
  margin: 0;
  margin-bottom: 16px;

  line-height: 1.75;
  font-size: 16px;
  font-weight: 500;

  color: #72839a;
}

.about-datapart > .about-datapart-img-container {
  position: relative;

  padding-left: 85px;
}

.about-datapart .about-datapart-img {
  position: relative;

  width: 100%;
  height: 100%;

  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}







/* RESPONSIVE */

@media (max-width: 1199px) {
}


@media (max-width: 991px) {
  .about-infopart {
    flex-direction: column;
  }
  .about-infopart .about-infopart-texted {
    padding: 0!important;
  }
  .about-infopart .about-infopart-title {
    font-size: 36px!important;
    line-height: 42px!important;
  }
  .about-infopart .about-infopart-videobox {
    margin-top: 60px;
    min-height: 353px;
  }

  .about-splitsboxs {
    padding: 15px 15px 0!important;
  }
}



@media (max-width: 767px) {
  .about-splitsboxs-container {
    padding-right: 0!important;
    padding-left: 0!important;
  }

  .about-splitsboxs > .splitsboxs-item {
    max-width: 100%!important;
    width: 100%!important;
    padding: 0!important;
  }

  .about-datapart {
    flex-direction: column;
  }

  .about-datapart > .about-datapart-texted {
    padding: 0;
  }

  .about-datapart > .about-datapart-img-container {
    padding: 0!important;
  }

  .about-datapart .about-datapart-img {
    min-height: 430px;
  }
}















/*  */

@-webkit-keyframes CTPulse{
  0%{
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,.4);
    box-shadow:0 0 0 0 rgba(255,255,255,.4)
  }
  70%{
    -webkit-box-shadow:0 0 0 60px rgba(255,255,255,0);
    box-shadow:0 0 0 60px rgba(255,255,255,0)
  }
  100%{
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);
    box-shadow:0 0 0 0 rgba(255,255,255,0)
  }
}
@keyframes CTPulse{
  0%{
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,.4);
    box-shadow:0 0 0 0 rgba(255,255,255,.4)
  }
  70%{
    -webkit-box-shadow:0 0 0 60px rgba(255,255,255,0);
    box-shadow:0 0 0 60px rgba(255,255,255,0)
  }
  100%{
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);
    box-shadow:0 0 0 0 rgba(255,255,255,0)
  }
}
