/**
 * Block: fifty-fifty-component
 * Migrated from coupa theme
 *
 * Uses Tailwind utilities where possible
 * Add custom styles below as needed
 */
/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
.fifty-fifty-component {
  background: white;
}
.fifty-fifty-component .ffc-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fifty-fifty-component .ffc-img.-shadow {
  filter: drop-shadow(0px 2px 15.7px rgba(0, 0, 0, 0.12));
}
.fifty-fifty-component .ffc-img img {
  max-height: 350px;
  width: auto;
}
.fifty-fifty-component .ffc-media-wrap .video-link {
  display: block;
}
.fifty-fifty-component .ffc-media-wrap .video-link img {
  width: 100%;
}
.fifty-fifty-component .ffc-media-wrap .video-link:has(> iframe) {
  position: relative;
  padding-top: 55.9714795009%;
}
.fifty-fifty-component .ffc-media-wrap .video-link:has(> iframe) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fifty-fifty-component .ffc-media-wrap .video-link:has(> iframe) {
  pointer-events: none;
}
.fifty-fifty-component .ffc-media-wrap .video-link:has(> iframe) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fifty-fifty-component .ffc-media-wrap .video-link:has(> .vidyard-player-container) {
  pointer-events: none;
}
.fifty-fifty-component .ffc-media-wrap .video-link.-shadow {
  filter: drop-shadow(0px 2px 15.7px rgba(0, 0, 0, 0.12));
}
.fifty-fifty-component .ffc-media-wrap .ffc-video-wrap {
  border-radius: 0.94rem;
  overflow: hidden;
}
.fifty-fifty-component .ffc-media-wrap .ffc-img:has(.expand-img) .expand-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.13rem;
  height: 3.13rem;
  color: #1565c0;
  font-size: 1.88rem;
  cursor: pointer;
  transition: 0.4s ease 0s;
}
.fifty-fifty-component .ffc-media-wrap .ffc-img:has(.expand-img) .expand-img:hover {
  color: #96eaaa;
}
.fifty-fifty-component .ffc-video-inner .video-link {
  display: block;
}
.fifty-fifty-component .ffc-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fifty-fifty-component .ffc-eyebrow-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.fifty-fifty-component .ffc-media-content {
  margin-left: 1.25rem;
}
@media (max-width: 1199px) {
  .fifty-fifty-component .ffc-media-content {
    margin-left: 0;
  }
}
.fifty-fifty-component .ffc-media-content .eyebrow_image {
  margin-block-end: 3.13rem;
}
.fifty-fifty-component .ffc-media-content .eyebrow-text {
  display: block !important;
  font-size: 12px;
  margin-right: 1rem;
}
.fifty-fifty-component .ffc-media-content .eyebrow-label {
  display: inline;
  font-size: 12px;
  color: #000;
  background: #96eaaa;
  text-transform: uppercase;
  padding: 0.2rem 1rem;
  font-weight: 600;
  border-radius: 3px;
}
.fifty-fifty-component .ffc-media-content p,
.fifty-fifty-component .ffc-media-content h2,
.fifty-fifty-component .ffc-media-content .h2 {
  margin-bottom: 1.5rem;
  word-break: break-word;
}
.fifty-fifty-component .ffc-media-content .h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
}
.fifty-fifty-component .ffc-media-content p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.fifty-fifty-component .ffc-cta-wrap .btn-link:first-child {
  margin-right: 1.5rem;
}
.fifty-fifty-component .ffc-cta-wrap .btn-link::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M0.75 5.99023H14.75' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.9941 0.71753L14.626 5.86213' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.99438 11.2671L14.6465 6.19162' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M0.75 5.99023H14.75' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.9941 0.71753L14.626 5.86213' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.99438 11.2671L14.6465 6.19162' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-color: #1565c0;
  transition: background-color 0.3s ease-in-out;
}
.fifty-fifty-component .ffc-cta-wrap .btn-link:hover::after {
  background-color: #081d4d;
}
@media (max-width: 767px) {
  .fifty-fifty-component .ffc-media-wrap {
    margin-bottom: 2rem;
  }
}
.fifty-fifty-component .ffc-image-caption {
  position: absolute;
  bottom: 15%;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(60deg, #5fd6ff, #96eaaa);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 0.88rem;
  line-height: 1.13rem;
  font-weight: 600;
}
.fifty-fifty-component.right .ffc-row {
  flex-direction: row-reverse;
}
.fifty-fifty-component.right .ffc-media-content {
  margin-left: 0;
  margin-right: 1.25rem;
}
@media (max-width: 1199px) {
  .fifty-fifty-component.right .ffc-media-content {
    margin-right: 0;
  }
}
.fifty-fifty-component.dark-mode {
  background: #081d4d;
}
.fifty-fifty-component.dark-mode p,
.fifty-fifty-component.dark-mode h2,
.fifty-fifty-component.dark-mode .h2 {
  color: #fff;
}
.fifty-fifty-component.dark-mode .eyebrow-text {
  background-image: linear-gradient(60deg, #5fd6ff, #96eaaa);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.fifty-fifty-component.dark-mode .btn-link {
  background-color: #5fd6ff;
  position: relative;
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
  padding: 0.69rem 2.5rem;
  color: #081d4d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 1.57rem;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  --focucOutlineSpace: -1px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-block-start: 1.63rem;
}
.fifty-fifty-component.dark-mode .btn-link:hover {
  background-color: #96eaaa;
}
.fifty-fifty-component.dark-mode .text-link {
  color: #5fd6ff;
}
.fifty-fifty-component.dark-mode .text-link:hover {
  text-decoration: underline;
}