body {
  font: 100% Poppins, sans-serif;
  color: #A0A1AA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F7FF));
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F7F7FF 100%); }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  overflow-y: scroll; }

.logo {
  max-width: 150px; }

.bg-light-blue {
  background-color: #B9CAFE; }

.bg-blue {
  background-color: #4E71D9; }

.bg-dark-blue {
  background-color: #0A0140; }

.bg-white {
  background-color: #fff; }

ul {
  margin: 0;
  padding: 0; }

ul.check-mark li {
  background: transparent url("../../images/icon-check-yellow.svg") no-repeat left center;
  padding: 5px 0 5px 30px; }

a {
  color: #4E71D9;
  font-weight: bold; }
  a:hover {
    color: #4E71D9;
    text-decoration: none; }

svg:not(:root) {
  overflow: visible;
  position: relative;
  width: 100%; }

p,
span {
  letter-spacing: 0.03rem; }

img {
  max-width: 100%; }

.overflow-hidden {
  overflow: hidden; }

.btn {
  border-radius: 30px; }

.btn-primary,
.btn-secondary {
  padding: 10px 35px;
  background-color: #F8E16D;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  border: none;
  border: 2px solid transparent;
  white-space: normal; }
  .btn-primary a,
  .btn-secondary a {
    color: #0A0140; }

.btn-primary {
  color: #0A0140; }
  .btn-primary:hover {
    background-color: #f8e377;
    border-color: #f8e377;
    color: #0A0140; }

.btn-secondary {
  background-color: #4E71D9; }
  .btn-secondary:hover {
    background-color: #5678db;
    border-color: #5678db; }

.btn-arrow {
  background-image: url("../../images/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: 89% center;
  padding-right: 75px;
  background-size: 32px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn-arrow:hover {
    background-position: 92% center; }

.btn-shadow {
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08); }

.primary-color {
  color: #4E71D9; }

.secondary-color {
  color: #261973; }

.accent-color {
  color: #F8E16D; }

.opacity60 {
  opacity: 0.6; }

.color-white {
  color: #fff !important; }

.color-dark-blue {
  color: #0A0140 !important; }

.nav-link-outline {
  padding: 7px 0 !important;
  border: 2px solid #fff;
  border-radius: 8px;
  min-width: 90px;
  text-align: center; }

.masthead {
  overflow: visible;
  position: relative;
  height: 100vh;
  background: #261973; }

.header-illustration {
  overflow: hidden;
  position: absolute;
  width: 102%;
  right: 0;
  bottom: 0; }
  .header-illustration svg {
    width: 100%;
    overflow: hidden;
    border-bottom: 10px solid #fff;
    display: block; }

body.home .header-illustration #features-icons {
  display: none; }

body.subpage-features #message-bubbles {
  display: none; }

.header-illustration #features-icons,
.header-illustration #message-bubbles {
  visibility: hidden; }

@-webkit-keyframes phoneSlide {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible; } }
@keyframes phoneSlide {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible; } }
.phoneSlide {
  -webkit-animation: phoneSlide 0.5s 1 linear;
  animation: phoneSlide 0.5s 1 linear; }

@-webkit-keyframes leftMessageBubbleSlide {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    visibility: hidden; }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible; } }
@keyframes leftMessageBubbleSlide {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    visibility: hidden; }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible; } }
.leftMessageBubbleSlide {
  -webkit-animation: leftMessageBubbleSlide 0.8s 1 linear;
  animation: leftMessageBubbleSlide 0.8s 1 linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes rightMessageBubbleSlide {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    visibility: hidden; }
  to {
    -webkit-transform: translate(290.4px, 31px);
    transform: translate(290.4px, 31px);
    visibility: visible; } }
@keyframes rightMessageBubbleSlide {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    visibility: hidden; }
  to {
    -webkit-transform: translate(290.4px, 31px);
    transform: translate(290.4px, 31px);
    visibility: visible; } }
.rightMessageBubbleSlide {
  -webkit-animation: rightMessageBubbleSlide 0.8s 1 linear;
  animation: rightMessageBubbleSlide 0.8s 1 linear;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes iconPulse1 {
  0% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    visibility: visible;
    -webkit-transform: translate(368px, 189px);
    transform: translate(368px, 189px); } }
@-webkit-keyframes iconPulse1 {
  0% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    visibility: visible;
    -webkit-transform: translate(368px, 189px);
    transform: translate(368px, 189px); } }
@keyframes iconPulse1 {
  0% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    visibility: visible;
    -webkit-transform: translate(0, 117px);
    transform: translate(0, 117px); } }
.iconPulse1 {
  -webkit-animation: iconPulse1 0.8s ease 1 normal;
  animation: iconPulse1 0.8s ease 1 normal;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes iconPulse2 {
  0% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    visibility: visible;
    -webkit-transform: translate(255px, 5px);
    transform: translate(255px, 5px); } }
@keyframes iconPulse2 {
  0% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    visibility: visible;
    -webkit-transform: translate(255px, 5px);
    transform: translate(255px, 5px); } }
.iconPulse2 {
  -webkit-animation: iconPulse2 0.8s ease 1 normal;
  animation: iconPulse2 0.8s ease 1 normal;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes iconPulse3 {
  0% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    visibility: visible;
    -webkit-transform: translate(368px, 189px);
    transform: translate(368px, 189px); } }
@keyframes iconPulse3 {
  0% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    visibility: visible;
    -webkit-transform: translate(368px, 189px);
    transform: translate(368px, 189px); } }
.iconPulse3 {
  -webkit-animation: iconPulse3 0.8s ease 1 normal;
  animation: iconPulse3 0.8s ease 1 normal;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes iconPulse4 {
  0% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    visibility: visible;
    -webkit-transform: translate(637px);
    transform: translate(637px); } }
@keyframes iconPulse4 {
  0% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    visibility: visible;
    -webkit-transform: translate(637px);
    transform: translate(637px); } }
.iconPulse4 {
  -webkit-animation: iconPulse4 0.8s ease 1 normal;
  animation: iconPulse4 0.8s ease 1 normal;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.intro {
  height: 100vh; }
  .intro .intro-text {
    z-index: 3; }

@media (max-width: 776px) {
  .masthead {
    background: #261973;
    height: 87vh; }

  .intro {
    height: 100vh;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding-top: 35%; }

  .header-illustration {
    height: 100%; }
    .header-illustration svg {
      height: 560px;
      width: auto;
      -webkit-transform: translate(-25%, 67%);
      transform: translate(-25%, 67%); } }
@media (min-width: 777px) and (max-width: 1200px) {
  .header-illustration svg {
    -webkit-transform: translate(-14%, 0%);
    transform: translate(-14%, 0%);
    width: auto;
    height: 96vh; } }
@media (max-width: 620px) {
  .header-illustration svg {
    -webkit-transform: translate(-41%, 67%);
    transform: translate(-41%, 67%); } }
.yellow-bar {
  padding: 11px 0 15px 0; }
  .yellow-bar:before {
    position: relative;
    display: block;
    top: -7px;
    content: "";
    height: 3px;
    width: 80px;
    background: #F8E16D; }

header {
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  z-index: 500;
  height: 50px; }

.lazyFadeIn {
  -webkit-animation-name: lazyFadeIn;
  animation-name: lazyFadeIn;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

img[data-src] {
  position: relative;
  z-index: -2;
  min-width: 1px;
  min-height: 1px; }

@-webkit-keyframes lazyFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes lazyFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.no-transition {
  -webkit-transition: height 0.01s !important;
  transition: height 0.01s !important; }

.navbar .navbar-brand {
  padding-top: 0; }
.navbar .navbar-toggler {
  color: #fff;
  border-color: transparent;
  font-size: 26px;
  margin-top: 20px; }
.navbar .navbar-nav .nav-link {
  color: #fff; }
.navbar .navbar-nav .nav-link.btn.btn-secondary {
  padding: 7px 37px;
  text-transform: none; }
.navbar .navbar-nav .nav-link.active {
  position: relative; }
  .navbar .navbar-nav .nav-link.active:after {
    content: "";
    position: absolute;
    display: block;
    top: 40px;
    height: 3px;
    left: 0;
    width: 100%;
    background: #F8E16D; }
.navbar .navbar-toggler.navbar-toggle.x {
  margin: 20px 0; }
  .navbar .navbar-toggler.navbar-toggle.x .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #ffffff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar .navbar-toggler.navbar-toggle.x .icon-bar + .icon-bar {
    margin-top: 4px; }
  .navbar .navbar-toggler.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%; }
  .navbar .navbar-toggler.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0); }
  .navbar .navbar-toggler.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%; }
@media (max-width: 1211px) {
  .navbar .navbar-collapse {
    display: block;
    opacity: 0; } }
.navbar .collapse.show {
  padding: 1em;
  position: absolute;
  top: -10px;
  width: 100vw;
  height: 100vh;
  margin: 0;
  left: 0;
  background: #261973;
  opacity: 1; }
  .navbar .collapse.show .fab {
    font-size: 25px; }
  .navbar .collapse.show .navbar-primary .nav-item {
    text-align: center;
    margin: 0 auto;
    padding: 20px; }
  .navbar .collapse.show .navbar-primary .btn-secondary {
    display: none; }
  .navbar .collapse.show .navbar-secondary {
    margin-left: 0;
    text-align: center;
    padding-bottom: 2em; }
    .navbar .collapse.show .navbar-secondary .nav-item {
      width: auto;
      display: inline-block;
      padding: 0 13px; }
.navbar .navbar-secondary {
  margin-left: 30px; }
  .navbar .navbar-secondary a {
    color: #fff; }
  .navbar .navbar-secondary .navbar-nav {
    display: inline-block; }
    .navbar .navbar-secondary .navbar-nav .nav-item {
      padding: 0 8px; }

h2 {
  color: #0A0140; }
  h2 span {
    color: #4E71D9;
    font-weight: bold; }

.carousel .carousel-inner {
  background: transparent;
  -webkit-box-shadow: 0 24px 18px 0rgba 238, 237, 242, 0.28;
  box-shadow: 0 24px 18px 0rgba 238, 237, 242, 0.28;
  border-radius: 30px;
  z-index: 5;
  border: 1px solid #ecedf1;
  overflow: visible; }
.carousel .carousel-nav-wrap {
  position: absolute;
  top: 104%;
  left: 0;
  height: 40px;
  width: 180px; }
  .carousel .carousel-nav-wrap .carousel-index {
    width: 35px;
    left: 0;
    top: 7px;
    position: relative;
    text-align: center;
    font-weight: 600; }
  .carousel .carousel-nav-wrap .carousel-control-prev {
    height: 40px;
    width: 30px;
    left: calc(100% - 130px);
    opacity: 1; }
  .carousel .carousel-nav-wrap .carousel-control-next {
    width: 88px;
    height: 40px;
    opacity: 1;
    background: #F8E16D;
    border-radius: 30px;
    padding-left: 15px; }
@media all and (max-width: 480px) {
  .carousel .carousel-nav-wrap {
    left: 40px; } }

.carousel-item {
  min-height: 200px; }
  .carousel-item .carousel-content-wrap .carousel-image {
    padding: 0; }
  .carousel-item .carousel-content-wrap .carousel-body {
    width: 100%;
    padding: 2em;
    background: #f1f3f9;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative; }
    .carousel-item .carousel-content-wrap .carousel-body p {
      font-size: 14px; }
    .carousel-item .carousel-content-wrap .carousel-body p.carousel-subtitle {
      font-size: 12px; }
    .carousel-item .carousel-content-wrap .carousel-body .carousel-title {
      font-size: 18px;
      color: #363842;
      font-weight: bold;
      margin: 0; }
    .carousel-item .carousel-content-wrap .carousel-body:after {
      content: "";
      position: absolute;
      background: url("../../images/carousel-triangle.svg") no-repeat;
      height: 90px;
      width: 70px;
      bottom: -85px;
      left: 0; }
  .carousel-item .carousel-content-wrap .carousel-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px; }
  @media all and (max-width: 480px) {
    .carousel-item .carousel-content-wrap .carousel-body {
      padding: 1.5em 1.5em 3em 1.5em; }
    .carousel-item .carousel-content-wrap .carousel-image img {
      width: 100%;
      border-left: none;
      border-top: 6px solid #5d5af1; } }

#carouselHomepage {
  position: relative; }
  #carouselHomepage:before {
    content: "";
    background: url("../../images/bg-stripe.svg") no-repeat;
    position: absolute;
    width: 172px;
    height: 371px;
    bottom: -47px;
    left: -108px; }
  #carouselHomepage:after {
    content: "";
    background: url("../../images/bg-yellowstripe.svg") no-repeat;
    position: absolute;
    width: 171px;
    height: 273px;
    bottom: -27px;
    right: -72px; }

#categories-carousel .carousel-control-next,
#categories-carousel .carousel-control-prev {
  width: 34px; }
#categories-carousel .carousel-control-next {
  right: -35px; }
