:root {
  --bluemain: #1863dc;
  --bluedark: #134fb0;
  --lightblue: rgba(24, 99, 220, 0.12);
  --white: #ffffff;
  --textcolor: #27283c;
  --textcolor2: #3d3e50;
  --greybg: #f1f6fd;
  --greylabel: #525363;
  --greytitle: #27283c;
}
.cy-template p:empty {
  margin: 0;
}
.cy-template a,
.cy-template ul a,
.cy-template p a,
.cy-template li a {
  color: var(--bluemain);
}
.cy-template .blue-text {
  color: var(--bluemain) !important;
}
.cy-template a:hover {
  color: var(--bluemain);
  text-decoration: underline;
}
.cy-template img {
  max-width: 100%;
  height: auto;
}
.cy-template h1,
.cy-template .head1,
.cy-template h2,
.cy-template .head2,
.cy-template h3,
.cy-template .head3,
.cy-template h4,
.cy-template .head4,
.cy-template h5,
.cy-template .head5,
.cy-template h6,
.cy-template .head6 {
  color: var(--textcolor);
  font-style: normal;
  font-weight: 600;
}
.cy-template h1,
.cy-template .head1 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 1.75rem;
}
.cy-template h2,
.cy-template .head2 {
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}
.cy-template h3,
.cy-template .head3 {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 1.375rem;
}
.cy-template h4,
.cy-template .head4 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  margin-bottom: 1.125rem;
}
.cy-template h5,
.cy-template .head5 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  margin-bottom: 0.875rem;
}
.cy-template h6,
.cy-template .head6 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  margin-bottom: 0.75rem;
}

