.block-divider {
  background-color: #2071B5;
  width: 99px;
  height: 10px;
}/* Remify */
/* Placeholder */
/* Browser exceptions */
/* Z-index */
/* SVG Fill (Firefox fix) */
@keyframes showup {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes heading-showup {
0% {
    opacity: 0;
    margin-top: 100px;
}
100% {
    opacity: 1;
}
}
.opacity-transition-animation-enter-active, .opacity-transition-animation-leave-active {
  transition: opacity 0.2s;
}
.opacity-transition-animation-enter, .opacity-transition-animation-leave-to {
  opacity: 0;
}
.slide-from-right-enter-active, .slide-from-right-leave-active, .slide-from-left-enter-active, .slide-from-left-leave-active {
  transition: all 0.3s ease-in-out;
}
.slide-from-right-enter-from, .slide-from-right-leave-to, .slide-from-left-enter-from, .slide-from-left-leave-to {
  opacity: 0;
}
.slide-from-right-enter-to, .slide-from-right-leave-from, .slide-from-left-enter-to, .slide-from-left-leave-from {
  opacity: 1;
  transform: translateX(0);
}
.slide-from-right-enter-from, .slide-from-right-leave-to {
  transform: translateX(100%);
}
.slide-from-left-enter-from, .slide-from-left-leave-to {
  transform: translateX(-100%);
}
.slide-fade-enter-active {
  transition-delay: 0.2s;
  transition: all 0.2s ease;
}
.slide-fade-leave-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter, .slide-fade-leave-to {
  opacity: 0;
}
.in-charge-suite {
  background-color: #edf1f6;
  width: 100%;
  display: flex;
  padding-left: 40px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 991px) {
.in-charge-suite {
    flex-direction: column-reverse;
    padding-left: 15px;
}
}
.in-charge-suite__close-section-btn {
  height: 20px;
  width: 24px;
  position: absolute;
  top: 28px;
  right: 32px;
  background: url("/assets/icons/close-white.svg") no-repeat;
  background-size: contain;
  transition: opacity 0.2s ease-in-out;
}
.in-charge-suite__close-section-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
.in-charge-suite__close-section-btn {
    right: 10px;
}
}
.in-charge-suite__content-section {
  width: 50%;
  box-sizing: border-box;
  margin: 60px 10px 60px 0px;
  background-color: #ffffff;
  padding: 60px 60px 90px 40px;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.04);
  position: relative;
}
@media screen and (max-width: 991px) {
.in-charge-suite__content-section {
    width: 100%;
    margin: 0 0 60px 0px;
    padding: 20px 20px 60px 20px;
}
}
.in-charge-suite__animation {
  width: 50%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 992px) {
.in-charge-suite__animation {
    margin-top: 60px;
}
}
@media screen and (max-width: 991px) {
.in-charge-suite__animation {
    width: auto;
    height: 300px;
}
}
.in-charge-suite__animation-video {
  width: 100%;
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.in-charge-suite__animation-video {
    /* IE10+ specific styles go here */
    top: 0;
}
}
@media screen and (max-width: 991px) {
.in-charge-suite__animation-video {
    width: 100%;
    height: 300px;
}
}
.in-charge-suite__animation-video--hidden {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.9);
}
.in-charge-suite__animation-video--visible {
  opacity: 1;
  transition: 0.2s all 0.2s ease-in-out;
}
.in-charge-suite__title {
  margin: 0 60px 20px 0;
  margin-right: 60px;
  word-break: break-word;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.875rem;
}
@media screen and (max-width: 991px) {
.in-charge-suite__title {
    margin-right: 20px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.25rem;
}
}
.in-charge-suite__text {
  margin: 0 10% 30px 0 !important;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (max-width: 991px) {
.in-charge-suite__text {
    margin: 0 0 30px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
}
}
.in-charge-suite__tab-selectors {
  margin-top: 18px !important;
  padding: 0 !important;
}
.in-charge-suite__tab-selector {
  padding: 12px 0;
}
.in-charge-suite__tab-button {
  border: none;
  background: unset;
  padding: 0 32px 0 0 !important;
  position: relative;
  transition: filter 0.2s ease-in-out, color 0.2s ease-in-out;
  background: none;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.in-charge-suite__tab-button::after {
  content: url("/assets/icons/VF_arrow_right_rgb.svg");
  width: 20px;
  height: 18px;
  right: 0;
  top: 0;
  position: absolute;
}
.in-charge-suite__tab-button:hover {
  color: #2071B5;
  filter: invert(34%) sepia(89%) saturate(794%) hue-rotate(175deg) brightness(91%) contrast(87%);
}
.in-charge-suite__cta-links {
  margin-bottom: 60px !important;
  padding: 10px 0 0 !important;
}
.in-charge-suite__cta-links--empty {
  margin-bottom: 0px !important;
  padding: 0 !important;
}
.in-charge-suite__cta-link {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
.in-charge-suite__cta-link {
    margin-bottom: 24px;
}
}
.in-charge-suite__cta-link > div {
  width: 100%;
}
.in-charge-suite__cta-link-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  flex: 0 0 60px;
}
@media screen and (max-width: 991px) {
.in-charge-suite__cta-link-icon {
    width: 36px;
    height: 36px;
    margin-right: 15px;
    flex: 0 0 36px;
}
}
.in-charge-suite__cta-link:last-child {
  margin-bottom: 0px;
}
.in-charge-suite__cta-link-anchor {
  text-decoration: none;
  color: #2071B5;
  position: relative;
  padding-right: 38px;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}
@media screen and (max-width: 991px) {
.in-charge-suite__cta-link-anchor {
    padding-right: 30px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}
}
.in-charge-suite__cta-link-anchor::after {
  content: url("/assets/icons/VF_arrow_right_blue.svg");
  width: 20px;
  height: 18px;
  margin: 3px 0 0 10px;
  position: absolute;
}
@media screen and (max-width: 991px) {
.in-charge-suite__cta-link-anchor::after {
    margin: 2px 0 0 10px;
}
}
.in-charge-suite__cta-link-anchor:hover {
  text-decoration: none;
}
.in-charge-suite__cta-link-description {
  margin: 10px 0 0;
  max-width: 70%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
@media screen and (max-width: 991px) {
.in-charge-suite__cta-link-description {
    max-width: 100%;
    padding-right: 20px;
    margin: 5px 0px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}
}
.in-charge-suite__cta-link-app-links {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
.in-charge-suite__cta-link-app-links {
    margin-top: 25px;
}
}
.in-charge-suite__cta-link-app-links a {
  box-sizing: border-box;
  display: inline-block;
}
.in-charge-suite__cta-link-app-links a:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
.in-charge-suite__cta-link-app-links a:first-child {
    margin-right: 7px;
    margin-bottom: 7px;
}
}