@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .vc-slick-carousel .slick-list {
  background: #fff url("../image/../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../node_modules/slick-carousel/slick/fonts/slick.eot");
  src: url("../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../node_modules/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../node_modules/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../node_modules/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.vc-slick-carousel .slick-prev,
.vc-slick-carousel .slick-next {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  color: transparent;
  z-index: 99;
}
.vc-slick-carousel .slick-prev:hover, .vc-slick-carousel .slick-prev:focus,
.vc-slick-carousel .slick-next:hover,
.vc-slick-carousel .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.vc-slick-carousel .slick-prev:hover:before, .vc-slick-carousel .slick-prev:focus:before,
.vc-slick-carousel .slick-next:hover:before,
.vc-slick-carousel .slick-next:focus:before {
  opacity: 0.5;
}
.vc-slick-carousel .slick-prev.slick-disabled:before,
.vc-slick-carousel .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.vc-slick-carousel .slick-prev:before,
.vc-slick-carousel .slick-next:before {
  display: block;
  height: 30px;
  width: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "x";
}

.vc-slick-carousel .slick-prev {
  left: 0;
}
@media (min-width: 993px) {
  .vc-slick-carousel .slick-prev {
    right: 50px;
    left: initial;
  }
}
[dir=rtl] .vc-slick-carousel .slick-prev {
  left: auto;
  right: -25px;
}
.vc-slick-carousel .slick-prev:before {
  background-image: url("../img/owl-next-icon.svg");
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
[dir=rtl] .vc-slick-carousel .slick-prev:before {
  background-image: url("../img/owl-next-icon.svg");
}

.vc-slick-carousel .slick-next {
  right: 0;
}
@media (min-width: 993px) {
  .vc-slick-carousel .slick-next {
    right: 0;
  }
}
[dir=rtl] .vc-slick-carousel .slick-next {
  left: -25px;
  right: auto;
}
.vc-slick-carousel .slick-next:before {
  background-image: url("../img/owl-next-icon.svg");
}
[dir=rtl] .vc-slick-carousel .slick-next:before {
  background-image: url("../img/owl-next-icon.svg");
}

/* Dots */
.vc-slick-carousel .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.vc-slick-carousel .slick-dots {
  position: absolute;
  bottom: -60px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.vc-slick-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.vc-slick-carousel .slick-dots li button {
  border: 0;
  background: transparent;
  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;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 1;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.vc-slick-carousel .slick-dots li button:hover, .vc-slick-carousel .slick-dots li button:focus {
  outline: none;
}
.vc-slick-carousel .slick-dots li button:hover:before, .vc-slick-carousel .slick-dots li button:focus:before {
  opacity: 0.5;
}
.vc-slick-carousel .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: black;
  border-radius: 100%;
  opacity: 0.25;
  font-size: 16px;
  line-height: 1;
  content: "";
}
.vc-slick-carousel .slick-dots li.slick-active button:before {
  background-color: #FF007A;
  opacity: 0.75;
  opacity: 1;
  font-size: 16px;
}

.footer-col__legal #ot-sdk-btn.ot-sdk-show-settings {
  padding: 0 !important;
  font-size: 12px !important;
  background-color: transparent !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  color: #fff !important;
  border: none !important;
}
.footer-col__legal .wpb_raw_code > .wpb_wrapper:has(#ot-sdk-btn.ot-sdk-show-settings) {
  line-height: 1;
}

.vc_row {
  padding-top: 60px;
  padding-bottom: 20px;
  background-position: center center;
  background-size: cover;
  clear: both;
}

.vc_column-inner {
  position: relative;
}

.c-modal--rich-text ul, .single-page-content .wpb_content_element ul {
  margin-left: 20px;
  list-style: none;
}
.c-modal--rich-text li, .single-page-content .wpb_content_element li {
  padding: 0 0 8px 0;
}
.c-modal--rich-text li:last-of-type, .single-page-content .wpb_content_element li:last-of-type {
  padding: 0;
}
.c-modal--rich-text ul li::before, .single-page-content .wpb_content_element ul li::before {
  position: relative;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  top: 0.15em;
  color: #5600EF;
  font-size: 34px;
  font-weight: bold;
  line-height: 17px;
  content: "•";
}

#wrap .typography-white ul li::before {
  color: #fff;
}

#wrap .purple-checks, #wrap .purple-checks ul,
#wrap .yellow-checks,
#wrap .yellow-checks ul {
  list-style-type: none;
}
#wrap .purple-checks ul,
#wrap .yellow-checks ul {
  margin-left: 40px;
}
#wrap .purple-checks li,
#wrap .yellow-checks li {
  position: relative;
}
#wrap .purple-checks li::before,
#wrap .yellow-checks li::before {
  position: absolute;
  top: 0.4em;
  left: -35px;
  display: block;
  width: 23px;
  height: 20px;
  font-size: 21px;
  margin-left: 0;
  background: url("/wp-content/themes/rapyd-2022/img/purple-check.svg") no-repeat;
  background-size: contain;
  content: "";
}

#wrap .yellow-checks li::before {
  background: url("/wp-content/themes/rapyd-2022/img/yellow-check.svg") no-repeat;
}

.list-margins li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .no-mobile-min-height {
    min-height: 0 !important;
  }
}

@media (max-width: 767px) {
  .no-mobile-min-height-column .vc_column-inner {
    min-height: 0 !important;
  }
}

@media (max-width: 767px) {
  .no-mobile-width {
    width: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  #wrap .hidden-phone, #wrap .hide-on-phones {
    display: none !important;
  }
}
body.body--wide-container #content-wrap {
  width: 1154px;
}

.skip-to-content {
  display: none;
  opacity: 0;
  position: absolute;
}

body {
  color: #000;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
  letter-spacing: -0.03em;
}
@media (min-width: 767px) {
  body {
    font-size: 20px;
  }
}
body .typography-white, body .single-resource .c-modal--resources, .single-resource body .c-modal--resources,
body .single-resource .c-modal--infographic,
.single-resource body .c-modal--infographic {
  color: #fff;
}

p {
  letter-spacing: -0.03em;
}

.text-large, .text-lg {
  font-size: 19px;
}
@media (min-width: 767px) {
  .text-large, .text-lg {
    font-size: 23px;
  }
}

.text-xl {
  font-size: 24px;
  line-height: 1.2em;
}
@media (min-width: 767px) {
  .text-xl {
    font-size: 38px;
  }
}

.purple {
  color: #5600EF;
}

.pink {
  color: #FF007A;
}

.yellow {
  color: #FCFF00;
}

.green {
  color: #01FF89;
}

.font--primary {
  font-family: "Epilogue", sans-serif, Arial, sans-serif !important;
  text-transform: none;
}

.font--heading {
  font-family: "Anton", sans-serif, Arial, sans-serif !important;
}

a {
  color: #FF007A;
}
a:hover {
  color: rgb(178.5, 0, 85.4);
}
#content a {
  text-decoration: underline;
}

.purple-links a {
  color: #5600EF !important;
}

.pink-links a {
  color: #FF007A !important;
}

.yellow-links a {
  color: #FCFF00 !important;
}

.green-links a {
  color: #01FF89 !important;
}

.body--opportunity .lp-icons .vcex-icon-box .vcex-icon-box-heading, .body--opportunity .lp-hero .eyebrow-text {
  color: #000;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0;
}
.typography-white .body--opportunity .lp-icons .vcex-icon-box .vcex-icon-box-heading, .body--opportunity .lp-icons .vcex-icon-box .typography-white .vcex-icon-box-heading, .typography-white .body--opportunity .lp-hero .eyebrow-text, .body--opportunity .lp-hero .typography-white .eyebrow-text {
  color: #fff;
}

h1, h1.vcex-heading, .h1, .h1.vcex-heading, h2, h2.vcex-heading, .h2, .h2.vcex-heading, h3, h3.vcex-heading, .h3, .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3, .h3.vcex-heading, h4, h4.vcex-heading, .h4, .vc-faq .vcex-toggle__title, .h4.vcex-heading {
  color: #000;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0;
}
.typography-white h1, .typography-white .h1, .typography-white h2, .typography-white .h2, .typography-white h3, .typography-white .h3, .typography-white .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3, .vc-blogpost-cta:not(.vc-blogpost-cta--report) .typography-white h3, .typography-white h4, .typography-white .h4, .typography-white .vc-faq .vcex-toggle__title, .vc-faq .typography-white .vcex-toggle__title {
  color: #fff;
}

h1, .h1, .vcex-heading.h1, h1.vcex-heading {
  font-size: 13vw;
}
@media (min-width: 767px) {
  h1, .h1, .vcex-heading.h1, h1.vcex-heading {
    font-size: 9.175vw;
  }
}
@media (min-width: 1200px) {
  h1, .h1, .vcex-heading.h1, h1.vcex-heading {
    font-size: 110px;
  }
}

h2, .h2, .vcex-heading.h2, h2.vcex-heading {
  font-size: 11.5vw;
}
@media (min-width: 767px) {
  h2, .h2, .vcex-heading.h2, h2.vcex-heading {
    font-size: 7.76vw;
  }
}
@media (min-width: 1200px) {
  h2, .h2, .vcex-heading.h2, h2.vcex-heading {
    font-size: 92px;
  }
}
h2.small, .h2.small, .vcex-heading.h2.small, h2.vcex-heading.small {
  font-size: 8vw;
}
@media (min-width: 767px) {
  h2.small, .h2.small, .vcex-heading.h2.small, h2.vcex-heading.small {
    font-size: 5.5vw;
  }
}
@media (min-width: 1200px) {
  h2.small, .h2.small, .vcex-heading.h2.small, h2.vcex-heading.small {
    font-size: 66px;
  }
}

h3, .h3, .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3, .vcex-heading.h3, h3.vcex-heading, .post-format--event-featured .theme-heading, .post-format--event .theme-heading {
  font-size: 10.5vw;
}
@media (min-width: 767px) {
  h3, .h3, .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3, .vcex-heading.h3, h3.vcex-heading, .post-format--event-featured .theme-heading, .post-format--event .theme-heading {
    font-size: 5.5vw;
  }
}
@media (min-width: 1200px) {
  h3, .h3, .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3, .vcex-heading.h3, h3.vcex-heading, .post-format--event-featured .theme-heading, .post-format--event .theme-heading {
    font-size: 66px;
  }
}

h4, .h4, .vc-faq .vcex-toggle__title, .vcex-heading.h4, h4.vcex-heading, #main .vc-index .vc_tta-title-text, .post-format--event-featured .entry-title, .post-format--event .entry-title {
  font-size: 9vw;
}
@media (min-width: 480px) {
  h4, .h4, .vc-faq .vcex-toggle__title, .vcex-heading.h4, h4.vcex-heading, #main .vc-index .vc_tta-title-text, .post-format--event-featured .entry-title, .post-format--event .entry-title {
    font-size: 5.5vw;
  }
}
@media (min-width: 767px) {
  h4, .h4, .vc-faq .vcex-toggle__title, .vcex-heading.h4, h4.vcex-heading, #main .vc-index .vc_tta-title-text, .post-format--event-featured .entry-title, .post-format--event .entry-title {
    font-size: 3.15vw;
  }
}
@media (min-width: 1200px) {
  h4, .h4, .vc-faq .vcex-toggle__title, .vcex-heading.h4, h4.vcex-heading, #main .vc-index .vc_tta-title-text, .post-format--event-featured .entry-title, .post-format--event .entry-title {
    font-size: 38px;
  }
}

h5, .h5, h5.vcex-heading, .post-format--event-featured .entry-location,
.post-format--event-featured .vcex-post-type-entry-date, .post-format--event .entry-location,
.post-format--event .vcex-post-type-entry-date {
  font-size: 19px;
}
@media (min-width: 767px) {
  h5, .h5, h5.vcex-heading, .post-format--event-featured .entry-location,
  .post-format--event-featured .vcex-post-type-entry-date, .post-format--event .entry-location,
  .post-format--event .vcex-post-type-entry-date {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h5, .h5, h5.vcex-heading, .post-format--event-featured .entry-location,
  .post-format--event-featured .vcex-post-type-entry-date, .post-format--event .entry-location,
  .post-format--event .vcex-post-type-entry-date {
    font-size: 24px;
  }
}

#wrap .title {
  font-size: 21px;
}

#wrap .tilted-title {
  font-size: 20px;
  margin-bottom: 10px;
  overflow: visible;
}
@media (min-width: 767px) {
  #wrap .tilted-title {
    position: absolute;
    top: 305px;
    left: 10px;
    display: inline-block;
    font-size: 21px;
    width: 1px;
    height: 1px;
  }
  #wrap .tilted-title .vcex-heading-inner {
    min-width: 300px;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    text-align: right;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.uppercase {
  text-transform: uppercase !important;
}

html[lang=is] h1, html[lang=is] h2, html[lang=is] h3, html[lang=is] h4,
.parent-pageid-16631 h1,
.parent-pageid-16631 h2,
.parent-pageid-16631 h3,
.parent-pageid-16631 h4 {
  line-height: 1.15em;
}

.simple-icon {
  display: inline-block;
}
.simple-icon:before {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.simple-icon--business-card:before {
  height: 27px;
  width: 37px;
  background-image: url("/wp-content/themes/rapyd-2022/img/card.svg");
}

.animate-text {
  opacity: 0;
}
.wpex-js .animate-text {
  opacity: 1;
}
.animate-text .word {
  opacity: 0;
}
.animate-text.js-animate .word {
  display: inline-block;
  -webkit-animation: slide-up 0.7s;
          animation: slide-up 0.7s;
  -webkit-animation-delay: calc(200ms * var(--line-index));
          animation-delay: calc(200ms * var(--line-index));
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animate-text.animate-text--no-delay.splitting {
  opacity: 1;
}
.animate-text.animate-text--no-delay .word {
  display: inline-block;
  -webkit-animation: slide-up 0.7s;
          animation: slide-up 0.7s;
  -webkit-animation-delay: calc(200ms * var(--line-index));
          animation-delay: calc(200ms * var(--line-index));
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animate-delay--1.js-animate .word {
  -webkit-animation-delay: calc(500ms + 250ms * var(--line-index));
          animation-delay: calc(500ms + 250ms * var(--line-index));
}

.animate-delay--2.js-animate .word {
  -webkit-animation-delay: calc(1000ms + 250ms * var(--line-index));
          animation-delay: calc(1000ms + 250ms * var(--line-index));
}

#wrap .wpb_fadeInUp,
#wrap .wpb_fadeInRight {
  opacity: 0;
}

#wrap .wpb_fadeInUp.animated {
  -webkit-animation-name: fadeInUpCust !important;
          animation-name: fadeInUpCust !important;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#wrap .wpb_fadeInRight.animated {
  -webkit-animation-name: fadeInRightCust !important;
          animation-name: fadeInRightCust !important;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUpCust {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 120px, 0);
            transform: translate3d(0, 120px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpCust {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 120px, 0);
            transform: translate3d(0, 120px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRightCust {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(120px, 0, 0);
            transform: translate3d(120px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightCust {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(120px, 0, 0);
            transform: translate3d(120px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.lax--in {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
body.body--il .form .hs-form > .form-columns-0:first-child > .hs-richtext {
  display: none;
}
body.body--il .form .hs_error_rollup {
  display: none;
}
body.body--il .form .hs-submit {
  margin-top: 2rem;
}
body.body--il .form label {
  padding-left: 20px;
  padding-right: 0;
}
body.body--il .form .hs-input {
  margin-left: 5px;
  margin-right: 0;
}
body.body--il .form .hs-form-booleancheckbox-display span {
  text-align: right;
}

body .form label {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  body .form label {
    font-size: 14px;
  }
}
body .form label .hs-form-required {
  margin-left: 3px;
  color: #FCFF00;
}
body .form .legal-consent-container {
  margin-bottom: 15px;
}
body.body--il .form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none;
}
body.body--il .form .legal-consent-container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

body .form fieldset.form-columns-2 {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 640px) {
  body .form fieldset.form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
}
body .form .hs-form-field {
  margin-bottom: 22px;
  position: relative;
}
body .form .hs-form-field input.hs-input {
  font-size: 17px;
}
@media (max-width: 639px) {
  body .form .hs-form-field {
    width: 100% !important;
  }
}
body .form .input {
  margin: 0 !important;
}
@media (max-width: 639px) {
  body .form .input {
    margin-right: 0;
  }
}
body .form .hs-custom-style fieldset textarea {
  padding: 18px 20px 8px 15px;
}
body .form .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  width: 100%;
  min-height: initial !important;
  padding: 18px 20px 8px 15px !important;
  font-size: 20px;
  background-color: #505050;
  border: 0;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
}
body .form .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  display: none;
  opacity: 0;
}
body .form .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  display: none;
  opacity: 0;
}
body .form .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  display: none;
  opacity: 0;
}
body .form .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-ms-input-placeholder {
  display: none;
  opacity: 0;
}
body .form .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::placeholder {
  display: none;
  opacity: 0;
}
body .form input[type=text],
body .form input[type=email],
body .form input[type=tel],
body .form input[type=password] {
  width: 100%;
  min-height: initial !important;
  margin: 0;
  padding: 18px 20px 8px 15px !important;
  font-size: 20px;
  background-color: #505050;
  border: 0;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
}
body .form input[type=text]::-webkit-input-placeholder, body .form input[type=email]::-webkit-input-placeholder, body .form input[type=tel]::-webkit-input-placeholder, body .form input[type=password]::-webkit-input-placeholder {
  display: none;
  opacity: 0;
}
body .form input[type=text]::-moz-placeholder, body .form input[type=email]::-moz-placeholder, body .form input[type=tel]::-moz-placeholder, body .form input[type=password]::-moz-placeholder {
  display: none;
  opacity: 0;
}
body .form input[type=text]:-ms-input-placeholder, body .form input[type=email]:-ms-input-placeholder, body .form input[type=tel]:-ms-input-placeholder, body .form input[type=password]:-ms-input-placeholder {
  display: none;
  opacity: 0;
}
body .form input[type=text]::-ms-input-placeholder, body .form input[type=email]::-ms-input-placeholder, body .form input[type=tel]::-ms-input-placeholder, body .form input[type=password]::-ms-input-placeholder {
  display: none;
  opacity: 0;
}
body .form input[type=text]::placeholder,
body .form input[type=email]::placeholder,
body .form input[type=tel]::placeholder,
body .form input[type=password]::placeholder {
  display: none;
  opacity: 0;
}
body .form *[dir=rtl] {
  text-align: right;
}
body .form textarea {
  width: 100% !important;
  padding: 18px 20px 8px 15px;
  background-color: #505050;
  border: #000;
  border-radius: 4px;
  color: #fff;
}
body .form textarea::-webkit-input-placeholder {
  display: none;
  opacity: 0;
}
body .form textarea::-moz-placeholder {
  display: none;
  opacity: 0;
}
body .form textarea:-ms-input-placeholder {
  display: none;
  opacity: 0;
}
body .form textarea::-ms-input-placeholder {
  display: none;
  opacity: 0;
}
body .form textarea::placeholder {
  display: none;
  opacity: 0;
}
body .form input[type=checkbox] {
  height: 16px;
  margin-right: 5px;
  opacity: 0.8;
  position: relative;
  top: 3px;
  width: 16px;
}
body .form legend {
  display: none !important;
}
body .form .hs-form .hs-fieldtype-select .input {
  position: relative;
  background-color: #505050;
  border-radius: 4px;
  background-image: url("../img/select-arrow-yellow.svg");
  background-position: right 8px top 24px;
  background-size: 12px;
  background-repeat: no-repeat;
}
body.body--il .form .hs-form .hs-fieldtype-select .input {
  background-position: left 16px top 20px;
}

@media (max-width: 639px) {
  body .form .hs-form .hs-fieldtype-select .input {
    margin-right: 0;
  }
}
body .form .hs-fieldtype-select label {
  position: relative;
  left: initial;
}
body .form select {
  width: 100% !important;
  min-height: 55px;
  padding: 18px 20px 8px 15px;
  border: 0;
  border-radius: 0;
  background-image: url("../img/select-arrow-yellow.svg");
  background-size: 12px;
  background-position: right 8px top 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  opacity: 0;
}
body.body--il .form select {
  background-position: left 16px top 20px;
}

body .form select option {
  color: #000;
}
body .form .hs-button, body .form .signup-submit-btn {
  display: block;
  margin: 0 auto;
  background-color: #01FF89;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 250px;
}
body .form .hs-button:hover, body .form .signup-submit-btn:hover {
  background-color: #03E67D;
}
body .form .legal-consent-container p {
  color: #fff;
  font-size: 14px;
}
body .form .hs-fieldtype-booleancheckbox .inputs-list {
  position: relative;
}
body .form .hs-error-msgs {
  position: absolute;
  top: 39px;
  left: 15px;
  background-color: #cc0000;
  padding: 5px 10px 2px;
  border-radius: 5px;
  z-index: 150;
  opacity: 0.9;
}
body .form .hs-error-msgs, body .form .inputs-list {
  margin: 5px 0 0 0;
  list-style: none;
}
body .form .hs-error-msgs li::before, body .form .inputs-list li::before {
  display: none;
}
body .form .hs-error-msgs .hs-error-msg, body .form .inputs-list .hs-error-msg {
  font-size: 12px;
  color: #fff;
}
body .form .hs_error_rollup .hs-error-msgs {
  position: relative;
}
body .form .hs-form-field.hs_privacy_data_request > label {
  left: initial !important;
  position: initial !important;
  top: initial !important;
  -webkit-transition: initial !important;
  transition: initial !important;
  z-index: initial !important;
}
body .form .hs-form-field > label {
  left: 10px;
  position: absolute;
  top: 2px;
  min-height: 55px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99;
  -ms-flex-line-pack: center;
      align-content: center;
}
body.body--il .form .hs-form-field > label {
  left: auto;
  right: 10px;
}

@media (min-width: 640px) {
  body .form .hs-form-field > label {
    left: 15px;
  }
  body.body--il .form .hs-form-field > label {
    left: auto;
    right: 20px;
  }
}
body .form .hs-form-field.hs-second_country > label {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 15px;
  text-transform: none;
}
body .form .hs-form-field.hs-second_country select {
  opacity: 1;
}
body .form .hs-form-field.active select {
  opacity: 1;
}
body .form .hs-form-field.active > label {
  background-color: #262525;
  min-height: auto;
  padding: 3px 5px 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  left: 12px;
  opacity: 0.8;
  top: -11px;
}
body .form--full-width fieldset.form-columns-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .form--full-width .hs-form-field {
  width: 100%;
}
body .form.form--1col-100 .form-columns-1 {
  width: 100%;
  max-width: initial;
}
body .form--dark .submitted-message {
  color: #fff;
}
body .form.form--yellow .hs-button, body .form.form--yellow .signup-submit-btn {
  background-color: #FCFF00;
}
body .form.form--yellow .hs-button:hover, body .form.form--yellow .signup-submit-btn:hover {
  background-color: #ECEF03;
}
body .submitted-message {
  text-align: center;
}

select {
  position: relative;
  display: block;
  border: 4px solid #FF007A;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 45px 6px 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.182' height='11.315' viewBox='0 0 20.182 11.315'%3E%3Cpath d='M18,0,10.093,6.92,2.178,0,0,2.491l10.092,8.824,10.09-8.824Z' transform='translate(0 0)' fill='%23262525'/%3E%3C/svg%3E");
  background-size: 20px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}

.blog-subscribe-card--completed {
  height: 100% !important;
}

.blog-subscribe-card {
  padding-top: 0;
  padding-bottom: 0;
}
.blog-subscribe-card .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 479px) {
  .blog-subscribe-card__row-col .vc_column-inner {
    background-image: initial !important;
  }
}
.blog-subscribe-card__outer {
  width: 100%;
  padding: 32px 0 22px;
}
@media (min-width: 767px) {
  .blog-subscribe-card__outer {
    max-width: 80%;
    padding: 32px 32px 22px 32px;
  }
}
.blog-subscribe-card__form h4 {
  margin-top: 0;
  color: #000;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.16em;
  text-align: left;
  color: #fff;
}
.typography-white .blog-subscribe-card__form h4 {
  color: #fff !important;
}
.blog-subscribe-card__form label {
  color: #000;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.39em;
  text-align: left;
}
.typography-white .blog-subscribe-card__form label {
  color: #fff !important;
}
.blog-subscribe-card__form ul.inputs-list {
  margin-top: 30px;
  margin-left: 0;
  list-style: none !important;
}
.blog-subscribe-card__form ul.inputs-list.hs-error-msgs {
  position: relative;
  top: -16px;
  margin-top: 0;
}
.blog-subscribe-card__form ul.inputs-list.hs-error-msgs label {
  font-size: 11px;
}
.blog-subscribe-card__form ul.inputs-list li {
  margin-bottom: 16px;
}
.blog-subscribe-card__form ul.inputs-list li input {
  float: initial;
}
.blog-subscribe-card__form ul.inputs-list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.blog-subscribe-card__form ul.inputs-list li label span {
  display: block;
  width: 100%;
  margin-left: 0;
  line-height: 1.35em;
}
.blog-subscribe-card__form ul.inputs-list li:before {
  display: none !important;
}
.blog-subscribe-card__form .legal-consent-container label span {
  font-size: 14px;
}
.blog-subscribe-card__form .grecaptcha-badge {
  display: none;
}
.blog-subscribe-card__form .input {
  position: relative;
  margin-bottom: 22px;
}
.blog-subscribe-card__form input[type=text],
.blog-subscribe-card__form input[type=email],
.blog-subscribe-card__form input[type=tel] {
  width: 100%;
  margin: 0;
  padding: 18px 20px 8px 15px;
  padding-left: 0;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #FCFF00;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
}
.blog-subscribe-card__form input[type=checkbox] {
  margin-right: 14px;
  width: 23px;
  height: 23px;
  background: transparent;
}
.blog-subscribe-card__form .hs-fieldtype-checkbox label {
  position: relative !important;
  color: #fff;
}
.blog-subscribe-card__form .hs-richtext p {
  font-size: 18px;
  line-height: 1.35em;
}
.blog-subscribe-card__form .hs-form-field {
  position: relative;
}
.blog-subscribe-card__form .hs-form-field:not(.hs-fieldtype-checkbox) > label {
  left: 0;
  position: absolute;
  top: 25px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #FCFF00 !important;
  z-index: 99;
}
.blog-subscribe-card__form .hs-form-field:not(.hs-fieldtype-checkbox).active select {
  opacity: 1;
}
.blog-subscribe-card__form .hs-form-field:not(.hs-fieldtype-checkbox).active > label {
  font-size: 10px;
  font-weight: 700;
  left: 0;
  opacity: 0.8;
  top: 0;
}
.blog-subscribe-card__form .hs-button {
  background-color: #FCFF00;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 250px;
}
.blog-subscribe-card__form .hs-button:hover {
  background-color: #ECEF03;
}
.blog-subscribe-card__thanks {
  display: none;
}
.blog-subscribe-card__thanks .lead {
  color: #000;
}
.typography-white .blog-subscribe-card__thanks .lead {
  color: #fff !important;
}

.hs-recaptcha {
  margin-bottom: 30px;
}

html body .form--dashboard input:-webkit-autofill,
html body .hbspt-form input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px rgba(80, 80, 80, 0.95) inset !important;
}
html body .form--dashboard select:-internal-autofill-selected,
html body .hbspt-form select:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px rgba(80, 80, 80, 0.95) inset !important;
}

.vc-contact__form-privacy-policy {
  margin-top: 32px;
  color: #fff;
  font-size: 16px;
}
.vc-contact__form-privacy-policy a {
  color: #FF007A;
}
.vc-contact__form-privacy-policy a:hover {
  color: #b30055;
}

body .form.form--subscribe {
  position: relative;
  padding-top: 22px;
}
body .form.form--subscribe .hs-newsletter_subscription {
  position: initial;
}
body .form.form--subscribe .hs-newsletter_subscription label:not(.hs-form-checkbox-display) {
  position: initial;
  top: initial;
  left: initial;
  margin-bottom: 12px;
}
body .form.form--subscribe input[type=checkbox] {
  margin-right: 14px;
  width: 23px;
  height: 23px;
  background: transparent;
}
body .form.form--subscribe label {
  font-size: 18px;
}
body .form.form--subscribe .inputs-list {
  position: initial;
}
body .form.form--subscribe .legal-consent-container ul.inputs-list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body .form.form--subscribe .legal-consent-container ul.inputs-list li label span {
  display: block;
  width: 100%;
  margin-left: 0;
  line-height: 1.35em;
}
body .form.form--subscribe .legal-consent-container ul.inputs-list li input {
  float: initial;
}
body .form.form--subscribe .legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}

#main .form--contact .hs-fieldtype-text input,
#main .form--contact .hs-fieldtype-phonenumber input {
  width: 100%;
}