.cy-template .subhead,
.cy-template p,
.cy-template .body-text1,
.cy-template .body-text2,
.cy-template .body-text3,
.cy-template .small-text1,
.cy-template .small-text2,
.cy-template li {
  color: var(--textcolor);
}
.cy-template .subhead {
  font-style: normal;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 32px;
}
.cy-template p,
.cy-template .body-text1,
.cy-template li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.cy-template .body-text2,
.cy-template .body-text2 p,
.cy-template .body-text2 li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.cy-template .body-text3 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.cy-template .small-text1 {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
}
.cy-template .small-text2 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.cy-template .fw600 {
  font-weight: 600 !important;
}
.cy-template .fw500 {
  font-weight: 500 !important;
}
.cy-template .fw400 {
  font-weight: 400 !important;
}
.cy-template .fw500 {
  font-weight: 500 !important;
}
.cy-template li,
.cy-template ul {
  margin-top: 8px;
  margin-bottom: 10px;
}
.cy-template .strong {
  font-weight: 600 !important;
}
.cy-template .light-text,
.cy-template .grey-label {
  color: var(--greylabel);
}
.cy-template .text-color2,
.cy-template .grey-body {
  color: var(--textcolor2);
}
.cy-template .grey-title {
  color: var(--greytitle);
}
/* radius */
.cy-template .corner-small {
  border-radius: 4px;
}
.cy-template .corner-medium {
  border-radius: 8px;
}
.cy-template .corner-large {
  border-radius: 12px;
}
/* inputs */
.cy-template a.link {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #1863dc;
}
.cy-template a.link:hover {
  text-decoration-line: underline;
  color: #1863dc;
}
.cy-template a.link.external {
  padding-right: 25px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cy-template a.link.external:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../svg/external-link-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 15px;
}
.cy-template .pri-xl-btn,
.cy-template .pri-lg-btn,
.cy-template .pri-md-btn,
.cy-template .pri-sm-btn,
.cy-template button,
.cy-template input[type="submit"] {
  background: var(--bluemain);
  border: 1.5px solid var(--bluemain);
  border-radius: 4px;
  transition: all 0.2s ease;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.cy-template .pri-xl-btn,
.cy-template .sec-xl-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  padding: 16px 24px;
}
.cy-template .pri-lg-btn,
.cy-template .sec-lg-btn,
.cy-template button,
.cy-template input[type="submit"] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  min-width: 140px;
}
.cy-template .pri-md-btn,
.cy-template .sec-md-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  padding: 8px 24px;
}
.cy-template .pri-sm-btn,
.cy-template .sec-sm-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 6px 24px;
}
.cy-template .sec-sm-btn,
.cy-template .sec-md-btn,
.cy-template .sec-lg-btn,
.cy-template .sec-xl-btn {
  border: 1.5px solid var(--bluemain);
  border-radius: 4px;
  background: var(--white);
  transition: all 0.2s ease;
  color: var(--bluemain);
  text-align: center;
  display: inline-block;
}
.cy-template .pri-sm-btn:hover,
.cy-template .pri-md-btn:hover,
.cy-template .pri-lg-btn:hover,
.cy-template .pri-xl-btn:hover,
.cy-template .sec-sm-btn:hover,
.cy-template .sec-md-btn:hover,
.cy-template .sec-lg-btn:hover,
.cy-template .sec-xl-btn:hover,
.cy-template button:hover,
.cy-template input[type="submit"]:hover {
  background: var(--bluedark);
  border: 1.5px solid var(--bluedark);
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: var(--white);
}
.cy-template .sec-sm-btn:hover,
.cy-template .sec-md-btn:hover,
.cy-template .sec-lg-btn:hover,
.cy-template .sec-xl-btn:hover {
  border: 1.5px solid var(--bluedark);
}
.cy-template form input[type="text"],
.cy-template form textarea,
.cy-template form input[type="password"],
.cy-template form input[type="number"],
.cy-template form input[type="email"],
.cy-template form input[type="number"],
.cy-template form input[type="file"],
.cy-template form input[type="url"],
.cy-template form input[type="search"] {
  border: 1px solid #bebfc5;
  border-radius: 4px;
  padding: 13px 16px;
  color: var(--textcolor2);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  width: 100%;
}
.cy-template form input[type="text"]:focus,
.cy-template form textarea:focus,
.cy-template form input[type="password"]:focus,
.cy-template form input[type="number"]:focus,
.cy-template form input[type="email"]:focus,
.cy-template form input[type="number"]:focus,
.cy-template form input[type="file"]:focus,
.cy-template form input[type="url"]:focus,
.cy-template form input[type="search"]:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--bluemain);
}
.cy-template form label {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--greylabel);
}
.cy-template form input[type="file"] {
  padding: 0;
}
.cy-template input::file-selector-button {
  background: #e9e9eb;
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 12px 16px;
}
.cy-template form input::plceholder {
  color: #686876;
}

