@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap");
/* font-family: 'JetBrains Mono', monospace;
font-family: 'Work Sans', sans-serif; */
/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-350 {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.delay-450 {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-650 {
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-800 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-950 {
  -webkit-animation-delay: 0.95s;
  -moz-animation-delay: 0.95s;
  -o-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2250 {
  -webkit-animation-delay: 2.25s;
  -moz-animation-delay: 2.25s;
  -o-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-2750 {
  -webkit-animation-delay: 2.75s;
  -moz-animation-delay: 2.75s;
  -o-animation-delay: 2.75s;
  animation-delay: 2.75s;
}

.delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-3250 {
  -webkit-animation-delay: 3.25s;
  -moz-animation-delay: 3.25s;
  -o-animation-delay: 3.25s;
  animation-delay: 3.25s;
}

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.delay-3750 {
  -webkit-animation-delay: 3.75s;
  -moz-animation-delay: 3.75s;
  -o-animation-delay: 3.75s;
  animation-delay: 3.75s;
}

.delay-4000 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

.delay-4250 {
  -webkit-animation-delay: 4.25s;
  -moz-animation-delay: 4.25s;
  -o-animation-delay: 4.25s;
  animation-delay: 4.25s;
}

.delay-4500 {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}

/**********
* Grow in Short *
***********/
@-webkit-keyframes growInShort {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes growInShort {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growInShort {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.growInShort.go {
  -webkit-animation-name: growInShort;
  animation-name: growInShort;
}

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #272D3D;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

p {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
}

p:last-child {
  margin: 0 !important;
}

/* Typography Start */
h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

h3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Typography End */
/* Global CSS Start */
.light-blue {
  background: #F0F7FF;
}

.main-wrapper {
  width: 100%;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /*margin-left: -24px;
  margin-right: -24px;*/
}

.content-wrap .content,
.content-wrap .supporting-image,
.content-wrap .title,
.content-wrap .img-wrapper {
  max-width: 50%;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.text-center {
  text-align: center;
}
.text-center + .content {
  margin: 0 auto 50px;
  max-width: 788px;
  text-align: center;
  width: 100%;
}

.cta-btn {
  font-family: "JetBrains Mono", monospace;
  font-weight: 600;
  font-size: 18px;
  color: #272D3D;
  background: #00E59E;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.cta-btn > svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-btn:hover,
.cta-btn.light-purple:hover,
.cta-btn.white:hover,
.external-link:hover {
  background: #7D55C7;
  color: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(125, 85, 199, 0.4);
  box-shadow: 0 4px 16px rgba(125, 85, 199, 0.4);
}

.cta-btn.light-purple {
  color: #272D3D;
  background: #DEDEF7;
}

.cta-btn.white,
.cta-btn.white-light-purple {
  color: #440099;
  background: #fff;
}

.cta-btn.white-light-purple:hover {
  background: #DEDEF7;
  color: #272D3D;
  -webkit-box-shadow: 0 4px 16px rgba(125, 85, 199, 0.4);
  box-shadow: 0 4px 16px rgba(125, 85, 199, 0.4);
}

.cta-btn svg path,
.external-link svg path,
.border-btn svg path {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cta-btn:hover svg path,
.external-link:hover svg path,
.border-btn svg path {
  stroke: #fff;
}

.cta-btn:hover svg,
.external-link:hover svg,
.border-btn:hover svg {
  left: 5px;
}

.external-link {
  background: #00E59E;
  color: #fff;
  font-size: 18px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.external-link svg,
.border-btn svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.border-btn {
  font-size: 16px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  padding: 7px 20px;
  border: #00E59E solid 1px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.border-btn:hover {
  background: #7D55C7;
  border-color: #7D55C7;
  color: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(125, 85, 199, 0.4);
  box-shadow: 0 4px 16px rgba(125, 85, 199, 0.4);
}

.cta-btn-text {
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
  color: #272D3D;
  background: url(../images/cta-text-arrow.svg) no-repeat left center;
  padding: 4px 0 4px 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-btn-text:hover {
  background: url(../images/cta-text-arrow-hover.svg) no-repeat left center;
}

.cta-btn-text.download {
  background: url(../images/download.svg) no-repeat left center;
}

.cta-btn-text.download:hover {
  background: url(../images/download-hover.svg) no-repeat left center;
}

.home .banner .content,
.video-wrapper .title,
.video-wrapper .content,
.image-module .content,
.article-wrapper .content-wrap .content,
.content-wrap .content,
.content-wrap .supporting-image {
  padding-left: 24px;
  padding-right: 24px;
}

.p-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mobile-view {
  display: none;
}

.news-humanizing-section .card-block:hover .content .cta-btn-text,
.blog-post:hover .content .details .cta-btn-text,
.deep-drive .section-card:hover .cta-btn-text,
.section-card .content:hover .cta-btn-text {
  background: url(../images/green-btn-arrow.svg) no-repeat left center;
}

.news-humanizing-section .card-block:hover .content .cta-btn-text:hover,
.blog-post:hover .content .details .cta-btn-text:hover,
.deep-drive .section-card:hover .cta-btn-text:hover,
.section-card .content:hover .cta-btn-text:hover {
  background: url(../images/cta-text-arrow-hover.svg) no-repeat left center;
}

/* Sticky Social Start */
.at-resp-share-element .at-share-btn {
  width: 48px !important;
  height: 48px !important;
  text-align: center;
  padding: 11px 0 !important;
  margin: 0 0 24px 0 !important;
  border: #00E59E solid 1px !important;
  background: none !important;
}

.at-resp-share-element .at-share-btn:hover {
  background: #00E59E !important;
}

.at-resp-share-element .at-share-btn:hover .at-icon-wrapper > svg {
  fill: #ffffff !important;
}

.at-resp-share-element .at-icon-wrapper > span.at-icon-wrapper,
.at-resp-share-element .at-icon-wrapper > svg {
  width: 24px !important;
  height: 24px !important;
  float: none;
}

.at-resp-share-element .at-icon-wrapper > svg {
  fill: #272D3D !important;
}

.at-resp-share-element .at-share-btn:hover {
  transform: none !important;
}

/* Sticky Social End */
/* Global CSS End */
/* Header Mega Menu Start */
.nav-main li.dropdown:hover .dropdown-wrapper {
  opacity: 1;
  visibility: visible;
}

.nav-main li.dropdown .dropdown-wrapper {
  opacity: 0;
  visibility: hidden;
  text-align: left;
  width: 100%;
  top: calc(100% + 1px);
  left: 0;
  position: absolute;
  background: #fff;
  border-bottom: #DFE0E2 solid 1px;
  padding: 40px 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-main li.dropdown .dropdown-wrapper:before {
  content: "";
  position: absolute;
  width: 1000%;
  top: 0;
  bottom: 0;
  background: #fff;
  border-bottom: #DFE0E2 solid 1px;
  right: 0;
  left: -500%;
  z-index: -1;
}

.dropdown-wrapper .menu-block {
  /*display: inline-block;*/
  max-width: 25%;
  width: 100%;
  text-align: left;
  vertical-align: top;
}

.nav-main .hd-right .menu-block span,
.nav-main .hd-right .menu-block .active {
  color: #440099;
  font-size: 14px;
  display: block;
  margin-bottom: 24px;
}

.nav-main .hd-right .menu-block span {
  color: #440099;
  font-size: 14px;
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
}

.nav-main .hd-right .menu-block span:after {
  display: none;
}

.nav-main .hd-right ul li .menu-block ul li,
.nav-main .hd-right .menu-wrapper ul li {
  margin-left: 0;
  display: block;
  text-align: left;
}

.nav-main .hd-right .menu-block ul li,
.nav-main .hd-right .menu-wrapper ul li {
  margin-bottom: 24px;
}

.nav-main .hd-right .menu-block ul li:last-child,
.nav-main .hd-right .menu-wrapper ul li:last-child {
  margin-bottom: 0;
}

.nav-main .hd-right .menu-block ul li a,
.nav-main .hd-right .menu-wrapper ul li a {
  color: #272D3D;
  padding: 0;
}

.nav-main .hd-right .menu-block ul li a:hover,
.nav-main .hd-right .menu-wrapper ul li a:hover,
.nav-main .hd-right .menu-wrapper ul li a.active {
  color: #440099;
}

.nav-main .hd-right .menu-block ul li a:before,
.nav-main .hd-right .menu-wrapper ul li a:before {
  display: none;
}

.dropdown-wrapper .menu-title {
  max-width: 21%;
  width: 100%;
  color: #272D3D;
}

.dropdown-wrapper .menu-title h3,
.dropdown-wrapper .menu-title p {
  color: #272D3D;
  font-weight: 400;
}

.dropdown-wrapper .menu-title h3 {
  font-size: 27px;
  margin-bottom: 4px;
}

.dropdown-wrapper .menu-title p {
  font-size: 14px;
  line-height: 18px;
}

.dropdown-wrapper .menu-wrapper {
  max-width: 75%;
  width: 100%;
  border-left: #DFE0E2 solid 1px;
  padding-left: 40px;
}

/* Header Mega Menu End */
/* Header Start */
header.fixed {
  position: fixed;
  background: #fff;
  border-bottom: #DFE0E2 solid 1px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-mobile {
  display: none;
}

.nav-utility {
  background: #440099;
  padding: 10px 0;
  text-align: right;
  font-size: 0;
}

.nav-utility a,
.nav-utility .site-dropdown {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 24px;
}

.nav-utility .site-dropdown {
  position: relative;
  z-index: 1;
}
.nav-utility .site-dropdown ul {
  display: none;
  position: absolute;
  top: 20px;
  right: -15px;
  background: #440099;
  padding: 10px 15px;
  min-width: 170px;
}
.nav-utility .site-dropdown ul li:not(:last-of-type) {
  padding-bottom: 10px;
}
.nav-utility .site-dropdown.open ul {
  display: flex;
  flex-direction: column;
}
.nav-utility .site-dropdown.open ul a {
  margin: 0;
  padding: 0;
}

.nav-main .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nav-main .logo {
  position: relative;
}

.nav-main .logo .black {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.no-banner header .nav-main .logo svg path,
.single-resource header .nav-main .logo svg path,
header.fixed .nav-main .logo svg path {
  fill: #170B47;
}

header.fixed .nav-main .logo .black {
  opacity: 1;
  visibility: visible;
}

header.fixed .nav-main .logo .white {
  opacity: 0;
  visibility: hidden;
}

.nav-main ul li {
  text-align: center;
  display: inline-block;
}

header.fixed .nav-main ul li a {
  color: #272D3D;
}

.nav-main ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding: 23px 0;
  position: relative;
}

.nav-main ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: #00E59E;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-main ul li a:hover:before,
.nav-main ul li a.active:before {
  width: 100%;
}

.nav-main .hd-right ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.nav-main .hd-right ul li {
  margin-left: 56px;
}

.nav-main .hd-right ul li.dropdown a {
  font-weight: 400;
}

.nav-main .hd-right ul li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.nav-main .hd-right ul li span:after {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 40px;
}

header.fixed .nav-main .hd-right ul li span:after {
  background: #D1CEDA;
}

.nav-main .hd-right .border-btn {
  margin-left: 56px;
}

header.fixed .hd-right .border-btn {
  color: #272D3D;
}

header.fixed .hd-right .border-btn:hover {
  color: #fff;
}

.top-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.top-search .title {
  background: #440099;
  padding: 10px 0;
}

.top-search .title span {
  font-size: 12px;
  color: #fff;
}

.top-search .title .content-wrap {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top-search .search-area {
  background: #fff;
  padding: 40px 0;
  border-bottom: #DFE0E2 solid 1px;
}

/* Header End */
/* Footer Start */
.callout {
  padding: 80px 0;
  background: #180a48 url(../images/footer-bg.jpg) no-repeat right center;
  background-size: auto 100%;
}

.callout.multiple-ctas {
  text-align: left;
}

.callout h2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
  max-width: 800px;
}

.callout h2 span {
  color: #7D55C7;
  display: block;
}

.callout h2 span.inline {
  display: inline;
}

.callout h2 + p {
  color: #fff;
  margin-bottom: 40px;
  margin-top: -20px;
  max-width: 600px;
  font-size: 18px;
}

footer .callout h2 {
  max-width: 800px;
}

.callout .cta-btn {
  margin-right: 16px;
}

.footer-main,
.footer-legal {
  background: #170B47;
}

.footer-legal {
  padding: 16px 0;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
}

.footer-main {
  padding: 24px 0;
}

.footer-main .content-wrap,
.footer-legal .content-wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.footer-main .links a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-right: 40px;
}

.footer-legal .links li {
  margin-right: 40px;
}

.footer-legal .links a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.footer-main .links a:hover,
.footer-legal .links a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer-legal .links li {
  display: inline-block;
}

.footer-main .social {
  font-size: 0;
}

.footer-main .social a {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

.footer-main .social a img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer-main .social a:hover img {
  opacity: 0.7;
}

.copyright {
  font-size: 12px;
  color: #DEDEF7;
}

/* Footer End */
/*** Homepage Start ***/
.home .banner {
  width: 100%;
  height: 100vh;
  background: #170B47;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.home .banner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #170B47 url(../images/home-banner-pattern.svg) no-repeat 62% calc(100% + 50px);
}

.banner {
  width: 100%;
  height: auto;
  background: #170B47;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
}

.home .banner .content-wrap {
  padding-top: 120px;
}

.banner .content-wrap {
  -webkit-align-items: center;
  align-items: center;
}

.banner .content h1,
.banner .content p {
  color: #fff;
}

.banner .content h1 span {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
}

.banner .content p {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 26px;
}

.banner .content h1 {
  margin-bottom: 16px;
}

.banner .content-wrap.banner-title {
  /*padding-top: 100px;*/
  /*position: absolute;
  bottom: calc(-50% - -15%);*/
  padding-bottom: 48px;
}

.banner-title h2,
.banner-title p {
  color: #fff;
}

.banner .content-wrap.banner-title {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

section.main {
  position: relative;
}

.video-wrapper .content h2,
.video-wrapper .content p {
  color: #fff;
}

.video-wrapper {
  width: 100%;
  position: relative;
}

.video-wrapper:before {
  content: "";
  background: #170B47;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.video-section {
  /*margin-top: 40px;*/
  -webkit-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.video-section > a {
  display: block;
}

.video-section span.video-play {
  background: rgba(0, 229, 158, 0.8);
  position: absolute;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-module {
  padding-top: 80px;
  padding-bottom: 100px;
}
.image-module.in-slider {
  padding: 0;
}

.image-module + .image-module {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .image-module:nth-child(even) .content-wrap {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .image-module-wrapper.start-right .image-module:nth-child(odd) .content-wrap {
    flex-direction: row-reverse;
  }

  .image-module-wrapper.start-right .image-module:nth-child(even) .content-wrap {
    flex-direction: row;
  }
}
.image-module .content-wrap {
  -webkit-align-items: center;
  align-items: center;
}

.image-module .img-wrapper {
  position: relative;
  padding-top: 40px;
  padding-left: 40px;
}

.image-module .img-wrapper.corner-accent:before {
  content: "";
  background: url(../images/pattern-tile-purple.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  z-index: -1;
}

.image-module .img-wrapper.rounded > img,
.rounded-img .slick-list {
  -webkit-border-radius: 32px;
  border-radius: 32px;
}

.image-module .content {
  padding-left: 64px;
}

.intro-wrapper .content-wrap h2 span,
.image-module .content h2 span {
  font-size: 14px;
  font-weight: 400;
  font-family: "JetBrains Mono", monospace;
  display: block;
  margin-bottom: 14px;
}

.wave-1,
.wave-2,
.wave-3 {
  background: #fff;
  width: 100%;
  min-height: 160px;
  position: relative;
}

.wave-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 160px;
  top: 0;
  left: 0;
  background: url(../images/wave.svg) no-repeat center;
  background-size: contain;
}

.wave-2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 160px;
  top: 0;
  left: 0;
  background: url(../images/wave-2.svg) no-repeat center;
  background-size: contain;
}

.wave-3:before {
  /*content: '';
  position: absolute;
  width: 100%;
  height: 160px;
  top: 0;
  left: 0;
  background: url(../images/wave-3.svg) no-repeat center;
  background-size: contain;*/
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 230px;
  top: -100px;
  left: 0;
  background: url(../images/wave-3.svg) no-repeat center;
  background-size: 100%;
  z-index: 1;
}

.article-wrapper {
  background: #F0F7FF;
  padding: 180px 0 80px 0;
}

@media screen and (min-width: 768px) {
  /*.section-card:nth-child(even) .wrapper {
  	flex-direction: row-reverse;
  }*/
  .section-card:nth-child(even) .wrapper .content {
    order: 12;
    margin-left: -70px;
    margin-right: 0;
  }

  .article-wrapper.start-right .section-card:nth-child(odd) .wrapper .content {
    order: 12;
    margin-left: -70px;
    margin-right: 0;
  }

  .section-card:nth-child(even) .wrapper .content {
    order: 12;
    margin-left: -70px;
    margin-right: 0;
  }

  .article-wrapper.start-right .section-card:nth-child(even) .wrapper .content {
    order: inherit;
    margin-left: 0;
    margin-right: -70px;
  }
}
.section-card {
  padding-bottom: 80px;
}

.article-wrapper .content-wrap {
  padding-bottom: 20px;
}

.section-card:last-child {
  padding-bottom: 0;
}

.section-card .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.section-card .img-block {
  order: 12;
  max-width: 57%;
  width: 100%;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.section-card .img-block img {
  width: 100%;
}

.section-card .content {
  max-width: 48%;
  width: 100%;
  margin-right: -70px;
  background: #fff;
  padding: 113px 48px;
  position: relative;
  z-index: 1;
  color: #272d3d;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
}

.section-card .content:before {
  content: "";
  position: absolute;
  top: 0;
  height: 8px;
  left: 48px;
  right: 48px;
  background: #7D55C7;
}

.section-card .content:hover {
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.22);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.22);
}

.section-card .content > a {
  display: block;
}

.section-card .content h3 {
  position: relative;
  padding-top: 80px;
}

.section-card .content h3 span {
  font-size: 14px;
  font-weight: 400;
  font-family: "JetBrains Mono", monospace;
  display: block;
  margin-bottom: 24px;
}

.section-card .content h3,
.section-card .content p {
  margin-bottom: 16px;
}

.section-card.cotent-right .content {
  order: 12;
  margin-left: -70px;
  margin-right: 0;
}

.healthcare-section {
  padding: 120px 0 80px 0;
}

.healthcare-section .content-wrap {
  -webkit-align-items: center;
  align-items: center;
}

.healthcare-section .content h3 {
  font-size: 44px;
  margin-bottom: 24px;
}

.healthcare-section .content h3 span {
  font-size: 14px;
  font-weight: 400;
  font-family: "JetBrains Mono", monospace;
  display: block;
  margin-bottom: 24px;
}

.blog-latest {
  background: #F0F7FF;
  padding-bottom: 120px;
  position: relative;
  padding-top: 50px;
}

/*section.blog-latest.wave-ltr::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 230px;
    top: -100px;
    left: 0;
    background: url(../images/wave-2.svg) no-repeat center;
    background-size: 100%;
    z-index: 2;
}
section.blog-latest.wave-ltr{
    position: relative;
    padding-top: 50px;
}*/
.wave-ltr::before,
.wave-rtl::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 230px;
  top: -100px;
  left: 0;
  background: url(../images/wave-2.svg) no-repeat center;
  background-size: 100%;
  z-index: 2;
}

.wave-rtl::before {
  background: url(../images/wave.svg) no-repeat center;
  background-size: 100%;
}

.wave-ltr,
.wave-rtl {
  position: relative;
  /*padding-top: 8%;
  margin-top: 8%;*/
}

.blog-latest .title {
  padding-top: 80px;
  text-align: center;
}

.blog-latest .title h1 span {
  font-size: 14px;
  font-weight: 400;
  font-family: "JetBrains Mono", monospace;
  display: block;
  margin-bottom: 24px;
}

.blog-latest .content-wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.bl-slider {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 50px;
}

.bl-slider .slick-list {
  padding-bottom: 30px;
}

.bl-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.bl-slider .slick-prev {
  bottom: 0;
  left: 24px;
  background: url(../images/cta-text-arrow.svg) no-repeat left center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.bl-slider .slick-prev:hover {
  background: url(../images/cta-text-arrow-hover.svg) no-repeat left center;
  background-size: cover;
}

.bl-slider .slick-next {
  bottom: 0;
  left: 80px;
  background: url(../images/cta-text-arrow.svg) no-repeat left center;
  background-size: cover;
}

.bl-slider .slick-next:hover {
  background: url(../images/cta-text-arrow-hover.svg) no-repeat left center;
  background-size: cover;
}

.slider-counter {
  position: absolute;
  right: 24px;
  bottom: 7px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-size: 16px;
}

.blog-post {
  margin: 0 24px;
}

.blog-post > a {
  display: block;
}

.blog-post:hover .content {
  margin-top: -36px;
}

.blog-post:hover .content h1 {
  color: #440099;
}

.blog-post:hover .content .cta-btn-text {
  background: url(../images/cta-text-arrow-hover.svg) no-repeat left center;
}

.blog-post:hover .img-block img {
  opacity: 0.7;
}

.blog-post .img-block {
  background: #440099;
  margin-left: 24px;
  width: calc(100% - 24px);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.blog-post .img-block img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.content-wrap .blog-post .content,
.resources-wrapper .blog-post .content {
  padding: 24px;
  max-width: calc(100% - 24px);
  width: 100%;
  background: #fff;
  color: #000;
  margin-top: -24px;
  position: relative;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 2px 8px 12px rgba(68, 0, 153, 0.07);
  box-shadow: 2px 8px 12px rgba(68, 0, 153, 0.07);
}

.blog-post:hover .content {
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-box-shadow: 2px 8px 12px rgba(68, 0, 153, 0.16);
  box-shadow: 2px 8px 12px rgba(68, 0, 153, 0.16);
}

.blog-post .content h1 {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  margin-bottom: 24px;
}

.blog-post .content h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 8px;
  height: 100%;
  background: #7D55C7;
}

.blog-post .content .details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.blog-post .content .details p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: inherit;
}

.blog-post .content .details p strong {
  display: block;
  margin-bottom: 4px;
}

.blog-post .content .details .cta-btn-text {
  padding: 12px;
}

/*** Homepage End ***/
/*** Integrate Technology Page Start ***/
.sub-banner .banner {
  padding-top: 150px;
  min-height: 860px;
}

.sub-banner .banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-shade-bg.svg) no-repeat;
}

.sub-banner .banner .content-wrap {
  padding-bottom: 70px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sub-banner .banner .supporting-image {
  max-width: 47%;
}

.full-bkgd-img {
  background-position: center top !important;
  background-size: cover !important;
}

.full-bkgd-img:before {
  display: none;
}

.reliability-section {
  background: #F0F7FF;
  padding: 120px 0;
}

.reliability-section .content-wrap {
  padding-top: 10px;
}

.image-module-simple {
  margin-top: 48px;
}

.image-module-simple .content-wrap {
  -webkit-align-items: center;
  align-items: center;
}

.image-module-simple .content-wrap .supporting-image {
  max-width: 50%;
}

.image-module-simple .supporting-image > img {
  -webkit-border-radius: 24px;
  border-radius: 24px;
}

.image-module-simple .content h3 {
  margin-bottom: 24px;
}

.image-module-simple.content-left .supporting-image {
  order: 12;
}

.large-quote {
  background-position: center top !important;
  background-size: cover !important;
  padding: 120px 0;
  position: relative;
}

.large-quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 11, 46, 0.5);
}

.large-quote .content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  border-left: #FEDB00 solid 1px;
}

.large-quote .content blockquote {
  position: relative;
  padding-top: 48px;
  margin-bottom: 24px;
}

.large-quote .content blockquote p {
  color: #fff;
  font-size: 27px;
  line-height: 38px;
  font-weight: 600;
}

.large-quote .content blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 19px;
  background: url(../images/quote-icon.svg) no-repeat;
}

.large-quote .content cite {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
}

.large-quote .content cite strong {
  display: block;
  font-size: 21px;
}

.large-quote .content cite strong span {
  display: block;
  font-size: 16px;
}

.callout.green {
  padding: 120px 0;
  text-align: center;
  background: #00e59d url(../images/callout-green-bg.jpg) no-repeat right center;
  background-size: auto 100%;
}

.callout.green h2,
.callout.green h3,
.callout.green h4,
.callout.green p {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 40px auto;
  color: #272D3D;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
}

.callout.green h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "JetBrains Mono", monospace;
  margin-bottom: 15px;
}

.callout.green h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
}

.callout.green p {
  font-size: 27px;
  font-weight: 600;
  margin: 0 auto !important;
  line-height: 38px;
}

.callout.purple {
  padding: 120px 0;
  text-align: center;
  background: #7d55c7 url(../images/callout-purple-bg.jpg) no-repeat right center;
  background-size: auto 100%;
}

.callout.purple h2,
.callout.purple h3,
.callout.purple h4,
.callout.purple p {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 40px auto;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
}

.callout.purple h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "JetBrains Mono", monospace;
  margin-bottom: 15px;
}

.callout.purple h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
}

.callout.purple p {
  font-size: 27px;
  font-weight: 600;
  margin: 0 auto !important;
  line-height: 38px;
}

.callout.yellow {
  padding: 120px 0;
  text-align: center;
  background: #fedc01 url(../images/callout-yellow-bg.jpg) no-repeat right center;
  background-size: auto 100%;
}

.callout.yellow h2,
.callout.yellow h3,
.callout.yellow h4,
.callout.yellow p {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 40px auto;
  color: #272D3D;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
}

.callout.yellow h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "JetBrains Mono", monospace;
  margin-bottom: 15px;
}

.callout.yellow h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
}

.callout.yellow p {
  font-size: 27px;
  font-weight: 600;
  margin: 0 auto !important;
  line-height: 38px;
}

.image-callout {
  color: #fff;
  background-color: #170B47 !important;
  padding-top: 110px;
  padding-bottom: 110px;
}
.image-callout p {
  max-width: 960px;
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
  padding-right: 150px;
}

.border-callout {
  color: #fff;
  background-color: #170B47;
  padding-top: 110px;
  padding-bottom: 110px;
  border-top: 43px solid gray;
}
.border-callout h3 {
  margin-bottom: 35px;
}
.border-callout p {
  max-width: 675px;
  padding-right: 150px;
}

.border-callout.red-border {
  border-top: 43px solid #F05136;
  background-color: #010101 !important;
}

.border-callout.gray-border {
  border-top: 43px solid #79797C;
  background-color: #C4C4C4 !important;
}

.border-callout.blue-border {
  border-top: 43px solid #0399DA;
  background-color: #2E3291 !important;
}

.border-callout.dark-border {
  border-top: 43px solid #004963;
  background-color: #132A3F !important;
}

.dark-text {
  color: #000 !important;
}

.deep-drive {
  padding: 120px 0 180px 0;
}

.deep-drive-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 -20px;
}

.deep-drive .section-card {
  position: relative;
  width: calc(33.3333% - 40px);
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  border: #DFE0E2 solid 1px;
  background-color: #ffffff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.deep-drive .section-card.no-link {
  padding: 24px;
}

.deep-drive .section-card:first-child:nth-last-child(1),
.deep-drive .section-card:first-child:nth-last-child(2),
.deep-drive .section-card:first-child:nth-last-child(2) ~ article,
.deep-drive .section-card:first-child:nth-last-child(4),
.deep-drive .section-card:first-child:nth-last-child(4) ~ article {
  width: calc(50% - 40px);
}

.deep-drive .section-card a {
  padding: 24px;
  display: flex;
  flex-direction: column;
  color: #272D3D;
  height: 100%;
}

.deep-drive .section-card p {
  flex-grow: 1;
}

.deep-drive .section-card:not(.no-link):hover {
  /*margin-top: 28px;*/
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
}

.deep-drive .section-card:not(.no-link):hover h1 {
  color: #440099;
}

.card-3 .section-card {
  width: calc(33.3333333333% - 40px);
}

.deep-drive .section-card h1 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  padding-top: 64px;
}

.deep-drive.headline-only .deep-drive-wrapper {
  align-items: stretch;
}

.deep-drive.headline-only .section-card h1 {
  padding-top: 0;
  padding-left: 60px;
  margin-bottom: 0;
}

.deep-drive .section-card p {
  margin-bottom: 24px;
}

/*** Integrate Technology Page End ***/
/*** Platform Modernization Page Start ***/
.exceptional-care {
  padding: 120px 0;
}

.exceptional-care.benefits {
  padding-bottom: 180px;
}

.platform-modernization .banner {
  min-height: 600px;
  background: #170B47 url(../images/bg-image.svg) no-repeat left center;
  background-size: 49% auto;
}

.platform-modernization .banner .content-wrap {
  position: relative;
  z-index: 1;
}

.platform-modernization .banner .content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.accordian-wrapper {
  margin-top: 60px;
}

.accordian-item {
  padding: 24px;
  border: #DFE0E2 solid 1px;
  background-color: #fff;
  position: relative;
  margin-bottom: 24px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.accordian-item:last-child {
  margin-bottom: 0;
}

.accordian-item .toggle {
  display: block;
  position: relative;
}

.accordian-item .toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../images/accordian-arrow.svg) no-repeat right center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordian-item .toggle.active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.accordian-item .toggle > h3 {
  font-size: 27px;
  font-weight: 600;
  color: #272D3D;
  position: relative;
  padding: 3px 30px 3px 60px;
}

.accordian-content {
  display: none;
}

.accordian-row {
  margin-top: 24px;
  padding-top: 24px;
  border-top: #DFE0E2 solid 1px;
}

.accordian-content .content-wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.accordian-content .content {
  margin-left: -24px;
}

.accordian-content .content h3 {
  font-size: 21px;
  margin-bottom: 24px;
}

.accordian-content .content p {
  margin-bottom: 24px;
}

.accordian-content .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
}

.accordian-content .posts article.post-item {
  padding: 16px;
  padding-left: 65px;
  margin-bottom: 16px;
  width: calc(50% - 8px);
  background-color: #F0F7FF;
  border-radius: 10px;
}

.accordian-content .posts article.post-item span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
}