.has-captcha .hs_recaptcha {
  position: absolute !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.form-disclaimer {
  font-size: 14px;
  margin-top: 20px;
}
.form-disclaimer p {
  margin-bottom: 0;
}

#wrap .typeset--article h2, #wrap .typeset--article h2.vcex-heading, #wrap .typeset--article .h2, #wrap .typeset--article .h2.vcex-heading, #wrap .typeset--article h3, #wrap .typeset--article h3.vcex-heading, #wrap .typeset--article .h3, #wrap .typeset--article .h3.vcex-heading, #wrap .typeset--article h4, #wrap .typeset--article h4.vcex-heading, #wrap .typeset--article .h4, #wrap .typeset--article .vc-faq .vcex-toggle__title, .vc-faq #wrap .typeset--article .vcex-toggle__title, #wrap .typeset--article .h4.vcex-heading, #wrap .typeset--article h5, #wrap .typeset--article h5.vcex-heading, #wrap .typeset--article .h5, #wrap .typeset--article .h5.vcex-heading,
.typeset--legal-list h2,
.typeset--privacy h2,
.typeset--legal-list .h2,
.typeset--privacy .h2,
.typeset--legal-list h3,
.typeset--privacy h3,
.typeset--legal-list .h3,
.typeset--legal-list .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3,
.vc-blogpost-cta:not(.vc-blogpost-cta--report) .typeset--legal-list h3,
.typeset--privacy .h3,
.typeset--privacy .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3,
.vc-blogpost-cta:not(.vc-blogpost-cta--report) .typeset--privacy h3,
.typeset--legal-list h4,
.typeset--privacy h4,
.typeset--legal-list .h4,
.typeset--legal-list .vc-faq .vcex-toggle__title,
.vc-faq .typeset--legal-list .vcex-toggle__title,
.typeset--privacy .h4,
.typeset--privacy .vc-faq .vcex-toggle__title,
.vc-faq .typeset--privacy .vcex-toggle__title,
.typeset--legal-list h5,
.typeset--privacy h5,
.typeset--legal-list .h5,
.typeset--privacy .h5 {
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
}
#wrap .typeset--article h2, #wrap .typeset--article .h2, #wrap .typeset--article .vcex-heading.h2, #wrap .typeset--article h2.vcex-heading,
.typeset--legal-list h2,
.typeset--privacy h2,
.typeset--legal-list .h2,
.typeset--privacy .h2 {
  font-size: 32px;
  font-weight: 700;
}
#wrap .typeset--article h2 > span[style="font-weight: 400;"], #wrap .typeset--article .h2 > span[style="font-weight: 400;"], #wrap .typeset--article .vcex-heading.h2 > span[style="font-weight: 400;"], #wrap .typeset--article h2.vcex-heading > span[style="font-weight: 400;"],
.typeset--legal-list h2 > span[style="font-weight: 400;"],
.typeset--privacy h2 > span[style="font-weight: 400;"],
.typeset--legal-list .h2 > span[style="font-weight: 400;"],
.typeset--privacy .h2 > span[style="font-weight: 400;"] {
  font-weight: inherit !important;
}
@media (min-width: 767px) {
  #wrap .typeset--article h2, #wrap .typeset--article .h2, #wrap .typeset--article .vcex-heading.h2, #wrap .typeset--article h2.vcex-heading,
  .typeset--legal-list h2,
  .typeset--privacy h2,
  .typeset--legal-list .h2,
  .typeset--privacy .h2 {
    font-size: 40px;
  }
}
#wrap .typeset--article h3, #wrap .typeset--article .h3, #wrap .typeset--article .vcex-heading.h3, #wrap .typeset--article h3.vcex-heading,
.typeset--legal-list h3,
.typeset--privacy h3,
.typeset--legal-list .h3,
.typeset--legal-list .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3,
.vc-blogpost-cta:not(.vc-blogpost-cta--report) .typeset--legal-list h3,
.typeset--privacy .h3,
.typeset--privacy .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3,
.vc-blogpost-cta:not(.vc-blogpost-cta--report) .typeset--privacy h3 {
  font-size: 26px;
}
@media (min-width: 767px) {
  #wrap .typeset--article h3, #wrap .typeset--article .h3, #wrap .typeset--article .vcex-heading.h3, #wrap .typeset--article h3.vcex-heading,
  .typeset--legal-list h3,
  .typeset--privacy h3,
  .typeset--legal-list .h3,
  .typeset--legal-list .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3,
  .vc-blogpost-cta:not(.vc-blogpost-cta--report) .typeset--legal-list h3,
  .typeset--privacy .h3,
  .typeset--privacy .vc-blogpost-cta:not(.vc-blogpost-cta--report) h3,
  .vc-blogpost-cta:not(.vc-blogpost-cta--report) .typeset--privacy h3 {
    font-size: 30px;
  }
}
#wrap .typeset--article h4, #wrap .typeset--article .h4, #wrap .typeset--article .vc-faq .vcex-toggle__title, .vc-faq #wrap .typeset--article .vcex-toggle__title, #wrap .typeset--article .vcex-heading.h4, #wrap .typeset--article h4.vcex-heading,
.typeset--legal-list h4,
.typeset--privacy h4,
.typeset--legal-list .h4,
.typeset--legal-list .vc-faq .vcex-toggle__title,
.vc-faq .typeset--legal-list .vcex-toggle__title,
.typeset--privacy .h4,
.typeset--privacy .vc-faq .vcex-toggle__title,
.vc-faq .typeset--privacy .vcex-toggle__title {
  font-size: 20px;
}
@media (min-width: 767px) {
  #wrap .typeset--article h4, #wrap .typeset--article .h4, #wrap .typeset--article .vc-faq .vcex-toggle__title, .vc-faq #wrap .typeset--article .vcex-toggle__title, #wrap .typeset--article .vcex-heading.h4, #wrap .typeset--article h4.vcex-heading,
  .typeset--legal-list h4,
  .typeset--privacy h4,
  .typeset--legal-list .h4,
  .typeset--legal-list .vc-faq .vcex-toggle__title,
  .vc-faq .typeset--legal-list .vcex-toggle__title,
  .typeset--privacy .h4,
  .typeset--privacy .vc-faq .vcex-toggle__title,
  .vc-faq .typeset--privacy .vcex-toggle__title {
    font-size: 24px;
  }
}
#wrap .typeset--article h5, #wrap .typeset--article .h5, #wrap .typeset--article .vcex-heading.h5, #wrap .typeset--article h5.vcex-heading,
.typeset--legal-list h5,
.typeset--privacy h5,
.typeset--legal-list .h5,
.typeset--privacy .h5 {
  font-size: 16px;
}
@media (min-width: 767px) {
  #wrap .typeset--article h5, #wrap .typeset--article .h5, #wrap .typeset--article .vcex-heading.h5, #wrap .typeset--article h5.vcex-heading,
  .typeset--legal-list h5,
  .typeset--privacy h5,
  .typeset--legal-list .h5,
  .typeset--privacy .h5 {
    font-size: 18px;
  }
}
#wrap .typeset--article ul ul li::before,
.typeset--legal-list ul ul li::before,
.typeset--privacy ul ul li::before {
  font-size: 28px !important;
  top: 2px !important;
  content: "⁃" !important;
}

.typeset--privacy h2, .typeset--privacy .h2, .typeset--privacy .vcex-heading.h2, .typeset--privacy h2.vcex-heading {
  color: #5600EF;
}

.typeset--legal-list {
  counter-reset: section;
}
.typeset--legal-list h2, .typeset--legal-list .h2, .typeset--legal-list .vcex-heading.h2, .typeset--legal-list h2.vcex-heading {
  color: #5600EF;
}
.typeset--legal-list h2:before {
  counter-increment: section;
  content: counter(section) ". ";
  margin: 0 0.5em 0 0;
}
.typeset--legal-list ol {
  margin-left: 50px;
  counter-reset: clause;
  list-style: none outside none;
}
.typeset--legal-list ol ol {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 80px;
}
.typeset--legal-list ol ol li::before {
  left: -55px;
}
.typeset--legal-list ol li {
  counter-increment: clause;
  padding: 0 0 12px 12px;
  position: relative;
}
.typeset--legal-list ol li:before {
  content: counter(section) "." counters(clause, ".") ". ";
  position: absolute;
  font-weight: 600;
  left: -35px;
  top: 0;
}

@font-face {
  font-family: "Taamula";
  src: url("/wp-content/themes/rapyd-2022/fonts/taamula-medium-aaa.woff2") format("woff2"), url("/wp-content/themes/rapyd-2022/fonts/taamula-medium-aaa.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Taamula";
  src: url("/wp-content/themes/rapyd-2022/fonts/taamula-bold-aaa.woff2") format("woff2"), url("/wp-content/themes/rapyd-2022/fonts/taamula-bold-aaa.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
#wrap #site-header-inner {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 767px) {
  #wrap #site-header-inner {
    width: 100%;
    max-width: 1224px;
  }
}
@media (min-width: 1276px) {
  #wrap #site-header-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 766px) {
  #wrap #site-header-inner {
    width: 100%;
    max-width: 100%;
  }
}

.is-sticky #site-header {
  background-color: #000 !important;
}
.is-sticky #site-header-inner {
  padding: 15px !important;
}
@media (min-width: 1276px) {
  .is-sticky #site-header-inner {
    padding: 15px 0 !important;
  }
}
.is-sticky #site-navigation-wrap {
  margin-top: -20px;
}

@media (max-width: 767px) {
  #site-header {
    -webkit-transition: all 0.35s ease !important;
    transition: all 0.35s ease !important;
  }
  #site-header.js-hide {
    top: -74px !important;
  }
}

.career-position-template-default.has-overlay-header .logo-img,
.resource-template-default.has-overlay-header .logo-img,
.single-post .logo-img,
.single-media-coverage.has-overlay-header .logo-img,
.single-press_release.has-overlay-header .logo-img {
  display: none;
}
.career-position-template-default.has-overlay-header .logo-img:nth-of-type(2),
.resource-template-default.has-overlay-header .logo-img:nth-of-type(2),
.single-post .logo-img:nth-of-type(2),
.single-media-coverage.has-overlay-header .logo-img:nth-of-type(2),
.single-press_release.has-overlay-header .logo-img:nth-of-type(2) {
  display: block !important;
}

.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 50;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.admin-bar .lp-header {
  top: 32px;
}
.lp-header__inner {
  -webkit-transition: padding-block 0.3s ease;
  transition: padding-block 0.3s ease;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding-block: 27px;
}
.lp-header__inner .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-header__inner .vcex-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-header__inner .c-button {
  min-width: initial;
  padding: 9px 15px 6px 15px;
  font-size: 12px;
}
.lp-header__inner .c-button .vcex-button-inner {
  color: #FFFC07;
}

.lp-header.lp-header--dark {
  background-color: #000;
}
.lp-header.lp-header--dark img {
  -webkit-transform: all 0.2s ease;
          transform: all 0.2s ease;
  -webkit-filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
          filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
.lp-header.lp-header--dark .lp-header__inner {
  padding-block: 12px;
}

#site-navigation-wrap {
  float: right;
  width: calc(100% - 120px);
  height: 40px;
  margin-top: -20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#menu-primary-menu, .cmm {
  background: transparent !important;
  background-image: none !important;
  list-style-type: none;
  margin-left: 40px;
}

#site-navigation {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  float: left;
}
#site-navigation .cmm > li {
  font-weight: 500;
}
#site-navigation .cmm > li > a {
  height: 40px;
  padding: 0 4px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #000;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.014em;
}
@media (min-width: 1201px) {
  #site-navigation .cmm > li > a {
    padding: 0 13px;
  }
}
#site-navigation .cmm > li > a.cmm-nav-link:hover {
  cursor: pointer;
}
#site-navigation .cmm > li .link-inner {
  -webkit-transition: none !important;
  transition: none !important;
}
#site-navigation #cmm-main_menu > ul.cmm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-navigation .search-toggle-li {
  display: none;
}
#site-navigation .cmm-nav-link::after {
  display: none;
}
#site-navigation .cmm-content-wrapper {
  padding: 0;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cmm-sub-container {
  position: absolute;
  top: 100%;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 20px;
}
.cmm-sub-container ul {
  list-style-type: none;
  margin-left: 0;
}
.cmm-sub-container .sub-menu .cmm-nav-link .cmm-item-label {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
.cmm-sub-container .sub-menu .cmm-nav-link .cmm-item-label:hover {
  color: #FF007A;
}

#menu-test, #menu-is-menu {
  margin-left: 100px;
}

.cmm .menu-item-has-children:hover > .cmm-sub-container {
  display: block;
}

#secondary-nav {
  letter-spacing: 0.02em;
  float: right;
  margin-top: 2px;
  margin-right: 25px;
}
#secondary-nav::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 1370px) {
  #secondary-nav {
    margin-right: 0;
  }
}
#secondary-nav .menu {
  margin: 0;
}
#secondary-nav .menu > li {
  float: left;
  list-style-type: none;
  position: relative;
}
#secondary-nav .menu > li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
#secondary-nav .menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
#secondary-nav .sub-menu {
  position: absolute;
  left: -100%;
  display: block;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
#secondary-nav .sub-menu::after {
  clear: both;
  content: "";
  display: block;
}
#secondary-nav .sub-menu li {
  display: block;
  float: none;
}
#secondary-nav .sub-menu li a {
  display: block;
  padding: 3px 0;
  color: #000 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#secondary-nav .sub-menu li a:hover {
  color: #FF007A !important;
}

#wrap #secondary-nav .nav-btn {
  margin: 0 5px;
}
#wrap #secondary-nav .nav-btn a {
  display: block;
  height: auto;
  background-color: #FCFF00;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
  margin-top: 2px;
  padding: 9px 15px 6px 15px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
#wrap #secondary-nav .nav-btn a:hover {
  background-color: #ECEF03;
  text-decoration: none;
}

#wrap .nav-globe > a,
.sidr-class-nav-globe > .sidr-mobile-nav-menu__link-wrap > a {
  height: 38px;
  width: 38px;
  font-size: 0 !important;
  background: url("/wp-content/themes/rapyd-2022/img/nav-globe.svg") no-repeat;
  background-size: 20px;
  background-position: center center;
}

.sidr-class-nav-globe > .sidr-mobile-nav-menu__link-wrap > a {
  background: url("/wp-content/themes/rapyd-2022/img/nav-globe-white-full.svg") no-repeat;
  background-size: 20px;
  background-position: center center;
  left: -10px;
}
.sidr-class-nav-globe .wpex-open-submenu {
  width: 100%;
}

#wrap .nav-underline a {
  text-decoration: underline;
}

.secondary-nav__search {
  height: 38px;
  width: 38px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: 1px solid #000;
}
.secondary-nav__search svg {
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
}

#site-navigation .cmm-content-container {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  pointer-events: none;
  width: auto !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#site-navigation .cmm-item-has-content:hover .cmm-content-container {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}

.cmm-dropdown-toggle {
  display: none;
}

#site-header.overlay-header.white-style #site-navigation .cmm > li > a,
#site-header.overlay-header.white-style #secondary-nav li:not(.nav-btn) a,
#site-header-sticky-wrapper.is-sticky #site-navigation .cmm > li > a,
#site-header-sticky-wrapper.is-sticky #secondary-nav li:not(.nav-btn) a {
  color: #fff;
}
#site-header.overlay-header.white-style .nav-globe > a,
#site-header-sticky-wrapper.is-sticky .nav-globe > a {
  background-image: url("/wp-content/themes/rapyd-2022/img/nav-globe-white.svg");
}
#site-header.overlay-header.white-style .secondary-nav__search,
#site-header-sticky-wrapper.is-sticky .secondary-nav__search {
  border-color: #fff;
}
#site-header.overlay-header.white-style .secondary-nav__search svg,
#site-header-sticky-wrapper.is-sticky .secondary-nav__search svg {
  fill: #fff;
}
#site-header.overlay-header.white-style .secondary-nav__search .wpex-menu-search-text,
#site-header-sticky-wrapper.is-sticky .secondary-nav__search .wpex-menu-search-text {
  display: none;
}

.secondary-nav__search .wpex-menu-search-text {
  display: none;
}

.wpex-mobile-menu-toggle {
  right: 15px;
}

.wpex-mobile-menu .sidr-class-menu-item {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0em;
}
.wpex-mobile-menu a {
  color: #fff;
}
.wpex-mobile-menu a:hover {
  color: #FF007A;
}

#sidr-main .sidr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sidr-main .sidr-inner .sidr-class-menu-mobile-menu-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#sidr-main .sidr-inner .sidr-class-mobile-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
#sidr-main .sidr-class-mobile-search {
  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;
}
#sidr-main input.sidr-class-addsearch {
  width: 280px;
  margin: 16px auto 32px;
  padding: 7.5px 11px;
  border-radius: 20px;
  background: #fff url("//addsearch.com/logo/AAAAAA-20.png") no-repeat 95% 50%;
  font-size: 15px;
}

#sidr-id-menu-israeli-homepage li {
  text-align: right;
  list-style-type: none;
  padding-right: 25px;
}

#wrap .footer__nav-heading {
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
}

.footer__menu {
  margin-top: 10px;
}
.footer__menu a {
  display: inline-block;
  clear: both;
  color: #fff;
}

@media (min-width: 767px) {
  #wrap #footer-builder .container {
    width: 100%;
    max-width: 1100px;
  }
}

.footer__bottom-col .vc_column-inner > .wpb_wrapper {
  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;
}
@media (min-width: 767px) {
  .footer__bottom-col .vc_column-inner > .wpb_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 766px) {
  .footer__bottom-col .vcex-image-grid-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 766px) {
  .footer__bottom-col .wpb_text_column {
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 766px) {
  .footer__bottom-col + .vc_column_container .wpb_text_column {
    text-align: center !important;
  }
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 768px) {
  .footer__social {
    float: right;
  }
}
.footer__social .vcex-grid-item img {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.footer__social .vcex-grid-item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer__advisory-link {
  display: inline-block;
  position: relative;
  color: #FCFF00;
  cursor: pointer;
}
.footer__advisory-link::after {
  height: 10px;
  width: 5px;
  position: absolute;
  top: 3px;
  right: -12px;
  margin-top: 8px;
  margin-left: 8px;
  background: url(../img/link-arrow--yellow.svg) no-repeat 0 0/contain;
  content: "";
}
.footer__advisory-link:hover::after, .footer__advisory-link:focus::after {
  background: url(../img/link-arrow--black.svg) no-repeat 0 0/contain;
}

.html--js .footer__advisory-text {
  max-height: 0;
  padding-bottom: 0;
  -webkit-transition: max-height 0.35s ease, padding-bottom 0.35s ease;
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
  overflow: hidden;
}

.footer__advisory-text.is-open {
  max-height: 1200px;
  padding-bottom: 40px;
}
.footer__advisory-text a {
  color: #FCFF00;
}
.footer-is-heading,
.footer-is-menu {
  display: none;
}
.parent-pageid-16631 .footer-is-heading, .body--icelandic .footer-is-heading,
.parent-pageid-16631 .footer-is-menu,
.body--icelandic .footer-is-menu {
  display: block !important;
}

.body--icelandic .footer__nav-heading,
.body--icelandic .footer__menu {
  display: none;
}

.footer-is-subscribe-prompt,
.footer-is-subscribe-button {
  display: none !important;
}
.parent-pageid-16631 .footer-is-subscribe-prompt, .body--icelandic .footer-is-subscribe-prompt,
.parent-pageid-16631 .footer-is-subscribe-button,
.body--icelandic .footer-is-subscribe-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.footer-il-subscribe-button {
  display: none !important;
}
.body--il .footer-il-subscribe-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.body--icelandic .footer-en-subscribe-prompt,
.body--icelandic .footer-en-subscribe-button {
  display: none !important;
}

.body--il .footer-en-subscribe-prompt,
.body--il .footer-en-subscribe-button {
  display: none !important;
}

#top-bar p {
  margin-bottom: 0 !important;
  font-size: 16px;
}
#top-bar .vc_row {
  width: 100%;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0 auto;
}
#top-bar .vc_row .vc_column-inner {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #top-bar .vc_row .vc_column-inner {
    margin-bottom: 0;
  }
}
#top-bar .top-bar-centered {
  text-align: initial;
}

.vcex-button.align-center {
  margin-right: auto;
  margin-left: auto;
}

.c-button {
  position: relative;
  min-width: 250px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 22px 6px;
  border-radius: 4px;
  overflow: hidden;
  background: transparent;
  text-transform: uppercase;
  z-index: 10;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .c-button {
    font-size: 20px;
  }
}
.c-button::before, .c-button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.c-button::before {
  background-color: #5600EF;
  z-index: -2;
}
.c-button::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: rgb(58.4728033473, 0, 162.5);
  opacity: 0.3;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.c-button:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-button:hover, .c-button:focus {
  background: none;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}

.theme-button.small,
.color-button.small,
.theme-txt-link.small,
.post-format--event .entry-readmore-wrap .c-button {
  font-size: 16px;
  padding-left: 18px;
  padding-right: 18px;
  min-width: 150px;
}

.c-button--purple::before {
  background-color: #5600EF;
}
.c-button--purple::after {
  background-color: #4500C1;
}

.c-button--yellow .theme-button-inner {
  color: #000;
}
.c-button--yellow::before {
  background-color: #FCFF00;
}
.c-button--yellow::after {
  background-color: #ECEF03;
}

.c-button--green .theme-button-inner {
  color: #000;
}
.c-button--green::before {
  background-color: #01FF89;
}
.c-button--green::after {
  background-color: #03E67D;
}

.c-button--pink::before {
  background-color: #FF007A;
}
.c-button--pink::after {
  background-color: #E3036F;
}

.c-play-button, .overlay-play-button .vcex-image-inner a.wpex-lightbox::before {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-color: rgba(0, 0, 0, 0.43);
  border: 2px solid #FCFF00;
  border-radius: 50%;
  width: 25vw;
  height: 25vw;
  padding: 1.5vw;
  font-size: 4vw;
  line-height: 1em;
  color: #FCFF00;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
@media (min-width: 767px) {
  .c-play-button, .overlay-play-button .vcex-image-inner a.wpex-lightbox::before {
    width: 16vw;
    height: 16vw;
    padding: 1vw;
    font-size: 2.4vw;
  }
}
@media (min-width: 1200px) {
  .c-play-button, .overlay-play-button .vcex-image-inner a.wpex-lightbox::before {
    width: 100%;
    height: 200px;
    max-width: 200px;
    font-size: 29px;
    padding: 10px;
  }
}
.c-play-button:hover, .overlay-play-button .vcex-image-inner a.wpex-lightbox:hover::before {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FCFF00;
  border-color: #FCFF00;
}

.overlay-play-button .vcex-image-inner a.wpex-lightbox {
  position: relative;
}
.overlay-play-button .vcex-image-inner a.wpex-lightbox::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "CLICK TO PLAY VIDEO";
  z-index: 15;
  margin: auto;
  cursor: pointer;
  text-align: center;
}

#wrap .c-text-button {
  position: relative;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  padding-right: 50px;
}
#wrap .c-text-button:hover, #wrap .c-text-button.active {
  background-color: transparent;
  color: #FF007A;
}
#wrap .c-text-button:after {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.292' height='16.094' viewBox='0 0 19.292 16.094'%3E%3Cpath d='M24.7-12.584H16.172v6.968H13.936v-6.968H5.408v-2.158h8.528V-21.71h2.236v6.968H24.7Z' transform='translate(-5.408 21.71)' fill='%23fcff00'/%3E%3C/svg%3E");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  color: #FCFF00;
  content: "";
}

.single-career-position__form .c-button, #wrap .vc-terms-grid .c-button {
  min-width: initial;
}
.c-plain-text-button {
  background: none !important;
  color: #FF007A;
  font-weight: bold;
  position: relative;
  padding: 5px 16px 5px 0;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
}
.c-plain-text-button::after {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  display: block;
  width: 12px;
  margin: auto;
  height: 15px;
  line-height: 15px;
  font-weight: 900;
  background-size: contain;
  font-size: 25px;
  content: ">";
}
.c-plain-text-button:hover {
  color: #E3036F;
}

.vcex-multi-buttons .theme-button {
  border: 0 !important;
}

.c-sidebar-ad {
  max-width: 344px;
  height: 484px;
  margin: 0 auto 32px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #5600EF;
}
@media (min-width: 768px) {
  .c-sidebar-ad {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blogpost-single__aside .c-sidebar-ad h4 {
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  text-align: center;
}
.c-sidebar-ad__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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 32px 24px 16px;
}
.c-sidebar-ad__subtitle {
  width: 100%;
  max-width: 480px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35em;
  text-align: center;
}
.c-sidebar-ad__image {
  max-width: 210px;
}
@media (min-width: 768px) {
  .c-sidebar-ad__content {
    width: 65%;
    padding-left: 40px;
  }
}

.c-careers-collage {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .c-careers-collage {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
.c-careers-collage .vc_row {
  padding-top: 0;
  padding-bottom: 0;
}
.c-careers-collage .vc_column-inner {
  margin-bottom: 0;
}
.c-careers-collage__header .vcex-heading {
  margin-bottom: 16px;
}
.c-careers-collage__flex-grid .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-auto-flow: row dense;
  max-width: 1024px;
}
@media (min-width: 768px) {
  .c-careers-collage__flex-grid .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-auto-rows: 1fr 1fr 1fr;
    gap: 16px 16px;
    margin: 0 auto 80px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-careers-collage__flex-grid .vc_column-inner > .wpb_wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-rows: 1fr 1fr;
    gap: 8px 8px;
    margin: 0 auto 40px;
    padding-top: 30px;
  }
}
.c-careers-collage__flex-grid .wpex-inline-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.c-careers-collage__flex-grid a {
  display: block;
  width: 100%;
  height: auto;
}
.c-careers-collage__flex-grid img {
  display: block;
  width: 100% !important;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-careers-collage__flex-grid .cell {
  overflow: hidden;
}
.c-careers-collage__flex-grid .size-1x1 {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
.c-careers-collage__flex-grid .size-1x2 {
  grid-column-end: span 1;
  grid-row-end: span 2;
}
.c-careers-collage__flex-grid .size-2x1 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}

.carousel-overflow .owl-stage-outer {
  overflow: visible !important;
}

.carousel-3-col .wpex-posts-card-carousel {
  max-width: 594px !important;
}

.wpex-posts-card-carousel img.logo-image--placeholder {
  opacity: 0.5;
}

.wpex-posts-card-carousel .owl-nav__btn {
  height: 46px;
  width: 46px;
  margin-top: 0;
  background-color: #5600EF;
  border-radius: 100%;
}
.wpex-posts-card-carousel .owl-nav__btn:hover, .wpex-posts-card-carousel .owl-nav__btn:focus {
  background-color: rgb(58.4728033473, 0, 162.5);
}
.wpex-posts-card-carousel .owl-nav__btn .ticon {
  height: 15px;
  width: 17px;
  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;
  margin: 0 auto;
}
.wpex-posts-card-carousel .owl-nav__btn .ticon::before {
  height: 15px;
  width: 17px;
  display: block;
  background-image: url("/wp-content/themes/rapyd-2022/img/Icon-feather-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 15px;
  content: "";
}
.wpex-posts-card-carousel .owl-nav__btn.owl-prev .ticon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wpex-post-cards-media-coverage-card .wpex-posts-card-carousel .owl-stage {
  height: 240px !important;
}
.wpex-post-cards-media-coverage-card .wpex-posts-card-carousel .owl-nav {
  z-index: 10;
  position: relative;
  margin-top: 25px;
}

.c-slick--insights--carousel .slick-slider .slick-prev, .c-slick--insights--carousel .slick-slider .slick-next {
  z-index: 3;
}
.c-slick--insights--carousel .slick-slider .slick-prev {
  position: absolute;
  top: 0;
  right: 100px;
}
.c-slick--insights--carousel .slick-slider .slick-next {
  position: absolute;
  top: 0;
  right: 0;
}

.c-slick--insights--carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* Align items to the left */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* Make all items equal height */
  gap: 20px; /* Adjust the gap size as needed */
}
.c-slick--insights--carousel .slick-slide .vcex-icon-box-symbol, .c-slick--insights--carousel .slick-slide .vcex-icon-box-text {
  margin: 0;
  background-color: pink;
}
.c-slick--insights--carousel .slick-slide .vcex-icon-box-symbol {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(25% - 10px);
          flex: 1 0 calc(25% - 10px);
}
@media (max-width: 767px) {
  .c-slick--insights--carousel .slick-slide .vcex-icon-box-symbol {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.c-slick--insights--carousel .slick-slide .vcex-icon-box-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(75% - 10px);
          flex: 1 0 calc(75% - 10px);
}
@media (max-width: 767px) {
  .c-slick--insights--carousel .slick-slide .vcex-icon-box-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.c-slick--insights--carousel-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.c-slick--insights--carousel-nav .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 calc(16% - 10px) !important;
          flex: 1 0 calc(16% - 10px) !important;
  height: auto;
}
.c-slick--insights--carousel-nav .slick-track .slick-slide.slick-current a {
  background-color: #FF007A;
  color: #fff;
}
.c-slick--insights--carousel-nav .slick-track .slick-slide a {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 3px 5px;
  border: 2px solid #FF007A;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

#content-wrap .form--dashboard .field--select {
  position: relative;
  background-color: #505050;
  border-radius: 4px;
  background-image: url("../img/select-arrow-yellow.svg");
  background-position: right 16px top 20px;
  background-repeat: no-repeat;
}
@media (max-width: 639px) {
  #content-wrap .form--dashboard .field--select {
    margin-right: 0;
  }
}
#content-wrap .form--dashboard .field--select.has-error {
  background-color: transparent;
}
#content-wrap .form--dashboard .field--select.has-error select {
  background-color: #505050;
}
#content-wrap .form--dashboard label {
  font-size: 13px;
}
@media (min-width: 768px) {
  #content-wrap .form--dashboard label {
    font-size: 14px;
  }
}
#content-wrap .form--dashboard .error {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  font-weight: normal;
}
#content-wrap .form--dashboard .field--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 22px;
  position: relative;
}
#content-wrap .form--dashboard .field--checkbox input[type=checkbox] {
  height: 16px;
  opacity: 0.8;
  position: relative;
  top: 3px;
  width: 16px;
}
#content-wrap .form--dashboard .field--input, #content-wrap .form--dashboard .field--select {
  position: relative;
  width: 100%;
  margin: 0 0 22px;
}
#content-wrap .form--dashboard .field--input > label, #content-wrap .form--dashboard .field--select > label {
  left: 10px;
  position: absolute;
  top: 25px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99;
  pointer-events: none;
}
@media (min-width: 640px) {
  #content-wrap .form--dashboard .field--input > label, #content-wrap .form--dashboard .field--select > label {
    left: 20px;
  }
}
#content-wrap .form--dashboard .field--input.active select, #content-wrap .form--dashboard .field--select.active select {
  opacity: 1;
}
#content-wrap .form--dashboard .field--input.active > label, #content-wrap .form--dashboard .field--select.active > label {
  font-size: 10px;
  font-weight: 700;
  left: 20px;
  opacity: 0.8;
  top: 5px;
}
#content-wrap .form--dashboard #captcha-element {
  margin-bottom: 22px;
}
#content-wrap .form--dashboard #captcha-element.has-error {
  position: relative;
}

.subscribe-card--centered {
  position: relative;
}
.subscribe-card--centered .subscribe-card--block {
  margin: 0 auto;
  z-index: 999;
}
@media (max-width: 1024px) {
  .subscribe-card--centered .subscribe-card--block {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .subscribe-card--centered .subscribe-card--block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
}
.subscribe-card--centered .subscribe-card--block .vc_column-inner {
  padding: 0 !important;
}
.subscribe-card--centered .subscribe-card--block h4 {
  font-size: 24px;
}

.c-industry-selector__section-header {
  padding-top: 66px;
  padding-bottom: 66px;
}
@media (min-width: 1200px) {
  .c-industry-selector__section-header h2 {
    font-size: 70px;
  }
}
.c-industry-selector__section-header h2 .vcex-heading-inner {
  pointer-events: none;
}
.c-industry-selector .vc_column-inner > .wpb_wrapper {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  max-width: 930px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .c-industry-selector .vc_column-inner > .wpb_wrapper {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.c-industry-selector .vcex-image {
  width: 100%;
  margin: 0 auto;
  border-radius: 27px;
  overflow: hidden;
}
.c-industry-selector .vcex-image .wpex-inline-block {
  display: block;
  border-radius: 27px;
  overflow: hidden;
}
.c-industry-selector .vcex-image img {
  display: block;
  width: 100%;
  max-width: initial;
}
.c-industry-selector__cards {
  padding-top: 76px;
  padding-bottom: 50px;
}
.c-industry-selector__card {
  height: 218px;
  width: 202px;
  position: relative;
  border-radius: 27px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  overflow: hidden;
}
@media (min-width: 992px) {
  .c-industry-selector__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 21.75%;
            flex: 1 0 21.75%;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .c-industry-selector__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (max-width: 639px) {
  .c-industry-selector__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.c-industry-selector__card.is-open {
  -webkit-box-shadow: 0px 20px 0px 0px rgba(252, 255, 0, 0);
          box-shadow: 0px 20px 0px 0px rgba(252, 255, 0, 0);
}
.c-industry-selector__card.is-open .c-industry-selector__title {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.c-industry-selector__card.is-open .c-industry-selector__title::after {
  -webkit-transform: rotate(-180deg) translateX(50%);
          transform: rotate(-180deg) translateX(50%);
}
.c-industry-selector__card.is-open .c-industry-selector__content {
  height: 202px;
}
.c-industry-selector__title {
  position: absolute;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  border-radius: 27px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5600ef), color-stop(97.04%, #e7008b), to(#ff007a));
  background: linear-gradient(#5600ef 0%, #e7008b 97.04%, #ff007a 100%);
  color: #fff;
  font-size: 30px;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.15em;
  text-align: center;
  z-index: 4;
}
@media (max-width: 991px) {
  .c-industry-selector__title {
    height: 202px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .c-industry-selector__title {
    max-height: 202px;
    width: 100%;
    height: 100%;
  }
}
.c-industry-selector__title::after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  height: 19px;
  width: 34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: URL("/wp-content/themes/rapyd-2022/img/ionic-ios-arrow-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  content: "";
}
.c-industry-selector__content {
  position: relative;
  height: 202px;
  top: 20px;
  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;
  padding: 10px;
  border-radius: 27px;
  background-color: #FCFF00;
}
@media (max-width: 991px) {
  .c-industry-selector__content {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .c-industry-selector__content {
    max-height: 248px;
    width: 100%;
    height: 100%;
  }
}
.c-industry-selector__content .vcex-teaser-heading,
.c-industry-selector__content .vcex-teaser-text {
  color: #000;
  text-align: center;
}
.c-industry-selector__content .vcex-teaser-heading {
  margin-bottom: 12px;
  color: #000;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.15em;
}
.c-industry-selector__content .vcex-teaser-text {
  width: 100%;
  max-width: 218px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.29em;
}

.c-industry-selector.c-industry-selector--interior-pages .vc_column-inner > .wpb_wrapper {
  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;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
}
@media (min-width: 1200px) {
  .c-industry-selector.c-industry-selector--interior-pages .vc_column-inner > .wpb_wrapper {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 22px;
  }
}

.c-leadership-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 50px;
}
.c-leadership-team__item {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 480px) {
  .c-leadership-team__item {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .c-leadership-team__item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 992px) {
  .c-leadership-team__item {
    width: 33.333%;
  }
}
@media (min-width: 993px) {
  .c-leadership-team__item {
    width: 20%;
  }
}
.c-leadership-team__wrap {
  padding-right: 13px;
  padding-left: 13px;
}
.c-leadership-team__img {
  position: relative;
}
.c-leadership-team__img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.c-leadership-team__img:hover .c-leadership-team__linkedin {
  display: block;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.c-leadership-team__img:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.c-leadership-team__link {
  display: block;
  border-bottom: none !important;
}
.c-leadership-team__linkedin {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57px;
  height: 57px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #2560fb;
}
.c-leadership-team__linkedin:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/linkedin-icon-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 1;
  content: "";
}
.c-leadership-team__content h4 {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 18px;
}
.c-leadership-team__content h5 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-rich-nav {
  padding: 25px 15px 16px;
  min-width: 200px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05);
  top: 32px;
  left: -28px;
}
.c-rich-nav::before {
  position: absolute;
  top: -30px;
  left: 50px;
  display: block !important;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='105.497' height='34.541' viewBox='0 0 105.497 34.541'%3E%3Cpath d='M59.507.857a3,3,0,0,1,2.986,0L112.236,29.4a3,3,0,0,1-1.493,5.6H11.257a3,3,0,0,1-1.493-5.6Z' transform='translate(-8.252 -0.459)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 105px;
  height: 35px;
  content: "";
}

.c-rich-nav--solutions {
  width: 525px;
}

.c-rich-nav--products {
  min-width: 289px;
}

.c-rich-nav--developers {
  min-width: 728px;
}

.c-rich-nav--company {
  min-width: 200px;
}

.c-rich-nav--resources {
  min-width: 262px;
}

#wrap .c-rich-nav__menu a {
  color: #000;
  font-size: 18px;
}
#wrap .c-rich-nav__menu a:hover {
  color: #FF007A;
}
#wrap .c-rich-nav__menu .vcex-navbar-link {
  margin-bottom: 7px;
}
#wrap .c-rich-nav__menu.primary .menu > li > a {
  font-family: "Anton", sans-serif, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 992px) {
  #wrap .c-rich-nav__menu.primary .menu > li > a {
    font-size: 24px;
  }
}
#wrap .c-rich-nav__menu.primary .sub-menu {
  position: absolute;
  top: -10px;
  left: 98%;
  margin: auto;
  background-color: #fff;
  min-width: 220px;
  padding: 15px;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 7px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0px 7px 2px rgba(0, 0, 0, 0.07);
  pointer-events: none;
  z-index: 10;
}
#wrap .c-rich-nav__menu.primary .sub-menu li, #wrap .c-rich-nav__menu.primary .sub-menu li a {
  display: block;
}
#wrap .c-rich-nav__menu.primary .sub-menu li {
  margin-bottom: 8px;
}
#wrap .c-rich-nav__menu.primary .sub-menu li:last-of-type {
  margin-bottom: 0;
}
#wrap .c-rich-nav__menu.primary .menu-item-has-children {
  position: relative;
}
#wrap .c-rich-nav__menu.primary .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
#wrap .c-rich-nav__menu.primary .menu-item-has-children > a::after {
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  height: 10px;
  width: 10px;
  margin: auto;
  border: 8px solid transparent;
  border-left: 8px solid #000;
  content: "";
}
#wrap .c-rich-nav__menu.primary .menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}
#wrap .c-rich-nav__menu.primary-bold .menu > li > a {
  font-family: "Anton", sans-serif, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 992px) {
  #wrap .c-rich-nav__menu.primary-bold .menu > li > a {
    font-size: 24px;
  }
}
#wrap .c-rich-nav__menu.primary-bold .sub-menu {
  position: absolute;
  top: -10px;
  left: 98%;
  margin: auto;
  background-color: #fff;
  min-width: 220px;
  padding: 15px;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 7px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0px 7px 2px rgba(0, 0, 0, 0.07);
  pointer-events: none;
  z-index: 10;
}
#wrap .c-rich-nav__menu.primary-bold .sub-menu li, #wrap .c-rich-nav__menu.primary-bold .sub-menu li a {
  display: block;
}
#wrap .c-rich-nav__menu.primary-bold .sub-menu li {
  margin-bottom: 8px;
}
#wrap .c-rich-nav__menu.primary-bold .sub-menu li:last-of-type {
  margin-bottom: 0;
}
#wrap .c-rich-nav__menu.primary-bold .menu-item-has-children {
  position: relative;
}
#wrap .c-rich-nav__menu.primary-bold .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
#wrap .c-rich-nav__menu.primary-bold .menu-item-has-children > a::after {
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  height: 10px;
  width: 10px;
  margin: auto;
  border: 8px solid transparent;
  border-left: 8px solid #000;
  content: "";
}
#wrap .c-rich-nav__menu.primary-bold .menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}
#wrap .c-rich-nav__menu.split .wpex-list-item {
  float: left;
  clear: none;
}
#wrap .c-rich-nav__menu.split .wpex-list-item:nth-of-type(even) {
  width: 40%;
}
#wrap .c-rich-nav__menu.split .wpex-list-item:nth-of-type(odd) {
  width: 60%;
}
#wrap .c-rich-nav__menu .wpex-list-item--child {
  padding-left: 10px;
}