.cy-template textarea {
  max-height: 140px;
}
.cy-template .inline-fields {
  align-items: stretch;
  width: 100%;
}
.cy-template .inline-fields input {
  width: auto !important;
}
.cy-template .inline-fields .inline-field1 {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  height: 100%;
  min-width: 0;
  margin-bottom: 0;
  margin-right: 4px;
}
/* shadows */
.cy-template .grey-shadow {
  box-shadow: 0px 1px 8px rgba(39, 40, 60, 0.12);
}
.cy-template .grey-shadow2 {
  box-shadow: 0px 1px 8px var(--lightblue);
}
.cy-template .blue-shadow {
  box-shadow: 0px 8px 26px -4px rgba(39, 40, 60, 0.12);
}
.cy-template .blue-shadow2,
.cy-template .hoverable-blue-shadow2:hover {
  box-shadow: 0px 8px 25px -4px rgba(24, 99, 220, 0.2);
}
.cy-template .gradient-shadow {
  box-shadow: -13px -16px 48px 4px rgba(24, 99, 220, 0.3),
    7px 15px 46px rgba(45, 173, 112, 0.3);
}
.cy-template .hoverable,
.cy-template .hoverable:hover {
  transition: all 0.2s ease;
}
/* background colors */
.white-bg,
.hoverable-white-bg:hover {
  background-color: var(--white);
}
.blue-bg-1 {
  background-color: #d1e0f8;
}
.blue-bg-2 {
  background-color: #ecf3fc;
}
.grey-bg,
.blue-bg-3 {
  background-color: var(--greybg);
  /* #F1F6FD */
}
.yellow-bg-1 {
  background-color: #ffeccc;
}
.gradient-bg {
  background: linear-gradient(
      107.81deg,
      rgba(24, 99, 220, 0.15) 11.72%,
      rgba(236, 243, 252, 0) 47.88%,
      rgba(45, 173, 112, 0.13) 87.71%
    ),
    #ecf3fc;
}
.hero-gradient-bg {
  background: radial-gradient(
      49.73% 66.5% at 80.42% 46.43%,
      rgba(45, 112, 173, 0.18) 8.65%,
      rgba(24, 99, 220, 0.15) 24.05%,
      rgba(45, 173, 112, 0.06) 56.15%,
      rgba(236, 243, 252, 0) 75.78%,
      rgba(236, 243, 252, 0) 100%
    ),
    #f1f6fd;
}
.cta-gradient-bg {
  background: var(
    --Gradient-CY-Bg-Gradient-3,
    linear-gradient(
      108deg,
      rgba(117, 208, 251, 0.54) 11.72%,
      rgba(132, 179, 254, 0.24) 31.42%,
      rgba(236, 243, 252, 0) 47.88%,
      rgba(45, 173, 112, 0.48) 87.71%
    ),
    #daf4fc
  );
}
/* accordions */
.cy-template .accordion .card-header {
  padding: 0;
  background: transparent;
  border: none;
}
.cy-template .accordion .card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e9e9eb !important;
}
.cy-template .accordion .card-header button.btn-link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: var(--greytitle);
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 32px 20px 10px;
  transition: all 0.2s ease;
  position: relative;
  text-align: left;
}
.cy-template .accordion .card-header button.btn-link:before {
  content: "";
  position: absolute;
  transition: all 0.2s ease;
  top: 0;
  height: 100%;
  width: 24px;
  right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cy-template
  .accordion
  .card-header
  button.btn-link[aria-expanded="true"]:before {
  background-image: url(../svg/blue-arrow.svg);
  transform: rotate(90deg);
}
.cy-template
  .accordion
  .card-header
  button.btn-link[aria-expanded="false"]:before {
  background-image: url(../svg/grey-arrow.svg);
}
.cy-template .accordion .card-header button.btn-link:focus,
.cy-template .accordion .card-header button.btn-link:hover,
.cy-template .accordion .card-header button.btn-link[aria-expanded="true"] {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: var(--bluemain);
  transition: all 0.2s ease;
}
.cy-template .accordion .card-body {
  padding: 4px 20px 20px 10px;
}
.cy-template .accordion .card-body,
.cy-template .accordion .card-body p,
.cy-template .accordion .card-body li,
.cy-template .accordion .card-body a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: var(--textcolor2);
}
.cy-template .accordion .card-body a {
  color: var(--bluemain);
}
.cy-template .accordion .card-body a:hover {
  color: var(--bluemain);
  text-decoration: underline;
}
.cy-template .accordion .card-header button.btn-link {
  position: relative;
}
.cy-template .slideshow {
  height: 40px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.cy-template .slideshow > div {
  height: 40px;
  width: 3000px;
  background-image: url(../svg/client-logos-2.svg);
  background-repeat-y: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
  animation: moveSlideshow 30s linear infinite;
}
.cy-template .slideshow:before {
  left: 0px;
  background: linear-gradient(to right, #f7f9ff, transparent);
}
.cy-template .slideshow:before,
.slideshow:after {
  content: "";
  height: 100%;
  width: 150px;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.cy-template .slideshow:after {
  right: 0px;
  background: linear-gradient(to left, #f6f8ff, transparent);
}
/* common styles */
.cy-template ul.button-style {
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.cy-template ul.button-style li {
  list-style: none;
  margin: 8px;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  padding: 4px 12px;
  background: var(--lightblue);
  border-radius: 5px;
  color: var(--bluemain);
}

.cy-template p.tick-icon {
  line-height: 26px;
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.cy-template p.tick-icon > span {
  position: relative;
  padding-left: 30px;
  margin: 8px;
  display: inline-block;
}
.cy-template p.tick-icon > span:before {
  height: 100%;
}
.cy-template ul.tick-icon {
  padding: 0;
  margin: 0;
}
.cy-template ul.tick-icon li {
  padding-left: 32px;
  position: relative;
  list-style: none;
}
.cy-template ul.tick-icon li:before {
  height: 28px;
}
.cy-template p.tick-icon > span:before,
.cy-template ul.tick-icon li:before {
  content: "";
  position: absolute;
  width: 24px;
  left: 0;
  top: 0;
  background-image: url(../svg/blue-tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cy-template ul.checklist {
  padding: 0;
  margin: 0;
}
.cy-template ul.checklist li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--greytitle);
  margin-bottom: 26px;
  padding-left: 37px;
  position: relative;
  list-style: none;
}
.cy-template ul.checklist li:last-child {
  margin-bottom: 0;
}
.cy-template ul.checklist li:before {
  content: "";
  position: absolute;
  width: 25px;
  left: 0;
  top: 0;
  height: 25px;
  background-image: url(../svg/checklist-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cy-template .rating-wrapper {
  width: calc(5 * 25px);
  background-size: contain;
  background-image: url(../svg/empty-star.svg);
  position: relative;
  margin-bottom: 0px;
}
.cy-template .rating-wrapper span.rating {
  background-size: 25px;
  background-image: url(../svg/star.svg);
  position: absolute;
  left: 0;
}
.cy-template .rating-wrapper,
.cy-template .rating-wrapper span.rating {
  height: 25px;
  background-position: left;
  background-repeat: repeat-x;
}
.cy-template p.total-rating {
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: -0.4px;
  color: #000000;
  margin: 6px 0 0 0;
}
.cy-template .review-cards .card {
  border: none;
  background: transparent;
}
.cy-template .review-cards .card .card-body,
.cy-template .review-cards .card .card-footer,
.cy-template .review-cards .card .card-header {
  background: transparent;
  border: none;
}
.cy-template .carousel.review-cards .card {
  max-width: 400px;
  margin: auto;
}
.cy-template .review-cards .card-body {
  padding: 82px 0 0 0;
  position: relative;
}
.cy-template .review-cards .card-body:before {
  content: "";
  position: absolute;
  background-image: url(../svg/quote-left-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 42px;
  width: 50px;
  left: 0;
  top: 0;
}
.cy-template .review-cards .card-body,
.cy-template .review-cards .card-body p {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.25px;
  color: var(--textcolor2);
}
.cy-template .review-cards .card-footer {
  padding: 40px 0 0 0;
}
.cy-template .review-cards .card img {
  border: 1px solid #f1f6fd;
  border-radius: 12px;
  height: 62px;
  width: 62px;
}
.cy-template .review-cards .commenter-name {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: var(--textcolor2);
  margin-bottom: 4px;
}
.cy-template .review-cards .commenter-job {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--greylabel);
  margin-bottom: 4px;
}
.cy-template .review-cards .commented-on {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding-top: 4px;
  border-top: 1px solid #e9e9eb;
  color: #686876;
}
.cy-template .carousel.review-cards .carousel-control-prev,
.cy-template .carousel.review-cards .carousel-control-next {
  background-image: url(../svg/arrow-blue.svg);
  height: 100%;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
  opacity: 0.3;
  transition: all 0.2s ease;
}
.cy-template .carousel.review-cards .carousel-control-prev:hover,
.cy-template .carousel.review-cards .carousel-control-next:hover,
.cy-template .carousel.review-cards .carousel-control-prev:focus,
.cy-template .carousel.review-cards .carousel-control-next:focus {
  filter: grayscale(0);
  opacity: 0.9;
  transition: all 0.2s ease;
}
.cy-template .carousel.review-cards .carousel-control-prev {
  transform: rotate(180deg);
}
.cy-template .carousel.review-cards span.carousel-control-prev-icon,
.cy-template .carousel.review-cards span.carousel-control-next-icon {
  display: none;
}
.cy-template .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  border: none;
  opacity: 1;
  background-color: #c4c4c4;
  margin-right: 8px;
  margin-left: 8px;
}
.cy-template .carousel-indicators li.active {
  background-color: var(--bluemain);
}
.cy-template .g2-capterra {
  max-width: 410px;
}
.cy-template .g2-capterra .g2,
.cy-template .g2-capterra .capterra {
  min-width: 190px;
}
.cy-template .client-logs.owl-carousel img {
  max-height: 27px;
}
/* margins */
.mb-28 {
  margin-bottom: 1.75rem !important;
}
.mb-24 {
  margin-bottom: 1.5rem !important;
}
.mb-22 {
  margin-bottom: 22px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mnt-15 {
  margin-top: -15px;
}
.mnt-50 {
  margin-top: -50px;
}
.mnt-100 {
  margin-top: -100px;
}
.mnt-150 {
  margin-top: -150px;
}
/* padding */
.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}
.pb-150 {
  padding-bottom: 100px;
}
.p-20 {
  padding: 20px;
}
.cy-template .divider-bottom {
  border-bottom: 1px solid #e9e9eb;
}
.cy-template .cy-border {
  border: 1px solid #e9e9eb;
}
.cy-template a:hover .cy-wrapper *,
.cy-template a.hoverable-wrapper:hover {
  text-decoration: none !important;
}
.cy-template .hoverable-box,
.cy-template a:hover .hoverable-box {
  transition: all 0.2s ease;
}
.cy-template a:hover .hoverable-box {
  transform: translateY(-2px);
  box-shadow: 0px 8px 25px -4px rgba(24, 99, 220, 0.2);
}
.cy-template .cy-wrapper {
  background: #ffffff;
  border: 1px solid #e9e9eb;
  box-shadow: 0px 1px 8px rgba(24, 99, 220, 0.12);
  border-radius: 8px;
  min-height: 100%;
}
.cy-template .info-icon {
  position: relative;
  padding-left: 32px;
}
.cy-template .info-icon:before {
  content: "";
  position: absolute;
  background-image: url(../svg/info-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  top: 5px;
  left: 0;
}
/* cards */
.cy-template .cy-card {
  border: none;
  min-height: 100%;
}
.cy-template .cy-card .card-header,
.cy-template .cy-card .card-body,
.cy-template .cy-card .card-footer {
  border: none;
  background: transparent;
  padding: 0;
}
.cy-template .toggle-text {
  position: relative;
  padding-right: 12px;
}
.cy-template .toggle-text:hover {
  text-decoration: none;
}
.cy-template .toggle-text:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 7px;
  right: 0;
  top: 0;
  background-image: url(../svg/more-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}
.cy-template .toggle-text[aria-expanded="true"]:before {
  transform: rotate(180deg);
}
.cy-template .toggle-text[aria-expanded="false"]:before {
  transform: rotate(0deg);
}
/* conflicts */
.cy-template span.wpcf7-list-item.first.last {
  margin: 0;
}
.cy-template .scan-cookie .pulse-container {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cy-template .scan-cookie .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.cy-template .scan-cookie .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}
.cy-template .scan-cookie .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}
.cy-template .scan-cookie .pulse-bubble {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #065ae7;
}
@media (min-width: 992px) {
  .mnt-lg-15 {
    margin-top: -15px;
  }
  .mnt-lg-50 {
    margin-top: -50px;
  }
  .mnt-lg-100 {
    margin-top: -100px;
  }
  .mnt-lg-150 {
    margin-top: -150px;
  }
  /* padding */
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-150 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .hero-gradient-bg {
    background: radial-gradient(
        110.82% 61.57% at 34.07% 67.39%,
        rgba(45, 112, 173, 0.18) 8.65%,
        rgba(24, 99, 220, 0.15) 24.05%,
        rgba(45, 173, 112, 0.06) 56.15%,
        rgba(236, 243, 252, 0) 75.78%,
        rgba(236, 243, 252, 0) 100%
      ),
      #f1f6fd;
  }
}
@media (max-width: 767px) {
  .cy-template h1,
  .cy-template .head1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 1.25rem;
  }
  .cy-template h2,
  .cy-template .head2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 1rem;
  }
  .cy-template h3,
  .cy-template .head3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0.75rem;
  }
  .cy-template h4,
  .cy-template .head4 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0.625rem;
  }
  .cy-template h5,
  .cy-template .head5 {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 0.5rem;
  }
  .cy-template h6,
  .cy-template .head6 {
    font-size: 18px;
    line-height: 28px;

    margin-bottom: 0.375rem;
  }
  .cy-template .subhead {
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 28px;

    letter-spacing: 0.25px;
  }
  .cy-template p,
  .cy-template .body-text1,
  .cy-template li {
    font-size: 15px;
    line-height: 26px;
  }
  .cy-template .body-text2 {
    font-size: 14px;
    line-height: 24px;
  }
  .cy-template .body-text3 {
    font-size: 13px;
    line-height: 22px;
  }
  .cy-template .small-text1 {
    font-size: 12px;
    line-height: 20px;
  }
  .cy-template .small-text2 {
    font-size: 11px;
    line-height: 18px;
  }
  .cy-template .accordion .card-header button.btn-link {
    font-size: 15px;
    line-height: 26px;
    padding: 20px 24px 20px 0;
  }

  .cy-template .accordion .card-body {
    padding: 4px 0 20px 0;
  }
  .cy-template .accordion .card-header button.btn-link:before {
    right: 0;
  }
  .cy-template .accordion .card-body,
  .cy-template .accordion .card-body p,
  .cy-template .accordion .card-body li,
  .cy-template .accordion .card-body a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 576px) {
  .cy-template .pri-lg-btn {
    min-width: 200px;
  }
  .cy-template .carousel-indicators {
    display: none !important;
  }
  .cy-template .carousel-indicators.show {
    display: flex !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .cy-template .carousel-indicators {
    margin-bottom: -75px;
  }
  .cy-template .review-carousel {
    margin-bottom: 60px;
  }
  .cy-template .carousel.review-cards .carousel-control-prev,
  .cy-template .carousel.review-cards .carousel-control-next {
    display: none;
  }
  .hero-gradient-bg {
    background: radial-gradient(
        173.33% 30.02% at 109.87% 71.3%,
        rgba(45, 112, 173, 0.18) 8.65%,
        rgba(24, 99, 220, 0.15) 24.05%,
        rgba(45, 173, 112, 0.06) 56.15%,
        rgba(236, 243, 252, 0) 75.78%,
        rgba(236, 243, 252, 0) 93.21%
      ),
      #f1f6fd;
  }
}
@media (max-width: 320px) {
  .d-xs-block {
    display: block !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 380px) {
  .cy-template .inline-fields input {
    width: 100% !important;
  }
  .cy-template .inline-fields .inline-field1 {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.skeleton-loader {
  width: 100%;
  height: 15px;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 80%
    ),
    #1763dc38;
  border-radius: 2px;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1s infinite;
}
@keyframes shine {
  to {
    background-position: 100% 0, /* move highlight to right */ 0 0;
  }
}