.accordian-content .posts article.post-item a {
  font-weight: 600;
  color: #272D3D;
  font-size: 16px;
  display: block;
}

.accordian-content .posts article.post-item a:hover {
  color: #440099;
}

.accordian-content .posts article.post-item.file {
  background: url(../images/icon-download.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content .posts article.post-item.article {
  background: url(../images/icon-internal.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content .posts article.post-item.external {
  background: url(../images/icon-external.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content .posts article.post-item.blog {
  background: url(../images/icon-blog.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content .posts article.post-item.case-study {
  background: url(../images/icon-case-study.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content .posts article.post-item.whitepaper {
  background: url(../images/icon-whitepaper.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content .posts article.post-item.video {
  background: url(../images/icon-video.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content .posts article.post-item.press-release {
  background: url(../images/icon-press-release.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content .posts article.post-item.announcements {
  background: url(../images/icon-announcements.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content .posts article.post-item.media {
  background: url(../images/icon-media.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content .posts article.post-item.offering {
  background: url(../images/icon-offering.svg) no-repeat center left 16px;
  background-color: #F0F7FF;
}

.accordian-content aside.white-paper {
  max-width: 48%;
  width: 100%;
  background: #F0F7FF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
}

.accordian-content aside.white-paper > img {
  max-width: 246px;
  width: 100%;
}

.accordian-list ul {
  padding-left: 20px;
}
.accordian-list ul li {
  list-style-type: disc;
  font-weight: 600;
  line-height: 1.45;
}

.whitepaper-content {
  max-width: calc(100% - 246px);
  padding: 0 40px;
}

.whitepaper-content span {
  font-size: 14px;
  margin-bottom: 16px;
  display: block;
  font-family: "JetBrains Mono", monospace;
}

.whitepaper-content h3 {
  font-size: 18px;
  margin-bottom: 16px;
}

/*** Platform Modernization Page End ***/
/*** Resources Page Start ***/
.resources-section {
  background: #F0F7FF;
  padding: 0 0 120px 0;
}

.resources-section .small-label {
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
  margin-bottom: 24px;
  display: block;
}

.resources-section .small-label ~ h2 {
  margin-bottom: 0;
}

.resources-section .content-wrap:first-child {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.filter-block {
  display: inline-block;
  margin-top: 40px;
  font-size: 0;
}

.filter-block .content-wrap {
  -webkit-align-items: center;
  align-items: center;
}

.filter-block .form-group .select-box .select-title {
  margin-right: 24px;
  width: 188px;
  border: #D2D9E2 solid 1px;
  padding: 12px 20px;
  border-radius: 40px;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  position: relative;
  cursor: pointer;
}

.filter-block .form-group .select-box .select-title.active {
  border: #00E59E solid 1px;
}

.filter-block .form-group .select-box .select-title.active:after {
  transform: rotate(180deg);
}

.filter-block .form-group .select-box .select-title:after {
  content: "";
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background: transparent url(../images/accordian-arrow.svg) no-repeat center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.filter-block {
  width: 100%;
}
.filter-block .filter-group {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.select-box {
  position: relative;
}

.select-box.type .select-options {
  width: 340px;
}

.select-box.type .select-options > ul {
  margin-bottom: 24px;
  max-width: 100%;
}

.select-box.topic .select-options {
  width: 920px;
}

.select-box .select-options {
  margin-top: 4px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  padding: 32px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
}

.select-box .select-options ul li {
  font-size: 18px;
  position: relative;
  margin-bottom: 12px;
}

.select-box .select-options ul li:last-child {
  margin-bottom: 0;
}

/*.select-box .select-options ul li:before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #E9EAEC;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}*/
.select-box .select-options {
  display: none;
}

.select-options .topic-block {
  max-width: 50%;
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}

.select-options .topic-block li > ul {
  margin-top: 12px;
}

.select-options ul li,
.mobile-filter-options ul li {
  position: relative;
  padding-left: 24px;
  color: #272D3D;
}

.select-options li input,
.mobile-filter-options li input {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.select-options li label,
.mobile-filter-options li label {
  cursor: pointer;
}

.select-options li input:indeterminate + label:before,
.mobile-filter-options li input:indeterminate + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #E9EAEC;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.select-options li input:indeterminate + label:after,
.mobile-filter-options li input:indeterminate + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #00E59E;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.select-options li input + label:before,
.mobile-filter-options li input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #E9EAEC;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.select-options li input:checked + label:after,
.mobile-filter-options li input:checked + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #00E59E;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.select-box a.border-btn,
.mobile-filter-buttons a.border-btn {
  color: #272D3D;
}

.select-box a.border-btn:hover,
.mobile-filter-buttons a.border-btn:hover {
  color: #fff;
}

.filter-block .form-group input[type=text].search {
  padding: 12px 48px 12px 20px;
  background: transparent url(../images/search-icon-black.svg) no-repeat calc(100% - 16px) center;
}

.filter-block .form-group input[type=text],
.filter-select {
  background: transparent;
  width: 400px;
  border: #D2D9E2 solid 1px;
  padding: 12px 20px;
  border-radius: 40px;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}

.filter-block .form-group input::-webkit-input-placeholder {
  color: #272D3D;
  opacity: 1;
}

.filter-block .form-group input::-moz-placeholder {
  color: #272D3D;
  opacity: 1;
}

.filter-block .form-group input:-ms-input-placeholder {
  color: #272D3D;
  opacity: 1;
}

.filter-block .form-group input::-ms-input-placeholder {
  color: #272D3D;
  opacity: 1;
}

.filter-block .form-group input::placeholder {
  color: #272D3D;
  opacity: 1;
}

.resources-wrapper .facetwp-template {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -24px;
}

.resources-wrapper .blog-post {
  width: calc(33.3333333333% - 48px);
  margin-top: 40px;
}

.pagination {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.pagination ul li {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin: 0 2px;
}

.pagination ul li a {
  display: block;
  padding: 6px 10px;
  position: relative;
  color: #272D3D;
}

.pagination ul li.active a:before,
.pagination ul li a:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
  width: 16px;
  height: 1px;
  background: #00E59E;
}

.pagination ul li a.prev,
.pagination ul li a.next {
  padding: 6px;
}

.pagination ul li a.prev:before,
.pagination ul li a.next:before {
  display: none;
}

/*** Resources Page End ***/
/*** Blog Post Page Start ***/
.single header .nav-main {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(68, 0, 153, 0.05);
  box-shadow: 0 2px 2px rgba(68, 0, 153, 0.05);
}

.single header .nav-main ul li a {
  color: #272D3D;
}

.single header .nav-main .hd-right ul li span::after {
  background: #D1CEDA;
}

.single header .nav-main .hd-right .border-btn {
  color: #272D3D;
}

.single header .nav-main .hd-right .border-btn:hover {
  color: #fff;
}

.small-banner .banner.full-bkgd-img {
  min-height: 600px;
  background: #170B47 url(../images/hero-image-bg.svg) no-repeat center top;
  background-size: cover !important;
}

.sub-banner .banner.full-bkgd-img .supporting-image {
  max-width: 50%;
  margin-bottom: -130px;
  z-index: 1;
}

.sub-banner .banner.full-bkgd-img .supporting-image > img {
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.single.sub-banner .banner.full-bkgd-img h1 {
  font-size: 44px;
}

.sub-banner .banner .tag-date .tag {
  background: #7D55C7;
  padding: 6px 12px;
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  letter-spacing: 0;
  font-weight: 400;
  margin-right: 24px;
}

.sub-banner .banner .tag-date .tag.light-purple {
  color: #170B47;
  background: #F0F0FF;
}

.sub-banner .banner .tag-date {
  font-size: 0;
  margin-bottom: 16px;
}

.sub-banner .banner .tag-date span {
  display: inline-block;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.blog-post-wrapper {
  position: relative;
  max-width: 888px;
  width: 100%;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.blog-post-wrapper .left {
  left: -150px;
  position: relative;
}

.blog-post-wrapper .right {
  width: calc(100% - 48px);
}

.blog-post-wrapper .sticky-social {
  max-width: 48px;
  width: 100%;
  text-align: center;
}

.image-module-wrapper p a:not(.cta-btn),
.intro-wrapper p a:not(.cta-btn),
.blog-post-wrapper .right a:not(.cta-btn) {
  text-decoration: underline;
  color: #7d55c7;
}
.image-module-wrapper p a:not(.cta-btn):hover, .image-module-wrapper p a:not(.cta-btn):focus, .image-module-wrapper p a:not(.cta-btn):active,
.intro-wrapper p a:not(.cta-btn):hover,
.intro-wrapper p a:not(.cta-btn):focus,
.intro-wrapper p a:not(.cta-btn):active,
.blog-post-wrapper .right a:not(.cta-btn):hover,
.blog-post-wrapper .right a:not(.cta-btn):focus,
.blog-post-wrapper .right a:not(.cta-btn):active {
  text-decoration: none;
}
.image-module-wrapper p a:not(.cta-btn):visited, .image-module-wrapper p a:not(.cta-btn):active,
.intro-wrapper p a:not(.cta-btn):visited,
.intro-wrapper p a:not(.cta-btn):active,
.blog-post-wrapper .right a:not(.cta-btn):visited,
.blog-post-wrapper .right a:not(.cta-btn):active {
  color: #7d55c7;
}

@supports (position: sticky) {
  .is-sticky {
    position: sticky;
    top: 140px;
  }
}
.blog-post-wrapper .sticky-social > span {
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  margin-bottom: 24px;
  display: block;
}

.blog-post-wrapper .sticky-social ul li {
  margin: 0 0 24px 0;
  padding: 0;
}

.blog-post-wrapper .sticky-social ul li:before {
  display: none;
}

.blog-post-wrapper .sticky-social ul li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: #00E59E solid 1px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 11px 0;
}

.blog-post-wrapper .sticky-social ul li a:hover {
  background: #00E59E;
}

.blog-post-wrapper .sticky-social ul li a:hover svg path {
  fill: #fff;
}

.blog-post-wrapper .sticky-social ul li svg path {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.press-release {
  position: relative;
  z-index: 1;
}

.author-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}

.author-block .author-img {
  width: 64px;
  margin-right: 24px;
}

.author-block .author-img img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.author-block .content h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.author-block .content p {
  font-size: 14px;
  line-height: 18px;
}

.blog-post-wrapper > * {
  color: #000;
}

.blog-post-wrapper p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}

.blog-post-wrapper h2 {
  font-size: 24px;
  font-weight: 400;
}

.blog-post-wrapper h3 {
  font-size: 22px;
  font-weight: 400;
}

.blog-post-wrapper h4 {
  font-size: 27px;
  margin-bottom: 24px;
}

.blog-post-wrapper h5 {
  font-size: 21px;
  margin-bottom: 24px;
  font-weight: 600;
}

.blog-post-wrapper blockquote {
  padding-left: 24px;
  border-left: #FEDB00 solid 2px;
  position: relative;
  padding-top: 40px;
  margin: 40px 0;
}

.blog-post-wrapper blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 20px;
  height: 15px;
  background: url(../images/quote-icon.svg) no-repeat;
  background-size: cover;
}

.blog-post-wrapper blockquote p {
  font-size: 27px;
  line-height: inherit;
}

.blog-post-wrapper blockquote cite {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
}

.blog-post-wrapper .img-block,
.blog-post-wrapper .video-block,
.blog-post-wrapper .inline-cta {
  margin: 40px 0;
}

.blog-post-wrapper .video-block {
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.blog-post-wrapper .img-block img {
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.blog-post-wrapper ol li,
.blog-post-wrapper ul li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 24px;
}

/*.blog-post-wrapper ul li:last-child{
	margin-bottom: 0;
}*/
.blog-post-wrapper ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #FEDB00;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.blog-post-wrapper ol li {
  list-style: decimal;
}

.inline-cta {
  width: 100%;
  background: #440099;
  padding: 48px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.inline-cta .cta-btn-text {
  color: #fff;
  background: url(../images/cta-text-arrow-white.svg) no-repeat left center;
}

.inline-cta .cta-btn-text:hover {
  background: url(../images/cta-text-arrow-hover.svg) no-repeat left center;
}

.inline-cta h4 {
  font-weight: 600;
  margin-bottom: 32px;
}

.blog-post-wrapper .tags,
.search-area .tags {
  font-size: 0;
}

.blog-post-wrapper .tags span,
.search-area .tags span {
  font-size: 14px;
  margin-right: 16px;
}

.blog-post-wrapper .tags > a,
.search-area .tags > a {
  background: #E3D9F0;
  margin-right: 16px;
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  font-family: "JetBrains Mono", monospace;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #272D3D;
}

/*** Blog Post Page End ***/
/*** News Page Start ***/
.news-wrapper .facetwp-template {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

.news-wrapper .blog-post {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.news-wrapper .blog-post:hover {
  /*margin-top: 28px;*/
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  transform: translateY(-16px);
}

.news-wrapper .blog-post > img {
  width: 100%;
  margin-left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.news-wrapper .blog-post .content {
  max-width: 100%;
  margin-top: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: #DFE0E2 solid 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-wrapper .blog-post:hover .content {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

/*** News Page End ***/
/*** Press Release Page Start ***/
.banner.blank {
  min-height: inherit;
  background: #fff;
}

.banner.blank:before {
  display: none;
}

.banner.blank .content-wrap {
  padding-top: 40px;
  padding-bottom: 30px;
}

.banner.blank .content-wrap .content {
  max-width: 80%;
}

.banner.blank .content-wrap .content h1 {
  color: #170B47;
  margin-bottom: 100px;
}

.feature-quote {
  margin: 40px 0;
  border: #DFE0E2 solid 1px;
  background: #fff;
  padding: 48px 80px;
  text-align: center;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.feature-quote .logo {
  display: inline-block;
  margin-bottom: 32px;
}

.feature-quote h3 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 36px;
}

.blog-latest .news-wrapper .bl-slider {
  padding-bottom: 50px;
}

.blog-latest .news-wrapper .slick-list {
  padding-bottom: 30px;
  padding-top: 30px;
}

/*** Press Release Page End ***/
/*** News Humanizing Page Start ***/
.news-humanizing-section {
  background: #F0F7FF;
  padding: 40px 0 80px;
}

.news-humanizing-section .card-wrapper .facetwp-template {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news-humanizing-section .card-wrapper .card-block {
  margin-top: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.news-humanizing-section .card-wrapper .card-block:hover {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

.news-humanizing-section .card-block {
  background: #fff;
  width: calc(50% - 32px);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
}

.news-humanizing-section .card-block > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 24px 40px 24px 24px;
  color: #272D3D;
}

.news-humanizing-section .card-block .img-block {
  background: #440099;
  max-width: 42%;
  width: 100%;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin-left: -48px;
  -webkit-box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.news-humanizing-section .card-block:hover .img-block {
  /*margin-top: -8px;
  margin-bottom: 8px;*/
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.news-humanizing-section .card-block:hover .img-block img {
  opacity: 0.7;
}

.news-humanizing-section .card-block .img-block img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.news-humanizing-section .card-block .content {
  max-width: 66%;
  padding: 0 0 0 24px;
}

.news-humanizing-section .card-block .content h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.news-humanizing-section .card-block .content p {
  font-size: 14px;
  line-height: 20px;
}

/*** News Humanizing Page End ***/
/*** Humanizing Healthcare Post Page Start ***/
.dash {
  color: #00E59E;
}

.blog-latest .news-humanizing-section {
  padding: 0;
  background: none;
}

.blog-latest .news-humanizing-section .card-block {
  margin: 0 36px;
  width: calc(100% - 72px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-latest .news-humanizing-section .card-block:hover {
  /*margin-top: -12px;*/
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.blog-latest .news-humanizing-section .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-latest .news-humanizing-section .bl-slider {
  padding-bottom: 50px;
}

/*** Humanizing Healthcare Post Page End ***/
/*** Search Page Start ***/
.top-space {
  padding-top: 164px;
}

.search-area {
  padding-bottom: 48px;
}

.search-area h3 {
  margin-bottom: 16px;
}

.search-area .form-group {
  position: relative;
  margin-bottom: 24px;
}

.search-area .form-group input[type=text],
.search-area .facetwp-facet input[type=text] {
  width: 100%;
  border: #DFE0E2 solid 1px;
  padding: 20px 56px;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/search-icon-black.svg) no-repeat 16px center;
}

.search-area .form-group .clear {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
}

.search-area .facetwp-input-wrap {
  width: 100%;
}
.search-area .facetwp-facet input[type=text] {
  background: none;
  padding-left: 20px;
  width: 100%;
}
.search-area .facetwp-icon:before {
  background: url(../images/search-icon-black.svg) no-repeat center !important;
  padding-right: 16px;
}

.search-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 80px;
}

.search-wrapper .sidebar {
  max-width: 14.2%;
  width: 100%;
  position: relative;
}
.search-wrapper .sidebar .cta-btn-text {
  cursor: pointer !important;
}

.search-wrapper .sidebar .sticky-top {
  top: 150px;
  position: sticky;
}
.search-wrapper .sidebar .sticky-top .facetwp-facet {
  margin-bottom: 0;
}

.search-wrapper .sidebar .mobile-title {
  display: none;
}

.search-wrapper .sidebar li {
  margin-bottom: 8px;
  position: relative;
}

.search-wrapper .sidebar li:last-child {
  margin-bottom: 0;
}

.search-wrapper .facetwp-checkbox {
  background-image: none !important;
  position: relative;
  padding-left: 28px !important;
}

.search-wrapper .sidebar li a,
.search-wrapper .facetwp-checkbox {
  display: block;
  font-size: 14px;
  color: #272D3D;
  padding: 8px 15px 8px 28px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.search-wrapper .sidebar li a:hover,
.search-wrapper .sidebar li a.active,
.search-wrapper .facetwp-checkbox:hover,
.search-wrapper .facetwp-checkbox.checked {
  background: #E6FCF5;
}

.search-wrapper .sidebar li a.active:before,
.search-wrapper .facetwp-checkbox.checked:before {
  width: 7px;
  height: 7px;
  background: #00E59E;
  border: #DFE0E2 solid 1px;
}

.search-wrapper .sidebar li a:before,
.search-wrapper .facetwp-checkbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #DFE0E2;
  background-image: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-wrapper .content-area {
  max-width: calc(85.8% - 40px);
  width: 100%;
}

.search-results-box {
  border-bottom: #DFE0E2 solid 1px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.search-results-box:not(.image), .search-results-box:not(.video) {
  padding-left: 15px;
  padding-right: 15px;
}
.search-results-box .content {
  padding-left: 15px;
  padding-right: 15px;
}

.search-results-box.video,
.search-results-box.image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.search-results-box .featured-image .video-section {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}

.search-results-box .featured-image .video-section span.video-play {
  width: 73px;
  height: 73px;
  padding: 30px;
}

.search-results-box .category-name {
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}

.search-results-box h3 {
  font-size: 27px;
  margin-bottom: 16px;
}

.search-results-box .link {
  margin-bottom: 16px;
  display: inline-block;
  color: #440099;
  word-break: break-all;
}

.search-results-box .link:hover {
  text-decoration: underline;
}

.search-results-box .content {
  max-width: 74%;
  width: 100%;
}

.search-results-box .featured-image {
  max-width: 23%;
  width: 100%;
}

.no-search-results {
  padding: 50px 0;
}
.no-search-results h4 {
  font-size: 32px;
  margin-bottom: 25px;
}

/*** Search Page End ***/
/*** Product Page Start ***/
.products-wrapper {
  padding: 120px 0;
}

.products-wrapper .accordian-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.products-wrapper .accordian-item .left-content .details {
  display: none;
}

.products-wrapper .accordian-item .left-content {
  max-width: 64%;
  width: 100%;
}

.products-wrapper .accordian-item .left-content h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

.products-wrapper .accordian-item .right-logo {
  max-width: 30%;
  width: 100%;
}

.products-wrapper .accordian-item .right-logo img {
  width: 100%;
}

.products-wrapper .accordian-item .bottom-area {
  border-top: #DFE0E2 solid 1px;
  padding-top: 16px;
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.products-wrapper .accordian-item .bottom-area .border-btn {
  color: #272D3D;
}

.products-wrapper .accordian-item .bottom-area .border-btn:hover {
  color: #fff;
}

.products-wrapper .accordian-item .link-more {
  color: #272D3D;
  font-size: 16px;
  position: relative;
  padding-right: 26px;
}

.products-wrapper .accordian-item .link-more:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../images/accordian-arrow.svg) no-repeat center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.products-wrapper .accordian-item .link-more.open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.products-wrapper .accordian-item .left-content .details {
  padding-top: 20px;
}

.left-icon-block {
  padding-left: 55px;
  margin-bottom: 24px;
  position: relative;
}

.left-icon-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon-cybersecurity.svg) no-repeat;
}

.left-icon-block h3,
.products-wrapper .left-content .details .case-study h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.products-wrapper .left-content .details .case-study {
  background: #F0F7FF;
  padding: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.products-wrapper .left-content .details .case-study span {
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
  margin-bottom: 16px;
  display: block;
}

.products-wrapper .left-content .details ul.list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.products-wrapper .left-content .details ul.list li {
  display: inline-block;
  font-size: 21px;
  width: calc(50% - 24px);
  font-weight: 600;
  margin-bottom: 24px;
  color: #272D3D;
  position: relative;
  padding-left: 30px;
}

.products-wrapper .left-content .details ul.list li span {
  color: #440099;
  position: absolute;
  left: 0;
}

/*** Product Page End ***/
/*** Our Story Page Start ***/
.community-partners {
  padding-bottom: 200px;
}

.story-content {
  padding: 120px 0;
  background: #F0F7FF;
}

.story-content.wave-ltr {
  padding-top: 140px;
}

.story-content .content-wrap {
  -webkit-align-items: center;
  align-items: center;
}

.story-content .supporting-image img {
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.story-content .content-wrap .content span {
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
  display: block;
}

.story-content .content-wrap .content span,
.story-content .content-wrap .content h3,
.story-content .content-wrap .content p {
  margin-bottom: 24px;
}

.story-body-content {
  padding: 120px 0;
}

.middle-content {
  max-width: 928px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.story-body-content .middle-content .mono {
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
  margin-bottom: 24px;
  display: block;
}

.story-body-content .middle-content ul {
  margin-bottom: 40px;
}

.story-body-content .middle-content ul:last-child {
  margin-bottom: 0;
}

.story-body-content .middle-content ul li {
  font-size: 21px;
  margin-bottom: 20px;
}

.story-body-content .middle-content ul li strong {
  color: #440099;
}

.story-title-section {
  padding: 120px 0;
  background: #440099;
}

.story-title-section .title-block {
  margin-bottom: 80px;
}

.story-title-section .title-block:last-child {
  margin-bottom: 0;
}

.story-title-section .title-block > * {
  color: #fff;
}

.story-title-section .title-block h3,
.story-title-section .title-block span {
  display: block;
  text-align: center;
}

.story-title-section .title-block span {
  margin-bottom: 24px;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
}

.story-title-section .title-block h4 {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}

.accelerate-revenue {
  padding: 120px 0;
}

.accelerate-revenue .box-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.accelerate-revenue .box-wrapper .box {
  padding: 24px;
  border: #E3E4E6 solid 1px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  width: calc(33.3333333333% - 25px);
  position: relative;
  margin-top: 40px;
}

.accelerate-revenue .box-wrapper .box:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/icon-platform-modernization.svg) no-repeat;
}

.accelerate-revenue .box-wrapper .box h3 {
  font-size: 27px;
  padding-top: 4px;
  padding-left: 56px;
}

/*** Our Story Page End ***/
/*** Citizenship Page Start ***/
.community-partners .title {
  max-width: 720px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.community-partners .title h2,
.benefits .title h2 {
  margin-bottom: 16px;
}

.community-partners .logo-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.community-partners .logo-wrapper .logo {
  width: calc(33.3333333333% - 25px);
  text-align: center;
  margin-top: 40px;
}

.community-partners .logo-wrapper .logo > img {
  display: inline-block;
}

/*** Citizenship Page End ***/
/*** Career Page Start ***/
.benefits .title {
  max-width: 720px;
  margin: 0 auto 20px auto;
  text-align: center;
}

.benefits .points ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.benefits .points ul li {
  width: calc(33.3333333333% - 80px);
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
}

.benefits .points ul li span.icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.better-together {
  padding-top: 120px;
  padding-bottom: 40px;
  background: #F0F7FF;
}

.career-video:before {
  background: #F0F7FF;
}

.career-video .video-section {
  margin-top: 0;
}

.career-content-slider {
  padding: 120px 0;
}

.career-content-slider .supporting-image > img {
  -webkit-border-radius: 24px;
  border-radius: 24px;
}

.career-content-slider .career-slider span {
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
}

.career-content-slider .career-slider span,
.career-content-slider .career-slider h3 {
  display: block;
  margin-bottom: 24px;
}

.career-slider.bl-slider {
  margin-top: 0;
  min-height: 590px;
}

.career-slider .slick-list {
  padding-top: 140px;
}

.career-slider.bl-slider .slick-prev {
  left: 0;
}

.career-slider.bl-slider .slick-next {
  left: 56px;
}

.career-slider.bl-slider .slider-counter {
  right: 0;
}

.career-slider .slider-separator {
  width: 100%;
  height: 1px;
  background: #DFE0E2;
  position: absolute;
  bottom: 56px;
  left: 0;
  margin: 0 !important;
}

/*** Career Page End ***/
/*** Contact Page Start ***/
.contact-main {
  padding: 190px 0 120px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

.contact-main .contact-left {
  max-width: 57.4%;
  width: 100%;
}

.contact-main .contact-left .mono {
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
  display: block;
  margin-bottom: 16px;
}

.contact-main .contact-left h2 {
  margin-bottom: 16px;
}

.contact-main .contact-right {
  background: #F0F7FF;
  padding: 40px;
  max-width: 40%;
  width: 100%;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.contact-box {
  margin-bottom: 40px;
}

.contact-box:last-child {
  margin-bottom: 0;
}

.contact-box h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.contact-box .email {
  color: #272D3D;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  display: inline-block;
}

.contact-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 16px;
}

.contact-form .add-services-dropdown {
  display: none;
}

.form-group.half {
  max-width: 48%;
  width: 100%;
}

.contact-form .form-group {
  position: relative;
  width: 100%;
  margin-top: 24px;
}

.contact-form .form-group input[type=text],
.contact-form .form-group input[type=email] {
  width: 100%;
  border: #DFE0E2 solid 1px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.contact-form .form-group .form-label::before {
  content: attr(title);
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 18px;
  color: #272D3D;
  transition: 300ms all;
}

.contact-form .form-group .form-input {
  width: 100%;
  padding: 30px 16px 10px 16px;
  font-size: 18px;
  color: #222;
  border: 1px solid #D2D9E2;
}

.contact-form .form-group textarea {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  resize: none;
  height: 152px;
}

.contact-form .form-group .form-input:focus {
  outline: 0;
  border-color: #7D55C7;
}

.contact-form .form-group .form-input:valid + .form-label::before {
  content: attr(data-title);
}

.contact-form .form-group .form-input:focus + .form-label::before {
  color: #93969E;
}

.contact-form .form-group .form-input:focus + .form-label::before,
.contact-form .form-group .form-input:valid + .form-label::before {
  line-height: 20px;
  font-size: 12px;
  top: 6px;
  padding: 0 6px;
  left: 9px;
}

.contact-form .form-group select {
  width: 100%;
  border: #D2D9E2 solid 1px;
  padding: 20px 16px;
  background: transparent url(../images/accordian-arrow.svg) no-repeat calc(100% - 16px) center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.service-input {
  width: 100%;
  padding: 20px 16px;
  /*padding: 20px 16px 20px 40px;*/
  font-size: 18px;
  color: #222;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #D2D9E2;
  /*background: url(../images/icon-right.svg) no-repeat 18px center;*/
}

.contact-form .content-wrap {
  margin-top: 24px;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contact-form .content-wrap .border-btn {
  color: #272D3D;
  background: #fff;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 600;
}

.contact-form .content-wrap .border-btn:hover {
  background: #7D55C7;
  border-color: #7D55C7;
  color: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(125, 85, 199, 0.4);
  box-shadow: 0 4px 16px rgba(125, 85, 199, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form .content-wrap .require {
  font-size: 14px;
  font-weight: 400;
  color: #93969E;
}

.contact-form .add-services-dropdown {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 24px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 0;
  margin-top: 8px;
  -webkit-box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
}

.contact-form .add-services-dropdown a {
  border: #DFE0E2 solid 1px;
  font-size: 16px;
  color: #170B47;
  padding: 6px 12px;
  display: inline-block;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.contact-form .add-services-dropdown a.active {
  background: #f0f0ff;
}

.service-input .tag-list {
  display: inline-block;
  font-size: 0;
}

.service-input .tag-list li {
  display: inline-block;
  background: #F0F0FF;
  padding: 7px 12px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.service-input .tag-list li .close-icon {
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/close.svg) no-repeat center;
  background-size: cover;
  margin-top: -2px;
}

.custom-select {
  display: none;
}

.contact-form .select .select-styled {
  width: 100%;
  border: #D2D9E2 solid 1px;
  padding: 20px 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.contact-form .select .select-styled:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 24px;
  height: 24px;
  background: transparent url(../images/accordian-arrow.svg) no-repeat center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transform-origin: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-form .select .select-styled.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.contact-form .select .select-options {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 24px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 8px;
  -webkit-box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
}

.contact-form .select .select-options li {
  margin-bottom: 16px;
  font-size: 18px;
  cursor: pointer;
}

.contact-form .select .select-options li:first-child {
  display: none;
}

.contact-form .select .select-options li:last-child {
  margin-bottom: 0;
}

/*** Contact Page End ***/
@media (max-width: 1440px) {
  .content-wrap .supporting-image {
    max-width: 45%;
  }

  .home .banner .content-wrap .supporting-image,
.story-content .content-wrap .supporting-image {
    max-width: 50%;
  }

  .home .banner::before {
    right: -30%;
    background-size: 80% 120%;
    background-position: 0% bottom;
  }

  .nav-main .hd-right ul li,
.nav-main .hd-right .border-btn {
    margin-left: 44px;
  }

  .banner .content-wrap.banner-title {
    /*padding-top: 20px;*/
    bottom: -20%;
  }

  .platform-modernization .banner {
    background-size: 49% 100%;
  }

  .news-humanizing-section .card-block {
    width: calc(50% - 24px);
  }

  .news-humanizing-section .card-block .img-block {
    margin-left: -40px;
  }

  .news-humanizing-section .card-block .content {
    max-width: 65%;
    width: 100%;
  }

  .career-content-slider .content-wrap .supporting-image {
    max-width: 50%;
  }

  .career-content-slider .content-wrap .supporting-image img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .home .banner::before {
    right: -30%;
    background-size: 90% 100%;
    background-position: 0% top;
  }

  .select-box.topic .select-options {
    left: -100%;
  }

  .search-wrapper .sidebar {
    max-width: 25.2%;
  }

  .search-wrapper .content-area {
    max-width: calc(74.8% - 40px);
  }

  .career-content-slider .content-wrap {
    align-items: center;
  }

  .career-slider .slick-list {
    padding-top: 0;
  }

  .career-slider.bl-slider {
    min-height: 430px;
  }

  .whitepaper-content {
    padding: 0 24px;
  }

  .blog-post-wrapper .left {
    left: -50px;
  }
}
@media (max-width: 1140px) {
  .nav-main .hd-right ul li, .nav-main .hd-right .border-btn {
    margin-left: 26px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  .menu-desktop {
    display: none;
  }

  header .nav-main {
    padding: 16px 0;
  }

  .menu-mobile {
    display: block;
  }

  header .menu-mobile .border-btn {
    padding: 6px 20px;
  }

  header.fixed .menu-mobile a,
.single .menu-mobile .border-btn {
    color: #272D3D;
  }

  header.fixed .menu-mobile a:hover {
    color: #fff;
  }

  .menu-icon,
.menu-icon-close {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border: #00E59E solid 1px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    margin-top: -2px;
    margin-left: 10px;
    text-align: center;
    position: relative;
  }

  .menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
    background: #fff;
    width: 14px;
    height: 1px;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.15s linear;
  }

  .menu-icon span:before,
.menu-icon span:after {
    content: "";
    position: absolute;
    left: 9px;
  }

  .menu-icon span:before {
    transform: translateY(-5px);
  }

  .menu-icon span:after {
    transform: translateY(5px);
  }

  .menu-icon.open span,
header.fixed .menu-icon.open span {
    background: transparent;
  }

  .menu-icon.open span:before {
    transform: rotate(45deg);
  }

  .menu-icon.open span:after {
    transform: rotate(-45deg);
  }

  header.fixed .menu-icon span,
header.fixed .menu-icon span:before,
header.fixed .menu-icon span:after,
.single .menu-icon span,
.single .menu-icon span:before,
.single .menu-icon span:after {
    background: #272D3D;
  }

  .mobile-menu-wrapper .menu-icon-close {
    position: absolute;
    top: 55px;
    right: 24px;
  }

  .mobile-menu-wrapper .menu-icon-close span:before,
.mobile-menu-wrapper .menu-icon-close span:after {
    content: "";
    position: absolute;
    left: 9px;
  }

  .mobile-menu-wrapper .menu-icon-close span,
.mobile-menu-wrapper .menu-icon-close span:before,
.mobile-menu-wrapper .menu-icon-close span:after {
    background: #272D3D;
    width: 14px;
    height: 1px;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.15s linear;
  }

  .mobile-menu-wrapper .menu-icon-close span:before {
    transform: rotate(45deg);
  }

  .mobile-menu-wrapper .menu-icon-close span:after {
    transform: rotate(-45deg);
  }

  .mobile-menu-wrapper .menu-icon-close span {
    background: transparent;
  }

  .mobile-menu-wrapper.show {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .mobile-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    padding: 90px 24px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .mobile-menu-wrapper ul li {
    display: block;
    text-align: left;
    margin-bottom: 32px;
  }

  .mobile-menu-wrapper ul li a {
    color: #272D3D;
    font-size: 21px;
    padding: 0;
  }

  header.fixed .mobile-menu-wrapper ul li a:hover,
header.fixed .mobile-menu-wrapper ul li.dropdown > a:hover {
    color: #272D3D;
  }

  .mobile-menu-wrapper ul li > span {
    border-bottom: #CCC solid 1px;
    width: 100%;
    height: 1px;
    display: block;
  }

  .mobile-menu-wrapper ul li a:before {
    top: auto;
    bottom: -8px;
  }

  .mobile-menu-wrapper ul li a br {
    display: none;
  }

  .mobile-menu-wrapper ul li.dropdown > a {
    font-weight: 400;
    background: url(../images/menu-link-icon.svg) no-repeat right center;
  }

  .mobile-menu-wrapper ul li.dropdown a:before {
    display: none;
  }

  .mobile-menu-wrapper ul li.dropdown.open .menu-wrapper-inner,
.mobile-menu-wrapper ul li.dropdown.open .menu-back {
    left: 0;
  }

  .menu-wrapper-inner {
    background: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    padding: 80px 16px 16px 16px;
    z-index: 3;
    overflow: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .menu-wrapper-inner:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background: white;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }

  .menu-back {
    position: fixed;
    top: 0;
    left: 100%;
    padding: 16px;
    width: 100%;
    background: #fff;
    z-index: 4;
    border-bottom: #DFE0E2 solid 1px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .menu-back .back {
    font-size: 14px;
    font-weight: 400;
    padding-left: 18px;
    position: relative;
  }

  .menu-back .back:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/btn-arrow.svg) no-repeat left center;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .menu-wrapper-inner .menu-block > span {
    font-size: 14px;
    color: #440099;
    display: block;
    margin-bottom: 16px;
  }

  .menu-wrapper-inner .menu-block {
    margin-bottom: 40px;
  }

  .menu-wrapper-inner .menu-block ul li {
    margin-bottom: 18px;
  }

  .menu-wrapper-inner .menu-block ul li:last-child {
    margin-bottom: 0;
  }

  .menu-wrapper-inner .menu-block ul li a {
    font-size: 18px;
    font-weight: 400;
  }

  .menu-wrapper-inner .menu-title {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: #DFE0E2 solid 1px;
  }

  .menu-wrapper-inner .menu-title h3 {
    margin-bottom: 16px;
  }

  .menu-wrapper-inner .menu-wrapper li {
    margin-bottom: 24px;
  }

  .menu-wrapper-inner .menu-wrapper li a {
    font-weight: 400;
    font-size: 18px;
  }

  .menu-wrapper-inner .menu-block ul li a:hover,
.menu-wrapper-inner .menu-wrapper li a:hover {
    color: #440099;
    letter-spacing: 0.02em;
  }

  .lets-talk-btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 24px 16px;
    border-top: #DFE0E2 solid 1px;
  }

  header .lets-talk-btn .border-btn {
    font-size: 18px;
    display: block;
    padding: 9px 20px;
    color: #272D3D;
  }

  header .lets-talk-btn .border-btn:hover {
    color: #fff;
  }

  .deep-drive {
    padding-bottom: 120px;
  }

  .callout.green {
    background: #00e59d url(../images/callout-green-bg.jpg) no-repeat 70% center;
    background-size: 150% 100%;
  }

  .callout.purple {
    background: #7d55c7 url(../images/callout-purple-bg.jpg) no-repeat 70% center;
    background-size: 150% 100%;
  }

  .callout.yellow {
    background: #fedc01 url(../images/callout-yellow-bg.jpg) no-repeat 70% center;
    background-size: 150% 100%;
  }

  .resources-wrapper .blog-post {
    width: calc(50% - 48px);
  }

  .filter-block .form-group input[type=text], .filter-select {
    width: 280px;
  }

  .select-box.topic .select-options {
    width: 720px;
    left: -100%;
  }

  .select-options .topic-block {
    max-width: 49%;
    display: inline-block;
  }

  .sub-banner .banner .tag-date .tag {
    margin-right: 16px;
  }

  .banner.blank .content-wrap .content h1 {
    margin-bottom: 48px;
  }

  .news-wrapper .slick-list {
    padding: 48px;
    margin: 0 -60px;
  }

  .news-humanizing-section .card-wrapper .card-block {
    margin-top: 70px;
  }

  .news-humanizing-section .card-block {
    width: calc(50% - 16px);
  }

  .news-humanizing-section .card-block > a {
    padding: 24px;
  }

  .news-humanizing-section .card-block .img-block {
    max-width: 100%;
    width: 100%;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }

  .news-humanizing-section .card-block .content {
    padding: 24px 0 0 0;
    max-width: 100%;
  }

  .blog-latest .news-humanizing-section .slick-list {
    padding: 28px 16px;
    margin: 0 -24px;
  }

  .blog-latest .news-humanizing-section .card-block {
    margin-top: 20px;
    margin: 0 16px;
    width: calc(100% - 32px);
  }

  .accelerate-revenue .box-wrapper .box {
    width: calc(100% - 0px);
  }

  .accelerate-revenue .box-wrapper .box::before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .community-partners .logo-wrapper .logo {
    width: calc(25% - 40px);
  }

  .benefits .points ul li {
    width: calc(50% - 20px);
  }

  .career-slider .slick-list {
    padding-top: 0;
  }

  .career-slider.bl-slider {
    min-height: inherit;
  }

  .career-content-slider .content-wrap {
    -webkit-align-items: center;
    align-items: center;
  }

  .service-input,
.service-input .tag-list li {
    font-size: 16px;
  }

  .contact-main .contact-right {
    padding: 24px;
  }

  .callout h2 br {
    display: none;
  }

  .section-card .content {
    padding: 48px 24px;
  }

  .blog-post-wrapper .left {
    width: 100%;
    left: 0;
  }

  .blog-post-wrapper .sticky-social {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: #DFE0E2 solid 1px;
    text-align: left;
  }

  .blog-post-wrapper .sticky-social > span,
.blog-post-wrapper .sticky-social ul,
.blog-post-wrapper .sticky-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }

  .blog-post-wrapper .right,
.blog-post-wrapper .sticky-social {
    max-width: 100%;
    width: 100%;
  }

  .blog-post-wrapper .sticky-social > span {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .blog-post-wrapper .sticky-social ul li,
.at-resp-share-element .at-share-btn {
    margin-right: 8px !important;
    margin-bottom: 0 !important;
    text-align: center;
  }

  .search-results-box.video .content, .search-results-box.video .featured-image,
.search-results-box.image .content,
.search-results-box.image .featured-image {
    max-width: 100%;
  }
  .search-results-box.video .content,
.search-results-box.image .content {
    order: 12;
  }
}
@media (min-height: 680px) and (max-height: 982px) {
  .home .banner {
    height: auto;
  }

  .banner .content-wrap.banner-title {
    padding-top: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single.sub-banner .banner.full-bkgd-img h1 {
    font-size: 36px;
  }

  .single.sub-banner .banner.full-bkgd-img .supporting-image {
    margin-bottom: 0;
  }

  .whitepaper-content {
    max-width: 100%;
    padding: 16px 20px;
  }

  .sub-banner .banner {
    min-height: 480px;
  }

  .home .banner::before {
    right: -30%;
    background-size: 90% 66%;
    background-position: 0% top;
  }
}
@media (max-height: 480px) {
  .home .banner {
    height: auto;
  }

  .banner .content-wrap.banner-title {
    padding-top: 48px;
  }

  .blog-latest .news-wrapper .bl-slider {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reliability-section,
.large-quote,
.callout.green,
.callout.purple,
.callout.yellow,
.deep-drive,
.exceptional-care,
.resources-section,
.products-wrapper,
.story-content,
.story-body-content,
.story-title-section,
.accelerate-revenue,
.resources-section,
.career-content-slider {
    padding: 80px 0;
  }

  .story-content.wave-ltr,
.better-together {
    padding-top: 80px;
  }

  .content-wrap .content,
.content-wrap .supporting-image,
.content-wrap .title,
.content-wrap .img-wrapper,
.sub-banner .banner .supporting-image,
.image-module-simple .content-wrap .supporting-image,
.sub-banner .banner.full-bkgd-img .supporting-image,
.career-content-slider .content-wrap .supporting-image,
.section-card .img-block,
.home .banner .content-wrap .supporting-image,
.story-content .content-wrap .supporting-image {
    max-width: 100%;
    width: 100%;
  }

  .home .banner .content,
.video-wrapper .title,
.video-wrapper .content,
.image-module .content,
.article-wrapper .content-wrap .content,
.content-wrap .content,
.content-wrap .supporting-image {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-menu-wrapper .menu-icon-close {
    right: 16px;
  }

  .mobile-menu-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-utility a,
.nav-utility .site-dropdown {
    margin-left: 8px;
  }

  .home .banner {
    height: auto;
  }

  .banner .content p {
    font-size: 16px;
  }

  .image-module .img-wrapper {
    padding-left: 0;
    padding-right: 40px;
  }

  .image-module .img-wrapper::before {
    left: auto;
    right: 0;
  }

  .image-module .content {
    padding-left: 0;
    padding-top: 20px;
    padding-right: 0;
  }

  .section-card .img-block {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .section-card .wrapper {
    margin: 0 -16px;
  }

  .sub-banner .banner .supporting-image {
    order: 12;
    margin-top: 24px;
  }

  .image-module-simple.content-left .content {
    order: 12;
  }

  .reliability-section .image-module-simple {
    margin-top: 40px;
  }

  .reliability-section .image-module-simple .content-wrap {
    padding: 0;
  }

  .large-quote .content blockquote p {
    font-size: 21px;
    line-height: 27px;
  }

  .wave-ltr::before,
.wave-rtl::before {
    height: 200px;
  }

  .blog-latest {
    padding-bottom: 80px;
  }

  .blog-latest .title {
    padding-top: 0;
  }

  .blog-latest .title h1 {
    font-size: 36px;
  }

  .blog-post {
    margin: 0 12px;
  }

  .bl-slider .slick-prev {
    left: 0;
  }

  .bl-slider .slick-next {
    left: 56px;
  }

  .slider-counter {
    right: 0;
  }

  .callout.green h2,
.callout.purple h2,
.callout.yellow h2 {
    font-size: 36px;
  }

  .deep-drive-wrapper,
.facetwp-template {
    margin-left: -16px;
    margin-right: -16px;
  }

  .deep-drive .section-card {
    width: calc(100% - 40px);
    margin-top: 30px;
  }

  .callout {
    background: #180a48 url(../images/footer-bg.jpg) no-repeat 70% center;
    background-size: 200% 100%;
  }

  .callout h2 {
    font-size: 44px;
  }

  .footer-main .links a {
    margin-right: 32px;
  }

  .callout .cta-btn {
    margin-right: 8px;
  }

  .cta-btn {
    font-size: 15px;
  }

  .footer-main .social {
    width: 100%;
    display: block;
    padding-top: 16px;
  }

  .footer-main .social a {
    margin-left: 0;
    margin-right: 16px;
  }

  .footer-legal .links li {
    margin-right: 32px;
  }

  .copyright {
    width: 100%;
    padding-top: 8px;
  }

  .platform-modernization .banner {
    min-height: 470px;
    background-size: 100% 100%;
    background-position: center -150px;
  }

  .platform-modernization .banner .content-wrap {
    padding-bottom: 50px;
  }

  .accordian-content .content {
    margin-left: 0;
  }

  .accordian-item {
    padding: 16px;
  }

  .accordian-item .toggle > h3 {
    font-size: 21px;
    padding-left: 56px;
  }

  .accordian-content .posts {
    max-width: 100%;
    margin-top: 24px;
  }

  .accordian-item .toggle > h3:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .accordian-content .content-wrap .content .cta-btn-text {
    display: inline-block;
  }

  .small-banner .banner.full-bkgd-img {
    background: #170B47 url(../images/hero-image-bg.svg) no-repeat center top !important;
  }

  .small-banner .banner.full-bkgd-img .content-wrap {
    padding-bottom: 32px;
  }

  .small-banner .banner.full-bkgd-img .mobile-img {
    width: 100%;
    min-height: 414px;
    background-size: cover !important;
    background-position: center top !important;
  }

  .resources-section .small-label ~ h2 {
    margin-bottom: 16px;
  }

  .resources-wrapper .blog-post {
    width: calc(50% - 48px);
  }

  .resources-wrapper .blog-post {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .filter-block {
    margin-top: 0;
  }

  .filter-block .mobile-view .form-group,
.filter-select {
    width: 100%;
  }

  .filter-select {
    cursor: pointer;
    padding-right: 50px;
    background: transparent url(../images/icon-filter.svg) no-repeat calc(100% - 16px) center;
  }

  .mobile-filter-wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    left: -100%;
    z-index: 4;
    padding: 20px 20px 106px 20px;
    overflow: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .mobile-filter-wrapper.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .mobile-filter-wrapper .form-group input[type=text].search {
    width: calc(100% - 64px);
  }

  .mobile-filter-wrapper .form-group input[type=submit] {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    border: #D2D9E2 solid 1px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    width: 48px;
    height: 48px;
    font-size: 0;
    background: transparent url(../images/close.svg) no-repeat center;
  }

  .mobile-filter-wrapper .form-group.type {
    margin-top: 24px;
  }

  .mobile-filter-wrapper span.title {
    font-size: 14px;
    font-family: "JetBrains Mono", monospace;
    margin-bottom: 24px;
    display: block;
  }

  .mobile-filter-wrapper .topic-block {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .mobile-filter-wrapper .topic-block:last-child {
    margin-bottom: 0;
  }

  .mobile-filter-wrapper .topic-block li {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .mobile-filter-wrapper .topic-block li:last-child {
    margin-bottom: 0;
  }

  .mobile-filter-wrapper .topic-block > li > ul {
    margin-top: 12px;
  }

  .mobile-filter-buttons {
    width: 100%;
    padding: 24px 20px;
    border-top: #DFE0E2 solid 1px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
  }

  .mobile-filter-buttons .clear {
    font-size: 16px;
    font-family: "JetBrains Mono", monospace;
    color: #A9ABB1;
    margin-left: 16px;
  }

  .single.sub-banner .banner.full-bkgd-img h1 {
    font-size: 36px;
  }

  .author-block .content {
    max-width: calc(100% - 88px);
  }

  .video-section span.video-play {
    width: 80px;
    height: 80px;
  }

  .inline-cta h4 br {
    display: none;
  }

  .blog-post-wrapper .tags > a, .search-area .tags > a {
    margin-bottom: 16px;
  }

  .banner.blank .content-wrap .content h1 {
    font-size: 36px;
    margin-bottom: 16px;
  }

  .feature-quote {
    padding: 48px 24px;
  }

  .feature-quote h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .press-release {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner.blank .content-wrap .content {
    max-width: 100%;
  }

  .blog-latest .news-humanizing-section .slick-list {
    padding: 28px 0;
    margin: 0 -16px;
  }

  .blog-latest .news-humanizing-section .card-block {
    margin: 20px 16px 0 16px;
    width: calc(100% - 32px);
  }

  .blog-post-wrapper {
    padding-bottom: 120px;
  }

  .search-wrapper .sidebar,
.search-wrapper .content-area {
    max-width: 100%;
  }

  .search-wrapper .sidebar {
    margin-bottom: 40px;
    position: relative;
  }

  .search-wrapper .sidebar > ul {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    padding: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 16px rgba(125, 85, 199, 0.2);
    box-shadow: 0 4px 16px rgba(125, 85, 199, 0.2);
  }

  .search-wrapper .sidebar .mobile-title {
    display: block;
    background: transparent;
    width: 100%;
    border: #D2D9E2 solid 1px;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 18px;
    position: relative;
  }

  .search-wrapper .sidebar .mobile-title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    background: url(../images/accordian-arrow.svg) no-repeat right center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .search-results-box .featured-image {
    max-width: 200px;
  }

  .search-results-box .content {
    max-width: 100%;
    order: 12;
    margin-top: 24px;
  }

  .search-area {
    border-bottom: #DFE0E2 solid 1px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .platform-modernization .banner {
    background: #170B47;
  }

  .platform-modernization .banner .mobile-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 320px;
    background: url(../images/bg-image.svg) no-repeat left center;
    background-size: auto;
    background-size: cover;
  }

  .platform-modernization .banner .content h1 {
    margin-bottom: 32px;
  }

  .platform-modernization .banner .content p {
    padding-top: calc(48px + 5%);
    line-height: 24px;
  }

  .products-wrapper .accordian-item .right-logo {
    max-width: 100%;
  }

  .products-wrapper .accordian-item .left-content {
    order: 2;
    max-width: 100%;
    padding-top: 24px;
  }

  .products-wrapper .accordian-item .bottom-area {
    order: 12;
  }

  .left-icon-block .cta-btn-text,
.products-wrapper .accordian-item .left-content .details .cta-btn-text,
.story-content .content-wrap .content .cta-btn-text {
    display: inline-block;
  }

  .products-wrapper .left-content .details ul.list li {
    width: calc(100% - 24px);
  }

  .story-body-content .middle-content ul li {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .story-title-section .title-block {
    margin-bottom: 56px;
  }

  .story-title-section .title-block h3,
.story-title-section .title-block h4 {
    font-size: 21px;
  }

  .story-content .content-wrap .supporting-image {
    margin-bottom: 24px;
  }

  .image-module-simple .supporting-image {
    margin-bottom: 16px;
  }

  .image-module-simple .content h3 {
    margin-bottom: 16px;
  }

  .community-partners .title {
    margin: 0 auto 30px auto;
  }

  .exceptional-care.benefits,
.exceptional-care.community-partners {
    padding-bottom: 140px;
  }

  .career-content-slider .content-wrap .content {
    order: 2;
  }

  .career-slider.bl-slider {
    margin-top: 24px;
  }

  .contact-main {
    padding: 140px 0 0 0;
  }

  .contact-main .contact-left,
.contact-main .contact-right {
    max-width: 100%;
  }

  .contact-main .contact-right {
    margin-top: 48px;
    padding: 80px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
  }

  .contact-main .contact-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: auto;
    height: 100%;
    background: #F0F7FF;
    z-index: -1;
    right: -16px;
  }

  .home .banner {
    padding-top: 140px;
    overflow: hidden;
  }

  .banner .content-wrap.banner-title {
    position: static;
  }

  .home .banner .content-wrap {
    padding-top: 20px;
  }

  .home .banner .content-wrap .supporting-image {
    margin-top: 30px;
  }

  .home .banner::before {
    right: -30%;
    background-size: 150% 60%;
    background-position: 0% top;
  }

  .article-wrapper {
    padding-top: 100px;
  }

  .section-card {
    padding-bottom: 60px;
  }

  .section-card .content,
.section-card.cotent-right .content {
    order: 12;
    max-width: 100%;
    margin-top: -16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .healthcare-section {
    padding-top: 80px;
  }

  .healthcare-section .content-wrap .supporting-image {
    margin-top: 16px;
  }

  .accordian-content aside.white-paper {
    max-width: 100%;
    margin-top: 24px;
  }

  .article-wrapper .content-wrap {
    padding-bottom: 32px;
  }

  .deep-drive {
    padding-bottom: 100px;
  }

  .wave-ltr::before,
.wave-rtl::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 230px;
    top: -100px;
    left: 0;
    background: url(../images/wave-2-mobile.svg) no-repeat center;
    background-size: 100%;
    z-index: 0;
  }

  .wave-rtl::before {
    background: url(../images/wave-mobile.svg) no-repeat center;
    background-size: 100%;
  }

  .wave-ltr,
.wave-rtl {
    position: relative;
  }

  .deep-drive .section-card:first-child:nth-last-child(1),
.deep-drive .section-card:first-child:nth-last-child(2),
.deep-drive .section-card:first-child:nth-last-child(2) ~ article,
.deep-drive .section-card:first-child:nth-last-child(4),
.deep-drive .section-card:first-child:nth-last-child(4) ~ article {
    width: calc(100% - 40px);
  }

  .filter-block .form-group .select-box .select-title {
    width: 100%;
    margin-bottom: 35px;
  }

  .select-box.type .select-options {
    width: 100%;
  }

  .facetwp-input-wrap {
    width: calc(100% - 75px);
  }

  .filter-block .form-group input[type=text], .filter-select {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .blog-post {
    margin: 0 4px;
  }

  .resources-wrapper .blog-post {
    width: calc(100% - 0px);
  }

  .pagination ul {
    font-size: 0;
  }

  .pagination ul li {
    width: 28px;
    height: 28px;
    margin: 0 4px;
  }

  .pagination ul li a {
    padding: 2px;
    font-size: 16px;
  }

  .pagination ul li span {
    font-size: 16px;
  }

  .blog-post-wrapper .tags > a, .search-area .tags > a {
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .news-wrapper .slick-list {
    padding: 48px 8px;
    margin: 0 -16px;
  }

  .news-wrapper .slick-list .blog-post {
    margin: 0 13px;
  }

  .news-humanizing-section .card-block {
    width: calc(100% - 0px);
  }

  .accelerate-revenue .box-wrapper .box {
    padding: 16px 24px;
  }

  .accelerate-revenue .box-wrapper .box h3 {
    font-size: 21px;
  }

  .community-partners .title {
    margin: 0 auto;
  }

  .community-partners .logo-wrapper .logo {
    width: calc(50% - 40px);
  }

  .benefits .points ul li {
    width: calc(100% - 0px);
  }

  .form-group.half {
    max-width: 100%;
  }

  .accordian-content aside.white-paper {
    padding: 16px;
  }

  .whitepaper-content {
    max-width: 100%;
    width: 100%;
    padding: 0 0 32px 0;
  }

  .accordian-content aside.white-paper > img {
    order: 2;
  }

  .inline-cta {
    padding: 48px 24px;
  }

  .blog-post-wrapper,
.exceptional-care.community-partners {
    padding-bottom: 80px;
  }

  .exceptional-care.benefits {
    padding-bottom: 100px;
  }
}
/*Component styles added*/
.light-blue + .video-wrapper {
  margin-top: -70px;
}

.intro-wrapper {
  padding: 120px 0 0;
}

.intro-wrapper:only-of-type,
.intro-wrapper:last-child {
  padding-bottom: 120px;
}

.listing-wrapper .intro-wrapper {
  padding-bottom: 0;
}

[class^=wave] .intro-wrapper {
  padding: 180px 0 0;
}

.intro-wrapper + .article-wrapper {
  padding-top: 50px;
}

.intro-wrapper + .deep-drive {
  padding-top: 0px;
}

.intro-wrapper + .light-blue {
  margin-top: 50px;
}

.accordian-wrapper:only-of-type,
.accordian-wrapper:last-child {
  padding-bottom: 120px;
  padding-top: 120px;
}

.accordian-wrapper + .callout {
  margin-top: 120px;
}

.purple-text {
  color: #7d55c7;
}

.gated-teaser {
  margin-bottom: 100px;
  position: relative;
}
.gated-teaser::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 6%, rgba(255, 255, 255, 0.12) 12%, rgba(255, 255, 255, 0.19) 19%, rgba(255, 255, 255, 0.26) 26%, rgba(255, 255, 255, 0.34) 34%, rgba(255, 255, 255, 0.42) 42%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.58) 58%, rgba(255, 255, 255, 0.66) 66%, rgba(255, 255, 255, 0.74) 74%, rgba(255, 255, 255, 0.81) 81%, rgba(255, 255, 255, 0.88) 88%, rgba(255, 255, 255, 0.94) 94%, #FFFFFF 100%);
  width: 100%;
  height: 150px;
}
.gated-teaser + form {
  margin-bottom: 80px;
}
.gated-teaser + form h2 {
  font-size: 44px;
}

.facetwp-icon:before {
  background: url(../images/search-icon-black.svg) no-repeat center !important;
  padding-right: 16px;
}

.facetwp-page {
  padding: unset !important;
  margin-right: unset !important;
}

.facetwp-page.active {
  font-weight: 400 !important;
}

.media-about {
  max-width: 712px;
  padding-right: 55px;
}

.media-contact {
  display: flex;
  flex-direction: column;
  max-width: 510px;
  background: #7D55C6;
  color: #ffffff;
  padding: 35px 25px;
  border-radius: 25px;
}
.media-contact h4 {
  font-weight: 700;
  padding-bottom: 5px;
}
.media-contact p {
  padding-bottom: 25px;
}
.media-contact a {
  color: #ffffff;
}
.media-contact hr {
  border: 1px solid white;
  border-bottom: 0;
  margin-bottom: 25px;
}

.media-latest {
  background-color: transparent;
}

.media-more {
  display: flex;
  justify-content: center;
}

@media (max-width: 1440px) {
  .media-about, .media-about + div {
    max-width: none;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .media-about, .media-about + div, .media-contact {
    max-width: none;
    width: 100%;
  }

  .media-contact {
    flex-direction: row;
    margin: 0 auto;
    margin-top: 50px;
  }
  .media-contact hr {
    display: none;
  }
  .media-contact div {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .media-contact {
    flex-direction: column;
  }
  .media-contact hr {
    display: block;
  }
  .media-contact div {
    padding: 0;
  }

  .border-callout, .image-callout p {
    padding-right: 0;
  }

  .accordian-list {
    margin-top: 24px;
  }

  .accordian-content .posts article.post-item {
    width: 100%;
  }
}
.intro-wrapper + .event-wrapper-wrapper {
  padding-top: 50px;
}

.event-wrapper-wrapper {
  position: relative;
  padding: 100px 0;
}

.eventon_events_list .eventon_list_event .ev_ftImg {
  width: 300px !important;
  height: 156px !important;
  max-height: none !important;
  margin-left: -50px !important;
  position: absolute;
  left: 0px;
  border-radius: 15px;
}

.eventon_list_event + .eventon_list_event {
  margin-top: 30px;
}

.ajde_evcal_calendar.sev #evcal_list .eventon_list_event {
  margin-left: 50px;
}

.ajde_evcal_calendar.sev #evcal_list .eventon_list_event,
.ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig,
.evo_lightboxes .color.eventon_list_event .evopop_top,
.evo_lightboxes .color.eventon_list_event .evcal_list_a,
.eventon_events_list .eventon_list_event .evcal_desc,
.evo_pop_body .evcal_desc, #page-content p.evcal_desc {
  overflow: visible !important;
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig,
.evo_lightboxes .color.eventon_list_event .evopop_top,
.evo_lightboxes .color.eventon_list_event .evcal_list_a {
  border-radius: 15px;
  background-color: #F0F7FF !important;
  box-shadow: 2px 8px 12px rgba(68, 0, 153, 0.07);
  flex-direction: column;
  padding-left: 270px;
}

.evcal_cblock .evo_start .date,
.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_cblock, .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc em, .ajde_evcal_calendar.color #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info, .ajde_evcal_calendar.color .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day, .ajde_evcal_calendar.color .evcal_desc .evo_below_title .status_reason, .ajde_evcal_calendar.color .evcal_desc .evo_tz_time .evo_tz, .ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig i, .ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig b, .ajde_evcal_calendar.color .evcal_desc .evcal_desc3 em i, .ajde_evcal_calendar.color .evcal_desc .evcal_desc3 .evo_ep_pre, .ajde_evcal_calendar.color .evcal_desc .evcal_desc3 .evo_ep_time, .ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig:hover i, .ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig:hover b, .evo_lightboxes .color.eventon_list_event .evcal_desc .evo_below_title .status_reason, .evo_lightboxes .color.eventon_list_event .evcal_cblock, .evo_lightboxes .color.eventon_list_event .evcal_desc span.evcal_event_title, .evo_lightboxes .color.eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_lightboxes .color.eventon_list_event .evcal_desc em, .evo_lightboxes .color.eventon_list_event .evcal_desc .evcal_desc_info, .evo_lightboxes .color.eventon_list_event .evcal_cblock em.evo_day, .evo_lightboxes .color.eventon_list_event .evcal_desc .evo_tz_time > *, .evo_lightboxes .color.eventon_list_event .evcal_desc .evo_mytime.tzo_trig i, .evo_lightboxes .color.eventon_list_event .evcal_desc .evo_mytime.tzo_trig b {
  color: #000 !important;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle {
  text-transform: none !important;
}

.eventon_events_list .eventon_list_event .evcal_desc {
  padding-left: 0 !important;
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 span.cta-btn,
.evo_pop_body .evcal_desc .evcal_desc3 span.cta-btn,
#page-content p.evcal_desc .evcal_desc3 span.cta-btn {
  padding-bottom: 10px !important;
  max-width: max-content !important;
  margin: 10px 0;
  font-family: "JetBrains Mono", monospace !important;
}

span.evo_start em,
span.evo_end em {
  font-size: 14px !important;
  text-transform: capitalize !important;
  display: inline-block !important;
  margin: 0 2px;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,
.evo_pop_body .evcal_desc span.evo_above_title span {
  background-color: #7D55C7 !important;
}

.evcal_desc2 .evcal_event_title {
  font-weight: 600 !important;
}

.ajde_evcal_calendar .calendar_header p, .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evo_lightbox_content h3.evo_h3, body .ajde_evcal_calendar h4.evo_h4, .evo_content_in h4.evo_h4, .evo_metarow_ICS .evcal_evdata_cell p a, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .eventon_list_event .evcal_desc span.evcal_event_title, .evcal_desc span.evcal_desc2, .evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a, .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title, .evo_clik_row .evo_h3, .evotax_term_card .evotax_term_details h2, .evotax_term_card h3.evotax_term_subtitle, .ajde_evcal_calendar .evo_sort_btn, .eventon_main_section #evcal_cur, .ajde_evcal_calendar .calendar_header p.evo_month_title, .ajde_evcal_calendar .eventon_events_list .evcal_month_line p, .eventon_events_list .eventon_list_event .evcal_cblock, .ajde_evcal_calendar .evcal_month_line, .eventon_event .event_excerpt_in h3, .ajde_evcal_calendar .evo_footer_nav p.evo_month_title, .evo_eventon_live_now_section h3, .evo_tab_view .evo_tabs p.evo_tab, .evo_metarow_virtual .evo_live_now_tag,
.ajde_evcal_calendar .eventon_events_list p, .eventon_events_list .eventon_list_event .evcal_desc span, .evo_pop_body .evcal_desc span, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle, .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn, .evcal_btn, .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, .evo_pop_body .evo_event_headers.canceled, .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span, .evo_pop_body .evcal_list_a .evo_above_title span, .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p, #evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput, .evcal_evdata_row .evcal_evdata_cell p, #evcal_list .eventon_list_event p.no_events, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul, .evoGuideCall em, .evo_cal_above span, .ajde_evcal_calendar .calendar_header .evo_j_dates .legend, .eventon_sort_line p, .eventon_filter_line p, .evcal_evdata_row {
  font-family: "Work Sans", sans-serif !important;
}

.select-options .facet-options {
  max-width: 100%;
}
.select-options .facet-options.topic-block {
  margin-bottom: 0;
}
.facet-options.facet-topics .facetwp-type-checkboxes {
  column-count: 2;
  column-gap: 20px;
  width: 100%;
}
.facet-options.facet-topics .facetwp-checkbox {
  width: calc(100% - 20px);
}
.facet-options .facetwp-facet {
  margin-bottom: 0 !important;
  font-size: 1.2rem;
  line-height: 1.5;
  width: 100%;
}
.facet-options .facetwp-facet .facetwp-checkbox {
  background-position: left 0px top 5px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.facet-options .facetwp-facet .facetwp-checkbox:last-child {
  margin-bottom: 0;
}

.push-right {
  margin-left: auto;
}
