@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.animate {
  font-size: 30px;
  font-weight: 700;
}
.animate span {
  display: inline-block;
}
span#space {
  width: 8px;
}
.home {
  /* Animation Three */
}
.home .animate span:nth-of-type(2) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.1s, 1.8s;
}
.home .animate span:nth-of-type(3) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.2s, 1.8s;
}
.home .animate span:nth-of-type(4) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.25s, 2.2s;
}
.home .animate span:nth-of-type(5) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.3s, 2.2s;
}
.home .animate span:nth-of-type(6) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.35s, 2.2s;
}
.home .animate span:nth-of-type(7) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.4s, 2.2s;
}
.home .animate span:nth-of-type(8) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.45s, 2.2s;
}
.home .animate span:nth-of-type(9) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.5s, 2.2s;
}
.home .animate span:nth-of-type(10) {
  animation-delay: 0.55s;
}
.home .animate span:nth-of-type(11) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.6s, 2.2s;
}
.home .animate span:nth-of-type(12) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.65s, 2.2s;
}
.home .animate span:nth-of-type(13) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.7s, 2.2s;
}
.home .animate span:nth-of-type(14) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.75s, 2.2s;
}
.home .animate span:nth-of-type(15) {
  animation: sideSlide 1s forwards, hideAway 0.2s forwards;
  animation-delay: 0.8s, 2.2s;
}
.home .three span {
  color: #110081;
  opacity: 0;
  overflow: hidden;
  transform: translate(-300px, 0) scale(0);
  animation: sideSlide 0.5s forwards;
}
@keyframes sideSlide {
  60% {
    transform: translate(20px, 0) scale(1);
    color: #110081;
  }
  80% {
    transform: translate(20px, 0) scale(1);
    color: #110081;
  }
  99% {
    transform: translate(0) scale(1.2);
    color: #0033FF;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
    color: #110081;
  }
}
@keyframes hideAway {
  from {
    width: fit-content;
  }
  to {
    width: 0px;
  }
}
body {
  color: #333333;
  padding-top: 150px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 32px;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a, a:hover, button, button:hover {
  transition: all 0.2s;
}
a {
  color: #110081;
}
h1, h2, h3, h4, h5 {
  color: #110081;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
h1 {
  font-size: 64px;
  max-width: 90%;
  text-wrap: balance;
}
h2 {
  font-size: 74px;
}
h3 {
  font-size: 48px;
}
h4 {
  font-size: 28px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 36px;
    max-width: 90%;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 28px;
  }
}
video-js, video, .caseStudyContent img {
  border-radius: 16px;
}
video-js .vjs-dock-text, video .vjs-dock-text, .caseStudyContent img .vjs-dock-text {
  display: none;
}
.has-action-blue-background-color {
  background-color: #0033FF;
}
.has-cigna-mint-background-color {
  background-color: #3EFFC0;
}
.has-cigna-navy-background-color {
  background-color: #110081;
}
.has-dark-green-background-color {
  background-color: #00874d;
}
.has-dark-orange-background-color {
  background-color: #ff4d00;
}
.has-black-background-color {
  background-color: #ff4d00;
}
.has-action-blue-color {
  color: #0033FF;
}
.has-cigna-mint-color {
  color: #3EFFC0;
}
.has-cigna-navy-color {
  color: #110081;
}
.has-dark-green-color {
  color: #00874d;
}
.has-dark-orange-color {
  color: #ff4d00;
}
.has-black-color {
  color: #ff4d00;
}
.has-white-color {
  color: #fff;
}
.wp-block-button__link.has-action-blue-color {
  color: #0033FF;
  border-color: #0033FF;
  background-color: white;
}
.wp-block-button__link.has-action-blue-color:hover {
  background-color: #0033FF;
  color: white;
}
.text-right {
  text-align: right;
}
.text-right .d-flex {
  justify-content: end;
}
.br-8, .br-8 img {
  border-radius: 8px;
}
.mb-15 {
  margin-bottom: -15px;
}
.banner {
  position: fixed;
  bottom: 10px;
  background-color: #CCD6FF;
  border-radius: 16px;
  width: 90vw;
  left: 5vw;
  z-index: 9;
  padding: 20px;
  font-size: 16px;
  opacity: 0;
  transition: all 0.2s;
  z-index: -1;
}
.banner:not(.hide) {
  transition: all 0.2s;
  opacity: 1;
  z-index: 999;
}
.banner h2, .banner h3, .banner h4 {
  font-size: 16px;
  margin-bottom: 0px;
}
.banner p:last-of-type {
  margin-bottom: 0px;
}
.banner .imgHolder {
  height: 100%;
  float: left;
  margin-right: 16px;
}
.banner img {
  max-width: 32px;
}
.banner .btn {
  display: inline-block;
  border-radius: 16px;
  border: 2px solid #0033FF;
  color: #0033FF;
  margin-right: 16px;
}
.banner .close {
  float: right;
  margin-top: 3px;
}
.banner .btn {
  float: right;
}
.wp-block-button__link.has-white-color {
  color: white;
  border-color: white;
  background-color: #0033FF;
}
.wp-block-button__link.has-white-color:hover {
  background-color: white;
  color: #0033FF !important;
}
header {
  position: fixed;
  width: 100vw;
  top: 0px;
  z-index: 9;
  transition: all 0.2s;
  background: white;
  padding: 15px 0px;
  z-index: 999;
}
header.hidden {
  transition: all 0.2s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
header .custom-logo-link img {
  height: 58px;
  width: auto;
  position: absolute;
  top: -16px;
}
header .navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
header .navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
  margin-top: 0.3em;
}
header .navbar-toggler span:nth-child(2) {
  opacity: 1;
}
header .navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}
header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
.mx-80 {
  max-width: 80vw;
  margin: 0 auto;
}
.vertical-align {
  display: table;
  height: 100%;
}
.vertical-align > div {
  display: table-cell;
  vertical-align: middle;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0px;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0px;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 25px 0px 0px 0px;
  }
}
.img-callout {
  border-radius: 16px;
  padding: 5vh 7vw;
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.img-callout > div {
  display: table-cell;
  vertical-align: middle;
}
#accordionExample {
  border-top: 1px solid white;
  background: transparent;
  background-color: transparent;
}
#accordionExample .accordion-item:first-of-type, #accordionExample .accordion-item:last-of-type {
  border-radius: 0px;
}
#accordionExample .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
}
#accordionExample button {
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  font-size: 40px;
  background-color: transparent;
}
#accordionExample .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#accordionExample .accordion-button::after {
  background-color: white;
  border-radius: 50%;
  background-size: 80%;
  background-position: center;
}
.has-white-color #accordionExample button {
  color: white;
}
.has-white-color #accordionExample p {
  color: white;
}
.tag {
  border-radius: 16px;
  border: 1px solid #707070;
  padding: 3px 16px;
  margin-right: 8px;
  margin-top: 16px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 991px) {
  .offset {
    margin-top: 125px;
  }
}
.caseStudy {
  margin-bottom: 65px;
}
.caseStudy h2 {
  font-size: 40px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.caseStudy img {
  border-radius: 16px;
}
.featuredWork {
  margin-top: 55px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 55px;
}
.featuredWork .featureImg {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 16px;
  min-height: 364px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.featuredWork p {
  margin-bottom: 0px;
}
.featuredWork h3 {
  margin-bottom: 16px;
}
a.no-underline {
  text-decoration: none;
  display: block;
}
.contactInfo h2, .contactInfo h3, .contactInfo h4 {
  margin-bottom: 0px;
}
.service ul {
  list-style: none;
}
.service ul li {
  margin-bottom: 10px;
}
.service ul li::before {
  content: "";
  background-color: black;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: text-top;
  transform: translate(-25px, 0px);
  margin-right: -16px;
}
.service.strategy li::before {
  background-color: #110081;
}
.service.creative li::before {
  background-color: #0033FF;
}
.service.content li::before {
  background-color: #3EFFC0;
}
.service.digital li::before {
  background-color: #110081;
}
.statsCallout .wp-block-columns-is-layout-flex {
  margin-bottom: 0px;
}
.statsCallout h2 {
  font-size: 64px;
}
.statsCallout h3 {
  font-size: 28px;
}
footer {
  padding: 60px 0px;
}
footer a {
  text-decoration: none;
  font-size: 16px;
}
footer a:hover {
  text-decoration: underline;
}
footer hr {
  margin: 60px 0px;
}
footer h2 {
  font-size: 48px;
}
footer .mailto {
  font-size: 24px;
  color: #110081;
  font-weight: 700;
}
footer .footernav {
  list-style: none;
  text-align: right;
}
footer .footernav li {
  display: inline-block;
  margin-left: 15px;
}
footer h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
footer .mktoForm {
  gap: 15px;
  width: 100% !important;
  font-family: "Montserrat", sans-serif;
}
footer .mktoForm .mktoRequiredField label.mktoLabel, footer .mktoForm input {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
footer .mktoForm .mktoFormCol {
  width: 100%;
}
footer .mktoForm .mktoFieldWrap {
  float: left;
  display: grid;
  width: 50% !important;
}
footer .mktoForm input[type=text], footer .mktoForm .mktoForm input[type=url], footer .mktoForm input[type=email], footer .mktoForm input[type=tel], footer .mktoForm input[type=number], footer .mktoForm input[type=date], footer .mktoForm select.mktoField, footer .mktoForm textarea.mktoField {
  box-shadow: none !important;
  border-radius: 8px;
  width: 100% !important;
  padding: 4px 8px;
}
footer .mktoForm .mktoOffset {
  float: none;
  height: 0px;
}
footer .mktoForm .mktoGutter.mktoHasWidth {
  height: 8px;
  overflow: hidden;
}
footer .mktoForm .mktoButton {
  float: left;
  border: 2px solid #0033FF !important;
  background: #0033FF !important;
  border-radius: 25px !important;
  padding: 8px 25px !important;
  font-size: 18px !important;
  box-shadow: none !important;
  color: white !important;
}
footer .mktoForm .mktoButton:hover {
  border: 2px solid #0033FF;
  background: white !important;
  color: #0033FF !important;
}
@media (max-width: 781px) {
  .service ul {
    margin-top: -2em;
  }
  .featuredWork h3 {
    margin-top: 16px;
  }
  .wp-block-image .alignright, .wp-block-image .alignleft {
    margin: 0px;
  }
}