#wrap h4.c-rich-nav__heading,
#wrap h4.c-rich-nav__heading-link {
  margin-bottom: 12px;
  font-size: 20px;
}
@media (min-width: 992px) {
  #wrap h4.c-rich-nav__heading,
  #wrap h4.c-rich-nav__heading-link {
    font-size: 24px !important;
  }
}
#wrap h4.c-rich-nav__heading a,
#wrap h4.c-rich-nav__heading-link a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#wrap h4.c-rich-nav__heading a:hover, #wrap h4.c-rich-nav__heading a:hover span,
#wrap h4.c-rich-nav__heading-link a:hover,
#wrap h4.c-rich-nav__heading-link a:hover span {
  text-decoration: underline;
  color: #FF007A;
}

.c-rich-nav__divider {
  margin: 0 0 15px;
}

.c-rich-nav--developers .c-rich-nav__divider {
  margin-right: -40px;
  width: calc(100% + 40px) !important;
  max-width: none;
}
.c-rich-nav--developers .c-rich-nav__col {
  width: calc(40% - 82px);
}
.c-rich-nav--developers .c-rich-nav__col:nth-of-type(2) {
  width: calc(30% - 82px);
}
.c-rich-nav--developers .c-rich-nav__col:nth-of-type(3) {
  width: calc(30% - 82px);
}
.c-rich-nav--developers .c-rich-nav__col:nth-of-type(3) .c-rich-nav__divider {
  margin-right: 0;
  width: 100% !important;
}
.c-rich-nav--developers .c-rich-nav__col.cta-bg {
  width: 246px;
}
.c-rich-nav--developers .c-rich-nav__col.cta-bg > .vc_column-inner,
.c-rich-nav--developers .c-rich-nav__col.cta-bg > .vc_column-inner > .wpb_wrapper {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-rich-nav__col.cta-bg {
  background-image: url("/wp-content/themes/rapyd-2022/img/yellow-cta-bg.jpg");
  background-size: cover;
  margin-bottom: 6px;
  border-radius: 6px;
}

.c-rich-nav--resources .c-rich-nav__menu {
  margin-bottom: 15px;
}

#wrap .c-rich-nav__cta-title {
  font-size: 39px;
  margin-bottom: 10px;
}

#wrap .c-rich-nav__cta {
  font-size: 12px;
  padding: 7px 10px 5px;
  min-width: 130px;
}

.c-post-grid__filter-group .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 766px) {
  .c-post-grid__filter-group .wpb_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .c-post-grid__filter-group .wpb_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .c-post-grid__filter-group .wpb_wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 767px) {
  .c-post-grid__filter-group .wpb_wrapper > .vcex-shortcode + .vcex-shortcode {
    margin-left: 39px;
  }
}

.c-post-grid {
  overflow: hidden;
}

.c-post-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.c-post-grid__content > .c-post-grid__item,
.c-post-grid__content > .c-post-grid__aside {
  padding: 50px 8px 60px;
  border-bottom: 4px solid #262525;
}

.c-post-grid__loading-msg {
  padding: 0 8px;
}

.c-post-grid__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (min-width: 768px) {
  .c-post-grid__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .c-post-grid__item {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
  }
}
.c-post-grid__item .c-post-grid__item-body {
  position: relative;
}
.c-post-grid__item .c-post-grid__item-img {
  position: relative;
}
.c-post-grid__item .c-post-grid__item-img::before {
  display: block;
  padding-bottom: 56.8%;
  content: "";
}
.c-post-grid__item .c-post-grid__item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.c-post-grid__item .c-post-grid__item-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.66em;
  text-align: left;
}
.c-post-grid__item .c-post-grid__item-type {
  margin-top: 25px;
  margin-bottom: 21px;
  color: #5600EF;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.38em;
}
.c-post-grid__item .c-post-grid__item-date {
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.c-post-grid__item .c-post-grid__item-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.c-post-grid__item:first-of-type {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 50px;
}
.c-post-grid__item:first-of-type .c-post-grid__item-title {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.15em;
}
.c-post-grid__item:first-of-type .c-post-grid__item-date {
  display: none;
}

.c-post-grid__aside {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 1200px) {
  .c-post-grid__aside {
    -ms-flex-preferred-size: 66.6%;
        flex-basis: 66.6%;
  }
}
.c-post-grid__aside > div {
  height: 100%;
  background: #5600EF;
  color: #fff;
}

.c-post-grid__filter-group select {
  padding-right: 50px;
}
@media (max-width: 766px) {
  .c-post-grid__filter-group select {
    width: 100%;
    margin-bottom: 22px;
  }
}

body .c-modal {
  display: none;
  padding: 30px 15px 0;
}
@media (min-width: 767px) {
  body .c-modal {
    padding: 50px 35px 10px;
  }
}
body .c-modal .fancybox-close-small {
  height: 55px;
  width: 55px;
}
body .c-modal .c-modal__back-button {
  position: absolute;
  top: -45px;
  right: -12px;
  padding: 10px 16px;
  display: block;
  outline: none;
}

.c-modal--rich-text {
  max-width: 880px !important;
}
.c-modal--rich-text li {
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .c-modal--rich-text li {
    margin-bottom: 15px;
  }
}
.c-modal--rich-text li:last-of-type {
  margin-bottom: 0;
}

body .c-modal__sub-heading {
  font-size: 26px;
}
@media (min-width: 767px) {
  body .c-modal__sub-heading {
    font-size: 36px;
  }
}

.single-resource .c-modal--resources,
.single-resource .c-modal--infographic {
  background-color: #000;
}
.single-resource .c-modal--resources .vc_column-inner,
.single-resource .c-modal--infographic .vc_column-inner {
  margin-bottom: 0;
  padding: 0;
}
.single-resource .c-modal--resources .fancybox-close-small,
.single-resource .c-modal--infographic .fancybox-close-small {
  color: #fff;
}
.single-resource .c-modal--resources .c-modal__title,
.single-resource .c-modal--infographic .c-modal__title {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .single-resource .c-modal--resources .c-modal__title,
  .single-resource .c-modal--infographic .c-modal__title {
    font-size: 40px;
  }
}
.single-resource .c-modal--resources .hs-submit,
.single-resource .c-modal--infographic .hs-submit {
  padding-top: 35px;
  text-align: center;
}

body.single-resource.resource-type--infographic .fancybox-inner {
  background-color: rgba(0, 0, 0, 0);
}
body.single-resource.resource-type--infographic .c-modal--infographic {
  pointer-events: all;
  background-color: transparent;
}
@media (min-width: 767px) {
  body.single-resource.resource-type--infographic .c-modal--infographic {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 766px) {
  body.single-resource.resource-type--infographic .c-modal--infographic {
    display: none;
    padding: 60px 15px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100vh;
  }
}
body.single-resource.resource-type--infographic .c-modal--infographic .vc_column-inner {
  max-width: 600px;
  margin: 0 auto;
}
body.single-resource.resource-type--infographic .c-modal--infographic .form--infographic {
  position: relative;
}
body.single-resource.resource-type--infographic .c-modal--infographic .fancybox-close-small {
  display: none;
}
body.single-resource.resource-type--infographic .c-modal--infographic .c-modal__back-button {
  top: -80px;
}

body.js-form-submitted .c-modal--infographic .fancybox-close-small {
  display: block;
}

.c-positions-filter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-positions-filter__container {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .c-positions-filter__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-positions-filter__title {
  color: #000;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.42em;
  text-align: left;
  text-transform: none;
}
@media (min-width: 768px) {
  .c-positions-filter__title {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .c-positions-filter__title {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
  }
}

@media (min-width: 767px) {
  .c-positions-filter, [class*=c-positions-filter--] {
    position: relative;
    width: 236px;
  }
}
@media (max-width: 766px) {
  .c-positions-filter, [class*=c-positions-filter--] {
    width: 100%;
    margin-bottom: 22px;
  }
}
.c-positions-filter label, [class*=c-positions-filter--] label {
  display: block;
  padding: 10px 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 4px solid #5600EF;
  border-radius: 8px;
  color: #000;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
.c-positions-filter label span, [class*=c-positions-filter--] label span {
  display: block;
  position: relative;
}
.c-positions-filter label span::after, [class*=c-positions-filter--] label span::after {
  position: absolute;
  top: 50%;
  right: -10px;
  height: 7px;
  width: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='16px' height='9px' viewBox='0 0 16 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline stroke='%23707070' stroke-width='1.5' points='0.95683 7.48998 7.75286422 0.82102 14.50072 7.48998'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  content: "";
}
.c-positions-filter .c-positions-filter__options, [class*=c-positions-filter--] .c-positions-filter__options {
  display: none;
  position: absolute;
  padding: 23px 23px 0;
  border-radius: 7px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 90;
}
@media (min-width: 767px) {
  .c-positions-filter .c-positions-filter__options, [class*=c-positions-filter--] .c-positions-filter__options {
    width: 510px;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .c-positions-filter .c-positions-filter__options, [class*=c-positions-filter--] .c-positions-filter__options {
    margin: 5px;
  }
}
.c-positions-filter.is-open label span::after, [class*=c-positions-filter--].is-open label span::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.c-positions-filter.is-open .c-positions-filter__options, [class*=c-positions-filter--].is-open .c-positions-filter__options {
  display: block;
}
.c-positions-filter.c-positions-filter--location.is-open .c-positions-filter__options, [class*=c-positions-filter--].c-positions-filter--location.is-open .c-positions-filter__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-positions-filter--location .c-positions-filter__options {
  left: 0;
}
@media (max-width: 766px) {
  .c-positions-filter--location .c-positions-filter__options {
    right: 0;
  }
}
.c-positions-filter--location .c-positions-filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.c-positions-filter--location .c-position-location {
  width: 100%;
  margin-bottom: 12px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 767px) {
  .c-positions-filter--location .c-position-location {
    width: 50%;
    margin-bottom: 22px;
  }
}
.c-positions-filter--location .c-position-location:hover, .c-positions-filter--location .c-position-location:focus {
  cursor: pointer;
}
.c-positions-filter--location .c-position-location:hover .image img, .c-positions-filter--location .c-position-location:focus .image img {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0.5;
}
.c-positions-filter--location .c-position-location:hover .name, .c-positions-filter--location .c-position-location:focus .name {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #2560fb;
}
.c-positions-filter--location .c-position-location .name {
  color: #000;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.c-positions-filter--location .c-position-location .image img {
  height: 60px !important;
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-positions-filter--department .c-positions-filter__options {
  right: 0;
  padding-bottom: 23px;
}
@media (min-width: 768px) {
  .c-positions-filter--department .c-positions-filter__options {
    width: 660px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (max-width: 767px) {
  .c-positions-filter--department .c-positions-filter__options {
    left: 0;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.c-positions-filter--department .c-positions-filter__options .department {
  margin-bottom: 12px;
  color: #000;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.c-positions-filter--department .c-positions-filter__options .department:hover, .c-positions-filter--department .c-positions-filter__options .department:focus {
  color: #2560fb;
  cursor: pointer;
}

.c-position-location__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .c-position-location__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.c-position-location .image {
  width: 50px;
  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;
  margin-right: 16px;
}
.c-position-location .image img {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-position-location .name {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .c-position-location .name {
    font-size: 18px;
    text-align: left;
  }
}

.c-position-details__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 993px) {
  .c-position-details__list {
    margin-bottom: 0;
    padding-left: 20px;
    text-align: left;
  }
}
.c-position-details__list li {
  display: inline-block;
  position: relative;
  padding: 0 28px 0 0;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.42em;
}
@media (min-width: 768px) {
  .c-position-details__list li {
    font-size: 18px;
    text-align: left;
  }
}
.c-position-details__list li:first-child {
  width: 100%;
  padding: 0;
}
@media (max-width: 992px) {
  .c-position-details__list li:first-child {
    text-align: center;
  }
}
.c-position-details__list li:first-child:after {
  display: none;
}
.c-position-details__list li::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  content: "|";
}
.typography-white .c-position-details__list li::after {
  color: #fff;
}
.c-position-details__list li:first-child {
  padding-left: 0;
}
.c-position-details__list li:last-child {
  padding-right: 0;
}
.c-position-details__list li:last-child::after {
  display: none;
}

.c-positions-search {
  width: 100%;
}
.c-positions-search .c-positions-search__input {
  width: 100%;
  max-width: 737px;
  height: 69px;
  border: 2px solid #707070;
  border-radius: 34px;
  background: #fff;
}

.careers-search__heading {
  color: #000;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1333em;
  text-align: left;
}

@media (max-width: 800px) {
  .c-table {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
.c-table table {
  min-width: 800px;
}
.c-table td {
  text-align: center;
  border: 0;
}
.c-table thead tr {
  background-color: #01FF89;
}
.c-table thead td, .c-table thead th {
  padding: 22px 10px;
}
@media (min-width: 767px) {
  .c-table thead td, .c-table thead th {
    padding: 40px 20px;
  }
}
.c-table thead td h4, .c-table thead th h4 {
  font-size: 30px;
  margin: 0;
}
.c-table tbody tr {
  border-bottom: 2px solid #000;
}
.c-table tbody td {
  padding: 10px;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .c-table tbody td {
    padding: 15px 20px;
  }
}

.c-table::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background: #EFEFEF;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
}

/* Track */
.c-table::-webkit-scrollbar-track {
  background: #EFEFEF;
}

/* Handle */
.c-table::-webkit-scrollbar-thumb {
  background: #01FF89;
}

/* Handle on hover */
.c-table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.c-table::-webkit-scrollbar-thumb:horizontal {
  background: #01FF89;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .c-table--pnt {
    overflow: scroll;
    padding-bottom: 20px;
    max-height: 500px;
  }
}
.c-table--pnt table {
  min-width: initial;
}
.c-table--pnt thead th {
  padding: 20px 15px;
  text-align: center;
}
@media (max-width: 800px) {
  .c-table--pnt thead th {
    padding: 15px 10px;
    max-width: 100px;
  }
  .c-table--pnt thead th h4 {
    font-size: 18px;
  }
}
.c-table--pnt thead th:first-of-type {
  text-align: left;
  max-width: 120px;
}
.c-table--pnt tbody tr {
  border-bottom: 1px solid #A0A0A0;
}
.c-table--pnt tbody th, .c-table--pnt tbody td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 0;
  font-weight: 600;
}
@media (min-width: 767px) {
  .c-table--pnt tbody th, .c-table--pnt tbody td {
    padding: 8px 20px;
  }
}
@media (max-width: 800px) {
  .c-table--pnt tbody th, .c-table--pnt tbody td {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.c-table--pnt tbody td, .c-table--pnt tbody th {
  border-right: 1px solid #A0A0A0;
}
.c-table--pnt tbody td:last-of-type {
  border-right: 0;
}
@media (max-width: 767px) {
  .c-table--pnt tbody th {
    max-width: 120px;
  }
}
@media (max-width: 800px) {
  .c-table--pnt tbody td {
    max-width: 80px;
  }
}
.c-table--pnt.pnt-add-checks i {
  margin: 0 auto;
  display: block;
  width: 23px;
  height: 17px;
  font-size: 21px;
  background: url("/wp-content/themes/rapyd-2022/img/purple-check.svg") no-repeat;
  background-size: contain;
}

.c-table--is-pricing thead td {
  text-transform: uppercase;
}
.c-table--is-pricing table {
  margin-bottom: 50px;
}

body.no-overflow, body.no-overflow #outer-wrap {
  overflow: initial !important;
}

.c-pnt-ui__wrapper {
  background: #fff;
  border-radius: 5px;
  margin-inline: 5px;
  width: calc(100% - 10px);
}
@media (min-width: 993px) {
  .c-pnt-ui__wrapper {
    margin-inline: 50px;
    width: calc(100% - 100px);
  }
}

.c-pnt-ui .not-interactive {
  opacity: 0.3;
  pointer-events: none;
}

.c-pnt-ui__accordion-trigger-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 30px;
}

.c-pnt-ui__accordion-trigger {
  color: #666;
  font-size: 20px;
  text-decoration: underline;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  line-height: 1.2;
}

.c-pnt-ui__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}

.c-pnt-ui__data thead {
  position: sticky;
  top: 73px;
}
div[x-show][style*="overflow: hidden"] .c-pnt-ui__data thead {
  position: static;
}
body.admin-bar .c-pnt-ui__data thead {
  top: 105px;
}
@media (max-width: 800px) {
  .c-pnt-ui__data thead, body.admin-bar .c-pnt-ui__data thead {
    top: 0;
  }
}

.c-pnt-ui__regions {
  margin-bottom: 30px;
}

.c-pnt-ui__categories {
  margin-bottom: 30px;
}
.c-pnt-ui__categories label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-pnt-ui__categories label input[type=checkbox]:checked ~ .checkmark {
  background-color: #FF007A;
}
.c-pnt-ui__categories label input[type=checkbox]:checked ~ .checkmark:after {
  opacity: 1;
}
.c-pnt-ui__categories label:hover .checkmark {
  background-color: #A0A0A0;
}
.c-pnt-ui__categories label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 3px;
}
.c-pnt-ui__categories label .checkmark::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.c-pnt-ui__categories-lead {
  display: block;
  width: 100%;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .c-pnt-ui__categories-lead {
    display: inline-block;
    width: initial;
  }
}

.c-pnt-ui__domiciled-country-message {
  margin-top: 15px;
  font-style: italic;
}

.single-post #content .wpex-social-share .wpex-twitter a {
  background: #2faff9;
}
.single-post #content .wpex-social-share .wpex-facebook a {
  background: #3b589e;
}
.single-post #content .wpex-social-share .wpex-linkedin a {
  background: #007bb6;
}
@media (min-width: 993px) {
  .single-post #content .wpex-social-share.position-vertical, .single-post #content .wpex-social-share.position-horizontal {
    position: fixed;
    top: 190px;
    left: 0;
    width: 55px;
    margin-bottom: 0;
    margin-left: 0 !important;
    -webkit-transform: none;
            transform: none;
    z-index: 99;
  }
}
@media (max-width: 992px) {
  .single-post #content .wpex-social-share.position-vertical, .single-post #content .wpex-social-share.position-horizontal {
    position: initial !important;
    top: initial !important;
    left: initial !important;
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    margin-left: initial !important;
    -webkit-transform: initial !important;
            transform: initial !important;
    z-index: initial !important;
  }
}
.single-post #content .wpex-social-share.position-vertical .social-share-title,
.single-post #content .wpex-social-share.position-vertical .social-sharing-title, .single-post #content .wpex-social-share.position-horizontal .social-share-title,
.single-post #content .wpex-social-share.position-horizontal .social-sharing-title {
  display: none;
}
@media (max-width: 992px) {
  .single-post #content .wpex-social-share.position-vertical ul.wpex-social-share__list, .single-post #content .wpex-social-share.position-horizontal ul.wpex-social-share__list {
    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;
    width: 100%;
  }
}
.single-post #content .wpex-social-share.position-vertical .wpex-social-share__label, .single-post #content .wpex-social-share.position-horizontal .wpex-social-share__label {
  display: none;
}
.single-post #content .wpex-social-share.position-vertical li.wpex-social-share__item, .single-post #content .wpex-social-share.position-horizontal li.wpex-social-share__item {
  margin-right: 0;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .single-post #content .wpex-social-share.position-vertical li.wpex-social-share__item, .single-post #content .wpex-social-share.position-horizontal li.wpex-social-share__item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.single-post #content .wpex-social-share.position-vertical li.wpex-social-share__item.wpex-email, .single-post #content .wpex-social-share.position-horizontal li.wpex-social-share__item.wpex-email {
  display: none;
}
.single-post #content .wpex-social-share.position-vertical a.wpex-social-share__link, .single-post #content .wpex-social-share.position-horizontal a.wpex-social-share__link {
  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;
  width: 50px !important;
  height: 50px !important;
  border-radius: 0 !important;
}
.single-post #content .wpex-social-share.position-vertical a.wpex-social-share__link:hover, .single-post #content .wpex-social-share.position-horizontal a.wpex-social-share__link:hover {
  border: initial !important;
}

.c-promoted-resource.vc_row {
  padding: 0;
}
.c-promoted-resource .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-promoted-resource .vc_column-inner::before {
  display: block;
  padding-bottom: 92.3954372624%;
  content: "";
}
.c-promoted-resource .vc_column-inner > .wpb_wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding-inline: 30px;
  padding-top: 30px;
}
.c-promoted-resource .wpb_single_image {
  height: 0;
  margin-bottom: 0;
}
.c-promoted-resource .wpb_single_image .vc_figure, .c-promoted-resource .wpb_single_image .vc_single_image-wrapper {
  position: static;
}
.c-promoted-resource .wpb_single_image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.c-promoted-resource h3, .body--resources .site-content .c-promoted-resource h3, .c-promoted-resource h3.vcex-heading, .body--resources .site-content .c-promoted-resource h3.vcex-heading {
  font-weight: 400;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #fff;
  letter-spacing: -0.02em;
}
@media (min-width: 481px) {
  .c-promoted-resource h3, .body--resources .site-content .c-promoted-resource h3, .c-promoted-resource h3.vcex-heading, .body--resources .site-content .c-promoted-resource h3.vcex-heading {
    font-size: 40px;
  }
}
@media (min-width: 993px) {
  .c-promoted-resource h3, .body--resources .site-content .c-promoted-resource h3, .c-promoted-resource h3.vcex-heading, .body--resources .site-content .c-promoted-resource h3.vcex-heading {
    font-size: 50px;
  }
}
.c-promoted-resource h3 em, .body--resources .site-content .c-promoted-resource h3 em, .c-promoted-resource h3.vcex-heading em, .body--resources .site-content .c-promoted-resource h3.vcex-heading em {
  color: #FCFF00;
  font-style: normal;
}
.c-promoted-resource .c-button {
  min-width: 195px;
  padding-block: 8px 4px;
}

.c-iconbox-carousel {
  --page-gutter: 91px;
  --neg-page-gutter: -91px;
}
.c-iconbox-carousel .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  overflow-x: scroll;
  padding-block: 24px;
  width: 100vw;
  padding-right: var(--page-gutter);
  padding-left: var(--page-gutter);
  -webkit-transform: translateX(var(--neg-page-gutter));
          transform: translateX(var(--neg-page-gutter));
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-iconbox-carousel .vc_column-inner > .wpb_wrapper::-webkit-scrollbar {
  display: none;
}
.c-iconbox-carousel .vc_column-inner > .wpb_wrapper > .vcex-icon-box {
  width: 190px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.c-iconbox-carousel .vc_column-inner > .wpb_wrapper > .vcex-icon-box .vcex-icon-box-symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 114px;
          flex: 0 0 114px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-iconbox-carousel .vc_column-inner > .wpb_wrapper > .vcex-icon-box .vcex-icon-box-symbol > img {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.c-iconbox-carousel .vc_column-inner > .wpb_wrapper > .vcex-icon-box .vcex-icon-box-text {
  padding: 17px 9px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  background: #5600EF;
}
.c-iconbox-carousel .vc_column-inner > .wpb_wrapper > .vcex-icon-box .vcex-icon-box-heading {
  margin: 0;
  font-size: 19px;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.c-iconbox-carousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-iconbox-carousel__nav-fill {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.c-iconbox-carousel__nav-fill::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FF007A;
  content: "";
}

.c-resource-heading {
  padding-block: 0;
}
.c-resource-heading h1 {
  padding: 23px 28px 17px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  background: #5600EF;
  border-radius: 4px;
}

.c-topic-subtopic-filter {
  margin-top: 20px;
}
.c-topic-subtopic-filter .topic_section, .c-topic-subtopic-filter .subtopic-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 1em;
}

@media (min-width: 768px) {
  .c-topic-subtopic-filter,
  .c-type-filter {
    margin-right: 80px;
  }
}
.body--resources .c-topic-subtopic-filter h3, .c-topic-subtopic-filter h3,
.body--resources .c-type-filter h3,
.c-type-filter h3 {
  font-weight: 500;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5625;
  border-bottom: 3px solid #FF007A;
}
.c-topic-subtopic-filter .topic-list, .c-topic-subtopic-filter .subtopic-list, .c-topic-subtopic-filter .type-list,
.c-type-filter .topic-list,
.c-type-filter .subtopic-list,
.c-type-filter .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.2;
  row-gap: 1em;
}
.c-topic-subtopic-filter .topic-list > .type-list, .c-topic-subtopic-filter .subtopic-list > .type-list, .c-topic-subtopic-filter .type-list > .type-list,
.c-type-filter .topic-list > .type-list,
.c-type-filter .subtopic-list > .type-list,
.c-type-filter .type-list > .type-list {
  margin-bottom: 0;
}
.c-topic-subtopic-filter .topic-list label.is-unavailable, .c-topic-subtopic-filter .subtopic-list label.is-unavailable, .c-topic-subtopic-filter .type-list label.is-unavailable,
.c-type-filter .topic-list label.is-unavailable,
.c-type-filter .subtopic-list label.is-unavailable,
.c-type-filter .type-list label.is-unavailable {
  opacity: 0.5;
  pointer-events: none;
}
.c-topic-subtopic-filter .topic-list input[type=checkbox], .c-topic-subtopic-filter .subtopic-list input[type=checkbox], .c-topic-subtopic-filter .type-list input[type=checkbox],
.c-type-filter .topic-list input[type=checkbox],
.c-type-filter .subtopic-list input[type=checkbox],
.c-type-filter .type-list input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.c-topic-subtopic-filter .topic-list input[type=checkbox]:checked + span, .c-topic-subtopic-filter .subtopic-list input[type=checkbox]:checked + span, .c-topic-subtopic-filter .type-list input[type=checkbox]:checked + span,
.c-type-filter .topic-list input[type=checkbox]:checked + span,
.c-type-filter .subtopic-list input[type=checkbox]:checked + span,
.c-type-filter .type-list input[type=checkbox]:checked + span {
  font-weight: 600;
  color: #FF007A;
}
.c-topic-subtopic-filter .topic-list input[type=checkbox]:checked + span::after, .c-topic-subtopic-filter .subtopic-list input[type=checkbox]:checked + span::after, .c-topic-subtopic-filter .type-list input[type=checkbox]:checked + span::after,
.c-type-filter .topic-list input[type=checkbox]:checked + span::after,
.c-type-filter .subtopic-list input[type=checkbox]:checked + span::after,
.c-type-filter .type-list input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 1px;
  right: 0;
  content: "×";
  color: #FF007A;
  font-size: 14px;
}
.c-topic-subtopic-filter .topic-list span, .c-topic-subtopic-filter .subtopic-list span, .c-topic-subtopic-filter .type-list span,
.c-type-filter .topic-list span,
.c-type-filter .subtopic-list span,
.c-type-filter .type-list span {
  display: block;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
}
.c-topic-subtopic-filter .topic-list span:hover, .c-topic-subtopic-filter .subtopic-list span:hover, .c-topic-subtopic-filter .type-list span:hover,
.c-type-filter .topic-list span:hover,
.c-type-filter .subtopic-list span:hover,
.c-type-filter .type-list span:hover {
  color: #FF007A;
}

.c-post-cards .no-posts-message {
  padding: 0 calc(var(--wpex-row-gap) / 2);
}

.c-resources-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-resources-search::before {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  width: 27px;
  height: 27px;
  background-image: url("data:image/svg+xml, %3Csvg%20fill=%22none%22%20height=%2212%22%20viewBox=%220%200%2012%2012%22%20width=%2212%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke=%22%23fff%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22m5.06656%209.70343c2.40339%200%204.35172-1.94832%204.35172-4.35171s-1.94833-4.35172-4.35172-4.35172-4.351716%201.94833-4.351716%204.35172%201.948326%204.35171%204.351716%204.35171z%22%2F%3E%3Cpath%20d=%22m11.0007%2011.2849-2.76925-2.76928%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FF007A;
  content: "";
}
.c-resources-search input[type=search] {
  border: 0;
  padding-block: 0;
  font-size: 15px;
  line-height: 2;
  color: #000;
}

.c-filter-group--is-sticky {
  --header-height: 103px;
  --stick-offset: 14px;
  position: sticky;
  top: calc(var(--header-height) + var(--stick-offset));
  background: #fff;
}
.c-filter-group--is-sticky.is-expanded {
  height: calc(100dvh - var(--header-height) - var(--stick-offset));
}
.c-filter-group--is-sticky.is-expanded > .vc_column-inner {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-filter-group--is-sticky > .vc_column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
  }
}

.c-filter-group {
  z-index: 50;
  background: #fff;
}
@media (min-width: 768px) {
  .c-filter-group {
    padding-bottom: 40px;
    max-height: calc(100svh - var(--header-height) - var(--stick-offset));
    overflow-y: scroll;
  }
}
.body--resources .c-filter-group h3, .c-filter-group h3 {
  margin: 0;
}

