* {
  word-break: break-word;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  max-width: 100vw;
  color: white;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  background: #061e33;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
}

:root {
  --bg-1: linear-gradient(0deg, #8c0920 20%, rgba(6, 30, 51, 1) 100%);
  --bg-2: linear-gradient(180deg, #061e33 0%, #202bac 100%);
  --bg-3: linear-gradient(0deg, #081f3e 0%, #202bac 60%);
  --bg-4: linear-gradient(
    180deg,
    rgba(6, 30, 51, 1) 0%,
    rgba(0, 183, 168, 1) 50%
  );
  --bg-5: linear-gradient(
    0deg,
    rgba(6, 30, 51, 1) 0%,
    rgba(140, 9, 32, 1) 35%,
    rgba(140, 9, 32, 1) 65%,
    rgba(6, 30, 51, 1) 100%
  );
  --bg-6: #061e33 url("./assets/img/homepage/world-bg.png") no-repeat;
  --bg-7: #d5d5d5;
  --blog-gradient: linear-gradient(
    0deg,
    rgba(50, 125, 127, 1) 0%,
    rgba(24, 21, 21, 1) 100%
  );
  --whitepaper-gradient: linear-gradient(
    0deg,
    #269bff 0%,
    rgba(24, 21, 21, 1) 100%
  );
  --blue: #061e33;
}

.no-overflow {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.abs {
  position: absolute !important;
}

.bold {
  font-weight: 600 !important;
}

.p-sub-i {
  font-weight: 600;
  font-style: italic;
}

.bold-800 {
  font-weight: 800 !important;
}

a {
  color: white;
  text-decoration: none;
}

main a {
  color: #0d6efd;
}

a:hover {
  color: inherit;
}

main .text-right {
  text-align: right !important;
  padding-left: 0 !important;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
}

.bottom-minus1 {
  bottom: -2px !important;
  z-index: 25 !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h1-parent {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  max-width: 100%;
}

.top {
  top: -3px;
  bottom: unset !important;
}

.newsletter-bar input[type="submit"] {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  border: none;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 5;
}

.newsletter-bar .absolute-inner i {
  position: absolute;
  top: 14px;
  left: 14px;
}

.newsletter-bar .absolute-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.absolute-inner {
  height: 100%;
  width: 100%;
  left: 0;
  top: -1px;
  bottom: 0;
  right: 0;
  position: relative;
}

#menu-desktop-menu a.menu-link.sub-menu-link:hover {
  font-weight: 600;
}

/* =========================================================================================================================*/
/* Background color styling*/

.bg-color-full,
.edition-panel,
.features-panel,
.live-panel,
.multipanel {
  position: relative;
  top: 0;
  left: 0;
  background: #061e33;
}

/* .website .edition-panel{
  background: #7800B7;
} */

/* Intro color - Dark blue to red */
.bg-color-full:nth-of-type(1) {
  background: rgb(140, 9, 32);
  background: var(--bg-1);
  padding-bottom: 4em;
  padding-top: 8em;
}

/* Animation area color - solid blue */
.bg-color-full:nth-of-type(2) {
  background: var(--bg-2);
  height: 20vh;
  min-height: 20vh;
  z-index: 6;
}

/* Edition area - blue to dark blue */
.bg-color-full:nth-of-type(3) {
  background: var(--bg-3);
  z-index: 4;
}

/* Live area - dark blue to cyan */
.bg-color-full:nth-of-type(4) {
  background: var(--bg-4);
  min-height: 100vh;
  z-index: 3;
  padding-bottom: 16em;
}

/* Website area - dark blue to cyan */
.bg-color-full:nth-of-type(5) {
  background: var(--bg-4);
  z-index: 3;
  padding-bottom: 3em;
}

/* PageSuite area - dark blue to red */
.bg-color-full:nth-of-type(6) {
  background: var(--bg-5);
  padding-top: 225px;
}

.bg-color-full:nth-of-type(7) {
  background: var(--bg-6);
  background-size: cover;
  background-position: center;
}

.bg-color-full:nth-of-type(8) {
  background: var(--bg-7);
  padding: 16em 0;
  color: #061e33;
}

/* =========================================================================================================================*/

/* Background wave customisation */

.bg-color-full:nth-of-type(2) > .bg-wave-container,
.bg-color-full:nth-of-type(6) > .bg-wave-container {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  bottom: 1px;
}

.bg-wave-container,
.banner-wave-container {
  position: absolute;
  bottom: -2px;
  width: 100%;
  z-index: 5;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.except-bg-wave-banner {
  position: relative;
  /*margin-bottom: -15px; */
}

.bg-wave-container > img,
.banner-wave-container > img {
  width: calc(100% + 5px);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: -1px;
}

.inner-content {
  z-index: 25;
  position: relative;
}

.inverted {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
}

.inverted-x {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* =========================================================================================================================*/
/* Nav styles */

.navbar {
  position: static;
}

.navbar-dark .navbar-nav .nav-link,
.overlay-container .nav-link,
.footer-nav a {
  color: white;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.navbar-expand-lg {
  padding: calc(20px + 0.5em) 0px;
  -webkit-transition: padding 300ms;
  -o-transition: padding 300ms;
  transition: padding 300ms;
}

/* Overwriting bootstrap default for link hover */
.nav-link:hover,
.footer-nav a:hover {
  color: inherit !important;
}

.nav-anim {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 2px;
}

.nav-anim-line-v {
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: white;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.nav-anim-line-h {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

header .nav-item:not(.contact-button):hover .nav-anim-line-h {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

header .nav-item:not(.contact-button):hover .nav-anim-line-v {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.navbar-nav,
.contact-button {
  margin: 0px;
  font: normal normal 800 0.9em Poppins;
  clear: both;
}

.nav-item,
.footer-nav li {
  margin: 0px 20px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}

.pad-r-200 {
  padding-right: 300px;
}

.overlay-container {
  height: 300px;
  width: 300px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 190;
  overflow: hidden;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

.overlay-container img {
  width: 30rem;
  -webkit-transform: translate(5%, -20%);
  -ms-transform: translate(5%, -20%);
  transform: translate(5%, -20%);
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.contact-button {
  margin: 0;
  border: 2px solid white;
  padding: 10px;
  border-radius: 0px 15px 0px 15px;
  top: 33px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 51px;
  z-index: 500;
}

.contact-button a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.hamburger {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 2.6em;
  cursor: pointer;
  padding: 5px;
  display: none;
}

.button-container {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  z-index: 5;
  pointer-events: all;
}

header .nav-dropdown-item {
  width: calc(80% + 120px);
  position: absolute;
  z-index: -10;
  left: calc(-60px + 10%);
  padding-top: 30px;
  cursor: default;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-animation: hoverTest 1ms;
  animation: hoverTest 1ms;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

header .nav-item:not(.contact-button):hover .nav-dropdown-item {
  z-index: 200;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: visible !important;
  -webkit-animation: hoverTest 1ms;
  animation: hoverTest 1ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes hoverTest {
  from {
    visibility: visible;
  }

  to {
    visibility: hidden;
  }
}

@keyframes hoverTest {
  from {
    visibility: visible;
  }

  to {
    visibility: hidden;
  }
}

.dropdown-link-cont {
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#131c31),
    to(#c40018)
  );
  background: -o-linear-gradient(bottom, #131c31 0%, #c40018 100%);
  background: linear-gradient(0deg, #131c31 0%, #c40018 100%);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: inherit;
  position: relative;
  -webkit-box-shadow: 4px 4px 8px 0px #000;
  box-shadow: 4px 4px 8px 0px #000;
}

.dropdown-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 15px;
  margin: 5px 0px;
  font-weight: 400;
  font-size: 1.2em;
  display: block;
  color: white;
  text-decoration: none;
}

.dropdown-link:hover {
  font-weight: 600;
}

.dropdown-triangle {
  height: 50px;
  width: 50px;
  z-index: 201;
  background-color: #c40018;
  -webkit-transform: translateY(-10%) rotate(45deg);
  -ms-transform: translateY(-10%) rotate(45deg);
  transform: translateY(-10%) rotate(45deg);
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0 50%, 50% 0);
  clip-path: polygon(0 0, 0 50%, 50% 0);
}

.row {
  margin: 0;
}

.image-container,
.avoid-splash {
  padding: 0 2em;
}
.edition-inner .image-container {
  padding: 0 4em;
  max-width: 650px;
}

.edition-inner .website-deliver-pannel .image-container {
  max-width: 730px;
}

.website-heading .image-container img {
  margin-bottom: 12px;
}

.image-container-80 {
  text-align: right;
}

.image-container-80 > img {
  width: 80%;
}

.image-container > img {
  width: 100%;
}

.menu-link.nav-link {
  padding-right: 0;
}

.avoid-splash {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main-header {
  text-align: justify;
  font-size: 5em;
  font-weight: 800;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.main-header + h5 {
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 1.3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: right;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  transform: translateY(-18px);
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.avoid-splash .publisher-area {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 5px 1fr 5px 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 5px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.avoid-splash .publisher-area > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.avoid-splash .publisher-area > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.avoid-splash .publisher-area > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.avoid-splash .publisher-area > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.avoid-splash .publisher-area > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.avoid-splash .publisher-area > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.avoid-splash .publisher-area > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.avoid-splash .publisher-area > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.avoid-splash .publisher-area > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.publisher-icon {
  height: 50px;
  /*    background-image: url("./assets/img/homepage/BostonGlobe.svg");
  */

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

/* =========================================================================================================================*/
/* Edition section */
.solutions-parent,
.edition-inner:first-of-type:not(.pt-8) {
  padding-top: 12em;
  overflow: clip;
}

.solutions-text-container,
.edition-text-container-left {
  text-align: left;
  padding-top: 0;
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.bg-color-full:nth-of-type(5) {
  background: linear-gradient(180deg, #061e33 0%, #7800b7 60%);
}

#edition-text-cont {
  position: relative;
}

@media only screen and (max-width: 440px) {
  .bg-color-full:nth-of-type(5) {
    padding-bottom: 2em !important;
  }

  #website-text-cont .background-text {
    font-size: 4em !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1205px) {
  .bg-color-full:nth-of-type(5) {
    padding-bottom: 4em !important;
  }

  #website-text-cont .background-text {
    top: -1rem !important;
    left: 20rem !important;
    font-size: 8em !important;
  }

  #website-text-cont .solutions-text-container {
    width: unset !important;
  }

  #edition-text-cont .background-text {
    left: 48vw;
  }
}

#edition-text-cont .background-text {
  top: -4rem;
}

#website-text-cont .background-text {
  top: -2.4rem;
  left: 3.6rem;
  font-size: 10em;
}

.edition-text-container-right {
  text-align: right;
  padding-top: 15em;
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.edition-text-container-left p,
.edition-text-container-right p {
  font-size: 2.6em;
}
.edition-text-container-left p {
  font-size: 30px;
  margin-top: 15px;
}
.solutions-text-container:nth-child(odd) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.solutions-text-container:nth-child(even) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.background-text,
.edition-background-text,
.live-background-text {
  font-size: 14.5em;
  font-weight: 800;
  -webkit-text-stroke: 4px #fff;
  position: absolute;
  z-index: -1;
  color: transparent;
  left: 75px;
  top: 1.6em;
  opacity: 0.08;
  word-break: normal;
}

.edition-background-text.no-anim {
  left: 50%;
  top: 50%;
  transform: translate(-60%, -50%);
  width: max-content;
}

.edition-background-text:not(.no-anim) {
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  right: unset;
  top: 50%;
  font-size: 16vw;
  width: 100%;
}

.live-background-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.integration-panel .edition-text-container-left .integrations-portal-text {
  font-size: 40px;
}

.no-bg-text {
  opacity: 0;
  font-size: 18em !important;
}

.edition-background-text-integrations,
.edition-background-text:not(.no-anim).edition-background-text-integrations {
  font-size: 13vw !important;
  font-weight: 800;
  -webkit-text-stroke: 4px #fff;
  position: absolute;
  z-index: -1;
  color: transparent;
  opacity: 0.08;
  z-index: 2;
  word-break: normal;
  left: 125% !important;
  width: auto !important;
}

.solutions-heading {
  font-size: 5.5em;
  font-weight: 800;
  margin-left: -3px;
}

.solutions-subheading {
  padding: 0;
  margin: 0;
  font-size: 1em;
  letter-spacing: 1.5px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  font-weight: 500;
  color: #fff;
}
.client-button {
  padding-bottom: 12em;
  text-align: center;
}
.client-button > a {
  border: 2px solid #fff;
  border-radius: 0 15px;
  padding: 13px 18px;
  font-size: 16px;
  line-height: 35px;
  font-family: "Poppins";
  font-weight: bold;
}
.content-subheading {
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 1.5px;
}

.solutions-text-container > p:not(.solutions-desc) {
  font-size: 2.6em;
  padding: 20px 0px;
}

.solutions-fom-button,
.contact-inner .submit-btn,
.webinar-form .submit-btn,
.download-btn {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(140, 9, 32, 1)),
    to(rgba(6, 30, 51, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(140, 9, 32, 1) 0%,
    rgba(6, 30, 51, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(140, 9, 32, 1) 0%,
    rgba(6, 30, 51, 1) 100%
  );
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0px 15px 0px 15px;
  border: 2px solid white;
}

.solutions-fom-button > a,
.card-button-link,
.submit-btn {
  color: white;
  text-decoration: none;
  font-weight: 600 !important;
  padding: 15px 30px;
  display: block;
  text-transform: uppercase;
}

.text-right > h1 {
  right: -2rem;
  left: unset;
  top: -4rem;
}

.inner-content.has-wave-bottom {
  padding-bottom: 0 !important;
}

.image-container > .multiple_platform_img {
  width: 80%;
  margin: auto;
  display: block;
}

.text-right > h5 {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

/* =================================================================================================*/
/* PageSuite Section */

.panel-5 h1:not(.background-text) {
  font-size: 3.5em;
  font-weight: 700;
}

.panel-5 .background-text {
  font-size: 17vw;
  font-weight: 800;
  -webkit-text-stroke: 4px #fff;
  position: absolute;
  z-index: -1;
  color: transparent;
  opacity: 0.08;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  letter-spacing: 0.02em;
}

.panel-5 h2 {
  font-size: 1em;
  letter-spacing: 1px;
}

.panel-6 {
  padding-bottom: 150px;
}

.panel-6 .solutions-text-container {
  padding-left: 0;
  padding-top: 0;
}

.panel-6 .col-sm-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solutions-desc {
  font-weight: 300;
  text-transform: none;
}

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

.bold-700 {
  font-weight: 700;
}

/* =================================================================================================*/
/* Clients Worldwide Section */

.clients-worldwide-section .publisher-area {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 20px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding: 0 0 40px;
}

.clients-worldwide-section .publisher-area > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.clients-worldwide-section .publisher-area > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.clients-worldwide-section .publisher-area > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.clients-worldwide-section .publisher-area > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.clients-worldwide-section .publisher-area > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.clients-worldwide-section .publisher-area > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.clients-worldwide-section .publisher-area > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.clients-worldwide-section .publisher-area > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.clients-worldwide-section .publisher-area > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.clients-worldwide-section .publisher-area > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.clients-worldwide-section .publisher-area > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.clients-worldwide-section .publisher-area > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.clients-worldwide-section .publisher-area > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.clients-worldwide-section .publisher-area > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.clients-worldwide-section .publisher-area > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.clients-worldwide-section p {
  padding: 40px 0px;
}

.clients-worldwide-section .publisher-icon {
  -webkit-filter: none;
  filter: none;
}

/* =================================================================================================*/
/* Clients Testimonies */

.quotes-img {
  background-image: url("./assets/img/homepage/quotes-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30%;
  min-height: 120px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.card-row-parent,
#card-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  position: relative;
}

#card-row-inner {
  padding: 40px 0;
}

.card-container {
  /* -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; */
  height: 40rem;
  /* min-width: 350px;
    margin-right: 50px; */
  border-radius: 15px 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 10px;
  color: #061e33;
}

.related-parent .card-container {
  height: 40rem !important;
}

.card-company {
  font-size: 2em;
}

.related-press-release.related-parent > h2 {
  margin-bottom: -100px;
}

#card-row-inner .card-container:first-of-type {
  margin-left: 80px;
}

.card-container > *,
.flex-card-cont > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: white;
  min-height: 80px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.card-container .logo-popup {
  width: 60%;
  padding: 20% 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
}

.client-img.logo-popup.wide-img-client.wide-img img {
  max-height: 100%;
}

.card-container .main-card,
.flex-card-cont .card-inner {
  width: 100%;
  padding-top: 35%;
  border-bottom-right-radius: 0px;
  z-index: 1;
  height: 500px;
}

.main-card:after,
.card-inner:after,
.webinar-form:after,
.host-card:after,
.about-us-img:after {
  content: "";
  height: 20px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, rgba(140, 9, 32, 1)),
    to(rgba(6, 30, 51, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(140, 9, 32, 1) 30%,
    rgba(6, 30, 51, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(140, 9, 32, 1) 30%,
    rgba(6, 30, 51, 1) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.card-view-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #061e33;
  border-top-left-radius: 15px;
  color: white;
}

.card-button-link {
  font-weight: normal;
  color: white !important;
}

.blog-text a {
  color: blue;
}

.card-quote {
  background-image: url("./assets/img/homepage/small-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 15px;
  width: 20px;
  margin-bottom: 10px;
}

#card-row-inner .flex-card-cont:last-of-type {
  margin-right: 40px;
}

.card-text-area {
  padding: 0 25px 40px 25px;
}

.card-text-area > h6 {
  color: #ab0e26;
  padding: 0;
}

.card-desc {
  padding: 10px 20px 25px 0;
}

.card-row-scrollarea {
  width: 6vw;
  height: 90%;
  position: absolute;
  z-index: 80;
  opacity: 0;
  top: 5%;
}

.card-row-scrollarea:nth-of-type(1) {
  left: 0;
}

.card-row-scrollarea:nth-of-type(2) {
  right: 0;
}

.card-row-fixed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.related-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.related-card-img .card-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* =================================================================================================*/
/* Clients Testimonies */

footer {
  padding: 80px 20px;
  position: relative;
  color: white;
  background: #061e33;
}

footer h6 {
  font-weight: 300;
  padding: 5px 0;
}

footer .footer-nav {
  list-style-type: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 0 0 0;
  margin: 0;
}

.footer-nav li {
  display: inline-block;
  margin: 0;
}

.footer-nav li a {
  color: white;
  font-size: 0.9em;
  padding: 0px 10px;
  font-weight: 300;
}

.footer-nav li:first-of-type a {
  padding-left: 0;
}

.footer-nav li:not(:first-of-type) {
  border-left: 1px solid white;
}

footer .icon-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

footer .icon-row .icon-container {
  color: #061e33;
  background-color: white;
  border-radius: 50%;
  margin: 0 10px;
  font-size: 2em;
}

footer .icon-row .icon-container:last-of-type {
  margin-right: 0;
}

footer .fab a {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.newsletter-bar {
  height: auto;
  margin-top: 30px;
  overflow: visible;
  position: relative;
}

.newsletter-bar .wpcf7-form {
  display: block;
}

.newsletter-bar .wpcf7-form p {
  float: left;
}

.newsletter-bar > * {
  height: 100%;
}

.newsletter-bar .newsletter-bar-inp {
  padding: 12px 20px;
  font-size: 0.9em;
  display: block;
  min-width: 300px;
}
.newsletter-bar .newsletter-bar-inp:hover {
  outline: 0;
}
.newsletter-bar .wpcf7 form .wpcf7-response-output {
  color: #dc3232;
  margin-left: 2.5em;
  padding: 0;
  display: block;
  margin: 0;
  clear: both;
  border: none;
}
section.sucess-page.success-newsletter {
  margin-bottom: 100px;
}
.newsletter-bar .icon-container {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#67344b),
    to(rgba(140, 9, 32, 1))
  );
  background: -o-linear-gradient(bottom, #67344b 0%, rgba(140, 9, 32, 1) 100%);
  background: linear-gradient(0deg, #67344b 0%, rgba(140, 9, 32, 1) 100%);
  position: absolute !important;
  font-size: 1.4em;
  font-weight: 300;
  border-bottom-left-radius: 15px;
  float: left;
  margin-left: -8px;
}

/* =========================================================================================================================*/
/* Contact menu*/

.contact-container {
  /* height: 1150px; */
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: 601;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}

.contact-container.container-fluid {
  padding: 0;
}

.contact-inner > h1 {
  font-size: 4em;
  font-weight: 700;
}

.contact-container .contact-inner {
  background: rgb(19, 28, 49);
  background: -o-linear-gradient(
    135deg,
    rgb(19, 28, 49) 0%,
    rgb(196, 0, 24) 100%
  );
  background: linear-gradient(315deg, rgb(19, 28, 49) 0%, rgb(196, 0, 24) 100%);
  padding-top: 120px;
  position: relative;
  padding-bottom: 200px;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wpcf7-form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px 25px;
}

.form-item label {
  padding: 8px 0px;
}

.form-item input[type="text"],
.form-item textarea,
.form-item input[type="email"],
.form-item input[type="tel"],
.form-item select {
  width: 100%;
  min-height: 50px;
  padding: 10px 25px;
  font-size: 0.9em;
  border-radius: 0px 15px 0px 15px;
  border: none;
  resize: none;
}

.form-item input:focus-visible,
.form-item textarea:focus-visible {
  outline: none;
}

.submit-btn {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form .wide {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.contact-inner .submit-btn {
  margin-top: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.contact-location-cont {
  /*margin-top: 120px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-location-cont .logo-popup {
  width: 80%;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.contact-location-cont .card-text-area {
  padding-left: 10%;
}

.contact-location-cont .card-desc {
  text-align: left;
  padding: 0;
}

.contact-inner .card-container {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  margin: 0;
  min-height: 300px;
  color: #061e33;
}

.card-location {
  color: #061e33 !important;
  text-align: left;
  font-size: 1.3em;
  font-weight: 700;
}

.card-call {
  margin-bottom: 20px;
}

.card-call > * {
  color: #061e33;
}

.card-call > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.card-call > a > p {
  margin-left: 5px;
}

.contact-wave {
  bottom: 0;
  padding: 0;
  z-index: 1;
  width: 100vw;
}

.button-inner {
  height: 100%;
  width: 100%;
  position: relative;
}

.close-btn {
  font-size: 2.5em;
  text-align: center;
  padding: 0 5px;
}

/* ========================================================================================================== */
/* Blog page - outer */
.alpha-bg {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  height: 128px;
}

.fixed-alpha {
  position: fixed;
  width: 100%;
  z-index: 600;
}

.top-banner,
.top-banner-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 40vh;
  position: relative;
  padding: 140px 0 200px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0;
  background-color: #001e33;
}

.blog-banner {
  background: var(--blog-gradient);
}

.whitepaper-banner {
  background: var(--whitepaper-gradient);
}

.blog-banner > h1,
.whitepaper-banner > h1,
.press-release-banner > h1,
.pr-events-banner > h1 {
  font-weight: 800;
  font-size: 4em;
}

.blog-banner > h6,
.whitepaper-banner > h6,
.press-release-banner > h6,
.pr-events-banner > h6 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

.content {
  min-height: 30vh;
  position: relative;
  padding-bottom: 150px;
}

.bg-splash {
  background-image: url("./assets/img/common/bg-splash.svg");
  background-size: 200% 200%;
  background-position: 50% 12%;
  background-repeat: no-repeat;
}

.cards-3x3,
.cards-3x2,
.cards-1x3 {
  width: 80vw;
  margin: 0 auto;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: height 100ms;
  -o-transition: height 100ms;
  transition: height 100ms;
}

.cards-3x3,
.cards-3x2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, 22rem);
  column-gap: 60px;
  justify-content: center;
  width: 85vw;
}

.homepage-cardrow .flex-card-cont {
  width: 22rem;
  min-width: unset !important;
  flex-basis: auto;
  margin-left: 60px;
}

.homepage-cardrow .flex-card-cont .card-inner {
  height: 50vh !important;
}

.homepage-cardrow .flex-card-cont .card-inner p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.homepage-cardrow .flex-card-cont:first-child {
  margin-left: 0;
}

#card-row-inner.homepage-cardrow {
  padding-left: 2em;
  padding-right: 2em;
}

.sliding-row-spacer {
  width: 1px;
  height: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-card-cont {
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  min-width: 22rem;
  height: 42rem;
  color: #061e33;
}

.cards-1x3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cards-1x3 > .flex-card-cont {
  -ms-flex-preferred-size: 90%;
  flex-basis: 75%;
  /*flex-basis: 90%;*/
}

.blue-text {
  color: #061e33;
}

.flex-card-cont .logo-popup,
.related-parent .logo-popup {
  max-height: 225px;
  height: 30%;
  width: 80%;
  margin: 0 10%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.flex-card-cont .logo-popup img {
  max-height: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.related-parent .logo-popup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-parent .card-inner {
  min-height: 400px;
}

.cards-1x3 .logo-popup {
  width: 69%;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#webinar-cc .cards-1x3 .logo-popup {
  width: 32%;
}

.webinar-upcoming-parent .flex-card-cont .card-inner {
  height: auto !important;
}

.webinar-upcoming-parent .datetime-icon {
  margin-right: 0.3rem;
}

.webinar-upcoming-parent .datetime-cont {
  justify-content: space-between;
}

@media screen and (max-width: 440px) {
  .webinar-upcoming-parent .datetime-cont {
    flex-direction: row;
  }
}

@media screen and (max-width: 800px) {
  .webinar-upcoming-parent .datetime-cont {
    flex-direction: row;
  }
}

.flex-card-cont .card-inner,
.related-parent .card-inner {
  padding: 35% 10% 20% 10%;
  height: 70%;
}

.cards-1x3 .card-inner {
  padding: 9em 5em 4em 5em;
  text-align: center;
}

.cards-1x3 .card-inner p {
  color: #2c2c2c;
  min-width: 320px;
  padding: 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.cards-1x3 .card-inner h3 {
  padding: 10px 0;
  min-width: auto;
}

.card-inner > h6 {
  color: #cc2027;
}

.card-inner > h3 {
  font-size: 1.5em;
  font-weight: 800;
}

.card-inner > h3.main-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-inner > p {
  font-size: 0.95em;
}

.page-button-cont {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.page-button,
.page-numbers {
  border-radius: 50%;
  height: 16px;
  width: 16px;
  cursor: pointer;
  margin: 0 5px;
  background: #aaa;
  color: transparent;
}

.page-arrow {
  cursor: pointer;
  margin: 0 55px;
  font-size: 1.7em;
  color: #061e33;
  padding: 0.3em;
}

.active-page,
.page-numbers.current {
  background: #061e33;
}

.cards-sliding-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100vw;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.cards-sliding-row::-webkit-scrollbar {
  display: none;
}

/* =========================================================================================================================*/
/* Blog page - inner */

.blogpost-banner {
  background-image: url("./assets/img/common/bp-banner.png");
  background-size: cover;
}

.blog-inner,
.privacy-inner {
  color: #061e33;
}

.blog-inner > h6 {
  color: #ab0e26;
  margin-bottom: 0;
  font-size: 0.9em;
}

.blog-inner > h1 {
  font-weight: 600;
}

.blog-inner > h5,
.poster-titles > h2 {
  font-size: 0.9em;
  color: #706f6f;
  margin-top: 15px;
}

.sub-row {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.poster-cont {
  padding-top: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.poster-cont > img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.poster-cont-featured-img {
  display: block;
}

.poster-cont-featured-img img {
  width: 100%;
  height: 100%;
}

.poster-titles {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-left: 15px;
}

.poster-titles > h1 {
  font-size: 1.2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.poster-titles > h2 {
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.socials-cont > .icon-container {
  width: 40px;
  height: 40px;
  background-color: #061e33;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4em;
  margin-left: 16px;
  cursor: pointer;
}

.socials-cont > h1 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

.blog-text {
  color: #2c2c2c;
  padding-top: 10px;
  line-height: 1.7;
  font-family: Lato, sans-serif;
  font-size: 1.15em;
  padding-bottom: 100px;
}

.blog-text > p > img {
  max-width: 100%;
  height: auto;
}

.blog-text > ul {
  line-height: 2;
  padding: 0.3em 0 0.5em 1em;
}

.related-parent {
  padding: 0;
}

.related-parent > h2 {
  margin-bottom: 80px;
  color: #061e33;
  padding-left: 10vw;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-weight: 700;
}

.related-parent #card-row-inner {
  padding: 0;
  padding-bottom: 10px;
}

.related-parent #card-row-inner .card-container:first-of-type {
  margin-left: calc(10vw - 10px);
}

.webinar-inner {
  background-image: url("./assets/img/common/webinar-inner.jpg");
  background-color: #030f1a;
}

.whitepaper-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/img/common/whitepapers-bg.svg");
  background-size: cover;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.whitepaper-inner > h6,
.whitepaper-inner > h1 {
  position: relative;
  z-index: 2;
}

.webinar-outer {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(30%, rgba(0, 30, 51, 1)),
    to(rgba(41, 72, 93, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 30, 51, 1) 30%,
    rgba(41, 72, 93, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 30, 51, 1) 30%,
    rgba(41, 72, 93, 1) 100%
  );
}

.webinar-outer > h1 {
  font-size: 4em;
}

.webinar-button,
.pr-event-button {
  padding: 5px 0;
  margin: 0 80px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  list-style-type: none;
  position: relative;
}

.webinar-button a {
  color: #898989;
}

.webinar-button-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #898989;
  font-size: 1.2em;
  font-weight: 500;
}

.webinar-button.current-menu-item {
  border-bottom: 4px solid #ab0e26;
}

.webinar-button:not(.current-menu-item)::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 0px;
  left: 0;
  bottom: 0;
  -webkit-transition: width 300ms;
  -o-transition: width 300ms;
  transition: width 300ms;
  background: #ab0e26;
}

.webinar-button:hover::after {
  width: 100%;
  -webkit-transition: width 300ms;
  -o-transition: width 300ms;
  transition: width 300ms;
}

.webinar-button.current-menu-item a {
  color: #ab0e26;
}

.menu-item a {
  word-break: normal;
}

.cards-1x3 .card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards-1x3 .card-view-button {
  right: auto;
}

.cards-1x3 .card-button-link {
  padding: 15px 120px;
}

.datetime-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 29px;
}

.date-cont,
.time-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.datetime-cont * {
  word-break: normal;
}

.time-cont {
  padding-left: 20px;
}

.datetime-icon {
  font-size: 1.3em;
  background-color: #cc2027;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.datetime-big {
  font-size: 2.8em;
  line-height: 0.8em;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 5px;
}

.datetime-small {
  font-weight: 500;
  font-size: 1em;
  min-width: 92px;
}

.inner-webinar {
  padding-top: 70px;
}

.webinar-info {
  padding: 100px 0;
}

.webinar-info > h6,
.whitepaper-info > h6 {
  color: #cc2027;
  margin-top: 30px;
  margin-bottom: 0;
}

.webinar-info > h1,
.whitepaper-info > h1 {
  font-weight: 700;
  padding-bottom: 10px;
}

.webinar-info .date-cont {
  padding-left: 0;
}

.webinar-info > p,
.whitepaper-info > p {
  padding-bottom: 10px;
}

.inner-webinar {
  color: #061e33;
}

.webinar-form-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.webinar-form {
  width: 85%;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  position: relative;
  padding: 50px 40px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: max-content;
}

.webinar-form-titles {
  text-align: center;
}

.webinar-form:after,
.host-card:after {
  border-bottom-right-radius: 15px;
}

.webinar-form-titles > h5 {
  font-weight: 600;
}

.webinar-form .form-item input[type="text"],
.webinar-form .form-item input[type="email"],
.webinar-form .form-item input[type="tel"],
.webinar-form .form-item select {
  border: 1px solid #d5d5d5;
  padding: 10px 15px;
}

.webinar-form .form-item.wide p {
  display: block;
  width: 100%;
}

.form-checkbox .wpcf7-list-item input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.form-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-checkbox {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 20px 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

.form-checkbox > input {
  height: 30px;
  width: 30px;
  margin-right: 20px;
}

.form-checkbox > label {
  font-size: 0.9em;
  color: #2c2c2c;
}

.related-heading {
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  font-weight: 700;
}

.hosts-parent > .col-sm-10 > h2:not(.related-heading) {
  font-weight: 700;
  padding: 30px 0;
}

.hosts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
}

.host-cont {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.host-img {
  position: relative;
  z-index: 2;
}

.host-img > img {
  width: 200px;
  height: 200px;
  border-radius: 15px;
}

.host-card {
  background: white;
  border-radius: 15px;
  height: 100%;
  width: calc(100% - 160px);
  padding: 30px 30px 30px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 100px;
}

.host-name {
  font-size: 1.5em;
  font-weight: 700;
}

.host-title {
  font-size: 1.1em;
}

.host-card p {
  color: #2c2c2c;
  font-family: Lato, Arial, Helvetica, sans-serif;
  word-break: break-word;
}

.iframe-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
}

.grey-bg .datetime-icon {
  background-color: #706f6f;
}

.grey-bg {
  color: #706f6f !important;
}

.datetime-prev-text {
  font-weight: 700;
  font-size: 1.2em;
  padding-bottom: 10px;
}

.pt-50 {
  padding-top: 50px;
}

#no-upcoming-webinars {
  text-align: center;
  color: #061e33;
  width: 60%;
  padding: 4em 0;
}

#no-upcoming-webinars > .microphone-icon {
  font-size: 4em;
}

#no-upcoming-webinars > h1 {
  font-size: 1.6em;
  font-weight: 700;
  padding: 1.2rem 0;
}

#no-upcoming-webinars > h2 {
  font-size: 1em;
  color: #2c2c2c;
  font-weight: 400;
}

.hidden-h {
  height: 0 !important;
  padding: 0 !important;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  overflow: hidden;
}

.whitepaper-flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  position: relative;
}

.whitepaper-card {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  background-image: url("./assets/img/common/whitepaper-card.svg");
  width: 200px;
}

.wpc-1 {
  -webkit-transform: translateX(-70%) rotate(-10deg);
  -ms-transform: translateX(-70%) rotate(-10deg);
  transform: translateX(-70%) rotate(-10deg);
  z-index: 2;
}

.wpc-2 {
  z-index: 3;
}

.wpc-3 {
  -webkit-transform: translateX(70%) rotate(10deg);
  -ms-transform: translateX(70%) rotate(10deg);
  transform: translateX(70%) rotate(10deg);
  z-index: 2;
}

.download-btn {
  margin-top: 50px;
  color: white;
  padding: 0.8em 2.2em;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
}

.download-btn:hover {
  color: grey;
}

.inner-whitepapers {
  padding-top: 3em;
  padding-bottom: 5em;
}

.edition-panel:nth-of-type(1) {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#061e33),
    color-stop(60%, #202bac)
  );
  background: -o-linear-gradient(top, #061e33 0%, #202bac 60%);
  background: linear-gradient(180deg, #061e33 0%, #202bac 60%);
}

.features-header,
.integrations-header {
  padding: 30rem 0 20rem;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#061e33),
    to(#202bac)
  );
  background: -o-linear-gradient(bottom, #061e33 0%, #202bac 100%);
  background: linear-gradient(0deg, #061e33 0%, #202bac 100%);
}

.features-header .edition-background-text {
  padding-top: 0 !important;
}

.edition-panel:nth-of-type(2) {
  background: #061e33;
}

.overlap-img {
  position: relative;
  min-height: 52em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.edition-panel .overlap-img,
.live-panel .overlap-img {
  min-height: unset;
}

.edition-panel .overlap-img .image-container,
.live-panel .overlap-img .image-container {
  position: static !important;
}

.edition-inner-heading {
  font-size: 6em;
  font-weight: 800;
  margin-left: -3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
}

.edition-text-container-center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.edition-text-container-center .edition-background-text,
.edition-background-text-platforms {
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16vw;
}

.edition-background-text:not(.no-anim).edition-background-text-platforms {
  width: auto;
  color: transparent;
  left: 100% !important;
}

#edition-sdk-panel {
  padding-right: 6%;
  margin: 0;
}

#edition-sdk-panel .edition-background-text {
  left: 115% !important;
}

.edition-text-container-center .solutions-subheading {
  -webkit-transform: translateX(3em) translateY(10px);
  -ms-transform: translateX(3em) translateY(10px);
  transform: translateX(3em) translateY(10px);
}
.edition-panel .solutions-subheading {
  padding: 0;
  margin: 0;
  font-size: 1em;
  letter-spacing: 1.5px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  font-weight: 500;
  text-align: left;
}
.edition-text-container-left-v1 .solutions-subheading {
  font-size: 2em;
}
.client-button > a:hover {
  color: #fff;
}
.platforms-panel {
  padding-top: 12em;
  background: rgba(88, 132, 177, 1);
}

.platforms-panel:nth-of-type(6) {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(88, 132, 177, 1)),
    to(rgba(32, 43, 172, 1))
  );
  background: -o-linear-gradient(
    top,
    rgba(88, 132, 177, 1) 0%,
    rgba(32, 43, 172, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(88, 132, 177, 1) 0%,
    rgba(32, 43, 172, 1) 100%
  );
}

.platforms-panel:nth-of-type(7) {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#061e33),
    to(#202bac)
  );
  background: -o-linear-gradient(bottom, #061e33 0%, #202bac 100%);
  background: linear-gradient(0deg, #061e33 0%, #202bac 100%);
}

.platforms-panel:nth-of-type(7) .edition-background-text-platforms {
  color: #182788;
}

.platforms-panel:nth-of-type(8) {
  background: #061e33;
}

.platforms-panel:nth-of-type(8) .edition-background-text {
  color: #061e33;
}

.panel-web {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(88, 132, 177, 1)),
    color-stop(40%, rgba(32, 43, 172, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(88, 132, 177, 1) 0%,
    rgba(32, 43, 172, 1) 40%
  );
  background: linear-gradient(
    0deg,
    rgba(88, 132, 177, 1) 0%,
    rgba(32, 43, 172, 1) 40%
  );
  padding-top: 30em;
  padding-bottom: 15em;
}

.platforms-panel .edition-text-container-left,
.panel-web .edition-text-container-left {
  padding-left: 6%;
}

.gradient-bg {
  color: #3d59ae;
}

.no-pad-left {
  padding-left: 0 !important;
}

.no-pad-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hrz-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.edition-inner .hrz-row {
  width: 100%;
  padding: 8em 0 10em;
}

.edition-panel .content-pad {
  max-width: 66%;
  margin: 0 auto;
}

#platform-contentpanel {
  width: 100%;
  padding: 0 20% !important;
}

.edition-inner .hrz-row h5 {
  padding: 0 6em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@-webkit-keyframes bounceAnim {
  from {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounceAnim {
  from {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

#hz-edition-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100vw;
  position: -webkit-sticky;
  position: sticky;
  top: -8%;
}

.features-panel {
  width: 100%;
  padding-top: 6em;
  background: #061e33;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 3rem;
  opacity: 0;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.features-panel:nth-of-type(even) {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

.edition-background-text-features {
  color: #061e33;
  left: 0;
  right: 0;
  top: 22rem;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18em;
  z-index: 2;
}

.feature-heading {
  text-transform: capitalize;
  font-size: 2.4em;
  word-break: normal;
}

.feature-subheading {
  font-size: 1em;
}

.feature-text-container {
  text-align: left;
  padding-top: 16em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-id-11792 .features-panel .feature-text-container,
.page-id-11766 .features-panel .feature-text-container {
  padding-top: 1em;
}

.ftc-l {
  padding-left: 6em;
}

.ftc-r {
  padding-right: 6em;
}

.feature-text-container > p,
.feature-text-container p {
  font-size: 1.3em;
  font-weight: 500;
}

.slider-img {
  height: 100%;
  width: 100%;
  text-align: center;
}

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

.feature-wide {
  width: auto !important;
  max-width: 100% !important;
  padding-top: 8em;
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}

.btt-container {
  position: fixed;
  bottom: 2.4rem;
  left: 0;
  padding-left: 2.4rem;
  color: white;
  font-size: 3em;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.btt-container > p {
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  font-size: 1.5rem;
  margin: 0;
  -webkit-transform: translateY(1.8em);
  -ms-transform: translateY(1.8em);
  transform: translateY(1.8em);
  padding-left: 0.6em;
  font-weight: 600;
  text-shadow: 0 0 6px black;
  padding-right: 10px;
}

.btt-container > i {
  cursor: pointer;
}

.btt-container > i:hover + p {
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.firebase-img {
  padding-top: 10em;
}

.firebase-img > img {
  width: auto;
  height: 100%;
}

.logo-feature {
  display: inline-block;
  width: 45%;
}

.firebase-cont {
  padding-top: 12em;
}

.firebase-cont p {
  text-transform: none;
}

.edition-panel:last-of-type {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#5884b1),
    color-stop(30%, #1f3d59),
    color-stop(60%, #0a2339),
    to(#061e33)
  );
  background: -o-linear-gradient(
    bottom,
    #5884b1 0%,
    #1f3d59 30%,
    #0a2339 60%,
    #061e33 100%
  );
  background: linear-gradient(
    0deg,
    #5884b1 0%,
    #1f3d59 30%,
    #0a2339 60%,
    #061e33 100%
  );
  padding-top: 5em;
  z-index: 15;
  overflow: hidden;
  color: #5884b1;
}

.edition-5884B1 {
  color: #5884b1 !important;
}

.edition-panel:last-of-type .solutions-subheading {
  -webkit-transform: translateX(14em) translateY(-20px);
  -ms-transform: translateX(14em) translateY(-20px);
  transform: translateX(14em) translateY(-20px);
}

.edition-panel:last-of-type .inner-content {
  z-index: 5;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-background > img {
  width: 100%;
}

.publisher-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10em;
}

.publisher-flex .publisher-icon {
  margin: 1em 4em 1em 0;
  max-height: 3em;
  background: none;
  -webkit-filter: none;
  filter: none;
}

.integrations-header {
  background: #202bac;
}

.integrations-header.live-page-integration-wrapper {
  background: #061e33;
  padding-top: 0 !important;
}

.page-id-11766 .integrations-header,
.page-id-11792 .integrations-header {
  background: #061e33;
}

.integrations-header .edition-background-text {
  font-size: 13vw;
  padding: 0;
  color: transparent;
}

.integration-panel {
  background: #202bac;
  min-height: 45em;
  width: 100%;
  position: relative;
}

.page-id-11766 .integration-panel,
.page-id-11792 .integration-panel {
  background: #061e33;
}

/* .edition-panel:not(.anim),
  .edition-text-container-center,
  .edition-text-container-left,
  .edition-text-container-right {
      overflow-y: visible;
  } */

.edition-panel:not(.anim) {
  overflow: hidden;
}

.integration-panel .edition-text-container-left p {
  font-size: 1.1em;
}

.integration-panel .inner-heading {
  font-size: 1.563em;
  margin-bottom: 1rem;
}

.integrations-container {
  width: 100%;
  height: 100%;
  background: #1d504a;
}

.live-page-integration-container {
  background: #061e33;
}

.page-id-11766 .integrations-container,
.page-id-11792 .integrations-container {
  background: #061e33;
}

.image-cont-integration {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  z-index: 10;
}

.integration-panel:last-of-type {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(20%, #061e33),
    to(#202bac)
  );
  background: -o-linear-gradient(bottom, #061e33 20%, #202bac 100%);
  background: linear-gradient(0deg, #061e33 20%, #202bac 100%);
}

.live-integration-panel:last-of-type,
.live-integration-panel {
  background: transparent;
}

.live-integration-portal {
  padding-top: 12em;
}

.page-id-11766 .integration-panel:last-of-type,
.page-id-11792 .integration-panel:last-of-type {
  background: #061e33;
}

.end-imagescroll .image-cont-integration {
  top: initial;
}

.integration-panel .edition-text-container-right {
  padding: 30rem 0;
}

.sticky-img {
  position: absolute;
  z-index: 10;
  max-width: 100%;
  height: 100%;
  left: 0;
  transform: translateX(50%);
}

.page-id-11792 .sticky-img,
.page-id-11766 .sticky-img {
  transform: unset;
}

.portal-img {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  max-width: 100%;
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.image-container img:not(:first-child) {
  position: absolute;
  width: 25%;
  top: 20%;
  margin-left: -3em;
}

.bounce {
  -webkit-animation-name: bounceAnim;
  animation-name: bounceAnim;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.bounce:nth-of-type(odd) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.app-img-cont img:nth-of-type(2) {
  margin-left: -35%;
}

.sdk-mb-parent {
  width: 40%;
  margin-right: 5%;
}

.sdk-img-cont img:first-of-type {
  margin-left: 3em;
}

.sdk-img-cont img:nth-of-type(2) {
  width: 70%;
  left: -8em;
  bottom: -6em;
}

.content-row-block {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content-row-block img {
  width: 80%;
  padding-bottom: 1.6em;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.content-row-block img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.monthly-email {
  display: none;
}

.mobile-nav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 601;
  background: -o-linear-gradient(
    45deg,
    rgba(19, 28, 49, 1) 0%,
    rgba(196, 0, 24, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(19, 28, 49, 1) 0%,
    rgba(196, 0, 24, 1) 100%
  );
  align-items: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mobile-nav h1 {
  cursor: pointer;
  font-weight: 800;
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.mobile-nav li.mobile-menu-link .mobile-link-cont h1 {
  transform: unset;
}

.mobile-nav > ul > li {
  margin: 4rem 0;
}

.mobile-nav .fa-chevron-down {
  font-size: 1.2rem;
  padding: 0 0.6rem;
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
}

.mobilenav-open {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
}

.mobile-link-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  height: 0;
}

.mobile-nav-link {
  text-decoration: none;
  font-size: 1.1em;
  padding: 0.6rem 0;
}

.linkcont-open {
  height: auto;
}

.mobile-exit,
.mobile-scrollback {
  position: absolute;
  top: 2rem;
  right: 3rem;
  font-size: 3em;
  cursor: pointer;
  background-image: url("./assets/img/edition/menu-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.6em;
  height: 0.7em;
  z-index: 4;
}

.contact-button-mnav {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(140, 9, 32, 1)),
    to(rgba(6, 30, 51, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(140, 9, 32, 1) 0%,
    rgba(6, 30, 51, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(140, 9, 32, 1) 0%,
    rgba(6, 30, 51, 1) 100%
  );
  border-radius: 0px 15px 0px 15px;
  border: 2px solid white;
  padding: 15px 30px;
  font-weight: 600;
  cursor: pointer;
}

.mobile-scrollback {
  left: 2rem;
  right: unset;
  background-image: url("./assets/img/edition/chevron-left.svg");
  display: none;
}

#features-slider {
  height: auto;
}

.live-panel:first-of-type {
  /* background: rgb(6, 30, 51);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 30, 51, 1)), color-stop(50%, rgba(0, 183, 168, 1)));
      background: -o-linear-gradient(top, rgba(6, 30, 51, 1) 0%, rgba(0, 183, 168, 1) 50%); */
  background: linear-gradient(180deg, #081f3e 2%, rgba(0, 183, 168, 1) 50%);
}

.live-panel:nth-of-type(4) {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1d504a),
    color-stop(50%, rgba(0, 183, 168, 1))
  );
  background: -o-linear-gradient(bottom, #1d504a 0%, rgba(0, 183, 168, 1) 50%);
  background: linear-gradient(0deg, #1d504a 0%, rgba(0, 183, 168, 1) 50%);
}

.page-id-11766 .live-panel:nth-of-type(1),
.page-id-11792 .live-panel:nth-of-type(1) {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#061e33),
    color-stop(60%, #7800b7)
  );
  background: -o-linear-gradient(top, #061e33 0%, #7800b7 60%);
  background: linear-gradient(180deg, #061e33 0%, #7800b7 60%);
}

.live-panel:nth-of-type(5) {
  background: #1d504a;
}

.live-panel:nth-of-type(6) {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#061e33),
    to(#1d504a)
  );
  background: -o-linear-gradient(bottom, #061e33 0%, #1d504a 100%);
  background: linear-gradient(0deg, #061e33 0%, #1d504a 100%);
}

.live-panel:nth-of-type(7) {
  background: #061e33;
}

.live-panel.features-header {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1d504a),
    to(rgba(0, 183, 168, 1))
  );
  background: -o-linear-gradient(top, #1d504a 0%, rgba(0, 183, 168, 1) 100%);
  background: linear-gradient(180deg, #1d504a 0%, rgba(0, 183, 168, 1) 100%);
}

.page-id-11766 .live-panel.features-header,
.page-id-11792 .live-panel.features-header,
.page-id-11792 .live-panel.features-header {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7800b7),
    to(#ae46e5)
  );
  background: -o-linear-gradient(top, #7800b7 0%, #ae46e5 100%);
  background: linear-gradient(180deg, #7800b7 0%, #ae46e5 100%);
}

.live-panel.integrations-header {
  background: #1d504a;
}

.live-panel.features-panel {
  background: transparent;
}

.live-panel#features-slider {
  background: linear-gradient(180deg, rgba(0, 183, 168, 1) 0%, #1d504a 7%);
}

.page-id-11766 .live-panel#features-slider,
.page-id-11792 .live-panel#features-slider {
  background: linear-gradient(180deg, #7800b7 0%, #ae46e5 7%);
}

.live-panel .integration-panel {
  background: #1d504a;
}

.live-panel:last-of-type {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1d504a),
    to(rgba(0, 183, 168, 1))
  );
  background: -o-linear-gradient(top, #1d504a 0%, rgba(0, 183, 168, 1) 100%);
  background: linear-gradient(180deg, #1d504a 0%, rgba(0, 183, 168, 1) 100%);
}

.page-id-11766 .live-panel:last-of-type,
.page-id-11792 .live-panel:last-of-type {
  background: transparent
    linear-gradient(180deg, #071f3a 0%, #071f3a 21%, #7800b7 52%, #7800b7 100%)
    0% 0% no-repeat padding-box;
}

#features-slider.live-panel .features-panel {
  background: transparent;
}

.page-id-11766 #features-slider.live-panel .features-panel,
.page-id-11792 #features-slider.live-panel .features-panel {
  background: #ae46e5;
}

.live-web-images img:nth-of-type(2) {
  width: 40%;
  left: 50%;
}

.about-us-banner {
  background: black;
  min-height: 60vh;
  position: relative;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(2%, rgba(67, 16, 24, 0.9)),
    to(rgba(6, 30, 51, 0.9))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(67, 16, 24, 0.9) 2%,
    rgba(6, 30, 51, 0.9) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(67, 16, 24, 0.9) 2%,
    rgba(6, 30, 51, 0.9) 100%
  );
  z-index: 1;
}

.top-banner.about-us-banner > :not(.gradient-overlay) {
  z-index: 2;
}

#about-us-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.about-us-banner > h6,
.privacy-banner > h6 {
  font-weight: 600;
}

.about-us-banner > h1,
.privacy-banner > h1 {
  font-weight: 800;
  font-size: 4em;
}

.blue-red {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#061e33),
    to(#8c0920)
  );
  background: -o-linear-gradient(top, #061e33 0%, #8c0920 100%);
  background: linear-gradient(180deg, #061e33 0%, #8c0920 100%);
}

.red-blue {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#061e33),
    to(#8c0920)
  );
  background: -o-linear-gradient(bottom, #061e33 0%, #8c0920 100%);
  background: linear-gradient(0deg, #061e33 0%, #8c0920 100%);
}

.blue {
  background: var(--blue);
}

.multipanel {
  padding-top: 4em !important;
  min-height: 60vh;
}

.about-us-img {
  border-radius: 15px;
  overflow: hidden;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.about-us-img > img {
  width: 100%;
  position: relative;
  display: block;
}

.about-us-img:first-of-type {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.about-us-img:nth-of-type(2) {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.translate-img {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

.pb-6em {
  padding-bottom: 6em;
}

.pb-4em {
  padding-bottom: 4em;
}

.au-text {
  font-size: 1.1em;
  padding-bottom: 4em;
}

.world-bg {
  background: var(--bg-6);
  background-size: cover;
  background-position: center;
}

.bg-d5 {
  background-color: #d5d5d5;
}

.clients-section {
  background-color: #d5d5d5;
  padding-top: 16em !important;
  color: #061e33;
}

.scale-font {
  font-size: clamp(2em, 2.6vw, 2.6em) !important;
  width: 100%;
  max-width: 100% !important;
}

.privacy-banner {
  background: var(--blog-gradient);
  text-align: center;
}

.para-a {
  text-decoration: none;
  color: rgb(51, 122, 183);
}

.para-a:hover {
  text-decoration: underline;
  color: #23527c;
}

.privacy-text {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 1.15em;
}

.privacy-inner {
  width: 70%;
  padding-top: 4em;
}

.privacy-text br {
  display: initial !important;
}

.sdk-mb-parent {
  width: 40%;
  margin-left: 5%;
}

/* Pravin css starts from here */
.top-banner-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 40vh;
  position: relative;
  padding: 140px 0 200px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0;
  background-color: #431018;
}

.client-banner > h6,
.whitepaper-banner > h6 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

.card-heading {
  text-align: center;
  letter-spacing: 0px;
  color: #0e1f2d;
  text-transform: capitalize;
  opacity: 1;
}

.card-head {
  text-align: left;
  font-size: 22px !important;
  letter-spacing: 0px;
  color: #061e33;
  font-weight: bold !important;
}

.card-sub-head {
  font-size: 22px !important;
  font-weight: normal !important;
}

/*.card-sub-head{
  text-align: left;
  font-size: 22px;
  letter-spacing: 0px;
  color: #061E33;
  font-weight: normal;
  
  }*/
.card-inner > h4 {
  font-size: 1.5em;
  font-weight: normal;
}

.client-icon {
  list-style-type: none;
  /* text-align: center;*/
  margin-right: 13%;
}

.logo-popup.wide-img-client {
  min-height: 33%;
}

.client-list-item {
  text-align: center;
}

.client-banner > h1,
.whitepaper-banner > h1 {
  font-weight: 800;
  font-size: 4em;
}

.white-wave-bottom {
  height: 15rem;
  width: 100vw;
  position: relative;
  background-color: white;
}

.cnt-img {
  height: 100%;
  max-width: 317px;
}

.card-container .logo-popup1 {
  width: 80%;
  max-height: 10em;
  padding: 20% 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*.datetime-small-upcoming {
      font-weight: 500;
     font-size: 14px;
      margin-right: 2px;
      min-width: 150px;
  }*/

/* Pravin css ends here */

/*Deepika's CSS Starts*/

.card-view .flex-card-cont {
  height: 38em;
}

.card-view .card-inner > h6 {
  color: #061e33;
  font-weight: 900;
  font-size: 21px;
}

.card-view .card-inner > h3 {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #061e33;
}

.card-view .flex-card-cont .logo-popup {
  /*height: 10%;*/
  min-height: 10em !important;
  max-height: 10em;
  /*margin-top: 7%;*/
}

.card-view .cards-3x3 {
  padding-bottom: 80px;
}

.card-view .flex-card-cont .card-inner,
.card-view .related-parent .card-inner {
  padding: 45% 10% 20% 10%;
  height: 27em;
  /*width: 320px;*/
  /*margin: 0 10px;*/
}

.card-view .flex-card-cont .logo-popup,
.card-view .related-parent .logo-popup {
  min-height: 26%;
  width: 65%;
  margin: 0 20%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  right: 10px;
}

/* Pravin css starts from here */
.top-banner-client,
.top-banner-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 40vh;
  position: relative;
  padding: 140px 0 200px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0;
  background-color: #431018;
}

.partner-banner > h6,
.whitepaper-banner > h6,
.client-banner > h6,
.whitepaper-banner > h6 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

.card-heading-partner,
.card-heading {
  text-align: center;
  letter-spacing: 0px;
  color: #0e1f2d;
  text-transform: capitalize;
  opacity: 1;
}

.card-head {
  text-align: left;
  font-size: 22px !important;
  letter-spacing: 0px;
  color: #061e33;
  font-weight: bold !important;
}
.partner-banner > h1,
.whitepaper-banner > h1 {
  font-weight: 800;
  font-size: 4em;
  text-align: center;
}

/*Deepika's CSS Ends*/
.card-sub-head {
  font-size: 22px !important;
  font-weight: normal !important;
}

/*.card-sub-head{
  text-align: left;
  font-size: 22px;
  letter-spacing: 0px;
  color: #061E33;
  font-weight: normal;
  
  }*/
.card-inner > h4 {
  font-size: 1.5em;
  font-weight: normal;
}

.client-icon {
  list-style-type: none;
  /* text-align: center;*/
  margin-right: 13%;
}

.logo-popup.wide-img-client {
  min-height: 33%;
}

.client-list-item {
  text-align: center;
}

.client-banner > h1,
.whitepaper-banner > h1 {
  font-weight: 800;
  font-size: 4em;
}

.card-container > *,
.flex-card-cont-client > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: white;
  min-height: 26%;

  /* min-height: 80px;*/
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 100%;
}

.flex-card-cont-client {
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  /* min-height: 650px;*/
  height: 38em;
  min-width: 22rem;
  color: #061e33;
  height: auto;
}

.card-container .main-card,
.flex-card-cont-client .card-inner {
  width: 100%;
  padding-top: 35%;
  border-bottom-right-radius: 0;
  z-index: 1;
}

.cards-1x3 > .flex-card-cont-client {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

.flex-card-cont-client .logo-popup {
  /*  min-height: 200px;*/

  max-height: 10em;
  width: 80%;
  margin: 0 10%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.flex-card-cont-client .card-inner {
  padding: 35% 10% 20% 10%;
  height: 28em;
}

.client-view .flex-card-cont {
  height: 38em;
}

.error-img {
  text-align: center;
  width: 50%;
  height: auto;
  /* margin-top: 5%;*/
}

.error-section {
  margin-bottom: 10%;
}

/* Pravin css ends here */

.square {
  width: 700px;
  height: 400px;
  background: #2c2c2c;
}

#image-container {
  position: relative;
  overflow: hidden;
}

.client-inside-banner {
  background-image: url("./assets/img/common/TUI_FirstChoice.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
}

.square-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.inside-blog-inner,
.privacy-inner {
  color: #061e33;
}

.inside-blog-inner > h6 {
  color: #ab0e26;
  margin-bottom: 13px;
  font-size: 0.9em;
}

.inside-blog-inner > h1 {
  font-weight: 600;
}

.client-subhead {
  font-size: 2em;
  margin-top: 20px;
}

.inside-blog-inner > h5,
.client-poster-titles > h2 {
  font-size: 0.9em;
  color: #706f6f;
  margin-top: 15px;
}

.sub-row {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-poster-cont {
  padding-top: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.circular-square {
  border-radius: 50% !important;
}

.client-poster-cont .inside {
  /*height: 70px;
     width: 70px;*/
  border-radius: 50%;
  background-color: #cc2027;
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4em;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  color: white;
  /*border-radius: 50%;*/
}

.client-poster-cont .inside:nth-child(2) {
  margin-left: 10px;
}

.image-top > img {
  margin-right: 50px;
  width: 170px;
}

.client-poster-titles {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-left: 15px;
}

.client-poster-titles > h1 {
  font-size: 1.2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.client-poster-titles > h2 {
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.socials-cont > .icon-container {
  width: 40px;
  height: 40px;
  background-color: #061e33;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4em;
  margin-left: 16px;
  cursor: pointer;
}

.socials-cont > h1 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

.client-inside-blog-text {
  color: #2c2c2c;
  padding-top: 10px;
  line-height: 1.7;
  font-family: Lato, sans-serif;
  font-size: 1.15em;
  padding-bottom: 100px;
}

.client-inside-blog-text > ul {
  line-height: 2;
  padding: 0.3em 0 0.5em 1em;
}

.client-related-parent {
  padding: 0;
}

.client-related-parent > h2 {
  color: #061e33;
  padding-left: 10vw;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-weight: 700;
}

.client-related-parent #card-row-inner {
  padding: 0;
  padding-bottom: 10px;
}

.view-fom-button {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(140, 9, 32, 1)),
    to(rgba(6, 30, 51, 1))
  );

  background: -o-linear-gradient(
    left,
    rgba(140, 9, 32, 1) 0%,
    rgba(6, 30, 51, 1) 100%
  );

  background: linear-gradient(
    90deg,
    rgba(140, 9, 32, 1) 0%,
    rgba(6, 30, 51, 1) 100%
  );
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0px 15px 0px 15px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  font-weight: 600 !important;
  padding: 15px 30px;
  display: block;
  text-transform: uppercase;
  margin-left: 250px;
}

.logo-popup.inside-img {
  min-height: 25%;
}

/*===============  Press release css =====================*/
section.top-banner.press-release-banner {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(30%, #2b3744),
    to(#626d76)
  );
  background: -o-linear-gradient(bottom, #2b3744 30%, #626d76 100%);
  background: linear-gradient(0deg, #2b3744 30%, #626d76 100%);
}

.related-parent.related-press-release .card-inner {
  padding: 9% 10% 20% 10%;
}

/*===============  Pr events css =====================*/
section.top-banner.pr-events-banner {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(24%, #adddca),
    color-stop(80%, #2c3d63)
  );
  background: -o-linear-gradient(bottom, #adddca 24%, #2c3d63 80%);
  background: linear-gradient(0deg, #adddca 24%, #2c3d63 80%);
}

.date-grey {
  font-size: 16px;
  color: #706f6f;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.pr-cards .cards-1x3 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 100px;
}

.pr-cards .cards-1x3 > .flex-card-cont {
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
}

.pr-cards .cards-1x3 .card-inner {
  padding: 14% 10% 20% 10% !important;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pr-cards .cards-1x3 .card-view-button {
  right: 0;
}

.pr-cards .cards-1x3 .card-button-link {
  padding: 15px 37px;
}

.pr-cards .cards-3x2 h5 {
  font-size: 18px;
  line-height: 32px;
  font-family: "Poppins";
}

.pr-cards .cards-3x2 .datetime-cont {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr-cards .cards-3x3 .datetime-cont {
  margin-top: 30px;
}

.pr-cards .cards-3x2 .date-cont,
.pr-cards .cards-3x2 .time-cont,
.pr-cards .cards-3x3 .date-cont,
.pr-cards .cards-3x3 .time-cont {
  padding: 5px 0;
}

.pr-cards .cards-3x3 h5 {
  color: #061e33;
}

.pr-cards .cards-3x2 .datetime-big {
  font-size: 1.7em;
}

.pr-cards .cards-3x3 .datetime-big {
  font-size: 1.7em;
  color: #706f6f;
}

.pr-cards .cards-3x3 .datetime-small {
  font-size: 18px;
}

.pr-cards .cards-3x3 .datetime-small {
  align-self: flex-end;
  line-height: 1.9;
  font-weight: 500;
  font-size: 18px;
  color: #706f6f;
}

.pr-cards .cards-3x3 .datetime-icon {
  background-color: #706f6f;
}

.webinar-form .wpcf7 {
  max-width: 100%;
}

.webinar-form .wpcf7-form .form-item {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.webinar-form .wpcf7-submit {
  margin: auto;
}

/*---------------------------Previous Event Inside----------------------*/
.pe-inside {
  background-image: url(./assets/img/common/event_banner.png);
  background-color: #030f1a;
  background-size: cover;
}

.grey-date .datetime-cont {
  display: block;
  padding: 10px 0;
}

.grey-date .date-cont {
  padding: 0;
}

.grey-date .datetime-icon {
  font-size: 16px;
  background-color: #706f6f;
  height: 37px;
  width: 37px;
}

.grey-date .datetime-big,
.grey-date .datetime-small {
  color: #706f6f;
}

.edition-panel:first-of-type .bottom-minus1,
.live-panel:first-of-type .bottom-minus1 {
  z-index: 5 !important;
}

.related-pr-inside .date-cont,
.related-pr-inside .time-cont {
  padding: 0;
  margin-top: 30px;
}

.datetime-cont.grey-date {
  padding-top: 10px;
  padding-bottom: 10px;
}

.img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.box1 > img,
.box2 > img {
  width: 99%;
}

.page-numbers {
  color: transparent;
  margin: 0 0.6em;
}

.page-numbers:hover {
  color: transparent;
}

.page-numbers.prev,
.page-numbers.next {
  height: 30px;
  width: 22px;
  background-image: url("./assets/img/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  position: absolute;
}

.page-numbers.next {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: -55px;
}

.page-numbers.prev {
  left: -55px;
}

.webinar-upcoming {
  height: unset;
}

.related-pr-inside .date-cont,
.related-pr-inside .time-cont {
  padding: 0;
  margin-top: 30px;
}

.datetime-cont.grey-date {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*-----------------Career page---------------------*/
.bg-ed {
  background-color: #ededed;
}

.career-cards .card-text-area > h6 {
  font-size: 14px;
  color: #cc2027;
  padding-bottom: 0;
}

.career-cards h1.card-company.text-capitalize {
  font-size: 22px;
  font-weight: 800;
}

.career-pg-cont .translate-img {
  transform: translateX(26%);
}

.career-pg-cont .about-us-img:first-of-type {
  transform: translateY(-21%);
}

.career-pg-cont .about-us-img:nth-of-type(2) {
  transform: translateX(-143%);
}

.career-pg-cont .about-us-img {
  flex-basis: 90%;
}

.career-pg-cont .solutions-text-container {
  padding-top: 3em;
  padding-left: 1%;
}

.career-pg-cont {
  color: #000;
}

.webinar-upcoming .card-inner {
  height: 520px;
}

.socials-cont a {
  color: #fff;
}

.webinar-form .wpcf7-form .form-item br {
  display: none;
}

.contact-form-message {
  line-height: 23px;
}

.contact-form-message {
  line-height: 23px;
}

.contact-us-address-wrapper {
  /* max-width: 1070px; */
  margin: 0 auto;
}

.contact-us-address-wrapper .card-container {
  flex: 0 0 25%;
}
#wpcf7-f666-o1 .form-item p > label {
  text-align: left;
  display: block;
}
.contact-us-address-wrapper .logo-popup {
  margin-bottom: 30px;
}

.related-parent .related-webinar-heading {
  margin-bottom: -33px;
}
div#wpcf7-f666-o1 .form-item p {
  width: 100%;
}

@media screen and (max-width: 1205px) {
  .col-sm-5.career {
    width: 100%;
  }

  .pr-cards .cards-1x3 .card-inner {
    padding: 30% 10% 20% 10%;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .career-pg-cont .about-us-img:first-of-type {
    transform: translateY(-16%);
  }

  .career-pg-cont .about-us-img:nth-of-type(2) {
    transform: translateX(-158%);
  }
}

/* Deepika Single events starts */

.event-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/img/common/event_banner.png");
  background-size: cover;
  filter: brightness(50%);
  z-index: 2;
  /* background-image: url(./assets/img/common/event_banner.png);
      background-color: #030f1a;
      background-size: cover; */
}

.event-inner > h6,
.event-inner > h1 {
  position: relative;
  z-index: 2;
}

.related-heading-event {
  font-weight: 700;
  padding-left: 5vw;
  padding-right: 5vw;
  transform: translateY(50%);
}

.section.datetime-cont.grey-date-event {
  display: -webkit-box;
}

.wpcf7-form .form-item label + br {
  display: none;
}
/* Single event css ends */
/* Single Events Media Queries */

@media screen and (max-width: 768px) {
  .client-img img {
    max-width: 90px;
  }

  .client-img {
    padding-top: 1px;
  }
}

/* ipadpro */
@media screen and (max-width: 1205px) {
  .client-img img {
    max-width: 225px;
  }

  .client-img {
    padding-top: 1px;
  }

  .client-img {
    padding-top: 1px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 1295px) {
  .datetime-cont.grey-date-event {
    display: -webkit-box;
  }
}

/* ipad */
@media screen and (max-width: 800px) {
  .datetime-cont.grey-date-event {
    flex-direction: row;
    width: auto;
    align-items: baseline;
    display: inline-flex;
  }
}

@media screen and (max-width: 540px) {
  .career-pg-cont .about-us-img {
    flex-basis: 51%;
  }
  .sticky-img {
    transform: translateX(0%);
  }
  .integration-panel h5.content-subheading.text-uppercase {
    display: none;
  }
}

/* Mobile View */
@media screen and (max-width: 414px) {
  .client-img img {
    max-width: 136px;
  }

  .client-img {
    margin-left: 3px;
  }

  .datetime-cont.grey-date-event {
    display: flex;
  }
  .host-img {
    width: 130px !important;
    height: 240px !important;
  }
  /* /* img.client-img1 {
          max-width: 126px;
      }
      img.client-img2 {
          max-width: 166px;
      }
      img.client-img3 {
          max-width: 153px;
      } */
  img.client-img4 {
    max-width: 94px;
  }

  img.client-img5 {
    max-width: 70px;
  }

  .datetime-small-event {
    min-width: 100px;
  }

  .career-pg-cont .about-us-img {
    flex-basis: 67%;
  }

  .pr-cards .cards-1x3,
  .pr-cards .cards-3x2,
  .pr-cards .cards-3x3 {
    justify-content: space-evenly;
  }
}

/* Single Events Media Queries Ends */

/* Deepika's Sucess page Starts */

.row.thankyou .col-sm-12 {
  text-align: center;
}

.success-thankyou img {
  max-width: 400px;
  max-height: 300px;
}

.solutions-fom-button.text-uppercase.contact {
  margin: 0 auto;
  margin-bottom: 160px;
  position: relative;
  z-index: 10;
}

.sucess-msg {
  font-family: "Poppins Extrabold";
  font-size: 100px;
  font-weight: 900;
}

.Enquiry {
  font-family: "Poppins Extrabold";
  font-size: 50px;
  font-weight: bold;
}

/* Sucess Page Media Queries */
@media screen and (max-width: 414px) {
  .success-thankyou img {
    margin-left: -11px;
  }

  .sucess-msg {
    font-size: 57px;
  }

  .Enquiry {
    font-size: 30px;
  }
}

@media screen and (max-width: 320px) {
  h1.text-capitalize.h1-parent.av-heading p {
    font-size: 21px;
  }

  #splash-img {
    transform: scale(0.5) translate(36%, -75%);
  }

  .hamburger {
    font-size: 1.5em;
  }

  .bottom-minus1 {
    bottom: -4px !important;
  }

  .card-desc {
    font-size: 0.7em;
  }

  .mobile-nav h1 {
    font-size: 1rem;
  }

  ul#menu-desktop-menu-1 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 280px) {
  .success-thankyou img {
    max-width: 252px;
    max-height: 200px;
  }
}
/*-----------------Meet the team page---------------------*/
.nav-tabs {
  border: none;
  padding-top: 60px;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}

.nav-tabs > li {
  color: #898989;
  font-size: 25px;
  font-family: lato;
  cursor: pointer;
  margin: 0 10px;
}

.nav-tabs > li:nth-last-child(1) {
  margin-right: 0;
}

.team-members.tab-content {
  padding-top: 70px;
}

.member-data {
  width: 300px;
  padding-bottom: 30px;
}

.member-photo > img {
  width: 300px;
  height: 300px;
  box-shadow: 5px 5px 10px #00000041;
  border-radius: 15px;
  object-fit: cover;
  object-position: top;
}

.member-photo:hover > img {
  object-position: bottom;
}

.member-details {
  margin-top: 20px;
}

.member-details > h2 {
  font-size: 22px;
  font-family: "Poppins";
  font-weight: bold;
  margin-bottom: 0;
}

.member-details > p {
  font-size: 22px;
  margin-top: 0;
  font-family: "Poppins";
}

.member-photo {
  position: relative;
}

.member-photo:after {
  content: "";
  height: 15px;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(140, 9, 32, 1) 30%,
    rgba(140, 9, 32, 1) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0px 0px 15px 15px;
}

.tab-content {
  position: relative;
  overflow: hidden;
}

.nav-tabs li.active {
  color: #b40d1a;
  border-bottom: 3px solid #b40d1a;
  font-weight: bold;
}

.member.content-pane {
  display: flex;
  flex-wrap: wrap;
  max-width: 1340px;
  justify-content: center;
  margin: auto;
}

.member-box {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex: 0 0 300px;
  margin-right: 35px;
}

.list-link {
  max-width: 1340px;
  margin: auto;
}

a.menu-link.sub-menu-link span {
  display: none;
}

a.menu-link.sub-menu-link {
  font-size: 17px;
  font-weight: 200;
}

ul.sub-menu.menu-odd.menu-depth-1 li {
  list-style: none;
}

.pr-cards .cards-1x3 .card-inner p {
  padding: 0;
  min-width: auto;
  display: table;
}

.pr-cards .cards-1x3 .card-inner h3 {
  display: table;
}

.dropdown-link-cont .sub-menu {
  padding: 0;
  text-align: center;
}

.dropdown-link-cont .sub-menu li {
  margin: 0;
  width: 100%;
}

/* Colours for job role borders */
.member-box[data-jobrole="developer"] .member-photo::after {
  background: #00ffae;
}

.member-box[data-jobrole="support"] .member-photo::after {
  background: #ff0000;
}

.member-box[data-jobrole="director"] .member-photo::after {
  background: #00457a;
}

.member-box[data-jobrole="accounts"] .member-photo::after {
  background: #ca3dff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .newsletter-bar .absolute-inner i {
    left: 18px;
    top: 17px;
  }
}

@media screen and (max-width: 1200px) {
  a.menu-link.sub-menu-link {
    font-size: 17px;
    font-weight: 200;
    margin-top: 15px;
  }
}

.about-cards .card-container .logo-popup img {
  max-width: 100%;
}

.client-icon-type {
  max-height: 50%;
  max-width: 60%;
}

.content-height {
  overflow: hidden;
  margin-top: 25px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.content-height p {
  margin-bottom: 0;
}

.content-height * {
  font-size: 1em;
}

.content-height ul {
  display: none;
}

.content-height p:not(:first-of-type) {
  display: none;
}

.inner-datetime-cont {
  justify-content: flex-start;
}

.previous-datetime .datetime-icon {
  background-color: #706f6f;
  color: white;
}

.previous-datetime .datetime-big,
.previous-datetime .datetime-small {
  color: #706f6f;
}

.time-card {
  display: flex;
  flex-direction: column;
}

.time-card .datetime-cont {
  margin-bottom: 80px;
  margin-top: auto !important;
}

.card-datetime {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.card-datetime > * {
  padding: 5px 0;
}
.card-datetime .datetime-big {
  font-size: 1.7em;
}

.client-img img {
  max-width: 100%;
}

.homepage-slick-logos {
  height: auto;
  transform: translateY(-25%);
}

.homepage-slick-logos .homepage-slick-img {
  width: auto;
  padding: 0 20px;
  max-height: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-slick-img img {
  max-height: 50px;
  height: auto;
  max-width: 100%;
}

h1.increasing-numbers {
  word-break: normal;
}

.flex-card-cont-client .card-inner p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page-numbers.dots {
  color: #061e33;
  background: none;
  cursor: default;
}

.top-banner::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 1;
  position: absolute;
}

.top-banner > h1,
.top-banner > h6 {
  z-index: 2;
}

.wrapper-market-leading .edition-inner-heading {
  margin: 0 auto;
}

.wrapper-market-leading .publisher-area {
  padding-top: 3em;
}

.edition-panel:last-of-type .wrapper-market-leading .solutions-subheading {
  -webkit-transform: unset;
  transform: unset;
}

.wrapper-market-leading .solutions-subheading {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5em;
}

/* .edition-panel .wrapper-market-leading .publisher-area {
  padding-bottom: 10em;
} */

.pcf7-response-output {
  border-style: solid !important;
  height: 80% !important;
}
/* .contact-container {
  min-height: 1079px !important;
   height: 1110px !important;
   } */
@media screen and (max-width: 440px) {
  /* .contact-container {
      min-height: 1580px !important;
      height: 1480px !important;
  } */
}

@media screen and (max-width: 440px) {
  .contact-location-cont {
    flex-direction: column;
    /* margin-top: 150px !important; */
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

.contact-inner .wpcf7 form .wpcf7-response-output {
  padding: 1.4em 1em;
}

@media (min-width: 1920px) and (max-width: 2560px) {
  /* .contact-container {
         min-height: 1190px !important;
       } */
  .wpcf7 form .wpcf7-response-output {
    margin: 4em 0.5em 1em !important;
  }
}

/**  Swiper slider **/
.swiper-wrapper .flex-swiper-card {
  display: block;
  width: 20%;
  margin: 0px;
}

.flex-swiper-card img {
  max-width: 100%;
}
.flex-swiper-card .card-inner {
  min-height: 500px;
}
.swiper {
  width: 100%;
  height: 100%;
}

/* .swiper-slide { */
/* Center slide text vertically */
/* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 600px;
  } */

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-selector .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-selector .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.pr-cards {
  margin: 70px 0 0 0 !important;
}

.numbering_css {
  bottom: -22px !important;
}

.card-row-parent-ol {
  overflow: visible !important;
}
.numbering_css_pr {
  bottom: 50px !important;
}

.pg-swiper {
  /* bottom: -60px !important; */
  display: none !important;
}

/* .pg-height{
      overflow: visible !important;
  } */

#wpcf7-f71-o1 form .wpcf7-response-output {
  margin: 3.5em 0.5em 1em;
  border: none;
}

#wpcf7-f71-o1 form.sent .wpcf7-response-output {
  color: #46b450;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev::after {
  font-size: 30px !important;
}
/* fixing css  */
.poster_img {
  background: url(http://pagesuite-wp-images.s3.eu-west-1.amazonaws.com/wp-content/uploads/2022/02/01155950/LUCY-PENN.png);
  background-position: initial;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: cover;
}
.host-img {
  background-size: cover;
  width: 200px;
  height: 200px;
  border-radius: 15px;
  background-repeat: no-repeat;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-flc-lower p,
.text-flc-lower {
  text-transform: none;
}

.text-flc-lower:first-letter,
.text-flc-lower p:first-letter {
  text-transform: none;
}

.content-sub-head-text {
  display: block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.edition-content-second {
  padding-top: 8em;
  float: left;
  margin-left: -6em;
}

.edition-content-first {
  float: left;
}

.content-image-overlap {
  margin-top: 5em;
}

.edition-content-first img {
  max-width: 100%;
}

.content-image-overlap .content-subheading:first-child {
  text-align: right;
}

.live-panel-height {
  min-height: auto !important;
}

@media only screen and (max-width: 1205px) {
  .live-integration-portal .portal-img {
    height: auto;
    max-width: 100%;
    transform: unset !important;
    text-align: center;
  }

  .inside-blog-inner {
    margin-top: 25px;
  }

  .edition-panel .edition-text-container-left {
    width: 100%;
  }

  .sm-image-align-center {
    margin: 0 auto !important;
  }

  .sm-image-align-center img:first-of-type {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .content-sub-head-text {
    margin-top: 0;
    text-align: center;
    top: unset;
    transform: unset;
  }
}

@media only screen and (max-width: 520px) {
  .except-bg-wave-banner {
    margin-bottom: -9px;
  }
}