#categories-carousel .carousel-control-prev {
  left: -35px; }

.card {
  width: 100%;
  padding: 1.5em;
  margin-top: 1.3em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 15px;
  color: #a2a6b1;
  margin: 10px; }
  .card .card-body {
    padding: 0; }
  .card .card-title {
    margin-bottom: 0.75rem;
    font-weight: bold;
    color: #fff;
    margin-top: 16px; }

.card-bg-blue {
  background: #191054; }

.card-bg-transparent {
  background: transparent;
  border: 3px solid #191054; }

.list-group-item {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  border: 0; }
  .list-group-item span {
    display: inline-block;
    width: 90%;
    padding: 0.75rem 0;
    border-top: 1px solid #e6e6ed;
    font-size: 13px;
    line-height: 1.5; }
  .list-group-item .fas {
    color: #4E71D9;
    padding-right: 15px; }
  .list-group-item:first-child span {
    border-top: 0; }
  .list-group-item:last-child span {
    border-bottom: 0; }

.plan-options {
  min-height: 238px; }

.card-section h2 span {
  display: inline-block; }
.card-section .fas {
  font-size: 13px; }
.card-section .card-wrap {
  padding-bottom: 40px; }
.card-section .card-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .card-section .card-wrap .card img {
    max-width: 90px;
    max-height: 110px; }

.pricing-section {
  background: #f1f3f9; }
  .pricing-section .card {
    background: #ffffff;
    border: 1px solid #dcdeeb;
    margin: 0; }
    .pricing-section .card .card-img {
      height: 110px; }
    .pricing-section .card .card-title {
      font-size: 22px;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      color: #0A0140; }
    .pricing-section .card .card-price {
      color: #4E71D9;
      display: block;
      font-size: 50px;
      text-transform: none; }
    .pricing-section .card:nth-child(1) {
      -webkit-box-shadow: 0 38px 40px rgba(38, 25, 115, 0.1);
      box-shadow: 0 38px 40px rgba(38, 25, 115, 0.1);
      border-radius: 30px 0 0 30px; }
    .pricing-section .card:nth-child(2) {
      z-index: 3;
      -webkit-box-shadow: 0 38px 40px 0 rgba(38, 25, 115, 0.1);
      box-shadow: 0 38px 40px 0 rgba(38, 25, 115, 0.1);
      border-radius: 30px;
      -webkit-transform: scale(1.06);
      transform: scale(1.06); }
    .pricing-section .card:nth-child(3) {
      -webkit-box-shadow: 0 38px 40px 0 rgba(38, 25, 115, 0.1);
      box-shadow: 0 38px 40px 0 rgba(38, 25, 115, 0.1);
      border-radius: 0 30px 30px 0; }
    .pricing-section .card .btn-primary {
      padding: 10px 0; }
    @media all and (max-width: 767px) {
      .pricing-section .card:nth-child(1), .pricing-section .card:nth-child(2), .pricing-section .card:nth-child(3) {
        border-radius: 15px;
        margin: 1.2em 0;
        -webkit-box-shadow: 0 15px 15px 0 rgba(38, 25, 115, 0.1);
        box-shadow: 0 15px 15px 0 rgba(38, 25, 115, 0.1); }
      .pricing-section .card:nth-child(2) {
        -webkit-transform: scale(1);
        transform: scale(1); } }

.why-choose-section {
  position: relative; }
  .why-choose-section .card-wrap:after {
    content: "";
    position: absolute;
    background: url("../../images/stripe-bg.svg") no-repeat;
    width: 350px;
    height: 550px;
    bottom: -3%;
    background-size: 86%;
    left: -180px; }

.signup-section {
  background: #3833a5;
  color: #fff; }
  .signup-section p {
    opacity: 0.7; }

footer {
  background-image: -webkit-gradient(linear, right top, left top, from(#5c88ed), to(#6048f4));
  background-image: linear-gradient(270deg, #5c88ed 0%, #6048f4 100%);
  color: #fff; }
  footer ul a {
    color: #fff;
    font-weight: normal; }
    footer ul a:hover {
      color: #fff; }
  footer .footer-bottom {
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    footer .footer-bottom .fab {
      font-size: 22px; }

/* categories */
.categories .device-img {
  position: relative;
  width: 385px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  .categories .device-img .device-iphone {
    width: 100%; }
  .categories .device-img .logo {
    position: absolute;
    top: 95px;
    left: 123px;
    z-index: 3; }
  .categories .device-img .device-msg {
    opacity: 0;
    position: absolute;
    color: #fff;
    z-index: 3;
    top: 184px;
    width: 258px;
    left: 63px;
    background: #4e71d9;
    padding: 20px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .categories .device-img .device-msg:before {
      content: "";
      border-top: 0px solid transparent;
      border-bottom: 16px solid transparent;
      border-right: 14px solid #4e71d9;
      position: absolute;
      left: -10px;
      top: 0; }
    .categories .device-img .device-msg ul {
      list-style: none; }
  .categories .device-img .device-msg.active {
    opacity: 1; }
.categories .card {
  padding: 0.6em 1.4em;
  margin: 1em 0; }
  .categories .card h3 {
    font-size: 24px;
    font-weight: bold; }
  .categories .card img {
    width: 80px;
    margin-bottom: 15px; }
  .categories .card:hover {
    cursor: pointer; }
  .categories .card:focus {
    outline: none; }
.categories .categories-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  .categories .categories-left .card {
    border-right: 6px solid transparent; }
  .categories .categories-left .card.active {
    border-bottom: none;
    border-right: 6px solid #f8e16d; }
    .categories .categories-left .card.active:after {
      content: "";
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #f8e16d;
      position: absolute;
      left: calc(100% + 5px);
      bottom: 25px; }
.categories .categories-right {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }
  .categories .categories-right .card {
    border-left: 6px solid transparent;
    margin: 1em 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .categories .categories-right .card.active {
    border-bottom: none;
    border-left: 6px solid #f8e16d; }
    .categories .categories-right .card.active:after {
      content: "";
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #f8e16d;
      position: absolute;
      left: -15px;
      bottom: 25px; }

.categories .categories-mobile {
  overflow-y: scroll;
  background: -webkit-gradient(linear, left top, right top, color-stop(88%, rgba(255, 255, 255, 0)), to(#f7f7f7));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 88%, #f7f7f7 100%); }
.categories .card {
  padding: 1em;
  margin: 1em 0.6em;
  width: 315px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .categories .card:first-child {
    margin-left: 0; }
  .categories .card p {
    margin: 0; }
.categories .carousel-item.active {
  border-bottom: 6px solid #f8e16d;
  background: #fff !important;
  -webkit-box-shadow: 6px 6px 6px 0 rgba(162, 166, 177, 0.19);
  box-shadow: 6px 6px 6px rgba(162, 166, 177, 0.19);
  border-radius: 10px; }
  .categories .carousel-item.active:after {
    content: "";
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #f8e16d;
    position: absolute;
    left: calc(50% - 14px);
    bottom: -19px;
    z-index: 4; }

@media (max-width: 776) {
  .card {
    margin: 1em 0; } }
@media (max-width: 1060px) {
  .categories .device-img {
    width: 275px; }
    .categories .device-img .logo {
      position: absolute;
      top: 80px;
      z-index: 3;
      left: 82px;
      max-width: 115px; }
    .categories .device-img .device-msg {
      top: 129px;
      width: 180px;
      left: 49px;
      padding: 13px;
      font-size: 12px; } }
/* contact page */
.subpage-contact {
  background: transparent url("../../images/subpage-bg.png") no-repeat top center;
  background-size: auto; }
  .subpage-contact .masthead {
    padding-top: 200px;
    background: none;
    height: auto; }
  .subpage-contact .contact-page .card {
    margin-bottom: 8rem !important;
    -webkit-box-shadow: 0 15px 25px 0 rgba(11, 11, 13, 0.1);
    box-shadow: 0 15px 25px 0 rgba(11, 11, 13, 0.1); }
  .subpage-contact .contact-page .form-group {
    margin-bottom: 2.5rem; }
  .subpage-contact .contact-page label {
    margin-bottom: 4px; }
  .subpage-contact .contact-page input {
    color: #444752;
    font-size: 25px;
    border: none;
    border-bottom: 1px solid #d9dce3;
    border-radius: 0;
    padding-left: 0;
    font-weight: 500;
    background: transparent; }
  .subpage-contact #googleMap {
    height: 500px; }
  .subpage-contact .address-wrap {
    background: #edf0fa;
    border-top-right-radius: 15px; }
    .subpage-contact .address-wrap a {
      color: #7a8093; }
    .subpage-contact .address-wrap .address-block {
      border-left: 2px solid #dcdee9; }

@media (max-width: 776px) {
  .subpage-contact .contact-page label {
    font-size: 0.9rem; }
  .subpage-contact .contact-page input {
    font-size: 1.1rem; }
  .subpage-contact .address-wrap h2 {
    font-size: 1.3rem; } }
@media (max-width: 1001px) {
  .subpage-contact .address-wrap {
    border-top-right-radius: 0; }
  .subpage-contact .masthead {
    padding-top: 135px; } }
/* features */
.subpage-features .why-choose-section .inner-wrap:after {
  background: none; }
.subpage-features .card {
  border-color: #e7e8ed; }
.subpage-features #message-bubbles {
  display: none; }

.how-it-works {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f4fb), to(#f6f7fd));
  background-image: linear-gradient(180deg, #f0f4fb 0%, #f6f7fd 100%); }

/*# sourceMappingURL=theme.css.map */