.body--resources .site-content .c-filter-group__heading, .c-filter-group__heading, .body--resources .site-content .c-filter-group__heading.vcex-heading, .c-filter-group__heading.vcex-heading {
  font-weight: 600;
  position: relative;
  padding-block: 16px;
  color: #000;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 18px;
  text-transform: none;
}
.c-filter-group__heading::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f2f2f2;
  content: "";
  z-index: -1;
}

.c-filter-group__container .c-resources-search {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .c-filter-group__footer {
    margin-top: 40px;
  }
}
.c-filter-group__footer .is-clear, .c-filter-group__footer .is-apply {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
.c-filter-group__footer .is-clear {
  font-size: 14px;
}
.c-filter-group__footer .is-apply {
  font-weight: 600;
  display: none;
}

@media (max-width: 767px) {
  .c-filter-group__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
  }
  .c-filter-group__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: scroll;
  }
  .c-filter-group__footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-filter-group__footer::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #f2f2f2;
    content: "";
    z-index: -1;
  }
  .c-filter-group__footer .is-apply {
    display: block;
  }
}
.body--resources .site-content .c-resources-ad h2, .body--resources .site-content .c-resources-ad h2.vcex-heading {
  color: #000;
  font-size: 50px;
  letter-spacing: -0.015em;
  line-height: 1;
  text-transform: uppercase;
}
.body--resources .site-content .c-resources-ad h2 em, .body--resources .site-content .c-resources-ad h2.vcex-heading em {
  display: block;
  font-style: normal;
  color: #5600EF;
}
.c-resources-ad p {
  font-size: 14px;
  line-height: 1.4285714286;
}
.c-resources-ad .c-button {
  margin-top: 14px;
  min-width: none;
}

.c-newsletter-subscribe {
  padding-block: 15px 30px;
}
.c-newsletter-subscribe h4 {
  margin-block: 0 14px;
  color: #5600EF;
  font-size: 32px;
  letter-spacing: -0.025em;
  line-height: 1;
}
.c-newsletter-subscribe h4 > strong {
  font-weight: 400;
  color: #000;
}
.c-newsletter-subscribe .c-newsletter-subscribe__form > p {
  font-weight: 500;
  margin-bottom: 14px;
  font-size: 16px;
}
.c-newsletter-subscribe .hbspt-form ul.inputs-list {
  margin-bottom: 8px;
  margin-left: 0;
  list-style: none;
}
.c-newsletter-subscribe .hbspt-form ul.inputs-list.hs-error-msgs {
  position: absolute;
  margin-top: 5px;
  font-size: 12px;
  color: #f33;
}
.c-newsletter-subscribe .hbspt-form ul.inputs-list li:before {
  content: none;
}
.c-newsletter-subscribe .hbspt-form input {
  background: #fff;
}
.c-newsletter-subscribe .hbspt-form .hs-recaptcha,
.c-newsletter-subscribe .hbspt-form .hs_error_rollup {
  display: none;
}
.c-newsletter-subscribe .hbspt-form .hs-submit {
  margin-top: 6px;
}
.c-newsletter-subscribe .hs-email {
  position: relative;
  margin-bottom: 14px;
}
.c-newsletter-subscribe .hs-email:has(input.error) {
  margin-bottom: 28px;
}
.c-newsletter-subscribe .hs-email:has(input.error) > label {
  color: #f33 !important;
}
.c-newsletter-subscribe .hs-email > label {
  position: absolute;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  color: #000 !important;
}
.c-newsletter-subscribe .hs-email:has(input:focus) > label {
  opacity: 0.5;
}
.c-newsletter-subscribe .hs-email:has(input:-moz-placeholder-shown) > label {
  display: block;
}
.c-newsletter-subscribe .hs-email:has(input:-ms-input-placeholder) > label {
  display: block;
}
.c-newsletter-subscribe .hs-email:has(input:placeholder-shown) > label {
  display: block;
}
.c-newsletter-subscribe .hs-email input {
  font-weight: 300;
  padding-block: 14px 15px;
  border-radius: 4px;
  color: #000 !important;
  font-size: 12px;
}
.c-newsletter-subscribe .hs-email input::-webkit-input-placeholder {
  opacity: 0;
}
.c-newsletter-subscribe .hs-email input::-moz-placeholder {
  opacity: 0;
}
.c-newsletter-subscribe .hs-email input:-ms-input-placeholder {
  opacity: 0;
}
.c-newsletter-subscribe .hs-email input::-ms-input-placeholder {
  opacity: 0;
}
.c-newsletter-subscribe .hs-email input::placeholder {
  opacity: 0;
}
.c-newsletter-subscribe .hs-submit .hs-button {
  font-weight: 600;
  border-radius: 4px;
  font-size: 20px;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.c-newsletter-subscribe--resources .hs-email input {
  border: 1px solid #5600EF;
}
.c-newsletter-subscribe--resources .hs-newsletter_subscription > label {
  display: inline-block;
  margin-bottom: 14px;
}
.c-newsletter-subscribe--resources .hs-submit .hs-button {
  width: 100%;
  background: #5600EF;
}

.c-newsletter-subscribe--wide {
  width: 100%;
  max-width: 545px;
  margin-inline: auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .c-newsletter-subscribe--wide {
    padding: 60px 20px 40px;
  }
}
.c-newsletter-subscribe--wide h4 {
  color: #FCFF00 !important;
  letter-spacing: normal;
}
.c-newsletter-subscribe--wide h4 strong, .c-newsletter-subscribe--wide h4 em {
  color: #fff;
  font-style: normal;
}
.c-newsletter-subscribe--wide h5 {
  margin-block: 10px;
  font-size: 20px;
  line-height: 1.2;
}
.c-newsletter-subscribe--wide .hs-email input {
  width: 100%;
  max-width: 344px;
}
.c-newsletter-subscribe--wide .hs-newsletter_subscription > label {
  display: none;
}
@media (min-width: 768px) {
  .c-newsletter-subscribe--wide .hs-newsletter_subscription .inputs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.c-newsletter-subscribe--wide .hs-submit .hs-button {
  background: #FCFF00;
  color: #000;
}

.c-newsletter-subscribe__thanks {
  display: none;
}

.c-newsletter-subscribe--short {
  padding-block: 10px;
}
.c-newsletter-subscribe--short .c-newsletter-subscribe__thanks {
  width: 100%;
  max-width: 600px;
  padding-inline: 30px;
  margin: 0 auto;
}
.c-newsletter-subscribe--short .c-newsletter-subscribe__thanks h4 {
  color: #FCFF00;
  letter-spacing: 0;
}
.c-newsletter-subscribe--short .c-newsletter-subscribe__form {
  text-align: center;
}
.c-newsletter-subscribe--short .c-newsletter-subscribe__form h4 {
  color: #fff !important;
  text-transform: none;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
}
.c-newsletter-subscribe--short .c-newsletter-subscribe__form p:last-child {
  margin-bottom: 0;
}
.c-newsletter-subscribe--short .hs-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.c-newsletter-subscribe--short .hs-form > fieldset {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 100%;
}
.c-newsletter-subscribe--short .hs-form > fieldset.form-columns-3, .c-newsletter-subscribe--short .hs-form > fieldset.form-columns-2 {
  display: none;
}
.c-newsletter-subscribe--short .hs-form > fieldset:first-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 80%;
  max-width: 350px;
  min-width: auto;
}
.c-newsletter-subscribe--short .hs-email {
  text-align: left;
}
.c-newsletter-subscribe--short .hs-email > label {
  display: none;
}
.c-newsletter-subscribe--short .hs-email input {
  padding-block: 12px;
  font-size: 16px;
}
.c-newsletter-subscribe--short .hs-submit {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-newsletter-subscribe--short .hs-submit.hs-submit {
  margin-top: 0;
}
.c-newsletter-subscribe--short .hs-submit.hs-submit .hs-button {
  padding-block: 9px;
}
.c-newsletter-subscribe--short .hs-submit .hs-button {
  background: #FCFF00;
  color: #000;
}
.c-newsletter-subscribe--short .hs-submit .hs-button:hover {
  background: #ECEF03;
}

.c-simple-tabs {
  padding-block: 0 50px;
}
.c-simple-tabs__main {
  overflow: hidden;
}
.c-simple-tabs .vc_column-inner {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .c-simple-tabs__nav {
    display: none;
  }
}
.c-simple-tabs__nav .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0 6px !important;
  list-style: none !important;
}
.c-simple-tabs__nav .tabs::before {
  border-radius: 6px;
  background: rgb(86, 0, 239);
  content: "";
}
@media (min-width: 992px) {
  .c-simple-tabs__nav .tabs::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(86, 0, 239)), color-stop(25%, rgb(86, 0, 239)), color-stop(60%, rgb(255, 0, 122)));
    background: linear-gradient(180deg, rgb(86, 0, 239) 0%, rgb(86, 0, 239) 25%, rgb(255, 0, 122) 60%);
  }
}
.c-simple-tabs__nav .tabs li {
  width: 100%;
}
@media (min-width: 992px) {
  .c-simple-tabs__nav .tabs li {
    max-width: 150px;
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .c-simple-tabs__nav .tabs li {
    padding: 10px !important;
    background-color: #EFEFEF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.c-simple-tabs__nav .tabs li::before {
  display: none !important;
}
.c-simple-tabs__nav .tabs li:last-child {
  border: initial;
}
.c-simple-tabs__nav .tabs a {
  display: block;
  color: #696969;
  font-size: 16px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-simple-tabs__nav .tabs a:hover, .c-simple-tabs__nav .tabs a:focus {
  color: #5600EF;
  font-weight: 700;
}
.c-simple-tabs__nav .tabs a.js-active {
  color: #5600EF;
}
.c-simple-tabs__content {
  gap: 70px !important;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 992px) {
  .c-simple-tabs__content {
    display: none;
  }
}
.c-simple-tabs__content.js-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-simple-tabs__content.js-active .mobile-tab {
  background-color: #FCFF00;
  color: #5600EF;
  font-weight: 700;
}
@media (max-width: 991px) {
  .c-simple-tabs__content.js-active .wpb_wrapper {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-simple-tabs__content .wpb_wrapper {
    display: none;
  }
}
.c-simple-tabs__content lottie-player {
  width: 349px;
}
.c-simple-tabs__text {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 calc(35% - 10px) !important;
          flex: 1 0 calc(35% - 10px) !important;
}
@media (max-width: 991px) {
  .c-simple-tabs__text {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (max-width: 991px) {
  .c-simple-tabs__text > .wpb_wrapper {
    padding: 22px 0 66px;
  }
}
.c-simple-tabs__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 calc(33% - 10px) !important;
          flex: 1 0 calc(33% - 10px) !important;
}
@media (max-width: 991px) {
  .c-simple-tabs__img {
    display: none;
  }
}
.c-simple-tabs .mobile-tab {
  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;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 165px;
  height: 50px;
  margin: 0 auto 10px;
  padding: 10px !important;
  background-color: #fff;
  border: 4px solid #5600EF;
  border-radius: 50px;
  color: #5600EF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .c-simple-tabs .mobile-tab {
    display: none;
  }
}
.c-simple-tabs .mobile-tab:hover, .c-simple-tabs .mobile-tab:focus {
  color: #5600EF;
  font-weight: 700;
  background-color: #FCFF00;
}

.mobile-tab--close {
  position: relative;
  display: none;
  width: 52px;
  height: 18px;
  margin: 0 auto;
  overflow: hidden;
}
.mobile-tab--close::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 52px;
  background-image: url("/wp-content/themes/rapyd-2019/img/icon-tab-close-arrow.svg");
  content: "";
}
.mobile-tab--close span {
  display: block;
  text-indent: -1000px;
}
.js-active .mobile-tab--close {
  display: block;
}

.c-opportunity-filter .option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .c-opportunity-filter--industries .option-list {
    gap: 10px;
  }
}
.c-opportunity-filter--industries .option-list label {
  font-weight: 700;
  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;
  padding: 12px 13px 8px;
  border: 2px solid #5600EF;
  border-radius: 50px;
  min-width: 170px;
  text-align: center;
  color: #5600EF;
  font-size: 16px;
  line-height: 1;
  text-wrap: balance;
  cursor: pointer;
  width: 164px;
  min-height: 56px;
}
@media (min-width: 768px) {
  .c-opportunity-filter--industries .option-list label {
    width: 205px;
  }
}
@media (min-width: 1181px) {
  .c-opportunity-filter--industries .option-list label {
    width: calc(20% - 20px);
  }
}
.c-opportunity-filter--industries .option-list label input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.c-opportunity-filter--industries .option-list label:hover {
  background: rgba(252, 255, 0, 0.7);
}
.c-opportunity-filter--industries .option-list label.is-selected {
  background: #FCFF00;
}

.c-opportunity-filter--topics {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .c-opportunity-filter--topics .option-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-opportunity-filter--topics .option-list:not(.is-active) {
  opacity: 0.2;
  pointer-events: none;
}
.c-opportunity-filter--topics .option-list label {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  line-height: 1.1;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .c-opportunity-filter--topics .option-list label {
    width: calc(33% - 15px);
  }
}
@media (min-width: 993px) {
  .c-opportunity-filter--topics .option-list label {
    width: calc(25% - 15px);
  }
}
@media (min-width: 1181px) {
  .c-opportunity-filter--topics .option-list label {
    width: calc(20% - 20px);
  }
}
.c-opportunity-filter--topics .option-list label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  background-color: transparent;
  margin: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #5600EF;
  border-radius: 5px;
}
.c-opportunity-filter--topics .option-list label input:checked {
  background-color: #5600EF;
}

.c-opportunity-content .stage {
  position: relative;
}
.c-opportunity-content .nav-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 52px;
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  background-position: 50% 50%;
  z-index: 15;
}
@media (max-width: 767px) {
  .c-opportunity-content .nav-control {
    display: none;
  }
}
.c-opportunity-content .nav-control.is-prev {
  left: 0;
  background-image: url("data:image/svg+xml, %3Csvg%20width=%2221%22%20height=%2255%22%20viewBox=%220%200%2021%2055%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d=%22M19.25%201.95211L2%2027.9998L19.25%2053.0476%22%20stroke=%22%235600EF%22%20stroke-width=%223%22%20stroke-linecap=%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
}
.c-opportunity-content .nav-control.is-next {
  right: 0;
  background-image: url("data:image/svg+xml, %3Csvg%20width=%2221%22%20height=%2255%22%20viewBox=%220%200%2021%2055%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d=%22M1.74998%2053.0476L19%2027L1.74998%201.95215%22%20stroke=%22%235600EF%22%20stroke-width=%223%22%20stroke-linecap=%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
}
.c-opportunity-content .nav-control.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-opportunity-content .track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .c-opportunity-content .track {
    overflow: scroll;
    gap: 30px;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-opportunity-content .track::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-opportunity-content .track {
    aspect-ratio: 3543/1768;
  }
}
.c-opportunity-content .slide {
  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;
  z-index: 5;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 767px) {
  .c-opportunity-content .slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 90vw;
    scroll-snap-align: center;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-opportunity-content .slide {
    position: absolute;
    inset: 0;
  }
  .c-opportunity-content .slide.in-postflight {
    opacity: 0;
    -webkit-transform: translateX(-60%) scale(0.3);
            transform: translateX(-60%) scale(0.3);
  }
  .c-opportunity-content .slide.is-last-active {
    opacity: 0.5;
    -webkit-transform: translateX(-30%) scale(0.5);
            transform: translateX(-30%) scale(0.5);
  }
  .c-opportunity-content .slide.is-active {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    z-index: 10;
  }
  .c-opportunity-content .slide.is-next-active {
    opacity: 0.5;
    -webkit-transform: translateX(30%) scale(0.5);
            transform: translateX(30%) scale(0.5);
  }
  .c-opportunity-content .slide.in-preflight {
    opacity: 0;
    -webkit-transform: translateX(60%) scale(0.3);
            transform: translateX(60%) scale(0.3);
  }
}
@media (min-width: 768px) {
  .c-opportunity-content .slide figure {
    aspect-ratio: 3543/1768;
  }
}
.c-opportunity-content .slide figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-opportunity-content .slide .title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.c-opportunity-content .theme-button-wrap {
  margin-block: 40px 20px;
}

.c-newsletter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-newsletter-bar > .vc_row {
  padding-block: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .c-newsletter-bar > .vc_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .c-newsletter-bar > .vc_row > .wpb_column {
    width: 100%;
  }
}
@media (min-width: 1424px) {
  .c-newsletter-bar > .vc_row {
    max-width: 1300px;
  }
}
.c-newsletter-bar > .vc_row > .vc_column_container:first-of-type > .vc_column-inner > .wpb_wrapper:has(a.vcex-button) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 993px) {
  .c-newsletter-bar > .vc_row > .vc_column_container:first-of-type > .vc_column-inner > .wpb_wrapper:has(a.vcex-button) {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.c-newsletter-bar > .vc_row > .vc_column_container:first-of-type > .vc_column-inner > .wpb_wrapper:has(a.vcex-button) > .wpb_text_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-newsletter-bar > .vc_row > .vc_column_container:first-of-type > .vc_column-inner > .wpb_wrapper:has(a.vcex-button) > .wpb_text_column > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-newsletter-bar > .vc_row > .vc_column_container:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-newsletter-bar > .vc_row > .vc_column_container:last-of-type > .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .c-newsletter-bar > .vc_row > .vc_column_container:last-of-type > .vc_column-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-newsletter-bar > .vc_row > .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-newsletter-bar > .vc_row > .vc_column_container:last-of-type > .vc_column-inner > .wpb_wrapper > .vcex-image-grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-newsletter-bar .hbspt-form {
  color: #fff;
}
.c-newsletter-bar .vcex-image-grid > .vcex-grid-item {
  margin-bottom: 0;
}

.c-newsletter-bar__prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.c-newsletter-bar__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  min-height: 58px;
}
@media (min-width: 993px) {
  .c-newsletter-bar__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: center;
        align-self: center;
    text-align: left;
  }
}
.c-newsletter-bar__form > p {
  margin-bottom: 0;
  color: #fff;
  line-height: 1;
}
@media (max-width: 992px) {
  .c-newsletter-bar__form .hbspt-form {
    width: 100% !important;
  }
}
.c-newsletter-bar__form .hs-form {
  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;
  position: relative;
}
@media (min-width: 993px) {
  .c-newsletter-bar__form .hs-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: inherit;
  }
}
.c-newsletter-bar__form .hs-form .hs-email > label {
  display: none;
}
@media (max-width: 992px) {
  .c-newsletter-bar__form .hs-form fieldset.form-columns-1 {
    width: 100% !important;
    max-width: 370px;
  }
}
@media (max-width: 992px) {
  .c-newsletter-bar__form .hs-form fieldset.form-columns-1 .input {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .c-newsletter-bar__form .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
  }
}
.c-newsletter-bar__form .hs-form input[name=email] {
  padding-block: 3px 4px;
}
.c-newsletter-bar__form .hs-form input[name=email]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 12px;
}
.c-newsletter-bar__form .hs-form input[name=email]:-moz-placeholder {
  color: #000;
  opacity: 1;
  font-size: 12px;
}
.c-newsletter-bar__form .hs-form input[name=email]::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-size: 12px;
}
.c-newsletter-bar__form .hs-form input[name=email]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 12px;
}
.c-newsletter-bar__form .hs-form input[type=submit] {
  font-weight: 700;
  background: #FCFF00;
  padding: 12px 16px 8px;
  color: #000;
  border-radius: 4px;
  line-height: 1;
}
@media (max-width: 992px) {
  .c-newsletter-bar__form .hs-form input[type=submit] {
    margin-top: 20px;
  }
}
.c-newsletter-bar__form .hs-form input[type=submit]:hover {
  background: #ECEF03;
}
.c-newsletter-bar__form .hs-form .hs-recaptcha {
  display: none;
}
.c-newsletter-bar__form .hs-form .hs_error_rollup {
  display: none;
  width: 100% !important;
  max-width: 370px;
}
.c-newsletter-bar__form .hs-form .hs-error-msgs {
  margin: 0;
  font-size: 12px;
  color: #f33;
  list-style: none;
  display: none;
}
@media (min-width: 993px) {
  .c-newsletter-bar__form .hs-form .hs-error-msgs {
    position: absolute;
    left: 0;
    bottom: -21px;
  }
}
.c-newsletter-bar__form .hs-form .hs-error-msgs:nth-of-type(1) {
  display: block;
}
.c-newsletter-bar__form .hs-form .hs-richtext.form-disclaimer {
  display: none;
}

.c-newsletter-bar__thanks {
  color: #fff;
}
@media (max-width: 992px) {
  .c-newsletter-bar__thanks {
    text-align: center;
  }
}
.c-newsletter-bar__thanks h4 {
  margin-top: 0;
  color: #FCFF00;
}

