/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/***** COLOR VARIABLES *****/
/*** Text Colors ***/
body {
  font-family: freight-sans-pro, sans-serif;
  color: #333737; }

/***** FONT FAMILIES *****/
@font-face {
  font-family: LemonSansRegular;
  font-display: swap;
  src: url(../../assets/fonts/LemonSans.otf); }
@font-face {
  font-family: LemonSansMedium;
  font-display: swap;
  src: url(../../assets/fonts/LemonSansMedium.otf); }
/***** FONT SIZE STYLES *****/
.small-text {
  font-size: 14px; }

.medium-text {
  font-size: 18px; }

.large-text {
  font-size: 20px; }

.xl-text {
  font-size: 22px; }

.xxl-text {
  font-size: 24px; }

.xxxl-text {
  font-size: 40px; }

@media only screen and (max-width: 1200px) {
  .medium-text {
    font-size: 16px; }

  .xxl-text {
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .large-text {
    font-size: 16px; }

  .medium-text {
    font-size: 15px; }

  .xxl-text {
    font-size: 18px; } }
/***** FONT WEIGHT STYLES *****/
.fw-300 {
  font-weight: 300; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

/***** FONT FAMILY STYLES *****/
.lemon-sans {
  font-family: LemonSansRegular, sans-serif; }

.lemon-sans-med {
  font-family: LemonSansMedium, sans-serif; }

/***** FONT STYLES *****/
.uppercase-text {
  text-transform: uppercase; }

.secondary-font {
  font-family: LemonSansRegular, sans-serif; }

/***** FONT COLOR STYLES *****/
.accent-text {
  color: #B5B6C5; }

.accent-text-dark {
  color: #333737; }

.accent-color-text {
  color: #3CCBDA; }

.light-text {
  color: #fff; }

/***** TEXT ALIGN STYLES *****/
.text-center {
  text-align: center; }

.text-middle {
  vertical-align: middle; }

/***** LINE HEIGHT STYLES *****/
.line-height {
  line-height: 1.5; }

.medium-text.line-height {
  line-height: 32px; }

@media only screen and (max-width: 1200px) {
  .medium-text.line-height {
    line-height: 28px; } }
@media only screen and (max-width: 767px) {
  .medium-text.line-height {
    line-height: 22px; } }
/***** TITLE STYLES *****/
.page-title {
  font-family: LemonSansMedium, sans-serif;
  font-size: 56px;
  margin-bottom: 40px; }

.page-content-section-title {
  font-family: LemonSansMedium, sans-serif;
  font-size: 40px;
  margin-bottom: 24px; }

@media only screen and (max-width: 1200px) {
  .page-title {
    font-size: 34px;
    margin-bottom: 24px; }

  .page-content-section-title {
    font-size: 28px; }

  .page-content-section-title.mt-120 {
    margin-top: 80px; } }
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.2; }

  .page-content-section-title {
    font-size: 24px; } }
/***** LINK STYLES *****/
a {
  text-decoration: none;
  color: inherit; }

.link-text {
  transition: opacity 300ms linear;
  text-decoration: none;
  cursor: pointer; }

.link-text:hover {
  opacity: .3; }

.more-link {
  font-size: 15px;
  text-transform: uppercase;
  color: #3CCBDA;
  font-weight: 500;
  outline: none; }

.more-link i {
  vertical-align: middle; }

.link-text.underline-text {
  text-decoration: underline; }

/***** FALLBACK *****/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

/***** BUTTON STYLES *****/
.btn {
  font-family: freight-sans-pro, sans-serif;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  transition: all 300ms linear;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center; }

.btn:focus {
  outline: none; }

@media only screen and (max-width: 1200px) {
  .btn {
    font-size: 14px; } }
/*** Button Colors ***/
.btn-accent {
  color: #fff;
  border: 1px solid #3CCBDA;
  background: #3CCBDA; }

.btn-accent:hover {
  background: #fff;
  color: #3CCBDA; }

.btn-accent-secondary {
  color: #fff;
  border: 1px solid #3B3FB6;
  background: #3B3FB6; }

.btn-accent-secondary:hover {
  background: #fff;
  color: #3B3FB6; }

.btn-accent-secondary-inverted {
  background: #fff;
  border: 1px solid #fff;
  color: #3B3FB6; }

.btn-accent-secondary-inverted:hover {
  color: #fff;
  background: #3B3FB6; }

/*** Button Sizes ***/
.btn-small {
  height: 40px;
  line-height: 40px;
  padding: 0 16px; }

.btn-medium {
  height: 48px;
  line-height: 48px;
  padding: 0 24px; }

.btn-large {
  height: 56px;
  line-height: 56px;
  padding: 0 40px; }

@media only screen and (max-width: 1200px) {
  .btn-large {
    height: 48px;
    line-height: 48px;
    padding: 0 32px; }

  .btn-medium {
    height: 40px;
    line-height: 40px; } }
/***** CARD STYLES *****/
.card {
  box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px 0 0 3px;
  background: #fff; }

@media only screen and (max-width: 767px) {
  .card {
    border-radius: 3px; } }
/*** Accent Background Cards ***/
.accent-background .card {
  padding: 48px;
  max-width: 744px;
  margin: 0 auto;
  border-radius: 3px; }

@media only screen and (max-width: 1200px) {
  .accent-background .card {
    padding: 40px;
    max-width: 680px; } }
@media only screen and (max-width: 767px) {
  .accent-background .card {
    padding: 16px;
    max-width: 100%; } }
/***** CUSTOM INPUT STYLES *****/
.custom-input label {
  font-family: LemonSansMedium;
  font-size: 20px;
  display: block;
  margin-bottom: 8px; }

.custom-input input:not([type="submit"]), .contact-form select, .contact-form textarea {
  height: 48px;
  width: 100%;
  border: 2px solid #ECEFF8;
  border-radius: 3px;
  background: #fff;
  padding: 0 8px;
  transition: border 300ms linear;
  display: block;
  margin-bottom: 24px; }

.custom-input textarea {
  height: 120px;
  padding: 8px;
  resize: none; }

.custom-input input:focus {
  border: 2px solid #3CCBDA;
  outline: none; }

.custom-input select:focus {
  border: 2px solid #3CCBDA;
  outline: none; }

.custom-input textarea:focus {
  border: 2px solid #3CCBDA;
  outline: none; }

@media only screen and (max-width: 767px) {
  .custom-input label {
    font-size: 16px; }

  .custom-input input:not([type="submit"]), .contact-form select {
    height: 40px; } }
/***** MOBILE MENU CONTAINER STYLES *****/
header .mobile-menu-container {
  display: none;
  align-items: center;
  height: 100%; }

@media only screen and (max-width: 1200px) {
  header .mobile-menu-container {
    display: flex; } }
/*** Mobile Menu Icon Styles ***/
.mobile-menu-icon {
  height: 12px;
  width: 24px;
  cursor: pointer; }

.mobile-menu-icon:before {
  content: "";
  height: 2px;
  width: 24px;
  background: #222222;
  position: absolute;
  top: 0; }

.mobile-menu-icon:after {
  content: "";
  height: 2px;
  width: 24px;
  background: #222222;
  position: absolute;
  bottom: 0; }

/*** Mobile Menu Styles ***/
.mobile-menu {
  position: fixed;
  z-index: 100;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: #fff;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms linear;
  overflow: auto; }

.mobile-menu.open {
  opacity: 1;
  visibility: visible; }

.mobile-menu i {
  cursor: pointer; }

.mobile-menu > nav ul {
  min-height: 72vh; }

.mobile-menu > nav ul li > a, .mobile-menu > nav > ul li > p {
  font-size: 18px;
  color: inherit;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer; }

.mobile-menu nav ul li p.active {
  padding: 0 8px;
  width: calc(100% + 16px);
  margin-left: -8px;
  background: #F7F8FC; }

.mobile-menu nav ul li p span, .mobile-menu nav ul li p i {
  pointer-events: none; }

.mobile-menu .nav-submenu {
  display: none;
  margin-bottom: 40px;
  padding-left: 24px; }

.mobile-menu .nav-submenu a {
  margin-bottom: 24px;
  color: inherit;
  font-size: 18px; }

@media only screen and (max-width: 424px) {
  .mobile-menu > nav ul {
    min-height: 64vh; } }
/***** BLOG SEARCH STYLES *****/
#search-container {
  width: 200px; }

#search-input {
  border: none;
  background: none;
  height: 40px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500; }

#search-input::placeholder {
  color: #333737; }

#search-input:focus {
  outline: none; }

.search-results-card {
  position: absolute;
  width: 280px; }

.search-results-card ul li {
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.2;
  transition: opacity 300ms linear; }

.search-results-card ul li:first-child {
  padding-top: 12px; }

.search-results-card ul li:last-child {
  padding-bottom: 12px; }

.search-results-card ul li:hover, .search-results-card ul li.selected {
  opacity: .3; }

/*** Mobile Blog Search Styles ***/
#mobile-search-container {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 80px;
  border-top: 1px solid #edecec;
  display: flex; }

#mobile-search-input:focus {
  outline: none; }

@media only screen and (max-width: 1200px) {
  .search-results-card {
    bottom: 64px;
    width: calc(100% - 32px);
    max-width: 736px; } }
@media only screen and (max-width: 767px) {
  .search-results-card {
    max-width: 484px; } }
/*** Slider Styles ***/
.img-slider {
  margin-top: 180px;
  margin-bottom: 152px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-right: 16px; }

.img-slider-flex-container {
  display: flex;
  flex-direction: row-reverse; }

@media only screen and (max-width: 1560px) {
  .img-slider {
    justify-content: flex-start; } }
@media only screen and (max-width: 1200px) {
  .img-slider {
    margin-top: 72px;
    margin-bottom: 112px; } }
@media only screen and (max-width: 767px) {
  .img-slider {
    flex-direction: column-reverse;
    margin-top: 32px;
    margin-bottom: 80px; } }
/* Slider Left Styles */
.img-slider-left {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.img-slider-left > div:first-child {
  display: flex;
  justify-content: flex-end;
  padding-right: 80px; }

.img-slider-left p {
  font-family: LemonSansMedium;
  font-size: 48px;
  max-width: 312px; }

.inactive-slider-images {
  display: flex;
  flex-direction: row-reverse; }

.inactive-slider-images .img-container {
  cursor: pointer;
  height: 224px;
  width: 160px;
  margin-right: 16px; }

.inactive-slider-images img {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  object-fit: cover;
  object-position: top center;
  transition: all 300ms linear; }

.inactive-slider-images img:nth-child(4) {
  border-radius: 0 3px 3px 0; }

.inactive-slider-images .img-container:hover img {
  filter: blur(5px);
  opacity: .7; }

.inactive-slider-images .img-container:after {
  position: absolute;
  content: attr(data-title);
  font-family: LemonSansMedium;
  font-size: 18px;
  left: 0;
  top: 0;
  color: #333;
  opacity: 0;
  transition: opacity 300ms linear;
  height: 224px;
  width: 160px;
  display: flex;
  justify-content: center;
  padding-top: 24px;
  text-align: center; }

.inactive-slider-images .img-container:hover:after {
  opacity: 1; }

@media only screen and (max-width: 1440px) {
  .inactive-slider-images img:nth-child(4) {
    display: none; }

  .inactive-slider-images img:nth-child(3) {
    border-radius: 0 3px 3px 0; } }
@media only screen and (max-width: 1264px) {
  .img-slider-left p {
    max-width: 248px;
    font-size: 40px; } }
@media only screen and (max-width: 1200px) {
  .img-slider-left {
    justify-content: flex-end; } }
@media only screen and (max-width: 767px) {
  .img-slider-left.mr-24 {
    margin-right: 0; } }
/* Slider Main Styles */
.img-slider-main:before {
  content: url("../../assets/images/dots/dots-large.svg");
  position: absolute;
  top: -64px;
  left: -48px;
  z-index: -1; }

.img-slider-main:after {
  content: url("../../assets/images/dots/dots-small.svg");
  position: absolute;
  bottom: -32px;
  right: -40px;
  z-index: -1; }

.img-slider-main img {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  min-width: 380px;
  object-fit: cover; }

@media only screen and (max-width: 1200px) {
  .img-slider-main img {
    min-width: 280px; }

  .img-slider-main:before {
    top: -32px; }

  .img-slider-main:after {
    right: -32px; } }
@media only screen and (max-width: 767px) {
  .img-slider-main {
    padding-right: 16px; }

  .img-slider-main img {
    width: 280px;
    height: 420px;
    position: relative;
    top: 3px;
    object-fit: cover; }

  .img-slider-main:before {
    display: none; }

  .img-slider-main:after {
    display: none; } }
/* Slider Right Styles */
.img-slider-right {
  margin-left: 80px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 352px;
  padding-right: 48px; }

.img-slider-right .medium-text.mb-40 {
  max-width: 420px; }

.img-slider-right .more-link {
  max-width: 264px; }

.slider-controls div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  box-shadow: 0 0 4px -2px rgba(59, 63, 182, 0.16), 0 0 24px -4px rgba(59, 63, 182, 0.16);
  cursor: pointer;
  transition: all 100ms linear; }

.slider-controls div:hover {
  margin-top: -2px; }

.slider-controls div i {
  font-size: 28px; }

.slider-controls div:first-child {
  background: #fff;
  color: #3CCBDA;
  margin-right: 16px; }

.slider-controls div:last-child {
  background: #3CCBDA;
  color: #fff; }

@media only screen and (max-width: 1200px) {
  .img-slider-right {
    margin-left: 40px;
    padding-right: 0;
    min-width: 280px;
    padding-top: 0; }

  .img-slider-right .medium-text.mb-40 {
    margin-bottom: 16px; } }
@media only screen and (max-width: 767px) {
  .img-slider-right {
    flex-direction: column-reverse;
    margin-top: -32px;
    margin-left: 16px;
    z-index: 1; }

  .img-slider-right .medium-text.mb-40 {
    max-width: 100%; }

  .img-slider-right > div:first-child {
    padding-right: 16px; }

  .slider-controls {
    justify-content: flex-end;
    margin-bottom: 16px; } }
/*** Slider Animation Styles ***/
.fade-out {
  opacity: 0;
  transition: all 300ms linear;
  transform-origin: bottom left; }

.scale-down {
  transform: scale(0);
  opacity: 0;
  transform-origin: bottom left; }

.scale-up {
  transform: scale(1);
  opacity: 1;
  transition: all 350ms linear; }

/***** TABS STYLES *****/
.tabs {
  border-bottom: 1px solid #B5B6C5;
  display: flex; }

.tab {
  cursor: pointer;
  padding: 16px 0;
  transition: 0.3s;
  width: 25%;
  border-bottom: 2px solid transparent;
  filter: saturate(0);
  font-weight: 300; }

.tab img {
  height: 78px;
  width: 78px; }

.tab:hover {
  filter: saturate(1);
  color: #3CCBDA; }

.tab.active {
  border-bottom: 2px solid #3CCBDA;
  filter: saturate(1);
  font-weight: 500;
  color: #3CCBDA; }

.tabcontent {
  padding: 80px 0 0 376px;
  min-height: 528px;
  animation: fadeEffect 1s; }

.tabcontent:not(:nth-child(2)) {
  display: none; }

@media only screen and (max-width: 1200px) {
  .tabcontent {
    padding: 40px 0 0 0;
    min-height: 268px; } }
/* Tabcontent Dots Background Styles */
.tabcontent-dots-background-left {
  position: absolute; }
  .tabcontent-dots-background-left > * {
    position: absolute;
    max-width: none; }
  .tabcontent-dots-background-left .dots-grid-large {
    top: 80px; }
  .tabcontent-dots-background-left .medium-dot:not(:last-child) {
    top: 56px;
    left: 216px; }
  .tabcontent-dots-background-left .xxxl-dot {
    top: 180px;
    left: 90px; }
  .tabcontent-dots-background-left .dots-grid-small {
    top: 340px;
    left: 208px; }
  .tabcontent-dots-background-left .xl-dot {
    left: 180px;
    top: 400px; }
  .tabcontent-dots-background-left .medium-dot:last-child {
    top: 500px;
    left: 80px; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media only screen and (max-width: 1200px) {
  .tabcontent-dots-background-left {
    display: none; } }
/***** FADE IN ANIMATION *****/
.fade-in {
  animation: fadeIn ease 500ms; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/***** 404 PAGE STYLES *****/
.not-found-page {
  background: #3B3FB6;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px; }

.not-found-page h1 {
  font-weight: bold;
  font-size: 400px;
  color: #fff; }

.not-found-page img {
  position: absolute;
  bottom: -4px;
  left: 256px; }

.not-found-page .btn {
  display: inline-block; }

/***** ABOUT VIDEO STYLES *****/
.about-video-header {
  display: flex;
  background: #000;
  margin-bottom: 48px; }

.about-video-header .wistia_embed {
  height: 510px;
  position: relative;
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .about-video-header {
    margin-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  .about-video-header .wistia_embed {
    height: 272px; } }
/***** ABOUT BITBEAN STYLES *****/
@media only screen and (max-width: 1200px) {
  .about-bitbean .medium-text.mb-40 {
    margin-bottom: 24px; } }
/***** SHIFTING PERSPECTIVES STYLES *****/
.shifting-perspectives-right {
  margin-left: 80px;
  position: relative;
  top: -32px;
  min-width: 426px; }

.shifting-perspectives-right > div {
  width: 386px;
  height: 104px;
  max-width: 100%;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  position: relative;
  margin-top: -8px;
  transition: all 300ms linear; }

.shifting-perspectives-right > div:nth-child(1) {
  z-index: 4; }

.shifting-perspectives-right > div:nth-child(2) {
  z-index: 3; }

.shifting-perspectives-right > div:nth-child(3) {
  z-index: 2; }

.shifting-perspectives-right > div:nth-child(4) {
  z-index: 1; }

.shifting-perspectives-right > div:nth-child(even) {
  margin-left: 40px; }

.shifting-perspectives-right:hover > div:nth-child(odd) {
  margin-left: 40px; }

.shifting-perspectives-right:hover > div:nth-child(even) {
  margin-left: 0; }

@media only screen and (max-width: 1200px) {
  .shifting-perspectives.flex {
    flex-direction: column; }

  .shifting-perspectives-left .medium-text.mb-40 {
    margin-bottom: 24px; }

  .shifting-perspectives-right {
    margin: 40px auto 0;
    top: 0; } }
@media only screen and (max-width: 767px) {
  .shifting-perspectives.flex {
    flex-direction: column; }

  .shifting-perspectives-left .medium-text.mb-40 {
    margin-bottom: 24px; }

  .shifting-perspectives-right {
    min-width: 100%; }

  .shifting-perspectives-right > div {
    width: calc(100% - 40px);
    max-width: 386px;
    height: 88px; }

  .shifting-perspectives-right > div img {
    height: 40px; } }
/***** TEAMS STYLES *****/
.teamwork > .container {
  max-width: 848px; }

@media only screen and (max-width: 1320px) {
  .teamwork .dots-background-left {
    display: none; }

  .teamwork .dots-background-right {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .teamwork .container.mb-120 {
    margin-bottom: 40px; }

  .teamwork .page-title.mb-80.text-center {
    margin-bottom: 48px;
    text-align: left; }

  .teamwork .lemon-sans-med.xxl-text.mb-24 {
    margin-bottom: 8px; } }
@media only screen and (max-width: 767px) {
  .teamwork .container.mb-120 {
    margin-bottom: 8px; }

  .teamwork .page-content-section-title.mb-80.text-center {
    margin-bottom: 40px;
    text-align: left; } }
/*** Bean Styles ***/
.teams-bean {
  width: 600px;
  margin-bottom: 180px;
  padding-top: 64px;
  margin-left: -40px; }

.teams-bean .bean {
  margin-left: 80px; }

@media only screen and (max-width: 1320px) {
  .teams-bean {
    margin-left: 0; } }
@media only screen and (max-width: 1200px) {
  .teams-bean {
    margin: 0 auto 144px; } }
@media only screen and (max-width: 767px) {
  .teams-bean {
    width: 100%;
    margin: 0 auto 80px; }

  .teams-bean .bean {
    width: 232px; } }
@media only screen and (max-width: 368px) {
  .teams-bean {
    position: relative;
    left: -48px; } }
/* Floating Dots Styles */
.teams-floating-dots {
  position: absolute;
  width: 100%;
  height: 100%; }

.teams-floating-dots img {
  max-width: none; }

.teams-floating-dots-left {
  position: absolute;
  bottom: 0; }

.teams-floating-dots-left .large-dot {
  position: absolute;
  bottom: 176px; }

.teams-floating-dots-left .small-dot:not(:last-child) {
  position: absolute;
  bottom: 64px;
  left: 56px; }

.teams-floating-dots-left .small-dot:last-child {
  position: absolute;
  bottom: -40px;
  left: 16px; }

.teams-floating-dots-right {
  position: absolute;
  right: 0;
  top: -64px; }

.teams-floating-dots-right .large-dot {
  position: absolute;
  right: 72px;
  top: 24px; }

@media only screen and (max-width: 767px) {
  .teams-floating-dots-left .large-dot {
    bottom: 160px;
    left: 16px; }

  .teams-floating-dots-left .small-dot:not(:last-child) {
    bottom: 104px; }

  .teams-floating-dots-left .small-dot:last-child {
    bottom: 32px;
    left: 24px; }

  .teams-floating-dots-right .small-dot {
    position: absolute;
    right: 32px; } }
@media only screen and (max-width: 368px) {
  .teams-floating-dots {
    display: none; } }
/* Team Bubbles Styles */
.team-bubbles > div {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.1);
  height: 72px;
  width: 72px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  line-height: 1.4;
  position: absolute;
  transition: all 200ms linear;
  cursor: pointer; }

.team-bubbles > div.active, .team-bubbles > div:hover {
  transform: scale(1.45);
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.2); }

.team-bubbles > div:nth-child(1) {
  top: 32px;
  left: 216px; }

.team-bubbles > div:nth-child(2) {
  top: 280px;
  left: 44px; }

.team-bubbles > div:nth-child(3) {
  top: 584px;
  left: 356px; }

.team-bubbles > div:nth-child(4) {
  top: 156px;
  left: 420px; }

.team-bubbles > div:nth-child(5) {
  top: 460px;
  left: 160px; }

.team-bubbles > div:nth-child(6) {
  top: 388px;
  left: 344px; }

.team-bubbles > div:nth-child(7) {
  top: 228px;
  left: 200px; }

@media only screen and (max-width: 767px) {
  .team-bubbles > div {
    height: 40px;
    width: 40px;
    font-size: 8px; }

  .team-bubbles > div:nth-child(1) {
    top: 44px;
    left: 168px; }

  .team-bubbles > div:nth-child(2) {
    top: 184px;
    left: 60px; }

  .team-bubbles > div:nth-child(3) {
    top: 344px;
    left: 248px; }

  .team-bubbles > div:nth-child(4) {
    top: 104px;
    left: 264px; }

  .team-bubbles > div:nth-child(5) {
    top: 272px;
    left: 120px; }

  .team-bubbles > div:nth-child(6) {
    top: 236px;
    left: 248px; }

  .team-bubbles > div:nth-child(7) {
    top: 140px;
    left: 160px; } }
/*** Card Styles ***/
.teams-card {
  height: 540px;
  width: 688px;
  position: absolute;
  right: 0;
  top: 80px;
  padding: 64px; }

.teams-card:after {
  content: "";
  width: 420px;
  height: 280px;
  position: absolute;
  background: #3CCBDA;
  border-radius: 3px;
  z-index: -1;
  bottom: -58px;
  left: -78px; }

.teams-card > * {
  transition: opacity 300ms linear; }

.teams-card.fade-out-content > * {
  opacity: 0; }

.teams-card.fade-in-content > * {
  opacity: 1; }

.teams-card p.lemon-sans-med {
  font-size: 40px; }

@media only screen and (max-width: 1520px) {
  .teams-card {
    width: 624px; } }
@media only screen and (max-width: 1320px) {
  .teams-card:after {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .teams-card {
    position: unset;
    margin: 0 auto 104px;
    max-width: 688px;
    min-height: 456px;
    height: auto;
    padding: 40px 40px 56px; }

  .teams-card p.lemon-sans-med {
    font-size: 32px; }

  .teams-card:after {
    height: 0;
    width: 0; }

  .teams-card .slider-controls {
    position: absolute;
    bottom: -24px;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%); } }
@media only screen and (max-width: 767px) {
  .teams-card {
    width: calc(100% - 32px);
    padding: 24px 24px 40px;
    min-height: 424px; }

  .teams-card p.lemon-sans-med {
    font-size: 24px;
    margin-bottom: 8px; }

  .teams-card .slider-controls {
    bottom: -40px; } }
/*** Dots Background Styles ***/
.teamwork .dots-background-right {
  top: auto;
  bottom: -120px; }

.teamwork .dots-background-right .large-dot {
  top: 32px;
  right: 72px;
  left: auto; }

.teamwork .dots-background-right .small-dot:last-child {
  top: -64px;
  left: 28px; }

/***** LEADERSHIP STYLES *****/
.leadership-slider {
  height: 680px; }

@media only screen and (max-width: 1200px) {
  .leadership-slider {
    height: 560px; } }
@media only screen and (max-width: 767px) {
  .leadership-slider {
    height: auto; }

  .leadership .page-content-section-title.text-center {
    text-align: left; } }
/***** COMMITMENT STYLES *****/
.commitment .container {
  max-width: 848px; }

/***** CORE VALUES STYLES *****/
.values > div {
  margin-bottom: 136px; }

.values > div:nth-child(even) .relative {
  margin-left: 120px;
  padding-right: 48px; }

.values > div:nth-child(odd) .relative {
  margin-right: 120px;
  padding-left: 48px; }

.values img {
  max-width: none; }

@media only screen and (min-width: 1201px) and (max-width: 1320px) {
  .values > div .large-dot {
    display: none; }

  .values > div .xs-dot {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .values > div:nth-child(even) .relative {
    margin-left: 0;
    margin-bottom: 48px;
    padding-right: 0; }

  .values > div:nth-child(odd) .relative {
    margin-right: 0;
    margin-bottom: 48px;
    padding-left: 0; }

  .values > div:nth-child(even) .flex {
    flex-direction: column-reverse; }

  .values > div:nth-child(odd) .flex {
    flex-direction: column; } }
@media only screen and (max-width: 767px) {
  .values > div {
    margin-bottom: 80px; }

  .values > div:nth-child(even) .relative {
    margin-bottom: 24px; }

  .values > div:nth-child(odd) .relative {
    margin-bottom: 24px; }

  .values .page-content-section-title.mb-120 {
    margin-bottom: 80px; }

  .values > div .large-dot {
    display: none; }

  .values > div .xs-dot {
    display: none; } }
/*** Values One - Dot Background Styles ***/
.value-one .large-dot {
  position: absolute;
  top: -8px;
  right: 32px; }

.value-one .xs-dot {
  position: absolute;
  top: -48px;
  right: -40px; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .value-one picture {
    position: relative;
    left: -40px; } }
/*** Values Two - Dot Background Styles ***/
.value-two .relative img:first-child {
  margin-left: -96px; }

.value-two .large-dot {
  position: absolute;
  top: -24px;
  left: 8px; }

.value-two .xs-dot {
  position: absolute;
  top: -64px;
  left: -56px; }

@media only screen and (max-width: 1200px) {
  .value-two .relative img:first-child {
    margin-left: 0; }

  .value-two .large-dot {
    position: absolute;
    top: -24px;
    left: -40px; }

  .value-two .xs-dot {
    position: absolute;
    top: -64px;
    left: -108px; } }
/*** Values Three - Dot Background Styles ***/
.value-three .relative {
  top: -64px; }

.value-three .large-dot {
  position: absolute;
  top: -40px;
  right: 32px; }

.value-three .xs-dot {
  position: absolute;
  top: 16px;
  right: -48px; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .value-three picture {
    position: relative;
    left: -40px; } }
/*** Values Four - Dot Background Styles ***/
.value-four .large-dot {
  position: absolute;
  top: -48px;
  left: 32px; }

.value-four .xs-dot {
  position: absolute;
  top: 24px;
  left: -40px; }

/***** TECH PARTNERS STYLES *****/
.tech-partners {
  max-width: 1040px;
  margin: 0 auto 80px; }

.tech-partners-grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 160px;
  max-width: 1040px;
  margin: 0 auto;
  align-items: center; }

.tech-partners-grid a {
  height: 88px;
  cursor: pointer; }

.tech-partners-grid img {
  height: 100%; }

@media only screen and (max-width: 1200px) {
  .tech-partners {
    max-width: 636px; }

  .tech-partners-grid {
    grid-gap: 64px; }

  .tech-partners-grid a:first-child {
    min-width: 216px;
    width: 216px; } }
@media only screen and (max-width: 767px) {
  .tech-partners .page-content-section-title.mb-80 {
    margin-bottom: 40px; }

  .tech-partners-grid {
    grid-gap: 40px;
    max-width: calc(100% - 32px);
    justify-items: center; }

  .tech-partners-grid a {
    height: 48px; }

  .tech-partners-grid a:first-child {
    min-width: auto;
    width: auto; } }
/***** BLOG HOME PAGE STYLES *****/
.blog-post-main {
  margin: 120px 0; }

.blog-post-main .img-container {
  height: 600px;
  min-width: 600px;
  width: 600px;
  margin-right: 80px; }

.blog-post-main .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  grid-gap: 16px;
  margin-bottom: 80px; }

.blog-posts-grid .card {
  width: 276px;
  max-width: 276px;
  padding: 16px;
  height: 432px;
  transition: all 300ms linear; }

.blog-posts-grid .card:hover {
  cursor: pointer;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.04);
  transform-origin: 50% 50%; }

.blog-posts-grid .card img {
  width: 100%;
  height: 240px;
  object-fit: cover; }

.blog-posts-grid .card:nth-child(odd) {
  margin-top: 32px; }

@media only screen and (max-width: 1200px) {
  .blog-post-main {
    margin: 80px 0; }

  .blog-post-main .img-container {
    height: 300px;
    min-width: 300px;
    margin-right: 24px; }

  .blog-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px; }

  .blog-posts-grid .card:nth-child(odd) {
    justify-self: flex-end;
    margin-top: 0; }

  .blog-posts-grid .card:nth-child(even) {
    justify-self: flex-start; } }
@media only screen and (max-width: 767px) {
  .blog-post-main.flex {
    flex-direction: column;
    margin: 0 0 80px 0; }

  .blog-post-main .img-container {
    height: 320px;
    min-width: 288px;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px; }

  .blog-posts-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px; }

  .blog-posts-grid .card:nth-child(odd) {
    justify-self: center; }

  .blog-posts-grid .card:nth-child(even) {
    justify-self: center; } }
/*** Load More Button Styles ***/
.load-more {
  display: flex;
  justify-content: center; }

.load-more .btn {
  margin-bottom: 80px; }

/***** BLOG CATEGORY HOME PAGE STYLES *****/
.blog-category-page.container {
  margin-top: 80px; }

.blog-category-page .blog-post-main {
  margin-top: 80px; }

.blog-category-tagline {
  font-size: 52px;
  font-weight: 300;
  margin-left: 24px; }

.blog-category-posts-grid {
  display: flex;
  flex-direction: column;
  align-items: center; }

.blog-category-posts-grid .card {
  display: flex;
  padding: 24px 32px;
  box-shadow: none;
  border-bottom: 1px solid #ECEFF8;
  transition: all 300ms linear;
  max-width: 848px;
  width: 848px;
  transform-origin: 50% 50%; }

.blog-category-posts-grid .card:last-child {
  border-bottom: none;
  margin-bottom: 80px; }

.blog-category-posts-grid .card:hover {
  cursor: pointer;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.02); }

.blog-category-posts-grid .card img {
  height: 200px;
  width: 200px;
  min-width: 200px;
  margin-right: 40px;
  object-fit: cover; }

.blog-category-post-title {
  font-size: 32px; }

@media only screen and (max-width: 1200px) {
  .blog-category-tagline {
    font-size: 32px;
    margin-left: 16px; }

  .blog-category-posts-grid .card {
    width: 100%;
    padding: 24px 0; }

  .blog-category-posts-grid .card img {
    height: 160px;
    width: 160px;
    min-width: 160px;
    margin-right: 24px; }

  .blog-category-posts-grid .card:hover {
    cursor: pointer;
    box-shadow: none;
    transform: scale(1); }

  .blog-category-post-title {
    font-size: 28px; } }
@media only screen and (max-width: 767px) {
  .blog-category-page.container {
    margin-top: 40px; }

  .blog-category-title {
    margin-bottom: 40px; }

  .blog-category-tagline {
    font-size: 22px; }

  .blog-category-posts-grid .card img {
    height: 80px;
    width: 80px;
    min-width: 80px;
    margin-right: 16px; }

  .blog-category-post-title.mb-24 {
    font-size: 16px;
    margin-bottom: 8px; }

  .blog-category-post-description {
    font-size: 14px; } }
/***** BLOG POST STYLES *****/
.blog-post-header {
  margin-bottom: 40px; }

.blog-post-header .blog-post-main {
  margin: 40px 0; }

.blog-post-header .img-container {
  min-width: 600px;
  height: 600px; }

.blog-post-header .social-links a {
  margin-left: 0;
  margin-right: 8px; }

.blog-post-header .img-container {
  margin: 0 80px 0 0; }

.post-author img {
  height: 32px; }

a.post-author:hover {
  text-decoration: underline; }

.blog-post-content {
  max-width: 848px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 36px; }

.blog-post-section {
  margin-bottom: 80px; }

.blog-post-section:last-child {
  margin-bottom: 48px; }

.blog-post-section-title {
  font-size: 40px;
  font-family: LemonSansMedium;
  margin-bottom: 32px; }

.blog-post-content a {
  color: #3CCBDA;
  text-decoration: underline; }

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

.blog-post-content h2 {
  font-size: 40px;
  font-family: LemonSansMedium;
  margin: 16px 0 32px 0; }

.blog-post-content h3 {
  font-size: 24px;
  font-family: LemonSansMedium;
  margin: 8px 0 24px 0; }

.blog-post-content h4 {
  font-size: 20px;
  font-family: LemonSansMedium; }

.ceos-speak-post-content.blog-post-content strong {
  font-family: LemonSansMedium;
  font-size: 34px;
  font-weight: 400;
  margin: 32px 0 24px 0; }

.blog-post-content img {
  margin-bottom: 24px;
  width: 100%; }

.blog-post-content ol {
  list-style-type: decimal;
  padding-left: 40px; }

.blog-post-content ul {
  list-style-type: initial;
  padding-left: 40px; }

.blog-post-content blockquote {
  font-family: LemonSansMedium;
  font-size: 24px;
  color: #3CCBDA;
  margin-bottom: 24px; }

.blog-post-content blockquote p {
  display: inline; }

@media only screen and (max-width: 1200px) {
  .blog-post-header .blog-post-main {
    margin-bottom: 64px; }

  .blog-post-header .img-container {
    height: 300px;
    min-width: 300px;
    margin: 0 24px 0 0; }

  .post-category.mt-80 {
    margin-top: 40px; }

  .blog-post-content h2 {
    font-size: 28px; }

  .blog-post-content h3 {
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .blog-post-header {
    margin-bottom: 40px; }

  .blog-post-header .blog-post-main.flex {
    flex-direction: column;
    margin: 0 0 24px 0; }

  .blog-post-header .img-container {
    height: 320px;
    min-width: 288px;
    max-width: 100%;
    margin: 0 0 40px 0; }

  .post-category.mt-80 {
    margin-top: 0px; }

  .post-author img {
    height: 18px; }

  .post-author .xxl-text {
    font-size: 14px;
    margin-left: 8px; }

  .blog-post-content {
    font-size: 18px;
    line-height: 28px; }

  .blog-post-section {
    margin-bottom: 40px; }

  .blog-post-section-title {
    font-size: 24px;
    margin-bottom: 8px; } }
/*** Related Posts Styles ***/
.related-posts {
  padding: 80px;
  border-top: 1px solid #ECEFF8; }

.related-posts-tagline {
  font-size: 52px;
  font-weight: 300;
  margin-left: 24px; }

.related-posts a.related-category:hover {
  text-decoration: underline; }

.related-posts .related-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 80px; }

.related-posts .related-posts-grid .card {
  display: flex;
  padding: 16px;
  margin: 0 -16px;
  box-shadow: none;
  transition: all 300ms linear;
  transform-origin: 50% 50%;
  border-radius: 3px; }

.related-posts .related-posts-grid .card:hover {
  cursor: pointer;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.02); }

.related-posts-grid .card img {
  height: 200px;
  width: 200px;
  min-width: 200px;
  margin-right: 40px;
  object-fit: cover; }

.related-posts .related-posts-grid .card h3 {
  font-size: 32px; }

@media only screen and (max-width: 1200px) {
  .related-posts p.mb-80 {
    margin-bottom: 48px; }

  .related-posts-tagline {
    font-size: 32px;
    margin-left: 16px; }

  .related-posts .related-posts-grid {
    grid-gap: 40px; }

  .related-posts .related-posts-grid .card {
    width: 100%;
    padding: 16px 0;
    margin: 0; }

  .related-posts-grid .card img {
    height: 120px;
    width: 120px;
    min-width: 120px;
    margin-right: 16px; }

  .related-posts .related-posts-grid .card:hover {
    cursor: pointer;
    box-shadow: none;
    transform: scale(1); }

  .related-posts .related-posts-grid .card h3 {
    font-size: 24px; } }
@media only screen and (max-width: 767px) {
  .related-posts {
    padding: 40px 0 0 0; }

  .related-posts p.mb-80 {
    margin-bottom: 24px; }

  .related-posts-tagline {
    font-size: 22px; }

  .related-posts .related-posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0; }

  .related-posts .related-posts-grid .card:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #ECEFF8;
    margin-bottom: 8px; }

  .related-posts-grid .card img {
    height: 80px;
    width: 80px;
    min-width: 80px;
    margin-right: 16px; }

  .related-posts .related-posts-grid .card h3 {
    font-size: 16px;
    margin-bottom: 8px; }

  .related-posts-description {
    font-size: 14px; } }
/***** BROOKLYN ROOTS HEADER STYLES *****/
.floating-image-header.brooklyn-roots-header > div > div {
  max-width: 600px;
  padding-top: 112px; }

@media only screen and (max-width: 767px) {
  .floating-image-header.brooklyn-roots-header > div > div {
    max-width: 100%;
    padding-top: 40px; } }
/***** BROOKLYN ROOTS PAGE SECTION STYLES *****/
.brooklyn-roots-page-content-section.container {
  max-width: 848px; }

@media only screen and (max-width: 1200px) {
  .brooklyn-roots-page-content-section.container {
    max-width: 768px; } }
/***** BROOKLYN ROOTS CASE STUDY SECTION STYLES *****/
.brooklyn-roots-case-study-section {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 64px 0; }

.brooklyn-roots-case-study-section .btn-accent.btn-large {
  width: 200px;
  margin: 32px auto 0;
  padding: 0 24px; }

/***** CASE STUDIES PORTFOLIO STYLES *****/
.case-studies-grid {
  grid-gap: 40px; }

.case-studies-grid .case-study-card {
  max-width: 362px; }

@media only screen and (max-width: 1200px) {
  .case-studies-grid {
    grid-gap: 32px; } }
/***** CASE STUDY HEADER STYLES *****/
.floating-image-header.case-study-header .dots-background-left {
  top: auto;
  bottom: -240px; }

.floating-image-header.case-study-header .dots-background-left .small-dot {
  top: auto;
  bottom: -32px;
  left: 60px;
  right: auto; }

.floating-image-header.case-study-header .dots-background-left .large-dot {
  top: -8px;
  right: 8px; }

@media only screen and (max-width: 1200px) {
  .floating-image-header.case-study-header .container img {
    height: 64px;
    margin-bottom: 32px; } }
/***** CASE STUDY SUMMARY STYLES *****/
.case-study-summary.container {
  max-width: 848px; }

@media only screen and (max-width: 1200px) {
  .case-study-summary.container {
    max-width: 768px; } }
/***** CASE STUDY FLOATING IMG LEFT STYLES *****/
.case-study-img-left-section {
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 0 16px; }

.case-study-img-left-section .img-container {
  height: 480px;
  width: 480px;
  margin-right: 160px;
  margin-left: -16px; }

.case-study-img-left-section .img-container img {
  height: 480px;
  max-width: none; }

@media only screen and (max-width: 1200px) {
  .case-study-img-left-section {
    min-height: 280px;
    align-items: flex-start;
    padding-right: 16px; }

  .case-study-img-left-section .img-container {
    height: 280px;
    width: 280px;
    margin-right: 72px; }

  .case-study-img-left-section .img-container img {
    height: 280px; } }
@media only screen and (max-width: 767px) {
  .case-study-img-left-section {
    display: block; }

  .case-study-img-left-section {
    min-height: 240px;
    align-items: flex-start;
    padding-right: 16px; }

  .case-study-img-left-section .img-container {
    height: 240px;
    width: 240px;
    margin-bottom: 40px; }

  .case-study-img-left-section .img-container img {
    height: 240px; }

  .case-study-img-left-section .page-content-section-title.mb-32 {
    margin-bottom: 16px; } }
/***** CASE STUDY FLOATING IMG RIGHT STYLES *****/
.case-study-img-right-section {
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.case-study-img-right-section .container {
  width: 1200px; }

.case-study-img-right-section .img-container {
  position: absolute;
  right: 0;
  height: 480px;
  min-width: 480px;
  margin-left: 160px;
  display: flex;
  justify-content: flex-end; }

.case-study-img-right-section .img-container img {
  height: 480px;
  max-width: none;
  position: relative;
  z-index: -1; }

@media only screen and (max-width: 1584px) {
  .case-study-img-right-section .container > div {
    max-width: calc(100% - 480px); } }
@media only screen and (max-width: 1304px) {
  .cc-img-right-section .container > div {
    max-width: calc(100% - 536px); } }
@media only screen and (max-width: 1200px) {
  .case-study-img-right-section {
    min-height: 280px;
    align-items: flex-start; }

  .case-study-img-right-section .container > div {
    max-width: calc(100% - 352px); }

  .case-study-img-right-section .img-container {
    height: 280px;
    width: 280px;
    margin-left: 72px;
    min-width: 280px; }

  .case-study-img-right-section .img-container img {
    height: 280px; } }
@media only screen and (max-width: 767px) {
  .case-study-img-right-section {
    flex-direction: column-reverse;
    align-items: flex-end; }

  .case-study-img-right-section .container {
    width: 100%; }

  .case-study-img-right-section .container > div {
    max-width: 100%; }

  .case-study-img-right-section .img-container {
    position: relative;
    height: 240px;
    width: 240px;
    min-width: 240px;
    margin-bottom: 24px; }

  .case-study-img-right-section .img-container img {
    height: 240px; } }
/***** CASE STUDY SECTION DOTS BACKGROUND RIGHT STYLES *****/
.case-study-section-dots-background-right .dots-background-right {
  top: -40px;
  z-index: -1; }

.case-study-section-dots-background-right .dots-background-right .large-dot {
  left: 80px;
  top: 60px; }

.case-study-section-dots-background-right .dots-background-right .small-dot:last-child {
  left: 40px;
  top: auto;
  bottom: -40px; }

.case-study-section-dots-background-right .container {
  max-width: 848px; }

@media only screen and (max-width: 1200px) {
  .case-study-section-dots-background-right .page-content-section-title {
    text-align: center; }

  .case-study-section-dots-background-right .container {
    max-width: 768px; } }
@media only screen and (max-width: 1200px) {
  .case-study-section-dots-background-right .page-content-section-title {
    text-align: left;
    margin-bottom: 24px; } }
/***** CASE STUDY SECTION DOTS BACKGROUND LEFT STYLES *****/
.case-study-section-dots-background-left .dots-background-left {
  right: 0;
  top: -40px; }

.case-study-section-dots-background-left .dots-background-left .large-dot {
  left: 88px;
  top: 40px; }

.case-study-section-dots-background-left .dots-background-left .small-dot {
  left: 216px;
  top: auto;
  bottom: 24px; }

.case-study-section-dots-background-left-flip .dots-background-left .large-dot {
  left: 104px;
  top: 144px; }

.case-study-section-dots-background-left-flip .dots-background-left .small-dot {
  left: 216px;
  top: 24px;
  bottom: auto; }

.case-study-section-dots-background-left .container {
  max-width: 848px; }

@media only screen and (max-width: 1320px) {
  .case-study-section-dots-background-left .dots-background-left {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .case-study-section-dots-background-left .page-content-section-title {
    text-align: center; } }
/***** CASE STUDY SECTION DOUBLE DOTS BACKGROUND *****/
.case-study-section-double-dots-background .dots-background-left {
  top: -32px;
  z-index: -1; }

.case-study-section-double-dots-background .dots-background-left .large-dot {
  top: 160px;
  right: 24px; }

.case-study-section-double-dots-background .dots-background-left .small-dot {
  top: 24px;
  bottom: auto;
  right: -40px; }

.case-study-section-double-dots-background .dots-background-right {
  top: auto;
  bottom: -64px;
  z-index: -1; }

.case-study-section-double-dots-background .dots-background-right .large-dot {
  top: 64px;
  left: 80px; }

.case-study-section-double-dots-background .dots-background-right .small-dot:last-child {
  top: auto;
  bottom: -40px;
  left: 40px; }

.case-study-section-double-dots-background .container {
  max-width: 848px; }

@media only screen and (max-width: 1304px) {
  .case-study-section-double-dots-background .dots-background-left img:not(:first-child) {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .case-study-section-double-dots-background .container {
    max-width: 768px; } }
@media only screen and (max-width: 767px) {
  .case-study-section-double-dots-background .page-content-section-title.text-center {
    text-align: left; } }
/***** CASE STUDY SECTION STYLES *****/
.case-study-section .container {
  max-width: 848px; }

/***** CASE STUDY VIDEO REVIEW STYLES *****/
.case-study-video-review.page-content-section {
  margin-bottom: 0; }

.case-study-video-review .card {
  display: flex;
  flex-direction: column;
  align-items: center; }

.case-study-video-review video {
  width: 520px;
  max-width: 100%; }

.case-study-link {
  color: #3CCBDA;
  text-decoration: underline; }

/***** CONTACT PAGE STYLES *****/
.contact-page-border-bottom {
  margin-top: 240px;
  border-bottom: 1px solid #ECEFF8; }

@media only screen and (max-width: 1200px) {
  .contact-page-border-bottom {
    margin-top: 40px; } }
/***** CONTACT HEADER STYLES *****/
.contact-header .dots-background-left {
  display: none; }

.contact-header .after-submit {
  display: none; }

@media only screen and (max-width: 767px) {
  .contact-header.floating-image-header.mt-80 {
    margin-bottom: 24px; } }
/***** CONTACT FORM STYLES *****/
.contact-form {
  max-width: 460px;
  margin-top: -580px;
  position: relative;
  z-index: 2; }

.contact-form.submit-attempted input:required, .contact-form.submit-attempted select:required {
  border-color: #A63232; }

@media only screen and (max-width: 1200px) {
  .contact-form {
    margin-top: 0; } }
/*** Custom Checkbox Styles */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin-top: 16px;
  grid-gap: 16px; }

.custom-checkbox {
  display: block; }

.custom-checkbox input[type="checkbox"] {
  display: none; }

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-family: freight-sans-pro;
  font-size: 16px; }

.custom-checkbox label:before {
  content: '';
  border: 2px solid #ECEFF8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  transition: all 300ms linear; }

.custom-checkbox input:checked + label:before {
  background: #3CCBDA;
  border-color: #3CCBDA; }

.custom-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 4px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

@media only screen and (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr; } }
/*** Submit Button Styles ***/
.contact-form-submit-btn {
  width: 180px; }

@media only screen and (max-width: 767px) {
  .contact-form-submit-btn {
    width: 100%; } }
/*** Contact Form Message Styles ***/
#contact-form-message {
  display: none; }

/***** CONTACT INFO CONTAINER STYLES *****/
.contact-info-container {
  position: absolute;
  right: 0;
  top: 1232px; }

.contact-info-container .dots-background-right .small-dot:not(:last-child) {
  top: -144px;
  left: 80px; }

.contact-info-container .dots-background-right .large-dot {
  top: -16px;
  left: 104px; }

.contact-info-container .dots-background-right .small-dot:last-child {
  top: 88px;
  left: -32px; }

.contact-info-map {
  position: relative;
  top: -40px; }

.contact-info-card {
  width: 340px;
  max-width: 100%;
  padding: 40px 48px;
  position: relative;
  top: -144px;
  left: -40px;
  border-radius: 3px; }

.contact-info-card i {
  font-size: 18px;
  margin-right: 24px; }

@media only screen and (max-width: 1200px) {
  .contact-info-container {
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 356px;
    margin-bottom: 40px; }

  .contact-info-card {
    padding: 24px;
    width: 288px;
    left: -320px; } }
@media only screen and (max-width: 767px) {
  .contact-info-container {
    height: auto;
    display: block; }

  .contact-info-map {
    top: 0;
    width: 100%; }

  .contact-info-map img {
    width: 100%; }

  .contact-info-card {
    position: unset;
    padding: 24px 16px;
    box-shadow: none; } }
/***** EBOOK LANDING PAGE HEADER STYLES *****/
.ebook-landing-page-header {
  background: #3B3FB6;
  margin-bottom: 280px; }

.ebook-landing-page-header .logo {
  height: 48px;
  margin: 48px 0 80px 0; }

.ebook-mockup {
  width: 488px;
  min-width: 488px;
  height: 520px;
  margin-right: 80px; }

.ebook-mockup img {
  border-radius: 32px; }

.ebook-landing-page-header-title {
  font-size: 48px; }

.ebook-landing-page-header-description {
  font-size: 26px; }

@media only screen and (max-width: 1200px) {
  .ebook-landing-page-header {
    margin-bottom: 144px; }

  .ebook-landing-page-header .logo {
    height: 40px;
    margin: 32px 0 64px 0; }

  .ebook-mockup {
    height: 304px;
    min-width: 264px;
    width: 264px;
    margin-right: 64px; }

  .ebook-mockup img {
    border-radius: 20px; }

  .ebook-landing-page-header-title.mb-32 {
    font-size: 36px;
    margin-bottom: 16px; }

  .ebook-landing-page-header-description.mb-40 {
    font-size: 16px;
    margin-bottom: 24px; } }
@media only screen and (max-width: 767px) {
  .ebook-landing-page-header .logo {
    height: 32px;
    margin: 32px 0 48px 0; }

  .ebook-mockup {
    height: 280px;
    margin: 0 auto; }

  .ebook-landing-page-header-title {
    font-size: 32px; }

  .ebook-landing-page-header-description.mb-40 {
    font-size: 16px;
    margin-bottom: 24px; } }
/***** EBOOK CONTENT STYLES *****/
.ebook-content-grid {
  grid-gap: 72px; }

@media only screen and (max-width: 1200px) {
  .guide-contents .page-content-section-title.mb-80 {
    margin-bottom: 40px; }

  .ebook-content-grid {
    grid-gap: 48px; }

  .ebook-content-grid .large-text {
    font-size: 16px; }

  .ebook-content-grid .mb-40 {
    margin-bottom: 24px; } }
/***** EBOOK ACCENT BACKGROUND STYLES *****/
.ebook-accent-background.page-content-section.page-content-section.accent-background .page-content-section-title {
  max-width: 920px;
  margin-bottom: 0; }

/***** EBOOK FORM STYLES *****/
.ebook-form-container.page-content-section {
  margin-top: -40px;
  padding-top: 40px; }

.ebook-form {
  max-width: 464px;
  margin: 40px auto 0; }

.ebook-form .btn {
  width: 100%; }

/***** GUIDE HEADER STYLES *****/
.guide-header .hero-wave-image + div {
  margin-top: -40px; }

@media only screen and (max-width: 1200px) {
  .guide-header .hero-wave-image + div {
    margin-top: 0; } }
/***** GUIDE CONTENTS CARD STYLES *****/
.guide-contents-card {
  padding: 48px;
  width: 332px;
  min-width: 332px;
  margin-right: 80px;
  position: sticky;
  top: 120px;
  margin-bottom: 120px; }

/***** GUIDE CONTENT STYLES *****/
.guide-content .page-content-section {
  margin-top: -120px;
  padding-top: 120px; }

.guide-content-section {
  margin-bottom: 72px; }

.guide-content h3 {
  font-size: 32px;
  font-family: LemonSansMedium; }

/*** Guide Box Styles ***/
.guide-box {
  background: #F7F8FC;
  padding: 24px;
  border-radius: 3px; }

.guide-box-accent {
  border-top: 4px solid #3CCBDA; }

.guide-box-accent-secondary {
  border-top: 4px solid #3B3FB6; }

.guide-box-accent-tertiary {
  border-top: 4px solid #702F8A; }

.guide-box .small-logo {
  height: 32px; }

/*** SDLC Phases Styles ***/
.phase-number {
  color: #3CCBDA;
  font-size: 100px;
  font-family: LemonSansMedium;
  margin-top: -24px; }

/***** HOME PAGE HEADER STYLES *****/
.page-content-section.home-page-header {
  margin-top: 72px;
  margin-bottom: 0;
  overflow: hidden; }

.home-page-header h1 {
  font-family: LemonSansRegular;
  font-size: 56px;
  letter-spacing: -1px;
  position: relative;
  z-index: 3;
  top: 56px;
  left: 24px;
  margin-top: -56px; }

@media only screen and (max-width: 1200px) {
  .home-page-header h1 {
    font-size: 40px; } }
@media only screen and (max-width: 767px) {
  .page-content-section.home-page-header {
    margin-top: 32px; }

  .home-page-header h1 {
    font-size: 34px;
    left: 0;
    top: 0;
    margin: 0; }

  .home-page-header h1 br {
    display: none; } }
/*** Slider Styles ***/
/* Animated Header Slider Styles */
.animated-header-slider {
  width: 1040px;
  max-width: 100%;
  position: relative;
  height: 640px;
  margin: -24px auto 0; }

.animated-header-slider:before {
  content: url("../assets/images/dots/dots-small-cutout.svg");
  position: absolute;
  left: -56px;
  top: 232px;
  z-index: 1; }

.animated-header-slider:after {
  content: url("../assets/images/dots/dots-large-cutout.svg");
  position: absolute;
  right: -80px;
  bottom: 172px;
  z-index: 3; }

.animated-header-slider ul {
  width: 1120px;
  height: 640px;
  overflow: hidden;
  z-index: 2;
  position: relative; }

.animated-header-slider ul li {
  float: left;
  position: relative;
  overflow: hidden;
  width: 310px;
  height: 465px;
  border: 30px solid #fff;
  border-width: 50px 30px 0px 30px;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: content-box; }

.animated-header-slider ul li img {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.animated-header-slider ul li:nth-child(1) {
  height: 248px;
  min-width: 496px;
  border-left: 0;
  opacity: .2; }

.animated-header-slider ul li:nth-child(1) img {
  width: 248px; }

.animated-header-slider ul li:nth-child(2) {
  width: 520px;
  height: 520px;
  border: none;
  top: 96px;
  margin-left: -344px; }

.animated-header-slider ul li:nth-child(3) {
  border-right: 0;
  border-left: 0;
  margin-left: 24px;
  padding-bottom: 101px;
  width: 328px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.animated-header-slider ul li:nth-child(3) p {
  max-width: 302px;
  margin-bottom: 264px;
  font-size: 20px; }

.animated-header-slider ul li:nth-child(3) img {
  top: auto;
  bottom: 0;
  opacity: .4;
  height: 328px;
  width: 328px; }

.animate {
  animation: rotate 500ms ease-out forwards; }

@keyframes rotate {
  100% {
    transform: rotate(0); } }
@media only screen and (max-width: 1200px) {
  .animated-header-slider {
    height: 580px; }

  .animated-header-slider:before, .animated-header-slider:after {
    content: ""; }

  .animated-header-slider ul li:nth-child(1) {
    height: 180px;
    min-width: 180px; }

  .animated-header-slider ul li:nth-child(1) img {
    width: 180px; }

  .animated-header-slider ul li:nth-child(2) {
    margin-left: -240px;
    height: 432px;
    min-width: 432px;
    width: 432px; }

  .animated-header-slider ul li:nth-child(3) {
    width: 200px;
    min-width: 200px;
    bottom: 88px; }

  .animated-header-slider ul li:nth-child(3) img {
    height: 200px;
    width: 200px; }

  .animated-header-slider ul li:nth-child(3) p {
    margin-bottom: 120px; } }
/* Static Header Slider Styles */
.static-header-slider {
  height: 400px;
  margin: 32px auto 0;
  display: flex;
  justify-content: center; }

.static-header-slider ul {
  height: 400px;
  width: 504px;
  display: flex;
  padding-left: 16px; }

.static-header-slider ul li img {
  position: relative;
  border-radius: 3px; }

.static-header-slider ul li:nth-child(1) {
  height: 120px;
  min-width: 120px;
  width: 120px;
  opacity: .4; }

.static-header-slider ul li:nth-child(1) img {
  width: 120px; }

.static-header-slider ul li:nth-child(2) {
  position: relative;
  top: 32px;
  margin-left: -60px; }

.static-header-slider ul li:nth-child(2) img {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  width: 280px;
  min-width: 280px;
  height: 280px; }

.static-header-slider ul li:nth-child(3) {
  margin-left: 8px;
  bottom: 88px;
  opacity: .4;
  display: flex;
  align-items: flex-end;
  position: relative; }

.static-header-slider ul li:nth-child(3) img {
  height: 140px;
  width: 140px;
  min-width: 140px; }

@media only screen and (max-width: 424px) {
  .static-header-slider ul {
    width: 456px; } }
/*** Scroll Icon Styles ***/
.scroll-icon {
  position: relative;
  top: -64px;
  left: 56px;
  width: 20px; }

.scroll-icon img {
  height: 32px; }

.bounce {
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation: bounce 3s ease infinite;
  transform-origin: 50% 50%; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  5.55556% {
    transform: translateY(0); }
  11.11111% {
    transform: translateY(0); }
  22.22222% {
    transform: translateY(-15px); }
  27.77778% {
    transform: translateY(0); }
  33.33333% {
    transform: translateY(-15px); }
  44.44444% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@media only screen and (max-width: 1200px) {
  .scroll-icon {
    top: -80px;
    left: 0; } }
@media only screen and (max-width: 767px) {
  .scroll-icon {
    top: -128px; } }
/***** CLIENTS STYLES *****/
.clients {
  max-width: 1096px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 56px;
  padding-left: 0;
  padding-right: 0;
  justify-items: center;
  align-items: center;
  margin-top: 24px; }

.clients img {
  height: 40px; }

.clients img:nth-child(3) {
  height: 64px; }

.clients img:last-child {
  height: 32px; }

@media only screen and (max-width: 1200px) {
  .clients {
    max-width: 768px;
    padding: 0 16px; } }
@media only screen and (max-width: 767px) {
  .clients {
    max-width: 520px;
    padding: 0 32px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 56px;
    align-items: center;
    justify-items: center; }

  .clients img:first-child {
    display: none; } }
/***** SERVICES STYLES *****/
.services {
  background: url("../../assets/images/dots/dots-xl.svg");
  background-repeat: no-repeat;
  background-position: left 64px; }

.services:before {
  content: "";
  background: url("../../assets/images/dots/dot-blue.svg");
  background-size: 100%;
  position: absolute;
  left: 176px;
  top: 52px;
  height: 16px;
  width: 16px;
  animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
  animation-delay: 2s; }

.services:after {
  content: url("../../assets/images/dots/dot-green.svg");
  animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
  position: absolute;
  left: 40px;
  top: 116px; }

.services .container {
  max-width: 936px; }

@media only screen and (max-width: 1384px) {
  .services {
    background: none; }

  .services:before {
    background: none; }

  .services:after {
    content: none; } }
@media only screen and (max-width: 767px) {
  .services .page-content-section-title.text-center {
    text-align: left; } }
/***** INDUSTRIES STYLES *****/
@media only screen and (max-width: 1320px) {
  .industries .dots-background-top {
    display: none; }

  .industries .dots-background-bottom {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .industries .page-content-section-title.mb-80 {
    margin-bottom: 48px; } }
@media only screen and (max-width: 767px) {
  .page-content-section.industries {
    overflow: hidden; } }
/*** Card Styles ***/
.industry-cards {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 40px;
  justify-content: center; }

.industry-card {
  height: 220px;
  width: 220px; }

/* Industry Card Flip Styles */
.industry-card-inner {
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d; }

.industry-card:hover .industry-card-inner {
  transform: rotateY(180deg); }

.industry-card-front, .industry-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff; }

/* Industry Card Front Styles */
.industry-card-front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.industry-card-front img {
  margin-bottom: 24px; }

.industry-card-front p {
  font-family: LemonSansMedium;
  font-size: 20px; }

/* Industry Card Back Styles */
.industry-card-back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px; }

/*** Slider Styles ***/
.industry-cards-slider {
  width: 592px;
  margin: 0 auto; }

.industry-cards-slider .industry-card-slide {
  display: flex;
  align-items: flex-start;
  padding: 32px; }

.industry-cards-slider .industry-card-slide img {
  margin-right: 32px; }

.industry-cards-slider .industry-card-slide .more-link {
  display: inline-flex; }

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
  list-style-type: none; }

.slick-dots button {
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #DCDFEA;
  text-indent: -9999px;
  margin: 0 8px;
  outline: none;
  cursor: pointer; }

li.slick-active button {
  background-color: #3CCBDA; }

@media only screen and (max-width: 767px) {
  .industry-cards-slider {
    width: 274px; }

  .industry-cards-slider .industry-card-slide {
    display: block;
    padding: 24px;
    height: 384px; }

  .industry-cards-slider .industry-card-slide img {
    margin: 8px auto 16px; }

  .industry-cards-slider .industry-card-slide .lemon-sans-med.xxl-text {
    text-align: center;
    margin-bottom: 16px; } }
/***** CASE STUDIES STYLES *****/
.case-studies .container:first-child {
  max-width: 936px; }

.case-studies .dots-background-right {
  top: 244px;
  z-index: -1; }

/*** Case Studies Card Styles ***/
.case-studies-cards {
  grid-gap: 40px; }

.case-study-card {
  padding: 16px;
  transition: all 300ms linear;
  max-width: 370px; }

.case-study-card a {
  text-decoration: none;
  color: inherit; }

.case-study-card:hover {
  cursor: pointer;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.04); }

.case-study-card > img {
  height: 208px;
  width: 100%;
  object-fit: cover; }

.case-study-card .logo-container {
  height: 40px; }

.case-study-card .logo-container img {
  filter: saturate(0);
  transition: all 300ms linear; }

.case-study-card:hover .logo-container img {
  filter: saturate(1); }

.case-study-link {
  font-size: 16px; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .case-studies-cards .case-study-card:last-child {
    display: none; } }
@media only screen and (max-width: 767px) {
  .page-content-section.case-studies {
    overflow-x: hidden; }

  .case-studies-cards {
    width: 312px;
    margin: 0 auto; }

  .slick-list {
    overflow: visible;
    width: 312px;
    max-width: 100%; } }
/***** INDUSTRY BENEFITS STYLES *****/
.industry-header.floating-image-header .dots-background-left {
  bottom: -120px; }

/***** INDUSTRY BENEFITS STYLES *****/
.industry-benefits-grid {
  grid-gap: 40px; }

.industry-benefits-grid > div > img {
  height: 72px; }

@media only screen and (max-width: 1200px) {
  .industry-benefits-grid {
    max-width: 640px;
    margin: 0 auto;
    grid-gap: 40px 80px; } }
/***** INDUSTRY EXPERTISE STYLES *****/
.industry-expertise .container {
  max-width: 848px; }

/*** Dots Background Right Styles ***/
.industry-expertise .dots-background-right {
  top: -96px; }

.industry-expertise .dots-background-right .large-dot {
  left: 120px;
  top: 64px; }

.industry-expertise .dots-background-right .small-dot:last-child {
  left: 24px;
  top: auto;
  bottom: -32px; }

/*** Dots Background Left Styles ***/
.industry-expertise .dots-background-left {
  top: auto;
  bottom: 220px; }

@media only screen and (max-width: 1320px) {
  .industry-expertise .dots-background-left {
    display: none; } }
/***** BITBEAN ADVANTAGE STYLES *****/
.bitbean-advantage-card p i {
  padding-top: 4px; }

/***** OTHER CLIENTS STYLES *****/
.other-clients .dots-background-right {
  top: 24px; }

.other-clients .dots-background-right .large-dot {
  left: 64px;
  top: 80px; }

.other-clients .dots-background-right .small-dot:last-child {
  left: -40px;
  top: -32px; }

.other-clients .case-study-card:not(:first-child) {
  margin-left: 40px; }

@media only screen and (max-width: 767px) {
  .other-clients .case-study-card:not(:first-child) {
    display: none; } }
/***** LANDING PAGE STYLES *****/
.landing-page.container {
  margin-top: 120px; }

.animated-gif {
  margin-right: 120px;
  width: 440px;
  min-width: 440px; }

.animated-gif img {
  position: sticky;
  top: 136px;
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .animated-gif {
    width: 280px;
    min-width: 280px;
    margin-right: 40px; } }
@media only screen and (max-width: 767px) {
  .landing-page.container {
    margin-top: 16px; }

  .animated-gif {
    margin: 0 auto 24px; } }
/***** CUSTOM SOFTWARE LANDING PAGE STYLES *****/
.custom-software-lp.full-width-hero {
  z-index: -3;
  height: 80%;
  background: url(/assets/images/landingPages/customSoftware/Custom-software-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.custom-software-lp.full-width-hero .hero-header {
  margin: 80px 0 24px 0; }

.custom-software-lp.full-width-hero h1 {
  position: relative;
  z-index: 1;
  color: #333737;
  font-size: 90px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 90px;
  text-align: left;
  margin-bottom: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #3CCBDA 55%, #3CCBDA 90%, rgba(255, 255, 255, 0) 90%);
  display: inline; }

/* .custom-software-lp.full-width-hero h1::after {content: ""; background: $accent-color; height: 36px; width: 100%; display: block;position: absolute; z-index: -1; bottom: 1px; left: -12px;}
.custom-software-lp.full-width-hero mark {
  display: inline-block;
  line-height: 0em;
  padding-bottom: 0.5em;
  background-color: $accent-color;
}
*/
.custom-software-lp.full-width-hero p {
  font-size: 37px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 24px; }

.custom-software-lp.full-width-hero a {
  width: 230px;
  height: 56px;
  margin: 32px 0 80px 0; }

.custom-software-lp .hubspot-button {
  border: 1px solid #3CCBDA !important;
  background-color: #3CCBDA !important;
  border-radius: 3px !important;
  height: 48px;
  padding: 8px 48px !important; }

.custom-software-lp .hubspot-button span {
  letter-spacing: 0.5;
  height: 48px;
  border-radius: 3px !important;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  height: 48px;
  line-height: 48px; }

.custom-software-lp .hubspot-button:hover {
  color: #3CCBDA !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  border: 1px solid #3CCBDA !important; }

.custom-software-lp .hubspot-button:hover * {
  color: #3CCBDA !important; }

@media only screen and (max-width: 1280px) {
  .custom-software-lp.full-width-hero .hero-header {
    margin: 80px 0 48px 0; }

  .custom-software-lp.full-width-hero h1 {
    font-size: 72px;
    line-height: 78px;
    margin-bottom: 16px; }

  .custom-software-lp.full-width-hero p {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .custom-software-lp.full-width-hero .hero-header {
    margin: 15% 0; }

  .custom-software-lp.full-width-hero h1 {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 3.5rem;
    margin-bottom: 16px; }

  .custom-software-lp.full-width-hero p {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0; }

  .custom-software-lp .hubspot-button {
    padding: 2px 48px !important; }

  .custom-software-lp.full-width-hero a {
    width: 100% !important; } }
.familiar h1 {
  font-size: 73px;
  font-weight: 500;
  line-height: 90px;
  text-align: center;
  padding: 48px 0 40px 0; }

.familiar .card .top {
  height: 187px;
  width: 100%; }

.familiar .card {
  margin: 0 16px; }

.familiar .card h3 {
  font-size: 41px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  padding: 48px 16px; }

.familiar-background-1 {
  background: url(/assets/images/landingPages/customSoftware/familiar-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.familiar-background-2 {
  background: url(/assets/images/landingPages/customSoftware/familiar-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.familiar-background-3 {
  background: url(/assets/images/landingPages/customSoftware/familiar-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.familiar .medium-text {
  font-size: 22px;
  line-height: 25px;
  padding: 24px 32px;
  letter-spacing: 0.5; }

h1.bottom-line {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  padding: 64px 0 0 0;
  color: #656868;
  line-height: 72px; }

h1.you-need {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 72px;
  text-align: center;
  text-align: center;
  padding: 0; }

h1.you-need span {
  color: #3B3FB6;
  font-weight: bold; }

.bragging h1 {
  font-size: 46px;
  margin-bottom: 72px; }

.custom-software-lp.clients-1:last-child img {
  height: 40px; }

.custom-software-lp.clients-2:last-child img {
  height: 52px; }

@media only screen and (max-width: 1280px) {
  .familiar h1 {
    font-size: 40px;
    line-height: 35px;
    padding: 32px; }

  .familiar .card {
    margin: 8px;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1); }

  .familiar .card .top {
    height: 148px;
    display: flex;
    align-items: center; }

  .familiar .card h3 {
    font-size: 34px;
    line-height: 40px;
    padding: 34px 16px; }

  .familiar .medium-text {
    padding: 16px; }

  h1.bottom-line {
    font-size: 40px;
    padding: 16px 0 0 0; }

  .bragging h1 {
    font-size: 38px;
    line-height: 42px; }

  .custom-software-lp.clients-2 img, .bragging .clients img {
    height: auto !important; }

  .custom-software-lp.clients-2 {
    grid-template-columns: repeat(4, auto);
    margin-bottom: 48px; } }
@media only screen and (max-width: 767px) {
  .familiar h1 {
    font-size: 30px;
    line-height: 35px; }

  .familiar .card {
    margin: 0 0 32px 0; }

  .familiar .card .top {
    height: 148px; }

  .familiar .card h3 {
    font-size: 34px;
    line-height: 40px;
    padding: 34px 16px; }

  .familiar .medium-text {
    padding: 16px 24px; }

  h1.bottom-line {
    font-size: 33px;
    padding: 0; }

  .bragging h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px; }

  .bragging .slick-initialized .slick-slide, .clients-2 .slick-slide {
    margin: 16px; }

  .bragging .slick-list, .clients-2 .slick-list {
    overflow-x: hidden !important; }

  .bragging .slick-track, .clients-2 .slick-track {
    overflow-x: hidden; }

  .custom-software-lp.clients-2 {
    margin-bottom: 24px;
    grid-template-columns: repeat(2, 1fr); }

  .custom-software-lp.clients-2 img {
    height: auto !important;
    display: block !important; } }
.tinkerers h1 {
  font-size: 66px;
  font-weight: bold;
  letter-spacing: 0; }

.tinkerers img {
  width: 25%;
  margin: 24px auto; }

.tinkerers h2 {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0; }

.tinkerers p {
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0; }

.problem .xyz {
  font-size: 48px;
  font-weight: bold; }

.problem .value-text {
  width: 500px;
  font-size: 31px;
  font-weight: 500;
  line-height: 36px; }

.problem .flex, .software-value .flex {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px; }

.problem img, .software-value img {
  width: 366px;
  height: 366px; }

.problem .img-1 {
  margin-right: 80px; }

.problem .img-2, .software-value .img-2 {
  margin-left: 80px; }

.problem .end-title {
  font-size: 44px;
  font-weight: bold;
  margin: 56px 0 72px 0; }

@media only screen and (max-width: 1280px) {
  .problem .xyz {
    margin: 40px 0; } }
@media only screen and (max-width: 767px) {
  .tinkerers h1 {
    font-size: 35px;
    line-height: 46px; }

  .tinkerers img {
    width: 45%;
    margin: 16px auto; }

  .tinkerers h2 {
    font-size: 33px;
    line-height: 39px; }

  .tinkerers p {
    font-size: 20px;
    line-height: 22px; }

  .problem .xyz {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 32px; }

  .problem .value-text {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    margin: 24px 0; }

  .problem .flex, .software-value .flex {
    flex-direction: column;
    margin-bottom: 24px; }

  .problem .second-column {
    flex-direction: column-reverse; }

  .problem .end-title {
    font-size: 33px;
    line-height: 43px;
    margin: 56px 0; }

  .problem img, .software-value img {
    width: 100%;
    height: 100%; }

  .problem .img-1 {
    margin-right: 0px; }

  .problem .img-2, .software-value .img-2 {
    margin-left: 0px; } }
.software-value .look {
  font-size: 31px;
  font-style: italic;
  font-weight: 600;
  color: #3F4444; }

.software-value .more {
  font-size: 44px;
  font-weight: bold;
  line-height: 64px; }

.software-value .when {
  font-size: 48px;
  font-weight: 500; }

.software-value .card {
  padding: 56px 120px 56px 56px;
  margin: 32px 0; }

.software-value .card .flex {
  justify-content: left; }

.software-value .card p {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: left; }

.software-value .card p:last-child {
  margin-bottom: 0; }

.software-value i.material-icons {
  color: #702F8A;
  font-size: 32px; }

.software-value .all {
  font-size: 48px;
  font-weight: bold;
  line-height: 64px;
  margin-bottom: 56px; }

.software-value .value-text {
  width: 500px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px; }

@media only screen and (max-width: 1280px) {
  .problem img, .software-value img {
    max-width: 100%;
    height: auto; } }
@media only screen and (max-width: 767px) {
  .software-value .more {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px; }

  .software-value .when {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 0; }

  .software-value .card {
    padding: 16px;
    margin: 24px 0; }

  .software-value .card .flex {
    flex-direction: row; }

  .software-value .card p {
    font-size: 16px;
    line-height: 21px; }

  .software-value .all {
    font-size: 32px;
    line-height: 42px; }

  .puzzle.flex {
    flex-direction: column-reverse; }

  .puzzle.flex .img-2 {
    margin-bottom: 24px; }

  .puzzle .value-text {
    font-size: 26px;
    line-height: 36px;
    width: 100%; } }
.review-large .flex {
  flex-direction: column;
  padding: 0 80px; }

.review-large p {
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 42px; }

.custom-software-lp p b, .review-large p b {
  font-weight: bold !important; }

.review-large .author, .qualities .author {
  justify-content: start;
  flex-direction: row;
  margin-top: 56px;
  align-items: center;
  padding: 0; }

.review-large .author img, .qualities .author img {
  height: 86px;
  width: 86px;
  margin-right: 24px;
  border-radius: 43px; }

.review-large .author p, .qualities .author p {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px; }

.examples h2 {
  font-size: 61px;
  font-weight: bold;
  line-height: 81px; }

.examples h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 64px; }

.examples .slick-initialized .slick-slide {
  display: flex; }

.examples .card {
  flex-direction: row;
  width: 85%;
  margin-top: 16px; }

.examples .card img {
  height: 541px;
  width: 541px; }

.examples .card p {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  padding: 0px 72px; }

.examples .custom-software-lp {
  margin: 56px; }

@media only screen and (max-width: 1280px) {
  .examples .card {
    flex-direction: column;
    width: 65%;
    margin-top: 16px; }

  .examples .card .flex {
    display: block; }

  .examples .card img {
    height: 100%;
    width: 100%; }

  .examples .card p {
    font-size: 24px;
    line-height: 29px;
    padding: 16px 24px; }

  .examples .custom-software-lp {
    padding: 0 16px;
    width: 100%;
    margin: 0 0 40px 0; }

  .examples .custom-software-lp .hs-cta-wrapper {
    width: auto; }

  .examples .custom-software-lp a {
    width: 100% !important; } }
@media only screen and (max-width: 767px) {
  .review-large .flex {
    padding: 0; }

  .review-large p {
    font-size: 20px;
    line-height: 25px; }

  .review-large .author, .qualities .author {
    margin-top: 24px; }

  .review-large .author img, .qualities .author img {
    height: 40px;
    width: 40px;
    margin-right: 24px;
    border-radius: 43px; }

  .review-large .author p, .qualities .author p {
    font-size: 16px;
    line-height: 20px; }

  .examples h2 {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 24px; }

  .examples h3 {
    font-size: 23px;
    line-height: 31px; }

  .examples .card {
    flex-direction: column;
    width: 95%;
    margin-top: 16px; }

  .examples .card .flex {
    display: block; }

  .examples .card img {
    height: 100%;
    width: 100%; }

  .examples .card p {
    font-size: 18px;
    line-height: 24px;
    padding: 16px 24px; }

  .examples .custom-software-lp {
    padding: 0 16px;
    width: 100%;
    margin: 0 0 24px 0; }

  .examples .custom-software-lp .hs-cta-wrapper {
    width: 100%; }

  .examples .custom-software-lp a {
    width: 100% !important; } }
.qualities-container {
  margin-bottom: 72px !important; }

.qualities-container .container {
  width: 1140px;
  margin: 0 auto; }

.qualities-container .why {
  font-size: 52px;
  font-weight: 900;
  line-height: 69px;
  margin-bottom: 80px; }

.qualities-content-container {
  max-width: 1000px;
  justify-content: start; }

.qualities h2 {
  font-size: 49px;
  font-weight: 900;
  margin-bottom: 40px; }

.qualities p {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 32px; }

.qualities .flex.card-container {
  justify-content: flex-end; }

.qualities img.arrow {
  position: absolute;
  left: 18%; }

.qualities .card {
  padding: 56px 72px;
  max-width: 920px;
  margin: 24px 0 0 0; }

.qualities .card p {
  font-size: 29px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 32px; }

.magic {
  background: url(/assets/images/landingPages/customSoftware/Custom-software-background-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding: 120px 0; }

.magic .how {
  color: #B5B6C5;
  font-size: 61px;
  font-weight: bold;
  text-decoration: line-through;
  line-height: 79px;
  margin-bottom: 6px; }

.magic .no {
  font-size: 61px;
  font-weight: bold;
  line-height: 79px;
  margin-bottom: 32px; }

.magic p {
  font-size: 34px;
  font-weight: 500;
  line-height: 39px; }

.gas-pedal h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 46px; }

.gas-pedal .card {
  max-width: 960px; }

.gas-pedal img {
  text-align: center; }

@media only screen and (max-width: 1280px) {
  .qualities-container .container {
    width: 100%; }

  .qualities p {
    line-height: 38px; } }
@media only screen and (max-width: 767px) {
  .qualities {
    overflow: visible; }

  .qualities-container {
    margin-bottom: 24px !important; }

  .qualities-container .container {
    width: 100%;
    margin: 0 auto;
    padding: 0; }

  .qualities-container .why {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 56px; }

  .qualities-content-container {
    width: 100%; }

  .qualities h2 {
    font-size: 38px;
    line-height: 56px;
    margin-bottom: 32px; }

  .qualities p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 32px; }

  .qualities .flex.card-container {
    justify-content: flex-end; }

  .qualities img.arrow {
    height: 56px;
    width: 56px;
    position: absolute;
    overflow: hidden;
    left: 80%;
    transform: rotate(180deg) scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }

  .qualities .card {
    padding: 16px;
    margin-top: 16px; }

  .qualities .card p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px; }

  .magic .how {
    font-size: 33px;
    line-height: 37px;
    margin-bottom: 6px; }

  .magic .no {
    font-size: 33px;
    line-height: 37px;
    margin-bottom: 24px; }

  .magic p {
    font-size: 20px;
    line-height: 24px; }

  .gas-pedal.page-content-section.page-content-section.accent-background {
    padding: 0; }

  .gas-pedal h2 {
    font-size: 28px;
    line-height: 33px; }

  .gas-pedal .card {
    width: 100%; }

  .gas-pedal img {
    text-align: center; } }
.geek p {
  font-size: 51px;
  font-weight: bold;
  margin-bottom: 36px;
  line-height: 46px; }

.geek .text-contanier {
  padding: 64px 80px 0 80px; }

.geek h2 {
  font-size: 51px;
  font-weight: bold;
  margin-bottom: 36px;
  line-height: 46px; }

.geek .description {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 36px;
  line-height: 46px; }

.geek .container {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 36px;
  line-height: 46px; }

.ephraim-img img {
  max-height: 720px;
  max-width: 720px; }

.custom-software-lp.industries h2 {
  font-size: 49px;
  font-weight: 900;
  margin-bottom: 16px; }

.custom-software-lp.industries h4 {
  font-size: 49px;
  font-weight: 900;
  margin-bottom: 48px; }

.custom-software-lp.industries h3 {
  font-size: 26px;
  font-weight: bold; }

.whats h1 {
  font-size: 49px;
  font-weight: 900; }

.whats .flex, .bandage .flex {
  flex-direction: row;
  align-items: center; }

.whats .card-left {
  background: #3CCBDA;
  color: #fff;
  font-size: 49px;
  font-weight: 600;
  line-height: 63px;
  width: 53%;
  padding: 53px 40px;
  z-index: 1; }

.whats .card-right {
  background: #ECEFF8;
  color: rgba(72, 77, 77, 0.84);
  font-size: 46px;
  font-weight: 600;
  line-height: 59px;
  text-decoration: line-through;
  width: 47%;
  padding: 72px 32px;
  height: 85%; }

.bandage .text-1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 66px;
  width: 75%;
  padding: 80px 56px 44px 0; }

.bandage .text-2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 66px;
  width: 85%;
  padding: 80px 0 44px 56px; }

.bandage img {
  height: 131px;
  width: auto; }

.last-button .button-container {
  height: 161px;
  align-items: flex-end;
  margin: 8px; }

.last-button img.arrow {
  position: absolute;
  right: 28%; }

.last-button .hubspot-button {
  border: 1px solid #3CCBDA !important;
  background-color: #3CCBDA !important;
  border-radius: 3px !important;
  height: 64px;
  padding: 0 36px;
  width: 305px !important; }

@media only screen and (max-width: 1280px) {
  img.arrow {
    display: none; }

  .geek .flex {
    flex-direction: row; }

  .geek .ephraim-img {
    flex: 1;
    margin-bottom: 32px; }

  .geek .mb-120 {
    margin-bottom: 0; }

  .geek p {
    font-size: 42px;
    margin-bottom: 40px;
    line-height: 46px; }

  .geek p.lemon-sans-med {
    margin-bottom: 24px; }

  .geek .text-contanier {
    flex: 1;
    margin: 0 16px; }

  .geek .text-contanier, .custom-software-lp.text-container {
    padding: 16px; }

  .geek h2 {
    font-size: 42px;
    line-height: 46px; }

  .geek .description {
    font-size: 22px;
    line-height: 26px; }

  .geek .container {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 36px;
    line-height: 46px; }

  .ephraim-img img {
    max-height: 100%;
    max-width: 100%; }

  .whats .card-left {
    font-size: 35px;
    line-height: 42px;
    height: auto;
    padding: 32px 16px; }

  .whats .card-right {
    font-size: 33px;
    line-height: 38px;
    height: auto;
    padding: 32px 16px; }

  .bandage .text-1 {
    font-size: 42px;
    line-height: 48px; }

  .bandage .text-2 {
    font-size: 42px;
    line-height: 48px; } }
@media only screen and (max-width: 767px) {
  .geek .flex {
    flex-direction: column; }

  .geek .mb-120 {
    margin-bottom: 0; }

  .geek p {
    font-size: 35px;
    margin-bottom: 36px;
    line-height: 39px; }

  .geek .text-contanier {
    padding: 16px; }

  .geek h2 {
    font-size: 33px;
    line-height: 37px; }

  .geek .description {
    font-size: 22px;
    line-height: 26px; }

  .geek .container {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 36px;
    line-height: 46px; }

  .ephraim-img img {
    max-height: 100%;
    max-width: 100%; }

  .custom-software-lp.text-container.container {
    max-width: 100%;
    margin: 16px 16px 32px 16px; }

  .custom-software-lp.industries h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px; }

  .custom-software-lp.industries h4 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px; }

  .custom-software-lp.industries h3 {
    font-size: 22px;
    line-height: 26px; }

  .whats h1 {
    font-size: 32px;
    margin-bottom: 24px; }

  .whats .flex, .bandage .flex {
    flex-direction: column;
    align-items: start; }

  .whats .card-left {
    font-size: 28px;
    line-height: 34px;
    width: 100%;
    height: auto;
    padding: 24px; }

  .whats .card-right {
    font-size: 28px;
    line-height: 34px;
    width: 100%;
    height: auto;
    padding: 24px; }

  .bandage .flex.first-column {
    flex-direction: column-reverse;
    margin: 24px 0; }

  .bandage .text-1 {
    font-size: 28px;
    line-height: 36px;
    width: 100%;
    padding: 16px; }

  .bandage .text-2 {
    font-size: 28px;
    line-height: 36px;
    width: 100%;
    padding: 16px; }

  .bandage img {
    height: 100px;
    width: auto; }

  .last-button .yes {
    font-size: 28px;
    line-height: 32px;
    margin: 32px 0; }

  .last-button .button-container {
    height: 161px;
    align-items: flex-end;
    margin: 8px;
    position: relative; }

  .last-button img.arrow {
    position: absolute;
    right: 0%;
    top: 0px;
    height: 88px;
    width: 88px; }

  .custom-software-lp .software-slider .slick-list {
    width: 100%;
    overflow-x: hidden; }

  .custom-software-lp .software-slider .slick-track {
    overflow-x: hidden; }

  img.arrow {
    display: none; } }
/***** TOOLS AND TECHNOLOGIES STYLES *****/
.bi-tools .container {
  max-width: 760px; }

.bi-tools-card {
  padding: 48px;
  max-width: 744px; }

@media only screen and (max-width: 1200px) {
  .bi-tools .page-content-section-title {
    max-width: 440px;
    text-align: center;
    margin: 0 auto 48px; } }
/***** MEANINGFUL INSIGHTS STYLES *****/
.bi-insights .container {
  max-width: 824px; }

.bi-insights .dots-background-right {
  top: -40px; }

.bi-insights .dots-background-right .large-dot {
  top: 64px;
  left: 80px; }

.bi-insights .dots-background-right .small-dot:last-child {
  top: auto;
  bottom: -32px;
  left: 40px; }

.bi-insights .img-container {
  height: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 64px; }

@media only screen and (max-width: 1320px) {
  .bi-insights .dots-background-right {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .bi-insights .page-content-section-title {
    text-align: center; }

  .bi-insights .medium-text.mb-80 {
    margin-bottom: 48px; } }
@media only screen and (max-width: 767px) {
  .bi-insights .page-content-section-title {
    text-align: left; }

  .bi-insights .flex.flex-align-center {
    align-items: flex-start; }

  .bi-insights .img-container {
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin-right: 16px; } }
/***** BUSINESS INTELLIGENCE STRATEGIES STYLES *****/
.bi-strategies .page-title {
  margin-bottom: 144px; }

.bi-strategies > div:nth-child(even) .relative {
  margin-left: 80px;
  padding-right: 48px; }

.bi-strategies > div:nth-child(odd) .relative {
  margin-right: 80px;
  padding-left: 48px; }

.bi-strategies img {
  max-width: none; }

@media only screen and (min-width: 1201px) and (max-width: 1320px) {
  .bi-strategies > div .large-dot {
    display: none; }

  .bi-strategies > div .xs-dot {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .bi-strategies > div:nth-child(even) .relative {
    margin-left: 0;
    margin-bottom: 48px;
    padding-right: 0; }

  .bi-strategies > div:nth-child(odd) .relative {
    margin-right: 0;
    margin-bottom: 48px;
    padding-left: 0; }

  .bi-strategies > div:nth-child(even) .flex {
    flex-direction: column-reverse; }

  .bi-strategies > div:nth-child(odd) .flex {
    flex-direction: column; } }
@media only screen and (max-width: 767px) {
  .bi-strategies > div {
    margin-bottom: 80px; }

  .bi-strategies > div:nth-child(even) .relative {
    margin-bottom: 24px; }

  .bi-strategies > div:nth-child(odd) .relative {
    margin-bottom: 24px; }

  .bi-strategies .page-content-section-title.mb-120 {
    margin-bottom: 80px; }

  .bi-strategies > div .large-dot {
    display: none; }

  .bi-strategies > div .xs-dot {
    display: none; } }
/*** Strategy One - Dot Background Styles ***/
.bi-strategies > .bi-strategy-one {
  margin-top: 120px;
  margin-bottom: 96px; }

.bi-strategy-one .large-dot {
  position: absolute;
  top: -40px;
  right: 72px; }

.bi-strategy-one .xs-dot {
  position: absolute;
  top: -96px;
  right: -8px; }

@media only screen and (max-width: 1200px) {
  .bi-strategies > .bi-strategy-one {
    margin-top: 120px; } }
@media only screen and (max-width: 767px) {
  .bi-strategies > .bi-strategy-one {
    margin-top: 80px; } }
/*** Strategy Two - Dot Background Styles ***/
.bi-strategy-two .large-dot {
  position: absolute;
  top: -40px;
  left: 16px; }

.bi-strategy-two .xs-dot {
  position: absolute;
  top: -80px;
  left: -56px; }

.bi-strategy-two > div.flex > div:last-child {
  position: relative;
  top: -40px; }

@media only screen and (max-width: 1200px) {
  .bi-strategy-two .relative img:first-child {
    margin-top: 0; }

  .bi-strategy-two .large-dot {
    top: -24px;
    left: -32px; }

  .bi-strategy-two .xs-dot {
    top: -54px;
    left: -96px; } }
@media only screen and (max-width: 767px) {
  .bi-strategy-two .relative {
    top: -16px; } }
/*** Strategy Three - Dot Background Styles ***/
.bi-strategy-three .large-dot {
  position: absolute;
  top: -32px;
  right: 80px; }

.bi-strategy-three .xs-dot {
  position: absolute;
  top: 24px;
  right: 0; }

@media only screen and (max-width: 1200px) {
  .bi-strategy-three .large-dot {
    right: 24px; }

  .bi-strategy-three .xs-dot {
    right: -40px; } }
/***** BUSINESS INTELLIGENCE PERFORMANCE STYLES *****/
.bi-performance.page-content-section {
  margin-bottom: 0; }

.bi-performance > .container {
  position: relative;
  z-index: 1; }

.bi-performance-cards {
  grid-gap: 48px; }

.accent-background .bi-performance-card {
  min-height: 300px;
  width: 300px;
  padding: 32px;
  position: relative;
  margin-top: 88px; }

.bi-performance-card:before {
  color: #B5B6C5;
  font-size: 240px;
  font-family: LemonSansMedium;
  line-height: 96px;
  position: absolute;
  top: -96px;
  opacity: .24;
  z-index: -1;
  width: 100%;
  left: 0;
  text-align: center; }

.bi-performance-card:nth-child(1):before {
  content: "01"; }

.bi-performance-card:nth-child(2):before {
  content: "02"; }

.bi-performance-card:nth-child(3):before {
  content: "03"; }

@media only screen and (max-width: 1200px) {
  .bi-performance > .container {
    padding: 0; }

  .bi-performance .page-content-section-title.mb-80 {
    margin-bottom: 40px; }

  .bi-performance-cards {
    grid-gap: 24px; }

  .accent-background .bi-performance-card {
    width: 224px;
    padding: 24px; }

  .bi-performance-card:before {
    top: -88px;
    font-size: 192px; } }
@media only screen and (max-width: 767px) {
  .accent-background .bi-performance-card {
    width: 264px;
    height: 196px; } }
/***** ENTERPRISE SOLUTIONS SATISFY STYLES *****/
@media only screen and (max-width: 1200px) {
  .enterprise-solutions-satisfy .page-content-section-title {
    max-width: 408px;
    text-align: center; } }
/***** ENTERPRISE SOLUTIONS STRATEGY STYLES *****/
.enterprise-solutions-strategy .container {
  max-width: 824px; }

.enterprise-solutions-strategy .dots-background-right {
  right: 0;
  top: -40px; }

.enterprise-solutions-strategy .dots-background-right .large-dot {
  left: 96px;
  top: 56px; }

.enterprise-solutions-strategy .dots-background-right .small-dot:last-child {
  top: auto;
  bottom: -32px;
  left: 24px; }

.enterprise-solutions-strategy .img-container {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 64px; }

@media only screen and (max-width: 1320px) {
  .enterprise-solutions-strategy .dots-background-right {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .enterprise-solutions-strategy .page-content-section-title.mb-72 {
    text-align: center;
    margin-bottom: 48px; } }
@media only screen and (max-width: 787px) {
  .enterprise-solutions-strategy .flex.flex-align-center {
    align-items: flex-start; }

  .enterprise-solutions-strategy .img-container {
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin-right: 16px; } }
/***** CUSTOM ENTERPRISE SOFTWARE STYLES *****/
.custom-enterprise-software-header {
  height: 420px;
  margin-bottom: 120px; }

.custom-enterprise-software-header p.fw-300 {
  max-width: 304px; }

.custom-enterprise-software-right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.custom-enterprise-software-tabs {
  height: 200px;
  width: 800px;
  position: absolute;
  top: 200px;
  right: 80px; }

.custom-enterprise-software-tabs .tabs {
  border-bottom: none;
  height: 100%; }

.custom-enterprise-software-tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.custom-enterprise-software .tabcontent {
  padding: 0; }

.custom-enterprise-software .tabcontent-container .dots-background-right {
  top: auto;
  bottom: 144px; }

.custom-enterprise-software .tabcontent-container .dots-background-right .large-dot {
  top: 64px;
  left: 64px; }

.custom-enterprise-software .tabcontent-container .dots-background-right .small-dot {
  top: auto;
  bottom: 0;
  left: -64px; }

@media only screen and (max-width: 1320px) {
  .custom-enterprise-software .tabcontent-container .dots-background-left {
    display: none; }

  .custom-enterprise-software .tabcontent-container .dots-background-right {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .custom-enterprise-software-header {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 24px; }

  .custom-enterprise-software-header .container {
    width: 100%; }

  .custom-enterprise-software-header .container p.fw-300 {
    max-width: 848px; }

  .custom-enterprise-software-right {
    position: unset;
    margin-bottom: 40px; }

  .custom-enterprise-software-right picture, .custom-enterprise-software-right img {
    width: 100%; }

  .custom-enterprise-software-tabs.card {
    height: auto;
    width: 100%;
    background: transparent;
    box-shadow: none;
    position: unset;
    border-bottom: 1px solid #B5B6C5;
    margin-bottom: 64px; }

  .custom-enterprise-software-tabs .tab {
    margin-bottom: -1px; }

  .custom-enterprise-software .tabcontent-container {
    padding: 0 16px; }

  .custom-enterprise-software .tabcontent-container .page-content-section-title {
    text-align: center;
    max-width: 630px; }

  .custom-enterprise-software .tabcontent-container p.medium-text.mb-80 {
    margin-bottom: 40px; }

  .custom-enterprise-software .tabcontent-container p.medium-text.mb-120 {
    margin-bottom: 64px; } }
@media only screen and (max-width: 767px) {
  .custom-enterprise-software-tabs .tab img {
    height: 24px;
    width: auto; }

  .custom-enterprise-software .tabcontent-container .page-content-section-title {
    text-align: left;
    margin-bottom: 16px; }

  .custom-enterprise-software-tabs .text-center {
    text-align: left; } }
@media only screen and (max-width: 360px) {
  .custom-enterprise-software-tabs .tabs {
    justify-content: space-between;
    padding: 0 16px; }

  .custom-enterprise-software-tabs .tab {
    width: auto; } }
/*** SAAS Styles ***/
.saas-card {
  padding: 80px;
  max-width: 744px;
  margin: 0 auto 80px; }

@media only screen and (max-width: 1200px) {
  .saas-card {
    padding: 40px;
    max-width: 680px;
    margin: 0 auto 40px; }

  #saas .page-content-section-title {
    margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  #saas .page-content-section-title {
    margin: 0 auto 16px; } }
/*** B2B Styles ***/
.business-integrations {
  display: flex;
  justify-content: space-between;
  margin: 160px 0; }

.business-integration-bubble {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

@media only screen and (max-width: 1200px) {
  #b2b .page-content-section-title {
    margin: 0 auto 24px; }

  .business-integrations {
    margin: 64px 0;
    justify-content: center; } }
@media only screen and (max-width: 767px) {
  .business-integrations {
    flex-direction: column;
    margin: 40px auto; }

  .business-integration-bubble {
    height: 64px;
    width: 64px;
    padding: 8px;
    position: unset; }

  .business-integration-bubble img {
    max-height: 32px; } }
/* Business Integrations Left Styles */
.business-integrations-left {
  padding-top: 64px; }

.business-integrations-left .business-integration-bubble:nth-child(1) {
  left: -144px; }

.business-integrations-left .business-integration-bubble:nth-child(2) {
  left: -32px;
  margin-bottom: 48px; }

.business-integrations-left .business-integration-bubble:nth-child(3) {
  left: -104px;
  margin-bottom: 24px; }

.business-integrations-left .business-integration-bubble:nth-child(4) {
  left: 8px; }

@media only screen and (max-width: 1200px) {
  .business-integrations-left {
    padding-top: 48px; }

  .business-integrations-left .business-integration-bubble:nth-child(1) {
    left: -72px; }

  .business-integrations-left .business-integration-bubble:nth-child(2) {
    left: -4px; }

  .business-integrations-left .business-integration-bubble:nth-child(3) {
    left: -52px; }

  .business-integrations-left .business-integration-bubble:nth-child(4) {
    left: 0; } }
@media only screen and (max-width: 767px) {
  .business-integrations-left {
    padding-top: 0;
    display: flex;
    justify-content: space-between; }

  .business-integrations-left .business-integration-bubble:nth-child(even) {
    margin-top: 32px; } }
/* Business Integrations Card Styles */
.business-integrations-card {
  padding: 40px;
  max-width: 460px;
  margin: 0 40px; }

@media only screen and (max-width: 1200px) {
  .business-integrations-card {
    max-width: 368px;
    margin: 0 24px; }

  .business-integrations-card p.mb-16 {
    margin-bottom: 16px; }

  .business-integrations-card .medium-text.line-height {
    line-height: 24px; } }
/* Business Integrations Right Styles */
.business-integrations-right {
  padding-top: 40px; }

.business-integrations-right .business-integration-bubble:nth-child(1) {
  right: -120px;
  margin-bottom: 8px; }

.business-integrations-right .business-integration-bubble:nth-child(3) {
  right: -152px; }

.business-integrations-right .business-integration-bubble:nth-child(4) {
  right: -32px;
  margin-bottom: 40px; }

.business-integrations-right .business-integration-bubble:nth-child(5) {
  right: 8px; }

@media only screen and (max-width: 1200px) {
  .business-integrations-right {
    padding-top: 12px; }

  .business-integrations-right .business-integration-bubble:nth-child(1) {
    right: -12px;
    margin-bottom: 16px; }

  .business-integrations-right .business-integration-bubble:nth-child(2) {
    right: -72px; }

  .business-integrations-right .business-integration-bubble:nth-child(3) {
    right: -4px;
    margin-bottom: 8px; }

  .business-integrations-right .business-integration-bubble:nth-child(4) {
    right: -72px;
    margin-bottom: 32px; }

  .business-integrations-right .business-integration-bubble:nth-child(5) {
    right: 0; } }
@media only screen and (max-width: 767px) {
  .business-integrations-right {
    padding-top: 40px;
    display: flex;
    justify-content: space-between; }

  .business-integrations-right .business-integration-bubble:nth-child(even) {
    margin-top: 48px; } }
/* Integrations Grid Styles */
.integrations-grid {
  grid-gap: 80px;
  padding: 0 16px; }

@media only screen and (max-width: 1200px) {
  .integrations-grid {
    grid-gap: 54px; }

  .integrations-grid img {
    height: 64px; } }
/*** Microservices Styles ***/
.microservices-grid {
  padding: 0 16px; }

.microservices-grid img {
  height: 96px; }

@media only screen and (max-width: 1200px) {
  .microservices-grid > div {
    max-width: 600px;
    width: 600px;
    margin: 0 auto; }

  .microservices-grid img {
    height: 64px; }

  .microservices-grid p.mt-40 {
    margin-top: 16px; } }
@media only screen and (max-width: 767px) {
  .microservices-grid > div {
    width: 100%; } }
/*** PAAS Styles ***/
.paas-grid {
  grid-gap: 80px; }

.paas-grid img {
  height: 80px; }

.salesforce-card .card {
  padding: 40px;
  max-width: 520px;
  margin: 0 auto 160px; }

.salesforce-card img {
  position: absolute;
  bottom: -8px;
  right: 120px; }

.custom-enterprise-software .paas-tabcontent .dots-background-right {
  bottom: 740px; }

.custom-enterprise-software .paas-tabcontent .dots-background-left {
  bottom: 104px;
  top: auto; }

.custom-enterprise-software .paas-tabcontent .dots-background-left .small-dot {
  bottom: auto;
  top: 4px;
  right: -48px; }

@media only screen and (max-width: 1200px) {
  .paas-grid {
    grid-gap: 40px;
    margin: 64px auto;
    max-width: 600px; }

  .paas-grid img {
    height: 80px; }

  .paas-grid + .page-content-section-title.mb-80 {
    max-width: 480px;
    margin: 0 auto 40px; }

  .salesforce-card .card {
    max-width: 368px;
    margin: 0 auto 64px; }

  .salesforce-card .card .medium-text.line-height {
    line-height: 24px; }

  #paas .page-content-section-title.text-center {
    margin: 0 auto 24px; } }
@media only screen and (max-width: 767px) {
  .paas-grid {
    max-width: 208px;
    margin: 40px auto;
    justify-items: center; }

  .paas-grid > div {
    display: flex;
    flex-direction: column;
    text-align: center; }

  .salesforce-card .card {
    padding: 16px; }

  .salesforce-card .mb-24 {
    margin-bottom: 8px; }

  .salesforce-card img {
    height: 72px;
    right: 0; } }
/***** MOBILE DEVELOPMENT HEADER STYLES *****/
.mobile-dev-header .floating-image-header-image:after {
  content: "Over two-thirds of the world's population are now mobile device subscribers.";
  width: 480px;
  height: 324px;
  position: absolute;
  background: #3CCBDA;
  border-radius: 3px;
  z-index: -1;
  bottom: -64px;
  left: -256px;
  padding: 56px 272px 96px 64px;
  box-sizing: border-box;
  font-family: LemonSansRegular;
  color: #fff;
  font-size: 24px;
  line-height: 28px; }

.mobile-dev-header .floating-image-header-image .dots-grid {
  position: absolute;
  left: -144px;
  bottom: 192px;
  z-index: -1; }

.mobile-dev-header.floating-image-header .dots-background-left {
  top: auto;
  bottom: -256px; }

.mobile-dev-header.floating-image-header .dots-background-left .small-dot {
  bottom: -40px;
  top: auto;
  left: 64px; }

.mobile-dev-header.floating-image-header .dots-background-left .large-dot {
  top: -16px;
  right: 8px; }

@media only screen and (max-width: 1200px) {
  .mobile-dev-header .floating-image-header-image:after {
    content: "";
    height: 200px;
    width: 304px;
    bottom: -32px;
    left: -64px; }

  .mobile-dev-header .floating-image-header-image .dots-grid {
    left: -104px;
    bottom: 48px; } }
/***** MOBILE SUBSCRIBERS STYLES *****/
.mobile-subscribers {
  background: #3CCBDA;
  padding: 32px 16px; }

.mobile-subscribers .large-text {
  font-size: 18px;
  line-height: 28px; }

/***** MOBILE IMPORTANCE STYLES *****/
.mobile-importance.container {
  max-width: 952px; }

/***** DIGITAL STRATEGY STYLES *****/
.digital-strategy > .container {
  position: relative;
  z-index: 1; }

.digital-strategy-cards {
  grid-gap: 48px; }

.accent-background .digital-strategy-card {
  height: 300px;
  width: 300px;
  padding: 40px;
  position: relative;
  margin-top: 88px; }

.digital-strategy-card:before {
  color: #B5B6C5;
  font-size: 240px;
  font-family: LemonSansMedium;
  line-height: 96px;
  position: absolute;
  top: -96px;
  opacity: .24;
  z-index: -1;
  width: 100%;
  left: 0;
  text-align: center; }

.digital-strategy-card:nth-child(1):before {
  content: "01"; }

.digital-strategy-card:nth-child(2):before {
  content: "02"; }

.digital-strategy-card:nth-child(3):before {
  content: "03"; }

@media only screen and (max-width: 1200px) {
  .digital-strategy > .container {
    padding: 0; }

  .digital-strategy .page-content-section-title.mb-80 {
    margin-bottom: 40px; }

  .digital-strategy-cards {
    grid-gap: 24px; }

  .accent-background .digital-strategy-card {
    width: 224px;
    height: 244px;
    padding: 24px; }

  .digital-strategy-card:before {
    top: -88px;
    font-size: 192px; } }
@media only screen and (max-width: 767px) {
  .accent-background .digital-strategy-card {
    width: 264px;
    height: 196px; } }
/***** MOBILE DESIGN STYLES *****/
.mobile-design {
  margin-bottom: 120px; }

.mobile-design .container {
  max-width: 848px; }

.mobile-design .dots-background-left {
  top: 40px; }

.mobile-design .dots-background-left .small-dot {
  top: -16px;
  left: 64px; }

.mobile-design .dots-background-left .large-dot {
  top: 120px;
  right: 8px; }

.mobile-design-icons {
  display: flex;
  justify-content: space-around; }

.mobile-design-icons > div {
  width: 248px;
  display: flex;
  flex-direction: column; }

.mobile-design-icons > div .img-container {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 1320px) {
  .mobile-design .dots-background-left {
    display: none; } }
@media only screen and (max-width: 767px) {
  .mobile-design {
    margin-bottom: 80px; }

  .mobile-design-icons {
    display: block;
    margin: 0 auto; }

  .mobile-design-icons > div {
    margin: 40px auto 0; } }
/***** MOBILE APP TECHNOLOGY STYLES *****/
.mobile-app-technology .dots-background-right {
  top: -96px; }

.mobile-app-technology .dots-background-right .small-dot {
  top: 220px;
  right: 64px; }

.mobile-app-technology .dots-background-right .large-dot {
  top: 64px;
  left: 40px; }

.mobile-app-technology-tabs {
  margin-top: 128px; }

.mobile-app-technology-tabs .tabs {
  max-width: 848px;
  margin: 0 auto;
  text-align: center; }

.mobile-app-technology-tabs .tab {
  width: 33.3333%; }

.mobile-app-technology-tabs .more-link {
  font-size: 16px; }

@media only screen and (max-width: 767px) {
  .mobile-app-technology-tabs {
    margin: 80px -16px 0; }

  .mobile-app-technology-tabs .tabcontent-container {
    padding: 0 16px; } }
/***** PRODUCT DEVELOPMENT STRATEGY STYLES *****/
.product-development-strategy.page-content-section {
  margin-top: 152px; }

.product-development-strategy .dots-background-right {
  bottom: -0;
  top: auto; }

/*** Card Styles ***/
.product-development-strategy-card .dots-background-top {
  position: absolute;
  top: -112px;
  left: 0; }

.product-development-strategy-card {
  padding: 80px 120px;
  max-width: 800px;
  border-radius: 0 3px 3px 0; }

.product-development-strategy-card:after {
  content: "";
  width: 488px;
  height: 270px;
  position: absolute;
  background: #3CCBDA;
  border-radius: 3px;
  z-index: -1;
  bottom: -104px;
  right: -320px; }

.product-development-strategy-card .dots-background-right {
  position: absolute;
  top: 72px;
  right: -120px;
  z-index: -1; }

.einstein-quote {
  color: #fff;
  position: absolute;
  right: -272px;
  width: 228px;
  bottom: -56px; }

@media only screen and (max-width: 1200px) {
  .product-development-strategy {
    margin-bottom: 168px; }

  .product-development-strategy-card .dots-background-top {
    display: block;
    top: -80px; }

  .product-development-strategy-card {
    width: 448px;
    padding: 40px; }

  .product-development-strategy-card .page-content-section-title.mb-64 {
    margin-bottom: 40px; }

  .product-development-strategy-card .flex.mb-32 {
    margin-bottom: 24px; }

  .product-development-strategy-card:after {
    height: 192px;
    width: 376px;
    right: auto;
    left: 288px;
    bottom: -88px; }

  .product-development-strategy-card .einstein-quote {
    bottom: -72px;
    right: auto;
    left: 468px;
    width: 184px; }

  .product-development-strategy-card .einstein-quote p.mb-32 {
    margin-bottom: 24px; }

  .product-development-strategy-card .dots-background-right {
    display: block;
    right: -44px;
    top: 124px; } }
@media only screen and (max-width: 767px) {
  .product-development-strategy {
    margin: 80px 0; }

  .product-development-strategy-card {
    display: none; }

  .einstein-quote {
    position: unset;
    background: #3CCBDA;
    width: 100%;
    padding: 24px 16px; }

  .einstein-quote .xxl-text {
    font-size: 24px; } }
/***** PRODUCT STRATEGY FUNDAMENTALS STYLES *****/
.fundamentals.page-content-section {
  margin-top: -64px;
  padding-top: 160px; }

.fundamentals-grid {
  grid-gap: 64px; }

@media only screen and (max-width: 1200px) {
  .fundamentals.container {
    margin-top: 168px; }

  .fundamentals-grid {
    grid-gap: 56px; }

  .fundamentals-grid img {
    height: 64px; } }
@media only screen and (max-width: 767px) {
  .fundamentals.container {
    margin-top: 80px; }

  .fundamentals .page-content-section-title.text-center.mb-80 {
    text-align: left;
    margin-bottom: 40px; }

  .fundamentals-grid {
    grid-gap: 40px; } }
/***** PRODUCT DEVELOPMENT STRATEGY JOURNEY STYLES *****/
.journey.page-content-section {
  margin-top: -120px;
  padding-top: 120px; }

.journey > div {
  margin-bottom: 136px; }

.journey > div:nth-child(even) .relative {
  margin-left: 120px;
  padding-right: 48px; }

.journey > div:nth-child(odd) .relative {
  margin-right: 120px;
  padding-left: 48px; }

.journey img {
  max-width: none; }

@media only screen and (min-width: 1201px) and (max-width: 1320px) {
  .journey > div .large-dot {
    display: none; }

  .journey > div .xs-dot {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .journey > div:nth-child(even) .relative {
    margin-left: 0;
    margin-bottom: 48px;
    padding-right: 0; }

  .journey > div:nth-child(odd) .relative {
    margin-right: 0;
    margin-bottom: 48px;
    padding-left: 0; }

  .journey > div:nth-child(even) .flex {
    flex-direction: column-reverse; }

  .journey > div:nth-child(odd) .flex {
    flex-direction: column; } }
@media only screen and (max-width: 767px) {
  .journey > div {
    margin-bottom: 80px; }

  .journey > div:nth-child(even) .relative {
    margin-bottom: 24px; }

  .journey > div:nth-child(odd) .relative {
    margin-bottom: 24px; }

  .journey .page-content-section-title.mb-120 {
    margin-bottom: 80px; }

  .journey > div .large-dot {
    display: none; }

  .journey > div .xs-dot {
    display: none; } }
/*** Journey One - Dot Background Styles ***/
.journey-one .large-dot {
  position: absolute;
  top: -24px;
  right: 32px; }

.journey-one .xs-dot {
  position: absolute;
  top: -56px;
  right: -40px; }

@media only screen and (max-width: 1200px) {
  .journey-one .large-dot {
    top: -24px; }

  .journey-one .xs-dot {
    top: -80px;
    right: -64px; } }
/*** Journey Two - Dot Background Styles ***/
.journey-two .relative img:first-child {
  margin-left: -96px; }

.journey-two .large-dot {
  position: absolute;
  top: -24px;
  left: 24px; }

.journey-two .xs-dot {
  position: absolute;
  top: -64px;
  left: -48px; }

@media only screen and (max-width: 1200px) {
  .journey-two .relative img:first-child {
    margin-left: 0; }

  .journey-two .large-dot {
    top: -24px;
    left: -40px; }

  .journey-two .xs-dot {
    top: -72px;
    left: -112px; } }
/*** Journey Three - Dot Background Styles ***/
.journey-three .relative {
  margin-top: -64px; }

.journey-three .large-dot {
  position: absolute;
  top: -24px;
  right: 24px; }

.journey-three .xs-dot {
  position: absolute;
  top: 32px;
  right: -48px; }

@media only screen and (max-width: 1200px) {
  .journey-three .relative {
    margin-top: 0; }

  .journey-three .large-dot {
    top: -48px; }

  .journey-three .xs-dot {
    top: 8px;
    right: -88px; } }
/*** Journey Four - Dot Background Styles ***/
.journey-four .large-dot {
  position: absolute;
  top: -48px;
  left: 16px; }

.journey-four .xs-dot {
  position: absolute;
  top: 24px;
  left: -64px; }

/*** Journey Five - Dot Background Styles ***/
.journey-five .large-dot {
  position: absolute;
  top: -48px;
  right: 56px; }

.journey-five .xs-dot {
  position: absolute;
  top: -96px;
  right: -24px; }

@media only screen and (max-width: 1200px) {
  .journey-five .large-dot {
    top: -40px;
    right: 24px; }

  .journey-five .xs-dot {
    top: -88px; } }
/*** Journey Six - Dot Background Styles ***/
.journey-six .relative img:first-child {
  margin-left: -96px; }

.journey-six .large-dot {
  position: absolute;
  top: -40px;
  left: 24px; }

.journey-six .xs-dot {
  position: absolute;
  top: -80px;
  left: -40px; }

@media only screen and (max-width: 1200px) {
  .journey-six .relative img:first-child {
    margin-left: 0; }

  .journey-six .large-dot {
    top: -32px;
    left: -32px; }

  .journey-six .xs-dot {
    top: -72px;
    left: -96px; } }
/*** Journey Seven - Dot Background Styles ***/
.journey-seven .relative {
  margin-top: -64px; }

.journey-seven .large-dot {
  position: absolute;
  top: -24px;
  right: 24px; }

.journey-seven .xs-dot {
  position: absolute;
  top: 32px;
  right: -48px; }

@media only screen and (max-width: 1200px) {
  .journey-seven .relative {
    margin-top: 0; }

  .journey-seven .large-dot {
    top: -40px; }

  .journey-seven .xs-dot {
    top: 16px;
    right: -88px; } }
/***** SOFTWARE SOLUTIONS STYLES *****/
@media only screen and (max-width: 767px) {
  .software-solutions-card .mb-24 {
    margin-bottom: 16px; }

  .software-solutions-card .mt-48 {
    margin-top: 24px; } }
/***** SOFTWARE CLARITY STYLES *****/
.clarity-grid {
  grid-gap: 64px; }

@media only screen and (max-width: 1200px) {
  .clarity .page-content-section-title.text-center {
    text-align: left; }

  .clarity-grid {
    grid-gap: 56px; }

  .clarity-grid img {
    height: 64px; } }
@media only screen and (max-width: 767px) {
  .clarity-grid {
    margin-top: -40px;
    grid-gap: 40px; } }
/***** SOFTWARE CONSULTING SERVICES STYLES *****/
@media only screen and (max-width: 1200px) {
  .software-consulting-services-tabs {
    margin-top: 64px; }

  .software-consulting-services-tabs .tab img {
    height: 64px; } }
@media only screen and (max-width: 767px) {
  .software-consulting-services-tabs {
    margin-top: 64px; }

  .software-consulting-services-tabs .tab:not(:last-child) {
    margin-right: 8px; }

  .software-consulting-services-tabs .tab img {
    height: 40px;
    width: auto; }

  .software-consulting-services-tabs .tab .medium-text {
    font-size: 10px; } }
/***** SOFTWARE DEVELOPMENT HEADER STYLES *****/
.hero-wave-header.software-development-header .dots-background-right {
  bottom: -240px; }

.software-development-header .dots-background-right .small-dot:not(:last-child) {
  top: 104px;
  right: auto;
  left: -48px; }

.software-development-header .dots-background-right .large-dot {
  top: -8px;
  left: 88px; }

/***** QUALITY SOFTWARE DEVELOPMENT STYLES *****/
.quality-software-development.page-content-section {
  margin-top: 160px;
  margin-bottom: 208px; }

/*** Card Styles ***/
.quality-software-development-card .dots-background-top {
  position: absolute;
  top: -80px;
  left: 0; }

.quality-software-development-card {
  padding: 80px 120px;
  max-width: 800px;
  border-radius: 0 3px 3px 0; }

.quality-software-development-card:after {
  content: "";
  width: 560px;
  height: 320px;
  position: absolute;
  background: #3CCBDA;
  border-radius: 3px;
  z-index: -1;
  bottom: -88px;
  right: -400px; }

.quality-software-development-card .dots-background-right {
  position: absolute;
  top: 72px;
  right: -120px;
  z-index: -1; }

.sub-card-content {
  color: #fff;
  position: absolute;
  right: -368px;
  width: 328px;
  bottom: -8px; }

.sub-card-content i {
  font-size: 26px; }

@media only screen and (max-width: 1200px) {
  .quality-software-development {
    margin-bottom: 168px; }

  .quality-software-development-card .dots-background-top {
    display: block;
    top: -80px; }

  .quality-software-development-card {
    width: 432px;
    padding: 40px 40px 64px 40px; }

  .quality-software-development-card .page-content-section-title.mb-64 {
    margin-bottom: 16px; }

  .quality-software-development-card .flex.mb-32 {
    margin-bottom: 24px; }

  .quality-software-development-card:after {
    height: 192px;
    width: 376px;
    right: auto;
    left: 352px;
    bottom: -88px; }

  .sub-card-content {
    right: -290px;
    bottom: -64px;
    width: 312px;
    margin: 40px -16px 0;
    padding: 0 16px; }

  .quality-software-development-card .dots-background-right {
    display: block;
    right: -92px;
    top: 184px; } }
@media only screen and (max-width: 767px) {
  .quality-software-development {
    margin: 80px 0; }

  .quality-software-development-card {
    box-shadow: none;
    padding: 0 16px;
    width: 100%; }

  .quality-software-development-card:after {
    display: none; }

  .sub-card-content {
    position: unset;
    background: #3CCBDA;
    padding: 24px 16px;
    width: calc(100% + 32px);
    margin: 40px 0 0 -16px; } }
/***** SOFTWARE DEVELOPMENT SOLUTIONS STYLES *****/
.software-dev-solutions img {
  max-width: 100%; }

.software-dev-solutions-options {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: flex-end; }

.software-dev-solutions-options > div {
  background: #fff;
  border-radius: 3px 3px 0 0;
  padding: 24px 56px;
  height: 128px;
  width: 320px;
  text-align: center;
  margin: 0 40px;
  overflow: hidden;
  cursor: default;
  transition: height 300ms linear; }

.software-dev-solutions-options p {
  pointer-events: none; }

.software-dev-solutions-options p.fw-300 {
  opacity: 0;
  transition: opacity 300ms linear;
  text-align: left; }

.software-dev-solutions-options > div.open {
  height: calc(100% - 40px); }

.software-dev-solutions-options > div.open p.fw-300 {
  opacity: 1; }

@media only screen and (min-width: 1201px) {
  .software-dev-solutions-options > div:hover {
    height: calc(100% - 40px); }

  .software-dev-solutions-options > div:hover p.fw-300 {
    opacity: 1; } }
@media only screen and (max-width: 1200px) {
  .software-dev-solutions.container {
    margin-top: 168px; }

  .software-dev-solutions .page-content-section-title.mb-80 {
    margin-bottom: 40px; }

  .software-dev-solutions-options {
    padding: 0 8px; }

  .software-dev-solutions-options > div {
    margin: 0 8px;
    padding: 16px 24px;
    height: 104px;
    font-size: 14px; }

  .software-dev-solutions-options > div > p:first-child {
    font-size: 14px; } }
@media only screen and (max-width: 767px) {
  .software-dev-solutions.container {
    margin-top: 80px; }

  .software-dev-solutions-options {
    position: relative;
    display: block; }

  .software-dev-solutions-options > div {
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.1); }

  .software-dev-solutions-options p.fw-300 {
    opacity: 1; } }
/***** SOFTWARE DEVELOPMENT FOCUS STYLES *****/
.focus > div {
  margin-bottom: 88px; }

.focus > div:nth-child(even) .relative {
  margin-left: 120px;
  padding-right: 48px; }

.focus > div:nth-child(odd) .relative {
  margin-right: 120px;
  padding-left: 48px; }

.focus img {
  max-width: none; }

@media only screen and (min-width: 1201px) and (max-width: 1320px) {
  .focus > div .large-dot {
    display: none; }

  .focus > div .xs-dot {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .focus .page-content-section-title {
    max-width: 400px;
    margin: 0 auto 80px; }

  .focus > div:nth-child(even) .relative {
    margin-left: 0;
    margin-bottom: 48px;
    padding-right: 0; }

  .focus > div:nth-child(odd) .relative {
    margin-right: 0;
    margin-bottom: 48px;
    padding-left: 0; }

  .focus > div:nth-child(even) .flex {
    flex-direction: column-reverse; }

  .focus > div:nth-child(odd) .flex {
    flex-direction: column; } }
@media only screen and (max-width: 767px) {
  .focus > div {
    margin-bottom: 80px; }

  .focus > div:nth-child(even) .relative {
    margin-bottom: 24px; }

  .focus > div:nth-child(odd) .relative {
    margin-bottom: 24px; }

  .focus .page-content-section-title.mb-120 {
    margin-bottom: 80px; }

  .focus > div .large-dot {
    display: none; }

  .focus > div .xs-dot {
    display: none; } }
/*** Focus One - Dot Background Styles ***/
.focus-one .relative {
  margin-top: -40px;
  left: -16px; }

.focus-one .large-dot {
  position: absolute;
  top: 0;
  right: -8px; }

.focus-one .xs-dot {
  position: absolute;
  top: -48px;
  right: -80px; }

/*** Focus Two - Dot Background Styles ***/
.focus-two .relative img:first-child {
  margin-top: -40px; }

.focus-two .large-dot {
  position: absolute;
  top: -68px;
  left: -24px; }

.focus-two .xs-dot {
  position: absolute;
  top: -112px;
  left: -78px; }

@media only screen and (max-width: 1200px) {
  .focus-two .relative img:first-child {
    margin-top: 0; }

  .focus-two .large-dot {
    top: 0;
    left: -24px; }

  .focus-two .xs-dot {
    top: -40px;
    left: -88px; } }
/*** Focus Three - Dot Background Styles ***/
.focus-three .large-dot {
  position: absolute;
  top: -24px;
  right: -16px; }

.focus-three .xs-dot {
  position: absolute;
  top: 24px;
  right: -72px; }

/*** Focus Four - Dot Background Styles ***/
.focus-four .large-dot {
  position: absolute;
  top: -48px;
  left: 0; }

.focus-four .xs-dot {
  position: absolute;
  top: 24px;
  left: -80px; }

/***** UX DESIGN PROCESS STYLES *****/
.page-content-section.ux-process {
  margin-bottom: 48px; }

.process-infographic {
  padding-bottom: 80px; }

.process-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 200px; }

.process-infographic .dashed-border {
  position: absolute;
  left: 50%;
  transform: translateX(-100%); }

.process-step:nth-child(even) {
  padding-top: 224px; }

@media only screen and (max-width: 1200px) {
  .page-content-section.ux-process {
    margin-bottom: 80px; }

  .process-infographic {
    padding-bottom: 0;
    max-width: 600px;
    margin: 0 auto; }

  .process-steps {
    grid-template-columns: 1fr; }

  .process-step:nth-child(even) {
    padding-top: 0; }

  .process-step:not(:last-child) {
    margin-bottom: 48px; }

  .process-step img {
    height: 64px; }

  .process-step .lemon-sans-med.mt-24.mb-24 {
    margin-top: 16px;
    margin-bottom: 8px; } }
/***** WEB DEVELOPMENT SERVICES STYLES *****/
.web-dev-services-dots {
  position: relative; }
  .web-dev-services-dots > * {
    position: absolute; }
  .web-dev-services-dots .dots-grid-large:first-child {
    top: 0; }
  .web-dev-services-dots .medium-dot:nth-child(2) {
    top: -24px;
    left: 216px; }
  .web-dev-services-dots .xxxl-dot {
    top: 100px;
    left: 90px; }
  .web-dev-services-dots .dots-grid-small {
    top: 260px;
    left: 208px; }
  .web-dev-services-dots .xl-dot {
    left: 180px;
    top: 320px; }
  .web-dev-services-dots .dots-grid-large:not(:first-child) {
    top: 504px; }
  .web-dev-services-dots .xxl-dot {
    top: 492px;
    left: 42px; }
  .web-dev-services-dots .medium-dot:nth-last-child(2) {
    top: 712px;
    left: -16px; }
  .web-dev-services-dots .medium-dot:last-child {
    top: 820px;
    left: 208px; }

.web-dev-services-content {
  padding-left: 504px; }

.web-dev-services-content p i {
  padding-top: 4px; }

@media only screen and (max-width: 1520px) {
  .web-dev-services-content {
    padding-left: 400px; } }
@media only screen and (max-width: 1320px) {
  .web-dev-services-dots {
    left: 16px; } }
@media only screen and (max-width: 1200px) {
  .web-dev-services-dots {
    display: none; }

  .web-dev-services-content {
    padding-left: 0; } }
/***** WEB DEVELOPMENT TEAM STYLES *****/
.web-dev-team .container {
  max-width: 744px; }

.web-dev-team-card p i {
  padding-top: 4px; }

@media only screen and (max-width: 1200px) {
  .web-dev-team .page-content-section-title {
    text-align: center; } }
/***** WEB DEVELOPMENT COMPANY STYLES *****/
.web-dev-company {
  margin-bottom: 120px; }

.web-dev-company-grid img {
  height: 56px; }

@media only screen and (max-width: 1200px) {
  .web-dev-company {
    margin-bottom: 80px; }

  .web-dev-company .page-content-section-title {
    max-width: 424px;
    margin: 0 auto 80px;
    text-align: center; }

  .web-dev-company-grid {
    max-width: 600px;
    margin: 0 auto; }

  .web-dev-company-grid p.mt-24 {
    margin-top: 16px; } }
/***** WEB DEVELOPMENT TECHNOLOGY STYLES *****/
.web-dev-technology-bubbles {
  display: flex;
  justify-content: space-between; }

.web-dev-technology-bubble {
  box-shadow: 0 0 16px -4px rgba(59, 63, 182, 0.16);
  border-radius: 100%;
  height: 110px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center; }

.web-dev-technology-bubble:not(:first-child) {
  margin-left: 24px; }

.web-dev-technology-bubble:nth-child(even) {
  margin-top: 48px; }

.web-dev-technology-bubble:last-child {
  margin-top: 48px; }

@media only screen and (max-width: 1200px) {
  .web-dev-technology-bubbles {
    flex-wrap: wrap;
    width: 576px;
    margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  .web-dev-technology-bubbles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    justify-items: center; }

  .web-dev-technology-bubble {
    height: 80px;
    width: 80px;
    padding: 20px; }

  .web-dev-technology-bubble:not(:first-child) {
    margin-left: 0; }

  .web-dev-technology-bubble:nth-child(even) {
    margin-top: 0; }

  .web-dev-technology-bubble:nth-child(2), .web-dev-technology-bubble:nth-child(5) {
    margin-top: 48px; }

  .web-dev-technology-bubble:last-child {
    margin-top: 0; } }
/***** CLIENT COLLABORATION STYLES *****/
.client-collaboration.page-content-section {
  margin-top: 152px;
  margin-bottom: 264px; }

.client-collaboration .dots-background-right {
  bottom: -0;
  top: auto; }

@media only screen and (max-width: 1200px) {
  .client-collaboration.page-content-section {
    margin-bottom: 144px; } }
@media only screen and (max-width: 767px) {
  .client-collaboration.page-content-section {
    margin-top: 80px; } }
/*** Card Styles ***/
.client-collaboration-card .dots-background-top {
  position: absolute;
  top: -112px;
  left: 0; }

.client-collaboration-card {
  padding: 80px 120px;
  max-width: 800px; }

.client-collaboration-card:after {
  content: "Quintessential in using the latest software development technologies";
  width: 520px;
  height: 280px;
  position: absolute;
  background: #3CCBDA;
  border-radius: 3px;
  z-index: -1;
  bottom: -104px;
  right: -360px;
  font-family: LemonSansMedium;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 80px 80px 88px 220px;
  box-sizing: border-box;
  line-height: 1.3; }

.client-collaboration-card .dots-background-right {
  position: absolute;
  top: 72px;
  right: -120px;
  z-index: -1; }

.client-collaboration-accent-box {
  background: #3CCBDA;
  padding: 24px 16px;
  font-size: 18px;
  margin-top: 24px; }

@media only screen and (max-width: 1200px) {
  .client-collaboration {
    margin-bottom: 144px; }

  .client-collaboration-card .dots-background-top {
    display: block;
    top: -80px; }

  .client-collaboration-card {
    width: 464px;
    padding: 40px; }

  .client-collaboration-card:after {
    height: 208px;
    width: 380px;
    right: auto;
    left: 344px;
    bottom: -64px;
    font-size: 20px;
    padding: 64px 24px 64px 140px; }

  .client-collaboration-card .dots-background-right {
    display: block;
    right: -44px;
    top: 124px; } }
@media only screen and (max-width: 767px) {
  .client-collaboration-card {
    width: 100%;
    box-shadow: none;
    padding: 0 16px; }

  .client-collaboration-card:after {
    content: none; } }
/***** DEVELOPMENT TOOLS STYLES *****/
.development-tools .container {
  max-width: 848px; }

.development-tools-grid {
  grid-gap: 80px; }

@media only screen and (max-width: 1320px) {
  .development-tools .dots-background-left {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .development-tools .page-content-section-title {
    text-align: center; }

  .development-tools-grid {
    grid-gap: 64px;
    max-width: 664px;
    margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  .development-tools-grid {
    grid-gap: 40px; }

  .development-tools-grid img {
    height: 48px; } }
/***** GUIDING PRINCIPLES STYLES *****/
.accent-background .guiding-principles-card {
  width: 460px;
  max-width: 100%;
  padding-left: 80px; }

@media only screen and (max-width: 1200px) {
  .page-content-section.page-content-section.accent-background.guiding-principles .page-content-section-title.mb-40 {
    margin-bottom: 24px; }

  .guiding-principles p.mb-40 {
    margin-bottom: 24px; }

  .accent-background .guiding-principles-card {
    width: 368px; } }
/***** SOFTWARE TECHNOLOGIES STYLES *****/
.technology-section {
  margin-bottom: 120px; }

.technology-bubble {
  height: 200px;
  width: 200px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative; }

@media only screen and (max-width: 1200px) {
  .technology-section {
    margin-bottom: 80px;
    display: flex; }

  .technology-section:not(.technology-two) {
    flex-direction: row-reverse; }

  .technology-bubble {
    height: 120px;
    width: 120px;
    margin-left: 16px;
    margin-right: 24px;
    position: unset; }

  .technology-bubble img {
    height: 64px; } }
@media only screen and (max-width: 767px) {
  .software-technologies .page-content-section-title.mb-120 {
    margin-bottom: 40px; }

  .technology-section {
    margin-bottom: 40px; }

  .technology-section:not(.technology-two) {
    flex-direction: column-reverse; }

  .technology-section.technology-two {
    flex-direction: column; }

  .technology-bubble {
    height: 80px;
    width: 80px;
    margin-bottom: 24px; }

  .technology-bubble img {
    height: 40px; } }
/*** Technology Section Left Styles */
.technology-floating-dots-right {
  position: absolute;
  top: -72px;
  right: 0; }
  .technology-floating-dots-right img {
    display: block; }
  .technology-floating-dots-right .xl-dot {
    position: relative;
    left: 80px; }
  .technology-floating-dots-right .dots-grid {
    position: relative;
    top: 72px; }
  .technology-floating-dots-right .technology-bubble {
    top: -96px;
    left: -144px; }
  .technology-floating-dots-right .xxl-dot {
    position: relative;
    top: -24px; }
  .technology-floating-dots-right .medium-dot {
    position: relative;
    top: 64px;
    left: -48px; }

@media only screen and (max-width: 1200px) {
  .technology-floating-dots-right {
    position: unset; }

  .technology-floating-dots-right > img {
    display: none; } }
/*** Technology Section Right Styles ***/
.technology-section-right > .container {
  display: flex;
  justify-content: flex-end; }

.technology-floating-dots-left {
  position: absolute;
  top: 0;
  left: 0; }
  .technology-floating-dots-left img {
    display: block; }
  .technology-floating-dots-left .xl-dot {
    position: relative;
    left: 276px; }
  .technology-floating-dots-left .dots-grid {
    position: relative;
    top: 72px; }
  .technology-floating-dots-left .technology-bubble {
    top: -96px;
    left: 52px; }
  .technology-floating-dots-left .xxl-dot {
    position: relative;
    top: -24px;
    left: 240px; }
  .technology-floating-dots-left .dots-grid-small {
    position: relative;
    left: 196px;
    top: -56px;
    z-index: -1; }
  .technology-floating-dots-left .medium-dot {
    position: relative;
    top: 64px;
    left: 148px; }

@media only screen and (max-width: 1440px) {
  .technology-section-right > .container {
    padding-left: 280px; } }
@media only screen and (max-width: 1200px) {
  .technology-section-right > .container {
    padding-left: 16px; }

  .technology-floating-dots-left {
    position: unset; }

  .technology-floating-dots-left > img {
    display: none; } }
/***** TECHNOLOGY DOUBLE DOTS BACKGROUND SECTION STYLES *****/
.technology-section-double-dots-background .container {
  max-width: 856px; }

.technology-section-double-dots-background .dots-background-left {
  top: -32px; }

.technology-section-double-dots-background .dots-background-left .large-dot {
  top: 160px;
  right: 24px; }

.technology-section-double-dots-background .dots-background-left .small-dot {
  top: 24px;
  bottom: auto;
  right: -40px; }

.technology-section-double-dots-background .dots-background-right {
  top: auto;
  bottom: -64px; }

.technology-section-double-dots-background .dots-background-right .large-dot {
  top: 64px;
  left: 80px; }

.technology-section-double-dots-background .dots-background-right .small-dot:last-child {
  top: auto;
  bottom: -40px;
  left: 40px; }

/***** BUSINESS ADVANTAGES STYLES *****/
.business-advantages-card {
  width: 460px;
  max-width: 100%;
  padding-left: 80px; }

@media only screen and (max-width: 1200px) {
  .business-advantages-card {
    width: 368px; } }
/***** MICROSOFT TOOLS STYLES *****/
.microsoft-tools.container {
  max-width: 856px; }

/***** AUTHOR BIO PAGE STYLES *****/
.author-header.floating-image-header .page-title {
  font-size: 62px;
  margin-bottom: 16px; }

.author-header.floating-image-header .accent-text {
  font-size: 30px;
  letter-spacing: 7px; }

.author-header.floating-image-header p:first-of-type {
  display: none; }

.author-header.floating-image-header p {
  margin-bottom: 48px; }

.author-header.floating-image-header .social-links {
  margin-bottom: 72px; }

.author-header.floating-image-header .social-links a {
  margin: 0 8px 0 0; }

.author-header.floating-image-header .scroll-icon {
  position: static; }

.author-header.floating-image-header .dots-background-left {
  bottom: -400px; }

@media only screen and (max-width: 1200px) {
  .author-header.floating-image-header .page-title {
    font-size: 34px;
    margin-bottom: 8px; }

  .author-header.floating-image-header .accent-text {
    font-size: 20px; }

  .author-header.floating-image-header p {
    margin-bottom: 24px; }

  .author-header.floating-image-header .social-links {
    margin-bottom: 24px; } }
@media only screen and (max-width: 767px) {
  .author-header.floating-image-header .page-title {
    font-size: 32px;
    margin-bottom: 8px; }

  .author-header.floating-image-header .accent-text {
    font-size: 16px; }

  .author-header.floating-image-header p {
    margin-bottom: 16px; }

  .author-header.floating-image-header .social-links {
    margin-bottom: 16px; } }
/***** COVID-19 PAGE STYLES *****/
.full-width-hero {
  width: 100%;
  height: 320px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

@media only screen and (max-width: 1040px) {
  .full-width-hero {
    height: 200px; } }
@media only screen and (max-width: 640px) {
  .full-width-hero {
    height: 160px; }

  .blog-category-title {
    margin-bottom: 0px; } }
@media only screen and (max-width: 512px) {
  .covid-19-background .blog-category-title {
    width: 75%;
    margin: 0 auto; } }
.full-width-hero h1 {
  text-align: center;
  color: #fff; }

.covid-19-background {
  background-image: url(/assets/images/ceos-speak/fusion-medical-animation-npjP0dCtoxo-unsplash1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.finance-background {
  background-image: url(/assets/images/ceos-speak/finance-category.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.leadership-background {
  background-image: url(/assets/images/ceos-speak/leadership-background.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }

@media only screen and (min-width: 1200px) {
  .finance-background .blog-category-title {
    width: 75%;
    margin: auto; }

  .leadership-background .blog-category-title {
    width: 60%;
    margin: auto; } }
@media only screen and (min-width: 1400px) {
  .finance-background .blog-category-title {
    width: 65%;
    margin: auto; } }
.service-business-background {
  background-image: url(/assets/images/ceos-speak/service-business-category.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.podcast-header {
  max-width: 1000px;
  margin: auto; }

.podcast-image-container {
  width: 300px;
  height: 300px;
  margin: -180px 0 0 0;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px a(0, 0, 0, 0.75); }

.podcast-image-container img {
  width: 300px;
  height: 300px; }

.podcast-header .blog-category-title, .podcast-info__listen {
  margin: 30px 0 8px 0; }

.podcast-header-content {
  margin-left: 24px; }

@media only screen and (max-width: 767px) {
  .podcast-header {
    display: flex;
    flex-direction: column; }

  .podcast-image-container {
    margin: auto;
    margin-top: -120px; }

  .img-container.podcast-post-image {
    height: auto; }

  .podcast-header-content {
    width: 300px;
    margin: auto; }

  .podcast-header-content .blog-category-title {
    margin: 16px 0 8px 0; }

  .podcast-header-content .page-title {
    font-size: 24px; }

  .podcast-header .blog-category-title, .podcast-info__listen {
    margin: 0; } }
.listen__item img {
  height: 40px;
  width: auto; }

/***** FOOTER BANNER NEWSLETTER STYLES *****/
.footer-newsletter-banner {
  border-top: 1px solid #ECEFF8;
  padding: 80px 0; }

.footer-newsletter-banner input {
  border-radius: 3px 0 0 3px;
  border: 2px solid #ECEFF8;
  height: 48px;
  min-width: 244px;
  padding: 0 16px;
  font-size: 16px;
  border-right: none; }

.footer-newsletter-banner .btn {
  border-radius: 0 3px 3px 0;
  width: 48px;
  height: 48px;
  padding: 0; }

.after-submit {
  display: none;
  font-size: 40px; }

@media only screen and (max-width: 767px) {
  .after-submit {
    font-size: 24px; } }
/***** FOOTER BANNER STYLES *****/
.footer-banner {
  background-color: #3B3FB6;
  height: 288px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../assets/images/footer/footer-banner-shapes.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%; }

.footer-banner > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px; }

.footer-banner .page-content-section-title {
  font-family: LemonSansRegular; }

@media only screen and (max-width: 1200px) {
  .footer-banner {
    height: 200px; }

  .footer-banner p {
    max-width: 544px;
    line-height: 1.2; } }
/***** FOOTER MENU STYLES *****/
.footer-menu {
  margin-top: 64px;
  margin-bottom: 80px; }

.footer-menu > .container {
  align-items: flex-start; }

.footer-menu-columns {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 96px; }

.footer-menu-columns .accent-text-dark {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px; }

.footer-menu li a {
  color: #B5B6C5; }

@media only screen and (max-width: 1200px) {
  .footer-menu {
    margin-top: 40px; }

  .footer-menu-columns {
    grid-gap: 64px; } }
@media only screen and (max-width: 767px) {
  .footer-menu a img {
    height: 48px; }

  .footer-menu-columns {
    grid-template-columns: repeat(2, 1fr); } }
/***** FOOTER BAR STYLES *****/
.footer-bar {
  background: #F7F8FC;
  height: 88px;
  display: flex;
  align-items: center;
  font-size: 18px; }

.footer-bar-left a {
  color: #333737; }

.social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 16px;
  margin-left: 8px;
  border: 1px solid #B5B6C5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B5B6C5;
  text-decoration: none;
  transition: all 300ms linear; }

.social-links a:hover {
  background: #3CCBDA;
  border: 1px solid #3CCBDA;
  color: #fff; }

@media only screen and (max-width: 1200px) {
  .footer-bar {
    font-size: 16px;
    height: 72px; } }
@media only screen and (max-width: 767px) {
  .footer-bar {
    height: auto;
    padding-bottom: 24px; }

  .footer-bar-left {
    justify-content: center;
    padding: 24px 16px;
    margin: 0 -16px 16px;
    border-bottom: 1px solid #DCDFEA; }

  .footer-bar-left .mr-24 {
    margin-right: 16px; }

  .footer-bar-left .mr-24:last-child {
    margin-right: 0; }

  .footer-bar-right {
    flex-direction: column; }

  .social-links {
    margin-top: 16px; } }
* {
  box-sizing: border-box; }

/***** CONTAINER STYLES *****/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px; }

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 768px; }

  .services .container {
    max-width: 768px; }

  .case-studies .container:first-child {
    max-width: 768px; } }
@media only screen and (max-width: 767px) {
  .container {
    max-width: 520px; } }
/***** PAGE STYLES *****/
.page-content-section {
  margin-bottom: 120px; }

.page-content-section.accent-background:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 1200px) {
  .page-content-section {
    margin-bottom: 80px; } }
/***** ACCENT BACKGROUND STYLES *****/
.page-content-section.accent-background {
  background: #F7F8FC;
  padding: 120px 40px;
  position: relative; }

@media only screen and (max-width: 1200px) {
  .page-content-section.page-content-section.accent-background {
    padding: 48px 16px; }

  .page-content-section.page-content-section.accent-background .page-content-section-title {
    margin-bottom: 48px; } }
/***** DISPLAY STYLES *****/
.inline-block {
  display: inline-block; }

.block {
  display: block; }

/***** POSITION STYLES *****/
.relative {
  position: relative; }

/***** DOTS STYLES *****/
.xs-dot {
  height: 15px;
  width: 15px; }

.small-dot {
  height: 18px;
  width: 18px; }

.medium-dot {
  height: 24px;
  width: 24px; }

.large-dot {
  height: 32px;
  width: 32px; }

.xl-dot {
  height: 40px;
  width: 40px; }

.xxl-dot {
  height: 64px;
  width: 64px; }

.xxxl-dot {
  height: 80px;
  width: 80px; }

@media only screen and (max-width: 767px) {
  .large-dot {
    height: 24px;
    width: 24px; }

  .xs-dot {
    height: 12px;
    width: 12px; } }
/***** WIDTH STYLES *****/
.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

/***** FLEX STYLES *****/
.flex {
  display: flex; }

.flex-align-start {
  align-items: flex-start; }

.flex-align-center {
  align-items: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-space {
  justify-content: space-between; }

.flex-justify-center {
  justify-content: center; }

.flex-one {
  flex: 1; }

@media only screen and (max-width: 1200px) {
  .flex.tablet-block {
    display: block; } }
@media only screen and (max-width: 767px) {
  .mobile-flex-justify-space {
    justify-content: space-between; }

  .flex.mobile-block {
    display: block; }

  .mobile-flex {
    display: flex; } }
/***** GRID STYLES *****/
.align-self-center {
  align-self: center; }

/***** OVERFLOW STYLES *****/
.overflow-hidden {
  overflow: hidden; }

/***** MARGIN STYLES *****/
.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-72 {
  margin-bottom: 72px; }

.mb-64 {
  margin-bottom: 64px; }

.mb-56 {
  margin-bottom: 56px; }

.mt-48 {
  margin-top: 48px; }

.mr-48 {
  margin-right: 48px; }

.mb-48 {
  margin-bottom: 48px; }

.ml-48 {
  margin-left: 40px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mt-32 {
  margin-top: 32px; }

.mr-32 {
  margin-right: 32px; }

.mb-32 {
  margin-bottom: 32px; }

.ml-32 {
  margin-left: 32px; }

.mr-20 {
  margin-right: 20px; }

.ml-20 {
  margin-left: 20px; }

.mt-24 {
  margin-top: 24px; }

.mr-24 {
  margin-right: 24px; }

.ml-24 {
  margin-left: 24px; }

.mb-24 {
  margin-bottom: 24px; }

.mt-16 {
  margin-top: 16px; }

.mr-16 {
  margin-right: 16px; }

.mb-16 {
  margin-bottom: 16px; }

.ml-16 {
  margin-left: 16px; }

.mt-12 {
  margin-top: 12px; }

.mr-12 {
  margin-right: 12px; }

.mb-12 {
  margin-bottom: 12px; }

.mt-8 {
  margin-top: 8px; }

.mr-8 {
  margin-right: 8px; }

.mb-8 {
  margin-bottom: 8px; }

.ml-8 {
  margin-left: 8px; }

.mt-4 {
  margin-top: 4px; }

.mb-4 {
  margin-bottom: 4px; }

.ml-4 {
  margin-left: 4px; }

.mb-0 {
  margin-bottom: 0; }

@media only screen and (max-width: 1200px) {
  .tab-mb-16 {
    margin-bottom: 16px; }

  .tab-mb-32 {
    margin-bottom: 32px; } }
/***** FLOATING DOTS STYLES *****/
/*** Dots Background Top Styles ***/
.dots-background-top {
  position: absolute;
  top: -188px;
  right: 0;
  z-index: -1; }

.dots-background-top .large-dot {
  position: absolute;
  top: -16px;
  left: 0; }

.dots-background-top .small-dot {
  position: absolute;
  top: 64px;
  right: 64px; }

@media only screen and (max-width: 1200px) {
  .dots-background-top {
    display: none; } }
/*** Dots Background  Bottom Styles ***/
.dots-background-bottom {
  position: absolute;
  bottom: -190px;
  left: 0;
  z-index: -1; }

.dots-background-bottom .small-dot {
  position: absolute;
  top: 64px;
  right: 64px; }

.dots-background-bottom .large-dot {
  position: absolute;
  bottom: -8px;
  left: 48px; }

@media only screen and (max-width: 1200px) {
  .dots-background-bottom {
    display: none; } }
/*** Dots Background Right Styles ***/
.dots-background-right {
  position: absolute;
  right: 0;
  top: -196px; }

.dots-background-right .small-dot:not(:last-child) {
  position: absolute;
  top: 88px;
  right: 48px; }

.dots-background-right .large-dot {
  position: absolute;
  top: -16px;
  left: 24px; }

.dots-background-right .small-dot:last-child {
  position: absolute;
  top: -112px;
  left: 80px; }

@media only screen and (max-width: 1200px) {
  .dots-background-right {
    display: none; } }
/*** Dots Background Left Styles ***/
.dots-background-left {
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -1; }

.dots-background-left .small-dot {
  position: absolute;
  bottom: 8px;
  right: -32px; }

.dots-background-left .large-dot {
  position: absolute;
  top: 60px;
  right: 40px; }

@media only screen and (max-width: 1200px) {
  .dots-background-left {
    display: none; } }
/*** Floating Dots Animation Styles ***/
.pulsing-circle {
  animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite; }

.pulsing-circle-two {
  animation-delay: 2s; }

.pulsing-circle-three {
  animation-delay: 3s; }

@keyframes pulse-dot {
  0% {
    transform: scale(0.7); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.7); } }
/***** IMG STYLES *****/
img {
  max-width: 100%;
  height: auto; }

/***** GRID STYLES *****/
.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.three-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.four-column-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.five-column-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 48px; }

@media only screen and (max-width: 1200px) {
  .tablet-two-column-grid {
    grid-template-columns: repeat(2, 1fr); }

  .tablet-one-column-grid {
    grid-template-columns: 1fr; } }
@media only screen and (max-width: 767px) {
  .mobile-one-column-grid {
    grid-template-columns: 1fr; } }
/***** RESPONSIVE STYLES *****/
@media only screen and (min-width: 1201px) {
  .desktop-hidden {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .tablet-hidden {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important; }

  input, select, textarea {
    font-size: 16px !important; } }
/***** SITE HEADER STYLES *****/
header {
  height: 72px;
  padding: 16px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  transition: all 300ms linear; }

header.scrolled {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 40px; }

header .container {
  display: flex;
  justify-content: space-between; }

/*** Header Left Styles ***/
.header-left, .header-center {
  display: flex;
  align-items: center; }

.blog-header-title {
  font-weight: 600;
  padding: 6px 16px;
  margin-left: 16px;
  border-left: 1px solid #a8a9b0; }

/* Nav Styles */
.header-left nav ul, .header-center nav ul {
  display: flex;
  margin-left: 80px; }

.header-left nav ul li, .header-center nav ul li {
  margin-right: 24px;
  position: relative; }

.header-left nav ul li a, .header-center nav ul li a, .header-left nav ul li p, .header-center nav ul li p {
  color: #333737;
  font-weight: 500;
  cursor: pointer; }

.header-left nav ul li a.active, .header-center nav ul li a.active {
  font-weight: 600; }

.header-center nav ul {
  margin-left: 0; }

/* Nav Submenu Styles */
.nav-submenu-card {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 24px;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  min-width: 240px; }

.header-left nav ul li:nth-child(1) .nav-submenu-card .submenu-card-grid > div, .header-center nav ul li:nth-child(1) .nav-submenu-card .submenu-card-grid > div {
  grid-column-start: span 2; }

.header-left nav ul li:nth-child(1) .nav-submenu-card .submenu-card-grid > div:nth-child(2), .header-center nav ul li:nth-child(1) .nav-submenu-card .submenu-card-grid > div:nth-child(2) {
  display: none; }

.header-left nav ul li:nth-child(2) .nav-submenu-card, .header-center nav ul li:nth-child(2) .nav-submenu-card {
  width: 400px; }

.header-left nav ul li:nth-child(3) .nav-submenu-card, .header-center nav ul li:nth-child(3) .nav-submenu-card {
  width: 284px; }

.header-left nav ul li:hover .nav-submenu-card, .header-center nav ul li:hover .nav-submenu-card {
  opacity: 1;
  visibility: visible; }

.submenu-card-grid {
  grid-gap: 16px 56px; }

.submenu-card-grid > div {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px; }

.nav-submenu a:not(:last-child) {
  margin-bottom: 16px;
  display: block; }

@media only screen and (max-width: 1200px) {
  .header-left nav, .header-center nav {
    display: none; } }
/*** Header Right Styles ***/
@media only screen and (max-width: 1200px) {
  .header-right > #search-container {
    display: none; }

  .header-right > .btn {
    display: none; } }
/***** HERO IMAGE PAGE HEADER *****/
.hero-wave-image img {
  width: 100%; }

.hero-wave-image + div {
  margin-top: -88px;
  position: relative; }

.hero-wave-header .dots-background-right {
  bottom: -112px;
  top: auto; }

@media only screen and (max-width: 1200px) {
  .hero-wave-image + div {
    margin-top: 0; }

  .hero-wave-header .medium-text.fw-300.line-height.mb-40 {
    margin-bottom: 24px; } }
@media only screen and (max-width: 767px) {
  .hero-wave-image + div {
    margin-top: 24px; } }
/***** FLOATING IMAGE PAGE HEADER *****/
.floating-image-header {
  height: 720px;
  margin-bottom: 168px; }

.floating-image-header > div > div {
  max-width: 560px;
  padding-top: 80px; }

.floating-image-header-image {
  position: absolute;
  right: 0;
  top: 0; }

.floating-image-header-image img:first-child {
  box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.1); }

.floating-image-header-image:after {
  content: "";
  width: 480px;
  height: 324px;
  position: absolute;
  background: #3CCBDA;
  border-radius: 3px;
  z-index: -1;
  bottom: -64px;
  left: -120px; }

.floating-image-header-image .dots-grid {
  position: absolute;
  left: -188px;
  bottom: 192px;
  z-index: -1; }

.floating-image-header .dots-background-left {
  top: auto;
  bottom: -72px; }

.floating-image-header .dots-background-left .small-dot {
  top: -16px;
  right: -40px; }

@media only screen and (min-width: 1680px) {
  .floating-image-header > div > div {
    max-width: 620px; } }
@media only screen and (max-width: 1200px) {
  .floating-image-header.mt-80 {
    margin-top: 0;
    height: auto;
    min-height: 456px;
    margin-bottom: 80px; }

  .floating-image-header > div > div {
    padding-top: 64px; }

  .floating-image-header > div > div .page-title {
    max-width: 280px; }

  .floating-image-header > div > div .medium-text {
    max-width: 264px; }

  .floating-image-header > div > div p.medium-text.fw-300.mb-40 {
    margin-bottom: 24px; }

  .floating-image-header-image picture img {
    height: 420px; }

  .floating-image-header-image:after {
    height: 200px;
    width: 304px;
    bottom: -32px;
    left: -64px; }

  .floating-image-header-image .dots-grid {
    left: -104px;
    bottom: 48px; } }
@media only screen and (max-width: 767px) {
  .floating-image-header.mt-80 {
    min-height: auto; }

  .floating-image-header {
    display: flex;
    flex-direction: column-reverse; }

  .floating-image-header-image {
    position: unset; }

  .floating-image-header-image picture img {
    width: 100%;
    height: auto; }

  .floating-image-header-image:after {
    display: none; }

  .floating-image-header > div > div {
    padding-top: 40px; }

  .floating-image-header > div > div .page-title {
    max-width: none; }

  .floating-image-header > div > div .medium-text {
    max-width: none; } }
