/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.rpw-potential {
  background-size: cover;
  background-position: center;
}

.rpw-potential-content-holder {
  width: 50%;
  background-color: #ee7601;
  
  border-bottom-right-radius: 3rem;
}

[dir="rtl"] .rpw-potential-content-holder {
  border-bottom-right-radius: 0;
  
  border-bottom-left-radius: 3rem;
}

@media (max-width: 922px) {
  .rpw-potential-content-holder {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .rpw-potential-content-holder {
    width: 100%;
    background-color: #ee7601;
    
    border-bottom-right-radius: 1rem;
  }

  [dir="rtl"] .rpw-potential-content-holder {
    border-bottom-right-radius: 0;
    
    border-bottom-left-radius: 1rem;
  }
}

.rpw-potential-content-holder .rpw-subtitle {
  padding: 2rem 4rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  background-color: #fab400;
  color: #fff;
  margin-bottom: 2rem;
  margin-top: 0;
}

@media (max-width: 480px) {
  .rpw-potential-content-holder .rpw-subtitle {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

.rpw-potential-content {
  padding-right: 4rem;
  padding-left: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}

.rpw-potential-content ul {
  list-style: none;
  
  padding-left: 0;
  color: #fff;
}

[dir="rtl"] .rpw-potential-content ul {
  padding-left: 0;
  
  padding-right: 0;
}

.rpw-potential-content ul li {
  position: relative;
  
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #fff;
}

[dir="rtl"] .rpw-potential-content ul li {
  padding-left: 0;
  
  padding-right: 1.5em;
}

.rpw-potential-content ul li::before {
  content: "";
  position: absolute;
  
  left: 0;
  top: .4em;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="white" viewBox="0 0 16 16"><path d="M13.485 1.929a1 1 0 0 1 1.414 1.414l-8.486 8.486-4.243-4.243a1 1 0 0 1 1.414-1.414l2.829 2.829 7.072-7.072z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

[dir="rtl"] .rpw-potential-content ul li::before {
  left: auto;
  
  right: 0;
}

.rpw-potential-content ul li a {
  color: #fff;
}

.loaded .rpw-subtitle.loaded {
  transition-delay: 1s;
}

.loaded .rpw-potential-content.loaded {
  transition-delay: 1.5s;
}