.c-footer-hamburger__trigger {
  color: #FF007A;
  display: none;
}
@media (max-width: 767px) {
  .c-footer-hamburger__trigger {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-footer-hamburger .vc_row.footer__top > .wpb_column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-footer-hamburger__group-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FF007A;
  }
  .c-footer-hamburger__group-header .c-footer-hamburger__indicator {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    display: block;
  }
  .c-footer-hamburger__group-header.is-open .c-footer-hamburger__indicator {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-footer-hamburger__group-header .footer__nav-heading {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer-hamburger .footer__menu {
    display: none;
  }
  .c-footer-hamburger .footer__menu.is-open:not(.footer-is-menu) {
    display: block;
  }
  .body--icelandic .c-footer-hamburger .footer__menu.footer-is-menu {
    display: none !important;
  }
  .body--icelandic .c-footer-hamburger .footer__menu.footer-is-menu.is-open {
    display: block !important;
  }
  .body--icelandic .c-footer-hamburger .footer__menu.footer__menu--products, .body--icelandic .c-footer-hamburger .footer__menu.footer__menu--products.is-open, .body--icelandic .c-footer-hamburger .footer__menu.footer__menu--legal, .body--icelandic .c-footer-hamburger .footer__menu.footer__menu--legal.is-open {
    display: none !important;
  }
  .c-footer-hamburger .footer__menu .vcex-navbar-link {
    padding-block: 5px;
    font-size: 16px;
  }
  .c-footer-hamburger__careers-link {
    margin-bottom: 40px;
  }
  .c-footer-hamburger__careers-link > a {
    font-family: "Epilogue", sans-serif, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
  }
  .body--icelandic .c-footer-hamburger .footer-col__partners,
  .body--icelandic .c-footer-hamburger .footer-col__industries,
  .body--icelandic .c-footer-hamburger .footer-col__developers,
  .body--icelandic .c-footer-hamburger .footer-col__company {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .c-footer-hamburger__careers-link {
    display: none !important;
  }
}
.c-footer-hamburger__indicator {
  display: none;
}

.c-card .label {
  font-size: 14px;
}

.c-card--general {
  min-height: 505px;
  height: 100%;
}
.c-card--general .c-card__inner {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  min-height: 505px;
  height: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card--general .c-card__media {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-height: 115px;
}
.c-card--general .c-card__content {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px 20px;
}
@media (min-width: 992px) {
  .c-card--general .c-card__content {
    padding: 20px 40px 30px;
  }
}
.c-card--general .c-card__title {
  margin-top: 0;
}
.c-card--general .c-card__title a {
  color: #000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.c-card--general .c-card__title a:hover {
  color: #FF007A;
}
.c-card--general .c-card__cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  justify-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
}

.c-card--media-coverage {
  padding: 0;
  height: 100%;
  min-height: 250px;
}
.c-card--media-coverage .c-card__media {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 100%;
  max-width: 400px;
  height: 120px;
  margin: 0 auto 15px;
}
.c-card--media-coverage .c-card__media img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 80px;
  max-width: 250px;
}
.c-card--media-coverage hr {
  margin: 22px auto 32px;
  background: #000;
}
.c-card--media-coverage .c-card__title {
  margin-top: 0;
}
.c-card--media-coverage .c-card__title a {
  color: #000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.c-card--media-coverage .c-card__title a:hover {
  color: #FF007A;
}
.c-card--media-coverage .c-card__excerpt {
  max-width: 400px;
  margin: 0 auto;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 1.35em;
  text-align: center;
  color: #000;
}

.wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid {
  margin-top: 20px;
}
.wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-newsletter-signup {
  padding-inline: 10px;
  margin-bottom: 35px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-newsletter-signup {
    width: 33.3333333333%;
  }
}
.wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-newsletter-signup > .wpb-content-wrapper, .wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-newsletter-signup > .wpb-content-wrapper > .vc_row {
  height: 100%;
}
.wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-ad {
  width: calc(100% - 20px);
  margin-inline: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-media {
  width: calc(100% - 20px);
  margin-inline: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-media .c-plain-text-button {
  margin-top: 18px;
}
.wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry {
  margin-bottom: 35px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 768px) {
  .wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry:nth-of-type(2) {
    width: 66.6666666667%;
  }
}
.wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry:nth-of-type(2) .c-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.wpex-post-cards-rich-resource-card > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry:nth-of-type(2) .c-card__content > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.wpex-card-rich-resource-card {
  border-bottom: 1px solid #FF007A;
}

@-webkit-keyframes rich-resource-skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

@keyframes rich-resource-skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.c-card--rich-resource {
  --skeleton-loading: rich-resource-skeleton-loading 1s linear infinite alternate;
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.c-card--rich-resource .c-card__media {
  position: relative;
  padding-bottom: 56.25%;
}
.c-card--rich-resource .c-card__media img {
  display: block;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card--rich-resource.skeleton .c-card__media {
  border-radius: 4px;
  -webkit-animation: var(--skeleton-loading);
          animation: var(--skeleton-loading);
}
.c-card--rich-resource.skeleton .c-card__media img {
  display: none;
}
.c-card--rich-resource.skeleton .c-card__body .topic > span,
.c-card--rich-resource.skeleton .c-card__body h3 > a,
.c-card--rich-resource.skeleton .c-card__body .date > span, .c-card--rich-resource.skeleton .c-card__body p > span {
  color: transparent;
  -webkit-animation: var(--skeleton-loading);
          animation: var(--skeleton-loading);
  border-radius: 0.25rem;
}
.c-card--rich-resource .c-card__body {
  margin-top: 20px;
}
.c-card--rich-resource .c-card__body .topic {
  font-weight: 300;
  display: block;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}
.c-card--rich-resource .c-card__content {
  margin-top: 14px;
}
.c-card--rich-resource h3, .c-card--rich-resource h3.vcex-heading {
  font-weight: 600;
  margin-block: 0 14px;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}
.c-card--rich-resource h3 a, .c-card--rich-resource h3.vcex-heading a {
  text-decoration: none !important;
}
.c-card--rich-resource h3 a:hover, .c-card--rich-resource h3.vcex-heading a:hover {
  color: #FF007A;
}
.c-card--rich-resource .date {
  display: block;
  margin-block: 10px 18px;
  font-size: 14px;
  line-height: 1.7857142857;
}
.c-card--rich-resource p:last-of-type {
  margin-bottom: 0;
}

.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid {
  margin-top: 20px;
}
.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-newsletter-signup {
  padding-inline: 10px;
  margin-bottom: 35px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-newsletter-signup {
    width: 33.3333333333%;
  }
}
.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-newsletter-signup > .wpb-content-wrapper, .wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-newsletter-signup > .wpb-content-wrapper > .vc_row {
  height: 100%;
}
.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-ad {
  width: calc(100% - 20px);
  margin-inline: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-media {
  width: calc(100% - 20px);
  margin-inline: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .is-media .c-plain-text-button {
  margin-top: 18px;
}
.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry {
  margin-bottom: 35px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 768px) {
  .wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry:nth-of-type(2) {
    width: 66.6666666667%;
  }
}
.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry:nth-of-type(2) .c-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry:nth-of-type(2) .c-card__content > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.wpex-post-cards-rich-resource-card--type > .wpex-post-cards-inner > .wpex-post-cards-grid > .wpex-post-cards-entry:nth-of-type(n+10):has(.skeleton) {
  display: none;
}

.wpex-card-rich-resource-card--type {
  border-bottom: 1px solid #FF007A;
}

@-webkit-keyframes rich-resource-type-skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

@keyframes rich-resource-type-skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.c-card--rich-resource-type {
  --skeleton-loading: rich-resource-type-skeleton-loading 1s linear infinite alternate;
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.c-card--rich-resource-type.skeleton .c-card__media {
  border-radius: 4px;
  -webkit-animation: var(--skeleton-loading);
          animation: var(--skeleton-loading);
}
.c-card--rich-resource-type.skeleton .c-card__media img {
  display: none;
}
.c-card--rich-resource-type.skeleton .c-card__body .topic > span,
.c-card--rich-resource-type.skeleton .c-card__body h3 > a,
.c-card--rich-resource-type.skeleton .c-card__body .date > span, .c-card--rich-resource-type.skeleton .c-card__body p > span {
  color: transparent;
  -webkit-animation: var(--skeleton-loading);
          animation: var(--skeleton-loading);
  border-radius: 0.25rem;
}
.c-card--rich-resource-type .c-card__media {
  position: relative;
  padding-bottom: 56.25%;
}
.c-card--rich-resource-type .c-card__media img {
  display: block;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card--rich-resource-type .c-card__body {
  margin-top: 20px;
}
.c-card--rich-resource-type .c-card__body .topic {
  font-weight: 300;
  display: block;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}
.c-card--rich-resource-type .c-card__content {
  margin-top: 14px;
}
.c-card--rich-resource-type h3, .c-card--rich-resource-type h3.vcex-heading {
  font-weight: 600;
  margin-block: 0 14px;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}
.c-card--rich-resource-type h3 a, .c-card--rich-resource-type h3.vcex-heading a {
  text-decoration: none !important;
}
.c-card--rich-resource-type h3 a:hover, .c-card--rich-resource-type h3.vcex-heading a:hover {
  color: #FF007A;
}
.c-card--rich-resource-type .date {
  display: block;
  margin-block: 10px 18px;
  font-size: 14px;
  line-height: 1.7857142857;
}
.c-card--rich-resource-type p:last-of-type {
  margin-bottom: 0;
}

.wpex-post-cards-highlight-resource-card .wpex-post-cards-grid .col {
  margin-bottom: 0;
}

.c-card--highlight-resource {
  padding-bottom: 32px;
  border-bottom: 1px solid #FF007A;
  font-size: 16px;
  line-height: 1.5625;
}
.c-card--highlight-resource .c-card__media img {
  display: block;
}
.c-card--highlight-resource .c-card__body {
  margin-top: 20px;
}
.c-card--highlight-resource .c-card__body .topic {
  font-weight: 300;
  display: block;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}
.c-card--highlight-resource .c-card__content {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-card--highlight-resource .c-card__content > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.c-card--highlight-resource .c-card__content h3 {
  font-weight: 600;
  margin: 0;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 16px;
  line-height: 0.9230769231;
  text-transform: none;
}
.c-card--highlight-resource .c-card__content h3 > a {
  text-decoration: none !important;
}
.c-card--highlight-resource .c-card__content .date {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7857142857;
}
.c-card--highlight-resource .c-card__content p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wpex-post-cards-simple-resource-card {
    border-top: 1px solid #FF007A;
    padding-top: 18px;
  }
  .c-row--featured-posts .wpex-post-cards-simple-resource-card {
    border-top: 0;
    padding-top: 0;
  }
}
.wpex-post-cards-simple-resource-card .wpex-post-cards-entry {
  margin-bottom: 18px;
}
.wpex-post-cards-simple-resource-card .wpex-post-cards-entry:last-of-type {
  margin-bottom: 0;
}

.c-card--simple-resource {
  padding-bottom: 18px;
  border-bottom: 1px solid #FF007A;
}
.c-card--simple-resource .c-card__content {
  font-size: 14px;
  line-height: 1.4285714286;
}
.c-card--simple-resource h3, .body--resources .c-card--simple-resource h3 {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-card--simple-resource h3 > .type-icon, .body--resources .c-card--simple-resource h3 > .type-icon {
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 12px;
}
.c-card--simple-resource h3 > a, .body--resources .c-card--simple-resource h3 > a {
  text-decoration: none !important;
}
.c-card--simple-resource h3 > a:hover, .body--resources .c-card--simple-resource h3 > a:hover {
  color: #FF007A;
}
.c-card--simple-resource p:last-of-type {
  margin-bottom: 0;
}

.wpex-post-cards-simple-resource-card-other .wpex-post-cards-entry {
  margin-block: 18px 0;
}

.c-card--simple-resource-other {
  padding-bottom: 18px;
  border-bottom: 1px solid #FF007A;
}
.c-card--simple-resource-other h3, .body--resources .c-card--simple-resource-other h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}
.c-card--simple-resource-other h3 > a, .body--resources .c-card--simple-resource-other h3 > a {
  text-decoration: none !important;
}
.c-card--simple-resource-other h3 > a:hover, .body--resources .c-card--simple-resource-other h3 > a:hover {
  color: #FF007A;
}

.wpex-post-cards-featured-post-card .wpex-post-cards-entry {
  margin-bottom: 18px;
}
.wpex-post-cards-featured-post-card .wpex-post-cards-entry:last-of-type {
  margin-bottom: 0;
}

.c-card--featured-post {
  padding-bottom: 18px;
  border-bottom: 1px solid #FF007A;
}
.c-card--featured-post .c-card__media {
  margin-bottom: 18px;
}
.c-card--featured-post .c-card__media img {
  display: block;
  border-radius: 4px;
}
.c-card--featured-post .c-card__content {
  font-size: 14px;
  line-height: 1.4285714286;
}
.c-card--featured-post h3, .body--resources .c-card--featured-post h3 {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}
.c-card--featured-post h3 > a, .body--resources .c-card--featured-post h3 > a {
  text-decoration: none !important;
}
.c-card--featured-post h3 > a:hover, .body--resources .c-card--featured-post h3 > a:hover {
  color: #FF007A;
}
.c-card--featured-post p:last-of-type {
  margin-bottom: 0;
}

.wpex-post-cards-featured-post-card-other .wpex-post-cards-entry {
  margin-bottom: 18px;
}
.wpex-post-cards-featured-post-card-other .wpex-post-cards-entry:last-of-type {
  margin-bottom: 0;
}

.c-card--featured-post-other {
  padding-bottom: 18px;
  border-bottom: 1px solid #FF007A;
}
.c-card--featured-post-other .c-card__media {
  margin-bottom: 18px;
  aspect-ratio: 16/9;
}
.c-card--featured-post-other .c-card__media img {
  display: block;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-card--featured-post-other h3, .body--resources .c-card--featured-post-other h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}
.c-card--featured-post-other h3 > a, .body--resources .c-card--featured-post-other h3 > a {
  text-decoration: none !important;
}
.c-card--featured-post-other h3 > a:hover, .body--resources .c-card--featured-post-other h3 > a:hover {
  color: #FF007A;
}

.wpex-post-cards-video-slide-card .wpex-post-cards-entry {
  margin-bottom: 18px;
}
.wpex-post-cards-video-slide-card .wpex-post-cards-entry:last-of-type {
  margin-bottom: 0;
}

.c-card--video-slide {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #FF007A;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-card--video-slide .c-card__media {
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 56.2937062937%;
}
.c-card--video-slide .c-card__media img {
  display: block;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card--video-slide h3, .body--resources .c-card--video-slide h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}
.c-card--video-slide h3 > a, .body--resources .c-card--video-slide h3 > a {
  text-decoration: none !important;
}
.c-card--video-slide h3 > a:hover, .body--resources .c-card--video-slide h3 > a:hover {
  color: #FF007A;
}
.c-card--video-slide h3 > a::after, .body--resources .c-card--video-slide h3 > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.post-format--event {
  padding-bottom: 50px;
}
.post-format--event .theme-heading {
  margin-bottom: 32px;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  text-align: center;
  border: none;
}
.typography-white .post-format--event .theme-heading {
  color: #fff;
}
.post-format--event .entries {
  margin: initial;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #000;
}
.typography-white .post-format--event .entries {
  border-color: #fff;
}
.post-format--event .vcex-grid-item {
  position: relative;
  margin-bottom: 0;
  padding: 30px 0;
}
.post-format--event .vcex-grid-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
  visibility: visible;
  content: "";
}
@media (min-width: 992px) {
  .post-format--event .vcex-grid-item::after {
    height: 2px;
    width: 98%;
  }
}
.typography-white .post-format--event .vcex-grid-item::after {
  background-color: #fff;
}
.post-format--event .vcex-grid-item:last-child::after {
  display: none;
}
.post-format--event .entry-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .post-format--event .entry-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-format--event .entry-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .post-format--event .entry-media {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-bottom: initial;
  }
}
.post-format--event .entry-media a {
  display: block;
}
.post-format--event .entry-media img {
  display: block;
  border: 1px solid #cec6c6;
}
.post-format--event .entry-details {
  position: relative;
  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;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media (min-width: 992px) {
  .post-format--event .entry-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.post-format--event .entry-event-details {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
@media (min-width: 993px) {
  .post-format--event .entry-event-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    padding-left: 32px;
    padding-right: 32px;
    text-align: left;
  }
}
.post-format--event .entry-location,
.post-format--event .vcex-post-type-entry-date {
  color: #000;
  font-size: 20px;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 767px) {
  .post-format--event .entry-location,
  .post-format--event .vcex-post-type-entry-date {
    margin-bottom: 0;
  }
}
.typography-white .post-format--event .entry-location,
.typography-white .post-format--event .vcex-post-type-entry-date {
  color: #fff;
}
.post-format--event .entry-type-label {
  margin-bottom: 0;
  font-size: 18px;
}
.post-format--event .entry-title {
  margin-bottom: 3px;
  color: #000;
  font-size: 24px;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.typography-white .post-format--event .entry-title {
  color: #fff;
}
.post-format--event .entry-date-location {
  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;
  margin-bottom: 22px;
}
@media (min-width: 993px) {
  .post-format--event .entry-date-location {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.post-format--event span.seperator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.post-format--event span.seperator:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 22px;
  width: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  content: "";
}
.typography-white .post-format--event span.seperator:before {
  background-color: #fff;
}
.post-format--event .entry-readmore-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 993px) {
  .post-format--event .entry-readmore-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    padding: 0;
  }
}
.post-format--event .js-no-link.vcex-post-type-entry .entry-readmore-wrap {
  display: none;
}
.post-format--event .js-no-link.vcex-post-type-entry .entry-title {
  pointer-events: none;
}

.post-format--event-featured .theme-heading {
  margin-bottom: 32px;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  text-align: center;
  border: none;
}
.typography-white .post-format--event-featured .theme-heading {
  color: #fff;
}
.post-format--event-featured .entry {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .post-format--event-featured .entry-inner {
    text-align: center;
  }
}
.post-format--event-featured .entry-media {
  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;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 992px) {
  .post-format--event-featured .entry-media {
    width: 100% !important;
    float: initial !important;
    margin: 0 auto 40px !important;
  }
}
@media (min-width: 993px) {
  .post-format--event-featured .entry-media {
    margin: 0 auto 0 !important;
  }
}
.post-format--event-featured .entry-media a {
  display: block;
}
.post-format--event-featured .entry-media img {
  display: block;
}
.post-format--event-featured .entry-details {
  position: relative;
}
@media (max-width: 992px) {
  .post-format--event-featured .entry-details {
    width: 100% !important;
    height: 100%;
    float: initial !important;
  }
}
.post-format--event-featured .entry-type-label {
  margin-bottom: 0;
}
.post-format--event-featured .entry-date-location {
  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;
  margin-bottom: 22px;
}
@media (min-width: 993px) {
  .post-format--event-featured .entry-date-location {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.post-format--event-featured span.seperator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.post-format--event-featured span.seperator:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 22px;
  width: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  content: "";
}
.typography-white .post-format--event-featured span.seperator:before {
  background-color: #fff;
}
.post-format--event-featured .entry-title {
  margin-bottom: 3px;
  color: #000;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.48em;
}
.typography-white .post-format--event-featured .entry-title {
  color: #fff;
}
.post-format--event-featured .entry-content {
  margin-bottom: 22px;
}
.post-format--event-featured .entry-location,
.post-format--event-featured .vcex-post-type-entry-date {
  color: #000;
  font-size: 20px;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 767px) {
  .post-format--event-featured .entry-location,
  .post-format--event-featured .vcex-post-type-entry-date {
    margin-bottom: 0;
  }
}
.typography-white .post-format--event-featured .entry-location,
.typography-white .post-format--event-featured .vcex-post-type-entry-date {
  color: #fff;
}

.post-format--resource-list .entry-title {
  text-transform: uppercase;
  color: #FF007A;
  font-weight: 500;
  text-decoration: underline;
}
.post-format--resource-list .entry {
  margin-bottom: 10px;
}
.post-format--resource-list .entry:last-of-type {
  margin-bottom: 0;
}

.post-format--position-rows .vcex-grid-item {
  margin-bottom: 0;
  padding: 26px 0;
  border-bottom: 2px solid #d5d6d6;
}
.post-format--position-rows .vcex-post-type-entry-details {
  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;
}
@media (max-width: 992px) {
  .post-format--position-rows .vcex-post-type-entry-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
}
.post-format--position-rows .vcex-post-type-entry-readmore-wrap {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}
@media (min-width: 993px) {
  .post-format--position-rows .vcex-post-type-entry-readmore-wrap {
    width: 20%;
    text-align: right;
  }
}
.post-format--position-rows .c-position-location {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 993px) {
  .post-format--position-rows .c-position-location {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .post-format--position-rows .c-position-location__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 22px;
  }
}
.post-format--position-rows .c-button {
  min-width: initial;
}
.post-format--position-rows .c-position-details {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 993px) {
  .post-format--position-rows .c-position-details {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .post-format--position-rows .c-position-details {
    margin-bottom: 22px;
  }
}

#main .post-format--page-index .entry {
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  #main .post-format--page-index .entry {
    margin-bottom: 60px;
  }
}
#main .post-format--page-index .entry-title {
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
}
#main .post-format--page-index .entry-title a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#main .post-format--page-index .entry-title a:hover {
  color: #FF007A;
}

.post-format--related-posts .entry-readmore-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 17px;
}
.post-format--related-posts .entry-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 197px !important;
}
.post-format--related-posts .entry-details {
  padding-bottom: 70px;
}
.post-format--related-posts .entry-title a:hover {
  color: #FF007A;
}

.vc-slick-carousel--lotties {
  min-height: 500px;
  padding-bottom: 60px;
}
.vc-slick-carousel--lotties .vc-slick-carousel__text {
  padding-bottom: 50px;
}
.vc-slick-carousel--lotties .slick-prev {
  left: -97px;
}
.vc-slick-carousel--lotties .slick-next {
  right: -97px;
}

#wrap .vc-hero {
  overflow: hidden;
  background-position: center center;
}
@media (max-width: 767px) {
  #wrap .vc-hero {
    min-height: 0;
  }
}
@media (min-width: 767px) {
  #wrap .vc-hero.animate-bg {
    background-position: -200px 100% !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #wrap .vc-hero.animate-bg.animated {
    background-position: 100% 100% !important;
  }
}
#wrap .vc-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 150px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(65%, rgba(0, 0, 0, 0.05)), color-stop(85%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.05) 65%, rgba(0, 0, 0, 0) 85%);
  mix-blend-mode: darken;
  visibility: visible;
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.vc-hero--rich-template {
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  .vc-hero--rich-template {
    padding-bottom: 60px;
  }
}

@media (min-width: 767px) {
  .vc-hero__title.tilted-title {
    margin-left: -35px;
  }
}
@media (min-width: 1200px) {
  .vc-hero__title.tilted-title {
    margin-left: -55px;
  }
}

@media (min-width: 767px) {
  .vc-hero__heading.overflow-heading .vcex-heading-inner {
    margin-right: -120px;
  }
}

.vc-hero__media.bench-dogs, .vc-hero__media.bottom-aligned {
  margin-right: auto;
  margin-bottom: -100px;
  margin-left: auto;
  margin-bottom: -120px;
  max-width: 450px;
}
@media (min-width: 767px) {
  .vc-hero__media.bench-dogs, .vc-hero__media.bottom-aligned {
    position: absolute;
    right: -80px;
    bottom: -100px;
    left: -100px;
    margin-bottom: 0;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .vc-hero__media.bench-dogs, .vc-hero__media.bottom-aligned {
    position: absolute;
    right: -160px;
    bottom: -100px;
    left: -20px;
  }
}

.vc-hero__content-col > .vc_column-inner > .wpb_wrapper {
  position: relative;
}

@media (min-width: 992px) {
  .skater-offset {
    margin-top: -20px;
    margin-right: -130px;
    margin-bottom: -30px;
  }
}

@media (max-width: 767px) {
  .skater-mobile {
    max-width: 300px;
    margin: 0 auto -250px;
  }
  .skater-mobile img {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

@media (min-width: 768px) {
  #wrap .vc-hero--careers-mobile {
    background-image: initial !important;
  }
}

@media (max-width: 767px) {
  #wrap .vc-hero--careers.vc-hero {
    background-image: initial !important;
  }
}
@media (max-width: 767px) {
  #wrap .vc-hero--careers.vc-hero .vc-hero__heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #wrap .vc-hero--careers.vc-hero .vc_column-inner {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 767px) {
  #wrap .vc-hero--careers.vc-hero .rlogo--white:before {
    height: 54px;
    width: 50px;
  }
}

.vc-hero.vc-hero--position-single {
  min-height: 768px;
}
@media (max-width: 991px) {
  .vc-hero.vc-hero--position-single {
    padding-top: 195px;
    padding-bottom: 180px;
  }
}
.vc-hero.vc-hero--position-single .vc-hero__row {
  padding-top: 0;
  padding-bottom: 0;
}
.vc-hero.vc-hero--position-single::before {
  display: none !important;
}
@media (max-width: 991px) {
  .vc-hero.vc-hero--position-single h1 {
    text-align: center;
  }
}
@media (min-width: 993px) {
  .vc-hero.vc-hero--position-single h1 {
    font-size: 88px;
  }
}
.vc-hero.vc-hero--position-single .vc_column-inner {
  margin-bottom: 0;
}
.vc-hero.vc-hero--position-single .c-position-details__list {
  margin: 0;
  padding: 12px 0 0 0;
}
.vc-hero.vc-hero--position-single .c-position-details__list li {
  padding: 0 28px 0 0;
}
.vc-hero.vc-hero--position-single .c-position-details__list li:first-child {
  width: initial;
}
.vc-hero.vc-hero--position-single .c-position-details__list li:first-child::after {
  display: block;
}
.vc-hero.vc-hero--position-single .country-term h4 {
  color: #FCFF00 !important;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .vc-hero.vc-hero--position-single .country-term h4 {
    text-align: left;
  }
}

.vc-hero-resource {
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: url("../img/hero-bg-02.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 993px) {
  .vc-hero-resource {
    padding-top: 200px;
    padding-bottom: 160px;
  }
}
.vc-hero-resource.vc_section {
  background-repeat: no-repeat !important;
  background-position: 50% 100% !important;
  background-size: cover;
}
@media (max-width: 1199px) {
  .vc-hero-resource.vc_section {
    background-position: 50% 100% !important;
  }
}
.vc-hero-resource__content {
  padding-top: 0;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: contain;
}
@media (max-width: 992px) {
  .vc-hero-resource__content .wpb_column {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.vc-hero-resource__content .vc_column-inner {
  margin-bottom: 0;
}
@media (min-width: 993px) {
  .vc-hero-resource__content .vc_column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -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;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .vc-hero-resource__content .vc_column-inner > .wpb_wrapper {
    width: 100%;
    max-width: 480px;
    margin-left: -31px;
  }
}
@media (max-width: 1024px) {
  .vc-hero-resource__content .vc_column-inner > .wpb_wrapper {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vc-hero-resource__title.vcex-heading {
  margin: 0 0 22px 0;
  color: #fff;
  font-size: 24px;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.42em;
  text-align: center;
}
@media (min-width: 1025px) {
  .vc-hero-resource__title.vcex-heading {
    text-align: left;
  }
}
.vc-hero-resource__title.vcex-heading em {
  font-style: unset !important;
}
.vc-hero-resource__subtitle {
  margin-bottom: 35px;
  color: #FCFF00;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .vc-hero-resource__subtitle {
    font-size: 120px;
    text-align: left;
  }
}
.vc-hero-resource_lead.vcex-heading {
  margin-bottom: 38px;
  color: #fff;
  font-size: 20px;
  line-height: 1.42em;
  text-align: center;
}
@media (min-width: 1025px) {
  .vc-hero-resource_lead.vcex-heading {
    text-align: left;
  }
}
.vc-hero-resource__mobile-img {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .vc-hero-resource__mobile-img {
    position: absolute;
    top: 50%;
    right: -80px;
    width: 606px;
    height: 451px;
    -webkit-transform: translateY(-50%) rotate(7deg);
            transform: translateY(-50%) rotate(7deg);
  }
}

.vcex-image .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 102px;
  width: 102px;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #FCFF00;
  background-color: rgba(0, 0, 0, 0.5);
}
.vcex-image .overlay-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 32px;
  width: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("/wp-content/themes/rapyd-2022/img/play-tri-right.svg");
  background-repeat: no-repeat;
  background-size: 27px 30px;
  background-position: center;
  content: "";
}
.vcex-image .overlay-icon span {
  display: none;
}

.vc-video-banner__offset .vc_column-inner {
  position: relative;
}
@media (min-width: 767px) {
  .vc-video-banner__offset .vc_column-inner {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  #wrap .kayaker-bg {
    background: #FCFF00 !important;
  }
}
@media (max-width: 960px) {
  #wrap .kayaker-bg.vc-row--break-early {
    background: #FCFF00 !important;
  }
}

@media (max-width: 960px) {
  #wrap .kayaker-bg-purple.vc-row--break-early {
    background: #5600EF !important;
  }
}

@media (max-width: 960px) {
  #wrap .kayaker-bg-pink.vc-row--break-early {
    background: #FF007A !important;
  }
}

@media (max-width: 960px) {
  #wrap .kayaker-bg-green.vc-row--break-early {
    background: #01FF89 !important;
  }
}

@media (max-width: 960px) {
  #wrap .kayaker-bg-yellow.vc-row--break-early {
    background: #FCFF00 !important;
  }
}

#wrap .vc-split__heading {
  position: relative;
  margin-top: 10px;
  z-index: 10;
}
@media (max-width: 767px) {
  #wrap .vc-split__heading {
    font-size: 60px;
  }
}
@media (min-width: 767px) {
  #wrap .vc-split__heading.overflow .vcex-heading-inner {
    margin-right: -100%;
  }
}
@media (min-width: 767px) {
  #wrap .vc-split__heading.rtl-text.overflow .vcex-heading-inner {
    margin-right: initial;
    margin-left: -100%;
  }
}

@media (min-width: 480px) {
  .vc-split__content-col .vc_column-inner {
    padding-left: 45px;
  }
}
@media (min-width: 767px) {
  .vc-split__content-col .vc_column-inner {
    padding-left: 65px;
  }
}

.vc-logo-ticker {
  padding-top: 0;
  padding-bottom: 0;
}
.vc-logo-ticker .wpb_column .vc_column-inner {
  overflow: hidden;
  width: 200vw;
  margin-bottom: 0;
  min-width: 3000px;
}
.vc-logo-ticker .wpb_column .vc_column-inner > .wpb_wrapper {
  height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  min-width: 3000px;
}
.vc-logo-ticker .vcex-image-grid-wrap {
  display: inline-block;
  float: left;
  width: 100vw;
  min-width: 1500px;
}

.vc-logo-ticker__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  -webkit-animation: ticker 15s infinite linear;
          animation: ticker 15s infinite linear;
}
.vc-logo-ticker__group .vcex-grid-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-bottom: 0;
  min-height: 130px;
  padding: 10px 25px;
  width: auto;
}

@-webkit-keyframes ticker {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes ticker {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.vc-logo-static {
  padding-top: 38px;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .vc-logo-static {
    padding-bottom: 42px;
  }
}
.vc-logo-static__group .vcex-image-grid-entry {
  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;
}
@media (min-width: 768px) {
  .vc-logo-static__group .vcex-image-grid-entry {
    margin-bottom: 0;
  }
}

.vc-feature-icons__icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-height: 150px;
}

.vc-feature-icons__iconbox .vcex-icon-box-heading {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .vc-feature-icons__iconbox .vcex-icon-box-heading {
    font-size: 16px;
  }
}

.vc-feature-icons__group > .vc_column-inner > .wpb_wrapper {
  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;
}

.vc-feature-icons__iconbox,
.vc-feature-icons__group .vcex-icon-box-link-wrap {
  margin-bottom: 20px;
  padding: 0 15px;
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 640px) {
  .vc-feature-icons__iconbox,
  .vc-feature-icons__group .vcex-icon-box-link-wrap {
    width: 33%;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media (min-width: 767px) {
  .vc-feature-icons__iconbox,
  .vc-feature-icons__group .vcex-icon-box-link-wrap {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.vc-feature-icons__iconbox .vcex-icon-box-symbol,
.vc-feature-icons__group .vcex-icon-box-link-wrap .vcex-icon-box-symbol {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-height: 150px;
  margin-bottom: 10px;
}

.vc-feature-icons__group .vcex-icon-box-link-wrap .vc-feature-icons__iconbox {
  width: 100%;
  padding: 0;
}

.vcex-icon-box-link-wrap {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.vcex-icon-box-link-wrap:hover, .vcex-icon-box-link-wrap:focus {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.5;
}

.vc-feature-icons__group.vc-feature-icons--three-cols .vc-feature-icons__iconbox,
.vc-feature-icons__group.vc-feature-icons--three-cols .vcex-icon-box-link-wrap {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 640px) {
  .vc-feature-icons__group.vc-feature-icons--three-cols .vc-feature-icons__iconbox,
  .vc-feature-icons__group.vc-feature-icons--three-cols .vcex-icon-box-link-wrap {
    width: 33%;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

.vc-quote {
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 767px) {
  .vc-quote {
    padding-top: 180px;
    padding-bottom: 40px;
  }
}
.vc-quote .vc_column_container::before, .vc-quote .vc_column_container::after {
  width: 103px;
  height: 65px;
  content: "";
  background: url("/wp-content/themes/rapyd-2022/img/quote-yellow.svg") no-repeat;
  background-size: cover;
}
@media (min-width: 767px) {
  .vc-quote .vc_column_container::before, .vc-quote .vc_column_container::after {
    width: 206px;
    height: 130px;
  }
}
.vc-quote .vc_column_container::before {
  position: absolute;
  top: -110px;
  left: 15px;
}
@media (min-width: 767px) {
  .vc-quote .vc_column_container::before {
    position: absolute;
    top: -200px;
    left: 15px;
  }
}
.vc-quote .vc_column_container::after {
  position: absolute;
  right: 15px;
  bottom: -60px;
  -webkit-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
}
@media (min-width: 767px) {
  .vc-quote .vc_column_container::after {
    position: absolute;
    right: 15px;
    bottom: -20px;
  }
}
@media (max-width: 1199px) {
  .vc-quote .vc_column_container .slick-next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .vc-quote .vc_column_container .slick-next {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .vc-quote .vc_column_container .slick-prev {
    left: 0;
  }
}
@media (max-width: 992px) {
  .vc-quote .vc_column_container .slick-prev {
    display: none !important;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .vc-quote__slide {
    max-width: 768px;
    margin: 0 auto;
  }
}

.vc-quote__carousel {
  margin-right: -15px;
  margin-left: -15px;
}
.vc-quote__carousel .slick-arrow {
  height: 58px;
  width: 58px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #000;
  border-radius: 0;
  color: #fff;
}
.vc-quote__carousel .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.vc-quote__carousel .slick-arrow i {
  color: #fff;
  font-size: 35px;
}
.typography-white .vc-quote__carousel .slick-arrow {
  background-color: #fff;
}
.typography-white .vc-quote__carousel .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.typography-white .vc-quote__carousel .slick-arrow:hover i {
  color: #fff;
}
.typography-white .vc-quote__carousel .slick-arrow i {
  color: #000;
}
.vc-quote__carousel .slick-prev {
  left: -90px;
}
.vc-quote__carousel .slick-next {
  right: -90px;
}
.vc-quote__carousel .slick-dots {
  width: auto;
  bottom: -50px;
  left: 15px;
}
.vc-quote__carousel .slick-dots li {
  height: 19px;
  width: 19px;
  background: transparent;
  border-radius: 50%;
  border: 4px solid #000;
}
.typography-white .vc-quote__carousel .slick-dots li {
  border-color: #fff;
}
.vc-quote__carousel .slick-dots li.slick-active {
  background: #000;
}
.typography-white .vc-quote__carousel .slick-dots li.slick-active {
  background: #fff;
}
.vc-quote__carousel .slick-dots li i {
  display: none;
}
.vc-quote__carousel.center .vc-quote__slide {
  text-align: center;
}
.vc-quote__carousel.center .theme-button {
  display: inline-block;
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 992px) {
  .head-background {
    background-position: right center;
  }
}
@media (max-width: 767px) {
  .head-background {
    background-position: 80% 50%;
  }
}

.vc-quote--pink .vc_column_container::before, .vc-quote--pink .vc_column_container::after {
  background: url("/wp-content/themes/rapyd-2022/img/quote-pink.svg") no-repeat;
}

.vc-quote.vc-quote--tabs {
  padding: 22px 0 34px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .vc-quote.vc-quote--tabs {
    padding: 0 0 22px;
  }
}
@media (min-width: 1200px) {
  .vc-quote.vc-quote--tabs {
    padding: 0 32px 32px;
  }
}
.vc-quote.vc-quote--tabs .vc-quote__content {
  margin-bottom: 40px;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .vc-quote.vc-quote--tabs .vc-quote__content {
    margin-bottom: 0;
  }
}
.vc-quote.vc-quote--tabs .vc-quote__content h3 {
  margin-top: 0;
  color: #FCFF00;
  font-size: 32px;
}
.vc-quote.vc-quote--tabs .vc-quote__attr {
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
}

@media (max-width: 1199px) {
  .vc-quote--tabs-btn {
    margin: initial !important;
  }
}

#wrap .vc-map {
  padding-top: 30px;
  padding-bottom: 20px;
  background-size: 1300px;
  background-repeat: no-repeat;
  background-position: top center !important;
}
@media (min-width: 767px) {
  #wrap .vc-map {
    min-height: 680px;
    padding-bottom: 150px;
  }
}

.vc-map__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vc-map__inner-row .wpb_column {
  width: auto;
}
.vc-map__inner-row::before, .vc-map__inner-row::after {
  display: none;
}

.vc-counter {
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .vc-counter {
    margin-bottom: 35px;
  }
}
.vc-counter .vcex-milestone-number {
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: 400;
}
.vc-counter .vcex-milestone-after {
  font-size: 12vw;
}
@media (min-width: 480px) {
  .vc-counter .vcex-milestone-after {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .vc-counter .vcex-milestone-after {
    font-size: 70px;
  }
}

#wrap .vc-counter--static,
.vc-counter .vcex-milestone-number {
  font-size: 20vw;
}
@media (min-width: 480px) {
  #wrap .vc-counter--static,
  .vc-counter .vcex-milestone-number {
    font-size: 95px;
  }
}
@media (min-width: 1200px) {
  #wrap .vc-counter--static,
  .vc-counter .vcex-milestone-number {
    font-size: 100px;
  }
}

.vc-faq .vcex-toggle__heading a {
  position: relative;
  background-color: #FF007A;
  padding: 15px 55px 15px 15px;
}
@media (min-width: 767px) {
  .vc-faq .vcex-toggle__heading a {
    padding: 20px 75px 20px 35px;
  }
}
.vc-faq .vcex-module {
  margin-bottom: 15px;
  border-bottom: 0;
}
.vc-faq .vcex-toggle__title {
  color: #FCFF00;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .vc-faq .vcex-toggle__title {
    font-size: 24px;
  }
}
.vc-faq .vcex-toggle__content {
  border: 2px solid #FF007A;
  padding: 10px 15px;
  font-size: 16px;
}
@media (min-width: 767px) {
  .vc-faq .vcex-toggle__content {
    padding: 20px 33px;
    font-size: 18px;
  }
}
.vc-faq .vcex-toggle__icon {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin: auto;
}
.vc-faq .vcex-toggle__icon svg {
  width: 30px;
  height: 30px;
  fill: #FCFF00;
}
@media (min-width: 767px) {
  .vc-faq .vcex-toggle__icon svg {
    width: 55px;
    height: 55px;
  }
}

.vc-faq--animated.animated .vcex-toggle {
  opacity: 0;
  -webkit-animation-name: fadeInUpCust !important;
          animation-name: fadeInUpCust !important;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.vc-faq--animated .vcex-toggle:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.vc-faq--animated .vcex-toggle:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.vc-faq--animated .vcex-toggle:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.vc-faq--animated .vcex-toggle:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.vc-faq--animated .vcex-toggle:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.vc-faq--animated .vcex-toggle:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.vc-faq--animated .vcex-toggle:nth-child(7) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.vc-faq--animated .vcex-toggle:nth-child(8) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.vc-faq--animated .vcex-toggle:nth-child(9) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.vc-faq--animated .vcex-toggle:nth-child(10) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.vc-faq--animated .vcex-toggle:nth-child(11) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.vc-faq--animated .vcex-toggle:nth-child(12) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.vc-faq--animated .vcex-toggle:nth-child(13) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
.vc-faq--animated .vcex-toggle:nth-child(14) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.vc-faq--animated .vcex-toggle:nth-child(15) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.vc-faq--animated .vcex-toggle:nth-child(16) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.vc-faq--animated .vcex-toggle:nth-child(17) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}
.vc-faq--animated .vcex-toggle:nth-child(18) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
.vc-faq--animated .vcex-toggle:nth-child(19) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

.vc-faq--condensed.vc-faq .vcex-toggle__title {
  font-size: 22px;
}
.vc-faq--condensed.vc-faq .vcex-toggle__content ul, .vc-faq--condensed.vc-faq .vcex-toggle__content ol {
  margin-left: 16px !important;
}

#wrap .vc-resource__media {
  position: relative;
  z-index: 15;
}
#wrap .vc-resource__media.offset {
  margin-bottom: -50px;
}
@media (min-width: 767px) {
  #wrap .vc-resource__media.offset {
    margin: -80px -150px -200px -120px;
  }
}

#wrap .vc-resource__top {
  position: relative;
  z-index: 15;
}

.vc-resource__bottom {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .vc-resource .mobile-background::before {
    position: absolute;
    top: -120px;
    right: -300px;
    bottom: 0;
    left: -300px;
    width: auto;
    background: url("/wp-content/themes/rapyd-2022/img/yellow-texture.jpg") no-repeat;
    background-size: cover;
    content: "";
  }
}

.vc-get-started__top-row {
  padding-bottom: 250px;
}

.vc-get-started__number {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  position: relative;
  min-height: 124px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .vc-get-started__number {
    margin-top: 30px;
  }
}
.vc-get-started__number .vcex-image-inner {
  padding: 20px;
  background-color: #01FF89;
}
.vc-get-started__number::before {
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  width: 2px;
  height: 102px;
  margin: auto;
  background-color: #5600EF;
  content: "";
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media (min-width: 767px) {
  .vc-get-started__number::before {
    position: absolute;
    top: 0;
    right: -60%;
    bottom: 0;
    left: initial;
    width: 120%;
    height: 2px;
    display: block;
    opacity: 0;
  }
}

.vc-get-started__group {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: -230px;
}
@media (max-width: 767px) {
  .vc-get-started__group .wpb_column:first-of-type .vc-get-started__number {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .vc-get-started__group .wpb_column:first-of-type .vc-get-started__number::before {
    display: none;
  }
}
@media (min-width: 767px) {
  .vc-get-started__group .wpb_column:last-of-type .vc-get-started__number::before {
    display: none;
  }
}
.vc-get-started__group .wpb_column:nth-of-type(2) .vc-get-started__number::before {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.vc-get-started__group.animated .vc-get-started__number::before {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.vc-contact.vc-contact--extend-column {
  z-index: 20;
}

.vc-contact__form .vc_column-inner {
  padding: 20px;
}
@media (min-width: 767px) {
  .vc-contact__form .vc_column-inner {
    padding: 40px;
  }
}

@media (min-width: 767px) {
  .vc-contact__contact-col {
    width: 53%;
  }
}
.vc-contact--extend-column .vc-contact__contact-col {
  margin-bottom: -110px;
}
.vc-contact__contact-col.fancybox-content {
  background-color: transparent;
  padding: 15px;
}
.vc-contact__contact-col.fancybox-content .fancybox-close-small {
  top: 15px;
  right: 15px;
  opacity: 1;
}

@media (min-width: 767px) {
  .vc-contact__content-col {
    width: 45%;
    margin-right: 2%;
  }
}

@media (min-width: 767px) {
  .vc-contact--rich {
    min-height: 659px;
    margin-bottom: 260px;
  }
}
.vc-contact--rich .vc-contact__contact-col {
  display: none;
}
@media (min-width: 767px) {
  .vc-contact--rich .vc-contact__contact-col {
    display: block;
    margin-bottom: -220px;
  }
}

@media (min-width: 767px) {
  .vc-contact__contact-col--notused {
    padding-left: 20px;
    margin-right: -20px;
  }
}

#wrap .vc-terms-grid--careers {
  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;
  margin-top: 100px;
}
#wrap .vc-terms-grid .vcex-terms-grid-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -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;
  margin-bottom: 54px;
  padding: 0 !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  #wrap .vc-terms-grid .vcex-terms-grid-entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin-bottom: 90px;
  }
}
@media (min-width: 993px) {
  #wrap .vc-terms-grid .vcex-terms-grid-entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-bottom: 90px;
  }
}
#wrap .vc-terms-grid .vcex-terms-grid-entry-image {
  margin-bottom: 0;
}
#wrap .vc-terms-grid .vcex-terms-grid-entry-image a {
  display: block;
  margin-bottom: 30px;
}
#wrap .vc-terms-grid .vcex-terms-grid-entry-image img {
  display: block;
  width: auto !important;
  max-width: initial !important;
  height: 100px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrap .vc-terms-grid .vcex-terms-grid-entry-title {
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media (min-width: 480px) {
  #wrap .vc-terms-grid .vcex-terms-grid-entry-title {
    font-size: 25px;
  }
}
.vc-tabs {
  max-width: 1210px;
  margin: 0 auto;
}
#wrap .vc-tabs.vc_general.vc_tta-style-total .vc_tta-tab > a {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.64em;
  text-align: center;
  border: initial;
  text-decoration: none;
}
#wrap .vc-tabs.vc_general.vc_tta-style-total .vc_tta-tab > a:hover .vc_tta-title-text::after {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  visibility: visible;
}
#wrap .vc-tabs.vc_general.vc_tta-style-total .vc_tta-tab .vc_tta-title-text {
  display: block;
  position: relative;
}
#wrap .vc-tabs.vc_general.vc_tta-style-total .vc_tta-tab .vc_tta-title-text::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #FCFF00;
  display: block;
  content: "";
  visibility: hidden;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#wrap .vc-tabs.vc_general.vc_tta-style-total .vc_tta-tab.vc_active a {
  color: #FCFF00;
}
#wrap .vc-tabs.vc_general.vc_tta-style-total .vc_tta-tab.vc_active .vc_tta-title-text::after {
  visibility: visible;
}
#main .vc-tabs .vc-tabs__section.vc_active .vc_tta-panel-title {
  border-color: #E3036F;
}
#main .vc-tabs .vc-tabs__section.vc_active .vc_tta-panel-title a {
  background-color: #E3036F;
  color: #FCFF00;
}
#main .vc-tabs .vc-tabs__section .vc_tta-panel-title {
  background-color: #4500C1;
  border-color: #4500C1;
}
#main .vc-tabs .vc-tabs__section .vc_tta-panel-title:hover, #main .vc-tabs .vc-tabs__section .vc_tta-panel-title:focus {
  border-color: #E3036F;
}
#main .vc-tabs .vc-tabs__section .vc_tta-panel-title a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: #fff;
}
#main .vc-tabs .vc-tabs__section .vc_tta-panel-title a:hover, #main .vc-tabs .vc-tabs__section .vc_tta-panel-title a:focus {
  background-color: #E3036F;
}
#main .vc-tabs .vc-tabs__section .vc_tta-panel-body {
  padding: 45px 32px 42px 32px;
}
@media (min-width: 1024px) {
  #main .vc-tabs .vc-tabs__section .vc_tta-panel-body {
    padding: 85px 0 32px 52%;
  }
}
@media (min-width: 1024px) {
  #main .vc-tabs .vc-tabs__section .vcex-image {
    position: absolute;
    top: 85px;
    left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #main .vc-tabs .vc-tabs__section .vcex-image {
    width: 50%;
  }
}
#main .vc-tabs .vc-tabs__section .vcex-button {
  margin-left: 0;
}
@media (min-width: 1024px) {
  #main .vc-tabs .vc-tabs__section .vcex-button {
    margin-left: 32px;
  }
}

