.flex_row .content-col.col6,
.flex_row .media_column.col6 {
  place-self: center;
}

.two-col-content.cm_single_media .parallax_inner {
  position: relative;
  overflow: hidden;
}

.two-col-content.cm-hero .description h1 {
  font-weight: 700 !important;
  font-size: 2.7em !important;
}
.two-col-content h2 {
  font-size: 32px;
  font-weight: 700; /* same as <strong> */
}

.two-col-content.cm_single_media .full_img .flex_row.flex_center {
  align-items: stretch;
}

.two-col-content .img-col .description-cont {
  min-height: 277px;
}

.two-col-content.cm_single_media .para_imge {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.two-col-content .feature-wrapper.text_left .number {
  justify-content: flex-start;
}

.two-col-content .feature-wrapper.text_right .number {
  justify-content: flex-end;
}

.two-col-content .feature-wrapper.text_center .number {
  justify-content: center;
}

.two-col-content .feature-wrapper.text_left .featimgwrap {
  margin-right: auto;
}

.two-col-content .feature-wrapper.text_right .featimgwrap {
  margin-left: auto;
}

.two-col-content .feature-wrapper.text_center .featimgwrap {
  margin-left: auto;
  margin-right: auto;
}

.two-col-content .content-col .btn-items .btn_row {
  justify-content: unset;
}

.two-col-content .feature-wrapper .featimggrp .featimgwrap {
  width: 50px;
}

.two-col-content .flex_row.flex_center {
  align-items: center;
}

.two-col-content .flex_row.flex_bottom {
  align-items: end;
}

.two-col-content .img-col .multiple-content .multirichtext > * {
  color: inherit;
}

.two-col-content .flex_row {
  row-gap: 2rem;
}

.two-col-content .flex_row {
  justify-content: space-between;
}

.two-col-content.right .content-col {
  order: 2;
}

.two-col-content .mediaimg .single-img img {
  width: 100%;
  border-radius: 0 !important;
}

.two-col-content.right .img-col {
  order: 1;
}

.two-col-content .feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.two-col-content .feature-wrapper .featnumgrp {
  flex: 0 0 22%;
  max-width: 22%;
}

.two-col-content .feature-wrapper .featimggrp {
  flex: 0 0 22%;
  max-width: 22%;
}

.two-col-content .content-col .description {
  margin-bottom: 38px;
}

.two-col-content .feature-wrapper .featimggrp h6.feat-title {
  margin: 0;
}

.two-col-content .feature-wrapper .featnumgrp .number {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.two-col-content .feature-wrapper .featimggrp .featimgwrap {
  margin-bottom: 15px;
}

.two-col-content .simpleParallax {
  /*   position: relative; */
  height: 100%;
  width: 100%;
}

.two-col-content .content-col .form_wrap {
  padding-top: 20px;
}

/*  == horizontal img style ==  */
.two-col-content .img-col .horizontal .double-img {
  min-height: 250px;
  position: relative;
  max-width: 360px;
  border-radius: 12px;
  overflow: hidden;
}

.two-col-content .img-col .horizontal .double-img img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.two-col-content .img-col .horizontal .double-img.img1 {
  margin-bottom: 15px;
}

.two-col-content .img-col .horizontal .double-img.img2 {
  margin: 0 auto;
}

/*  == vertical img style ==  */
.two-col-content .img-col .doubleimg.vertical {
  display: flex;
  position: relative;
}

.two-col-content .img-col .doubleimg.vertical .double-img img {
  height: 400px;
  object-fit: cover;
  overflow: hidden;
}

.two-col-content .img-col .doubleimg.vertical .double-img {
  position: relative;
  min-height: 400px;
  max-width: 265px;
  width: 100%;
}

.two-col-content .img-col .doubleimg.vertical .double-img.img1 {
  margin-top: 19%;
}

.two-col-content .img-col .doubleimg.vertical .double-img.img2 {
  margin-left: 20px;
}

/* ===== multiple content style ==== */
.two-col-content .img-col .multiple-content {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.two-col-content .img-col .description-cont .btn_row {
  justify-content: unset;
  margin: 0;
  margin-bottom: 10px;
}

/* .two-col-content .img-col .multiple-content .multi2,
.two-col-content .img-col .multiple-content .multi4{
max-width: 55%;
} */
.two-col-content .img-col .description-cont {
  border-radius: 4px;
  padding: 35px 15px;
}

.two-col-content .img-col .multiimg {
  position: relative;
  min-height: 300px;
  width: 100%;
}

.two-col-content .img-col .multiimg .bgimg {
  position: absolute;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.two-col-content .img-col .description-cont .btn_item a {
  backdrop-filter: blur(4.33333px);
}

.two-col-content .counter-title.h5 {
  width: 100%;
}

/* ===== video column style ==== */
.two-col-content .main-vid-wrap {
  position: relative;
  overflow: hidden;
}

.two-col-content .main-vid-wrap .cm_vb {
  position: relative;
  z-index: 2;
  position: relative;
}

.two-col-content .inner_spacer {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.two-col-content .cm_vb video,
.adv_video_module .cm_vb iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.two-col-content .poster_image,
.two-col-content .vid_trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 9;
  transition: 0.2s linear;
}

.two-col-content .vid_trigger {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000029;
  cursor: pointer;
}

.two-col-content .vid_trigger .vid_icn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.2s linear;
}

.two-col-content .vid_trigger .vid_icn svg {
  width: 100%;
  height: 100%;
}

.two-col-content .vid_trigger .vid_icn img {
  width: 100%;
}

.two-col-content .main-vid-wrap:hover .vid_icn {
  transform: scale(1.1);
}

.two-col-content .cm_vb.activeVideo .poster_image,
.two-col-content .cm_vb.activeVideo .vid_trigger {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.two-col-content .video_popup_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease;
}

.two-col-content .video_popup_modal .modal_video_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
}

.two-col-content .video_popup_modal .modal_video_box {
  margin: 0 auto;
  max-width: 900px;
  transform: translateY(100px);
  opacity: 0;
  transition: .4s ease .2s;
  width: 100%;
}

.two-col-content .video_popup_modal video,
.two-col-content .video_popup_modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.two-col-content .video_popup_modal.show {
  display: block;
}

.two-col-content .video_popup_modal.active_show {
  opacity: 1;
  visibility: visible;
}

.two-col-content .video_popup_modal.active_show .modal_video_box {
  transform: translateY(0);
  opacity: 1;
}

.two-col-content .closeIcon {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 35px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  cursor: pointer;
  font-weight: bold;
}

.two-col-content .video_container iframe.iframe_video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.popup_open {
  overflow: hidden;
}

/* ===== respo0nsive ====== */
.two-col-content .img-col .multiimg {
  width: 49%;
}

.two-col-content .img-col .description-cont {
  width: 49%;
}

.multirichtext p:last-child {
  margin-bottom: 0;
}

.two-col-content .img-col .multiimg.multi4 {
  min-height: 161px;
}

.two-col-content .img-col .multiimg.multi2,
.two-col-content .img-col .multiimg.multi3 {
  min-height: 219px;
}

.two-col-content .img-col .multiple-content >div {
  width: calc(50% - 10px);
  margin: 0 5px;
  margin-bottom: 10px;
}

.two-col-content .flex_row.full_img.flex_bottom {
  align-items: stretch;
}

.two-col-content .feature-wrapper .featnumgrp .counter-title {
  margin: 0;
}

.two-col-content .flex_row.flex_center.full_img {
  align-items: stretch;
}

.two-col-content .single_parallax {
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.two-col-content .content_box {
  margin-top: 25px;
}

.two-col-content  .text_block > *:last-child {
  margin-bottom: 0;
}


.two-col-content .right_column_btn .btn_row {
    justify-content: flex-start;
}

@media (max-width: 1140px) {
  .two-col-content .img-col .multiple-content >div {
    width: calc(45% - 10px);
  }
}

@media (max-width: 992px) {
  .two-col-content .img-col .multiple-content >div {
    width: calc(100% - 10px);
    margin: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .two-col-content .feature-wrapper .featimggrp,
  .two-col-content .feature-wrapper .featnumgrp {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .two-col-content .flex_center.column_bg_active {
    align-items: stretch;
  }

  .two-col-content .flex_center.column_bg_active > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .two-col-content .flex_center.column_bg_active > div > * {
    width: 100%;
  }


  .two-col-content .flex_bottom.column_bg_active {
    align-items: stretch;
  }

  .two-col-content .flex_bottom.column_bg_active > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .two-col-content .flex_bottom.column_bg_active > div > * {
    width: 100%;
  }

}


@media (max-width: 767px) {
  .two-col-content.left .single-img {
    text-align: right;
  }
  .two-col-content.remove_content_column_in_mobile_view .content-col,
  .two-col-content.remove_media_column_in_mobile_view .media_column,
  .two-col-content.remove_content_column_in_mobile_view.remove_media_column_in_mobile_view .columns_rowo_wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .two-col-content .img-col .multiple-content >div.description-cont.multi1 {
    min-height: auto;
  }

  .two-col-content .feature-wrapper.maxitems {
    justify-content: space-between;
  }

  .two-col-content .feature-wrapper {
    row-gap: 20px;
    margin-bottom: 25px;
  }

  .two-col-content .img-col .horizontal .double-img.img2 {
    margin-left: auto;
    margin-right: 0;
  }

  .two-col-content .img-col .doubleimg.vertical {
    justify-content: space-evenly;
  }

  .two-col-content .flex_row {
    row-gap: 30px;
  }

  .two-col-content.left .single-img {
    text-align: left;
  }
  
  .two-col-content.cm_twColContent .column_bg_active {
    row-gap: 0;
  }

  .two-col-content.mobile_content_stack_bottom .flex_row > .media_column,
  .two-col-content.mobile_content_stack_top .flex_row > .content-col {
    order: 1;
  }
  .two-col-content.mobile_content_stack_bottom .flex_row > .content-col,
  .two-col-content.mobile_content_stack_top .flex_row > .media_column {
    order: 2;
  }
}

@media (max-width: 600px) {
  .two-col-content .feature-wrapper .featnumgrp,
  .two-col-content .feature-wrapper .featimggrp {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

.ps-green-cta,
.ps-dark-blue-cta,
.ps-light-blue-cta,
.ps-light-gray-cta {
  display: inline-block;
  padding: 0.85em 1.75em;
  font-size: 1.125rem; /* 18px */
  font-weight: 700;
  border-radius: 999px; /* fully pill-shaped */
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
}

/* Green */
.ps-green-cta {
  background-color: #83DD89;
  color: #03215A;
}
.ps-green-cta:hover {
  background-color: #75cc7d;
  color: #03215A;
}

/* Dark Blue */
.ps-dark-blue-cta {
  background-color: #03215A;
  color: #F7F9FB;
}
.ps-dark-blue-cta:hover {
  background-color: #001d4c;
  color: #ffffff;
}

/* Light Blue */
.ps-light-blue-cta {
  background-color: #CFE4FF;
  color: #03215A;
}
.ps-light-blue-cta:hover {
  background-color: #bad9fc;
  color: #03215A;
}

/* Light Gray */
.ps-light-gray-cta {
  background-color: #F7F9FB;
  color: #03215A;
}
.ps-light-gray-cta:hover {
  background-color: #e4e7ec;
  color: #03215A;
}

@media (min-width: 1600px) {
  .two-col-content.cm-cont-img-col {
    padding: 7em 0;
  }
}









  /* ============================================
     SCROLL-DRIVEN ANIMATION CSS
     ============================================ */
  
  [data-animate="fade-up"] {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  [data-animate="fade-down"] {
    opacity: 0;
    transform: translateY(-40px);
    animation: fadeDown ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes fadeDown {
    from {
      opacity: 0;
      transform: translateY(-40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  [data-animate="fade-left"] {
    opacity: 0;
    transform: translateX(40px);
    animation: fadeLeft ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes fadeLeft {
    from {
      opacity: 0;
      transform: translateX(40px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  [data-animate="fade-right"] {
    opacity: 0;
    transform: translateX(-40px);
    animation: fadeRight ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes fadeRight {
    from {
      opacity: 0;
      transform: translateX(-40px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  [data-animate="fade"] {
    opacity: 0;
    animation: fadeIn ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  [data-animate="zoom-in"] {
    opacity: 0;
    transform: scale(0.85);
    animation: zoomIn ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes zoomIn {
    from {
      opacity: 0;
      transform: scale(0.85);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  [data-animate="zoom-out"] {
    opacity: 0;
    transform: scale(1.15);
    animation: zoomOut ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes zoomOut {
    from {
      opacity: 0;
      transform: scale(1.15);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  [data-animate="flip-up"] {
    opacity: 0;
    transform: perspective(400px) rotateX(15deg);
    animation: flipUp ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes flipUp {
    from {
      opacity: 0;
      transform: perspective(400px) rotateX(15deg);
    }
    to {
      opacity: 1;
      transform: perspective(400px) rotateX(0);
    }
  }
  
  [data-animate="flip-down"] {
    opacity: 0;
    transform: perspective(400px) rotateX(-15deg);
    animation: flipDown ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes flipDown {
    from {
      opacity: 0;
      transform: perspective(400px) rotateX(-15deg);
    }
    to {
      opacity: 1;
      transform: perspective(400px) rotateX(0);
    }
  }
  
  [data-animate="flip-left"] {
    opacity: 0;
    transform: perspective(400px) rotateY(15deg);
    animation: flipLeft ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes flipLeft {
    from {
      opacity: 0;
      transform: perspective(400px) rotateY(15deg);
    }
    to {
      opacity: 1;
      transform: perspective(400px) rotateY(0);
    }
  }
  
  [data-animate="flip-right"] {
    opacity: 0;
    transform: perspective(400px) rotateY(-15deg);
    animation: flipRight ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes flipRight {
    from {
      opacity: 0;
      transform: perspective(400px) rotateY(-15deg);
    }
    to {
      opacity: 1;
      transform: perspective(400px) rotateY(0);
    }
  }
  
  [data-animate="slide-up"] {
    opacity: 0;
    transform: translateY(100%);
    animation: slideUp ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  [data-animate="slide-down"] {
    opacity: 0;
    transform: translateY(-100%);
    animation: slideDown ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  [data-animate="slide-left"] {
    opacity: 0;
    transform: translateX(100%);
    animation: slideLeft ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes slideLeft {
    from {
      opacity: 0;
      transform: translateX(100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  [data-animate="slide-right"] {
    opacity: 0;
    transform: translateX(-100%);
    animation: slideRight ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 40% entry 100%;
  }
  
  @keyframes slideRight {
    from {
      opacity: 0;
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    [data-animate] {
      animation: none !important;
      opacity: 1 !important;
      transform: none !important;
    }
  }
    
/* Fallback for animation-timeline */
@supports not (animation-timeline: view()) {
  [data-animate] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
