@charset "UTF-8";
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 32px));
  }
}
@keyframes scroll-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% - 32px));
  }
}
/* ------------------------------------------------------------------------------------------------ */
/* Fonts */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* Common */
/* ------------------------------------------------------------------------------------------------ */
*, *:after, *:before {
  box-sizing: border-box;
}

hr {
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.tab-pane:not(.active) {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-track {
  background: #D0D6DD;
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(75, 97, 221, 0.8);
  border-radius: 5px;
}
*::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(51, 51, 51, 0.4);
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1248px;
  }
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row > .col, .row > [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

.hidden {
  display: none !important;
}

input, textarea {
  padding: 0;
  border-radius: 0;
}

.block {
  display: block;
}

.fright {
  float: right;
}

.text-right {
  text-align: right;
}

p {
  margin: 0;
  padding: 0;
}
p strong, p b {
  font-weight: bold;
}
p em, p i {
  font-style: italic;
}
p u {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  margin: 0 0 8px;
}

article p {
  word-break: break-word;
  hyphens: none;
  clear: both;
}
article a:visited {
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}
article blockquote {
  font-style: italic;
}
article blockquote:before {
  content: "“";
  display: inline-block;
  padding-right: 0.4em;
}
article li ul, article li ol {
  margin: 0 1.5em;
}
article ul, article ol {
  margin: 0 0 32px;
}
article ul:last-child, article ol:last-child {
  margin: 0;
}
article ul, article ol {
  padding-left: 20px;
}
article ul {
  list-style-type: disc;
}
article ol {
  list-style-type: decimal;
}
article ol ol {
  list-style: upper-alpha;
}
article ol ol ol {
  list-style: lower-roman;
}
article ol ol ol ol {
  list-style: lower-alpha;
}
article iframe {
  border: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 14px;
  line-height: 20px;
  color: #626B79;
  margin: 8px 0;
}

img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: auto;
}
img.alignright {
  float: right;
  margin-left: 16px;
}

.font-16 {
  font-size: 16px;
  line-height: 26px;
}

ul {
  list-style: none;
}

label {
  font-weight: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #232933;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html input, body input {
  font-family: inherit;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

input:focus {
  outline: none;
  box-shadow: none;
}

* {
  outline: none !important;
}

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

.faq-block {
  padding: 64px 0;
  background: #F9FBFD;
}
.faq-block .card__body ul {
  padding-left: 20px;
  list-style: disc;
}
.faq-block .card__body ul li {
  margin-bottom: 4px;
}
.faq-block .card__body a {
  color: #1273CA;
}
.faq-block .card__body a:hover {
  color: rgb(13.8272727273, 88.3409090909, 155.1727272727);
}
.faq-block .section-head__action {
  padding-top: 16px;
}
.faq-block .section-head__action a {
  margin-right: 16px;
}
.faq-block .section-head__action a:last-child {
  margin-right: 0;
}
.faq-block--pricing {
  background: transparent;
}
.faq-block.animate .section-head__title,
.faq-block.animate .section-head__content,
.faq-block.animate .section-head__action,
.faq-block.animate .accordion--faq {
  transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
  opacity: 0;
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faq-block.animate .section-head__content {
  transition-delay: 0.2s;
}
.faq-block.animate .section-head__action {
  transition-delay: 0.2s;
}
.faq-block.animate .accordion--faq {
  transition-delay: 0.2s;
}
.faq-block.animate-in .section-head__title,
.faq-block.animate-in .section-head__content,
.faq-block.animate-in .section-head__action,
.faq-block.animate-in .accordion--faq {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  opacity: 1;
}
@media (max-width: 991px) {
  .faq-block {
    padding: 48px 8px;
  }
  .faq-block .section-head__action a {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .faq-block .section-head__action a:last-child {
    margin-bottom: 0;
  }
}
.faq-block .accordion {
  position: relative;
  margin-bottom: 32px;
}
.faq-block .accordion .card {
  position: relative;
  margin-bottom: 4px;
}
.faq-block .accordion .card__header {
  position: relative;
  display: block;
  padding: 20px 56px 20px 20px;
  cursor: pointer;
  border-bottom: 1px solid #E2E2E2;
  transition: all 0.2s ease-in-out;
}
.faq-block .accordion .card__header:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/ic-chevron-down.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.faq-block .accordion .card__header.collapsed:after {
  transform: none;
}
.faq-block .accordion .card__title {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.faq-block .accordion .card__body {
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(180, 188, 208, 0.75);
  padding: 24px 20px;
  margin-top: 12px;
}
.faq-block .accordion .card__body .img-sm {
  display: none;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .faq-block .accordion .card__body .img-sm {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: auto;
  }
}
.faq-block .accordion .card__action a {
  margin-right: 14px;
}
.faq-block .accordion .card__action a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .faq-block .accordion .card__action {
    margin-right: 0;
  }
}
.faq-block .accordion--faq .card {
  margin-bottom: 16px;
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
  transition: all 0.2s ease-in-out;
}
.faq-block .accordion--faq .card.open {
  margin-bottom: 24px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.faq-block .accordion--faq .card__header {
  padding: 28px 80px 12px 24px;
  border: 0;
}
.faq-block .accordion--faq .card__header:after {
  top: 28px;
  right: 16px;
  background: url(../images/ic-cancel.svg) no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
}
.faq-block .accordion--faq .card__header.collapsed {
  padding-bottom: 28px;
}
.faq-block .accordion--faq .card__header.collapsed .card__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.faq-block .accordion--faq .card__header.collapsed:after {
  content: "";
  background: url(../images/ic-chevron-down.svg) no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
}
.faq-block .accordion--faq .card__body {
  border-radius: 0;
  box-shadow: none;
  padding: 0 80px 52px 24px;
  margin: 0;
}
.faq-block .accordion--faq .card__body .img-sm {
  display: none;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .faq-block .accordion--faq .card__body .img-sm {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: auto;
  }
}

.faq-block--alt {
  background: #F2F4F7;
  padding: 64px 0;
}
.faq-block--alt .card__body ul {
  padding-left: 20px;
  list-style: disc;
}
.faq-block--alt .card__body ul li {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .faq-block--alt {
    padding: 32px 8px;
  }
  .faq-block--alt .section-head__content {
    max-width: 100% !important;
  }
}/*# sourceMappingURL=faq-block.css.map */