@media (max-width: 766px) {
  #main .vc-tabs.vc-tabs--case-studies .vc-tabs__section .vc_tta-panel-body {
    padding: 22px 8px;
  }
}
#main .vc-tabs.vc-tabs--case-studies .vc-tabs__section img {
  max-width: 608px;
  width: 100%;
}
@media (max-width: 991px) {
  #main .vc-tabs.vc-tabs--case-studies .vc-tabs__section img {
    max-width: initial !important;
  }
}
@media (max-width: 991px) {
  #main .vc-tabs.vc-tabs--case-studies .vc-tabs__section .vcex-image .wpex-inline-block {
    display: block;
  }
}

.vc-offices__map {
  margin-right: -60px;
  margin-left: -60px;
  position: relative;
}
@media (min-width: 1400px) {
  .vc-offices__map {
    margin-right: -200px;
    margin-left: -200px;
  }
}
@media (max-width: 766px) {
  .vc-offices__map {
    display: none;
  }
}

.vc-offices .vcex-icon-box-link-wrap {
  text-decoration: none !important;
}
.vc-offices a[data-office=san-francisco] {
  position: absolute;
  top: 25%;
  left: 8.7%;
}
.vc-offices a[data-office=mexico] {
  position: absolute;
  top: 41.5%;
  left: 5.7%;
}
.vc-offices a[data-office=san-jose] {
  position: absolute;
  top: 30.5%;
  left: 3%;
}
.vc-offices a[data-office=denver] {
  position: absolute;
  top: 29%;
  left: 13%;
}
.vc-offices a[data-office=miami] {
  position: absolute;
  top: 36%;
  left: 15.5%;
}
.vc-offices a[data-office=iceland] {
  position: absolute;
  top: 8.5%;
  left: 34.2%;
}
.vc-offices a[data-office=uk] {
  position: absolute;
  top: 17.3%;
  left: 39.4%;
}
.vc-offices a[data-office=amsterdam] {
  position: absolute;
  top: 16.5%;
  left: 46.5%;
}
.vc-offices a[data-office=telaviv] {
  position: absolute;
  top: 32%;
  left: 50%;
}
.vc-offices a[data-office=dubai] {
  position: absolute;
  top: 39%;
  left: 58%;
}
.vc-offices a[data-office=hk] {
  position: absolute;
  top: 39%;
  left: 74%;
}
.vc-offices a[data-office=singapore] {
  position: absolute;
  top: 53%;
  left: 70.5%;
}

.vc-offices__office.wpex-text-right .vcex-icon-box-symbol {
  margin-left: 7px;
}
.vc-offices__office.wpex-text-left .vcex-icon-box-symbol {
  margin-right: 7px;
}
.vc-offices__office h2 {
  font-family: "Anton", sans-serif, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 1.7vw;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1200px) {
  .vc-offices__office h2 {
    font-size: 21px;
  }
}
.vc-offices__office:hover h2 {
  color: #FF007A !important;
}

@media (min-width: 767px) {
  body .vc-offices__item {
    display: none;
    width: 100%;
    max-width: 675px;
    padding: 35px 20px 0;
  }
}

@media (min-width: 767px) {
  .vc-office__gmap {
    margin-right: -35px;
    margin-left: -35px;
  }
}

.vc-price-box__item {
  margin-right: auto;
  margin-left: auto;
  display: none;
  position: relative;
  padding: 0 35px;
  max-width: 555px;
  z-index: 5 !important;
  -webkit-box-shadow: 0px 3px 6px rgba(13, 13, 13, 0.26);
          box-shadow: 0px 3px 6px rgba(13, 13, 13, 0.26);
  text-align: left;
}
.vc-price-box__item.js-active {
  display: block;
}

.vc-price-box__heading {
  margin: 0 -50px;
  padding: 15px 25px;
  width: calc(100% + 100px);
  max-width: none;
}

.vc-price-box__number {
  margin: 15px 0;
}
.vc-price-box__number .number {
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 1.21em;
  font-family: "Anton", sans-serif, Arial, sans-serif;
}
@media (min-width: 767px) {
  .vc-price-box__number .number {
    font-size: 70px;
  }
}
.vc-price-box__number .number span.subset {
  font-size: 30px;
  vertical-align: text-top;
}
@media (min-width: 767px) {
  .vc-price-box__number .number span.subset {
    font-size: 52px;
  }
}

.vc-price-box__content li::before {
  color: #FF007A !important;
}

.vc-price-box__select-row {
  position: relative;
  z-index: 1;
}
.vc-price-box__select-row::before {
  position: absolute;
  top: -180px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #01FF89;
  content: "";
}

.vc-price-box__select select {
  margin-right: auto;
  margin-left: auto;
}

#wrap .vc-image-carousel .owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  background-color: #000;
  margin-top: 44px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 1;
}
#wrap .vc-image-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
  border: 4px solid #000;
}
#wrap .vc-image-carousel .owl-nav__btn {
  width: 58px;
  height: 58px;
  background: #000;
  border-radius: 0 !important;
}
#wrap .vc-image-carousel .owl-nav__btn .ticon {
  display: none !important;
}
#wrap .vc-image-carousel .owl-nav__btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 28px;
  width: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/owl-next-icon.svg");
  background-repeat: no-repeat;
  background-position: cover;
  background-size: cover;
  content: "";
}
#wrap .vc-image-carousel .owl-nav__btn:hover, #wrap .vc-image-carousel .owl-nav__btn:active {
  opacity: 0.5;
}
#wrap .vc-image-carousel .owl-nav__btn.owl-prev {
  left: 25px;
}
#wrap .vc-image-carousel .owl-nav__btn.owl-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
#wrap .vc-image-carousel .owl-nav__btn.owl-next {
  right: 25px;
}

#main .vc-index .vc_tta-panel-body {
  padding: 0;
}
#main .vc-index .vc_tta-panel-heading {
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff !important;
}
#main .vc-index .vc_tta-panel-title {
  border-bottom: 1px solid #707070 !important;
}
#main .vc-index .vc_tta-panel-title a {
  padding: 15px 0;
}
#main .vc-index .vc_tta-title-text {
  color: #000;
}
#main .vc-index .vc_tta-controls-icon {
  height: 20px;
  width: 20px;
}
#main .vc-index .vc_tta-controls-icon::before {
  border-color: #000;
}

#main .vc-index__entry-title {
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
}

.vc-index__row {
  padding-top: 20px;
  padding-bottom: 0;
}
.vc-index__row:first-of-type {
  padding-top: 60px;
}

.vc-blogpost-cta {
  padding: 34px 10px 50px;
  border-radius: 10px;
}
@media (min-width: 641px) {
  .vc-blogpost-cta {
    padding: 34px 34px 50px !important;
  }
}
.c-related-blog-ad--pink-content .vc-blogpost-cta {
  padding: 0 !important;
}
.vc-blogpost-cta__content h4.vcex-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.4em;
}
.vc-blogpost-cta__content h3.vcex-heading {
  margin-bottom: 22px;
  font-weight: 700;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .vc-blogpost-cta__content h3.vcex-heading {
    font-size: 30px !important;
  }
}
.c-related-blog-ad--pink-content .vc-blogpost-cta__content h3.vcex-heading {
  text-transform: none !important;
}
.vc-blogpost-cta__content p {
  font-weight: 400;
  line-height: 1.556em !important;
}
@media (min-width: 768px) {
  .vc-blogpost-cta__content p {
    font-size: 18px !important;
  }
  .c-related-blog-ad--pink-content .vc-blogpost-cta__content p {
    font-size: inherit !important;
  }
}
.vc-blogpost-cta__content ul li, .vc-blogpost-cta__content ol li {
  font-weight: 400;
  line-height: 1.556em !important;
}
@media (min-width: 768px) {
  .vc-blogpost-cta__content ul li, .vc-blogpost-cta__content ol li {
    font-size: 18px !important;
  }
  .c-related-blog-ad--pink-content .vc-blogpost-cta__content ul li, .c-related-blog-ad--pink-content .vc-blogpost-cta__content ol li {
    font-size: inherit !important;
  }
}
.vc-blogpost-cta__content blockquote {
  color: #000;
  font-size: 17px !important;
  font-style: italic;
}
@media (min-width: 768px) {
  .vc-blogpost-cta__content blockquote {
    font-size: 18px !important;
  }
}
.vc-blogpost-cta__content .wpb_content_element {
  margin-bottom: 30px;
}
.vc-blogpost-cta .vc_column-inner {
  margin-bottom: 0;
}
.vc-blogpost-cta:not(.vc-blogpost-cta--report) h3 {
  font-family: "Anton", sans-serif, Arial, sans-serif;
  text-transform: uppercase !important;
}

.vc-blogpost-cta--report {
  margin-right: 0;
  margin-left: 0px;
  background-color: #FCFF00;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.vc-blogpost-cta--report:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.vc-blogpost-cta--report .vc-blogpost-cta__media .vc_column-inner > .wpb_wrapper {
  position: relative;
}
.vc-blogpost-cta--report .vc-blogpost-cta__media .vcex-image {
  width: 566px;
}

.vcex-post-content-c > .vc-blogpost-cta.vc-blogpost-cta--report h4 {
  color: #FF007A !important;
}
.vcex-post-content-c > .vc-blogpost-cta.vc-blogpost-cta--report h3, .vcex-post-content-c > .vc-blogpost-cta.vc-blogpost-cta--report p {
  color: #000 !important;
}
.vcex-post-content-c > .vc-blogpost-cta.vc-blogpost-cta--report .c-button .theme-button-inner {
  color: #fff !important;
}
.vcex-post-content-c > .vc-blogpost-cta.vc-blogpost-cta--report .c-button::before {
  background-color: #FF007A;
}
.vcex-post-content-c > .vc-blogpost-cta.vc-blogpost-cta--report .c-button::after {
  background-color: #E3036F;
}

.post-content .blogpost-single__aside .vc-blogpost-cta {
  margin-bottom: 30px;
  padding: 32px 20px 32px 20px !important;
}
@media (min-width: 768px) {
  .post-content .blogpost-single__aside .vc-blogpost-cta {
    padding: 32px 40px 32px 40px !important;
  }
}
.post-content .blogpost-single__aside .vc-blogpost-cta .vc_column-inner {
  padding: 0;
}
.post-content .blogpost-single__aside .vc-blogpost-cta .vcex-image {
  margin-bottom: 32px;
}
.post-content .blogpost-single__aside .vc-blogpost-cta h4.vcex-heading {
  margin-bottom: 22px;
  line-height: 1.25em;
}
.post-content .blogpost-single__aside .vc-blogpost-cta h5.vcex-heading {
  margin-bottom: 6px;
  line-height: 1.25em;
}
.post-content .blogpost-single__aside .vc-blogpost-cta .c-button {
  display: block;
  margin: 0 auto;
  padding: 10px 10px 6px;
  width: 100%;
  max-width: 250px;
  min-width: initial;
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .post-content .blogpost-single__aside .vc-blogpost-cta .c-button {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .wpex-post-cards.is-media-carousel .wpex-posts-card-carousel {
    padding-inline: 92px;
  }
}
.wpex-post-cards.is-media-carousel .wpex-posts-card-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 766px) {
  .wpex-post-cards.is-media-carousel .wpex-posts-card-carousel .owl-nav {
    margin-top: 20px;
  }
}
.wpex-post-cards.is-media-carousel .wpex-posts-card-carousel .owl-nav__btn {
  background-color: #FF007A;
  border-radius: 4px;
  width: 34px;
  height: 33px;
}
@media (min-width: 768px) {
  .wpex-post-cards.is-media-carousel .wpex-posts-card-carousel .owl-nav__btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.wpex-post-cards.is-media-carousel .wpex-posts-card-carousel .owl-nav__btn.owl-prev {
  left: 0;
}
@media (max-width: 767px) {
  .wpex-post-cards.is-media-carousel .wpex-posts-card-carousel .owl-nav__btn.owl-prev {
    margin-right: 7.5px;
  }
}
.wpex-post-cards.is-media-carousel .wpex-posts-card-carousel .owl-nav__btn.owl-next {
  right: 0;
}
@media (max-width: 767px) {
  .wpex-post-cards.is-media-carousel .wpex-posts-card-carousel .owl-nav__btn.owl-next {
    margin-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .vc_row.vc-row--break-early > .vc_col-sm-1 {
    width: 100% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-2 {
    width: 100% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-3 {
    width: 100% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-4 {
    width: 100% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-5 {
    width: 100% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-6 {
    width: 100% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-7 {
    width: 100% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-8 {
    width: 100% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-9 {
    width: 100% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-10 {
    width: 100% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-11 {
    width: 100% !important;
  }
}
@media (min-width: 961px) {
  .vc_row.vc-row--break-early > .vc_col-sm-1 {
    width: 8.3333333333% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-2 {
    width: 16.6666666667% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-3 {
    width: 25% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-4 {
    width: 33.3333333333% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-5 {
    width: 41.6666666667% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-6 {
    width: 50% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-7 {
    width: 58.3333333333% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-8 {
    width: 66.6666666667% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-9 {
    width: 75% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-10 {
    width: 83.3333333333% !important;
  }
  .vc_row.vc-row--break-early > .vc_col-sm-11 {
    width: 91.6666666667% !important;
  }
}

.home-hero {
  padding-top: 180px;
  padding-bottom: 80px;
  min-height: 600px;
  background-image: url("/wp-content/uploads/2022/10/hero-fallback.jpg");
  background-size: cover;
  -webkit-transition: background-image 0.35s ease;
  transition: background-image 0.35s ease;
}
@media (max-width: 767px) {
  .home-hero {
    background-image: url("/wp-content/uploads/2022/10/Scene1_v2_1080x1920.jpg");
  }
}
@media (min-width: 767px) {
  .home-hero {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .home-hero .wpex-video-bg-wrap {
    display: none;
  }
}
.home-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 150px;
  display: block !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(65%, rgba(0, 0, 0, 0.1)), color-stop(85%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0) 85%);
  mix-blend-mode: darken;
  visibility: visible;
  content: "";
  opacity: 0.9;
  pointer-events: none;
}

.home-hero__heading {
  max-width: 580px;
}
@media (min-width: 1000px) {
  .home-hero__heading {
    max-width: 780px;
  }
}
.home-hero__heading h1 {
  margin-top: 0;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
.home-hero__heading .group {
  display: block;
  position: relative;
  width: 500px;
  height: 110px;
}
.home-hero__heading .group span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block !important;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.home-hero__cta .theme-button-inner {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.home-hero[data-timestep="1"] .anim-2, .home-hero[data-timestep="1"] .anim-3 {
  opacity: 0;
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
}
.home-hero[data-timestep="1"] .anim-1 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.home-hero[data-timestep="1"] .home-hero__sales-cta {
  color: #01FF89;
}

@media (max-width: 767px) {
  .home-hero[data-timestep="2"] {
    background-image: url("/wp-content/uploads/2022/10/Scene2_v2_1080x1920.jpg");
  }
}
.home-hero[data-timestep="2"] .anim-1, .home-hero[data-timestep="2"] .anim-3 {
  opacity: 0;
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
}
.home-hero[data-timestep="2"] .anim-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.home-hero[data-timestep="2"] .home-hero__cta .theme-button-inner {
  color: #fff;
}
.home-hero[data-timestep="2"] .home-hero__cta::before {
  background-color: #FF007A;
}
.home-hero[data-timestep="2"] .home-hero__cta::after {
  background-color: #E3036F;
}
.home-hero[data-timestep="2"] .home-hero__sales-cta {
  color: #FF007A;
}

@media (max-width: 767px) {
  .home-hero[data-timestep="3"] {
    background-image: url("/wp-content/uploads/2022/10/Scene3_v2_1080x1920.jpg");
  }
}
.home-hero[data-timestep="3"] .anim-1, .home-hero[data-timestep="3"] .anim-2 {
  opacity: 0;
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
}
.home-hero[data-timestep="3"] .anim-3 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.home-hero[data-timestep="3"] .home-hero__cta .theme-button-inner {
  color: #000;
}
.home-hero[data-timestep="3"] .home-hero__cta::before {
  background-color: #FCFF00;
}
.home-hero[data-timestep="3"] .home-hero__cta::after {
  background-color: #ECEF03;
}
.home-hero[data-timestep="3"] .home-hero__sales-cta {
  color: #FCFF00;
}

.home-hero__cta-group {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.home-hero__cta-group .home-hero__cta,
.home-hero__cta-group .home-hero__sales-cta {
  display: inline-block;
  float: left;
}
@media (max-width: 500px) {
  .home-hero__cta-group .home-hero__cta {
    min-width: 0;
    font-size: 15px;
  }
}
.home-hero__cta-group .home-hero__sales-cta {
  top: 3px;
  margin-left: 30px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 500px) {
  .home-hero__cta-group .home-hero__sales-cta {
    font-size: 15px;
  }
}

.home-hero__blurb {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.home-scream {
  min-height: 841px;
  overflow: hidden;
  opacity: 1;
}
.home-scream > .vc_column_container {
  max-width: 1046px;
  margin-right: auto;
  margin-left: auto;
}

.home-scream__mouth {
  position: absolute;
  top: -70px;
  right: 0;
  bottom: 0;
  left: -50px;
  max-width: 350px;
  margin: auto;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  z-index: -1;
}
@media (min-width: 767px) {
  .home-scream__mouth {
    position: absolute;
    top: -140px;
    right: 0;
    bottom: 0;
    left: -50px;
    max-width: 750px;
  }
}
.wpb_start_animation .home-scream__mouth {
  -webkit-animation-name: scream-in;
          animation-name: scream-in;
}

#wrap .home-scream__heading {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 766px) {
  #wrap .home-scream__heading {
    margin-top: 110px !important;
    margin-bottom: 180px !important;
    max-width: 250px;
    font-size: 40px;
  }
}

@media (min-width: 767px) {
  .home-scream__blurb {
    padding: 0 175px 0 10px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    z-index: -1;
    -webkit-transform-origin: center left;
            transform-origin: center left;
    opacity: 0;
  }
  .wpb_start_animation .home-scream__blurb {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
  }
  .animated .home-scream__blurb {
    opacity: 1;
  }
  .home-scream__blurb::after {
    display: block;
    width: 174px;
    height: 28px;
    background: url("/wp-content/themes/rapyd-2022/img/line-right.svg") no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
  }
  .home-scream__blurb.blurb-1 {
    position: absolute;
    top: 27.5%;
    left: 0;
    text-align: right;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
}
@media (min-width: 767px) and (min-width: 1260px) {
  .home-scream__blurb.blurb-1 {
    left: -6%;
  }
}
@media (min-width: 767px) {
  .home-scream__blurb.blurb-1:after {
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
  }
  .home-scream__blurb.blurb-2 {
    position: absolute;
    top: 69%;
    left: 0;
    text-align: right;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
}
@media (min-width: 767px) and (min-width: 1260px) {
  .home-scream__blurb.blurb-2 {
    top: 59%;
    left: -7.5%;
  }
}
@media (min-width: 767px) {
  .home-scream__blurb.blurb-2:after {
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
  }
  .home-scream__blurb.blurb-3 {
    position: absolute;
    top: 22%;
    right: 0;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    padding: 0 10px 0 175px;
  }
}
@media (min-width: 767px) and (min-width: 1260px) {
  .home-scream__blurb.blurb-3 {
    right: -9%;
  }
}
@media (min-width: 767px) {
  .home-scream__blurb.blurb-3:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
  .home-scream__blurb.blurb-4 {
    position: absolute;
    top: 75%;
    right: 0;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
    padding: 0 10px 0 175px;
  }
}
@media (min-width: 767px) and (min-width: 1260px) {
  .home-scream__blurb.blurb-4 {
    right: -7.5%;
  }
}
@media (min-width: 767px) {
  .home-scream__blurb.blurb-4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
}
@media (max-width: 766px) {
  .home-scream__blurb {
    max-width: 250px;
    margin: 0 auto 20px;
    position: relative;
    padding-left: 20px;
    font-size: 21px !important;
    font-weight: 600;
  }
  .home-scream__blurb::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    content: "";
  }
}

#wrap .home-solutions__item {
  display: inline-block;
}
@media (max-width: 766px) {
  #wrap .home-solutions__item {
    width: 50%;
    display: block;
    float: left;
    font-size: 30px;
  }
}
@media (max-width: 449px) {
  #wrap .home-solutions__item {
    width: 100%;
  }
}

.home-solutions__item .vcex-heading-inner {
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-transform: none;
  padding: 10px 0;
}
@media (min-width: 767px) {
  .home-solutions__item .vcex-heading-inner {
    padding: 20px 22px;
  }
  @supports (-webkit-text-stroke: 2px white) {
    .home-solutions__item .vcex-heading-inner {
      text-stroke: 2px white;
      -webkit-text-stroke: 2px white;
      color: rgba(252, 255, 0, 0);
    }
  }
}
.home-solutions__item .vcex-heading-inner:hover {
  color: #FCFF00;
}
@media (min-width: 767px) {
  @supports (-webkit-text-stroke: 2px transparent) {
    .home-solutions__item .vcex-heading-inner:hover {
      text-stroke: 2px transparent;
      -webkit-text-stroke: 2px transparent;
      color: #FCFF00;
    }
  }
}

.home-solutions__item.home-solutions--no-hover .vcex-heading-inner:hover {
  color: #fff;
}
@media (min-width: 767px) {
  @supports (-webkit-text-stroke: 2px transparent) {
    .home-solutions__item.home-solutions--no-hover .vcex-heading-inner:hover {
      text-stroke: 2px transparent;
      -webkit-text-stroke: 2px #fff;
      color: transparent;
    }
  }
}

.home-solutions__group > .vc_column-inner > .wpb_wrapper {
  text-align: center;
}
.home-solutions__group.home-solutions--group--column > .vc_column-inner > .wpb_wrapper {
  border: 1px solid red !important;
  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 !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.home-cards__item > .vc_column-inner {
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
  max-width: 450px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 1100px) {
  .home-cards__item > .vc_column-inner {
    padding: 44px 35px;
  }
}
.home-cards__item > .vc_column-inner:hover {
  -webkit-transform: translateY(44px);
          transform: translateY(44px);
}

.home-cards__icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-height: 190px;
}

.home-cards__content {
  min-height: 94px;
}

.home-cta__col > .vc_column-inner > .wpb_wrapper {
  margin-right: auto;
  margin-left: auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 930px;
}
@media (min-width: 640px) {
  .home-cta__col > .vc_column-inner > .wpb_wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home-cta__col > .vc_column-inner > .wpb_wrapper h3 {
  margin-left: 0;
}

.home-cta__heading {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 640px) {
  .home-cta__heading {
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 40px;
    text-align: left;
  }
}

.home-scroll {
  overflow: hidden;
}

.home-scroll__group {
  position: relative;
  max-width: 1800px;
  height: 214px;
  margin: 0 auto;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
@media (min-width: 767px) {
  .home-scroll__group {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .home-scroll__group {
    -webkit-transform: rotate(-60deg) scale(0.6) translateX(-500px);
            transform: rotate(-60deg) scale(0.6) translateX(-500px);
  }
}

.home-scroll__item {
  position: absolute;
  top: -1400px;
  left: 0;
  width: 210px;
  height: 2000px;
  background: url("/wp-content/themes/rapyd-2022/img/home-piggy-bank-vertical.png") repeat-y;
}
.home-scroll__item:nth-of-type(2) {
  left: 226px;
  top: -1000px;
}
.home-scroll__item:nth-of-type(3) {
  left: 452px;
  top: -1200px;
}
.home-scroll__item:nth-of-type(4) {
  left: 678px;
  top: -600px;
}
.home-scroll__item:nth-of-type(5) {
  left: 904px;
  top: -800px;
}
.home-scroll__item:nth-of-type(6) {
  left: 1130px;
  top: -200px;
}
.home-scroll__item:nth-of-type(7) {
  left: 1356px;
  top: -400px;
}
.home-scroll__item:nth-of-type(8) {
  left: 1582px;
  top: 0;
}

.home-scroll__item-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .home-grow .vcex-divider {
    width: 6px !important;
  }
}

.home-grow__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.home-grow__inner-heading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .home-grow__inner-media {
    margin-left: 12vw;
  }
}

.home-payments__globe video {
  display: block;
  margin: 0 auto;
}

.home-payments__globe-wrap {
  position: relative;
  margin: 100px 0 150px;
}
@media (max-width: 865px) {
  .home-payments__globe-wrap {
    margin: 60px 0 100px;
  }
}

.home-payments__globe-heading {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.home-payments__globe-heading-group {
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-payments__globe-heading-group .slick-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.home-payments__globe-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.home-payments__globe-line svg {
  position: absolute;
  top: -75px;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 865px) {
  .home-payments__globe-line svg {
    top: -12%;
    margin: -3px -30px 0;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    height: auto;
  }
}
@media (max-width: 543px) {
  .home-payments__globe-line svg {
    top: -12%;
    margin: 0 -20px 0;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    height: auto;
  }
}
@media (max-width: 400px) {
  .home-payments__globe-line svg {
    top: -12%;
    margin: 0 -15px 0;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}
.home-payments__globe-line path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.home-payments__globe-line path.half-circle-left,
.home-payments__globe-line path.half-circle-right {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.home-payments__globe-line path.bottom-line {
  -webkit-animation-delay: 5s !important;
          animation-delay: 5s !important;
}
.animated .home-payments__globe-line path.top-line {
  -webkit-animation-name: draw;
          animation-name: draw;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.animated .home-payments__globe-line path.half-circle-left,
.animated .home-payments__globe-line path.half-circle-right {
  -webkit-animation-name: draw;
          animation-name: draw;
  -webkit-animation-duration: 4.4s;
          animation-duration: 4.4s;
}
.animated .home-payments__globe-line path.bottom-line {
  -webkit-animation-name: draw;
          animation-name: draw;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@media (min-width: 767px) {
  .home-payments__bottom {
    min-height: 700px;
  }
}

.home-payments__anim-heading {
  padding-left: 10px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media (min-width: 767px) {
  .home-payments__anim-heading {
    padding-left: 40px;
  }
}
.home-payments__bottom.animated .home-payments__anim-heading {
  -webkit-animation-name: headingSlideInLeft;
          animation-name: headingSlideInLeft;
}

@media (max-width: 766px) {
  .home-payments__bottom-media {
    margin: -75px;
  }
}

.home-payments__bottom-media-col::before {
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  left: -500px;
  background-color: #000;
  content: "";
  z-index: 2;
}
.home-payments__bottom-media-col > .vc_column-inner {
  position: relative;
  z-index: 10 !important;
}

.home-payments__lower-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-payments__lower-svg {
    max-width: 6px;
    margin: 0 auto;
  }
}
.home-payments__lower-svg path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.home-payments__bottom.animated .home-payments__lower-svg path {
  -webkit-animation-name: draw;
          animation-name: draw;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes headingSlideInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes headingSlideInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scream-in {
  0% {
    opacity: 1;
    -webkit-transform: translate(10px, 0) rotate(0deg) scale(0);
            transform: translate(10px, 0) rotate(0deg) scale(0);
  }
  5% {
    -webkit-transform: translate(-10px, 0) rotate(1deg) scale(0.05);
            transform: translate(-10px, 0) rotate(1deg) scale(0.05);
  }
  10% {
    -webkit-transform: translate(10px, 0) rotate(-1deg) scale(0.1);
            transform: translate(10px, 0) rotate(-1deg) scale(0.1);
  }
  15% {
    -webkit-transform: translate(-12px, 0) rotate(1deg) scale(0.15);
            transform: translate(-12px, 0) rotate(1deg) scale(0.15);
  }
  20% {
    -webkit-transform: translate(12px, 0) rotate(-1deg) scale(0.2);
            transform: translate(12px, 0) rotate(-1deg) scale(0.2);
  }
  25% {
    -webkit-transform: translate(-15px, 0) rotate(1deg) scale(0.25);
            transform: translate(-15px, 0) rotate(1deg) scale(0.25);
  }
  30% {
    -webkit-transform: translate(15px, 0) rotate(-1deg) scale(0.3);
            transform: translate(15px, 0) rotate(-1deg) scale(0.3);
  }
  35% {
    -webkit-transform: translate(-20px, 0) rotate(1deg) scale(0.35);
            transform: translate(-20px, 0) rotate(1deg) scale(0.35);
  }
  40% {
    -webkit-transform: translate(20px, 0) rotate(-1deg) scale(0.4);
            transform: translate(20px, 0) rotate(-1deg) scale(0.4);
  }
  45% {
    -webkit-transform: translate(-25px, 0) rotate(1deg) scale(0.45);
            transform: translate(-25px, 0) rotate(1deg) scale(0.45);
  }
  50% {
    -webkit-transform: translate(25px, 0) rotate(-1deg) scale(0.5);
            transform: translate(25px, 0) rotate(-1deg) scale(0.5);
  }
  55% {
    -webkit-transform: translate(-30px, 0) rotate(1deg) scale(0.55);
            transform: translate(-30px, 0) rotate(1deg) scale(0.55);
  }
  60% {
    -webkit-transform: translate(30px, 0) rotate(-1deg) scale(0.6);
            transform: translate(30px, 0) rotate(-1deg) scale(0.6);
  }
  65% {
    -webkit-transform: translate(-35px, 0) rotate(1deg) scale(0.65);
            transform: translate(-35px, 0) rotate(1deg) scale(0.65);
  }
  70% {
    -webkit-transform: translate(35px, 0) rotate(-1deg) scale(0.7);
            transform: translate(35px, 0) rotate(-1deg) scale(0.7);
  }
  75% {
    -webkit-transform: translate(-35px, 0) rotate(-1deg) scale(0.75);
            transform: translate(-35px, 0) rotate(-1deg) scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes scream-in {
  0% {
    opacity: 1;
    -webkit-transform: translate(10px, 0) rotate(0deg) scale(0);
            transform: translate(10px, 0) rotate(0deg) scale(0);
  }
  5% {
    -webkit-transform: translate(-10px, 0) rotate(1deg) scale(0.05);
            transform: translate(-10px, 0) rotate(1deg) scale(0.05);
  }
  10% {
    -webkit-transform: translate(10px, 0) rotate(-1deg) scale(0.1);
            transform: translate(10px, 0) rotate(-1deg) scale(0.1);
  }
  15% {
    -webkit-transform: translate(-12px, 0) rotate(1deg) scale(0.15);
            transform: translate(-12px, 0) rotate(1deg) scale(0.15);
  }
  20% {
    -webkit-transform: translate(12px, 0) rotate(-1deg) scale(0.2);
            transform: translate(12px, 0) rotate(-1deg) scale(0.2);
  }
  25% {
    -webkit-transform: translate(-15px, 0) rotate(1deg) scale(0.25);
            transform: translate(-15px, 0) rotate(1deg) scale(0.25);
  }
  30% {
    -webkit-transform: translate(15px, 0) rotate(-1deg) scale(0.3);
            transform: translate(15px, 0) rotate(-1deg) scale(0.3);
  }
  35% {
    -webkit-transform: translate(-20px, 0) rotate(1deg) scale(0.35);
            transform: translate(-20px, 0) rotate(1deg) scale(0.35);
  }
  40% {
    -webkit-transform: translate(20px, 0) rotate(-1deg) scale(0.4);
            transform: translate(20px, 0) rotate(-1deg) scale(0.4);
  }
  45% {
    -webkit-transform: translate(-25px, 0) rotate(1deg) scale(0.45);
            transform: translate(-25px, 0) rotate(1deg) scale(0.45);
  }
  50% {
    -webkit-transform: translate(25px, 0) rotate(-1deg) scale(0.5);
            transform: translate(25px, 0) rotate(-1deg) scale(0.5);
  }
  55% {
    -webkit-transform: translate(-30px, 0) rotate(1deg) scale(0.55);
            transform: translate(-30px, 0) rotate(1deg) scale(0.55);
  }
  60% {
    -webkit-transform: translate(30px, 0) rotate(-1deg) scale(0.6);
            transform: translate(30px, 0) rotate(-1deg) scale(0.6);
  }
  65% {
    -webkit-transform: translate(-35px, 0) rotate(1deg) scale(0.65);
            transform: translate(-35px, 0) rotate(1deg) scale(0.65);
  }
  70% {
    -webkit-transform: translate(35px, 0) rotate(-1deg) scale(0.7);
            transform: translate(35px, 0) rotate(-1deg) scale(0.7);
  }
  75% {
    -webkit-transform: translate(-35px, 0) rotate(-1deg) scale(0.75);
            transform: translate(-35px, 0) rotate(-1deg) scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@media (min-width: 768px) {
  .home-partner {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.home-partner__graffiti-col {
  margin-bottom: 30px;
}

.home-partner__like-money {
  margin-right: 16%;
  margin-bottom: 0;
  margin-left: 16%;
}

.home-partner__like-money-mobile {
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.home-partner__partner-with {
  position: absolute;
  top: 78%;
  right: 14%;
  left: 15%;
  margin: auto;
}
@media (min-width: 767px) {
  .home-partner__partner-with {
    top: 57%;
    right: 23%;
    left: 26%;
  }
}

@media (min-width: 1060px) {
  .home-partner__poster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-partner__poster img {
    max-width: 305px;
  }
  .home-partner__poster.poster--pay {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home-partner__poster.poster--pay img {
    margin-right: -25px;
  }
  .home-partner__poster.poster--iso {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-partner__poster.poster--ref {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-partner__poster.poster--ref img {
    margin-left: -25px;
  }
}
@media (max-width: 766px) {
  .home-partner__poster {
    margin-right: auto;
    margin-left: auto;
    max-width: 70%;
  }
  .home-partner__poster .vcex-image-inner, .home-partner__poster img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .home-partner__poster.poster--pay {
    -webkit-transform: rotate(-5deg) !important;
            transform: rotate(-5deg) !important;
    margin-bottom: -115px;
    margin-top: 40px;
  }
  .home-partner__poster.poster--iso {
    -webkit-transform: rotate(5deg) !important;
            transform: rotate(5deg) !important;
    margin-bottom: -115px;
  }
}

@media (min-width: 992px) {
  .pt-hero {
    min-height: 563px;
  }
}

@media (min-width: 992px) {
  .pt-body {
    padding-top: 100px;
  }
}

.resources-header {
  padding-bottom: 0;
}
.resources-header__title.vcex-heading {
  font-size: 70px;
  line-height: 1.085em;
  text-align: center;
}
@media (min-width: 1200px) {
  .resources-header__title.vcex-heading {
    text-align: left;
  }
}
.resources-header .vc_column-inner {
  height: 100%;
}

.resources-content {
  padding-top: 0;
}

.body--resources .site-content {
  font-size: 14px;
  line-height: 1.4285714286;
}
.body--resources .site-content h2, .body--resources .site-content h2.vcex-heading {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 32px;
  color: #FF007A;
}
@media (min-width: 768px) {
  .body--resources .site-content h2, .body--resources .site-content h2.vcex-heading {
    margin-bottom: 24px;
  }
}
.body--resources .site-content h3, .body--resources .site-content h3.vcex-heading {
  font-weight: 600;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
}
.body--resources .c-row--section-nav {
  display: none;
  padding-block: 22px 18px;
}
@media (min-width: 768px) {
  .body--resources .c-row--section-nav {
    display: block;
  }
}
.body--resources .c-row--section-nav .vc_column-inner {
  margin-bottom: 0;
}
.body--resources .c-row--section-nav .vcex-navbar > .vcex-navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.body--resources .c-row--section-nav .vcex-navbar > .vcex-navbar-inner::after {
  display: none;
}
.body--resources .c-row--section-nav .vcex-navbar > .vcex-navbar-inner > a {
  margin: 0;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  padding-inline: 4px;
}
@media (min-width: 993px) {
  .body--resources .c-row--section-nav .vcex-navbar > .vcex-navbar-inner > a {
    font-size: 21px;
  }
}
.body--resources .c-row--section-nav .vcex-navbar > .vcex-navbar-inner > a:first-of-type {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.body--resources .c-row--section-nav .vcex-navbar > .vcex-navbar-inner > a:last-of-type {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.body--resources .c-row--featured-posts {
  padding-block: 70px 0;
}
.body--resources .c-row--featured-posts .vc_column-inner {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .body--resources .c-row--featured-posts .vc_column-inner {
    margin-bottom: 0;
  }
}
.body--resources .c-row--featured-posts h2, .body--resources .c-row--featured-posts h2.vcex-heading {
  padding-bottom: 8px;
  border-bottom: 3px solid #FF007A;
  margin-bottom: 18px;
}
.body--resources .c-section--types-carousel {
  padding-top: 70px;
}
.body--resources .c-section--types-carousel .vc_row {
  padding-block: 0;
}
.body--resources .c-section--types-carousel .vc_column-inner {
  margin-bottom: 0;
}
.body--resources .c-section--types-carousel h2, .body--resources .c-section--types-carousel h2.vcex-heading {
  border-bottom: 0;
  margin-bottom: 2px;
}
.body--resources .c-section--payments,
.body--resources .c-section--payouts,
.body--resources .c-section--trends,
.body--resources .c-section--industries,
.body--resources .c-section--common {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .body--resources .c-section--payments,
  .body--resources .c-section--payouts,
  .body--resources .c-section--trends,
  .body--resources .c-section--industries,
  .body--resources .c-section--common {
    padding-top: 38px;
  }
}
.body--resources .c-section--payments > .vc_row,
.body--resources .c-section--payouts > .vc_row,
.body--resources .c-section--trends > .vc_row,
.body--resources .c-section--industries > .vc_row,
.body--resources .c-section--common > .vc_row {
  padding-block: 6px 0;
}
@media (min-width: 768px) {
  .body--resources .c-section--payments > .vc_row,
  .body--resources .c-section--payouts > .vc_row,
  .body--resources .c-section--trends > .vc_row,
  .body--resources .c-section--industries > .vc_row,
  .body--resources .c-section--common > .vc_row {
    padding-block: 32px 0;
  }
}
@media (max-width: 767px) {
  .body--resources .c-section--payments > .vc_row:first-of-type .vc_column-inner > .wpb_wrapper,
  .body--resources .c-section--payouts > .vc_row:first-of-type .vc_column-inner > .wpb_wrapper,
  .body--resources .c-section--trends > .vc_row:first-of-type .vc_column-inner > .wpb_wrapper,
  .body--resources .c-section--industries > .vc_row:first-of-type .vc_column-inner > .wpb_wrapper,
  .body--resources .c-section--common > .vc_row:first-of-type .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.body--resources .c-section--payments .vc_column-inner,
.body--resources .c-section--payouts .vc_column-inner,
.body--resources .c-section--trends .vc_column-inner,
.body--resources .c-section--industries .vc_column-inner,
.body--resources .c-section--common .vc_column-inner {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .body--resources .c-section--payments .vc_column-inner,
  .body--resources .c-section--payouts .vc_column-inner,
  .body--resources .c-section--trends .vc_column-inner,
  .body--resources .c-section--industries .vc_column-inner,
  .body--resources .c-section--common .vc_column-inner {
    margin-bottom: 0;
  }
}
.body--resources .c-section--payments .vcex-navbar-link,
.body--resources .c-section--payouts .vcex-navbar-link,
.body--resources .c-section--trends .vcex-navbar-link,
.body--resources .c-section--industries .vcex-navbar-link,
.body--resources .c-section--common .vcex-navbar-link {
  border: 2px solid #5600EF;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  line-height: 1.4285714286;
  padding-block: 0;
}
@media (min-width: 768px) {
  .body--resources .c-section--payments .vcex-navbar-link,
  .body--resources .c-section--payouts .vcex-navbar-link,
  .body--resources .c-section--trends .vcex-navbar-link,
  .body--resources .c-section--industries .vcex-navbar-link,
  .body--resources .c-section--common .vcex-navbar-link {
    padding-block: 6px 4px;
  }
}
.body--resources .c-section--payments .vcex-navbar-link:not(.see-more):hover,
.body--resources .c-section--payouts .vcex-navbar-link:not(.see-more):hover,
.body--resources .c-section--trends .vcex-navbar-link:not(.see-more):hover,
.body--resources .c-section--industries .vcex-navbar-link:not(.see-more):hover,
.body--resources .c-section--common .vcex-navbar-link:not(.see-more):hover {
  background: #5600EF;
  color: #fff;
}
@media (max-width: 767px) {
  .body--resources .c-section--payments .vcex-navbar-link:not(.see-more),
  .body--resources .c-section--payouts .vcex-navbar-link:not(.see-more),
  .body--resources .c-section--trends .vcex-navbar-link:not(.see-more),
  .body--resources .c-section--industries .vcex-navbar-link:not(.see-more),
  .body--resources .c-section--common .vcex-navbar-link:not(.see-more) {
    display: none;
  }
}
.body--resources .c-section--payments .vcex-navbar-link.see-more,
.body--resources .c-section--payouts .vcex-navbar-link.see-more,
.body--resources .c-section--trends .vcex-navbar-link.see-more,
.body--resources .c-section--industries .vcex-navbar-link.see-more,
.body--resources .c-section--common .vcex-navbar-link.see-more {
  font-weight: 600;
  border-color: transparent;
  color: #FF007A;
  text-decoration: underline !important;
  padding-left: 9px;
}
@media (min-width: 768px) {
  .body--resources .c-section--payments .vcex-navbar-link.see-more,
  .body--resources .c-section--payouts .vcex-navbar-link.see-more,
  .body--resources .c-section--trends .vcex-navbar-link.see-more,
  .body--resources .c-section--industries .vcex-navbar-link.see-more,
  .body--resources .c-section--common .vcex-navbar-link.see-more {
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .body--resources .c-section--payments .vcex-navbar-link.see-more,
  .body--resources .c-section--payouts .vcex-navbar-link.see-more,
  .body--resources .c-section--trends .vcex-navbar-link.see-more,
  .body--resources .c-section--industries .vcex-navbar-link.see-more,
  .body--resources .c-section--common .vcex-navbar-link.see-more {
    margin-bottom: 0;
  }
}
.body--resources .c-section--payments .vcex-navbar-link.see-more:hover,
.body--resources .c-section--payouts .vcex-navbar-link.see-more:hover,
.body--resources .c-section--trends .vcex-navbar-link.see-more:hover,
.body--resources .c-section--industries .vcex-navbar-link.see-more:hover,
.body--resources .c-section--common .vcex-navbar-link.see-more:hover {
  background: none;
}
@media (max-width: 992px) {
  .body--resources .c-section--payments .vcex-navbar-link.see-more > span > span,
  .body--resources .c-section--payouts .vcex-navbar-link.see-more > span > span,
  .body--resources .c-section--trends .vcex-navbar-link.see-more > span > span,
  .body--resources .c-section--industries .vcex-navbar-link.see-more > span > span,
  .body--resources .c-section--common .vcex-navbar-link.see-more > span > span {
    display: none;
  }
}
.body--resources .c-section--webinars,
.body--resources .c-section--videos,
.body--resources .c-section--visual {
  margin-top: 70px;
}
.body--resources .c-section--webinars h2, .body--resources .c-section--webinars h2.vcex-heading,
.body--resources .c-section--videos h2,
.body--resources .c-section--videos h2.vcex-heading,
.body--resources .c-section--visual h2,
.body--resources .c-section--visual h2.vcex-heading {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .body--resources .c-section--webinars h2, .body--resources .c-section--webinars h2.vcex-heading,
  .body--resources .c-section--videos h2,
  .body--resources .c-section--videos h2.vcex-heading,
  .body--resources .c-section--visual h2,
  .body--resources .c-section--visual h2.vcex-heading {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .body--resources .c-section--other > .vc_row {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .body--resources .c-section--other > .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.body--resources .c-section--other > .vc_row > .vc_column_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .body--resources .c-section--other > .vc_row > .vc_column_container {
    margin-bottom: 70px;
  }
}
.body--resources .c-section--other > .vc_row > .vc_column_container > .vc_column-inner {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.body--resources .c-section--other > .vc_row > .vc_column_container > .vc_column-inner::before, .body--resources .c-section--other > .vc_row > .vc_column_container > .vc_column-inner::after {
  display: none;
}
.body--resources .c-section--other > .vc_row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (max-width: 767px) {
  .body--resources .c-section--other > .vc_row .vc_row {
    margin-bottom: 24px;
  }
}
.body--resources .c-section--other > .vc_row .vc_row .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .body--resources .c-section--other h2, .body--resources .c-section--other h2.vcex-heading {
    border-top: 3px solid #FF007A;
    padding-top: 16px;
    width: 100%;
  }
}
.body--resources .c-section--other h2 + .c-plain-text-button, .body--resources .c-section--other h2.vcex-heading + .c-plain-text-button {
  padding-left: 11px;
}
.body--resources .c-section--other .wpex-post-cards-simple-resource-card-other {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.body--resources .c-section--other .c-plain-text-button {
  text-align: left;
}
.body--resources .c-section--other .c-plain-text-button,
.body--resources .c-section--visual .c-plain-text-button,
.body--resources .c-section--videos .c-plain-text-button,
.body--resources .c-section--webinars .c-plain-text-button {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline !important;
  margin-top: 18px;
}
.body--resources .c-section--other .c-plain-text-button::after,
.body--resources .c-section--visual .c-plain-text-button::after,
.body--resources .c-section--videos .c-plain-text-button::after,
.body--resources .c-section--webinars .c-plain-text-button::after {
  display: none;
}

.resources-block {
  padding-top: 72px;
  padding-bottom: 20px;
}
.resources-block h2.vcex-heading {
  margin-bottom: 25px;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.15em;
  text-align: left;
}
.resources-block__media .wpb_wrapper {
  text-align: center;
}
@media (min-width: 1423px) {
  .resources-block__media .wpb_wrapper {
    position: relative;
    right: -30px;
    width: 634px;
  }
}

.resources-content {
  padding-top: 88px;
  padding-bottom: 70px;
  background-color: #01FF89;
}
@media (min-width: 1200px) {
  .resources-content {
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .resources-content .vc_column-inner {
    margin-bottom: 0;
  }
}
.resources-content h2.vcex-heading {
  margin-bottom: 0;
  font-family: "Anton", sans-serif, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.15em;
  text-align: left;
}
.resources-content__row {
  padding-top: 0;
  padding-bottom: 0;
}
.resources-questions {
  padding-top: 40px;
  padding-bottom: 30px;
}

.resource-type--infographic .fancybox-container {
  pointer-events: none;
}
.resource-type--infographic.js-form-submitted .fancybox-container {
  pointer-events: all;
}

.video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-content {
  max-width: 800px;
  margin: 0 auto;
}

.single-career-position__main h2, .single-career-position__main h3, .single-career-position__main h4, .single-career-position__main h5, .single-career-position__main h6 {
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  font-weight: 700;
  text-transform: initial;
}
.single-career-position__main h3 {
  font-size: 30px;
  line-height: 34px;
}
.single-career-position__form .position-form__heading {
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 1.71em;
  text-align: center;
}
@media (max-width: 480px) {
  .single-career-position__form .position-form__heading {
    padding: 0 16px;
    font-size: 20px;
  }
}
.single-career-position__form .vc_column-inner > .wpb_wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #f6f9fc;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 993px) {
  .single-career-position__form .vc_column-inner > .wpb_wrapper {
    margin: 0 0 0 auto;
    padding: 40px 35px;
  }
}
.single-career-position .comeet-social-wrap {
  max-width: 480px;
  margin: 0 auto;
}

.post-hero .meta-author {
  color: #FCFF00;
  font-weight: 600;
}
.post-hero .meta-author a, .post-hero .meta-author span.author-name {
  color: #fff;
  font-weight: 400;
}
.post-hero .meta-author span.author-name {
  margin-left: 1rem;
}
.post-hero .meta li {
  margin-right: 0 !important;
}
.post-hero .meta-divider {
  margin: 0 10px;
}

.post-hero__row {
  padding: 0;
}

.post-content__content .vcex-post-content-c > .vc_row {
  padding-top: 0;
}

.post-content__related {
  border-top: 1px solid #707070;
  padding-top: 50px;
  margin-top: 50px;
}

.post-hero__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

#wrap .post-single-sub {
  padding: 20px 20px 0 20px;
  background: url("/wp-content/themes/rapyd-2022/img/blog-subscribe-bg.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 767px) {
  #wrap .post-single-sub {
    padding: 35px 40px 0 40px;
  }
}
#wrap .post-single-sub .blog-subscribe-card__form {
  position: relative;
  z-index: 10;
}
#wrap .post-single-sub .blog-subscribe-card__form h4 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: "Anton", sans-serif, Arial, sans-serif;
}
#wrap .post-single-sub .post-single-sub__thanks {
  display: none;
}
#wrap .post-single-sub .post-single-sub__media {
  display: block;
  margin: -20px -25px -25px;
}

.author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #5600EF;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 767px) {
  .author-bio {
    padding: 40px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.author-bio__avatar {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .author-bio__avatar {
    width: 30%;
  }
}

@media (min-width: 767px) {
  .author-bio-content {
    width: 70%;
    padding: 0 30px;
  }
}

.author-bio-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.author-bio-title a {
  text-decoration: none !important;
}

.author-bio-jobtitle {
  margin-top: 0;
  font-family: "Epilogue", sans-serif, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
}

.author-bio-header {
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}

.author-bio-description {
  font-size: 17px;
}

.author-bio-pubworks {
  font-size: 14px;
  font-style: italic;
}

.c-blogpost-ad {
  padding-top: 22px;
  padding-bottom: 12px;
}
.c-blogpost-ad .c-blogpost-ad__image {
  padding-bottom: 12px;
}
.c-blogpost-ad .c-blogpost-ad__image img {
  display: block;
}

body.archive.author .entries,
body.archive.category .entries,
body.archive.tax-resource_type .entries,
body.archive.tag .entries,
body.archive.tax-post_series .entries,
body.archive.tax-resource_topic .entries {
  margin-right: -8px;
  margin-left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.archive.author .blog-entry, body.archive.author .entries .entry,
body.archive.category .blog-entry,
body.archive.category .entries .entry,
body.archive.tax-resource_type .blog-entry,
body.archive.tax-resource_type .entries .entry,
body.archive.tag .blog-entry,
body.archive.tag .entries .entry,
body.archive.tax-post_series .blog-entry,
body.archive.tax-post_series .entries .entry,
body.archive.tax-resource_topic .blog-entry,
body.archive.tax-resource_topic .entries .entry {
  width: 100%;
  float: left;
}
@media (min-width: 480px) {
  body.archive.author .blog-entry, body.archive.author .entries .entry,
  body.archive.category .blog-entry,
  body.archive.category .entries .entry,
  body.archive.tax-resource_type .blog-entry,
  body.archive.tax-resource_type .entries .entry,
  body.archive.tag .blog-entry,
  body.archive.tag .entries .entry,
  body.archive.tax-post_series .blog-entry,
  body.archive.tax-post_series .entries .entry,
  body.archive.tax-resource_topic .blog-entry,
  body.archive.tax-resource_topic .entries .entry {
    width: 50%;
  }
}
@media (min-width: 992px) {
  body.archive.author .blog-entry, body.archive.author .entries .entry,
  body.archive.category .blog-entry,
  body.archive.category .entries .entry,
  body.archive.tax-resource_type .blog-entry,
  body.archive.tax-resource_type .entries .entry,
  body.archive.tag .blog-entry,
  body.archive.tag .entries .entry,
  body.archive.tax-post_series .blog-entry,
  body.archive.tax-post_series .entries .entry,
  body.archive.tax-resource_topic .blog-entry,
  body.archive.tax-resource_topic .entries .entry {
    width: 33.33%;
  }
}
body.archive.author .entry-inner,
body.archive.category .entry-inner,
body.archive.tax-resource_type .entry-inner,
body.archive.tag .entry-inner,
body.archive.tax-post_series .entry-inner,
body.archive.tax-resource_topic .entry-inner {
  padding: 8px;
  margin-bottom: 30px;
}
body.archive.author .entry-title,
body.archive.category .entry-title,
body.archive.tax-resource_type .entry-title,
body.archive.tag .entry-title,
body.archive.tax-post_series .entry-title,
body.archive.tax-resource_topic .entry-title {
  font-size: 21px;
  font-weight: 700;
}
body.archive.author .entry-title a,
body.archive.category .entry-title a,
body.archive.tax-resource_type .entry-title a,
body.archive.tag .entry-title a,
body.archive.tax-post_series .entry-title a,
body.archive.tax-resource_topic .entry-title a {
  text-decoration: none !important;
}
body.archive.author .entry-title a:hover,
body.archive.category .entry-title a:hover,
body.archive.tax-resource_type .entry-title a:hover,
body.archive.tag .entry-title a:hover,
body.archive.tax-post_series .entry-title a:hover,
body.archive.tax-resource_topic .entry-title a:hover {
  color: #FF007A;
}
body.archive.author .entry-excerpt, body.archive.author .entry-readmore-wrap, body.archive.author .entry-divider, body.archive.author .wpex-divider,
body.archive.category .entry-excerpt,
body.archive.category .entry-readmore-wrap,
body.archive.category .entry-divider,
body.archive.category .wpex-divider,
body.archive.tax-resource_type .entry-excerpt,
body.archive.tax-resource_type .entry-readmore-wrap,
body.archive.tax-resource_type .entry-divider,
body.archive.tax-resource_type .wpex-divider,
body.archive.tag .entry-excerpt,
body.archive.tag .entry-readmore-wrap,
body.archive.tag .entry-divider,
body.archive.tag .wpex-divider,
body.archive.tax-post_series .entry-excerpt,
body.archive.tax-post_series .entry-readmore-wrap,
body.archive.tax-post_series .entry-divider,
body.archive.tax-post_series .wpex-divider,
body.archive.tax-resource_topic .entry-excerpt,
body.archive.tax-resource_topic .entry-readmore-wrap,
body.archive.tax-resource_topic .entry-divider,
body.archive.tax-resource_topic .wpex-divider {
  display: none;
}
body.archive.author .entry-meta,
body.archive.category .entry-meta,
body.archive.tax-resource_type .entry-meta,
body.archive.tag .entry-meta,
body.archive.tax-post_series .entry-meta,
body.archive.tax-resource_topic .entry-meta {
  font-size: 15px;
}
body.archive.author .entry-meta .ticon, body.archive.author .entry-meta .meta-author, body.archive.author .entry-meta .meta-category,
body.archive.category .entry-meta .ticon,
body.archive.category .entry-meta .meta-author,
body.archive.category .entry-meta .meta-category,
body.archive.tax-resource_type .entry-meta .ticon,
body.archive.tax-resource_type .entry-meta .meta-author,
body.archive.tax-resource_type .entry-meta .meta-category,
body.archive.tag .entry-meta .ticon,
body.archive.tag .entry-meta .meta-author,
body.archive.tag .entry-meta .meta-category,
body.archive.tax-post_series .entry-meta .ticon,
body.archive.tax-post_series .entry-meta .meta-author,
body.archive.tax-post_series .entry-meta .meta-category,
body.archive.tax-resource_topic .entry-meta .ticon,
body.archive.tax-resource_topic .entry-meta .meta-author,
body.archive.tax-resource_topic .entry-meta .meta-category {
  display: none;
}

body.archive.category .site-content,
body.archive.tax-resource_type .site-content,
body.archive.tax-post_series .site-content,
body.archive.tax-resource_topic .site-content {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .network-logo-cloud-col .vc_column-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .network-logo-cloud-col .vc_column-inner {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1200px) {
  .network-logo-cloud-col .vc_column-inner {
    margin-right: -30px;
    margin-left: -80px;
  }
}
@media (min-width: 1500px) {
  .network-logo-cloud-col .vc_column-inner {
    margin-right: -30px;
    margin-left: -210px;
  }
}

.post-hero--news .post-hero__media {
  margin-bottom: -300px;
}

.post-content--news {
  padding-top: 300px;
}

.body--opportunity .opportunity-lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  overflow: auto;
  background: rgba(30, 30, 30, 0.95);
  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;
}
.body--opportunity .opportunity-lightbox a.opportunity-lightbox--close {
  position: absolute;
  top: 44px;
  right: 44px;
  height: 44px;
  width: 44px;
  font-size: 0;
  display: block;
  color: #fff;
  padding: 10px;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version=%221%22%20viewBox=%220%200%2024%2024%22%3E%3Cpath%20d=%22M13%2012l5-5-1-1-5%205-5-5-1%201%205%205-5%205%201%201%205-5%205%205%201-1z%22%20fill=%22%23ECEF03%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  background-color: #FF007A;
  opacity: 0.8;
}
.body--opportunity .opportunity-lightbox a.opportunity-lightbox--close span {
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.body--opportunity h1 {
  margin-bottom: 16px;
  font-size: 12vw;
  line-height: 103%;
}
@media (min-width: 767px) {
  .body--opportunity h1 {
    font-size: 6vw;
  }
}
@media (min-width: 1200px) {
  .body--opportunity h1 {
    font-size: 65px;
  }
}
.body--opportunity h2 {
  font-size: 8vw;
  line-height: 110%;
  margin-bottom: 28px;
}
@media (min-width: 767px) {
  .body--opportunity h2 {
    font-size: 5vw;
  }
}
@media (min-width: 1200px) {
  .body--opportunity h2 {
    font-size: 40px;
  }
}
.body--opportunity h3 {
  font-size: 5vw;
  line-height: 110%;
}
@media (min-width: 767px) {
  .body--opportunity h3 {
    font-size: 3.25vw;
  }
}
@media (min-width: 1200px) {
  .body--opportunity h3 {
    font-size: 27px;
  }
}
.body--opportunity p {
  font-size: 15px;
}
.body--opportunity ol, .body--opportunity ul {
  font-size: 15px;
}
.body--opportunity .single-page-content .wpb_content_element ul li::before {
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.body--opportunity .eyebrow-text {
  margin-bottom: 3px;
  color: #FF007A;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}
.body--opportunity #wrap .tilted-title {
  top: 370px;
  font-size: 8vw;
  line-height: 110%;
  margin-bottom: 28px;
}
@media (min-width: 767px) {
  .body--opportunity #wrap .tilted-title {
    left: -60px;
    font-size: 3.25vw;
  }
}
@media (min-width: 1200px) {
  .body--opportunity #wrap .tilted-title {
    left: -86px;
    font-size: 57px;
  }
}
@media (min-width: 767px) {
  .body--opportunity #wrap .tilted-title .vcex-heading-inner {
    min-width: 370px;
  }
}
@media (min-width: 1025px) {
  .body--opportunity .world-map {
    height: 578px;
    width: 1003px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.body--opportunity .c-button--pink:not(.lp-header .c-button--pink) {
  border-radius: 50px;
  font-size: 16px;
  text-transform: initial;
}
.body--opportunity .c-button--pink:not(.lp-header .c-button--pink) .vcex-button-inner {
  color: #FFFC07;
}

.body--opportunity.admin-bar #modal-form.is-setup {
  top: 46px;
}
@media (min-width: 783px) {
  .body--opportunity.admin-bar #modal-form.is-setup {
    top: 32px;
  }
}
.body--opportunity #configurator .c-button.is-inactive {
  opacity: 0.5;
  pointer-events: none;
}
.body--opportunity #outer-wrap {
  overflow: visible;
}
.body--opportunity #modal-form:not(.is-setup) {
  display: none;
}
.body--opportunity #modal-form.is-setup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: rgba(30, 30, 30, 0.95);
  z-index: 50;
}
.body--opportunity #modal-form .vc_row {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  background: #000;
  width: 100%;
  max-width: 764px;
  overflow-y: auto;
  max-height: 100vh;
}
@media (min-width: 768px) {
  .body--opportunity #modal-form .vc_row {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 766px) {
  .body--opportunity #modal-form .vc_row {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100vh;
    max-height: -webkit-fill-available;
    overflow-y: auto;
  }
}
.body--opportunity #modal-form .vc_row .vc_column-inner {
  margin-bottom: 0;
  padding: 22px;
}
@media (min-width: 1025px) {
  .body--opportunity #modal-form .vc_row .vc_column-inner {
    padding: 44px;
  }
}
.body--opportunity #modal-form .close-button {
  font-size: 0;
  display: block;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px;
  padding: 10px;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version=%221%22%20viewBox=%220%200%2024%2024%22%3E%3Cpath%20d=%22M13%2012l5-5-1-1-5%205-5-5-1%201%205%205-5%205%201%201%205-5%205%205%201-1z%22%20fill=%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  opacity: 0.8;
}
.body--opportunity #modal-form .close-button::after {
  content: none;
}
.body--opportunity #modal-form .c-modal__title {
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.body--opportunity #modal-form .c-modal__lede {
  color: #fff;
  text-align: center;
}
.body--opportunity #modal-form .c-modal__lede > p {
  font-size: 20px;
}

.body--opportunity .lp-hero .eyebrow-text {
  margin-bottom: 6px;
  font-size: 4.5vw;
}
@media (min-width: 768px) {
  .body--opportunity .lp-hero .eyebrow-text {
    font-size: 35px;
  }
}
.body--opportunity .lp-hero .wpb_text_column {
  margin-bottom: 25px;
}
.body--opportunity .lp-hero .lp-hero__row {
  padding-top: 150px;
  padding-bottom: 0;
}
.body--opportunity .lp-hero .lp-hero__content {
  z-index: 3;
}
@media (min-width: 1025px) {
  .body--opportunity .lp-hero .hero-image {
    height: 514px;
    width: 697px;
    position: absolute;
    bottom: -40px;
    left: -40px;
  }
}

.body--opportunity .lp-icons .vcex-icon-box .vcex-icon-box-symbol {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 77px;
}
.body--opportunity .lp-icons .vcex-icon-box .vcex-icon-box-heading {
  font-size: 25px;
  color: #5600EF;
}
.body--opportunity .lp-icons .vcex-icon-box p {
  max-width: 280px;
  margin: 0 auto;
  font-size: 15px;
}
.lp-icons .lp-icons__col .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* Align items to the left */
  gap: 60px; /* Adjust the gap size as needed */
}
@media (min-width: 767px) {
  .lp-icons .lp-icons__col .vc_column-inner .vcex-icon-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(32% - 30px);
            flex: 1 0 calc(32% - 30px);
  }
}
@media (max-width: 766px) {
  .lp-icons .lp-icons__col .vc_column-inner .vcex-icon-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#wrap .lp-cta .lp-cta__media .vc_column-inner > .wpb_wrapper {
  position: relative;
  height: 100%;
}
#wrap .lp-cta .vcex-image {
  position: relative;
  z-index: 15;
  margin: 0;
}
#wrap .lp-cta .vcex-image.offset {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #wrap .lp-cta .vcex-image.offset {
    top: -150px;
    left: 0;
    width: 720px;
    height: 581px;
  }
}

@media (min-width: 1200px) {
  .body--opportunity .lp-cta .lp-cta__row {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .body--opportunity .lp-cta .lp-cta__row .vc_column-inner {
    height: 452px;
    margin-bottom: 0;
  }
}
.body--opportunity .lp-cta .lp-cta__content .vcex-heading {
  margin-bottom: 35px !important;
  font-size: 65px;
}

@media (min-width: 1200px) {
  .body--enable-landing-page.body--wide-container #content-wrap {
    width: 1110px;
  }
}
.body--enable-landing-page footer.footer-builder .footer__top {
  display: none;
  visibility: none;
}
.body--enable-landing-page footer.footer-builder .footer__bottom {
  padding-top: 60px !important;
}
.body--enable-landing-page .post-edit {
  display: none;
}

table.landing-page-solutions thead tr {
  background-color: #5600EF;
}
table.landing-page-solutions thead tr th {
  color: #fff;
}

:before, :after {
  --tw-content: "";
}

[class*=border-] {
  border-style: solid;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.pointer-events-none {
  pointer-events: none;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.right-4 {
  right: 1.6rem;
}

.top-4 {
  top: 1.6rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-3 {
  margin-bottom: 1.2rem;
}

.mb-4 {
  margin-bottom: 1.6rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-8 {
  margin-left: 3.2rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 4rem;
}

.mt-4 {
  margin-top: 1.6rem;
}

.mt-6 {
  margin-top: 2.4rem;
}

.h-5 {
  height: 2rem;
}

.h-6 {
  height: 2.4rem;
}

.max-h-\[calc\(100vh-28rem\)\] {
  max-height: calc(100vh - 28rem);
}

.w-11 {
  width: 4.4rem;
}

.w-5 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.basis-1 {
  -ms-flex-preferred-size: 0.4rem;
  flex-basis: 0.4rem;
}

.basis-1\/3 {
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
}

.basis-full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

.translate-x-0 {
  --tw-translate-x: 0px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-5 {
  --tw-translate-x: 2rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.columns-1 {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gap-2 {
  gap: 0.8rem;
}

.gap-4 {
  gap: 1.6rem;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-none {
  border-style: none;
}

.border-divider {
  --tw-border-opacity: 1;
  border-color: rgb(102, 102, 102, var(--tw-border-opacity));
}

.border-divider-light {
  --tw-border-opacity: 1;
  border-color: rgb(188, 188, 188, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209, 213, 219, var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229, 231, 235, var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(1, 255, 137, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79, 70, 229, var(--tw-bg-opacity));
}

.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 0, 122, var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(86, 0, 238, var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(252, 255, 0, var(--tw-bg-opacity));
}

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 2rem;
}

.p-\[2\.5rem\] {
  padding: 2.5rem;
}

.px-2 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.pb-1 {
  padding-bottom: 0.4rem;
}

.pb-4 {
  padding-bottom: 1.6rem;
}

.pr-2 {
  padding-right: 0.8rem;
}

.pr-2\.5 {
  padding-right: 1rem;
}

.pt-2 {
  padding-top: 0.8rem;
}

.font-sans {
  font-family: Epilogue, Arial, sans-serif;
}

.text-2xl {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-base {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.text-lg {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.text-sm {
  font-size: 1.4rem;
  line-height: 2rem;
}

.text-xs {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.leading-6 {
  line-height: 2.4em;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0, 0, 0, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17, 24, 39, var(--tw-text-opacity));
}

.text-pink {
  --tw-text-opacity: 1;
  color: rgb(255, 0, 122, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

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

.\!no-underline {
  text-decoration-line: none !important;
}

.underline-offset-8 {
  text-underline-offset: 8px;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}

.transition-colors {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}

.duration-200 {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tw-inline-block {
  display: inline-block;
}

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

.block {
  display: block;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.first-of-type\:\!mt-0:first-of-type {
  margin-top: 0px !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

@media not all and (min-width: 768px) {
  .max-md\:border-b {
    border-bottom-width: 1px;
  }
  .max-md\:py-3 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .max-md\:text-\[20px\] {
    font-size: 20px;
  }
  .max-md\:font-bold {
    font-weight: 700;
  }
  .max-md\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .sm\:columns-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 768px) {
  .md\:basis-2\/3 {
    -ms-flex-preferred-size: 66.666667%;
    flex-basis: 66.666667%;
  }
  .md\:columns-4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
  .md\:justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md\:gap-24 {
    gap: 9.6rem;
  }
  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }
  .md\:text-\[23px\] {
    font-size: 23px;
  }
  .md\:text-lg {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .md\:font-bold {
    font-weight: 700;
  }
  .md\:text-pink {
    --tw-text-opacity: 1;
    color: rgb(255, 0, 122, var(--tw-text-opacity));
  }
  .md\:underline {
    text-decoration-line: underline;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-200::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(229, 231, 235, var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar {
  width: 0.4rem;
}

body .u-bg-position--top {
  background-position: top !important;
}

body .u-bg-position--bottom {
  background-position: bottom !important;
}

body .u-bg-position--left {
  background-position: left !important;
}

body .u-bg-position--right {
  background-position: right !important;
}

body .u-bg-position--center {
  background-position: 50% 0 !important;
}

.u-psuedo-bg--pink::before, .u-psuedo-bg--purple::before, .u-psuedo-bg--green::before, .u-psuedo-bg--yellow::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 552px;
  content: "";
}

.u-psuedo-bg--yellow::before {
  background-color: #FCFF00;
}

.u-psuedo-bg--green::before {
  background-color: #01FF89;
}

.u-psuedo-bg--purple::before {
  background-color: #5600EF;
}

.u-psuedo-bg--pink::before {
  background-color: #FF007A;
}

@media (max-width: 767px) {
  #wrap .u-hide-bg-mobile {
    background: none !important;
  }
}

.u-bg--yellow {
  background-color: #FCFF00;
}

.u-offset-header, .offset-header {
  padding-top: 140px;
}

.u-offset-header--xl {
  padding-top: 140px;
}
@media (min-width: 767px) {
  .u-offset-header--xl {
    padding-top: 180px;
  }
}

.u-clear {
  clear: both;
}
.u-clear::after {
  clear: both;
  content: "";
  display: block;
}

.u-align-content--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.u-align-content--bottom .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.u-align-content--bottom .wpb_wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0;
}

.u-align-content--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-align-content--center .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-align-content--center .wpb_wrapper {
  margin-bottom: 0;
}

.u-text-align-center {
  text-align: center;
}

@media (max-width: 767px) {
  .u-center-at-mobile {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .u-left-at-mobile {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .u-right-at-mobile {
    text-align: right !important;
  }
}

.u-align-row-content--center .vc_column-inner .wpex-vc-column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-margin-inline--auto {
  margin-inline: auto;
}

.u-margin--0 {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .u-margin--0 {
    margin: 0 !important;
  }
}

.u-padding--0 {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .u-padding--0 {
    padding: 0 !important;
  }
}

.u-margin--xxs {
  margin: 7.5018754689px !important;
}
@media (min-width: 992px) {
  .u-margin--xxs {
    margin: 10px !important;
  }
}

.u-padding--xxs {
  padding: 7.5018754689px !important;
}
@media (min-width: 992px) {
  .u-padding--xxs {
    padding: 10px !important;
  }
}

.u-margin--xs {
  margin: 15.0037509377px !important;
}
@media (min-width: 992px) {
  .u-margin--xs {
    margin: 20px !important;
  }
}

.u-padding--xs {
  padding: 15.0037509377px !important;
}
@media (min-width: 992px) {
  .u-padding--xs {
    padding: 20px !important;
  }
}

.u-margin--sm {
  margin: 22.5056264066px !important;
}
@media (min-width: 992px) {
  .u-margin--sm {
    margin: 30px !important;
  }
}

.u-padding--sm {
  padding: 22.5056264066px !important;
}
@media (min-width: 992px) {
  .u-padding--sm {
    padding: 30px !important;
  }
}

.u-margin--md {
  margin: 30.0075018755px !important;
}
@media (min-width: 992px) {
  .u-margin--md {
    margin: 40px !important;
  }
}

.u-padding--md {
  padding: 30.0075018755px !important;
}
@media (min-width: 992px) {
  .u-padding--md {
    padding: 40px !important;
  }
}

.u-margin--lg {
  margin: 45.0112528132px !important;
}
@media (min-width: 992px) {
  .u-margin--lg {
    margin: 60px !important;
  }
}

.u-padding--lg {
  padding: 45.0112528132px !important;
}
@media (min-width: 992px) {
  .u-padding--lg {
    padding: 60px !important;
  }
}

.u-margin--xl {
  margin: 60.0150037509px !important;
}
@media (min-width: 992px) {
  .u-margin--xl {
    margin: 80px !important;
  }
}

.u-padding--xl {
  padding: 60.0150037509px !important;
}
@media (min-width: 992px) {
  .u-padding--xl {
    padding: 80px !important;
  }
}

.u-margin--xxl {
  margin: 90.0225056264px !important;
}
@media (min-width: 992px) {
  .u-margin--xxl {
    margin: 120px !important;
  }
}

.u-padding--xxl {
  padding: 90.0225056264px !important;
}
@media (min-width: 992px) {
  .u-padding--xxl {
    padding: 120px !important;
  }
}

.u-margin--xxxl {
  margin: 120.0300075019px !important;
}
@media (min-width: 992px) {
  .u-margin--xxxl {
    margin: 160px !important;
  }
}

.u-padding--xxxl {
  padding: 120.0300075019px !important;
}
@media (min-width: 992px) {
  .u-padding--xxxl {
    padding: 160px !important;
  }
}

.u-margin-top--0 {
  margin-top: 0 !important;
}
.u-margin-top--0-const {
  margin-top: 0 !important;
}

.u-padding-top--0 {
  padding-top: 0 !important;
}
.u-padding-top--0-const {
  padding-top: 0 !important;
}

.u-margin-right--0 {
  margin-right: 0 !important;
}
.u-margin-right--0-const {
  margin-right: 0 !important;
}

.u-padding-right--0 {
  padding-right: 0 !important;
}
.u-padding-right--0-const {
  padding-right: 0 !important;
}

.u-margin-bottom--0 {
  margin-bottom: 0 !important;
}
.u-margin-bottom--0-const {
  margin-bottom: 0 !important;
}

.u-padding-bottom--0 {
  padding-bottom: 0 !important;
}
.u-padding-bottom--0-const {
  padding-bottom: 0 !important;
}

.u-margin-left--0 {
  margin-left: 0 !important;
}
.u-margin-left--0-const {
  margin-left: 0 !important;
}

.u-padding-left--0 {
  padding-left: 0 !important;
}
.u-padding-left--0-const {
  padding-left: 0 !important;
}

.u-margin-top--xxs {
  margin-top: 7.5018754689px !important;
}
.u-margin-top--xxs-const {
  margin-top: 10px !important;
}

.u-padding-top--xxs {
  padding-top: 7.5018754689px !important;
}
.u-padding-top--xxs-const {
  padding-top: 10px !important;
}

.u-margin-right--xxs {
  margin-right: 7.5018754689px !important;
}
.u-margin-right--xxs-const {
  margin-right: 10px !important;
}

.u-padding-right--xxs {
  padding-right: 7.5018754689px !important;
}
.u-padding-right--xxs-const {
  padding-right: 10px !important;
}

.u-margin-bottom--xxs {
  margin-bottom: 7.5018754689px !important;
}
.u-margin-bottom--xxs-const {
  margin-bottom: 10px !important;
}

.u-padding-bottom--xxs {
  padding-bottom: 7.5018754689px !important;
}
.u-padding-bottom--xxs-const {
  padding-bottom: 10px !important;
}

.u-margin-left--xxs {
  margin-left: 7.5018754689px !important;
}
.u-margin-left--xxs-const {
  margin-left: 10px !important;
}

.u-padding-left--xxs {
  padding-left: 7.5018754689px !important;
}
.u-padding-left--xxs-const {
  padding-left: 10px !important;
}

.u-margin-top--xs {
  margin-top: 15.0037509377px !important;
}
.u-margin-top--xs-const {
  margin-top: 20px !important;
}

.u-padding-top--xs {
  padding-top: 15.0037509377px !important;
}
.u-padding-top--xs-const {
  padding-top: 20px !important;
}

.u-margin-right--xs {
  margin-right: 15.0037509377px !important;
}
.u-margin-right--xs-const {
  margin-right: 20px !important;
}

.u-padding-right--xs {
  padding-right: 15.0037509377px !important;
}
.u-padding-right--xs-const {
  padding-right: 20px !important;
}

.u-margin-bottom--xs {
  margin-bottom: 15.0037509377px !important;
}
.u-margin-bottom--xs-const {
  margin-bottom: 20px !important;
}

.u-padding-bottom--xs {
  padding-bottom: 15.0037509377px !important;
}
.u-padding-bottom--xs-const {
  padding-bottom: 20px !important;
}

.u-margin-left--xs {
  margin-left: 15.0037509377px !important;
}
.u-margin-left--xs-const {
  margin-left: 20px !important;
}

.u-padding-left--xs {
  padding-left: 15.0037509377px !important;
}
.u-padding-left--xs-const {
  padding-left: 20px !important;
}

.u-margin-top--sm {
  margin-top: 22.5056264066px !important;
}
.u-margin-top--sm-const {
  margin-top: 30px !important;
}

.u-padding-top--sm {
  padding-top: 22.5056264066px !important;
}
.u-padding-top--sm-const {
  padding-top: 30px !important;
}

.u-margin-right--sm {
  margin-right: 22.5056264066px !important;
}
.u-margin-right--sm-const {
  margin-right: 30px !important;
}

.u-padding-right--sm {
  padding-right: 22.5056264066px !important;
}
.u-padding-right--sm-const {
  padding-right: 30px !important;
}

.u-margin-bottom--sm {
  margin-bottom: 22.5056264066px !important;
}
.u-margin-bottom--sm-const {
  margin-bottom: 30px !important;
}

.u-padding-bottom--sm {
  padding-bottom: 22.5056264066px !important;
}
.u-padding-bottom--sm-const {
  padding-bottom: 30px !important;
}

.u-margin-left--sm {
  margin-left: 22.5056264066px !important;
}
.u-margin-left--sm-const {
  margin-left: 30px !important;
}

.u-padding-left--sm {
  padding-left: 22.5056264066px !important;
}
.u-padding-left--sm-const {
  padding-left: 30px !important;
}

.u-margin-top--md {
  margin-top: 30.0075018755px !important;
}
.u-margin-top--md-const {
  margin-top: 40px !important;
}

.u-padding-top--md {
  padding-top: 30.0075018755px !important;
}
.u-padding-top--md-const {
  padding-top: 40px !important;
}

.u-margin-right--md {
  margin-right: 30.0075018755px !important;
}
.u-margin-right--md-const {
  margin-right: 40px !important;
}

.u-padding-right--md {
  padding-right: 30.0075018755px !important;
}
.u-padding-right--md-const {
  padding-right: 40px !important;
}

.u-margin-bottom--md {
  margin-bottom: 30.0075018755px !important;
}
.u-margin-bottom--md-const {
  margin-bottom: 40px !important;
}

.u-padding-bottom--md,
.u-row-spacing--xl {
  padding-bottom: 30.0075018755px !important;
}
.u-padding-bottom--md-const {
  padding-bottom: 40px !important;
}

.u-margin-left--md {
  margin-left: 30.0075018755px !important;
}
.u-margin-left--md-const {
  margin-left: 40px !important;
}

.u-padding-left--md {
  padding-left: 30.0075018755px !important;
}
.u-padding-left--md-const {
  padding-left: 40px !important;
}

.u-margin-top--lg {
  margin-top: 45.0112528132px !important;
}
.u-margin-top--lg-const {
  margin-top: 60px !important;
}

.u-padding-top--lg {
  padding-top: 45.0112528132px !important;
}
.u-padding-top--lg-const {
  padding-top: 60px !important;
}

.u-margin-right--lg {
  margin-right: 45.0112528132px !important;
}
.u-margin-right--lg-const {
  margin-right: 60px !important;
}

.u-padding-right--lg {
  padding-right: 45.0112528132px !important;
}
.u-padding-right--lg-const {
  padding-right: 60px !important;
}

.u-margin-bottom--lg {
  margin-bottom: 45.0112528132px !important;
}
.u-margin-bottom--lg-const {
  margin-bottom: 60px !important;
}

.u-padding-bottom--lg,
.u-row-spacing--xxl {
  padding-bottom: 45.0112528132px !important;
}
.u-padding-bottom--lg-const {
  padding-bottom: 60px !important;
}

.u-margin-left--lg {
  margin-left: 45.0112528132px !important;
}
.u-margin-left--lg-const {
  margin-left: 60px !important;
}

.u-padding-left--lg {
  padding-left: 45.0112528132px !important;
}
.u-padding-left--lg-const {
  padding-left: 60px !important;
}

.u-margin-top--xl {
  margin-top: 60.0150037509px !important;
}
.u-margin-top--xl-const {
  margin-top: 80px !important;
}

.u-padding-top--xl,
.u-row-spacing--xl {
  padding-top: 60.0150037509px !important;
}
.u-padding-top--xl-const {
  padding-top: 80px !important;
}

.u-margin-right--xl {
  margin-right: 60.0150037509px !important;
}
.u-margin-right--xl-const {
  margin-right: 80px !important;
}

.u-padding-right--xl {
  padding-right: 60.0150037509px !important;
}
.u-padding-right--xl-const {
  padding-right: 80px !important;
}

.u-margin-bottom--xl {
  margin-bottom: 60.0150037509px !important;
}
.u-margin-bottom--xl-const {
  margin-bottom: 80px !important;
}

.u-padding-bottom--xl {
  padding-bottom: 60.0150037509px !important;
}
.u-padding-bottom--xl-const {
  padding-bottom: 80px !important;
}

.u-margin-left--xl {
  margin-left: 60.0150037509px !important;
}
.u-margin-left--xl-const {
  margin-left: 80px !important;
}

.u-padding-left--xl {
  padding-left: 60.0150037509px !important;
}
.u-padding-left--xl-const {
  padding-left: 80px !important;
}

.u-margin-top--xxl {
  margin-top: 90.0225056264px !important;
}
.u-margin-top--xxl-const {
  margin-top: 120px !important;
}

.u-padding-top--xxl,
.u-row-spacing--xxl {
  padding-top: 90.0225056264px !important;
}
.u-padding-top--xxl-const {
  padding-top: 120px !important;
}

.u-margin-right--xxl {
  margin-right: 90.0225056264px !important;
}
.u-margin-right--xxl-const {
  margin-right: 120px !important;
}

.u-padding-right--xxl {
  padding-right: 90.0225056264px !important;
}
.u-padding-right--xxl-const {
  padding-right: 120px !important;
}

.u-margin-bottom--xxl {
  margin-bottom: 90.0225056264px !important;
}
.u-margin-bottom--xxl-const {
  margin-bottom: 120px !important;
}

.u-padding-bottom--xxl {
  padding-bottom: 90.0225056264px !important;
}
.u-padding-bottom--xxl-const {
  padding-bottom: 120px !important;
}

.u-margin-left--xxl {
  margin-left: 90.0225056264px !important;
}
.u-margin-left--xxl-const {
  margin-left: 120px !important;
}

.u-padding-left--xxl {
  padding-left: 90.0225056264px !important;
}
.u-padding-left--xxl-const {
  padding-left: 120px !important;
}

.u-margin-top--xxxl {
  margin-top: 120.0300075019px !important;
}
.u-margin-top--xxxl-const {
  margin-top: 160px !important;
}

.u-padding-top--xxxl {
  padding-top: 120.0300075019px !important;
}
.u-padding-top--xxxl-const {
  padding-top: 160px !important;
}

.u-margin-right--xxxl {
  margin-right: 120.0300075019px !important;
}
.u-margin-right--xxxl-const {
  margin-right: 160px !important;
}

.u-padding-right--xxxl {
  padding-right: 120.0300075019px !important;
}
.u-padding-right--xxxl-const {
  padding-right: 160px !important;
}

.u-margin-bottom--xxxl {
  margin-bottom: 120.0300075019px !important;
}
.u-margin-bottom--xxxl-const {
  margin-bottom: 160px !important;
}

.u-padding-bottom--xxxl {
  padding-bottom: 120.0300075019px !important;
}
.u-padding-bottom--xxxl-const {
  padding-bottom: 160px !important;
}

.u-margin-left--xxxl {
  margin-left: 120.0300075019px !important;
}
.u-margin-left--xxxl-const {
  margin-left: 160px !important;
}

.u-padding-left--xxxl {
  padding-left: 120.0300075019px !important;
}
.u-padding-left--xxxl-const {
  padding-left: 160px !important;
}

.u-margin-x--0 {
  margin-inline: 0;
}

.u-margin-y--0 {
  margin-block: 0;
}

.u-padding-x--0 {
  padding-inline: 0;
}

.u-padding-y--0 {
  padding-block: 0;
}

.u-margin-x--xxs {
  margin-inline: 10px;
}

.u-margin-y--xxs {
  margin-block: 10px;
}

.u-padding-x--xxs {
  padding-inline: 10px;
}

.u-padding-y--xxs {
  padding-block: 10px;
}

.u-margin-x--xs {
  margin-inline: 20px;
}

.u-margin-y--xs {
  margin-block: 20px;
}

.u-padding-x--xs {
  padding-inline: 20px;
}

.u-padding-y--xs {
  padding-block: 20px;
}

.u-margin-x--sm {
  margin-inline: 30px;
}

.u-margin-y--sm {
  margin-block: 30px;
}

.u-padding-x--sm {
  padding-inline: 30px;
}

.u-padding-y--sm {
  padding-block: 30px;
}

.u-margin-x--md {
  margin-inline: 40px;
}

.u-margin-y--md {
  margin-block: 40px;
}

.u-padding-x--md {
  padding-inline: 40px;
}

.u-padding-y--md {
  padding-block: 40px;
}

.u-margin-x--lg {
  margin-inline: 60px;
}

.u-margin-y--lg {
  margin-block: 60px;
}

.u-padding-x--lg {
  padding-inline: 60px;
}

.u-padding-y--lg {
  padding-block: 60px;
}

.u-margin-x--xl {
  margin-inline: 80px;
}

.u-margin-y--xl {
  margin-block: 80px;
}

.u-padding-x--xl {
  padding-inline: 80px;
}

.u-padding-y--xl {
  padding-block: 80px;
}

.u-margin-x--xxl {
  margin-inline: 120px;
}

.u-margin-y--xxl {
  margin-block: 120px;
}

.u-padding-x--xxl {
  padding-inline: 120px;
}

.u-padding-y--xxl {
  padding-block: 120px;
}

.u-margin-x--xxxl {
  margin-inline: 160px;
}

.u-margin-y--xxxl {
  margin-block: 160px;
}

.u-padding-x--xxxl {
  padding-inline: 160px;
}

.u-padding-y--xxxl {
  padding-block: 160px;
}

@media (max-width: 1199px) {
  .u-margin-top--0-if-md {
    margin-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--0-if-md {
    padding-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--0-if-md {
    margin-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--0-if-md {
    padding-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--0-if-md {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--0-if-md {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--0-if-md {
    margin-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--0-if-md {
    padding-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--xxs-if-md {
    margin-top: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--xxs-if-md {
    padding-top: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--xxs-if-md {
    margin-right: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--xxs-if-md {
    padding-right: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--xxs-if-md {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--xxs-if-md {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--xxs-if-md {
    margin-left: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--xxs-if-md {
    padding-left: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--xs-if-md {
    margin-top: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--xs-if-md {
    padding-top: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--xs-if-md {
    margin-right: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--xs-if-md {
    padding-right: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--xs-if-md {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--xs-if-md {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--xs-if-md {
    margin-left: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--xs-if-md {
    padding-left: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--sm-if-md {
    margin-top: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--sm-if-md {
    padding-top: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--sm-if-md {
    margin-right: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--sm-if-md {
    padding-right: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--sm-if-md {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--sm-if-md {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--sm-if-md {
    margin-left: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--sm-if-md {
    padding-left: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--md-if-md {
    margin-top: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--md-if-md {
    padding-top: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--md-if-md {
    margin-right: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--md-if-md {
    padding-right: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--md-if-md {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--md-if-md {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--md-if-md {
    margin-left: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--md-if-md {
    padding-left: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--lg-if-md {
    margin-top: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--lg-if-md {
    padding-top: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--lg-if-md {
    margin-right: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--lg-if-md {
    padding-right: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--lg-if-md {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--lg-if-md {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--lg-if-md {
    margin-left: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--lg-if-md {
    padding-left: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--xl-if-md {
    margin-top: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--xl-if-md {
    padding-top: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--xl-if-md {
    margin-right: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--xl-if-md {
    padding-right: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--xl-if-md {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--xl-if-md {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--xl-if-md {
    margin-left: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--xl-if-md {
    padding-left: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--xxl-if-md {
    margin-top: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--xxl-if-md {
    padding-top: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--xxl-if-md {
    margin-right: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--xxl-if-md {
    padding-right: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--xxl-if-md {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--xxl-if-md {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--xxl-if-md {
    margin-left: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--xxl-if-md {
    padding-left: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--xxxl-if-md {
    margin-top: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--xxxl-if-md {
    padding-top: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--xxxl-if-md {
    margin-right: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--xxxl-if-md {
    padding-right: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--xxxl-if-md {
    margin-bottom: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--xxxl-if-md {
    padding-bottom: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--xxxl-if-md {
    margin-left: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--xxxl-if-md {
    padding-left: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--0-if-sm {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--0-if-sm {
    padding-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--0-if-sm {
    margin-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--0-if-sm {
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--0-if-sm {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--0-if-sm {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--0-if-sm {
    margin-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--0-if-sm {
    padding-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--xxs-if-sm {
    margin-top: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--xxs-if-sm {
    padding-top: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--xxs-if-sm {
    margin-right: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--xxs-if-sm {
    padding-right: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--xxs-if-sm {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--xxs-if-sm {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--xxs-if-sm {
    margin-left: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--xxs-if-sm {
    padding-left: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--xs-if-sm {
    margin-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--xs-if-sm {
    padding-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--xs-if-sm {
    margin-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--xs-if-sm {
    padding-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--xs-if-sm {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--xs-if-sm {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--xs-if-sm {
    margin-left: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--xs-if-sm {
    padding-left: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--sm-if-sm {
    margin-top: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--sm-if-sm {
    padding-top: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--sm-if-sm {
    margin-right: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--sm-if-sm {
    padding-right: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--sm-if-sm {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--sm-if-sm {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--sm-if-sm {
    margin-left: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--sm-if-sm {
    padding-left: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--md-if-sm {
    margin-top: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--md-if-sm {
    padding-top: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--md-if-sm {
    margin-right: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--md-if-sm {
    padding-right: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--md-if-sm {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--md-if-sm {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--md-if-sm {
    margin-left: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--md-if-sm {
    padding-left: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--lg-if-sm {
    margin-top: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--lg-if-sm {
    padding-top: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--lg-if-sm {
    margin-right: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--lg-if-sm {
    padding-right: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--lg-if-sm {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--lg-if-sm {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--lg-if-sm {
    margin-left: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--lg-if-sm {
    padding-left: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--xl-if-sm {
    margin-top: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--xl-if-sm {
    padding-top: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--xl-if-sm {
    margin-right: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--xl-if-sm {
    padding-right: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--xl-if-sm {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--xl-if-sm {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--xl-if-sm {
    margin-left: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--xl-if-sm {
    padding-left: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--xxl-if-sm {
    margin-top: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--xxl-if-sm {
    padding-top: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--xxl-if-sm {
    margin-right: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--xxl-if-sm {
    padding-right: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--xxl-if-sm {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--xxl-if-sm {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--xxl-if-sm {
    margin-left: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--xxl-if-sm {
    padding-left: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--xxxl-if-sm {
    margin-top: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--xxxl-if-sm {
    padding-top: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--xxxl-if-sm {
    margin-right: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--xxxl-if-sm {
    padding-right: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--xxxl-if-sm {
    margin-bottom: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--xxxl-if-sm {
    padding-bottom: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--xxxl-if-sm {
    margin-left: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--xxxl-if-sm {
    padding-left: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--0-if-xs {
    margin-top: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--0-if-xs {
    padding-top: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--0-if-xs {
    margin-right: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--0-if-xs {
    padding-right: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--0-if-xs {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--0-if-xs {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--0-if-xs {
    margin-left: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--0-if-xs {
    padding-left: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--xxs-if-xs {
    margin-top: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--xxs-if-xs {
    padding-top: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--xxs-if-xs {
    margin-right: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--xxs-if-xs {
    padding-right: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--xxs-if-xs {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--xxs-if-xs {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--xxs-if-xs {
    margin-left: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--xxs-if-xs {
    padding-left: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--xs-if-xs {
    margin-top: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--xs-if-xs {
    padding-top: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--xs-if-xs {
    margin-right: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--xs-if-xs {
    padding-right: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--xs-if-xs {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--xs-if-xs {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--xs-if-xs {
    margin-left: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--xs-if-xs {
    padding-left: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--sm-if-xs {
    margin-top: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--sm-if-xs {
    padding-top: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--sm-if-xs {
    margin-right: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--sm-if-xs {
    padding-right: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--sm-if-xs {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--sm-if-xs {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--sm-if-xs {
    margin-left: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--sm-if-xs {
    padding-left: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--md-if-xs {
    margin-top: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--md-if-xs {
    padding-top: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--md-if-xs {
    margin-right: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--md-if-xs {
    padding-right: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--md-if-xs {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--md-if-xs {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--md-if-xs {
    margin-left: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--md-if-xs {
    padding-left: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--lg-if-xs {
    margin-top: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--lg-if-xs {
    padding-top: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--lg-if-xs {
    margin-right: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--lg-if-xs {
    padding-right: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--lg-if-xs {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--lg-if-xs {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--lg-if-xs {
    margin-left: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--lg-if-xs {
    padding-left: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--xl-if-xs {
    margin-top: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--xl-if-xs {
    padding-top: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--xl-if-xs {
    margin-right: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--xl-if-xs {
    padding-right: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--xl-if-xs {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--xl-if-xs {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--xl-if-xs {
    margin-left: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--xl-if-xs {
    padding-left: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--xxl-if-xs {
    margin-top: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--xxl-if-xs {
    padding-top: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--xxl-if-xs {
    margin-right: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--xxl-if-xs {
    padding-right: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--xxl-if-xs {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--xxl-if-xs {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--xxl-if-xs {
    margin-left: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--xxl-if-xs {
    padding-left: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--xxxl-if-xs {
    margin-top: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--xxxl-if-xs {
    padding-top: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--xxxl-if-xs {
    margin-right: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--xxxl-if-xs {
    padding-right: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--xxxl-if-xs {
    margin-bottom: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--xxxl-if-xs {
    padding-bottom: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--xxxl-if-xs {
    margin-left: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--xxxl-if-xs {
    padding-left: 160px !important;
  }
}

@media (max-width: 767px) {
  .u-row-spacing--xxl {
    padding-top: 70px !important;
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .u-row-spacing--xl {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .u-center-at-mobile {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .u-hide-at-mobile {
    display: none;
  }
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-z--0 {
  z-index: 0 !important;
}

.u-z--10 {
  z-index: 10 !important;
}

.u-z--20 {
  z-index: 20 !important;
}

.u-z--30 {
  z-index: 30 !important;
}

.u-z--40 {
  z-index: 40 !important;
}

.u-z--50 {
  z-index: 50 !important;
}

.u-z--auto {
  z-index: auto !important;
}

.rlogo--purple {
  position: relative;
}
.rlogo--purple:before {
  height: 89px;
  width: 82px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  background-image: url("../img/rlogo-purple.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.rlogo--yellow {
  position: relative;
}
.rlogo--yellow:before {
  height: 83px;
  width: 77px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  background-image: url("../img/rlogo-yellow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.rlogo--white {
  position: relative;
}
.rlogo--white:before {
  height: 114px;
  width: 105px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  background-image: url("../img/rlogo-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

/*# sourceMappingURL=main.dev.css.map*/