/* ------------------------------------------------------------------------------------------------ */
/* Core style */
/* ------------------------------------------------------------------------------------------------ */

/* Boostrap */
@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 { width: 100%; margin-right: auto; margin-left: auto; }

.row { margin-left: -12px; margin-right: -12px; }

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

.row.no-gutter { margin-left: 0; margin-right: 0; }

.row.no-gutter > .col, .row.no-gutter > [class*="col-"] { padding-left: 0; padding-right: 0; }

.row.double-gutter { margin-left: -24px; margin-right: -24px; }

.row.double-gutter > .col, .row.double-gutter > [class*="col-"] { padding-left: 24px; padding-right: 24px; }

/* Typography */
h1, h2, h3, h4, h5, h6 { font-family: "Inter", sans-serif; font-weight: 600; color: #232933; margin-top: 0; margin-bottom: 1rem; }

h1 { font-size: 2.5rem; line-height: 1.167em; font-family: "Inter", sans-serif; font-weight: 700; }

@media (max-width: 991px) { h1 { font-size: 2rem; line-height: 1.250em; } }

h2 { font-size: 2rem; line-height: 1.5em; }

@media (max-width: 991px) { h2 { font-size: 1.5rem; line-height: 1.333em; } }

h3 { font-size: 1.5rem; line-height: 1.333em; }

h4 { font-size: 1.25rem; line-height: 1.6em; }

.small { font-size: 0.875rem; line-height: 1.429em; }

a { transition: color .3s ease-in-out; color: #1C44D5; }

a:hover { text-decoration: underline; color: #1C44D5; }

p { margin: 0 0 1.5rem; }

p:last-child { margin-bottom: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

article p { word-break: keep-all; /* Non standard for webkit */ -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; }

article p:last-child { margin-bottom: 0; }

article blockquote { font-style: italic; }

article blockquote:before { content: "\201C"; display: inline-block; padding-right: 0.4em; }

article li ul, article li ol { margin: 0 1.5rem; padding-top: 10px; }

article ul, article ol { margin: 0 0 2rem; padding-left: 20px; }

article ul:last-child, article ol:last-child { margin: 0; }

article ul li, article ol li { margin-bottom: 0; }

article ul li:last-child, article ol li:last-child { margin: 0; }

article ul { list-style-type: disc; }

article ol { list-style-type: decimal; }

article ol ol { list-style: lower-alpha; }

article ol ol ol { list-style: lower-roman; }

article ol ol ol ol { list-style: lower-alpha; }

/* Base */
*, *:after, *:before { box-sizing: border-box; }

img { max-width: 100%; }

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

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

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; -webkit-font-kerning: normal; font-kerning: normal; }

*::-webkit-scrollbar { width: 8px; height: 8px; background-color: #F9F9F9; }

*::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); background-color: #F5F5F5; }

*::-webkit-scrollbar-thumb { background-color: #5B37D4; border-radius: 10px; border: 1px solid #F9F9F9; }

html, body { font-size: 16px; line-height: 24px; font-family: "Inter", -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-weight: 400; padding: 0; margin: 0; background-color: #FFFFFF; color: #232933; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }

.web-wrapper { width: 100%; overflow: hidden; }

/* ------------------------------------------------------------------------------------------------ */
/* Component style */
/* ------------------------------------------------------------------------------------------------ */
@-webkit-keyframes bounce2 { 0% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); }
  10% { -webkit-transform: scale(1.1, 0.9) translateX(0); transform: scale(1.1, 0.9) translateX(0); }
  30% { -webkit-transform: scale(0.9, 1.1) translateX(-4px); transform: scale(0.9, 1.1) translateX(-4px); }
  50% { -webkit-transform: scale(1.05, 0.95) translateX(6px); transform: scale(1.05, 0.95) translateX(6px); }
  57% { -webkit-transform: scale(1, 1) translateX(-2px); transform: scale(1, 1) translateX(-2px); }
  64% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); }
  100% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); } }
@keyframes bounce2 { 0% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); }
  10% { -webkit-transform: scale(1.1, 0.9) translateX(0); transform: scale(1.1, 0.9) translateX(0); }
  30% { -webkit-transform: scale(0.9, 1.1) translateX(-4px); transform: scale(0.9, 1.1) translateX(-4px); }
  50% { -webkit-transform: scale(1.05, 0.95) translateX(6px); transform: scale(1.05, 0.95) translateX(6px); }
  57% { -webkit-transform: scale(1, 1) translateX(-2px); transform: scale(1, 1) translateX(-2px); }
  64% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); }
  100% { -webkit-transform: scale(1, 1) translateX(0); transform: scale(1, 1) translateX(0); } }

@-webkit-keyframes pulse2 { 0% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0.8); }
  70% { box-shadow: 0 0 0 18px rgba(0, 95, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0); } }

@keyframes pulse2 { 0% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0.8); }
  70% { box-shadow: 0 0 0 18px rgba(0, 95, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0); } }

@keyframes pulseWhite { 0% { box-shadow: 0 0 0 0 rgba(234, 236, 251, 0.5) }
  70% { box-shadow: 0 0 0 18px rgba(234, 236, 251, 0); }
  100% { box-shadow: 0 0 0 0 rgba(234, 236, 251, 0); } }

@-webkit-keyframes pulseSvg { 0% { r: 6;
    opacity: 0.3; }
  70% { r: 12;
    opacity: 0.3; }
  80% { r: 12;
    opacity: 0.2; }
  90% { r: 12;
    opacity: 0.1; }
  100% { r: 12;
    opacity: 0; } }

@keyframes pulseSvg { 0% { r: 6;
    opacity: 0.3; }
  70% { r: 12;
    opacity: 0.3; }
  80% { r: 12;
    opacity: 0.2; }
  90% { r: 12;
    opacity: 0.1; }
  100% { r: 12;
    opacity: 0; } }

@media (max-width: 991px) { @-webkit-keyframes pulseSvg { 0% { r: 12;
      opacity: 0.3; }
    70% { r: 18;
      opacity: 0.3; }
    80% { r: 18;
      opacity: 0.2; }
    90% { r: 18;
      opacity: 0.1; }
    100% { r: 18;
      opacity: 0; } } @keyframes pulseSvg { 0% { r: 12;
      opacity: 0.3; }
    70% { r: 18;
      opacity: 0.3; }
    80% { r: 18;
      opacity: 0.2; }
    90% { r: 18;
      opacity: 0.1; }
    100% { r: 18;
      opacity: 0; } } }

@-webkit-keyframes dash { from { stroke-dashoffset: 1000; }
  to { stroke-dashoffset: 0; } }

@keyframes dash { from { stroke-dashoffset: 1000; }
  to { stroke-dashoffset: 0; } }

@-webkit-keyframes dash2 { from { stroke-dashoffset: 1500; }
  to { stroke-dashoffset: 0; } }

@keyframes dash2 { from { stroke-dashoffset: 1500; }
  to { stroke-dashoffset: 0; } }

.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }

@-webkit-keyframes slideOutDown { 0% { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% { opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25); } }

@keyframes slideOutDown { 0% { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% { opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25); } }

.comeOut { -webkit-animation-name: comeOut; animation-name: comeOut; }

@-webkit-keyframes comeOut { 0% { opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% { opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes comeOut { 0% { opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% { opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes slideOutUp { 0% { -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% { visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp { 0% { -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% { visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

@-webkit-keyframes slideInUp { 0% { -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% { -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp { 0% { -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% { -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes progressBar { 0% { max-width: 0%; }
  100% { max-width: 100%; } }

@keyframes progressBar { 0% { max-width: 0%; }
  100% { max-width: 100%; } }

@-webkit-keyframes d-headline { 0% { max-width: 0%; }
  10% { max-width: 0%; }
  100% { max-width: 100%; } }

@keyframes d-headline { 0% { max-width: 0%; }
  10% { max-width: 0%; }
  100% { max-width: 100%; } }

@-webkit-keyframes pulseBlue { 0% { box-shadow: 0 0 0 0 rgba(75, 97, 221, 0.4); }
  70% { box-shadow: 0 0 0 30px rgba(75, 97, 221, 0); }
  100% { box-shadow: 0 0 0 0 rgba(75, 97, 221, 0); } }

@keyframes pulseBlue { 0% { box-shadow: 0 0 0 0 rgba(75, 97, 221, 0.4); }
  70% { box-shadow: 0 0 0 30px rgba(75, 97, 221, 0); }
  100% { box-shadow: 0 0 0 0 rgba(75, 97, 221, 0); } }

@-webkit-keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 0, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 0, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

/* Custom Plugins */
body.modal-open { overflow: hidden; }

.modal { position: fixed; z-index: 901; top: 0; left: 0; width: 100%; height: 100%; overflow: auto; display: none; transition: all .5s; }

.modal-download { position: fixed; z-index: 901; top: 0; left: 0; width: 100%; height: 100%; overflow: auto; display: none; transition: all .5s; background: rgba(22, 26, 32, 0.8); }

.modal:not(.show) { opacity: 0; }

.modal:not(.show) .modal-dialog { -webkit-transform: translate(0, -50px); transform: translate(0, -50px); }

.modal .close { position: absolute; top: 18px; right: 18px; cursor: pointer; opacity: 1; transition: all .3s ease-in-out; }

.modal .close img { display: block; width: 26px; height: auto; }

.modal .close:hover { opacity: .6; }

.modal .btn-close { margin-top: 5px; float: right; margin-right: 15px; cursor: pointer; }

.modal .modal-dialog { transition: all .3s ease-in-out; max-width: 770px; pointer-events: none; margin: 0 auto; padding: 0px 16px; }

.modal .modal-download { padding: 16px; }

.modal-download .modal-dialog { max-width: 458px; }

.modal-download .modal-body-custom { padding: 32px; }

.modal-download .modal-body-custom .title { font-size: 20px; line-height: 28px; font-weight: 600; margin-bottom: 24px; }

.modal-mobile .modal-dialog { max-width: 458px; }

.modal-mobile .modal-content { padding: 34px 0 0 !important; }

.modal-mobile .modal-body { padding: 24px; text-align: center; }

.modal .modal-content { padding: 34px 0; background: #fff; margin: 100px auto; position: relative; border-radius: 6px; pointer-events: auto; box-shadow: 0 4px 8px 0 rgba(119, 119, 119, 0.1), 0 12px 20px 0 rgba(119, 119, 119, 0.2); }

.modal--full:not(.show) { opacity: 0; }

.modal--full:not(.show) .modal-dialog { -webkit-transform: translate(0, 100%); transform: translate(0, 100%); }

.modal--full .close { top: 32px; right: 40px; }

.modal--full .close .svg path { fill: #4B61DD; }

.modal--full .close span { position: relative; top: 1px; display: inline-block; margin-left: 4px; vertical-align: middle; color: #4B61DD; }

.modal--full ul.list-check h4 { margin-bottom: 4px; font-size: 20px; line-height: 28px; }

.modal--full ul.list-check li { padding-bottom: 24px; }

.modal--full ul.list-check li::before { top: 3px; }

.modal--full .modal__icon { width: 40px; margin: 0 auto 8px; }

.modal--full .modal__icon img { display: block; width: 100%; height: auto; }

.modal--full .modal__img { position: relative; }

.modal--full .modal__img img { display: block; width: 100%; height: auto; }

.modal--full .modal__img small { display: block; position: absolute; padding-top: 16px; top: 100%; left: 0; font-size: 12px; line-height: 16px; }

.modal--full .modal__vid { position: relative; }

.modal--full .modal__vid img { display: block; width: 100%; height: auto; }

.modal--full .modal__vid small { display: block; position: absolute; padding-top: 16px; top: 100%; left: 0; font-size: 12px; line-height: 16px; }

.modal--full .modal__vid .btn-play { z-index: 2; display: block; width: 68px; height: 68px; border-radius: 34rem; background-color: #4B61DD; background-image: url(../images/ic-play.svg); background-repeat: no-repeat; background-position: center; position: absolute; bottom: calc(50% - 34px); right: calc(50% - 34px); }

.modal--full .modal__vid .btn-play:hover { box-shadow: 0 0 0 rgba(0, 95, 191, 0.4); -webkit-animation: primary 2s infinite; animation: primary 2s infinite; }

@-webkit-keyframes primary { 0% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 95, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0); } }

@keyframes primary { 0% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 95, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0); } }

.modal--full .modal__title { margin-bottom: 12px; }

.modal--full .modal__desc { margin-bottom: 40px; }

.modal--full .modal__desc p b { color: #232933; }

.modal--full .modal-footer { position: absolute; background: #FFF; padding: 32px 6px; width: 100%; bottom: 0; left: 0; }

.modal--full .modal-body { height: 100%; overflow: auto; padding-left: 32px; padding-right: 32px; }

.modal--full .modal-dialog { border-radius: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; width: 100vw; height: 100vh; max-width: 100%; }

.modal--full .modal-content { position: relative; width: 100%; border-radius: 0; margin: 0; height: 90vh; padding: 64px 6px 20px; }

@media (max-width: 767px) { .modal--full .modal__img { margin-bottom: 60px; }
  .modal--full .modal-body { padding-left: 0; padding-right: 0; }
  .modal--full .close { top: 16px; right: 20px; } }

.modal-custom .modal-dialog { position: relative; max-width: 1226px; margin: 48px auto; }

.modal-custom .modal-content { padding: 0; width: 100%; }

.modal-custom .close { cursor: pointer; right: 0; top: -32px; width: 32px; height: 32px; z-index: 200; }

@media (max-width: 991px) { .modal-custom .modal-dialog { max-width: calc(100% - 32px); } }

.modal-role { padding: 36px 104px; }

.modal-role h3 { margin-bottom: 16px; }

.modal-role .list-blocks { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; -webkit-column-gap: 32px; -moz-column-gap: 32px; column-gap: 32px; }

.modal-role .block { display: inline-block; }

.modal-role .block .title { color: #232933; display: block; font-size: 18px; line-height: 28px; font-family: "Inter", sans-serif; font-weight: 500; margin-bottom: 8px; }

.modal-role .block .list-check { margin-bottom: 24px; }

.modal-role__head { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.modal-role__img { display: block; margin-bottom: 28px; padding-right: 80px; }

.modal-role__img img { display: block; width: 183px; height: auto; }

.modal-role__title { display: block; margin-bottom: 28px; }

.modal-role__title h2 { font-size: 56px; line-height: 64px; margin-bottom: 0; }

@media (max-width: 1024px) and (min-width: 992px)  { .download-learn .media__play { left: 48% !important; top: 44% !important; } }

@media (max-width: 991px) { .modal-role { padding: 32px 24px; }
  .modal-role h3 { font-size: 20px; line-height: 30px; }
  .modal-role .list-blocks { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
  .modal-role__head { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .modal-role__title h2 { font-size: 24px; line-height: 32px; }
  .modal-role__img img { width: 100%; height: auto; } }

.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 900; width: 100vw; height: 100vh; background-color: #212121; opacity: 0; }

.modal-backdrop.show { opacity: 0.8 !important; }

.fade { opacity: 0; transition: opacity 0.15s linear; }

.fade.show { opacity: 1; }

.collapse { display: none; }

.collapse.show { display: block; }

tr.collapse.show { display: table-row; }

tbody.collapse.show { display: table-row-group; }

.collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid #E2E2E2; border-radius: 0.25rem; box-shadow: 0px 12px 20px rgba(119, 119, 119, 0.2); }

.dropdown-menu.show { display: block; }

.dropdown-item { display: block; width: 100%; padding: 0.4rem 1rem; clear: both; font-size: 0.875rem; line-height: 1.429em; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.dropdown-item:hover { background: #f7f7f7; color: #232933; }

.dropdown-item:focus { outline: none; }

.dropdown-item.active { background: #E2E2E2; color: #232933; }

.tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; }

.tooltip.show { opacity: 0.9; }

.tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }

.tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; width: 0.4rem; height: 0.8rem; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; width: 0.4rem; height: 0.8rem; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; }

.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; }

.vslider .owl-stage-outer { pointer-events: none; }

.vslider .owl-dots { position: absolute; bottom: 0; left: -1.5rem; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 2px; height: 100%; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.vslider .owl-dots .owl-dot { display: block; width: 100%; height: 100%; }

.vslider .owl-dots .owl-dot span { display: block; width: 100%; height: 100%; background: #e2e2e2; }

.vslider .owl-dots .owl-dot:focus { outline: none; }

.vslider .owl-dots .owl-dot.active span { background: #5B37D4; }

.owl-carousel { position: relative; }

.owl-carousel.nav-false .owl-nav { display: none; }

.owl-carousel.dots-false .owl-dots { display: none; }

.owl-nav { position: absolute; top: 50%; left: 0; right: 0; height: 0; }

.owl-nav .disabled { opacity: .5; }

.owl-nav button:focus { outline: none !important; }

.owl-nav .btn-nav { width: 30px; height: 60px; background-color: #FFF; position: absolute; top: -30px; background-size: contain; opacity: .8; transition: all .3s ease-in-out; cursor: pointer; }

.owl-nav .btn-nav:hover { opacity: 1; }

.owl-dots { text-align: center; position: absolute; padding: 0; margin: 0; bottom: 2rem; left: 0; right: 0; width: 100%; line-height: 0; height: 0; }

.owl-dot { position: relative; display: inline-block; vertical-align: middle; margin: 0 0.375rem; width: auto; }

.owl-dot span { display: block; width: 0.5rem; height: 0.5rem; border-radius: 0.25rem; background-color: #F9F9F9; }

.owl-dot:focus { outline: none !important; }

.owl-dot.active span { background-color: #4B61DD; }

/* Form */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 60px white inset !important; }

.form-group { padding-bottom: 1.25rem; }

.form-group label { font-family: "Inter", sans-serif; font-weight: 500; }

.form-group-hidden { opacity: 0; visibility: hidden; position: absolute; }

.form-action { padding-top: 1rem; }

span.required { color: #D74022; }

.form-control { display: block; width: 100%; height: 40px; padding: 6px 12px; font-size: 16px; font-weight: normal; line-height: 24px; color: #232933; background-color: #FFF; border: 1px solid #E2E2E2; border-radius: 3px; transition: border-color 0.3s ease-in-out; }

.form-control:focus { border-color: #4B61DD; outline: 0; }

.form-control::-webkit-input-placeholder { color: #AAA; opacity: 1; }

.form-control::-moz-placeholder { color: #AAA; opacity: 1; }

.form-control:-ms-input-placeholder { color: #AAA; opacity: 1; }

.form-control::placeholder { color: #AAA; opacity: 1; }

.form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; }

.form-group .error { color: #C0392B; }

.form-group.error .form-control { border-color: #C0392B; }

.form-group.success::after {  position: absolute; content: ''; width: 20px; height: 20px; background: url(../images/ic-check.svg) no-repeat center; background-size: contain; display: inline-block; right: 10px; bottom: 30px; }

.form-group.success .form-control { border-color: #179E63; }

.form-group.success .select.bootstrap-select .dropdown-toggle { border-color: #179E63; }

.form-group.success { position: relative; }

textarea.form-control { height: auto; }

label { color: #232933; }

select { display: inline-block; width: 100%; border: 1px solid #E2E2E2; border-radius: 0.25rem; font-size: 0.875rem; line-height: 1.429em; padding: 0.5625rem 1rem; }

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

.select-control { display: inline-block; position: relative; width: 100%; background: #FFF; border: 1px solid #E2E2E2; border-radius: 0.25rem; font-size: 0.875rem; line-height: 1.429em; padding: 0.5625rem 1rem; font-family: "Inter", sans-serif; font-weight: 400; }

.select-control:focus { box-shadow: none; outline: none !important; }

.select-control .filter-option:after { content: ""; display: block; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; background: red; position: absolute; top: calc(50% - 0.625rem); right: 0.625rem; background: url(../images/ic-down.svg) no-repeat center; background-size: contain; }

.bootstrap-select { position: relative; }

.bootstrap-select > .dropdown-toggle { border: 1px solid #E2E2E2; padding: 0.4375rem 2.5rem 0.4375rem 0.75rem; background: #FFFFFF; font-family: "Inter", sans-serif; font-weight: 400; }

.bootstrap-select .dropdown-menu li a { padding: 6px 12px; }

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle { box-shadow: none; outline: none !important; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner { text-overflow: ellipsis; }

.bootstrap-select.show-tick .dropdown-menu .dropdown-menu li a { padding-left: 40px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text { margin: 0; }

.bootstrap-select.show-tick .dropdown-menu .bs-ok-default { display: block; position: absolute; width: 16px; height: 16px; top: 8px; left: 14px; right: auto; border: 1px solid #E2E2E2; border-radius: 4px; transition: all .4s ease; }

.bootstrap-select.show-tick .dropdown-menu .bs-ok-default::after { position: absolute; top: 0; left: 3.5px; border-width: 0 2px 2px 0; border-color: #FFFFFF; opacity: 0; width: 6px; height: 11px; -webkit-transform-origin: center; transform-origin: center; transition: all .4s ease; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark, .bootstrap-select.show-tick .dropdown-menu .selected .bs-ok-default { top: 8px; right: auto; background: #4B61DD; border-color: #4B61DD; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark::after, .bootstrap-select.show-tick .dropdown-menu .selected .bs-ok-default::after { opacity: 1; }

.custom-control { position: relative; z-index: 1; display: block; min-height: 1.5rem; padding: 0 0 0 2rem; print-color-adjust: exact; }

.custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before { color: #FFFFFF; border-color: #4B61DD; background-color: #4B61DD; }

.custom-control-input:focus ~ .custom-control-label::before { border-color: #4B61DD; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: #4B61DD; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #FFFFFF; background-color: #4B61DD; border-color: #4B61DD; }

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { color: #B4B4B4; }

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { background-color: #B4B4B4; }

.custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; cursor: pointer; }

.custom-control-label::before { position: absolute; top: 0.125rem; left: -2rem; display: block; width: 1.25rem; height: 1.25rem; pointer-events: none; content: ""; background-color: #FFFFFF; border: 1px solid #E2E2E2; }

.custom-control-label::after { position: absolute; top: 0.125rem; left: -2rem; display: block; width: 1.25rem; height: 1.25rem; content: ""; background-repeat: no-repeat; background-size: 0.75rem 0.75rem; background-position: center; }

.custom-control-inline { display: inline-block; }

.custom-control-inline + .custom-control-inline { margin-left: 1rem; }

.custom-checkbox .custom-control-label::before { border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url(../images/ic-check.svg); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { opacity: 0.5; }

.custom-checkbox-alt .custom-control-label::before { border-radius: 2px; }

.custom-checkbox-alt .custom-control-input:disabled:checked ~ .custom-control-label::before { opacity: 0.5; }

.custom-radio .custom-control-label::before { border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { opacity: 0.5; }

.form-range > .form-range__before { text-align: right; font-size: 0.875rem; line-height: 1.429rem; padding-right: 4px; }

.form-range > .form-range__input { position: relative; min-height: 1.5rem; }

.form-range > .form-range__after { text-align: left; font-size: 0.875rem; line-height: 1.429rem; padding-left: 4px; }

.form-range input[type=range] { width: 100%; height: 4px; border-radius: 2px; background: transparent; position: relative; top: -4px; }

.form-range input[type=range]::-moz-range-thumb { width: 1.5rem; height: 1.5rem; border-radius: 1.5rem; border: 0; background-color: #4B61DD; background-image: url(../images/ic-caret.svg); background-position: center; background-size: 0.75rem; background-repeat: no-repeat; top: calc(-0.75rem + 2px); cursor: pointer; }

.form-range input[type=range]:focus { outline: none; }

.btn-group.btn-group-toggle { background-color: #FFF; border-radius: 1.25rem; border: 3px solid #FFF; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.btn-group.btn-group-toggle input { position: absolute; opacity: 0; visibility: hidden; z-index: -10; }

.btn-group.btn-group-toggle .btn { z-index: 1; display: block; position: relative; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 1; -ms-flex-preferred-size: 1; flex-basis: 1; font-size: 0.75rem; line-height: 1.429em; padding: 4px 15px; font-family: "Inter", sans-serif; font-weight: 500; margin: 0; border: 1.5px solid transparent; border-radius: 1rem; color: #545465; background: #FFFFFF; cursor: pointer; }

.btn-group.btn-group-toggle .btn:hover { background: #FFFFFF; color: #232933; border-color: #FFFFFF; }

.btn-group.btn-group-toggle .btn:not(:disabled):not(.disabled):active, .btn-group.btn-group-toggle .btn.active { z-index: 2; border-color: #4B61DD; background-color: #4B61DD; color: #FFF; box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.3); }

.btn-group.btn-group--custom { margin-bottom: -1rem; }

.btn-group.btn-group--custom .row { margin: 0 -0.5rem; }

.btn-group.btn-group--custom .row > .col, .btn-group.btn-group--custom .row > [class*="col-"] { padding-left: 0.5rem; padding-right: 0.5rem; }

.btn-group.btn-group--custom .item { margin-bottom: 1rem; }

.btn-group.btn-group--custom input { position: absolute; opacity: 0; visibility: hidden; z-index: -10; }

.btn-group.btn-group--custom .btn { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; position: relative; width: 100%; border: 1px solid #E2E2E2; border-radius: 0.25rem; padding: 24px 16px 20px; font-size: 0.75rem; line-height: 1.5em; margin: 0; cursor: pointer; }

.btn-group.btn-group--custom .btn .icon { display: block; height: 32px; width: 122px; object-fit: contain; object-position: 50% 50%; margin: 0 auto 12px; }

.btn-group.btn-group--custom .btn span { display: block; font-size: 12px; line-height: 16px; font-family: "Inter", sans-serif; font-weight: 400; color: #000; }

.btn-group.btn-group--custom .btn:hover { color: #232933; border-color: #005FBF; }

.btn-group.btn-group--custom .btn.active { border-color: #005FBF; }

/* General */
.btn { display: inline-block; font-family: "Inter", sans-serif; font-weight: 500; color: #232933; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.4375rem 1.25rem; font-size: 1rem; line-height: 1.5em; border-radius: 6px; cursor: pointer; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }

.btn:hover { color: #232933; text-decoration: none; }

.btn:focus, .btn.focus { outline: 0; box-shadow: none; }

.btn.disabled, .btn:disabled { opacity: 0.5; pointer-events: none; }

.btn .icon { display: inline-block; position: relative; top: -1px; vertical-align: middle; height: 1.5rem; width: 1.5rem; object-fit: contain; object-position: 50% 50%; }

.btn .icon:first-child { margin-right: 0.5rem; }

.btn .icon:last-child { margin-left: 0.5rem; }

.btn-block { display: block; width: 100%; }

.btn-primary { color: #FFF; background-color: #4B61DD; border-color: #4B61DD; }

.btn-primary .icon path { fill: #FFFFFF; transition: all .3s ease; }

.btn-primary:hover { color: #FFF; background-color: #2740ce; border-color: #2740ce; }

.btn-primary:focus, .btn-primary.focus { box-shadow: none; }

.btn-primary.disabled, .btn-primary:disabled { color: #FFF; background-color: #4B61DD; border-color: #4B61DD; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #FFF; background-color: #2740ce; border-color: #2740ce; }

.btn-primary:not(:disabled):not(.disabled):active .icon path, .btn-primary:not(:disabled):not(.disabled).active .icon path, .show > .btn-primary.dropdown-toggle .icon path { fill: #4B61DD; }

.btn-primary-border { color: #4B61DD; background-color: transparent; border-color: #4B61DD; }

.btn-primary-border:hover { color: #FFF; background-color: #2740ce; border-color: #2740ce; }

.btn-primary-border:focus, .btn-primary-border.focus { box-shadow: none; }

.btn-primary-border.disabled, .btn-primary-border:disabled { color: #FFF; background-color: transparent; border-color: #4B61DD; }

.btn-primary-border:not(:disabled):not(.disabled):active, .btn-primary-border:not(:disabled):not(.disabled).active, .show > .btn-primary-border.dropdown-toggle { color: #FFF; background-color: #2740ce; border-color: #2740ce; }

.btn-white { color: #143A72; background-color: #FFF; border-color: #FFF; }

.btn-white:hover { color: #FFF; background-color: #143A72; border-color: #FFF; }

.btn-white:focus, .btn-white.focus { box-shadow: none; }

.btn-white.disabled, .btn-white:disabled { color: #143A72; background-color: #FFF; border-color: #FFF; }

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle { color: #143A72; background-color: #FFF; border-color: #FFF; }

.btn--primary { color: #FFFFFF; background-color: #4B61DD; border-color: #4B61DD; }

.btn--primary .icon path { fill: #FFFFFF; }

.btn--primary:hover, .btn--primary:focus, .btn--primary.focus, .btn--primary:not(:disabled):not(.disabled):active, .btn--primary:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #2740ce; border-color: #2740ce; }

.btn--primary:hover .icon path, .btn--primary:focus .icon path, .btn--primary.focus .icon path, .btn--primary:not(:disabled):not(.disabled):active .icon path, .btn--primary:not(:disabled):not(.disabled).active .icon path { fill: #FFFFFF; }

.btn--primary.cta-waba::before { content: ''; width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-top: -5px; margin-right: 8px; background: url("../images/ic-waba-w.svg") no-repeat center; background-size: contain; }

.btn--white { color: #03053A; background-color: #FFFFFF; border-color: #FFFFFF; }

.btn--white .icon path { fill: #03053A; }

.btn--white:hover, .btn--white:focus, .btn--white.focus, .btn--white:not(:disabled):not(.disabled):active, .btn--white:not(:disabled):not(.disabled).active { color: #03053A; background-color: #FFFFFF; border-color: #FFFFFF; }

.btn--white:hover .icon path, .btn--white:focus .icon path, .btn--white.focus .icon path, .btn--white:not(:disabled):not(.disabled):active .icon path, .btn--white:not(:disabled):not(.disabled).active .icon path { fill: #FFFFFF; }

.btn--black { color: #FFF; background-color: #232933; border-color: #232933; }

.btn--black .icon path { fill: #FFF; }

.btn--black:hover, .btn--black:focus, .btn--black.focus, .btn--black:not(:disabled):not(.disabled):active, .btn--black:not(:disabled):not(.disabled).active { color: #FFF; background-color: #0e1115; border-color: #0e1115; }

.btn--black:hover .icon path, .btn--black:focus .icon path, .btn--black.focus .icon path, .btn--black:not(:disabled):not(.disabled):active .icon path, .btn--black:not(:disabled):not(.disabled).active .icon path { fill: #FFFFFF; }

.btn--transparent { color: #4B61DD; background-color: transparent; border-color: transparent; }

.btn--transparent:hover, .btn--transparent:focus, .btn--transparent.focus, .btn--transparent:not(:disabled):not(.disabled):active, .btn--transparent:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #2740ce; border-color: #2740ce; }

.btn--border { color: #E2E2E2; background-color: #FFFFFF; border-color: #E2E2E2; }

.btn--border.cta-waba::before { content: ''; width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-top: -5px; margin-right: 8px; background: url("../images/ic_wa_border.svg") no-repeat center; background-size: contain; }

.btn--border:hover, .btn--border:focus, .btn--border.focus, .btn--border:not(:disabled):not(.disabled):active, .btn--border:not(:disabled):not(.disabled).active { color: #232933; background-color: #E2E2E2; border-color: #E2E2E2; }

.btn--border-primary { color: #4B61DD; background-color: #FFFFFF; border-color: #E2E2E2; transition: all 0.3s ease-in-out; }

.btn--border-primary .icon path { fill: #4B61DD; }

.btn--border-primary:hover, .btn--border-primary:focus, .btn--border-primary.focus, .btn--border-primary:not(:disabled):not(.disabled):active, .btn--border-primary:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #4B61DD; border-color: #4B61DD; }

.btn--border-primary:hover .icon path, .btn--border-primary:focus .icon path, .btn--border-primary.focus .icon path, .btn--border-primary:not(:disabled):not(.disabled):active .icon path, .btn--border-primary:not(:disabled):not(.disabled).active .icon path { fill: #FFFFFF; }

.btn--border-primary:hover.cta-waba::before, .btn--border-primary:focus.cta-waba::before, .btn--border-primary.focus.cta-waba::before, .btn--border-primary:not(:disabled):not(.disabled):active.cta-waba::before, .btn--border-primary:not(:disabled):not(.disabled).active.cta-waba::before { background: url("../images/ic-waba-w.svg") no-repeat center; background-size: contain; transition: all linear .3s; }

.btn--border-primary.cta-waba { padding-left: 24px; padding-right: 16px; position: relative; }

.btn--border-primary.cta-waba::before { content: ''; width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-top: -5px; margin-right: 8px; background: url("../images/ic-waba-p.svg") no-repeat center; background-size: contain; transition: all linear .3s; }

.btn--border-white { color: #FFFFFF; background-color: transparent; border-color: #FFFFFF; }

.btn--border-white:hover, .btn--border-white:focus, .btn--border-white.focus, .btn--border-white:not(:disabled):not(.disabled):active, .btn--border-white:not(:disabled):not(.disabled).active { color: #232933; background-color: #FFFFFF; border-color: #FFFFFF; }

.btn--link { color: #1357FF; background-color: transparent; border-color: transparent; }

.link-mobile { color: #233DB8 !important; }

.btn--link:hover, .btn--link:hover, .btn--link:focus, .btn--link.focus, .btn--link:not(:disabled):not(.disabled):active, .btn--link:not(:disabled):not(.disabled).active { color: #1357FF; background-color: transparent; border-color: transparent; text-decoration: underline; }

.btn--link .svg path { fill: #1357FF; }

.btn--link-primary { color: #4B61DD; background-color: transparent; border-color: transparent; }

.btn--link-primary:hover, .btn--link-primary:hover, .btn--link-primary:focus, .btn--link-primary.focus, .btn--link-primary:not(:disabled):not(.disabled):active, .btn--link-primary:not(:disabled):not(.disabled).active { color: #4B61DD; background-color: transparent; border-color: transparent; text-decoration: underline; }

.btn--link-dark { color: #2B2A35; background-color: transparent; border-color: transparent; }

.btn--link-dark:hover, .btn--link-dark:hover, .btn--link-dark:focus, .btn--link-dark.focus, .btn--link-dark:not(:disabled):not(.disabled):active, .btn--link-dark:not(:disabled):not(.disabled).active { color: #2B2A35; background-color: transparent; border-color: transparent; text-decoration: underline; }

.btn--play { position: relative; color: #626B79; }

.btn--play .icon { margin: 0 !important; position: relative; left: 1px; -webkit-transform: sclae(1); transform: sclae(1); transition: all .4s ease; }

.btn--play .icon path { fill: #626B79; transition: all .4s ease; }

.btn--play .play-icon { display: inline-block; vertical-align: middle; position: relative; width: 1.5rem; height: 1.5rem; top: -1px; margin-right: 8px; }

.btn--play .play-icon:before { content: ""; display: block; position: absolute; width: calc(100% + 6px); height: calc(100% + 6px); top: -3px; left: -3px; background: #626B79; border-radius: 50%; opacity: 0; -webkit-transform: scale(0); transform: scale(0); transition: all .4s ease; }

.btn--play:hover .icon, .btn--play:hover .icon, .btn--play:focus .icon, .btn--play.focus .icon, .btn--play:not(:disabled):not(.disabled):active .icon, .btn--play:not(:disabled):not(.disabled).active .icon { -webkit-transform: scale(0.7); transform: scale(0.7); }

.btn--play:hover .icon path, .btn--play:hover .icon path, .btn--play:focus .icon path, .btn--play.focus .icon path, .btn--play:not(:disabled):not(.disabled):active .icon path, .btn--play:not(:disabled):not(.disabled).active .icon path { fill: #FFFFFF; }

.btn--play:hover .play-icon:before, .btn--play:hover .play-icon:before, .btn--play:focus .play-icon:before, .btn--play.focus .play-icon:before, .btn--play:not(:disabled):not(.disabled):active .play-icon:before, .btn--play:not(:disabled):not(.disabled).active .play-icon:before { opacity: 1; -webkit-transform: scale(1); transform: scale(1); box-shadow: 0 0 0 rgba(84, 84, 101, 0.4); -webkit-animation: play-dark 2s infinite; animation: play-dark 2s infinite; }

@-webkit-keyframes play-dark { 0% { box-shadow: 0 0 0 0 rgba(84, 84, 101, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(84, 84, 101, 0); }
  100% { box-shadow: 0 0 0 0 rgba(84, 84, 101, 0); } }

@keyframes play-dark { 0% { box-shadow: 0 0 0 0 rgba(84, 84, 101, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(84, 84, 101, 0); }
  100% { box-shadow: 0 0 0 0 rgba(84, 84, 101, 0); } }

.btn--small { padding: 8px 16px; font-size: 14px; line-height: 20px; }

.btn--nopadding { padding: 0; }

.btn--block { display: block; width: 100%; }

.btn--block + .btn--block { margin-top: 0.5rem; }

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

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

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

.link-more { color: #1357FF; position: relative; }

.link-more:after { content: ""; display: block; width: 20px; height: 20px; background: url(../images/ic-arrow-right.svg) no-repeat center; background-size: contain; position: absolute; right: -25px; top: calc(50% - 10px); }

.link-more:hover { color: #1357FF; text-decoration: underline; }

.link-more:hover:after { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: bounce2; animation-name: bounce2; -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); }

.link-more-white { color: #FFF; position: relative; }

.link-more-white:after { content: ""; display: block; width: 24px; height: 8px; background: url(../images/ic-arrow-right-long-w.svg) no-repeat center; background-size: contain; position: absolute; right: -32px; top: calc(50% - 4px); }

.link-more-white:hover { color: #FFF; text-decoration: underline; }

.link-more-white:hover:after { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: bounce2; animation-name: bounce2; -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); }

a.more:hover img, a.more:hover svg, span.more:hover img, span.more:hover svg { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: bounce2; animation-name: bounce2; -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); }

a.link-gray { color: #626B79; }

.section-title { margin-bottom: 3rem; }

.section-head__meta { color: #232933; margin-bottom: 4px; display: inline-block; }

.section-head__action .btn + .btn { margin-left: 16px; }

.bg-gray { background: #F2F4F7; }

.bg-half-gray { position: relative; }

.bg-half-gray:before { content: ""; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: calc((100vw - 1248px)/2 + 208px); background: #F9FAFB; }

@media (max-width: 767px) { .bg-half-gray:before { width: 100%; height: 70%; top: auto; left: 0; bottom: 0; } }

.bg-white { background: #FFF !important; }

.card__icon { position: relative; margin-bottom: 0.5rem; }

.card__icon img { display: block; height: 3.5rem; width: auto; }

.card__img { display: block; position: relative; width: 100%; padding-top: 62%; }

.card__img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }

.card__title { display: block; color: #232933; font-size: 1.25rem; line-height: 1.5em; font-family: "Inter", sans-serif; font-weight: 500; }

.card__title:not(:last-child) { margin-bottom: 1rem; }

.card__title:hover { color: #4B61DD; text-decoration: none; }

.card__content:not(:last-child) { margin-bottom: 1rem; }

.card--border { border-radius: 0.25rem; border: 1px solid #E2E2E2; overflow: hidden; display: -webkit-flex; display: -ms-flexbox; display: flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; min-width: 0; height: 100%; }

.card--border .card__main { width: 100%; padding: 1.5rem; }

.card--border .card__main:not(:last-child) { padding-bottom: 1rem; }

.card--border .card__content { margin-bottom: auto; }

.card--border .card__action { margin-top: auto; padding: 0 1.5rem 1.5rem; }

.nav-tabs { display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; max-width: 100%; overflow-y: auto; }

.nav-tabs::before { content: ""; z-index: 1; display: block; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; background: #E2E2E2; }

.nav-tabs .nav-link { display: block; color: #B4B4B4; text-decoration: none; background: #F9FAFB; padding: 1.0625rem 2.5rem; border: 1px solid #E2E2E2; border-radius: 0; }

.nav-tabs .nav-link .icon, .nav-tabs .nav-link span { position: relative; display: inline-block; vertical-align: middle; }

.nav-tabs .nav-link .icon { top: -1px; margin-right: 0.3rem; }

.nav-tabs .nav-link .icon img { display: block; height: 1.25rem; width: auto; opacity: 1; transition: all .4s ease; }

.nav-tabs .nav-link .icon img:nth-child(1) { position: absolute; top: 0; left: 0; opacity: 0; }

.nav-tabs .nav-link .logo img { display: block; height: 24px; width: auto; opacity: 0.5; -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all .4s ease; }

.nav-tabs .nav-link:hover { color: #232933; text-decoration: none; background: #FFFFFF; }

.nav-tabs .nav-link:hover .icon img:nth-child(1) { opacity: 1; }

.nav-tabs .nav-link:hover .logo img { opacity: 1; -webkit-filter: grayscale(0); filter: grayscale(0); }

.nav-tabs .nav-link.active { font-family: "Inter", sans-serif; font-weight: 500; background: #FFFFFF; color: #232933; padding-top: 1.3125rem; border-radius: 0.25rem 0.25rem 0 0; border-bottom-color: #FFFFFF; pointer-events: none; }

.nav-tabs .nav-link.active .icon img:nth-child(1) { opacity: 1; }

.nav-tabs .nav-link.active .logo img { opacity: 1; -webkit-filter: grayscale(0); filter: grayscale(0); }

.nav-tabs .nav-item { z-index: 2; display: block; position: relative; margin-left: -1px; }

@media (max-width: 991px) { .nav-container { z-index: 20; padding-top: 100px; position: relative; border: 0; background-color: #FFFFFF; }
  .nav-tabs { display: block; width: 100%; position: absolute; top: 24px; left: 0; overflow: visible; padding: 0 16px; padding-top: 56px; }
  .nav-tabs:before { display: none; }
  .nav-tabs .nav-item.active { position: absolute; top: 0; left: 16px; width: calc(100% - 32px); }
  .nav-tabs .nav-item.active:after { content: ""; display: block; z-index: 2; position: absolute; width: 20px; height: 20px; top: calc(50% - 10px); right: 1rem; background-image: url(../images/ic-chevron-down.svg); background-position: center; background-size: contain; background-repeat: no-repeat; }
  .nav-tabs .nav-link { z-index: 1; position: relative; width: 100%; height: 52px; max-height: 0; top: 1px; padding: 0; border: 0; opacity: 0; visibility: hidden; margin: 0 0 -1px; padding: 0 1rem; border-radius: 0; transition: all .4s ease; }
  .nav-tabs .nav-link .logo { position: relative; top: -2px; }
  .nav-tabs .nav-link.active { z-index: 2; position: relative; padding: 1rem; border: 1px solid #E2E2E2; max-height: 52px; opacity: 1; visibility: visible; pointer-events: initial; border-radius: 0.25rem; }
  .nav-tabs.show .nav-link { opacity: 1; visibility: visible; max-height: 52px; padding: 1rem 1rem; border: 1px solid #E2E2E2; } }

ul.list-check { display: block; margin-bottom: 1rem; }

ul.list-check li { display: block; position: relative; padding-bottom: 0.5rem; padding-left: 2rem; }

ul.list-check li span.title { display: block; color: #232933; font-size: 1rem; line-height: 1.5em; margin: 0 0 4px; font-family: "Inter", sans-serif; font-weight: 600; }

ul.list-check li::before { content: ""; display: block; position: absolute; width: 1.25rem; height: 1.25rem; top: 0.083em; left: 0; background-image: url(../images/ic-check.svg); background-repeat: no-repeat; background-size: contain; background-position: center; }

ul.list-check.lc--green li::before { background-image: url(../images/ic-check-green.svg); }

.pagination { display: flex; justify-content: center; }

.pagination-row { margin: 50px auto 0 auto; display: block; padding: 20px 0 40px; }

.pagination .page-link { display: block; color: #626B79; text-align: center; transition: all .4s ease; width: 40px; line-height: 38px; border: 1px solid #4B61DD; border-radius: 50%; }

.pagination .page-link.prev .svg, .pagination .page-link.prev-last .svg { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

.pagination .page-link.prev { margin-right: 0px; }

.pagination .page-link.next { margin-left: 0px; }

.pagination .page-link .svg { width: 20px; height: 20px; margin-top: -6px; }

.pagination .page-link .svg path { transition: all .4s ease; }

.pagination .page-link:hover { text-decoration: none; background: #4B61DD; color: #FFF !important; }

.pagination .page-link:hover .svg path { stroke: #FFF; }

.pagination .page-link.active { background: #4B61DD; color: #FFF !important; font-family: "Inter", sans-serif; font-weight: 500; }

.pagination .page-link.disable { border-color: #8B95A5; opacity: .3; }

.pagination .page-link.disable .svg path { stroke: #8B95A5; }

.pagination .page-link.disable:hover { background: transparent; pointer-events: none; }

.pagination .page-item { display: inline-block; vertical-align: middle; margin: 0 4px; }

.pagination .page-item.active .page-link { color: #4B61DD; font-family: "Inter", sans-serif; font-weight: 500; }

@media (max-width: 767px) { .pagination .page-link { width: 32px; line-height: 31px; }
  .pagination .page-link .svg { width: 20px; height: 20px; }
  .pagination .page-item.active + .page-item { display: block; }
  .pagination .page-item.active + .page-item + .page-item { display: block; }
  .pagination .page-linke:not(.active):not(.prev):not(.prev-last):not(.next):not(.next-last) { display: none; } }

.d-headline { display: block; position: relative; }

.d-headline span { display: none; color: #232933; }

.d-headline span.show { display: block; }

.d-headline span:first-child { display: block; }

.d-headline span:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; max-width: 0; top: 0; left: 0; mix-blend-mode: lighten; background-color: #139908; -webkit-animation: d-headline 5s ease infinite; animation: d-headline 5s ease infinite; }

@media (max-width: 991px) { .d-headline { display: inline; }
  .d-headline span:after { display: none; } }

.sticky-me { transition: all .4s ease; }

.sticky-full { transition: all .4s ease; }

.sticky-full.fixed { max-height: 80vh; overflow: auto; padding-right: 12px; }

.sticky-full.fixed::-webkit-scrollbar-track { -webkit-box-shadow: none; }

.sticky-full.fixed::-webkit-scrollbar-thumb { background-color: #E2E2E2; border-radius: 0; }

.link-muted { color: #B4B4B4; }

.link-muted:hover { color: #1357FF; }

.item-empty { position: relative; width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; padding: 40px 0 80px; }

.item-empty img { display: block; height: 300px; width: auto; margin: 0 auto 24px; }

.item-empty span, .item-empty h3 { display: block; font-size: 24px; line-height: 32px; color: #2B2A35; margin-bottom: 48px; }

.item-empty h3 { margin-bottom: 12px; }

.item-empty p { color: #545465; }

.loading-state { position: relative; }

.loading-state * { opacity: 0.8; }

.loading-state:after { content: ""; opacity: 1; z-index: 5; display: block; position: absolute; width: 100%; height: calc(100% + 24px); top: -12px; left: 0; border-radius: 8px; background-image: url(../images/ic-loading.svg); background-repeat: no-repeat; background-size: 120px; background-position: center; }

.page-not-found { text-align: center; padding: 64px 0 80px; }

.page-not-found__img { margin-bottom: 24px; }

.page-not-found__img img { display: block; width: 100%; height: auto; }

.page-not-found__title { display: block; font-size: 32px; line-height: 40px; font-family: "Inter", sans-serif; font-weight: 500; margin-bottom: 8px; }

.page-not-found__action { padding-top: 32px; }

@media (max-width: 767px) { .page-not-found .page-not-found__title { font-size: 24px; line-height: 1.5em; } }

.video { position: relative; }

.video video { display: block; width: 100%; height: auto; }

.theme--sign .btn { color: #fff; background: #4B61DD; display: block; }

.theme--sign .btn:hover, .theme--sign .btn:focus, .theme--sign .btn.focus, .theme--sign .btn:not(:disabled):not(.disabled):active, .theme--sign .btn:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #2740ce; border-color: #2740ce; }

.theme--sign .btn .icon path { fill: #4B61DD; }

.theme--sign .btn--border { color: #4B61DD; background-color: transparent; border-color: #4B61DD; }

.theme--sign .btn--border:hover, .theme--sign .btn--border:focus, .theme--sign .btn--border.focus, .theme--sign .btn--border:not(:disabled):not(.disabled):active, .theme--sign .btn--border:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #4B61DD; border-color: #4B61DD; }

.theme--sign .btn--border-white { color: #FFFFFF; background-color: transparent; border-color: #FFFFFF; font-family: "Inter", sans-serif; font-weight: 400; }

.theme--sign .btn--border-white:hover, .theme--sign .btn--border-white:focus, .theme--sign .btn--border-white.focus, .theme--sign .btn--border-white:not(:disabled):not(.disabled):active, .theme--sign .btn--border-white:not(:disabled):not(.disabled).active { color: #4B61DD; background-color: #FFFFFF; border-color: #FFFFFF; }

.theme--sign .btn--demos { color: #4B61DD; background-color: transparent; border-color: #4B61DD; }

.theme--sign .btn--demos::before { content: ''; width: 17px; height: 24px; display: inline-block; vertical-align: middle; margin-top: -2px; margin-right: 8px; background: url("../images/watch-demos.svg") no-repeat center; background-size: contain; }

.theme--sign .btn--demos:hover::before { content: ''; width: 17px; height: 24px; display: inline-block; vertical-align: middle; margin-top: -2px; margin-right: 8px; background: url("../images/play-video.svg") no-repeat center; background-size: contain; }

.theme--sign .btn--demos:hover, .btn--border:focus, .btn--border.focus, .btn--border:not(:disabled):not(.disabled):active, .btn--border:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #4B61DD; border-color: #4B61DD; }

.theme--sign .btn--link { color: #4B61DD; background-color: transparent; border-color: transparent; }

.theme--sign .btn--link:hover, .theme--sign .btn--link:hover, .theme--sign .btn--link:focus, .theme--sign .btn--link.focus, .theme--sign .btn--link:not(:disabled):not(.disabled):active, .theme--sign .btn--link:not(:disabled):not(.disabled).active { color: #4B61DD; background-color: transparent; border-color: transparent; text-decoration: underline; }

.theme--sign .btn--play { color: #4B61DD; background-color: transparent; border-color: transparent; }

.theme--sign .btn--play img.svg { opacity: 0; }

.theme--sign .btn--play svg path { fill: #4B61DD; }

.theme--sign .btn--play .play-icon:before { background-color: #4B61DD; box-shadow: 0 0 0 rgba(0, 155, 222, 0.4); -webkit-animation: jurnal 2s infinite; animation: jurnal 2s infinite; }

@-webkit-keyframes jurnal { 0% { box-shadow: 0 0 0 0 rgba(0, 155, 222, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 155, 222, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 155, 222, 0); } }

@keyframes jurnal { 0% { box-shadow: 0 0 0 0 rgba(0, 155, 222, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 155, 222, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 155, 222, 0); } }

.theme--sign .btn--play:hover, .theme--sign .btn--play:focus, .theme--sign .btn--play.focus, .theme--sign .btn--play:not(:disabled):not(.disabled):active, .theme--sign .btn--play:not(:disabled):not(.disabled).active { color: #4B61DD; background-color: transparent; border-color: transparent; }

.theme--sign .btn--play:hover svg path, .theme--sign .btn--play:focus svg path, .theme--sign .btn--play.focus svg path, .theme--sign .btn--play:not(:disabled):not(.disabled):active svg path, .theme--sign .btn--play:not(:disabled):not(.disabled).active svg path { fill: #FFFFFF; }

.theme--sign .cta-waba { border-color: #4B61DD; }

.theme--sign .cta-waba:hover, .theme--sign .cta-waba:focus, .theme--sign .cta-waba.focus, .theme--sign .cta-waba:not(:disabled):not(.disabled):active, .theme--sign .cta-waba:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #2740ce; border-color: #2740ce; }

.theme--sign .form-range input[type=range]::-webkit-slider-thumb { background-color: #4B61DD; }

.theme--sign .form-range input[type=range]::-moz-range-thumb { background-color: #4B61DD; }

.theme--sign .form-range .slider-container .back-bar .pointer { background-color: #4B61DD; }

.theme--sign .form-range .theme-green .back-bar .selected-bar { background-color: #4B61DD; }

.theme--sign .btn-group.btn-group-toggle .btn:not(:disabled):not(.disabled):active, .theme--sign .btn-group.btn-group-toggle .btn.active { border-color: #4B61DD; background-color: #EEF9FB; color: #2B2A35; }

.theme--sign .recom-bundle .nav-link.active { border-color: #4B61DD; background-color: #EEF9FB; }

.theme--sign .recom-bundle .nav-item .nav-link.active:after { background-color: #4B61DD; }

.theme--sign .testi__img .btn-play { background-color: #4B61DD; box-shadow: 0 0 0 rgba(0, 155, 222, 0.4); -webkit-animation: sign 2s infinite; animation: sign 2s infinite; }

@-webkit-keyframes sign { 0% { box-shadow: 0 0 0 0 rgba(0, 155, 222, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 155, 222, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 155, 222, 0); } }

@keyframes sign { 0% { box-shadow: 0 0 0 0 rgba(0, 155, 222, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 155, 222, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 155, 222, 0); } }

.theme--sign.product-testi .testi .more { color: #009BDE; }

.theme--sign.product-testi .testi .more svg path { fill: #009BDE; }

.theme--sign .owl-dot.active span { background-color: #4B61DD; }

.theme--sign .d-headline span:after { background-color: #139908; }

.theme--sign .accordion--auto .progress-bar span { background-color: #4B61DD; }

.theme--sign .card__toggle span { color: #4B61DD; }

.theme--sign .card__toggle:hover span { color: #2740ce; }

.theme--sign .pricing-card .card__main .card__toggle:after { background: url(../images/ic-chev-down.svg); }

.theme--sign .recom-addon .item__wrap[data-toggle]:hover .item__title { color: #4B61DD; }

.theme--sign .recom-addon .item__wrap[data-toggle]:hover .item__title:after { background: url(../images/ic-chev-down.svg); }

.theme--sign .recom-addon .item__wrap[data-toggle]:hover:before { border-color: #4B61DD; }

@media (max-width: 991px) { .theme--sign.product-featured { background-color: #E8F5EB; } }

@media (max-width: 991px) { .hidden-sm { display: none !important; } }

.btn-play--blue { position: absolute; top: 0; right: 0; width: 100%; height: 100%; }

.btn-play--blue .bg { z-index: 2; display: block; width: 100px; height: 100px; border-radius: 50px; background-image: url(../images/ic-play-white.svg); background-size: 22px; background-color: #4B61DD; background-repeat: no-repeat; background-position: 53% 33%; position: absolute; top: calc(50% - 50px); left: calc(50% - 50px); box-shadow: 0 0 0 #4b61dd; -webkit-animation: pulseBlue 2s infinite; animation: pulseBlue 2s infinite; }

.btn-play--blue span { z-index: 4; display: block; width: 100%; font-size: 10px; line-height: 16px; color: #FFF; position: absolute; bottom: 25%; left: 0; text-align: center; }

.btn-play--blue.cta-waba { padding: 12px 24px 12px 16px; position: relative; }

.btn-play--blue.cta-waba::before { content: ''; width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-top: -5px; margin-right: 8px; background: url("../images/ic-waba-w.svg") no-repeat center; background-size: contain; }

ul.custom-list { display: block; width: 100%; }

ul.custom-list > li { position: relative; display: block; padding-left: 36px; margin-bottom: 16px; }

ul.custom-list > li:before { content: ""; display: block; width: 21.5px; height: 21.5px; background: url(../images/ic-done.svg) no-repeat center; background-size: contain; position: absolute; left: 0; top: 2px; }

ul.custom-list.green > li::before { background: url(../images/ic-done.svg) no-repeat center; background-size: contain; }

ul.custom-list.red > li::before { background: url(../images/ic-error.svg) no-repeat center; background-size: contain; }

ul.custom-list.cross > li::before { background: url(../images/ic-coss-x.svg) no-repeat center; background-size: contain; }

ul.custom-list.number { list-style: none; counter-reset: my-awesome-counter; }

ul.custom-list.number > li { counter-increment: list; list-style-type: none; position: relative; }

ul.custom-list.number > li::before { content: counter(list); color: #FFF; width: 20px; height: 20px; font-size: 14px; line-height: 20px; background: #68BE79; border-radius: 50%; text-align: center; }

.link-show { color: #1357FF; position: relative; }

.link-show:after { content: ""; display: block; width: 24px; height: 24px; background: url(../images/ic-chev-down.svg) no-repeat center; background-size: contain; position: absolute; right: -32px; top: calc(50% - 12px); }

.link-show:hover { color: #1357FF; text-decoration: underline; }

.link-close { color: #1357FF; position: relative; }

.link-close:after { content: ""; display: block; width: 24px; height: 24px; background: url(../images/ic-chev-up.svg) no-repeat center; background-size: contain; position: absolute; right: -32px; top: calc(50% - 12px); }

.link-close:hover { color: #1357FF; text-decoration: underline; }

.ic-wa { z-index: 99999; display: none; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: fixed; bottom: 13px; right: 23px; pointer-events: none; }

.ic-wa.show { pointer-events: auto; display: flex; }

.ic-wa img { z-index: 2; position: relative; display: block; height: 73px; width: 73px; min-width: 73px; }

.ic-wa span { z-index: 1; position: relative; width: 100%; height: 30px; background-color: #25d366; font-size: 12px; line-height: 14px; margin-left: -10px; border-radius: 0 20px 20px 0; color: #FFF; transition: all .3s ease; opacity: 0; font-size: 0; padding: 8px 0; max-width: 0; }

.ic-wa:hover { color: #FFF; text-decoration: none !important; }

.ic-wa:hover span { font-size: 12px; padding: 8px 12px; opacity: 1; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; text-decoration: none !important; }

@media (max-width: 767px) { .ic-wa--alt { right: 23px; bottom: 13px; }
  .ic-wa:hover span { display: none; opacity: 0; } }

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

.cta-waba.show { pointer-events: auto; }

.link-btn { padding: 8px 16px; display: inline-block; cursor: pointer; position: relative; color: #4B61DD; }

.link-btn.with-arrow { padding-right: 32px; }

.link-btn.with-arrow:after { content: ""; display: block; width: 24px; height: 8px; background: url(../images/ic-arrow-right-long.svg) no-repeat center; background-size: contain; position: absolute; right: 0; top: calc(50% - 4px); }

.link-btn.with-arrow:hover { color: #1357FF; text-decoration: underline; }

.link-btn.with-arrow-invert { padding-left: 32px; }

.link-btn.with-arrow-invert:after { content: ""; display: block; width: 24px; height: 8px; background: url(../images/ic-arrow-right-long.svg) no-repeat center; background-size: contain; position: absolute; left: 0; top: calc(50% - 4px); -webkit-transform: rotateZ(180deg); transform: rotateZ(180deg); }

.link-btn.with-arrow-invert:hover { color: #1357FF; text-decoration: underline; }

.pangination-row .pagination .page-item.active .page-link.active { color: #4B61DD; }

.pangination-row .pagination .page-item .page-link:hover { color: #4B61DD; }

.single-article__toc { list-style: none; padding: 0; counter-reset: counter-table-of-contents; }

.single-article__toc ul { padding-left: 0; }

.single-article__toc li { margin: 8px 0; }

.single-article__toc a { font-size: 14px; line-height: 20px; color: #626B79; }

.single-article__toc a:hover { color: #575f6b; text-decoration: underline; }

#scroll-top { display: inline-block; background-color: #4B61DD; width: 50px; height: 50px; text-align: center; border-radius: 50px; position: fixed; bottom: 98px; right: 26px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; text-align: center; }

#scroll-top::after { content: ''; width: 40px; height: 40px; display: inline-block; vertical-align: middle; background: url("../images/ic-chev-up-white.svg") no-repeat center; background-size: contain; margin: 10% auto; }

#scroll-top:hover { cursor: pointer; background-color: #2740ce; }

#scroll-top:active { background-color: #2740ce; }

#scroll-top.show { opacity: 1; visibility: visible; }

#scroll-top.alt { bottom: 30px; }

@media (max-width: 991px) { #scroll-top { bottom: 90px; }
  #scroll-top.alt { bottom: 30px; } }

.badge { font-size: 0.75rem; line-height: 1.333em; padding: 0.25rem .5rem; border-radius: 4px; border: 1px solid transparent; background-color: #F2F4F7; color: #FFF; }

.badge--primary { background-color: #139908; border-color: #139908; }

.badge--purple { border-color: #8B5CF6; background-color: #8B5CF6; border-radius: 19px; }

.loading-state:after { content: ""; opacity: 1; z-index: 5; display: block; position: absolute; width: 100%; height: calc(100% + 24px); top: -12px; left: 0; border-radius: 8px; background-image: url(../images/ic-loading.svg); background-repeat: no-repeat; background-size: 120px; background-position: center; }

.marquee-container:after { content: ""; display: block; width: 100%; clear: both; }

:root { --color-text: navy; --color-bg: papayawhip; --color-bg-accent: #ecdcc0; --size: clamp(10rem, 1rem (+40vmin), 30rem); --gap: calc(var(--size) / 14); --duration: 60s; --scroll-start: 0; --scroll-end: calc(-100% - var(--gap)); }

@keyframes scroll-x { from { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(calc(-100% - 32px)); transform: translateX(calc(-100% - 32px)); } }

.our-customer, .case-studies { padding: 4rem 0; }

.our-customer__title, .case-studies__title { max-width: 780px; margin: 0 auto 50px; text-align: center; }

.our-customer__content, .case-studies__content { max-width: 600px; margin: 0 auto 48px; text-align: center; }

.our-customer__list, .case-studies__list { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 32px; }

.our-customer__list .item, .case-studies__list .item { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 100%; max-width: 16.666667%; -webkit-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; min-height: 64px; padding: 6px; }

.our-customer__list .item img, .case-studies__list .item img { display: block; max-width: 100%; height: auto; width: 120px; }

@media (max-width: 767px) { .our-customer__list .item:nth-child(n+10), .case-studies__list .item:nth-child(n+10) { display: none; } }

.our-customer__slider, .case-studies__slider { margin-bottom: 32px; opacity: 1; transition: all .3s ease-in-out; white-space: nowrap; }

.our-customer__slider .item, .case-studies__slider .item { display: inline-block; vertical-align: middle; position: relative; padding: 0 24px; }

.our-customer__slider .item img, .case-studies__slider .item img { display: block; width: auto; height: auto; max-height: 56px; margin: 0 auto; }

.our-customer__slider .owl-stage-outer, .case-studies__slider .owl-stage-outer { overflow: visible; }

.our-customer__action, .case-studies__action { text-align: center; margin-bottom: 64px; }

.our-customer__toolbar, .case-studies__toolbar { padding-top: 10px; padding-bottom: 56px; position: relative; z-index: 2; }

.our-customer__toolbar .dropdown.bootstrap-select, .case-studies__toolbar .dropdown.bootstrap-select { width: auto; display: inline-block; }

.our-customer__toolbar .dropdown.bootstrap-select .bttn, .case-studies__toolbar .dropdown.bootstrap-select .bttn { width: auto; min-width: 100px; padding: 0 30px 0 12px; font-size: 14px; line-height: 34px; }

.our-customer__toolbar .dropdown.bootstrap-select .bttn:after, .case-studies__toolbar .dropdown.bootstrap-select .bttn:after { top: 0; line-height: 36px; }

.our-customer__toolbar .dropdown.bootstrap-select .dropdown-menu, .case-studies__toolbar .dropdown.bootstrap-select .dropdown-menu { min-width: 220px !important; }

.our-customer__toolbar .dropdown.bootstrap-select .dropdown-menu .inner, .case-studies__toolbar .dropdown.bootstrap-select .dropdown-menu .inner { overflow-x: hidden; }

.our-customer__toolbar .slider-category, .case-studies__toolbar .slider-category { position: relative; overflow: hidden; }

.our-customer__toolbar .slider-category__nav, .case-studies__toolbar .slider-category__nav { z-index: 2; position: absolute; right: 0; top: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 0; }

.our-customer__toolbar .slider-category__wrap, .case-studies__toolbar .slider-category__wrap { z-index: 1; position: relative; white-space: nowrap; display: -webkit-flex; display: -ms-flexbox; display: flex; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }

.our-customer__toolbar .slider-category .item-nav, .case-studies__toolbar .slider-category .item-nav { width: 60px; height: 36px; background: #FFF; background: linear-gradient(90deg, white 70%, rgba(255, 255, 255, 0) 100%); padding: 3px 0; cursor: pointer; }

.our-customer__toolbar .slider-category .item-nav .svg, .case-studies__toolbar .slider-category .item-nav .svg { display: block; }

.our-customer__toolbar .slider-category .item-nav .svg path, .case-studies__toolbar .slider-category .item-nav .svg path { fill: #232933; transition: all .3s ease-in-out; }

.our-customer__toolbar .slider-category .item-nav.prev, .case-studies__toolbar .slider-category .item-nav.prev { display: none; }

.our-customer__toolbar .slider-category .item-nav.next, .case-studies__toolbar .slider-category .item-nav.next { margin-left: auto; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 40%); }

.our-customer__toolbar .slider-category .item-nav.next .svg, .case-studies__toolbar .slider-category .item-nav.next .svg { margin-left: auto; }

.our-customer__toolbar .slider-category .item-nav:hover .svg path, .case-studies__toolbar .slider-category .item-nav:hover .svg path { fill: #2B2A35; }

.our-customer__toolbar .slider-category .item, .case-studies__toolbar .slider-category .item { display: inline-block; margin: 0 4px; padding: 6px 8px; border-radius: 4px; }

.our-customer__toolbar .slider-category .item__link, .case-studies__toolbar .slider-category .item__link { color: #232933; }

.our-customer__toolbar .slider-category .item__link:hover, .case-studies__toolbar .slider-category .item__link:hover { color: #4B61DD; }

.our-customer__toolbar .slider-category .item.active, .case-studies__toolbar .slider-category .item.active { background: #F2F4F7; }

.our-customer__toolbar .slider-category .item.active .item__link, .case-studies__toolbar .slider-category .item.active .item__link { color: #2B2A35; font-family: "Inter", sans-serif; font-weight: 500; }

.our-customer__posts, .case-studies__posts { position: relative; }

.our-customer .slider .owl-item > div, .case-studies .slider .owl-item > div { max-width: 100%; }

.our-customer .post, .case-studies .post { margin-bottom: 40px; }

.our-customer .post__img, .case-studies .post__img { position: relative; cursor: pointer; }

.our-customer .post__img .play, .case-studies .post__img .play { position: absolute; z-index: 2; top: calc(50% - 24px); left: calc(50% - 24px); }

.our-customer .post__img .play .icon, .case-studies .post__img .play .icon { width: 48px; height: 48px; display: block; }

.our-customer .post__img .play:after, .case-studies .post__img .play:after { content: ""; display: block; width: 64px; height: 64px; border-radius: 32px; background: #4B61DD; opacity: .2; position: absolute; top: calc(50% - 32px); left: calc(50% - 32px); -webkit-transform: scale(0.5); transform: scale(0.5); transition: all .5s ease-in-out; }

.our-customer .post__img .block-img, .case-studies .post__img .block-img { position: relative; display: block; width: 100%; padding-top: 56.25%; overflow: hidden; border-radius: 4px 4px 0 0; }

.our-customer .post__img .block-img img, .case-studies .post__img .block-img img { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; z-index: 1; }

.our-customer .post__img:hover .play:after, .case-studies .post__img:hover .play:after { -webkit-transform: scale(1); transform: scale(1); }

.our-customer .post__content, .case-studies .post__content { padding: 24px; border: 1px solid #E2E2E2; border-top: 0; border-radius: 0 0 4px 4px; }

.our-customer .post__title, .case-studies .post__title { font-size: 16px; line-height: 24px; margin-bottom: 4px; }

.our-customer .post__title a, .case-studies .post__title a { color: #2B2A35; }

.our-customer .post__title:hover a, .case-studies .post__title:hover a { color: #4B61DD; }

.our-customer .post__category, .case-studies .post__category { display: block; margin-bottom: 4px; }

.our-customer .post__category a, .case-studies .post__category a { color: #232933; }

.our-customer .post__category:hover a, .case-studies .post__category:hover a { color: #232933; text-decoration: underline; }

.our-customer .post p, .case-studies .post p { display: block; padding-top: 8px; margin-bottom: 16px; }

.our-customer .marquee, .case-studies .marquee { display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; gap: var(--gap); -webkit-mask-image: linear-gradient(var(--mask-direction, to right), rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0)); mask-image: linear-gradient(var(--mask-direction, to right), rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0)); }

.our-customer .marquee .item, .case-studies .marquee .item { display: -ms-grid; display: grid; border-radius: 0.5rem; }

.our-customer .marquee .item img, .case-studies .marquee .item img { width: auto; max-height: 56px; }

.our-customer .marquee__group, .case-studies .marquee__group { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; gap: 32px; min-width: 100%; -webkit-animation: scroll-x 60s linear infinite; animation: scroll-x 60s linear infinite; }

.our-customer .marquee__group:not(:last-child), .case-studies .marquee__group:not(:last-child) { margin-bottom: 1.5rem; }

.our-customer .marquee--reverse .marquee__group, .case-studies .marquee--reverse .marquee__group { -webkit-animation-direction: reverse; animation-direction: reverse; -webkit-animation-delay: -3s; animation-delay: -3s; }

@media (prefers-reduced-motion: reduce) { .our-customer .marquee__group, .case-studies .marquee__group { -webkit-animation-play-state: paused; animation-play-state: paused; } }

.our-customer__cta, .case-studies__cta { text-align: center; }

.our-customer--home, .case-studies--home { position: relative; }

.our-customer--home .our-customer.text-center, .case-studies--home .our-customer.text-center { padding: 32px 0 64px; }

.our-customer--m-overview, .case-studies--m-overview { padding-top: 80px; padding-bottom: 80px; }

.our-customer--m-overview .our-customer__slider, .case-studies--m-overview .our-customer__slider { margin-bottom: 0; }

.our-customer--pricing, .case-studies--pricing { padding-top: 80px; padding-bottom: 80px; }

.our-customer--pricing .our-customer__slider, .case-studies--pricing .our-customer__slider { margin-top: 48px; margin-bottom: 0; }

.our-customer--solusi, .case-studies--solusi { padding-top: 80px; padding-bottom: 80px; }

.our-customer--solusi .our-customer__title, .case-studies--solusi .our-customer__title { margin-bottom: 32px; }

.our-customer--solusi .our-customer__slider, .case-studies--solusi .our-customer__slider { margin-bottom: 40px; }

.our-customer.animate .our-customer__title, .our-customer.animate .our-customer__content, .our-customer.animate .our-customer__slider, .our-customer.animate .our-customer__cta, .our-customer.animate .case-studies__toolbar, .our-customer.animate .our-customer__posts .col-md-4, .case-studies.animate .our-customer__title, .case-studies.animate .our-customer__content, .case-studies.animate .our-customer__slider, .case-studies.animate .our-customer__cta, .case-studies.animate .case-studies__toolbar, .case-studies.animate .our-customer__posts .col-md-4 { -webkit-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1); 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); }

.our-customer.animate-in .our-customer__title, .our-customer.animate-in .our-customer__content, .our-customer.animate-in .our-customer__slider, .our-customer.animate-in .our-customer__cta, .our-customer.animate-in .case-studies__toolbar, .our-customer.animate-in .our-customer__posts .col-md-4, .case-studies.animate-in .our-customer__title, .case-studies.animate-in .our-customer__content, .case-studies.animate-in .our-customer__slider, .case-studies.animate-in .our-customer__cta, .case-studies.animate-in .case-studies__toolbar, .case-studies.animate-in .our-customer__posts .col-md-4 { -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1); transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1); opacity: 1; }

.our-customer.animate-in .our-customer__content, .case-studies.animate-in .our-customer__content { transition-delay: .25s; }

.our-customer.animate-in .our-customer__slider, .our-customer.animate-in .our-customer__cta, .case-studies.animate-in .our-customer__slider, .case-studies.animate-in .our-customer__cta { transition-delay: .5s; }

.our-customer.animate-in .our-customer__posts .col-md-4:nth-child(1), .case-studies.animate-in .our-customer__posts .col-md-4:nth-child(1) { transition-delay: .75s; }

.our-customer.animate-in .our-customer__posts .col-md-4:nth-child(2), .case-studies.animate-in .our-customer__posts .col-md-4:nth-child(2) { transition-delay: 1s; }

.our-customer.animate-in .our-customer__posts .col-md-4:nth-child(3), .case-studies.animate-in .our-customer__posts .col-md-4:nth-child(3) { transition-delay: 1.25s; }

@media (max-width: 767px) { .our-customer--home .our-customer.text-center, .case-studies--home .our-customer.text-center { padding-bottom: 0; } }

@media (max-width: 767px) { .our-customer__toolbar, .case-studies__toolbar { padding-top: 16px; }
  .our-customer--home, .case-studies--home { padding-top: 40px; padding-bottom: 60px; }
  .our-customer--m-overview, .our-customer--pricing, .case-studies--m-overview, .case-studies--pricing { padding-top: 60px; padding-bottom: 60px; } }

.our-customer { background: #F2F4F7; }

.our-customer .link-more { color: #4B61DD; }

.our-customer-alt { background: #FFF; }

.case-studies { padding-bottom: 80px; }

.case-studies .post { margin-bottom: 48px; }

.case-studies .post.animate { -webkit-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1); 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); }

.case-studies .post.animate-in { -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1); transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1); opacity: 1; }

.case-studies--related { padding: 80px 0; background: #F8FAFC; }

.case-studies--related .post { margin-bottom: 0; }

.case-studies--related .section-head { position: relative; padding-bottom: 24px; text-align: left; }

.case-studies--related .section-head__title { font-size: 24px; line-height: 32px; margin: 0; padding-right: 220px; }

.case-studies--related .section-head__action { position: absolute; top: 0; right: 30px; }

@media (max-width: 767px) { .case-studies { padding-bottom: 60px; }
  .case-studies .post { margin-bottom: 32px; } }

.breadcrumbs { padding: 8px 0; border-top: 1px solid #D0D6DD; }

.breadcrumbs a, .breadcrumbs span { font-size: 12px; line-height: 16px; }

.breadcrumbs a .icon, .breadcrumbs a span.home { display: inline-block; vertical-align: middle; width: 20px; height: 20px; }

.breadcrumbs a span.home { font-size: 0; line-height: 0; background: url(../images/ic-logo-esign.svg) no-repeat center; background-size: contain; }

.sm-only { display: none; }

@media (max-width: 991px) { .sm-only { display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.modal-success .modal-dialog { margin: 0 auto; padding: 64px 0; }

.modal-success .modal-dialog .modal-content { text-align: center; padding: 32px; max-width: 632px; width: 100%; }

@media (max-width: 991px) { .modal-trial .modal-success .modal-dialog .modal-content { padding: 16px; } }

.modal-success .modal-dialog .modal-icon { margin-bottom: 16px; }

.modal-success .modal-dialog .modal-icon img { object-fit: contain; }

.modal-success .modal-dialog .modal-title { font-family: "Inter", sans-serif; font-weight: 600; font-size: 32px; line-height: 48px; margin-bottom: 16px; }

@media (max-width: 991px) { .modal-success .modal-dialog .modal-title { font-size: 28px; line-height: 36px; } }

.modal-trial { width: 100%; }

.modal-trial__content { padding: 24px; text-align: center; color: #232933; font-size: 16px; line-height: 24px; }

.modal-trial__action { padding: 0 24px 24px; text-align: center; }

.modal-trial__action .btn-blue { background: #4B61DD; border-color: #4B61DD; padding: 7px 24px; border-radius: 6px; font-size: 16px; line-height: 24px; }

.modal-trial__action .btn-blue:hover { background: #2740ce; border-color: #2740ce; }

.modal-close { position: absolute; top: 8px; right: 8px; width: 20px; height: 20px; line-height: 1; }

.modal-trial .modal-close { background: url("../images/ic-cancel-blue.svg") no-repeat; background-size: contain; }

.modal-trial .modal-dialog { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; max-width: 340px !important; margin: 48px auto; padding: 0 !important; }

.modal-trial .modal-content { border-radius: 8px; padding: 0; }

.modal-success .modal-dialog .modal-desc { font-size: 16px; line-height: 24px; }

.hidden { display: none; }

.our-customer__title { max-width: 650px; margin: 0 auto 24px; padding: 0 16px; text-align: center; }

.our-customer__content { max-width: 600px; margin: 0 auto 48px; text-align: center; }

.our-customer__list { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 32px; }

.our-customer__list .item { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 100%; max-width: 16.666667%; -webkit-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; min-height: 64px; padding: 6px; }

.our-customer__list .item img { display: block; max-width: 100%; height: auto; }

@media (max-width: 991px) { .our-customer__list .item:nth-child(n+10) { display: none; } }

.our-customer__slider { margin-bottom: 32px; opacity: 1; transition: all .3s ease-in-out; white-space: nowrap; }

.our-customer__slider .item { display: inline-block; vertical-align: middle; position: relative; padding: 0 24px; }

.our-customer__slider .item img { display: block; width: auto; height: auto; max-height: 56px; margin: 0 auto; }

.our-customer__slider .owl-stage-outer { overflow: visible; }

.our-customer__action { text-align: center; margin-bottom: 64px; }

.our-customer.our-customer--alt { padding: 64px 0; background: #F2F4F7; }

.our-customer.our-customer--alt.white { background: #FFF; }

.our-customer.our-customer--alt.white .logo-marquee__group::before, .our-customer.our-customer--alt.white .logo-marquee__group:after { background: linear-gradient(89.8deg, #FFF 49.02%, rgba(255, 255, 255, 0) 113.2%); }

.our-customer.our-customer--alt .logo-marquee { padding-top: 64px; padding-bottom: 64px; }

.our-customer.our-customer--alt .logo-marquee__title { text-align: center; margin: 0 0 32px; }

.our-customer.our-customer--alt .logo-marquee__desc { margin-bottom: 24px; }

.our-customer.our-customer--alt .logo-marquee__desc p { margin-bottom: 16px; }

.our-customer.our-customer--alt .logo-marquee__desc p:last-child { margin-bottom: 0; }

.our-customer.our-customer--alt .logo-marquee__group { display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; gap: 32px; position: relative; margin: 24px 0; }

.our-customer.our-customer--alt .logo-marquee__group::before, .our-customer.our-customer--alt .logo-marquee__group::after { content: ""; z-index: 2; display: block; width: 64px; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(89.8deg, #F2F4F7 49.02%, rgba(255, 255, 255, 0) 113.2%); }

.our-customer.our-customer--alt .logo-marquee__group::after { left: auto; right: 0; -webkit-transform: matrix(-1, 0, 0, 1, 0, 0); transform: matrix(-1, 0, 0, 1, 0, 0); }

.our-customer.our-customer--alt .logo-marquee__group.reverse .logo-marquee__list { -webkit-animation-direction: reverse; animation-direction: reverse; -webkit-animation-delay: -3s; animation-delay: -3s; }

.our-customer.our-customer--alt .logo-marquee__list { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; gap: 24px; min-width: 100%; -webkit-animation: scroll-x 90s linear infinite; animation: scroll-x 90s linear infinite; }

.our-customer.our-customer--alt .logo-marquee__list .item { display: -ms-grid; display: grid; place-items: center; width: auto; height: 56px; max-width: 150px; }

.our-customer.our-customer--alt .logo-marquee__list .item img { display: block; max-width: 100%; max-height: 56px; width: auto; height: auto; }

.our-customer.our-customer--alt .logo-marquee__action { margin-top: 35px; }

.single-article__author { padding: 24px 0px; border-width: 1px 0px; border-style: solid; border-color: #D0D6DD;  }

.single-article__author .single-article__alt { gap: 24px; }

.single-article__author .author__alt { gap: 12px; }

.single-article__author .author-avatar { flex-shrink: 0; }

.single-article__author .author-avatar .rounded-circle { border-radius: 50%; }

.single-article__author .author-name { font-weight: 600; }

/* .features_table table.table-product {  } */
.features_table { padding: 32px 0; }

.features_table table.table-product { margin-top: 48px; }

.features_table table.table-product { border: 1px solid #D0D6DD; border-style: hidden; }

.features_table table.table-product th { padding: 16px; border: 1px solid #D0D6DD; }

.features_table table.table-product th h3 { font-size: 20px; line-height: 28px; text-align: left; }

.features_table table.table-product th:nth-child(1) { background: transparent !important; }

.features_table table.table-product td { padding: 16px; border: 1px solid #D0D6DD; }

.features_table table.table-product tr:nth-child(1) > td { min-width: 200px; }

.features_table table.table-product > tbody > tr > td:nth-of-type(1) { font-weight: 600; }

@media (max-width: 991px) { .our-customer.our-customer--alt .logo-marquee { padding: 32px 0; }
  .our-customer.our-customer--alt .logo-marquee__title br { display: none; }
  .our-customer.our-customer--alt .logo-marquee__list { -webkit-animation-duration: 30s; animation-duration: 30s; }
  .our-customer.our-customer--alt .logo-marquee__list .item { width: calc(100%/3); } .header .right-menu { display: block; } }

.our-customer.our-customer--alt .our-customer__title { margin-bottom: 56px; max-width: 100%; }

.our-customer.our-customer--alt .our-customer__action { margin-bottom: 0; }

@media (max-width: 991px) { .our-customer.our-customer--alt { padding: 32px 0; }
  .our-customer.our-customer--alt .our-customer__title { margin-bottom: 32px; }
  .our-customer.our-customer--alt .our-customer__title br { display: none; }
  .our-customer.our-customer--alt.white { background: #FFF; }
  .our-customer.our-customer--alt.white .logo-marquee__group::before, .our-customer.our-customer--alt.white .logo-marquee__group:after { background: linear-gradient(89.8deg, #FFF 49.02%, rgba(255, 255, 255, 0) 113.2%); } }

/* STICKY BANNER */
.sticky-banner { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background: #4B61DD; color: #FFF; padding: 0 24px; text-align: center; transition: all .4s ease; font-size: 16px; line-height: 24px; min-height: 48px; }

.sticky-banner:hover { color: #FFF; text-decoration: none; }

.sticky-banner .block-link { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }

.sticky-banner .text-sm { display: none; color: #FFF; }

.sticky-banner .text-lg { position: relative; z-index: 2; color: #FFF; }

.sticky-banner .text-lg span { font-family: "Inter", sans-serif; font-weight: 500; }

.sticky-banner .more { color: #FFF; text-decoration: underline; opacity: 1; transition: all .4s ease; }

.sticky-banner .more:hover { opacity: .5; }

.sticky-banner .close { display: block; position: absolute; right: 20px; top: calc(50% - 12px); transition: all .4s ease; cursor: pointer; color: #FFF; font-size: 26px; }

.sticky-banner .more { font-size: 14px; line-height: 24px; margin-left: 16px; }

.sticky-banner.sb-alt { background: #E0EEFF; color: #232933; }

.sticky-banner.sb-alt .img { display: inline-block; vertical-align: bottom; margin-top: -12px; margin-bottom: -12px; transition: all .4s ease; }

.sticky-banner.sb-alt .btn { margin-left: 24px; }

@media (max-width: 991px) { .sticky-banner { display: block; font-size: 14px; line-height: 20px; padding: 8px; background: #4B61DD; text-align: center; color: #FFF; -webkit-transform: none; transform: none; visibility: visible; transition: all .4s ease; opacity: 1; }
  .sticky-banner:hover { color: #FFF; text-decoration: none; }
  .sticky-banner .text-lg { display: none; }
  .sticky-banner .text-sm { display: block; }
  .sticky-banner .text-sm span { display: block; font-family: "Inter", sans-serif; font-weight: 500; }
  .sticky-banner a { color: #FFF; text-decoration: underline; }
  .sticky-banner .more { font-size: 12px; }
  .sticky-banner .close { font-size: 20px; line-height: 20px; display: block; position: absolute; right: 8px; top: 8px; transition: all .4s ease; cursor: pointer; }
  .sticky-banner.sb-alt { background: #E0EEFF; color: #232933; }
  .sticky-banner.sb-alt .img { display: none; }
  .sticky-banner.sb-alt .more { color: #4B61DD; } }

body.has-sb main { padding-top: 241px; }

body.has-sb header .header__top { transition: all .4s ease; opacity: 1; visibility: visible; }

body.has-sb header.fixed { -webkit-transform: translateY(0); transform: translateY(0); }

body.has-sb header.fixed .sticky-banner { padding-top: 8px; padding-bottom: 8px; min-height: 48px; }

body.has-sb header.fixed .sticky-banner.sb-alt .img { margin-top: -8px; margin-bottom: -8px; }

body.has-sb header.fixed .header__top { height: 0; opacity: 0; padding: 0; visibility: hidden; }

@media (max-width: 991px) { body.has-sb main { padding-top: 59px !important; }
  body.has-sb header .header__left { top: 59px; }
  body.has-sb.menu-open .sticky-banner { height: 0; padding: 0 24px; opacity: 0; visibility: hidden; }
  body.has-sb.menu-open header .header__left { top: 0; }
  body.has-sb.menu-open header .header__main { margin-top: 0; } }

/* Footer */
.footer { background: #F2F4F7; }

.footer__logo { margin: 0 0 2rem; }

.footer__logo img { display: block; height: 2.875rem; width: auto; }

.footer .ft-iso { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: space-between; width: 100%; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }

.footer .ft-iso img { display: block; margin: 0; width: 65%; }

.footer .ft-iso .logo-footer { flex: 25%; margin-bottom: 0px; }

@media only screen and (min-width: 767px) and (max-width: 991px) { .footer .ft-iso { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; width: 40%; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
.footer .ft-iso img { display: block; margin: 0; width: 80%; }
.footer .ft-iso .logo-footer { flex: 25%; margin-bottom: 16px; }
.footer__logo img { height: 2.875rem; } }

.footer .ft-menu { margin: 0 0 2rem; }

.footer .ft-menu .title { display: block; color: #232933; font-size: 1rem; line-height: 1.5em; font-family: "Inter", sans-serif; font-weight: 500; margin: 0 0 0.75rem; }

.footer .ft-menu > ul { display: block; }

.footer .ft-menu > ul li { display: block; margin: 0 0 0.5rem; }

.footer .ft-menu > ul li:last-child { margin: 0; }

.footer .ft-menu > ul a { display: inline-block; color: #626B79; }

.footer .ft-menu > ul a:hover { text-decoration: none; color: #4B61DD; }

.footer .ft-menu > ul .tag { display: inline-block; color: #5B37D4; }

.footer .ft-menu > ul .tag:before { content: "-"; display: inline-block; margin: 0 0.2em; }

.footer__social { display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 -0.75rem; margin-bottom: 24px; }

.footer__social a { display: block; margin: 0 0.75rem; opacity: 1; transition: all .4s ease; }

@media (min-width: 768px) { .footer__social a {margin: 0 0.4rem;} }

.footer__social a img { display: block; height: 1.25rem; width: auto; }

.footer__social a:hover { text-decoration: none; opacity: 0.5; }

.footer span.copy { display: block; text-align: center; }

.footer__main { padding: 32px 0; }

.footer__addrs { margin-top: 48px; padding-top: 48px; border-top: 1px solid #D0D6DD; }

.footer__addr_item .h4 { color: #232933; font-size: 14px; line-height: 23px; font-family: "Inter", sans-serif; font-weight: 600; margin-bottom: 8px; }

.footer__addr_item address a { color: #626B79; margin-bottom: 0; text-decoration: none; }

.footer__bot { background-color: #E6E9EF; padding: 1.5rem 0; }

.footer__bot .col-12 { -webkit-order: 3; -ms-flex-order: 3; order: 3; padding-top: 2rem; }

.footer__bot .col-6 { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.footer__bot .col-6.text-right { text-align: center; }

.footer__bot .footer__logo { max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; margin: 0 auto 2rem; }

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

.footer__bot .footer__logo img { height: 1.875rem; }

@media (min-width: 768px) {.footer__bot .footer__logo { margin: 0 auto 0rem; }}

.footer__bot .btn.btn-link { font-size: 1rem; line-height: 1.5em; color: #4B61DD; padding-right: 30px; position: relative; font-family: "Inter", sans-serif; font-weight: 400; }

.footer__bot .btn.btn-link::after { content: ""; width: 24px; height: 24px; background: url(../images/ic-arrows-right.svg); background-size: contain; background-repeat: no-repeat; background-position: center; position: absolute; top: calc(50% - 12px); right: 0; }

.footer .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .footer .wpml-ls-legacy-dropdown a:focus, .footer .wpml-ls-legacy-dropdown a:hover { background: #FFFFFF; }

.footer .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after { display: none; }

/* Contents */
.masthead { position: relative; }

.masthead__wrap { padding: 64px 0 32px 0; }

.masthead span.sub { display: block; font-size: 1rem; line-height: 1.5em; margin-bottom: 0.5rem; }

.masthead__logo { margin: 0 0 1.25rem; }

.masthead__logo img { display: block; height: 2rem; width: auto; margin: 0 auto; }

.masthead__title { margin-bottom: 0; margin-left: -2px; margin-right: -2px; font-family: "Inter", sans-serif; font-weight: 600; }

.masthead__title br { display: none; }

.masthead__title:not(:last-child) { margin-bottom: 1rem; }

.masthead__meta { font-family: "Inter", sans-serif; font-weight: 600; }

.masthead__desc { max-width: 600px; margin: 0; }

.masthead__desc p { font-size: 1rem; line-height: 1.5em; }

.masthead__desc:not(:last-child) { margin-bottom: 2rem; }

.masthead__action:not(:last-child) { margin-bottom: 2.5rem; }

.masthead__action .btn { width: 100%; }

.masthead__action .btn + .btn { margin-top: 1rem; }

.masthead__action .form { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }

.masthead__action .form-group { display: block; width: 100%; max-width: calc(100% - 120px); -webkit-flex: 0 0 calc(100% - 120px); -ms-flex: 0 0 calc(100% - 120px); flex: 0 0 calc(100% - 120px); }

.masthead__action .form-group:not(:last-child) { padding-right: 1rem; }

.masthead__action .form-action { display: block; width: 100%; max-width: 120px; -webkit-flex: 0 0 120px; -ms-flex: 0 0 120px; flex: 0 0 120px; }

.masthead__tags label { font-size: 0.875rem; line-height: 1.5em; margin-bottom: 0.5rem; }

.masthead__tags .tags { margin: 0 -0.25rem; }

.masthead__tags .tags .tag { font-size: 0.875rem; line-height: 1.5em; padding: 0.1875rem 0.75rem; margin: 0 0.25rem 0.8rem; text-decoration: none; color: #626B79; border-color: #F2F4F7; background: #F2F4F7; opacity: 1; transition: all .4s ease; }

.masthead__tags .tags .tag:hover { opacity: 0.6; text-decoration: none; color: #232933; }

.masthead__img img { display: block; max-width: 100%; height: auto; }

.masthead__img:not(:last-child) { margin-bottom: 3.125rem; }

.masthead--cdetail .masthead__wrap { padding: 5rem 0 2.5rem; }

.masthead--cdetail .masthead__title { font-size: 3rem; line-height: 1.167em; }

.masthead--cdetail .masthead__img { margin-top: 3rem; position: relative; width: 100%; padding-top: 39.21569%; }

.masthead--cdetail .masthead__img img { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; }

.masthead--cdetail .masthead__img.img-full { padding-top: 33.333333%; }

.masthead--contact .masthead__wrap { padding: 2.5rem 0; }

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

.masthead--integration .masthead__wrap { padding-top: 4rem; padding-bottom: 4rem; }

.masthead--integration .masthead__img { position: relative; width: calc(100% + 24px); margin: 2rem -12px 0; }

.masthead--integration .masthead__img img, .masthead--integration .masthead__img .masthead-logos { display: block; width: 100%; height: auto; }

@media (max-width: 992px) and (min-width: 768px) { .masthead--integration .masthead__img { padding-top: 27%; } .download-learn .media__play { left: 47.8% !important; top: 45% !important; } }

.masthead--why-clients { text-align: center; }

.masthead--why-clients .masthead__img { margin-top: 32px; }

.masthead--service-promise { text-align: center; }

.masthead--service-promise .masthead__img { margin-top: 32px; }

.masthead--service-about .masthead__img { margin-top: 32px; }

.masthead--product .masthead__img { position: relative; max-width: 808px; margin: 0 auto; }

.masthead--product .masthead__img .img { display: block; position: relative; width: 100%; padding-top: 61.882%; }

.masthead--product .masthead__img img { max-height: 100%; width: auto; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; opacity: 1; transition: all 1s ease-in-out; }

.masthead--product .masthead__img img.active { opacity: 1; }

.masthead--product-2 { text-align: center; }

.masthead--product-2 .masthead__img { margin-top: 32px; }

.masthead--product-2 .list-check { text-align: left; }

.masthead--career .masthead__action .form-group { padding-bottom: 0; }

.masthead--career .masthead__action .form-action { padding-top: 0; }

.masthead--single-blog .sub { display: block; text-align: center; text-transform: uppercase; }

.masthead--single-blog .masthead__title { font-size: 24px; line-height: 1.333em; text-align: center; margin-bottom: 32px; }

.masthead--single-blog .masthead__img { position: relative; display: block; width: 100%; padding-top: 56.2%; }

.masthead--single-blog .masthead__img img { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; object-position: 50% 50%; border-radius: 4px; }

.masthead--career-nl .masthead__action { margin-bottom: 32px; }

.masthead--product .masthead__title { width: auto; max-width: 100%; }

.masthead--product .masthead__img { position: relative; max-width: 808px; margin: 0 auto; }

.masthead--product .masthead__img .img { display: block; position: relative; width: 100%; padding-top: 61.882%; }

.masthead--product .masthead__img img { max-height: 500px; width: 100%; height: 100%; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; transition: all 1s ease-in-out; object-fit: contain; object-position: center; opacity: 0; }

.masthead--product .masthead__img img.active { opacity: 1; }

.block-clients { padding-top: 32px; padding-bottom: 32px; }

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

.block-clients__desc { text-align: center; max-width: 600px; margin: 0 auto 1.5rem; }

.block-clients__desc p { margin-bottom: 1rem; }

.block-clients ul.clients { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 0; margin: 0; }

.block-clients ul.clients li { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 100%; max-width: 33.333333%; -webkit-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; margin: 16px 0; padding: 0 16px; }

.block-clients ul.clients li img { width: auto; height: 40px; object-fit: contain; }

.block-clients ul.clients li .img--2 { display: none; }

.block-clients--pricing { background: #F2F4F7; padding-top: 0; padding-bottom: 0; }

/* Career */
.ft-share { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 -10px 1.5rem; }

.ft-share__item { display: block; margin: 0 10px; opacity: 1; transition: all .3s ease-in-out; }

.ft-share__item:hover { opacity: .5; }

.ft-share__item .svg { display: block; width: 20px; height: 20px; object-fit: contain; }

.ft-follow { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.ft-follow .label { display: block; padding-right: 1.5rem; color: #212121; }

.ft-follow .ft-share { margin: 0 -0.75rem; }

.ft-follow .ft-share__item { margin: 0 0.75rem; }

.ft-follow .ft-share__item .svg { width: 1.5rem; height: 1.5rem; object-fit: contain; }

@media (max-width: 991px) { .ft-follow { margin-bottom: 2.5rem; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .ft-follow .label { width: 55%; padding-right: 0; }
  .ft-follow .ft-share { margin-right: auto; } }

.ft-subscribe { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.ft-subscribe .label { display: block; padding-right: 1.5rem; color: #212121; }

@media (max-width: 991px) { .ft-subscribe { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .ft-subscribe .label { display: block; width: 100%; text-align: left; max-width: 55%; font-size: 14px; line-height: 20px; padding-right: 10px; } }

.footer__subscribe { padding: 1.25rem 0; background: #F9FAFB; border-bottom: 1px solid #E2E2E2; }

@media (max-width: 767px) { .footer .footer__subscribe { padding-top: 1.75rem; padding-bottom: 2rem; } }

.snextlevel { padding-top: 64px; padding-bottom: 40px; }

.snextlevel__images { margin-top: -20%; margin-bottom: 32px; padding-left: 16px; padding-right: 16px; }

.snextlevel__images .row { margin-left: -8px; margin-right: -8px; }

.snextlevel__images .item { padding: 8px; }

.snextlevel__images .item:nth-child(2) { margin-top: 20%; }

.snextlevel__images .item:nth-child(3) { margin-top: -20%; }

.snextlevel__images .img { position: relative; width: 100%; padding-top: 100%; }

.snextlevel__images .img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; object-position: center; }

.snextlevel__logo { margin-bottom: 16px; }

.snextlevel__logo img { display: block; height: 80px; width: auto; }

.snextlevel__title { color: #FFF; margin-bottom: 20px; }

.snextlevel__desc { padding-right: 40px; }

.snextlevel__desc p { color: #FFF; }

.snextlevel__buttons { padding-top: 32px; margin-left: -8px; margin-right: -8px; }

.snextlevel__buttons .btn { margin: 0 8px 8px; }

.snextlevel__wrap { background: #03053A; padding-top: 40px; padding-bottom: 40px; }

/* Pricing */
.pricing-head { padding: 3rem 0 0; background-color: #FFF; }

.pricing-head__title { margin-bottom: .5rem; text-align: center; }

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

.pricing-main { padding-top: 3rem; padding-bottom: 0; background-color: #FFFFFF; }

.pricing-main__title { font-size: 1.5rem; line-height: 1.333em; text-align: center; margin-bottom: 40px; }

.pricing-main__cta { text-align: center; margin: 0 -0.5rem 2.5rem; }

.pricing-main__cta .btn { margin: 0 0.5rem; }

.pricing-main .employee { text-align: center; margin-bottom: 2.5rem; }

.pricing-main .employee p { margin-bottom: 1rem; }

.pricing-main .employee p input { text-align: center; display: inline-block; width: 4.3rem; margin: 0.625rem; font-family: "Inter", sans-serif; font-weight: 500; }

.pricing-table { display: block; border: 1px solid #E2E2E2; border-radius: 6px; margin-bottom: 48px; overflow: hidden; overflow-x: auto; }

.pricing-table span.check { display: inline-block; vertical-align: middle; width: 21px; height: 21px; background: url(../images/ic-check.svg) no-repeat center; background-size: contain; }

.pricing-table .cta-sm { display: block; }

.pricing-table__row { min-width: 400px; width: 100%; position: relative; display: -ms-grid; display: grid; -ms-grid-columns: auto auto auto auto; grid-template-columns: auto auto auto auto; }

.pricing-table__th { width: 100%; padding: 14px; grid-column-start: 1; grid-column-end: 5; border-right: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; }

.pricing-table__th.has-bg { background-color: #EDF9EE; }

.pricing-table__th.hide-sm { display: none; }

.pricing-table__td { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; width: 100%; padding: 14px; border-right: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; }

.pricing-table__td.has-bg { background-color: #EDF9EE; }

.pricing-table__td .head__buttons { display: none; }

.pricing-table .head { width: 100%; min-width: 100px; padding: 0; text-align: left; }

.pricing-table .head__title { display: block; font-size: 14px; line-height: 21px; font-family: "Inter", sans-serif; font-weight: 600; margin-bottom: 4px; }

.pricing-table .head__price { margin-bottom: 16px; }

.pricing-table .head__price span { font-size: 14px; line-height: 21px; font-family: "Inter", sans-serif; font-weight: 600; }

.pricing-table .head__price small { font-size: 12px; line-height: 16px; }

.pricing-table .head__buttons .btn { width: 100%; }

.pricing-note ul { padding-left: 20px; color: #626B79; }

.pricing-note ul li { position: relative; }

.pricing-note ul li:not(:last-child) { margin-bottom: 8px; }

.pricing-note ul li:before { content: ""; position: absolute; top: 8px; left: -16px; width: 8px; height: 8px; border-radius: 50%; background: #626B79; }

.recom-bundle h2 { margin-bottom: 32px; padding: 0 2rem; text-align: center; }

.recom-bundle__wrap { padding: 3rem 0 3rem; }

.recom-bundle .pricing-card .card__head { padding: 20px; }

.recom-bundle .pricing-card .card__main { padding: 0; }

.recom-bundle .pricing-card .card__main .inc { padding-bottom: 24px; }

.recom-bundle .pricing-card .card__main .card__toggle span { color: #232933; }

.recom-bundle .pricing-card .card__main .card__toggle:after { background: url(../images/ic-chevron-down-grey.svg); }

.recom-bundle .pricing-card .card__collapse { padding: 0 20px; }

.recom-bundle .inc { padding-top: 8px; }

.recom-bundle .inc span.cat { margin-bottom: 12px; }

.recom-bundle .inc .inc__items { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -14px; margin-right: -14px; margin-bottom: -28px; }

.recom-bundle .inc .inc__items img { height: 24px; width: auto; margin: 0 14px 28px; }

.recom-bundle .hide-sm { display: none; }

.recom-bundle .nav-container { position: relative; padding-top: 47px; }

.recom-bundle .nav { position: absolute; width: 100%; top: 0; left: 0; padding-top: 47px; display: none; }

.recom-bundle .nav-item { margin-bottom: 0; }

.recom-bundle .nav-item.active { position: absolute; top: 0; left: 0; width: 100%; border-color: #E2E2E2; background-color: #FFFFFF; }

.recom-bundle .nav-item.active:after { content: ""; display: block; z-index: 2; position: absolute; width: 20px; height: 20px; top: calc(50% - 10px); border-radius: 1.5rem; right: 0.5rem; background-color: transparent !important; background-image: url(../images/ic-down.svg); background-position: center; background-size: contain; background-repeat: no-repeat; }

.recom-bundle .nav-link { position: relative; z-index: 1; display: block; padding: 0 1.5rem 0 0.75rem; color: #626B79; border-color: #E2E2E2 !important; background-color: #FFFFFF !important; border: 0; border-radius: 0; max-height: 0; opacity: 0; margin-bottom: -1px; visibility: hidden; transition: all .4s ease; border-top: 0; }

.recom-bundle .nav-link p { display: none; }

.recom-bundle .nav-link .badge { display: inline-block; vertical-align: middle; margin-bottom: 0; margin-right: 0.5rem; }

.recom-bundle .nav-link h3 { display: inline-block; vertical-align: middle; font-size: 1rem; line-height: 2em; margin-bottom: 0; }

.recom-bundle .nav-link:hover { text-decoration: none; }

.recom-bundle .nav-link.active { position: relative; z-index: 2; border: 1px solid #E2E2E2; opacity: 1; visibility: visible; max-height: 57px; padding: 0.5rem 1.5rem 0.5rem 0.75rem; border-radius: .25rem; }

.recom-bundle .nav.show .nav-link { border: 1px solid #E2E2E2; opacity: 1; visibility: visible; max-height: 57px; padding: 0.5rem 1.5rem 0.5rem 0.75rem; }

.recom-bundle .nav.show .nav-link.active { border-radius: .25rem .25rem 0 0; }

.recom-bundle .tab-pane__sm { margin-bottom: 32px; }

.recom-bundle .tab-pane__sm .item__logo { margin-bottom: 12px; }

.recom-bundle .tab-pane { display: block !important; opacity: 1 !important; padding: 32px; border: 1px solid #E2E2E2; border-radius: 4px; margin-bottom: 40px; position: relative; }

.recom-bundle .tab-pane h3 { margin-bottom: 16px; }

.recom-bundle .tab-pane span.cat { color: #2B2A35; font-size: 16px; line-height: 24px; font-family: "Inter", sans-serif; font-weight: 500; display: block; margin-bottom: 8px; }

.recom-bundle .tab-pane ul.custom-list > li { margin-bottom: 8px; }

.recom-bundle .tab-pane ul.custom-list > li:last-child { margin-bottom: 0; }

.recom-bundle .tab-pane .price:not(:last-child) { margin-bottom: 24px; }

.recom-bundle .tab-pane .price .ps { display: block; font-size: 14px; line-height: 20px; color: #545465; }

.recom-bundle .tab-pane .price .pn { font-size: 32px; line-height: 40px; font-family: "Inter", sans-serif; font-weight: 500; color: #2B2A35; }

.recom-bundle .tab-pane .price .pt { margin-left: 4px; font-size: 14px; line-height: 24px; color: #545465; }

.recom-bundle .tab-pane .tab-action { padding-top: 32px; }

.recom-bundle .tab-pane .card-tnc { position: absolute; font-size: 12px; line-height: 16px; bottom: -24px; right: 0; }

.recom-bundle__content { display: block; padding: 24px; color: #626B79; background-color: #FFF; border: 1px solid #E2E2E2; border-radius: 0.25rem; }

.recom-bundle__title { margin-bottom: 0.25rem; }

.recom-bundle__caption { font-size: 0.75rem; line-height: 1.429em; margin-bottom: 1rem; }

.recom-bundle__price { display: block; color: #777; margin-bottom: 1.5rem; }

.recom-bundle__price b { color: #232933; font-size: 2rem; line-height: 1.5em; }

.recom-bundle__price span { color: #232933; }

.recom-bundle__includes { margin-bottom: 2rem; }

.recom-bundle__includes .title { display: block; color: #232933; font-size: 1rem; line-height: 1.5em; font-family: "Inter", sans-serif; font-weight: 500; margin-bottom: 0.75rem; }

.recom-bundle__includes .brands { margin: 0 -0.5rem; }

.recom-bundle__includes .brand { display: inline-block; vertical-align: top; padding: 0 0.5rem 1rem; }

.recom-bundle__includes .brand img { display: block; width: auto; max-height: 28px; }

.recom-bundle__more { margin: 1.5rem -2rem 0; padding-top: 1.25rem; text-align: center; border-top: 1px solid #E2E2E2; }

.recom-bundle__more span { display: block; position: relative; color: #1357FF; }

.cb-action { text-align: center; padding: 48px; }

.cb-action img { display: inline-block; margin: 0 auto 1.5rem; height: 80px; width: auto; }

.cb-action p { color: #232933; font-family: "Inter", sans-serif; font-weight: 500; margin-bottom: 1.25rem; }

.promise-block { background: #10253E; padding: 3rem 0; color: #FFFFFF; }

.promise-block .img { padding-bottom: 2rem; }

.promise-block .img img { display: block; width: 100%; height: auto; }

.promise-block span.sub { display: block; font-size: 0.875rem; line-height: 1.429em; margin-bottom: 0.5rem; }

.promise-block h2, .promise-block p, .promise-block a { color: #FFFFFF; }

.promise-block ul { display: block; margin-bottom: 1rem; }

.promise-block ul li { display: block; position: relative; padding-bottom: 0.5rem; padding-left: 2rem; }

.promise-block ul li::before { content: ""; display: block; position: absolute; width: 1.25rem; height: 1.25rem; top: 0.083em; left: 0; background-image: url(../images/ic-check-alt.svg); background-repeat: no-repeat; background-size: contain; background-position: center; }

.promise-block .cta { padding-top: 1rem; }

.get-started-block { position: relative; text-align: center; padding: 64px 0; background-color: #F9FAFB; }

.get-started-block .icon { display: block; height: 3rem; width: auto; margin: 0 auto 1rem; }

.get-started-block h2 { max-width: 275px; margin-left: auto; margin-right: auto; }

.get-started-block .cta { margin: 0 -0.5rem; }

.get-started-block .cta .btn { margin: 0 0.5rem; }

.get-started-block__img { padding-top: 2.5rem; }

.get-started-block__img img { display: block; width: 100%; height: auto; }

.accordion { position: relative; margin-bottom: 32px; }

.accordion .card { position: relative; margin-bottom: 4px; }

.accordion .card__header { position: relative; display: block; padding: 20px 56px 20px 20px; cursor: pointer; border-bottom: 1px solid #E2E2E2; transition: all .3s ease-in-out; }

.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; -webkit-transform: rotate(180deg); transform: rotate(180deg); transition: all .5s ease-in-out; }

.accordion .card__header.collapsed:after { -webkit-transform: none; transform: none; }

.accordion .card__title { font-size: 16px; line-height: 24px; font-family: "Inter", sans-serif; font-weight: 500; margin: 0; padding: 0; }

.accordion .card__title:hover { color: #232933; }

.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; }

.accordion--faq .card { margin-bottom: 16px; background: #FFF; border-radius: 4px; overflow: hidden; border: 1px solid #E2E2E2; transition: all .5s ease-in-out; }

.accordion--faq .card.open { margin-bottom: 24px; border-color: #139908; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }

.accordion--faq .card__header { padding: 20px 16px; border: 0; }

.accordion--faq .card__header:after { top: 20px; right: 16px; background: url(../images/ic-caret-down.svg) no-repeat center; background-size: contain; -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.accordion--faq .card__header .card__title { padding-right: 30px; font-family: "Inter", sans-serif; font-weight: 600; }

.accordion--faq .card__header.collapsed .card__title { font-family: "Inter", sans-serif; font-weight: 400; }

.accordion--faq .card__header.collapsed:after { content: ""; background: url(../images/ic-caret-down.svg) no-repeat center; background-size: contain; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.accordion--faq .card__body { border-radius: 0; box-shadow: none; padding: 0px 24px 24px 24px; margin: 0; color: #626B79; }

.accordion--faq .card__body ol { list-style: auto; padding-left: 16px; }

.accordion--faq .card__body ul { list-style: disc; padding-left: 16px; }

.accordion--faq .card__body ul li { margin-bottom: 8px; }

.accordion--plan .card { border: 1px solid #E2E2E2; margin-bottom: 12px; }

.accordion--plan .card:last-child { margin-bottom: 0; }

.accordion--plan .card__header { border: 0; padding: 0.5rem 0.625rem; border-radius: 0.25rem; }

.accordion--plan .card__header:after { content: ""; width: 20px; height: 20px; top: 8px; right: 10px; }

.accordion--plan .card__title { display: block; font-size: 0.875rem; line-height: 1.429em; }

.accordion--plan .card__title .badge { margin-right: 0.5rem; }

.accordion--plan .card__body { border-radius: 0 0 .25rem .25rem; border: 0; margin: 0; padding: 0.5rem 0.625rem 1rem; font-size: 0.875rem; line-height: 1.429em; }

.accordion--auto .card__header { border: 0; padding: 1.25rem; }

.accordion--auto .card__header:not(.collapsed) { background: #FFFFFF; }

.accordion--auto .card__body { box-shadow: none; padding: 0 1.25rem 1.5rem; margin: 0; background: #FFFFFF; }

.accordion--auto .progress-bar { z-index: 5; display: block; position: absolute; width: 100%; top: 0; left: 0; opacity: 0; }

.accordion--auto .progress-bar span { display: block; width: 100%; height: 2px; background: #5B37D4; }

.accordion--auto .card { position: relative; border-bottom: 1px solid #E2E2E2; margin: 0 0 .25rem; border-radius: 0; transition: all .4s ease; }

.accordion--auto .card.open { border-radius: 0.25rem; box-shadow: 0px 2px 4px rgba(180, 188, 208, 0.75); border-bottom-color: transparent; }

.accordion--auto .card.open .progress-bar { opacity: 1; }

.accordion--auto-images { margin-bottom: 2rem; }

.accordion--auto-images .img { display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.accordion--auto-images .img img { display: block; width: 100%; height: auto; }

.accordion--auto-images .img:not(.active) { display: none; }

.pricing-socproof { padding-bottom: 32px; padding-top: 0; background: #F2F4F7; }

.pricing-socproof .item { margin-bottom: 20px; }

.pricing-socproof .item__wrap { padding-left: 16px; }

.pricing-socproof .item__number { position: relative; }

.pricing-socproof .item__number::before { content: ""; display: block; width: 2px; height: 32px; position: absolute; top: calc(50% - 16px); left: -16px; background-color: #4B61DD; }

.pricing-socproof .item__number span { color: #5B37D4; font-size: 32px; line-height: 48px; font-family: "Inter", sans-serif; font-weight: 600; display: block; margin-bottom: 0; }

.pricing-socproof .item__desc { max-width: 85%; }

/* Block Featured */
.block-featured { padding-top: 4rem; padding-bottom: 4rem; }

.block-featured__title { text-align: center; margin: 0 0 1rem; }

.block-featured__desc { text-align: center; margin-bottom: 2.5rem; }

.block-featured .item { position: relative; margin-bottom: 2rem; }

.block-featured .item:last-child { margin-bottom: 0; }

.block-featured .item__img { position: absolute; top: 0; left: 0; }

.block-featured .item__img img { display: block; height: auto; width: 40px; margin: 0 0 0.5rem; }

.block-featured .item__title { margin: 0 0 0.25rem; }

.block-featured .item__desc { max-width: 360px; }

.block-featured .item__wrap { position: relative; padding-left: 52px; }

/* Get started */
.get-started { display: block; position: relative; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.get-started .stepper { display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 4rem; }

.get-started .stepper__item { display: block; position: relative; -webkit-flex-basis: 1; -ms-flex-preferred-size: 1; flex-basis: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; }

.get-started .stepper__item:before { content: ""; z-index: 1; display: block; width: calc(100% - 1.75rem); height: 1px; background-color: #E2E2E2; position: absolute; top: 0.875rem; left: calc(50% + 1.375rem); }

.get-started .stepper__item:last-child:before { display: none; }

.get-started .stepper__item span.no { z-index: 2; position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 1.75rem; height: 1.75rem; background-color: #FFFFFF; border: 1px solid #E2E2E2; border-radius: 1.75rem; color: #B4B4B4; font-size: 0.875rem; line-height: 1.75rem; margin: 0 auto 0.25rem; }

.get-started .stepper__item span.text { z-index: 2; position: relative; display: block; color: #B4B4B4; font-size: 0.875rem; line-height: 1.429em; }

.get-started .stepper__item.active span.no { background-color: #4B61DD; border-color: #4B61DD; color: #FFFFFF; }

.get-started .stepper__item.active span.text { color: #232933; font-family: "Inter", sans-serif; font-weight: 500; }

.get-started .stepper__item.done span.no { cursor: pointer; }

.get-started .stepper__item.done span.text { color: #232933; }

.get-started .stepper__item.done.active span.no { border-color: transparent; background-color: transparent; }

.get-started .quote img { display: block; width: 100%; height: auto; margin: 0 0 3rem; }

.get-started .quote p { color: #232933; font-size: 1.25rem; line-height: 1.4em; font-family: "Inter", sans-serif; font-weight: 500; margin: 0 0 1rem; }

.get-started .quote span.name { display: block; color: #232933; font-size: 0.875rem; line-height: 1.429em; font-family: "Inter", sans-serif; font-weight: 500; }

.get-started .quote span.job { display: block; font-size: 0.875rem; line-height: 1.429em; }

.get-started .nav--quote { display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 1.5rem; margin: 0 -0.5rem; }

.get-started .nav--quote .nav-item { display: block; position: relative; padding: 0 0.5rem; }

.get-started .nav--quote .nav-link { display: block; position: relative; opacity: .3; transition: all .3s ease; }

.get-started .nav--quote .nav-link img { z-index: 3; position: relative; display: block; width: 2.5rem; height: 2.5rem; object-fit: cover; background-color: #E2E2E2; object-position: 50% 50%; border-radius: 2.5rem; }

.get-started .nav--quote .nav-link.active { opacity: 1; }

.get-started .form label { font-family: "Inter", sans-serif; font-weight: 500; }

.get-started .form span.separator { width: 3rem; height: 1px; display: block; background: #E2E2E2; margin-top: 0.75rem; margin-bottom: 1.5rem; }

.get-started .form .form-action p { font-size: 0.875rem; line-height: 1.429em; }

.get-started .form .plan-package { margin-bottom: 0.75rem; }

.get-started .form .plan-package label { margin-bottom: 4px; font-size: 14px; line-height: 20px; }

.get-started .form .plan-package:last-child { margin-bottom: 0; }

.get-started .form .employee p, .get-started .form .employee .emp-input { margin-bottom: 1.5rem; }

.get-started .form .employee .form-range__before { text-align: left; }

.get-started .form .employee .form-range__after { text-align: right; }

.get-started .form__head { text-align: center; margin-bottom: 2.5rem; }

.get-started .form__head h2 { margin-bottom: 1rem; }

.get-started .form__step { display: none; }

.get-started .form__step.active { display: block; }

.get-started__form { display: block; position: relative; width: 100%; background-color: #FFFFFF; padding: 3rem 1.5rem 5rem; }

.get-started__asside { display: block; position: relative; width: 100%; background-color: #F2F4F7; padding: 2rem 1rem; }

.get-started__asside .card { display: block; background-color: #FFFFFF; border: 1px solid #E2E2E2; padding: 2rem 2.5rem; border-radius: 0.25rem; border-top: 2px solid #4B61DD; }

.get-started__asside .card hr { border-top: 1px solid #E2E2E2; display: block; width: 100%; margin: 0 0 1.5rem; }

.get-started__asside .card .sub { display: block; font-size: 1rem; line-height: 1.5em; margin: 0 0 1.5rem; }

.get-started__asside .card h2 { margin-bottom: 0.75rem; }

.get-started__asside .card p { margin-bottom: 1.5rem; }

.get-started__asside .card .total-price { display: block; position: relative; margin-bottom: 0.75rem; }

.get-started__asside .card .price { color: #232933; display: block; position: relative; font-size: 1.5rem; line-height: 1.333em; margin-bottom: 1rem; font-family: "Inter", sans-serif; font-weight: 500; }

.get-started__asside .card .price small { color: #626B79; display: inline-block; position: relative; font-size: 1rem; line-height: 1.5em; }

.get-started__asside .asside__step { display: none; }

.get-started__asside .asside__step.active { display: block; }

.get-started__done { width: 100%; padding: 5rem 0 4rem; background-color: #F9FAFB; }

.get-started__done .card { background-color: #FFFFFF; border: 1px solid #E2E2E2; padding: 32px 24px; border-radius: 0.25rem; text-align: center; }

.get-started__done .card img { display: block; margin: 0 auto 2rem; max-width: 100%; height: auto; }

.get-started__package .title { font-size: 20px; line-height: 28px; margin-bottom: 16px; }

.get-started__package .item { background: #fff; border: 1px solid #E2E2E2; border-radius: 4px; padding: 16px; margin-bottom: 12px; display: none; }

.get-started__package .item__logo { display: inline-block; position: relative; line-height: 24px; text-align: center; top: -2px; width: 110px; }

.get-started__package .item__title { position: relative; font-size: 16px; line-height: 24px; margin-bottom: 0; cursor: pointer; padding-right: 36px; }

.get-started__package .item__title img { display: inline-block; height: 16px; width: auto; line-height: 24px; margin-right: 16px; }

.get-started__package .item__title:after { content: ""; display: block; position: absolute; width: 24px; height: 24px; right: 0; top: 2px; background: url(../images/ic-chevron-down.svg); -webkit-transform: none; transform: none; transition: all .3s ease; }

.get-started__package .item__detail { padding-top: 16px; }

.get-started__package .item__desc { margin-bottom: 16px; }

.get-started__package .item__price b { color: #232933; }

.get-started__package .item.show { display: block; }

.get-started__package .item.open .item__title:after { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }

.get-started__package .item-add { border: 1px solid #4B61DD; margin-top: 24px; border-radius: 4px; padding: 8px; color: #4B61DD; text-align: center; cursor: pointer; }

.get-started__package .item-add:hover { background: #4B61DD; color: #FFF; }

.get-started__package .item-add:hover .svg path { fill: #FFF; }

.get-started__package .item-add .svg { display: inline-block; width: 24px; height: 24px; line-height: 24px; vertical-align: middle; margin-right: 16px; }

.modal--getstarted .modal-body { max-height: calc(90vh - 178px); }

.form-modal-getstarted .modal__title { font-size: 24px; line-height: 32px; margin-bottom: 40px; }

.form-modal-getstarted .item-group { margin-bottom: 24px; }

.form-modal-getstarted .item-group.faded .item .item__wrap { opacity: 0.3; }

.form-modal-getstarted .item-group.faded .item .item__wrap.selected { opacity: 1; }

.form-modal-getstarted .item-group.bundled .item .item__wrap.selected { opacity: 0.3; }

.form-modal-getstarted .item-group.bundled .item .item__wrap.selected:before, .form-modal-getstarted .item-group.bundled .item .item__wrap.selected:after { display: none; }

.form-modal-getstarted .item-label { margin-bottom: 12px; }

.form-modal-getstarted .item-label span { display: block; font-size: 24px; line-height: 32px; font-family: "Inter", sans-serif; font-weight: 500; color: #232933; }

.form-modal-getstarted .item-label img { display: block; height: 25px; width: auto; }

.form-modal-getstarted .item__wrap { position: relative; display: block; border: 1px solid #E2E2E2; border-radius: 4px; padding: 16px; cursor: pointer; margin-bottom: 16px; }

.form-modal-getstarted .item__wrap:before { content: ""; display: block; position: absolute; width: 100%; height: 100%; border: 2px solid transparent; border-radius: 4px; top: 0; left: 0; transition: all .3s ease; }

.form-modal-getstarted .item__wrap:after { content: ""; z-index: 1; display: none; width: 1.25rem; height: 1.25rem; background-image: url(../images/ic-check-blue.svg); background-color: #FFFFFF; background-position: center; background-size: contain; background-repeat: no-repeat; position: absolute; top: calc(-0.75rem + 1px); right: calc(-0.75rem + 1px); border-radius: 1.25rem; border: 2px solid #FFFFFF; }

.form-modal-getstarted .item__wrap:hover:before { border-color: #4B61DD; }

.form-modal-getstarted .item__wrap.selected:before { border-color: #4B61DD; }

.form-modal-getstarted .item__wrap.selected:after { display: block; }

.form-modal-getstarted .item__title { color: #232933; font-size: 16px; line-height: 24px; font-family: "Inter", sans-serif; font-weight: 500; margin-bottom: 4px; }

.form-modal-getstarted .item__desc { margin-bottom: 12px; }

.form-modal-getstarted .item__desc p { font-size: 14px; line-height: 20px; }

.form-modal-getstarted .item__price b { color: #232933; }

.form-modal-getstarted .item input[type=radio] { opacity: 0; position: absolute; visibility: hidden; }

.form-modal-getstarted .item.faded .item__wrap { opacity: 0.5; }

.form-modal-getstarted .item.faded .item__wrap.selected { opacity: 1; }

.form-modal-getstarted .item.pre-selected .item__wrap:after { display: block; -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.form-modal-getstarted .item.disabled { opacity: 0.5; pointer-events: none; }

.compare-block { padding: 32px 0; }

.compare-block .section-head { margin-bottom: 48px; }

.compare-block .section-head__title br { display: none; }

.compare-block .item { margin-bottom: 24px; }

.compare-block .item__wrap { overflow: hidden; }

.compare-block .item__head { padding: 24px; background: #EDF0F2; border: 1px solid #8B95A5; border-radius: 12px 12px 0 0; text-align: center; }

.compare-block .item__head h3 { font-size: 20px; line-height: 28px; margin-bottom: 0; }

.compare-block .item__body { background: #FFFFFF; padding: 24px; border: 1px solid #8B95A5; border-top: 0; border-radius: 0 0 12px 12px; }

.compare-block .item__body h3 { font-size: 20px; line-height: 28px; }

.compare-block .item--highlight .item__head { background: #E8F5EB; color: #139908; border-color: #139908; }

.compare-block .item--highlight .item__head h3 { font-size: 32px; line-height: 48px; color: #139908; }

.compare-block .item--highlight .item__body { border-color: #139908; border-radius: 0 0 12px 12px; }

.compare-block__action { margin-top: 48px; text-align: center; width: 100%; }

.compare-block__action .btn { display: block; width: 100%; margin-top: 12px; }

.product-featured.product-featured-alt { padding-left: 12px; padding-right: 12px; }

.product-featured.product-featured-alt .items-block__title { text-align: center; }

.product-featured.product-featured-alt .tab-featured-toggle { padding: 8px 12px; padding-right: 52px; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; border-bottom: 2px solid #139908; }

.product-featured.product-featured-alt .tab-featured-toggle:after { content: ""; display: block; width: 24px; height: 24px; background: url(../images/ic-caret-down.svg) no-repeat center; background-size: contain; position: absolute; top: 8px; right: 12px; -webkit-transform: rotate(180deg); transform: rotate(180deg); transition: all .5s ease-in-out; }

.product-featured.product-featured-alt .tab-featured-toggle.collapsed { border-bottom: 1px solid #D0D6DD; }

.product-featured.product-featured-alt .tab-featured-toggle.collapsed:after { -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.product-featured.product-featured-alt .tab-featured-toggle.collapsed .icon { -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: .8; }

.product-featured.product-featured-alt .tab-featured-toggle .icon { width: 24px; height: 24px; object-fit: contain; margin-right: 16px; -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: .8; }

.product-featured.product-featured-alt .tab-pane { padding: 24px 0; }

.product-featured.product-featured-alt .tab-pane.active.collapse { display: none !important; }

.product-featured.product-featured-alt .tab-pane.show, .product-featured.product-featured-alt .tab-pane.active.show { display: block !important; }

.product-featured.product-featured-alt .tab-pane .compare-block { display: none; }

.product-featured.product-featured-alt .tab-pane .compare-tab { display: block; position: relative; }

.product-featured.product-featured-alt .tab-pane .compare-tab .nav-tabs-m { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.product-featured.product-featured-alt .tab-pane .compare-tab .nav-tabs-m .nav-item { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; height: 100%; text-align: center; border-radius: 12px 12px 0 0; }

.product-featured.product-featured-alt .tab-pane .compare-tab .nav-tabs-m .nav-item.hightlight .nav-link span { color: #008A00; }

.product-featured.product-featured-alt .tab-pane .compare-tab .nav-tabs-m .nav-item.hightlight .nav-link.active { border-color: #008A00; }

.product-featured.product-featured-alt .tab-pane .compare-tab .nav-tabs-m .nav-link { display: block; padding: 12px; border-radius: 12px 12px 0 0; text-decoration: none; position: relative; background: #EDF0F2; color: #626B79; }

.product-featured.product-featured-alt .tab-pane .compare-tab .nav-tabs-m .nav-link small { color: #626B79; font-size: 14px; line-height: 23px; }

.product-featured.product-featured-alt .tab-pane .compare-tab .nav-tabs-m .nav-link span { font-family: "Inter", sans-serif; font-weight: 600; }

.product-featured.product-featured-alt .tab-pane .compare-tab .nav-tabs-m .nav-link.active { border: 1px solid #8B95A5; border-bottom: 0; margin-bottom: -1px; z-index: 2; background: #FFF; }

.product-featured.product-featured-alt .tab-pane .compare-tab .nav-tabs-m .nav-link.active span { font-size: 20px; line-height: 24px; }

.product-featured.product-featured-alt .tab-pane .compare-tab .tab-content { background: #FFF; border-top: 0; }

.product-featured.product-featured-alt .tab-pane .compare-tab .tab-pane { padding: 24px; border: 1px solid #8B95A5; border-radius: 0 0 12px 12px; }

.product-featured.product-featured-alt .tab-pane .compare-tab .tab-pane h3 { font-size: 20px; line-height: 28px; margin-bottom: 12px; color: #232933; }

.product-featured.product-featured-alt .tab-pane .compare-tab .tab-pane.hightlight { border-color: #008A00; }

.product-complete { padding-top: 4rem; padding-bottom: 4rem; }

.product-complete__title { text-align: center; margin: 0 0 1rem; }

.product-complete__title:last-child { margin-bottom: 2rem; }

.product-complete__desc { text-align: center; max-width: 600px; margin: 0 auto 2.5rem; }

.product-complete .item-container { padding: 0 0 0; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.product-complete .item { z-index: 1; position: relative; max-width: 100%; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-right: -1px; }

.product-complete .item__wrap .item__title { font-size: 1.25rem; line-height: 1.6em; margin: 0 0 4px; font-weight: 600; color: #232933; }

.product-complete .item .icon { display: block; position: absolute; width: 30px; height: 30px; top: 0.875rem; left: 1rem; object-fit: contain; object-position: 50% 50%; }

.product-complete .item h3 { font-size: 1.25rem; line-height: 1.6em; margin: 0; padding-right: 2rem; }

.product-complete .item p { margin: 0 0 0.75rem; }

.product-complete .item span.large-title { display: block; color: #232933; font-size: 24px; line-height: 32px; font-family: "Inter", sans-serif; font-weight: 500; margin: 0; }

.product-complete .item .more { display: block; margin: 1rem 0; color: #1357FF; position: relative; transition: all .4s ease; }

.product-complete .item .more img { display: inline-block; vertical-align: middle; width: 1.5rem; height: 0.5rem; margin-left: 0.5rem; }

.product-complete .item__wrap { display: block; position: relative; padding: 1rem 1rem 1rem 4rem; border-top: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; margin-bottom: -1px; color: #626B79; }

.product-complete .item__wrap:after { content: ""; display: block; position: absolute; width: 1.5rem; height: 1.5rem; top: 1.25rem; right: 1.25rem; background: url(../images/ic-chevron-down.svg) no-repeat; background-size: contain; background-position: center; -webkit-transform: none; transform: none; transition: all .4s ease; }

.product-complete .item__content { padding-top: 0.25rem; display: none; }

.product-complete .item.active .item__wrap:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.product-complete .item.no-anchor { text-align: left !important; pointer-events: none; }

.product-complete .item.no-anchor .icon { top: calc(50% - 15px); }

.product-complete .item.no-anchor .item__wrap { padding-left: 4.5rem; }

.product-complete .item.no-anchor .item__wrap:before, .product-complete .item.no-anchor .item__wrap:after { display: none; }

.product-complete .item.no-anchor .item__content { display: block; }

.product-complete .item.no-anchor .item__content p:last-child { margin: 0; }

.product-complete__cta { padding-top: 2rem; gap: 1rem; }

.product-complete__cta .btn { display: block; }

.product-complete--home { padding-top: 3rem; padding-bottom: 3rem; }

.product-complete--about-alt .item__wrap { padding: 1.25rem 1rem; }

.product-complete--about-alt .item__logo img { height: 24px; width: auto; display: block; margin: 0 0 6px; }

.product-testi-title { padding-top: 40px; padding-bottom: 24px; }

.product-testi-title--pricing { background: #F2F4F7; }

.product-testi, .block-testi { padding: 3rem 0; position: relative; background: #F2F4F7; }

.product-testi:before, .block-testi:before { content: ""; display: block; width: 100vw; height: 70%; position: absolute; top: 0; left: 0; background: #F2F4F7; }

.product-testi .more, .block-testi .more { display: inline-block; color: #1357FF; transition: all .4s ease; }

.product-testi .more img, .product-testi .more svg, .block-testi .more img, .block-testi .more svg { display: inline-block; vertical-align: middle; width: 1.5rem; height: 0.5rem; margin-left: 0.5rem; }

.product-testi .more:hover, .block-testi .more:hover { color: #1357FF; text-decoration: underline; }

.product-testi .list-item, .block-testi .list-item { display: block; }

.product-testi .list-item:not(:first-child), .block-testi .list-item:not(:first-child) { margin-top: 3rem; }

.product-testi .list-item .item, .block-testi .list-item .item { position: relative; padding-left: 56px; margin-bottom: 2rem; }

.product-testi .list-item .item .icon, .block-testi .list-item .item .icon { position: absolute; top: 0; left: 0; width: 40px; height: 40px; object-fit: contain; object-position: 50% 50%; }

.product-testi .list-item .item span, .block-testi .list-item .item span { display: block; color: #232933; }

.product-testi .list-item .item .number, .block-testi .list-item .item .number { font-size: 2rem; line-height: 1.167em; font-family: "Inter", sans-serif; font-weight: 500; }

.product-testi .owl-dots, .block-testi .owl-dots { text-align: left; padding: 0 1.125rem; bottom: 3rem; }

.product-testi .owl-dot span, .block-testi .owl-dot span { background-color: #FFFFFF; opacity: 0.3; }

.product-testi .owl-dot.active span, .block-testi .owl-dot.active span { opacity: 1; background-color: #FFFFFF; }

.product-testi .testi, .block-testi .testi { background: #10253E; color: #FFFFFF; border-radius: 0.5rem; }

.product-testi .testi .logo, .block-testi .testi .logo { margin-bottom: 2rem; }

.product-testi .testi .logo img, .block-testi .testi .logo img { display: block; height: 2rem; width: auto; }

.product-testi .testi .quote p, .block-testi .testi .quote p { font-size: 20px; line-height: 1.333em; font-family: "Inter", sans-serif; font-weight: 500; margin-bottom: 1.5rem; }

.product-testi .testi .quote span, .block-testi .testi .quote span { display: block; font-size: 0.875rem; line-height: 1.429em; margin-bottom: 4px; }

.product-testi .testi .quote .name, .block-testi .testi .quote .name { font-family: "Inter", sans-serif; font-weight: 500; }

.product-testi .testi .more, .block-testi .testi .more { display: block; position: relative; margin-top: 1.5rem; }

.product-testi .testi__img, .block-testi .testi__img { position: relative; width: 100%; padding-top: 58%; }

.product-testi .testi__img .btn-play, .block-testi .testi__img .btn-play { z-index: 2; display: block; width: 3.75rem; height: 3.75rem; border-radius: 3.75rem; background-color: #4B61DD; background-image: url(../images/ic-play.svg); background-repeat: no-repeat; background-position: center; position: absolute; bottom: -1.5rem; right: 1.5rem; }

.product-testi .testi__img img, .block-testi .testi__img img { z-index: 1; border-radius: 0.5rem 0.5rem 0 0; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; object-position: 50% 50%; }

.product-testi .testi__body, .block-testi .testi__body { position: relative; padding: 2rem 1.5rem 2rem 1.5rem; border-radius: 0 0 0.5rem 0.5rem; }

.product-testi .owl-item .testi__body, .block-testi .owl-item .testi__body { padding-bottom: 5rem; }

.product-testi:not([class*="theme-"]) .testi__img .btn-play, .block-testi:not([class*="theme-"]) .testi__img .btn-play { background-color: #4B61DD; box-shadow: 0 0 0 rgba(0, 95, 191, 0.4); -webkit-animation: primary 2s infinite; animation: primary 2s infinite; }

@keyframes primary { 0% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(0, 95, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 95, 191, 0); } }

.product-testi:not([class*="theme-"]) .testi .more, .block-testi:not([class*="theme-"]) .testi .more { color: #A68AF1; }

.product-testi:not([class*="theme-"]) .testi .more svg path, .block-testi:not([class*="theme-"]) .testi .more svg path { fill: #A68AF1; }

.product-testi--home, .block-testi--home { padding-bottom: 0; }

.product-testi--alt .product-testi__block-img, .product-testi--alt .block-testi__block-img, .block-testi--alt .product-testi__block-img, .block-testi--alt .block-testi__block-img { position: relative; width: 100%; padding-top: 100%; }

.product-testi--alt .product-testi__block-img img, .product-testi--alt .block-testi__block-img img, .block-testi--alt .product-testi__block-img img, .block-testi--alt .block-testi__block-img img { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; object-position: 50% 50%; border-radius: 8px 8px 0 0; }

.product-testi--alt .testi, .block-testi--alt .testi { border-radius: 0 0 8px 8px; }

.product-testi--alt.theme--about span.title, .block-testi--alt.theme--about span.title { display: block; padding: 1.5rem 1.5rem 0; color: #FFF; font-size: 16px; line-height: 24px; font-family: "Inter", sans-serif; font-weight: 500; display: block; background: #10253E; }

.product-testi--alt.theme--about .quote-about, .block-testi--alt.theme--about .quote-about { padding-top: 32px; margin-top: 32px; border-top: 1px dashed #B4B4B4; color: #FFF; font-size: 14px; line-height: 20px; }

.product-testi--alt.theme--about .quote-about__name, .block-testi--alt.theme--about .quote-about__name { display: block; margin-bottom: 12px; color: #FFF; font-family: "Inter", sans-serif; font-weight: 500; }

.block-testi { padding: 64px 0; background: #F2F4F7; }

.block-testi::before { display: none; }

.product-cta { position: relative; padding: 48px 0 0; }

.product-cta .logomark { display: block; width: 2.25rem; height: 2.25rem; margin: 0 auto 1.25rem; }

.product-cta__title { margin: 0 0 1rem; }

.product-cta__desc { margin: 0 0 2rem; }

.product-cta__action { margin: 0 -0.5rem 64px; }

.product-cta__action .btn { margin: 0 0.5rem; }

.product-cta__img { display: block; position: relative; height: auto; width: 100%; bottom: 0; right: 0; padding-top: 1.5rem; }

.product-cta__img img { display: block; height: auto; width: 100%; }

.show-sm { display: block; }

@media (min-width: 1024px) { .show-sm { display: none; } }

.search-results__page { padding: 60px 0; margin-top: 64px; }

.search-results__page .item-blog__wrap { margin-bottom: 40px; }

.search-results__page .item-blog__wrap .col-12 .item-blog { margin-bottom: 20px; }

.best-feature__block { padding: 64px 0; }

.best-feature__block .section-head__title { margin-bottom: 32px; }

.best-feature__title { font-size: 12px; line-height: 16px; margin-bottom: 24px; color: #626B79; }

.best-feature__group { margin-bottom: 40px; }

.best-feature__group .item { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: 8px; border-radius: 6px; transition: all .3s ease-in-out; }

.best-feature__group .item:not(:last-child) { margin-bottom: 8px; }

.best-feature__group .item:hover { background: #e8f5eb; text-decoration: none; }

.best-feature__group .icon { width: 24px; height: 24px; margin-right: 16px; }

.best-feature__group .icon img { width: 100%; height: 100%; }

.best-feature__group .label { max-width: calc(100% - 40px); }

.best-feature__group .label b { color: #232933; }

.best-feature__group .label span { display: block; color: #626B79; }

.header-repository { background: #F2F4F7; }

.repository-page { padding: 64px 0 80px; }

.repository-page__img { padding-top: 2rem; margin-bottom: 2rem; }

.repository-page__img img { object-fit: cover; }

.repository-page__content { padding-left: 0; padding: 0 .5rem; }

.repository-page__content .desc { margin-bottom: 1rem; }

.repository-page__content .desc p { color: #626B79; }

.repository-page__list .list-item { border-radius: 8px; padding: 0 .5rem; }

.repository-page__list .list-item a { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid #D0D6DD; text-decoration: none; font-family: "Inter", sans-serif; font-weight: 600; color: #232933; }

.repository-page__list .list-item .svg { transition: all .3s ease-in-out; }

.repository-page__list .list-item:hover .svg path { stroke: #0031BE; }

.repository-page__list .list-item:hover .svg path:first-child { fill: #EAECFB; }

.faqs-head { padding: 4rem 0 4.5rem; background: #F2F4F7; text-align: center; }

.faqs .cta__action .btn + .btn { margin-top: 1rem; }

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

.faqs__wrap .row .col-md-4 { display: none; }

.faqs__caption p { color: #626B79; }

.faqs__img { position: relative; margin-right: -1rem; }

.faqs__sidenav { margin-bottom: 1.5rem; border-bottom: 1px solid #EFF2F4; padding: .5rem 1rem; transition: all .3s ease-in-out; }

.faqs__sidenav.fixed { position: fixed; top: 0; left: 0; width: 100%; background: #EDF0F2; z-index: 9; max-height: 2.5rem; overflow: hidden; visibility: hidden; opacity: 0; }

.faqs__sidenav.fixed:after { content: ""; width: 1.5rem; height: 1.5rem; position: absolute; top: .5rem; right: 1rem; background: url(../images/ic-chevron-down.svg); background-size: contain; background-repeat: no-repeat; background-position: center; transition: all .3s ease-in-out; }

.faqs__sidenav.fixed .sidenav-item { padding-bottom: 6px; }

.faqs__sidenav.show-top { top: 56px; opacity: 1; visibility: visible; }

.faqs__sidenav.opened { max-height: -webkit-max-content; max-height: -moz-max-content; max-height: max-content; }

.faqs__sidenav.opened:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.faqs__sidenav.opened .sidenav-item.active { border-bottom: 1px solid #D0D6DD; }

.faqs__sidenav .sidenav-item { margin-bottom: 1rem; display: block; margin-bottom: 1rem; font-family: "Inter", sans-serif; font-weight: 600; color: #232933; text-decoration: none; }

.faqs__sidenav .sidenav-item[aria-selected="true"] { color: #4B61DD; }

.faqs__sidenav .sidenav-item a { font-family: "Inter", sans-serif; font-weight: 600; color: #232933; text-decoration: none; }

.faqs__sidenav .sidenav-item.active a, .faqs__sidenav .sidenav-item:hover a { color: #4B61DD; }

.faqs__sidenote { display: none; }

.faqs__sidenote p { color: #626B79; }

.faqs__block { padding: 0; }

.faqs__block .faq-block__wrap { border-bottom: 1px solid #E7EAEE; padding-top: 4rem; padding-bottom: 1rem; }

.faqs .cta-block .btn--primary { background: #4B61DD; }

.d-headline { display: block; position: relative; }

.d-headline span { display: none; color: #232933; }

.d-headline span.show { display: block; }

.d-headline span:first-child { display: block; }

.d-headline span:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; max-width: 0; top: 0; left: 0; mix-blend-mode: lighten; background-color: #139908; -webkit-animation: d-headline 5s ease infinite; animation: d-headline 5s ease infinite; }

.pricing-head { padding: 3rem 0 0; background-color: #FFF; }

.pricing-head__title { margin-bottom: .5rem; text-align: center; }

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

.pricing-main { padding-top: 3rem; padding-bottom: 0; background-color: #FFFFFF; }

.pricing-main__title { font-size: 1.5rem; line-height: 1.333em; text-align: center; margin-bottom: 40px; }

.pricing-main__cta { text-align: center; margin: 0 -0.5rem 2.5rem; }

.pricing-main__cta .btn { margin: 0 0.5rem; }

.pricing-main .employee { text-align: center; margin-bottom: 2.5rem; }

.pricing-main .employee p { margin-bottom: 1rem; }

.pricing-main .employee p input { text-align: center; display: inline-block; width: 4.3rem; margin: 0.625rem; font-family: "Inter", sans-serif; font-weight: 500; }

.pricing-card:not(:last-child) { padding-bottom: 88px; }

.pricing-card .card { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; background: #FFFFFF; border-radius: .25rem; }

.pricing-card .card__head { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 20px; border-radius: 4px; border: 1px solid #E2E2E2; background-color: #F2F4F7; transition: all .3s ease; }

.pricing-card .card__head:not(:last-child) { border-radius: 4px 4px 0 0; }

.pricing-card .card__head h3 { margin-bottom: 12px; }

.pricing-card .card__head h3 span.badge { margin-left: 0.75rem; }

.pricing-card .card__head p { color: #2B2A35; margin-bottom: 32px; font-size: 14px; min-height: 40px; line-height: 20px; }

.pricing-card .card__head .form-group { padding-bottom: 1.25rem; }

.pricing-card .card__head .price { display: block; }

.pricing-card .card__head .price:not(:last-child) { margin-bottom: 20px; }

.pricing-card .card__head .price .sf { display: block; min-height: 20px; margin-bottom: 4px; font-size: 14px; line-height: 20px; }

.pricing-card .card__head .price .pr { display: block; color: #232933; font-size: 32px; line-height: 40px; font-family: "Inter", sans-serif; font-weight: 500; }

.pricing-card .card__head .price .pr:first-child { padding-top: 24px; }

.pricing-card .card__head .price .pr small { display: inline-block; font-size: 14px; line-height: 20px; font-family: "Inter", sans-serif; font-weight: 400; margin-left: 6px; }

.pricing-card .card__main { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; padding: 20px; border-radius: .25rem; border: 1px solid #E2E2E2; }

.pricing-card .card__main:not(:first-child) { border-radius: 0 0 .25rem .25rem; border-top: 0; }

.pricing-card .card__main p { margin-bottom: 24px; }

.pricing-card .card__main span.cat { display: block; color: #2B2A35; font-size: 16px; line-height: 24px; font-family: "Inter", sans-serif; font-weight: 500; margin-bottom: 8px; }

.pricing-card .card__main ul.list-check { margin-bottom: 24px; }

.pricing-card .card__main ul.list-check:last-child { margin-bottom: 0; }

.pricing-card .card__main .inc { padding-top: 8px; }

.pricing-card .card__main .inc span.cat { margin-bottom: 12px; }

.pricing-card .card__main .inc .inc__items { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -14px; margin-right: -14px; margin-bottom: -28px; }

.pricing-card .card__main .inc .inc__items img { height: 24px; width: auto; margin: 0 14px 28px; }

.pricing-card .card__main.has-collapse { padding: 0; }

.pricing-card .card__main .card__toggle { position: relative; padding: 16px 20px; font-family: "Inter", sans-serif; font-weight: 500; cursor: pointer; }

.pricing-card .card__main .card__toggle:after { content: ""; display: block; width: 24px; height: 24px; position: absolute; right: 14px; top: 16px; background: url(../images/ic-chev-down.svg); -webkit-transform: none; transform: none; -webkit-transform: rotate(180deg); transform: rotate(180deg); transition: all .3s ease; }

.pricing-card .card__main .card__toggle.collapsed:after { -webkit-transform: none; transform: none; }

.pricing-card .card__main .card__collapse-wrap { padding: 0 24px 24px; }

.pricing-card .card__action .btn { display: block; }

.pricing-card .card--mekarios { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; min-height: 300px; }

.pricing-card .card--mekarios .card__head { width: 100%; max-width: 35%; -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; padding: 32px; border-radius: 4px 0 0 4px; border: 1px solid #5B37D4; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.pricing-card .card--mekarios .card__head h3 { font-size: 32px; line-height: 40px; margin-bottom: auto; }

.pricing-card .card--mekarios .card__head h3 .icon { display: inline-block; vertical-align: middle; height: 40px; width: auto; margin-right: 12px; }

.pricing-card .card--mekarios .card__head .btn { color: #FFFFFF; background-color: #5B37D4; border-color: #5B37D4; }

.pricing-card .card--mekarios .card__head .btn:hover, .pricing-card .card--mekarios .card__head .btn:focus, .pricing-card .card--mekarios .card__head .btn.focus, .pricing-card .card--mekarios .card__head .btn:not(:disabled):not(.disabled):active, .pricing-card .card--mekarios .card__head .btn:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #4626b2; border-color: #4626b2; }

.pricing-card .card--mekarios .card__main { width: 100%; max-width: 65%; -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; padding: 32px; border-radius: 0 4px 4px 0; border: 1px solid #E2E2E2; border-left: 0; }

.pricing-card .card--talenta { box-shadow: 0px 4px 8px rgba(119, 119, 119, 0.1), 0px 12px 20px rgba(119, 119, 119, 0.2); }

.pricing-card .card--talenta .card__head { border-color: #C02A34; background-color: #FCF0EF; }

.pricing-card .card--talenta .card__main { border-color: #C02A34; }

.pricing-card .card--jurnal { box-shadow: 0px 4px 8px rgba(119, 119, 119, 0.1), 0px 12px 20px rgba(119, 119, 119, 0.2); }

.pricing-card .card--jurnal .card__head { border-color: #009BDE; background-color: #EEF9FC; }

.pricing-card .card--jurnal .card__main { border-color: #009BDE; }

.pricing-card .card--klikpajak { box-shadow: 0px 4px 8px rgba(119, 119, 119, 0.1), 0px 12px 20px rgba(119, 119, 119, 0.2); }

.pricing-card .card--klikpajak .card__head { border-color: #F96D01; background-color: #FEF6EC; }

.pricing-card .card--klikpajak .card__main { border-color: #F96D01; }

.pricing-card .card--mekarichat { box-shadow: 0px 4px 8px rgba(119, 119, 119, 0.1), 0px 12px 20px rgba(119, 119, 119, 0.2); }

.pricing-card .card--mekarichat .card__head { border-color: #00B894; background-color: #FEF6EC; }

.pricing-card .card--mekarichat .card__main { border-color: #00B894; }

.pricing-card .card--mekariflex { box-shadow: 0px 4px 8px rgba(119, 119, 119, 0.1), 0px 12px 20px rgba(119, 119, 119, 0.2); }

.pricing-card .card--mekariflex .card__head { border-color: #706FD3; background-color: #F3F8FC; }

.pricing-card .card--mekariflex .card__main { border-color: #706FD3; }

.pricing-card .card-tnc { position: absolute; display: block; top: 100%; right: 12px; width: 100%; text-align: right; font-size: 12px; line-height: 16px; padding-top: 16px; }

.pricing-card__action { text-align: center; padding-top: 2.5rem; }

.pricing-card.pricing-card--custom label { color: #232933; font-size: 1rem; line-height: 1.5em; font-family: "Inter", sans-serif; font-weight: 500; margin: 0 0 0.75rem; }

.pricing-card.pricing-card--custom .form-group { padding-bottom: 2rem; }

.pricing-card.pricing-card--custom .form-group:last-child { padding-bottom: 0; }

.pricing-card.pricing-card--custom span.separator { width: 3rem; height: 1px; display: block; background: #E2E2E2; margin-bottom: 1.5rem; }

.pricing-card.pricing-card--custom .accordion { margin: 0; }

.pricing-card.pricing-card--custom .plan-package { margin-bottom: 0.75rem; }

.pricing-card.pricing-card--custom .plan-package label { margin-bottom: 4px; font-size: 14px; line-height: 20px; }

.pricing-card.pricing-card--custom .plan-package:last-child { margin-bottom: 0; }

.pricing-card.pricing-card--custom .employee { margin-bottom: 0; }

.pricing-card.pricing-card--custom .employee p { color: #232933; text-align: left; font-size: 0.875rem; line-height: 1.429em; }

.pricing-card.pricing-card--custom .employee .emp-input { text-align: right; }

.pricing-card.pricing-card--custom .employee .form-range__before { text-align: left; }

.pricing-card.pricing-card--custom .employee .form-range__after { text-align: right; }

.pricing-card.pricing-card--custom hr { border-top: 1px solid #E2E2E2; display: block; width: 100%; margin: 0 0 1.5rem; }

.pricing-card.pricing-card--custom .sub { display: block; font-size: 1rem; line-height: 1.5em; margin: 0 0 1.5rem; }

.pricing-card.pricing-card--custom h2 { margin-bottom: 0.75rem; }

.pricing-card.pricing-card--custom p { margin-bottom: 1.5rem; }

.pricing-card.pricing-card--custom .total-price { display: block; position: relative; margin-bottom: 0.75rem; }

.pricing-card.pricing-card--custom .price { color: #232933; display: block; position: relative; font-size: 1.5rem; line-height: 1.333em; margin-bottom: 1rem; font-family: "Inter", sans-serif; font-weight: 500; }

.pricing-card.pricing-card--custom .price small { color: #626B79; display: inline-block; position: relative; font-size: 1rem; line-height: 1.5em; }

.pricing-card.pricing-card--custom .card.card--custom { z-index: 2; position: relative; border: 1px solid #E2E2E2; box-shadow: 0px 4px 8px rgba(119, 119, 119, 0.1), 0px 12px 20px rgba(119, 119, 119, 0.2); padding: 2.5rem 2rem; border-radius: .25rem 0 0 .25rem; }

.pricing-card.pricing-card--custom .card.card--asside { z-index: 1; position: relative; margin-left: -24px; padding: 2rem 2.5rem; border: 1px solid #E2E2E2; border-left: 0; border-radius: 0 .25rem .25rem 0; height: auto; }

.pricing-card.pricing-card--custom .card.card--asside .card__action .btn { font-family: "Inter", sans-serif; font-weight: 500; }

.pricing-card > .col, .pricing-card > [class*="col-"] { margin-bottom: 2rem; }

.pricing-items-block .items-block__title { text-align: center; }

.pricing-items-block .item { text-align: center; }

.pricing-items-block .item__icon { width: auto; margin: 0 auto; }

.pricing-addons { padding: 64px 0; }

.pricing-addons_title { text-align: center; margin-bottom: 48px; }

.pricing-addons_item { margin-bottom: 1.5rem; }

.pricing-addons_item label { padding: 1.5rem; border: 1px solid #D0D6DD; border-radius: 6px; width: 100%; transition: all .3s ease-in-out; position: relative; }

.pricing-addons_item label:after, .pricing-addons_item label:before { border-radius: 4px; width: 1rem; height: 1rem; top: 1.5rem; left: auto; right: 1.5rem; }

.pricing-addons_item label:before { border: 1.5px solid #D0D6DD; }

.pricing-addons_item .custom-control-input:checked ~ .custom-control-label { border: 1px solid #139908; outline: 1px solid #139908; box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04); }

.pricing-addons_item .custom-control-input:checked ~ .custom-control-label::after { background-color: #4B61DD; background-image: url(../images/ic-check-checkbox.svg); background-size: 8px; background-position: center; background-repeat: no-repeat; }

.pricing-addons_item .title { margin-bottom: 12px; position: relative; }

.pricing-addons_item .check input { opacity: 0; visibility: hidden; }

.pricing-addons_item .icon { width: 1.5rem; height: 1.5rem; margin-right: 12px; }

.pricing-addons_item .desc { margin-bottom: 1rem; color: #626B79; }

.pricing-addons_item .price { color: #232933; }

.pricing-addons .block-cta-alt--simple { padding-left: 12px; padding-right: 12px; }

.pricing-addons .block-cta-alt--simple .block-cta-alt__buttons { padding-top: 48px; }

.pricing-addons .block-cta-alt--simple .container { padding: 0; }

.tablist-partner .tab-list__title { font-size: 28px; line-height: 36px; margin-bottom: 8px; text-align: center; }

.tablist-partner .tab-list__desc { color: #626B79; text-align: center; }

.tablist-partner .tab-list__sidebar { width: 318px; }

.tablist-partner .tab-list__sidebar .nav-tabs { width: 100%; }

.tablist-partner .tab-list__sidebar .nav-tabs .nav-item { margin-left: 0; margin-bottom: 1.25rem; }

.tablist-partner .tab-list__sidebar .nav-tabs .nav-item:last-child { margin-bottom: 0; }

.tablist-partner .tab-list__sidebar .nav-tabs .nav-item .nav-link { padding: 1.25rem 1.5rem; border-radius: 4px; border: 1px solid #D0D6DD; background: #FFF; color: #232933; position: relative; transition: all .3s ease-in-out; }

.tablist-partner .tab-list__sidebar .nav-tabs .nav-item .nav-link:after { content: ""; width: 1.5rem; height: 1.5rem; border-radius: 50px; background-color: #FFF; background-image: url(../images/ic-down.svg); background-size: 1rem; background-repeat: no-repeat; background-position: center; position: absolute; top: 1.25rem; right: 1.5rem; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); transition: all .3s ease-in-out; }

.tablist-partner .tab-list__sidebar .nav-tabs .nav-item .nav-link:hover, .tablist-partner .tab-list__sidebar .nav-tabs .nav-item .nav-link.active { border-color: #139908; background-color: #E8F5EB; color: #232933; }

.tablist-partner .tab-list__sidebar .nav-tabs .nav-item .nav-link:hover:after, .tablist-partner .tab-list__sidebar .nav-tabs .nav-item .nav-link.active:after { background-color: #4B61DD; background-image: url(../images/ic-chev-up-white.svg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.tablist-partner .tab-list__content { width: 100%; padding: 1.875rem; border-radius: 4px; border: 1px solid #D0D6DD; }

.tablist-partner .tab-list__content .tab-content { width: 100%; }

.tablist-partner .tab-list__content .tab-list__item { border-bottom: 0; padding: .5rem; padding-left: 2.25rem; color: #626b79; margin-bottom: 1rem; font-family: "Inter", sans-serif; font-weight: 400; }

.tablist-partner .tab-list__content .tab-list__item:after { top: .5rem; right: auto; left: 0; }

.tablist-partner .tab-list__content .tab-list__item.not:after { background-image: url(../images/ic-cross-not.svg); }

.tablist-partner .tab-list__content .compare-title { margin-bottom: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid #D0D6DD; }

.tablist-partner .tab-list__content .compare-title h4 { margin-bottom: 0; }

.tablist-partner .tab-list__content .compare-content__item { padding-bottom: 1rem; margin-bottom: 1.5rem; border-bottom: 1px solid #D0D6DD; }

.tablist-partner .tab-list__content .compare-content__item:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }

.tablist-partner .tab-list__content .compare-content .tab-list__item { margin-bottom: 0; }

.feature-section--alt { padding: 32px 0; }

.feature-section--alt .feature-benefit__content { margin-bottom: 24px; }

.feature-section--alt .feature-benefit__wrap { margin-bottom: 0; }

.feature-section--alt .feature-benefit__wrap .row { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.feature-section--alt .feature-benefit__title { font-size: 28px; line-height: 36px; margin-bottom: 12px; }

.feature-section--alt .feature-benefit__img { margin-bottom: 0; }

.feature-section--alt .feature-benefit__action { margin-top: 32px; }

.feature-section--alt .feature-benefit__wrap .row .col-lg-6:nth-child(1) { -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.feature-section--alt .feature-benefit__wrap .row .col-lg-6:nth-child(2) { -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.feature-section--alt.no-order .feature-benefit__wrap .row .col-lg-6:nth-child(1) { -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.feature-section--alt.no-order .feature-benefit__wrap .row .col-lg-6:nth-child(2) { -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.accordion--compare { display: block; margin-bottom: 0; }

.accordion--compare .card__header:not(.collapsed) { background: #EEFDF2; }

.accordion--compare .card__header:not(.collapsed)::after { background: url(../images/ic-chev-up-white.svg) no-repeat center; background-size: contain; background-color: #4B61DD; border-radius: 50px; -webkit-transform: rotate(360deg); transform: rotate(360deg); }

.accordion--compare .card__body { border: 0; box-shadow: none; margin-top: 0; }

.accordion--compare .tablist-partner .tab-list__item { font-size: 14px; line-height: 23px; margin-bottom: 4px; }

.accordion--compare .tablist-partner .tab-list__content { padding: 0; border: 0; }

.accordion--compare .tablist-partner .tab-list__content .compare-title { padding-bottom: 0px; border-bottom: 0; }

.accordion--compare .tablist-partner .tab-list__content .compare-title > .row { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.accordion--compare .tablist-partner .tab-list__content .compare-title h4 { font-size: 12px; line-height: 19px; }

.accordion.accordion--featured { display: block; }

.accordion.accordion--featured .card__header:after { content: ""; display: block; width: 24px; height: 24px; background: url(../images/ic-caret-down.svg) no-repeat center; background-size: contain; position: absolute; top: 20px; right: 20px; transition: all .5s ease-in-out; }

.accordion.accordion--featured .card__title { display: -webkit-flex; display: -ms-flexbox; display: flex; font-size: 16px; line-height: 24px; font-family: "Inter", sans-serif; font-weight: 600; }

.accordion.accordion--featured .card__title .icon { width: 24px; height: 24px; margin-right: 16px; }

.accordion.accordion--featured .card__body { padding: 0; margin-top: 0; box-shadow: none; }

.accordion.accordion--featured .nav-container { padding: 0; }

.accordion.accordion--featured .nav-tabs { position: relative; padding: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.accordion.accordion--featured .nav-tabs .nav-item { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.accordion.accordion--featured .nav-tabs .nav-item.active { position: relative; }

.accordion.accordion--featured .nav-tabs .nav-item.active:after { display: none; }

.accordion.accordion--featured .nav-tabs .nav-link { opacity: 1; visibility: visible; text-align: center; padding: 12px; border-radius: 12px 12px 0; }

.accordion.accordion--featured .nav-tabs .nav-link.active { border-bottom: 0; }

/* ------------------------------------------------------------------------------------------------ */
/* Page style */
/* ------------------------------------------------------------------------------------------------ */

.masthead--alt .masthead__media .media { position: relative; }

.masthead--alt .masthead__media .media__cover { height: auto; }

.masthead--alt .masthead__media .box-sign { position: relative; padding: 16px 15px 0px; border: 1px solid #D0D6DD; border-radius: 6px; margin-bottom: 16px; }

.masthead--alt .masthead__media .box-sign .note { border-top: 1px solid #D0D6DD; padding: 14px 0 10px; font-size: 14px; color: #626B79; text-align: center; }

.clients-block { padding: 64px 0; }

.clients-block__title, .clients-block h2 { font-family: "Inter", sans-serif; font-weight: 600; font-size: 26px; line-height: 32px; text-align: center; }

.clients-block__title br, .clients-block h2 br { display: none; }

.clients-block .clients { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 40px auto 0 auto; }

.clients-block .clients .item { max-width: 33.333%; -webkit-flex: 33.333%; -ms-flex: 33.333%; flex: 33.333%; padding: 0 12px; }

.clients-block .clients .item img { height: auto; }

.clients-block .clients-more { text-align: center; }

.clients-block .clients--alt { margin-left: 0; padding-bottom: 70px; }

.clients-block .clients--alt .item { max-width: 100%; -webkit-flex: 100%; -ms-flex: 100%; flex: 100%; padding: 0; display: block; }

.clients-block .clients--alt .item img { height: auto; max-width: 100%; padding: 0 10px; margin-bottom: 16px; }

.stats-block { padding: 32px 0 10px; }

.stats-block__wrap { margin-top: 40px; }

.stats-block .item { margin-bottom: 54px; }

.stats-block .item__title { font-size: 40px; line-height: 48px; color: #139908; margin-bottom: 4px; }

.stats-block .item__desc { font-family: "Inter", sans-serif; font-weight: 500; }

.items-block.section-fiture_alt .stats-block__wrap { margin-top: 0; }

.items-block.section-fiture_alt .stats-block__desc { margin-bottom: 24px; }

.features-accr .accordion--section { padding-left: 12px; padding-right: 12px; }

.features-accr .accordion--section .container { padding-left: 0; padding-right: 0; }

.features-accr .accordion--section .card { padding-top: 40px; padding-bottom: 14px; border-bottom: 1px solid #E2E2E2; }

.features-accr .accordion--section .card .card__header { position: relative; }

.features-accr .accordion--section .card .card__header .card__title { font-size: 28px; line-height: 36px; margin-bottom: 24px; }

.features-accr .accordion--section .card .card__header .card__title:hover { color: inherit; }

.features-accr .accordion--section .card .card__header .card__toggle { margin-bottom: 40px; }

.features-accr .accordion--section .card .card__header .card__toggle span.link-show { display: inline-block; }

.features-accr .accordion--section .card .card__header .card__toggle span.link-close { display: none; }

.features-accr .accordion--section .card .card__header .card__desc { display: none; margin-bottom: 30px; }

.features-accr .accordion--section .card .collapse { display: none !important; }

.features-accr .accordion--section .card .collapse .section-tabs ul.nav-tabs { background: #F2F4F7; width: auto; }

.features-accr .accordion--section .card .collapse .section-tabs .tab-content { padding-left: 12px; padding-right: 12px; }

.features-accr .accordion--section .card .collapse .feature-benefit__wrap { margin-bottom: 30px; }

.features-accr .accordion--section .card .collapse .feature-benefit__title { font-size: 24px; line-height: 32px; text-align: left; }

.features-accr .accordion--section .card .collapse .feature-benefit__title br { display: none; }

.features-accr .accordion--section .card .collapse .testimonial-small__wrap { padding: 15px 0 60px; }

.features-accr .accordion--section .card .collapse .block-cta-alt .container { padding-top: 0; padding-bottom: 30px; }

.features-accr .accordion--section .card .collapse .block-cta-alt .container .block-cta-alt__title.small { font-size: 24px; line-height: 32px; }

.features-accr .accordion--section .card .collapse .feature-benefit__wrap .row { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.features-accr .accordion--section .card .collapse .testimonial-small .item__img { position: absolute; width: 208px; height: 208px; left: calc(50% - 104px); top: 0; }

.features-accr .accordion--section .card .collapse .testimonial-small .item__box { padding: 140px 24px 24px 24px; margin-top: 104px; }

.features-accr .accordion--section .card.open .card__header .card__desc { display: block; }

.features-accr .accordion--section .card.open .card__header .card__toggle span.link-show { display: none; }

.features-accr .accordion--section .card.open .card__header .card__toggle span.link-close { display: inline-block; }

.features-accr .accordion--section .card.open .collapse { display: block !important; }

.section-tabs__header { position: relative; text-align: center; }

.section-tabs__header .nav-tabs { position: relative; height: auto; top: inherit; left: inherit; background: #FFF; border-radius: 100px; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; padding: 4px; overflow: hidden; }

.section-tabs__header .nav-tabs .nav-item { cursor: pointer; border: 0; }

.section-tabs__header .nav-tabs .nav-item .nav-link { padding: 8px 20px !important; height: auto; position: relative; border: 0; cursor: pointer; background: transparent; display: inline-block; opacity: 1; visibility: visible; max-height: 100%; }

.section-tabs__header .nav-tabs .nav-item .nav-link label { cursor: pointer; }

.section-tabs__header .nav-tabs .nav-item .nav-link.active { background: #4B61DD; border-radius: 100px; box-shadow: none; }

.section-tabs__header .nav-tabs .nav-item .nav-link.active .nav-item__title label { color: #FFFFFF; margin-bottom: 0; }

.section-tabs__header .nav-tabs .nav-item .nav-link.active:hover { background: #4B61DD; box-shadow: none; }

.section-tabs__header .nav-tabs .nav-item .nav-link.active:hover .nav-item__title label { color: #FFFFFF; }

.section-tabs__header .nav-tabs .nav-item .nav-link.alt.active { background: #FFFFFF; color: #e1eefc; border-radius: 100px; box-shadow: none; border: 1px solid #4B61DD; }

.section-tabs__header .nav-tabs .nav-item .nav-link.alt.active .nav-item__title label { color: #4B61DD; margin-bottom: 0; }

.section-tabs__header .nav-tabs .nav-item .nav-link.alt.active:hover { background: #FFFFFF; color: #e1eefc; border-radius: 100px; box-shadow: none; border: 1px solid #4B61DD; }

.section-tabs__header .nav-tabs .nav-item .nav-link.alt.active:hover .nav-item__title label { color: #4B61DD; margin-bottom: 0; }

.section-tabs__header .nav-tabs .nav-item .nav-link:hover { background: transparent; cursor: pointer; box-shadow: none; }

.section-tabs__header .nav-tabs .nav-item .nav-link:hover .nav-item__title label { color: #232933; }

.section-tabs__header .nav-tabs .nav-item .nav-link .nav-item__title { margin-bottom: 0; cursor: pointer; font-family: "Inter", sans-serif; font-weight: 600; }

.section-tabs__header .nav-tabs .nav-item .nav-link .nav-item__title label { color: #9090A2; margin-bottom: 0; font-family: "Inter", sans-serif; font-weight: 600; }

.section-tabs__body { padding-top: 40px; }

.feature-benefit__img { margin-bottom: 18px; text-align: center; }

.feature-benefit__img img { height: auto; }

.block-cta-alt .container { padding-top: 64px; padding-bottom: 64px; }

.block-cta-alt--simple .block-cta-alt__buttons a, .block-cta-alt--simple .block-cta-alt__buttons .btn { display: block; width: 100%; margin-right: 0; margin-bottom: 16px; }

.block-cta-alt--simple .block-cta-alt__buttons a:last-child, .block-cta-alt--simple .block-cta-alt__buttons .btn:last-child { margin-right: 0; margin-bottom: 16px; }

.blog-wrap { padding-top: 16px; padding-bottom: 16px; padding-left: 10px; padding-right: 10px; }

.sidebar--blog { padding-bottom: 40px; }

.sidebar--blog .sidebar__search { margin: 0 0 36px; }

.sidebar--blog .sidebar__search:last-child { margin-bottom: 0; }

.sidebar--blog .sidebar__search form { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.sidebar--blog .sidebar__search form .form-control { border-radius: 6px; }

.sidebar--blog .sidebar__search form .btn--submit { padding: 8px; border-radius: 6px; min-width: 40px; margin-left: 8px; }

.sidebar--blog .sidebar__search form .btn--submit img { display: block; width: 20px; height: 20px; }

.sidebar--blog .sidebar__toc { padding-top: 32px; padding-bottom: 200px; background: #FFF; }

.sidebar--blog .sidebar__toc .toc__title { font-size: 16px; line-height: 24px; color: #2B2A35; font-family: "Inter", sans-serif; font-weight: 600; margin: 0 0 24px; }

.sidebar--blog .sidebar__toc .toc__list li { display: block; padding-top: 4px; padding-bottom: 4px; }

.sidebar--blog .sidebar__toc .toc__list a { color: #545465; }

.sidebar--blog .sidebar__toc .toc__list a:hover { color: #4B61DD; text-decoration: none; }

.sidebar--blog .sidebar__subscribe { padding: 20px 24px 42px; background: #FFF; box-shadow: 0px 4px 8px rgba(119, 119, 119, 0.1), 0px 12px 20px rgba(119, 119, 119, 0.2); border-radius: 8px; margin: 0 0 36px; }

.sidebar--blog .sidebar__subscribe:last-child { margin-bottom: 0; }

.sidebar--blog .sidebar__subscribe h3 { font-size: 20px; line-height: 28px; margin-bottom: 24px; }

.sidebar--blog .sidebar__subscribe label { font-size: 16px; line-height: 24px; color: #2B2A35; font-family: "Inter", sans-serif; font-weight: 500; margin-bottom: 10px; }

.sidebar--blog .sidebar__cta { padding: 20px 24px 32px; background: #FFF; box-shadow: 0px 4px 8px rgba(119, 119, 119, 0.1), 0px 12px 20px rgba(119, 119, 119, 0.2); border-radius: 8px; margin: 0 0 36px; }

.sidebar--blog .sidebar__cta:last-child { margin-bottom: 0; }

.sidebar--blog .sidebar__cta h3 { font-size: 20px; line-height: 28px; margin-bottom: 24px; }

.sidebar--blog .sidebar__cta p { font-size: 18px; line-height: 28px; }

.sidebar--blog .sidebar__cta.bg-dark { background: #10253E; color: #FFF; }

.sidebar--blog .sidebar__cta.bg-dark h3 { color: #FFF; }

.sidebar--blog .hide-sm { display: none; }

.masthead--blog { padding: 64px 0 32px; }

.masthead--blog .masthead__img { display: none; }

.masthead--blog .masthead__img-sm { display: block; position: relative; width: 100%; padding-top: 56%; margin-bottom: 16px; border-radius: 6px; overflow: hidden; }

.masthead--blog .masthead__img-sm img { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; object-position: center; }

.masthead--blog .masthead__meta { display: block; font-size: 14px; line-height: 20px; color: #9090A2; margin-bottom: 16px; }

.masthead--blog .masthead__title { font-size: 32px; line-height: 48px; margin-bottom: 16px; color: #2B2A35; }

.masthead--blog .masthead__desc { color: #2B2A35; font-size: 14px; line-height: 20px; margin-bottom: 16px; }

.masthead--blog .masthead__action { font-size: 14px; line-height: 20px; }

.masthead--blog .author { font-size: 14px; line-height: 20px; }

.masthead--blog .author span { display: inline-block; }

.masthead--blog .author .name { margin-left: 8px; color: #2B2A35; font-family: "Inter", sans-serif; font-weight: 600; }

.masthead--blog .author .name::after { content: ""; display: inline-block; vertical-align: middle; width: 4px; height: 4px; border-radius: 2px; background: #2B2A35; margin: -2px 16px 0; }

.masthead--blog .author .date { color: #9090A2; }

.blog-category__page { padding: 100px 0 0; }

.blog-category__title { padding-bottom: 20px; margin-bottom: 0; border-bottom: 1px solid #EDF0F2; font-size: 32px; line-height: 48px; }

.blog-featured { margin-bottom: 40px; background: #F2F4F7; margin-left: -22px; margin-right: -22px; padding-left: 22px; padding-right: 22px; padding-top: 24px; padding-bottom: 24px; }

.blog-featured__title { font-size: 20px; line-height: 28px; text-align: center; margin-bottom: 16px; }

.blog-featured__items { font-size: 14px; line-height: 20px; border-top: 1px solid #E2E2E2; }

.blog-featured .item { border-bottom: 1px solid #E2E2E2; padding-top: 16px; padding-bottom: 16px; }

.blog-featured .item__meta { display: none; }

.blog-featured .item__title { font-size: 16px; line-height: 24px; font-family: "Inter", sans-serif; font-weight: 600; margin-bottom: auto; color: #2B2A35; }

.blog-featured .item__title:hover { color: #4B61DD; text-decoration: none; }

.blog-featured .item__more { display: none; }

.blog-featured .item__wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.blog-index .item { font-size: 14px; line-height: 20px; margin-bottom: 40px; }

.blog-index .item .author { font-size: 14px; line-height: 20px; }

.blog-index .item .author span { display: inline-block; }

.blog-index .item .name { margin-left: 8px; color: #2B2A35; font-family: "Inter", sans-serif; font-weight: 600; }

.blog-index .item__image { display: none; }

.blog-index .item__meta { display: none; }

.blog-index .item__title { display: block; font-size: 16px; line-height: 24px; font-family: "Inter", sans-serif; font-weight: 600; color: #2B2A35; transition: all .3s ease; margin: 0 0 16px; }

.blog-index .item__title:hover { text-decoration: none; color: #4B61DD; }

.blog-index .item__desc { margin-bottom: 0; }

.blog-index .item__foot { display: none; }

.blog-index__more { margin-bottom: 32px; text-align: center; }

.blog-single { padding-bottom: 64px; }

.blog-single__img { margin: 0 0 32px; }

.blog-single__img img { display: block; width: 100%; height: auto; border-radius: 6px; }

.blog-single__meta { font-size: 14px; line-height: 20px; display: block; margin: 0 0 16px; color: #9090A2; }

.blog-single__author { font-size: 14px; line-height: 20px; }

.blog-single__author .author { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.blog-single__author span { display: block; }

.blog-single__author .name { margin-left: 8px; color: #2B2A35; font-family: "Inter", sans-serif; font-weight: 600; position: relative; padding-right: 32px; }

.blog-single__author .name::after { content: ""; display: inline-block; vertical-align: middle; width: 4px; height: 4px; border-radius: 2px; background: #2B2A35; margin: -2px 16px 0; position: absolute; top: 8px; right: 0; }

.blog-single__author .date { color: #9090A2; }

.blog-single article { display: block; margin-top: 32px; color: #545465; position: relative; }

.blog-single article p { padding-left: 40px; position: relative; }

.blog-single article p img { border-radius: 6px; }

.blog-single article p img.size-full { margin-left: -40px; max-width: calc(100% + 40px); width: calc(100% + 40px); }

.blog-single article ul, .blog-single article ol { padding-left: 72px; }

.blog-single article blockquote { padding-top: 12px; margin-bottom: 32px; color: #4FB262; font-size: 20px; line-height: 28px; text-decoration: none; font-style: normal; font-family: "Inter", sans-serif; font-weight: 500; }

.blog-single article .lead { font-size: 20px; line-height: 28px; font-family: "Inter", sans-serif; font-weight: 600; margin-bottom: 16px; }

.blog-single article img.size-full { display: block; width: 100%; height: auto; }

.blog-single article img.alignright { float: right; margin: 0 0 1em 1em; }

.blog-single article img.alignleft { float: left; margin: 0 1em 1em 0; }

.blog-single article img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.blog-single article a img.alignright { float: right; margin: 0 0 1em 1em; }

.blog-single article a img.alignleft { float: left; margin: 0 1em 1em 0; }

.blog-single article a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.item-blog { height: 100%; position: relative; }

.item-blog__wrap .col-12 { margin-bottom: 64px; }

.item-blog__wrap .col-12 .item-blog { border-bottom: 1px solid #E2E2E2; }

.item-blog__wrap .col-12:last-child { margin-bottom: 0; }

.item-blog__wrap .col-12:last-child .item-blog { margin-bottom: 0; border-bottom: none; }

.item-blog--big { margin-bottom: 0; }

.item-blog--big .item-blog__img { margin-bottom: 16px; }

.item-blog--big .item-blog__info { left: 12px; bottom: 5px; }

.item-blog--sm { position: relative; margin-bottom: 16px; }

.item-blog--sm .item-blog__img { display: none; }

.item-blog--sm .item-blog__meta { display: block; }

.item-blog--sm .item-blog__meta .item-blog__cat { margin-bottom: 19px; }

.item-blog--sm .item-blog__meta .item-blog__cat a { font-size: 16px; line-height: 24px; color: #4B61DD; font-family: "Inter", sans-serif; font-weight: 600; text-transform: uppercase; }

.item-blog--sm .item-blog__meta .item-blog__title { display: block; color: #232933; font-family: "Inter", sans-serif; font-weight: 600; font-size: 16px; line-height: 24px; }

.item-blog--sm .item-blog__meta .item-blog__title:hover { color: #4B61DD; text-decoration: none; }

.item-blog__img { display: block; overflow: hidden; border-radius: 6px; background: #f2f2f2; margin-bottom: 24px; }

.item-blog__img img { width: 100%; object-fit: contain; height: 100%; }

.item-blog__cat { margin-bottom: 8px; text-transform: uppercase; }

.item-blog__cat a, .item-blog__cat span { color: #545465; font-size: 12px; line-height: 16px; }

.item-blog__cat a:hover, .item-blog__cat span:hover { cursor: pointer; }

.item-blog__title { font-size: 20px; line-height: 32px; color: #232933; display: block; margin-bottom: 16px; font-family: "Inter", sans-serif; font-weight: 600; }

.item-blog__title:hover { cursor: pointer; text-decoration: none; color: #4B61DD; }

.item-blog__desc { color: #232933; margin-bottom: 75px; }

.item-blog__desc .link-more::after { display: none; }

.item-blog__info { position: absolute; bottom: 15px; font-size: 12px; line-height: 16px; }

.item-blog__author { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.item-blog__author b { margin: 0 6px; text-transform: uppercase; }

.item-blog__date { color: #8B95A5; padding-left: 10px; position: relative; }

.item-blog__date::before { content: ''; width: 4px; height: 4px; background: #8B95A5; border-radius: 50%; display: inline-block; position: absolute; left: 0; top: calc(50% - 2px); }

.editor-choice .container { padding: 32px 12px; border-top: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; }

.editor-choice .container .item-blog .item-blog__desc { padding-bottom: 60px; margin-bottom: 20px; }

.editor-choice .container .owl-dots { bottom: 0; }

.editor-choice .container .owl-dots .owl-dot span { background-color: #E2E2E2; width: 35px; height: 8px; border-radius: 8px; }

.editor-choice .container .owl-dots .owl-dot.active span { background-color: #4B61DD; }

.blog-items { padding: 32px 0px; }

.blog-items__more.link-more { margin-right: 35px; }

.blog-items__title { margin-bottom: 0 !important; text-align: inline-block; }

.blog-items .row:first-child { margin-bottom: 24px; }

.subscribe-block__wrap { background: #4B61DD; position: relative; padding: 24px 32px; color: #FFF; border-radius: 8px; text-align: center; overflow: hidden; }

.subscribe-block__wrap::before { content: ''; position: absolute; background: url("../images/logo-sign.svg") no-repeat center; background-size: contain; width: 150px; height: 150px; left: -5px; bottom: 0; }

.subscribe-block__title { color: #FFF; }

.subscribe-block__desc { margin-bottom: 32px; }

.blog-cta { color: #FFF; margin-bottom: 32px; padding: 32px 0; }

.blog-cta__wrap { background: #008A00; border-radius: 8px; margin-left: 0; margin-right: 0; }

.blog-cta__wrap .col-md-6:first-child { padding: 32px 16px; }

.blog-cta__title { color: #FFF; }

.blog-cta__img img { height: auto; width: 100%; }

.single-article { padding: 64px 0; margin-top: 64px; }

.single-article .row > .col-md-2, .single-article .row > .col-md-3 { position: relative; }

.single-article__toc { margin-bottom: 30px; }

.single-article__cat { margin-bottom: 8px; }

.single-article__cat a { font-size: 14px; line-height: 20px; color: #626B79; text-transform: uppercase; }

.single-article__title { margin-bottom: 28px; }

.single-article__content img { margin: 0 auto 16px auto; display: block; height: auto; }

.single-article__content .wp-caption { width: 100% !important; }

.single-article__content mark { display: block; background: #EDF6FB; border: 2px solid #1C44D5; border-radius: 4px; margin-bottom: 24px; position: relative; padding: 24px; font-size: 18px; line-height: 28px; color: #1C44D5; font-family: "Inter", sans-serif; font-weight: 600; }

.single-article__content mark a { color: #1C44D5; text-decoration: none; }

.single-article__content mark a:hover { text-decoration: underline; }

.single-article__content code { display: block; font-family: "Inter", sans-serif; font-weight: 600; font-size: 18px; line-height: 28px; position: relative; clear: both; margin-top: 1.25em; padding: 5px 30px; color: #2B2A35; }

.single-article__content code::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: #4B61DD; }

.single-article__content blockquote { font-size: 16px; line-height: 24px; position: relative; clear: both; margin-bottom: 1em; padding: 8px 24px; position: relative; font-style: normal; margin-left: 0; margin-right: 0; color: #139908; font-family: "Inter", sans-serif; font-weight: 600; }

.single-article__content table { width: 100%; }

.single-article__box { background: #FFFFFF; box-shadow: 0px 4px 8px rgba(119, 119, 119, 0.1), 0px 12px 20px rgba(119, 119, 119, 0.2); border-radius: 8px; padding: 20px 24px; margin-bottom: 24px; }

.single-article__box > b { display: block; font-size: 16px; line-height: 24px; margin-bottom: 24px; font-weight: 600;}

.sidebar--blog-mobile { padding-left: 36px !important; padding-right: 36px !important; }

.single-article__categories { margin: 32px 0; }

.single-article__categories label { font-family: "Inter", sans-serif; font-weight: 600; margin-right: 8px; display: inline-block; }

.single-article__categories a { display: inline-block; border: 1px solid #D0D6DD; border-radius: 4px; margin-right: 14px; margin-bottom: 8px; padding: 8px 16px; font-size: 14px; line-height: 20px; font-family: "Inter", sans-serif; font-weight: 600; color: #232933; }

.single-article__categories a:hover { text-decoration: none; background: #f2f2f2; }

.single-article__prevnext { margin-bottom: 46px; }

.single-article__prevnext .link-btn { font-size: 13px; line-height: 16px; }

.single-article__related { padding: 32px 0; }

.single-article__related .title { display: block; margin-bottom: 24px; font-size: 26px; line-height: 34px; }

.single-article__toc { position: fixed; top: 54px; left: 0; width: 100%; background: #EDF0F2; padding: 8px 16px; z-index: 101; transition: all .3s ease-in-out; }

.single-article__toc b { margin-bottom: 0; position: relative; display: block; width: 100%; }

.single-article__toc b:after { content: ""; width: 24px; height: 24px; position: absolute; top: 0; right: 0; background: url(../images/ic-chevron-down.svg); background-size: contain; background-repeat: no-repeat; background-position: center; }

.single-article__toc ul { display: none; }

.single-article__toc.open { padding-bottom: 16px; }

.single-article__toc.open b { margin-bottom: 24px; }

.single-article__toc.open b:after { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

.single-article__toc.open ul { display: block; }

.whymust__wrap { padding-top: 40px; padding-bottom: 60px; }

.whymust .section-head { margin-bottom: 50px; }

.whymust .section-head__action { margin-top: 40px; }

.whymust .section-head__action a.btn { display: block; width: 100%; margin-bottom: 14px; }

.whymust .section-head__action a.btn:last-child { margin-bottom: 0; }

.whymust .section-footer__action { margin-top: 40px; }

.whymust .section-footer__action a.btn { display: block; width: 100%; margin-bottom: 14px; }

.whymust .section-footer__action a.btn:last-child { margin-bottom: 0; }

.table-wm__row { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }

.table-wm__head { width: 100%; max-width: 100%; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; text-align: center; padding: 10px 16px 0; vertical-align: top; }

.table-wm__left { max-width: 50%; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 10px 16px; }

.table-wm__right { max-width: 50%; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 10px 16px; }

.table-wm__thead th, .table-wm__thead td { text-align: center; }

.table-wm__thead th.table-wm__head { padding-bottom: 0; }

.table-wm__thead th.table-wm__left { padding-right: 0; }

.table-wm__thead th, .table-wm__thead td { padding: 10px 16px; }

.table-wm__thead .table-wm__row { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.table-wm__tbody { background: #F2F4F7; }

.table-wm__tbody .table-wm__row:nth-child(odd) { background: #E6EBF1; }

.table-wm__tbody .table-wm__row { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.table-wm__tbody .table-wm__right span { padding-left: 20px; }

.table-wm__tbody .table-wm__right .icon { width: 14px; height: 14px; top: 3px; }

.table-wm__tbody span { display: block; position: relative; margin-bottom: 8px; }

.table-wm__tbody span.check { padding-left: 40px; }

.table-wm__tbody span.check::before { content: ''; background: url("../images/ic-check.svg") no-repeat center; background-size: contain; width: 24px; height: 24px; position: absolute; left: 0; top: 0; }

.table-wm__tbody span.cross { padding-left: 40px; }

.table-wm__tbody span.cross::before { content: ''; background: url("../images/ic-error.svg") no-repeat center; background-size: contain; width: 24px; height: 24px; position: absolute; left: 0; top: 0; -webkit-filter: grayscale(1); filter: grayscale(1); }

.tab-list { padding: 40px 0; }

.tab-list__head { margin-bottom: 40px; }

.tab-list__sidebar { margin-bottom: 18px; }

.tab-list__sidebar ul.nav-tabs { display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; top: 0; left: 0; padding: 0; overflow-x: auto; overflow-y: hidden; border-bottom: 1px solid #E2E2E2; }

.tab-list__sidebar ul.nav-tabs li.nav-item { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; }

.tab-list__sidebar ul.nav-tabs li.nav-item .nav-link { opacity: 1; visibility: visible; max-height: 100%; height: auto; padding: 8px 16px; background: transparent; color: #0031BE; margin: 0 6px; }

.tab-list__sidebar ul.nav-tabs li.nav-item .nav-link.active { background: #4B61DD; color: #FFF; }

.tab-list__content { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.tab-list__content .tab-list__item { padding: 8px 16px 20px 16px; border-bottom: 1px solid #E2E2E2; margin-bottom: 8px; position: relative; font-family: "Inter", sans-serif; font-weight: 600; }

.tab-list__content .tab-list__item::after { content: ''; width: 24px; height: 24px; position: absolute; right: 10px; top: 10px; background: url("../images/ic-check.svg") no-repeat center; background-size: contain; }

.tab-list__desc br { display: none; }

.items-block--alt2 { padding: 24px 0; background: #F2F4F7; }

.items-block--alt2 .items-block__title { font-size: 28px; line-height: 36px; margin-bottom: 8px; text-align: center; }

.items-block--alt2 .items-block__title br { display: none; }

.items-block--alt2 .items-block__desc { text-align: center; }

.items-block--alt2 .items-block__wrap { margin-left: -20px; margin-right: -20px; }

.items-block--alt2 .items-block__wrap [class^="col-"], .items-block--alt2 .items-block__wrap [class*=" col-"] { padding-left: 20px; padding-right: 20px; }

.items-block--alt2 .items-block__wrap .item { padding: 16px; background: #fff; border-radius: 4px; margin-bottom: 24px; position: relative; }

.items-block--alt2 .items-block__wrap .item__icon { width: 24px; height: 24px; position: absolute; top: 16px; left: 16px; margin-bottom: 0; }

.items-block--alt2 .items-block__wrap .item__icon img { height: 24px; }

.items-block--alt2 .items-block__wrap .item__title, .items-block--alt2 .items-block__wrap .item__desc { padding-left: 40px; }

.items-block--alt2 .items-block__wrap .item__desc { color: #626B79; font-size: 14px; line-height: 23px; font-family: "Inter", sans-serif; font-weight: 400; }

.items-block--alt2 .items-block__wrap .item__desc br { display: none; }

.items-block--alt2 .block-cta-alt__buttons { padding-top: 0; }

.faq-block__wrap .btn--primary { display: block; }

.contact-head { padding: 32px 0 0; background-color: #FFF; }

.contact-head__sub { text-align: center; display: block; margin: 0 0 8px; color: #545465; }

.contact-head__title { margin-bottom: .5rem; text-align: center; }

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

.contact-cards { padding: 32px 15px; }

.contact-cards .hide-sm { display: none; }

.contact-cards .item { margin-bottom: 12px; padding: 0; }

.contact-cards .item:last-child { margin-bottom: 0; }

.contact-cards .item__wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 8px 24px; text-align: center; background: #F2F4F7; border-radius: 0.25rem; text-decoration: none; }

.contact-cards .item__img { margin: 0 16px 0 0; }

.contact-cards .item__img img { display: block; width: 40px; height: auto; margin: 0 auto; }

.contact-cards .item__title { font-size: 16px; line-height: 24px; margin: 0; }

.contact-cards .item__desc { margin: 0 0 1.5rem; }

.contact-cards .item__desc ul > li { margin: 0 0 0.5rem; }

.contact-cards .item__desc ul > li:last-child { margin: 0; }

.contact-cards .item__action { margin-top: auto; }

.contact-cards .item--border .item__wrap { background: #FFFFFF; border: 1px solid #E2E2E2; }

.contact-headquarter { padding: 2rem 0; }

.contact-headquarter__title { font-size: 32px; line-height: 40px; text-align: center; }

.contact-headquarter__desc { text-align: center; max-width: 270px; margin: 0 auto 3rem; }

.contact-headquarter .info--img { position: relative; z-index: 2; }

.contact-headquarter .info--img img { width: 100%; height: auto; }

.contact-headquarter .info { position: relative; z-index: 1; }

.contact-headquarter .info:before { content: ""; z-index: 1; display: block; position: absolute; width: 150%; height: 100%; top: 0; right: 0; background: #F2F4F7; border-radius: 0.25rem; }

.contact-headquarter .info__wrap { text-align: center; position: relative; z-index: 2; padding: 32px 0 32px; }

.contact-headquarter .info__title { margin: 0 0 1rem; }

.contact-headquarter .info__desc p { margin: 0 0 1rem; }

.contact-headquarter .info__desc ul li:not(:last-child) { margin: 0 0 1rem; }

.contact-headquarter .info__action { padding-top: 2.5rem; }

.our-offices { padding: 3rem 0; }

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

.our-offices__desc { text-align: center; max-width: 600px; margin: 0 auto 3rem; }

.our-offices .item { margin: 0 0 1rem; width: 100%; max-width: 50%; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }

.our-offices .item__wrap { position: relative; padding: 16px; text-align: center; }

.our-offices .item__img img { display: block; margin: 0 auto 16px; width: 38px; height: auto; }

.our-offices .item__title { margin: 0 0 0.5rem; font-size: 16px; line-height: 24px; }

.our-offices .item__title:last-child { margin: 0; }

.our-offices .item__desc p { margin: 0 0 0.75rem; }

.our-offices .item__desc ul li:not(:last-child) { margin: 0 0 0.75rem; }

.form-meeting { background: #F2F4F7; padding: 3rem 4px; }

.form-meeting__title { margin: 0 0 1rem; }

.form-meeting__desc { margin: 0 0 2rem; }

.form-meeting__img { display: none; margin: 0 0 1.5rem; }

.form-meeting__box { padding: 1.5rem 1rem; background: #FFFFFF; border-radius: 0.25rem; }

.square-block { padding: 64px 0; }

.square-block .section-title { font-family: "Inter", sans-serif; font-weight: 600; font-size: 32px; line-height: 48px; margin-bottom: 40px; }

.square-block .section-action { text-align: center; margin-top: 40px; }

.square-block .section-action a { margin-right: 16px; }

.square-block .section-action a:last-child { margin-right: 0; }

.square-block .item { background: #FFF; border: 1px solid #D0D6DD; border-radius: 4px; padding: 24px; height: 100%; }

.square-block .item__icon { margin-bottom: 8px; }

.square-block .item__icon img { height: 48px; width: auto; }

.square-block .item__title { font-size: 20px; line-height: 28px; font-family: "Inter", sans-serif; font-weight: 600; margin-bottom: 8px; }

.download-cta .download-cta--container { padding: 32px 16px; border-radius: 16px; position: relative; z-index: 1; }

.download-cta .title { max-width: 900px; margin: 0 auto 10px auto; }

.download-cta .title h2 { font-size: 28px; line-height: 36px; }

.download-cta .deskripsi { margin-bottom: 24px; font-size: 16px; line-height: 24px; }

.download-cta .cta__action { gap: 16px; }

.download-cta .download-cta--icon { position: absolute; top: 0; bottom: 0; margin: auto 0; z-index:-1; margin-left: -64px; display: none; }

.template-viewer { margin-top: 0px; position: relative; }

.template-viewer.blurs:after { position: absolute; bottom: 32px; left: 4%; content: ''; display: block; width: 91.8%; height: 150px; background: linear-gradient(360deg, #EDF0F2 -28.09%, rgba(237, 240, 242, 0) 87.66%); backdrop-filter: blur(3px); }

.template-viewer #templateviewer { max-width: 868px; width: 100%; height: 410px; overflow-x: hidden; overflow-y: auto; margin: 0 auto; position: relative; }

.template-viewer__popup { position: absolute; bottom: 25px; left: calc(50% - 160px); z-index: 3; background: #FFF; border: 1px solid #008A00; border-radius: 8px; padding: 20px; text-align: center; }

.template-viewer__popup .title-popup { margin-bottom: 8px; }

.template-viewer__popup .title-popup h3 { font-size: 20px; line-height: 28px; font-weight: 600; }

.template-viewer__popup .desc { margin-bottom: 24px; }

.template-viewer .single-download-viewer__wrap { padding: 0px 16px; }

.template-viewer .subtitle { font-size: 16px; line-height: 24px; font-weight: 600; margin-bottom: 8px; }

.template-viewer .title { max-width: 900px; margin: 0 auto 24px; }

.template-viewer .title h2 { font-size: 32px; line-height: 48px; font-weight: 600; }

.template-viewer .description { max-width: 600px; font-size: 16px; line-height: 24px; margin:0 auto; padding: 8px 16px 8px 0px; color: #626B79; }

.template-viewer .image { position: relative; }

.template-viewer .media__play { content: ""; display: block; position: absolute; height: 100px; width: 100px; top: calc(50% - 50px); left: calc(50% - 50px); border-radius: 50px; background-image: url(../images/ic-play-white.svg); background-color: #4B61DD; background-repeat: no-repeat; background-size: 22px; background-position: 53% 33%; box-shadow: 0 0 0 rgb(255 255 255 / 40%); -webkit-animation: pulseWhite 2s infinite; animation: pulseWhite 2s infinite; }

.template-viewer span { color: #fff; position: absolute; left: 0; right: 0; margin: 0 auto; top: 50%; }

.single-download-steps .item { min-height: 180px !important; border: 1px solid #D0D6DD; }

.single-download-steps .item__desc { color: #626B79; }

.section-head__description { margin-bottom: 16px; }

.items-block.section-fiture_alt .item__title, .items-block.section-fiture_alt .item__desc { padding-left: 0px; }

.item--icon { margin-bottom: 12px; }

.item--title { font-size: 20px; line-height: 28px; margin-bottom: 8px; }

.item--desc { font-size: 16px; line-height: 24px; color:#626B79; }

.items-block.section-fiture_alt .item-new { padding: 24px; border: 1px solid #D0D6DD; border-radius: 8px; margin-bottom: 24px; position: relative; background: #FFF; }

.cta-background--image { padding: 32px 0px; }

.cta-background--image .cta-background--container { padding: 32px 16px; border-radius: 16px; position: relative; z-index: 1; }

.cta-background--image .title { max-width: 900px; margin: 0 auto 10px auto; }

.cta-background--image .title h2 { font-size: 28px; line-height: 36px; }

.cta-background--image .deskripsi { margin-bottom: 24px; font-size: 16px; line-height: 24px; }

.cta-background--image .cta__action { gap: 16px; }

.features_card-nav { padding: 32px 0; }

.features_card-nav .features-title { max-width: 900px; margin: 0 auto 10px auto; }

.features_card-nav .sidebar h3 { font-size: 20px; line-height: 28px; }

.features_card-nav .features-card__wrap { margin-top: 24px; padding: 0px 0px; margin-bottom: -32px; }

.features_card-nav .sidebar li { padding: 8px; display: grid; }

.features_card-nav .sidebar .link { color: #232933; position: relative; }

.features_card-nav .sidebar .active { background: #EAECFB; border-radius: 6px; }

.features_card-nav .sidebar .active a { color: #1C44D5 !important; font-weight: 600; }

.features_card-nav .sidebar .active a:after { content: url(../images/arrow-right.svg);; position: absolute; right: 0; }

.features_card-nav .sidebar li a { font-size: 16px; line-height: 24px; text-decoration: none; color: #232933; }

.features_card-nav .features_card-nav-cat { margin-bottom: 0px; }

.features_card-nav .features_card-nav-cat:nth-child(n+2) { border-top: 1px solid #D0D6DD; padding-top: 24px; }

.features_card-nav .features_card-nav-cat .head { display: flex; gap: 8px; flex-flow: column; margin-bottom: 24px; }

.features_card-nav .features_card-nav-cat .head h3 { font-size: 16px; line-height: 24px; }

.features_card-nav .cards { border-radius: 0px 0px 4px 4px; }

.features_card-nav .cards:hover { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; }

.features_card-nav .item__body { background-color: #fff; padding: 24px; border-radius: 0px 0px 4px 4px; min-height: 213px; }

.features_card-nav .item__body .item__title { gap: 8px; font-size: 20px; line-height: 28px; }

.features_card-nav .item__body .item__desc { margin-bottom: 26px; }

.features_card-nav .spacing-items-card { row-gap: 24px; }

.features-nav-mobile .card { background: none; border: none; border-radius: 0px; }

.features-nav-mobile .card__header { padding: 10px 0px; border-bottom: 1px solid #E2E2E2; }

.features-nav-mobile .card__title { font-size: 14px; }

.features-nav-mobile .card__header .card__title { color: #4B61DD; }

.features-nav-mobile .card__header:after { top: 10px; }

.features-nav-mobile .card__body { padding: 0px; background: none; }

.features-nav-mobile .features_card-nav-cat { padding: 24px 0px; }

.features-nav-mobile .features_card-nav-cat .head h3 { font-size: 20px; line-height: 28px; }

.features-nav-mobile .features-card__wrap { margin-top: 24px; padding: 32px 0px; }

.counter { display: inline-block; border: 1px solid #D0D6DD; width: 160px; padding: 5px 12px; margin-bottom: 24px; border-radius: 6px; }

.counter .form-control { width: 72px; height: 20px; text-align: center; font-size: 14px; line-height: 20px; border: none; }

.counter .input-group { gap: 13px; }

.counter .input-group-append .up, .down { cursor: pointer; }

.switcher-currency { margin-bottom: -16px; }

.select-currency { width: 100px !important; position: relative; cursor: pointer; margin-top: 20px; }

.section-tabs__header .bootstrap-select > .dropdown-toggle { border-radius: 100px; font-size: 14px !important; font-weight: 600 !important; }

.section-tabs__header .bootstrap-select > .dropdown-menu { padding: 0px; }

.dropdown.bootstrap-select.show-thick .dropdown-menu.inner li.selected.active a.dropdown-item.active.selected:after { content: ''; width: 16px; height: 16px; position: absolute; top: 14px; right: 10px; background: url(../images/ic-thick.svg) no-repeat center; background-size: contain; filter: sepia(0%) hue-rotate(190deg) saturate(900%); }

.dropdown.bootstrap-select.show-thick .dropdown-menu.inner li.selected.active a.dropdown-item.active.selected { background: #EEFDF2; padding: 12px; }

.dropdown.bootstrap-select.show-thick div.dropdown-menu a { font-size: 14px; font-weight: 600; }

.features-nav-mobile .card__title { color: #232933; }

.single-article__content table { margin: auto; }

.single-article__content .table { border-collapse: collapse; min-width: 640px; }

.single-article__content .table th, .single-article__content .table td { border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; padding: 8px 16px; }

.single-article__content .table th, .single-article__content .table td:last-child { border-right: 1px solid #cccccc; }

.single-article__content .table td:first-child { border-top: 1px solid #cccccc; }

.single-article__content .table thead { border-top: 1px solid #cccccc; font-weight: 600; }

.single-article__content .table thead th { background-color: #2ECD71; color: #FFFFFF; }

.single-article__content .table tbody:first-child { border-top: 1px solid #cccccc; }

.single-article__content .table tbody tr:nth-child(odd) td { background-color: rgba(19, 153, 8, .1); }

.single-article__content .table tbody tr:hover th, .single-article__content .table tbody tr:hover td { background-color: #f0f0f0; transition: all .2s; }

.single-article__content .table-responsive { overflow: auto; margin-bottom: 1rem; }

.table-responsive { overflow: auto; margin-bottom: 1rem; }

.single-article__faq .title { margin-bottom: 24px; }

.accordion--faq_blog .card { margin-bottom: 16px; background: #FFF; border-radius: 4px; overflow: hidden; border: 1px solid #E2E2E2; transition: all .5s ease-in-out; }

.accordion--faq_blog .card.open { margin-bottom: 24px; border-color: #139908; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }

.accordion--faq_blog .card__header { padding: 20px 56px 20px 16px; border: 0; }

.accordion--faq_blog .card__header:after { top: 20px; right: 16px; background: url(../images/ic-caret-down.svg) no-repeat center; background-size: contain; -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.accordion--faq_blog .card__header .card__title { font-family: "Inter", sans-serif; font-weight: 600; }

.accordion--faq_blog .card__header.collapsed .card__title { font-family: "Inter", sans-serif; font-weight: 600; }

.accordion--faq_blog .card__header.collapsed:after { content: ""; background: url(../images/ic-caret-down.svg) no-repeat center; background-size: contain; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.accordion--faq_blog .card__body { border-radius: 0; box-shadow: none; padding: 0px 56px 20px 16px; margin: 0; color: #626B79; }

.accordion--faq_blog .card__body ul { list-style: disc; padding-left: 10px; }

.accordion--faq_blog .card__body ul li { margin-bottom: 8px; }

.inapp-masthead_container { background-color: #EDF0F2; padding: 40px 12px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }

.inapp-masthead_container .subtitle { font-style: normal; font-weight: 600; font-size: 14px; }

.inapp-masthead_container .title h1 { font-style: normal; font-weight: 600 !important; font-size: 24px; line-height: 32px; letter-spacing: -0.02em; color: #232933; }

.inapp-masthead_container .desc { font-weight: 400; font-size: 14px; line-height: 20px; margin-bottom: 24px; }

.inapp-masthead_container .action { display: flex; flex-direction: column; gap: 16px; } 

.inapp-masthead_container .inapp-masthead_left { flex-basis: 100%; }

.inapp-iconbox_container { padding: 64px 12px; display: flex; gap: 8px; }

.inapp-iconbox_container .title h2 { font-weight: 600 !important; font-size: 20px; line-height: 32px; text-align: center;}

.inapp-iconbox_container .button-iconbox_section .btn-watch-demos { content: ''; background-image: url(../images/watch-demos.svg);  }

.inapp-iconbox_container .inapp-iconbox_wrap { display: flex; flex-direction: column; align-items: flex-start; padding: 0px; gap: 80px; margin-top: 32px; }

.inapp-iconbox_container .inapp-iconbox_wrap .iconbox { margin-bottom: 32px; }

.inapp-iconbox_container .inapp-iconbox_wrap .iconbox-title { font-weight: 600; font-size: 14px; line-height: 20px; }

.inapp-iconbox_container .inapp-iconbox_wrap .iconbox-image { max-width: 200px; margin: 0 auto; margin-bottom: 16px; }

.inapp-iconbox_container .inapp-iconbox_wrap .iconbox-desc { font-weight: 400; font-size: 14px; line-height: 20px; margin-top: 8px; }

.inapp-footer-cta_container { display: flex; flex-direction: column; justify-content: center; padding: 32px 12px 64px 12px; gap: 24px; }

.inapp-footer-cta_container .action { display: flex; flex-direction: column; gap: 16px; }

.inapp-footer-cta_container .title h2 { font-weight: 600 !important; font-size: 20px !important; line-height: 32px !important; margin-bottom: 0px; }

.block-feat__wrap { padding-top: 32px; padding-bottom: 32px; }

.single-article__meta { margin-bottom: 32px; width: 100%; max-width: 698px; }

.single-article__meta .item-blog__author, .single-article__meta .item-blog__date { font-size: 14px; line-height: 20px; color: #2B2A35; }

.single-article__shares { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; margin-right: -8px; margin-left: -8px; }

.single-article__shares .share-item { width: 32px; height: 32px; border-radius: 50%; margin: 0 4px; }

.single-article__shares .share-item img { -webkit-filter: grayscale(100); filter: grayscale(100); background: #FFF; }

.single-article__shares .share-item img img { -webkit-filter: grayscale(0); filter: grayscale(0); }

.page-clients { padding: 32px 0; background-color: #F1F5F9; }

.page-clients__filter { margin: 0 0 3rem 0; }

.page-clients__filter form { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; display: flex; gap: 16px; }

.page-clients__filter .form-group, .page-clients__filter .form-action { display: block; margin: 0; padding: 0 8px; width: 100%; -ms-flex-preferred-size: 0; -webkit-flex-basis: 0%; flex-basis: 0%; }

.page-clients__filter .form-group { -webkit-flex-grow: 2; -ms-flex-positive: 2; flex-grow: 2; max-width: 100%; }

.page-clients__filter .form-group .dropdown .filter-option-inner-inner { color: #232933; }

.page-clients__filter .form-group .dropdown ul.dropdown-menu li .dropdown-item { padding-left: 2.5rem; color: #232933; }

.page-clients__filter .form-group .dropdown ul.dropdown-menu li .dropdown-item span.check-mark { position: absolute; top: 0.55rem; left: 0.75rem; width: 1rem; height: 1rem; border: 1.5px solid #D0D6DD; border-radius: 4px; display: block; }

.page-clients__filter .form-group .dropdown ul.dropdown-menu li .dropdown-item span.check-mark:after { width: 5px; height: 10px; border-width: 0 1px 1px 0; border-color: #FFF; margin: 0px 5px 0px 1px; display: none; }

.page-clients__filter .form-group .dropdown ul.dropdown-menu li .text { margin-right: 0; }

.page-clients__filter .form-group .dropdown ul.dropdown-menu li.selected .dropdown-item { background: #FFF; }

.page-clients__filter .form-group .dropdown ul.dropdown-menu li.selected .dropdown-item span.check-mark { border-color: #4B61DD; background: #4B61DD; }

.page-clients__filter .form-group .dropdown ul.dropdown-menu li.selected .dropdown-item span.check-mark:after { display: block; }

.page-clients__filter .form-action { -webkit-flex-grow: 1.5; -ms-flex-positive: 1.5; flex-grow: 1.5; max-width: 100%; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }

.page-clients__filter .form-action .btn { display: block; width: 100%; }

.page-clients__list > .row { margin-left: -12px; margin-right: -12px; }

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

.page-clients__list .item__card { box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14); border-radius: 4px; margin-bottom: 1.5rem; height: calc(100% - 1.5rem); background-color: #fff; }

.page-clients__list .item__img { display: block; position: relative; width: 100%; padding-top: 53.23%; overflow: hidden; border-radius: 6px 6px 0px 0px; }

.page-clients__list .item__img .thumb { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; object-position: 50% 50%; -webkit-transform: scale(1); transform: scale(1); transition: -webkit-transform 1s cubic-bezier(0.67, 0, 0.285, 1); transition: transform 1s cubic-bezier(0.67, 0, 0.285, 1); transition: transform 1s cubic-bezier(0.67, 0, 0.285, 1), -webkit-transform 1s cubic-bezier(0.67, 0, 0.285, 1); }

.page-clients__list .item__img:hover .thumb { -webkit-transform: scale(1.1); transform: scale(1.1); }

.page-clients__list .item__content { padding: 24px 24px 34px 24px; }

.page-clients__list .item__category { margin-bottom: .5rem; }

.page-clients__list .item__category .tag { display: inline-block; color: #626B79; font-size: 0.75rem; line-height: 1.3333333333333333em; }

.page-clients__list .item__category .tag + .tag { margin-left: 10px; position: relative; }

.page-clients__list .item__category .tag + .tag:before { content: "-"; position: absolute; top: 0; left: -.5rem; }

.page-clients__list .item__title h2, .page-clients__list .item__title h3, .page-clients__list .item__title h4 { font-size: 1rem; line-height: 1.5em; margin-bottom: .5rem; }

.page-clients__list .item__title:hover h2, .page-clients__list .item__title:hover h3, .page-clients__list .item__title:hover h4 { color: #4B61DD; }

.page-clients__list .item__title:hover { text-decoration: none !important; }

.page-clients__list .item__desc { margin-bottom: 1rem; font-size: 0.875rem; line-height: 1.5em; color: #626B79; }

.page-clients__list .item__cta .btn-link { color: #4B61DD; }

.page-clients__list .item__cta .btn-link:hover { color: #4B61DD; }

.page-clients__list .item__cta .btn-link:after { right: 0; }

.page-clients__list.not-found .not-found__box { text-align: center; }

.page-clients__list.not-found .not-found__box .img { width: 198px; height: 164px; margin: 0 auto; margin-bottom: 0; }

.page-clients__list.not-found .not-found__box .img img { -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.page-clients__list.not-found .not-found__box .text { color: #626B79; }

.page-clients__list.not-found .not-found__box .text p { font-size: 16px; line-height: 24px; }

.page-clients__list.loading-state { position: relative; }

.page-clients__list.loading-state:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #FFF; opacity: .3; z-index: 4; }

.page-clients .page-clients-filter { text-align: center; margin-bottom: 32px; }

.page-clients .page-clients-filter h2 { margin-bottom: 0; margin-bottom: 8px; }

.page-clients .page-clients-filter .description { color: #626B79; padding: 0; }

.story-detail__problem-solution { padding: 32px 0; }

.story-detail__problem-solution .row { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.story-detail__problem-solution .box { padding: 32px 16px; }

.story-detail__problem-solution .box.problem { background: #F2F4F7; border-radius: 8px 8px 0 0; color: #232933; }

.story-detail__problem-solution .box.solution { color: #FFF; background: #008A00; position: relative; padding: 32px 16px; box-shadow: 0px 4px 8px rgba(119, 119, 119, 0.1), 0px 12px 20px rgba(119, 119, 119, 0.2); border-radius: 0 0 8px 8px; }

.story-detail__problem-solution .box.solution h2 { color: #fff; }

.story-detail__problem-solution .box.solution .icon { margin-bottom: 12px; }

.story-detail__problem-solution .box.problem .icon { margin-bottom: 12px; }

.story-detail__problem-solution .ic { width: 2.375rem; height: 2.375rem; margin-bottom: 0.75rem; }

.story-detail__problem-solution .ic img { width: 100%; height: 100%; object-fit: contain; }

.story-detail__problem-solution h2 { font-size: 32px; line-height: 48px; margin-bottom: 0.75rem; }

.story-detail__content { padding: 4rem 0; }

.story-detail__content .row { margin-left: -16px; margin-right: -16px; }

.story-detail__content .row [class^="col-"], .story-detail__content .row [class*=" col-"] { padding-left: 16px; padding-right: 16px; }

.masthead_logo_new .thumb { display: block; height: 30px; width: auto; }

.percents-wrap { padding: 32px 0; }

.percents-wrap .row { display: flex; gap: 32px; }

.percents-wrap .percent-detail .percent { font-size: 32px; line-height: 48px; margin-bottom: 4px; font-weight: 600; font-family: "Inter"; }

.percents-wrap .percent-detail .desc { font-weight: 600; }

.story-detail__content .story-article a { color: #4B61DD; }

.story-detail__content .story-article .blockquote { width: 100%; margin: 0 auto 1.5rem; padding: 24px 0px 24px 48px; border-top: 1px solid #D0D6DD; border-bottom: 1px solid #D0D6DD; }

.story-detail__content .story-article .blockquote blockquote { margin: 0; margin-bottom: 40px; font-weight: 400; font-family: "Inter"; font-style: normal; position: relative; }

.story-detail__content .story-article .blockquote blockquote p { font-weight: 400; font-family: "Inter"; padding-top: 16px; }

.story-detail__content .story-article .blockquote blockquote:before { color: #139908; font-size: 72px; line-height: 1.1666666666666667em; position: absolute; top: 0; left: -40px; }

.story-detail__content .story-article .blockquote__author { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.story-detail__content .story-article .blockquote .author__pp { margin-right: 1rem; -webkit-flex: 0 0 40px; -ms-flex: 0 0 40px; flex: 0 0 40px; }

.story-detail__content .story-article .blockquote .author__pp img { width: 40px; height: 40px; border-radius: 100px; overflow: hidden; }

.story-detail__content .story-article .blockquote .author__text { width: 100%; max-width: calc(100% - 40px); font-size: 14px; }

.story-detail__content .story-article .blockquote .author__text span { display: block; }

.story-detail__content .story-article .blockquote .author__name { font-weight: 600; font-family: "Inter"; }

.story-detail__content .story-article .blockquote .author__title { color: #626B79; font-size: 14px; line-height: 1.5em; }

.story-detail__content .story-article .problem, .story-detail__content .story-article .solution, .story-detail__content .story-article .results { margin-bottom: 1.5rem; }

.story-detail__content .story-article .problem h3, .story-detail__content .story-article .solution h3, .story-detail__content .story-article .results h3 { font-size: 1.25rem; line-height: 1.4em; margin-bottom: 10px; }

.story-detail__content .story-article .problem h3:first-child { color: #A61C1C; }

.story-detail__content .story-article .solution h3:first-child, .story-detail__content .story-article .results h3:first-child { color: #2C76ED; }

.story-detail__content .sticky-toc-cs { position: fixed; top: 54px; background: #EDF0F2; padding: 8px 16px; z-index: 101; transition: all .3s ease-in-out; }

.story-detail__content .sticky-toc-cs label { font-size: 14px; color: #008A00; font-weight: 600; margin-bottom: 0; }

.story-detail__content .sticky-toc-cs label:after { content: ""; width: 24px; height: 24px; position: absolute; right: 10px; background: url(../images/ic-chevron-down.svg); background-size: contain; background-repeat: no-repeat; background-position: center; }

@media (min-width: 768px) { 
.story-detail__content .sticky-toc-cs { position: unset; background: none; padding: 0; transition: all .3s ease-in-out; }

.story-detail__content .sticky-toc-cs label { font-size: 14px; color: #008A00; font-weight: 600; margin-bottom: 0; }

.story-detail__content .sticky-toc-cs label:after { content: ""; width: 24px; height: 24px; position: absolute; right: 10px; background: url(../images/ic-chevron-down.svg); background-size: contain; background-repeat: no-repeat; background-position: center; }

.story-detail__content .sticky-toc-cs.open label:after { transform: rotate(-180deg); }

.story-detail__content .sticky-toc-cs.open .story-detail__company-detail { display: block; padding-top: 24px; transition: opacity 1s ease-out; }

.story-detail__content .story-detail__company-detail { display: block !important; }

.percents-wrap .row { gap: 0px; }

.story-detail__problem-solution .box.problem { border-radius: 0 !important; }

.story-detail__problem-solution .box { border-radius: 0 !important; }
}

.story-detail__content .story-detail__company-detail { display: none; }

.story-detail__content .sticky-toc-cs.open label:after { transform: rotate(-180deg); }

.story-detail__content .sticky-toc-cs.open .story-detail__company-detail { display: block; padding-top: 24px; transition: opacity 1s ease-out; }

.story-detail__company-detail ul li { margin-bottom: 1.5rem; }

.story-detail__company-detail ul li b, .story-detail__company-detail ul li span { display: block; }

.story-detail__company-detail ul li b { margin-bottom: 4px; }

.story-detail__company-detail ul li span { font-size: 14px; line-height: 20px; }

.story-detail__company-detail ul li span a { color: #4B61DD; }

.story-detail__more-story { background: #F2F4F7; padding: 32px 0px; }

.story-detail__more-story .link-more, .story-detail__more-story .page-clients__list .item__cta .btn-link, .page-clients__list .item__cta .story-detail__more-story .btn-link { color: #4B61DD; }

.story-detail__more-story .link-more:hover, .story-detail__more-story .page-clients__list .item__cta .btn-link:hover, .page-clients__list .item__cta .story-detail__more-story .btn-link:hover { color: #4B61DD; }

.story-detail__more-story .page-clients__list .item__card { background: #FFFFFF; }

.fea__section-tab .fea__section-wrap { padding: 32px 15px; }

.fea__section-tab h2 { margin-bottom: 16px; }

.fea__section-tab p { margin-bottom: 36px; }

.fea__section-tab .tab-button { overflow: hidden; display: flex; gap: 16px; }

.fea__section-tab .tab-button button { border-radius: 48px; background: #F1F5F9; color: #626B79; font-size: 16px; line-height: 24px; padding: 12px 24px; border: none; font-weight: 400; }

.fea__section-tab .tab-button button:hover { background: #4B61DD; color: #FFFFFF; }

.fea__section-tab .tab-button button.active { background: #4B61DD; color: #FFFFFF; }

.fea__section-tab .tab-button .link-more, .fea__section-tab .tab-button .page-clients__list .item__cta .btn-link, .page-clients__list .item__cta .fea__section-tab .tab-button .btn-link { margin-left: 16px; }

.fea__section-tab .masthead { padding-top: 0px; }

.fea__section-tab .masthead .masthead__tabs .masthead__title { font-size: 20px; line-height: 28px; font-weight: 600; }

.fea__section-tab .masthead__action { margin-top: 32px; }

.fea__section-tab .masthead__wrap { max-width: 100%; margin-bottom: 18px; }

.fea__section-tab .masthead__wrap .masthead__left { order: 2 !important; }

.fea__section-tab .masthead__wrap .masthead__right { order: 1 !important; }

.fea__section-tab .shadow-fitur_nav { max-width: 100%; }

.fea__section-tab .shadow-fitur_nav .nav-item.active + .show-sm .tab-pane { display: block; }

.fea__section-tab .shadow-fitur_nav .show-sm { display: block !important; }

.fea__section-tab .shadow-fitur_nav .nav-item:after { content: ''; width: 24px; height: 24px; position: absolute; right: 10px; top: 12; background: url(../images/ic-dropdown.svg) no-repeat center; background-size: contain; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: -webkit-transform .3s linear; transition: transform .3s linear; transition: transform .3s linear, -webkit-transform .3s linear; }

.fea__section-tab .shadow-fitur_nav li:last-child .nav-item::after { content: ''; width: 24px; height: 24px; position: absolute; right: 10px; top: 12; background: url(../images/ic-arrows-right.svg) no-repeat center; background-size: contain; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: -webkit-transform .3s linear; transition: transform .3s linear; transition: transform .3s linear, -webkit-transform .3s linear; }

.fea__section-tab h3 { font-size: 16px; line-height: 24px; font-weight: 600; }

.shadow-fitur { padding: 64px 0; }

.shadow-fitur_nav { max-width: 345px; }

.shadow-fitur_nav .nav-item { padding: 12px; border-bottom: 1px solid #D0D6DD; text-align: left; color: #626B79; display: block; }

.shadow-fitur_nav .nav-item:hover, .shadow-fitur_nav .nav-item.active { color: #232933; font-weight: 600; border-bottom: 2px solid #2C76ED; text-decoration: none; }

.shadow-fitur_tab .wrapper { padding: 32px; background: #ECF5FF; }

.shadow-fitur_tab .box-img { max-width: 480px; margin: 0 auto 24px; }

.shadow-fitur_tab .box-img img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

@media (min-width: 768px) { .nav-tabss .box-img { text-align: center; } .single-cs .masthead__media { text-align: center; }}

.shadow-fitur_tab .text { margin-bottom: 24px; }

.shadow-fitur_nav .nav-item.active+.show-sm .tab-content { background: #ECF5FF; padding: 24px 24px 8px; }

.shadow-fitur_nav .nav-tabss .tab-pane .box-img img { height: auto; }

.shadow-fitur_nav .box-text ul.custom-list>li { color: #626B79; }

.shadow-fitur_nav .button-warp { display: flex; padding-top: 16px; flex-direction: column; gap: 16px; margin-bottom: 16px; position: relative; }

.shadow-fitur_nav .button-warp .link-more { display: flex; align-items: center; gap: 16px; }

.shadow-fitur_nav .button-warp .link-more::after { position: static; }

.fea-numbers { padding: 32px 0; }

.fea-numbers .fea-numbers_header { text-align: center; margin-bottom: 40px; }

.fea-numbers .fea-numbers_header h2 { font-size: 28px; }

.fea-numbers .fea-numbers_header .fea-numbers_description { color: #626B79; font-size: 14px; }

.fea-numbers .fea-numbers_wrap { overflow: hidden; padding: 32px; display: flex; flex-direction: row; justify-content: center; background-color: #F1F5F9; border-radius: 16px; gap: 24px; position: relative; }

.fea-numbers .fea-numbers_wrap .fea-numbers_item { display: flex; flex-direction: column; text-align: center; gap: 8px; margin-bottom: 32px; }

.fea-numbers .fea-numbers_wrap .col-12:last-child .fea-numbers_item { margin-bottom: 0px; }

.fea-numbers .fea-numbers_wrap .fea-numbers_item .percentage h2 { margin-bottom: 0px; color: #139908; font-size: 28px; }

.fea-numbers .fea-numbers_wrap .fea-numbers_item .description { color: #626B79; }

.fea-items-block { padding: 32px 0; }

.fea-items-block .items-block__title { text-align: left; font-size: 28px; font-weight: 600; }

.fea-items-block .fea-items-block_other { text-align: left; margin-right: 22px; }

.fea-items-block .item { display: flex; flex-direction: column; gap: 12px; }

.fea-items-block .item h3 { font-size: 20px; font-weight: 600; margin-bottom: 0px; }

.fea-items-block .col-md-4 { margin-bottom: 32px; }

.fea-items-block .col-md-4:last-child { margin-bottom: 0px; }

.fea-items-block .item__action { margin-top: 12px; }

.fea-related-content { padding: 32px 0; }

.fea-related-content .fea-related__title { text-align: left; font-size: 28px; font-weight: 600; margin-bottom: 16px; }

.fea-related-content .fea-related__title h2 { margin-bottom: 0px; font-size: 28px; }

.fea-related-content .fea-related__description { margin-bottom: 16px; }

.fea-related-content .fea-related_other { text-align: left; }

.fea-related-content .item__image img { border-radius: 4px; max-width: 100%; }

.fea-related-content .stats-block__wrap { margin-top: 24px; }

.fea-related-content .item { display: flex; flex-direction: column; gap: 24px; }

.fea-related-content .item .item__title { font-size: 16px; margin-bottom: 0px; }

.fea-related-content .col-md-4 { margin-bottom: 32px; }

.fea-related-content .col-md-4:last-child { margin-bottom: 0px; }

.fea-cta-variant { padding: 32px 0px; }

.fea-cta-variant .fea-related__title h2 { font-size: 28px; }

.fea-cta-variant .fea-cta-variant_wrap { padding: 24px; width: 100%; background: #F1F5F9; border-radius: 8px; }

.fea-cta-variant .fea-cta-variant_wrap .img-right { margin-top: 24px; }

.fea-cta-variant .masthead__action { margin-top: 24px; }

.fea-cta-variant .description { color: #626B79; }

.clients-variant  { padding: 32px 0 96px; }

.clients-variant .clients-title, .clients-variant .clients-description { text-align: center; margin-bottom: 24px; }

.clients-variant .clients-variant__item { background-color: #F1F5F9; border-radius: 8px; padding: 32px; display: flex; flex-direction: column; gap: 56px; }

.clients-variant .clients-variant__item .meta { display: flex; flex-direction: column; justify-content: flex-start; }

.clients-variant .clients-variant__item .meta .name-title { display: flex; flex-direction: column; }

.clients-variant .clients-variant__item .meta .name-title .name { font-weight: 600; }

.clients-variant .clients-variant__item .meta .logo { margin-top: 16px; }

.clients-variant .owl-carousel .owl-item img { width: 45%; }

.clients-variant .owl-dot.active span { background-color: #4B61DD; }

.clients-variant .owl-dots { bottom: -2rem; }

.clients-variant .owl-dot span { width: 32px; height: 6px; border-radius: 4px; background-color: #8B95A5; }

@media (min-width: 768px) { .clients-variant .clients-variant__item .meta { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } 
.clients-variant .owl-carousel .owl-item img { width: 100%; }
.clients-variant .clients-variant__item .meta .logo { margin-top: 0px; }
}

.fea-items-blocks-flex { padding: 32px 0; }

.fea-items-blocks-flex__wrap { margin-top: 40px; }

.fea-items-blocks-flex .item { margin-bottom: 36px; }

.fea-items-blocks-flex .item__icon { margin-bottom: 12px; }

.fea-items-blocks-flex .item__icon img { height: 56px; width: auto; }

.fea-items-blocks-flex .item__title { color: #2B2A35; font-size: 20px; line-height: 28px; margin-bottom: 8px; }

.fea-items-blocks-flex .item__desc { font-weight: 400; }

.fea-items-blocks-flex .section-action { text-align: center; margin-top: 24px; }

.fea-items-blocks-flex .section-action a { margin-right: 0; margin-bottom: 16px; display: block; width: 100%; }

.fea-items-blocks-flex .section-action a:last-child { margin-bottom: 0; }

.fea-items-blocks-flex .col-12:last-child .item { margin-bottom: 0; }

.fea-items-blocks-flex.section-fiture_alt .stats-block__wrap { margin-top: 0; }

.fea-items-blocks-flex.section-fiture_alt .stats-block__desc { margin-bottom: 24px; }

.fea-items-blocks-flex h2 { text-align: center; font-size: 28px; line-height: 36px; }

.fea-items-blocks-flex.section-fiture_alt .item { padding: 12px; border: 1px solid #D0D6DD; border-radius: 8px; margin-bottom: 12px; position: relative; background: #FFF; }

.fea-items-blocks-flex.section-fiture_alt .item__icon { width: 32px; height: 32px; position: absolute; top: 0; left: 12px; }

.fea-items-blocks-flex.section-fiture_alt .item__title, .fea-items-blocks-flex.section-fiture_alt .item__desc { padding-left: 52px; }

.fea-items-blocks-flex.section-fiture_alt .fea-items-blocks-flex__action .btn { display: block; width: 100%; }

.fea-items-blocks-flex.section-fiture_alt .fea-items-blocks-flex__action .btn + .btn { margin-top: 12px; }

.masthead-form .form-action .btn { width: 100%; }

.masthead-form img { height: auto; }

.masthead-form .masthead__left { display: flex; flex-direction: column-reverse; }

.masthead-form .masthead__wrap .masthead__right { order: 2; }

.fea-logo-clients { padding: 32px 0; }

.fea-logo-clients .fea-logo-clients_header h2 { text-align: center; position: relative; }

.fea-logo-clients .fea-logo-clients_header .description { text-align: center; position: relative; }
    
.fea-logo-clients .clients-wrap { margin-bottom: 30px; }

.fea-logo-clients .client-logo { padding: 12px; display: flex; justify-content: center; align-items: center; overflow: hidden; height: 100px; }

.fea-logo-clients img { transition: all 0.4s ease-in-out; height: auto; }

.rss.bg-gray { background-color: #F1F5F9; }

.rss__outline { color: #232933; }

.rss__title { font-weight: 700; margin: 0 0 16px; }

.rss__desc { margin-bottom: 24px; color: #626B79; text-align: center; }

.rss__nav { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; margin: 0 0 24px; }

.rss__next, .rss__prev { display: block; width: 56px; height: 56px; margin: 0 8px; background: url(../images/ic-nav.svg) no-repeat center; cursor: pointer; transition: all .3s ease; }

.rss__next:hover, .rss__prev:hover { background: url(../images/ic-nav-hover.svg) no-repeat center; }

.rss__next.swiper-button-disabled, .rss__prev.swiper-button-disabled { opacity: 0.5; -webkit-filter: grayscale(100); filter: grayscale(100); pointer-events: none; }

.rss__next.swiper-button-lock, .rss__prev.swiper-button-lock { display: none; }

.rss__prev { -webkit-transform: scaleX(-1); transform: scaleX(-1); }

.rss__posts .posts { -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.rss__posts .post { height: auto; }

.rss__posts .post__img { display: block; position: relative; width: 100%; padding-top: 51.666%; border-radius: 8px; overflow: hidden; }

.rss__posts .post__img img { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; object-position: center; transition: all .3s ease-in-out; }

.rss__posts .post__img:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); }

.rss__posts .post__title { margin: 0 0 8px; font-size: 20px; }

.rss__posts .post__title a { color: #232933; }

.rss__posts .post__title a:hover { color: #4B61DD; text-decoration: none; }

.rss__posts .post__action { padding-top: 16px; margin-top: auto; }

.rss__posts .post__content { padding: 24px 8px; border-radius: 0 0 16px 16px; color: #232933; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; }

.rss__posts .post__outline { font-weight: 600; color: #626B79; margin: 0 0 10px; }

.rss__posts .post__wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; padding: 16px; background-color: #fff; border-radius: 4px; }

.rss__action { text-align: center; padding-top: 24px; }

.rss__action-desc { text-align: center; padding-top: 24px; }

.rss__wrap { padding-top: 64px; padding-bottom: 64px; }

.rss .swiper .swiper-pagination { line-height: 0; bottom: 0; }

.rss .swiper .swiper-pagination .swiper-pagination-bullet { width: 32px; height: 6px; border-radius: 3px; margin: 2px 6px; background: #8B95A5; opacity: 1; }

.rss .swiper .swiper-pagination .swiper-pagination-bullet-active { background: #4B61DD; }

.rss .swiper .swiper-pagination-vertical .swiper-pagination-bullet { width: 8px; height: 32px; border-radius: 4px; margin: 12px 0; background: #8B95A5; opacity: 1; }

.rss .swiper .swiper-pagination-vertical .swiper-pagination-bullet-active { background: #4B61DD; }

.rss .swiper.swiper-initialized .swiper-wrapper { padding-bottom: 48px; }

@media (max-width: 991px) { .rss__nav { display: none; }
  .rss__outline { text-align: center; }
  .rss__title { text-align: center; }
  .rss__title br { display: none; }
  .rss__posts .post__content { padding: 16px; margin-top: 16px; }
  .rss__wrap { padding-top: 48px; padding-bottom: 48px; }
  .rss__wrap > .container { padding-left: 16px; padding-right: 16px; } }

.rss-2 { position: relative; }

.rss-2__outline { position: relative; z-index: 3; color: #232933; }

.rss-2__title { position: relative; z-index: 3; font-weight: 700; margin: 0 0 24px; }

.rss-2__nav { position: relative; z-index: 3; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; margin: 0 0 24px; }

.rss-2__next, .rss-2__prev { display: block; width: 56px; height: 56px; margin: 0 8px; background: url(../images/ic-nav.svg) no-repeat center; cursor: pointer; transition: all .3s ease; }

.rss-2__next:hover, .rss-2__prev:hover { background: url(../images/ic-nav-hover.svg) no-repeat center; }

.rss-2__next.swiper-button-disabled, .rss-2__prev.swiper-button-disabled { opacity: 0.5; -webkit-filter: grayscale(100); filter: grayscale(100); pointer-events: none; }

.rss-2__prev { -webkit-transform: scaleX(-1); transform: scaleX(-1); }

.rss-2__posts .posts { -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.rss-2__posts .post { width: 322px; height: auto; }

.rss-2__posts .post__img { display: block; position: relative; width: 100%; padding-top: 51.666%; border-radius: 16px 16px 0 0; overflow: hidden; }

.rss-2__posts .post__img img { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; object-position: center; transition: all .3s ease-in-out; }

.rss-2__posts .post__img:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); }

.rss-2__posts .post__title { margin: 0 0 8px; }

.rss-2__posts .post__title a { color: #232933; }

.rss-2__posts .post__title a:hover { color: #4B61DD; text-decoration: none; }

.rss-2__posts .post__action { padding-top: 16px; margin-top: auto; }

.rss-2__posts .post__content { padding: 16px 24px 32px; background: #F1F5F9; border-radius: 0 0 16px 16px; color: #232933; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; }

.rss-2__posts .post__outline { font-weight: 600; color: #626B79; margin: 0 0 10px; }

.rss-2__posts .post__wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; }

.rss-2__swiper { position: relative; overflow: visible; }

.rss-2__wrap { position: relative; padding-top: 64px; padding-bottom: 64px; }

.rss-2__wrap::before, .rss-2__wrap::after { content: ""; z-index: 2; display: block; width: 175px; height: 100%; position: absolute; top: 0; }

.rss-2__wrap::before { left: 0; background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }

.rss-2__wrap::after { right: 0; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }

.referral-items .items-block__title { font-size: 32px; line-height: 48px; font-weight: 600; }

.referral-items .item { background: #F2F4F7; padding: 48px 32px; border-radius: 16px; }

.referral-items .item__title { font-size: 20px; }

.referral-items .item__icon { margin-bottom: 32px; }

.referral-items .items-block__title { font-size: 28px; line-height: 36px; }

.referral-items .feature-benefit__img { text-align: center; }

.referral-items .certificate__item { padding: 32px 15px; }

.referral-items .certificate__details { margin-top: 8px; }

.modal-subs.show { background: rgba(22, 26, 32, 0.80); }

.modal-subs .modal-dialog { margin: 30px auto; max-width: 371px; border-radius: 4px; }

.modal-subs .modal-dialog .modal-content { padding: 32px 20px; background: #F2F4F7; }

.modal-subs .modal-dialog .modal-content .close { top: 10px; right: 10px; }

.modal-subs .modal-dialog .modal-content .close img { width: 20px; }

.modal-subs .modal-dialog .modal-content strong, .modal-subs .modal-dialog .modal-content b { font-weight: 600; font-family: "Inter"; font-size: 16px; line-height: 24px; display: block; margin-bottom: 32px; text-align: center; }

.modal-subs .modal-dialog .modal-content .form-group { padding-bottom: 20px; }

.modal-subs .modal-dialog .modal-content .form-group input::-webkit-input-placeholder { color: #8B95A5; }

.modal-subs .modal-dialog .modal-content .form-group input::-moz-placeholder { color: #8B95A5; }

.modal-subs .modal-dialog .modal-content .form-group input:-ms-input-placeholder { color: #8B95A5; }

.modal-subs .modal-dialog .modal-content .form-group input::placeholder { color: #8B95A5; }

.modal-subs .modal-dialog .modal-content .form-group label { font-size: 14px; line-height: 20px; margin-bottom: 4px; }

.modal-subs .modal-dialog .modal-content .form-group .form-control { font-size: 14px; line-height: 20px; }

.modal-subs .modal-dialog .modal-content .form-group .custom-checkbox label { font-size: 12px; line-height: 16px; }

.modal-subs-success.show { background: rgba(22, 26, 32, 0.80); }

.modal-subs-success .modal-dialog { margin: 30px auto; max-width: 371px; border-radius: 4px; }

.modal-subs-success .modal-dialog .modal-content { padding: 32px 20px; background: #F2F4F7; }

.modal-subs-success .modal-dialog .modal-content .close { top: 10px; right: 10px; }

.modal-subs-success .modal-dialog .modal-content .close img { width: 20px; }

.modal-subs-success .modal-dialog .modal-content .icon { margin-bottom: 16px; text-align: center; }

.modal-subs-success .modal-dialog .modal-content .icon img { height: 240px; width: auto; margin: 0 auto; }

.modal-subs-success .modal-dialog .modal-content strong, .modal-subs-success .modal-dialog .modal-content b { font-weight: 600; font-size: 20px; line-height: 28px; display: block; margin-bottom: 16px; text-align: center; }

.modal-subs-success .modal-dialog .modal-content p { font-size: 16px; line-height: 24px; text-align: center; }

.single-article__author { margin-top: -8px; padding: 32px 16px; border-width: 1px 0px; border-style: solid; border-color: #D0D6DD;  }

.single-article__author .single-article__alt { gap: 24px; }

.single-article__author .author__alt { gap: 12px; }

.single-article__author .author-avatar { flex-shrink: 0; }

.single-article__author .author-avatar .rounded-circle { border-radius: 50%; }

.single-article__author .author-name { font-weight: 600; }

.single-article__content table { margin: auto; }

.single-article__content .table { border-collapse: collapse; width: 100%; }

.single-article__content .table th, .single-article__content .table td { border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; padding: 8px 24px; }

.single-article__content .table th, .single-article__content .table td:last-child { border-right: 1px solid #cccccc; }

.single-article__content .table td:first-child { border-top: 1px solid #cccccc; }

.single-article__content .table thead { border-top: 1px solid #cccccc; font-weight: 600; }

.single-article__content .table thead th { background-color: #2ECD71; color: #FFFFFF; }

.single-article__content .table tbody:first-child { border-top: 1px solid #cccccc; }

.single-article__content .table tbody tr:nth-child(odd) td { background-color: rgba(19, 153, 8, .1); }

.single-article__content .table tbody tr:hover th, .single-article__content .table tbody tr:hover td { background-color: #f0f0f0; transition: all .2s; }

.single-article__content .table-responsive { overflow: auto; margin-bottom: 1rem; }

.single-article__content { padding: 32px 0 0 0; position: relative; }

.single-article__content .wp-caption-text { font-size: 12px; line-height: 16px; text-align: center; margin: 10px 0 24px; }

.single-article__content table { border-collapse: collapse; width: 100%; margin: auto; border: none !important; font-size: 16px; line-height: 24px; }

.single-article__content table td { padding: 8px 16px; border-width: 0 1px 1px 0; border-style: solid; border-color: #f8f8f8; }

.single-article__content table > tbody > tr:nth-child(1) td { background-color: #D0D6DD; font-weight: 600; }

.single-article__content table > thead > tr:nth-child(1) td { background-color: #D0D6DD; font-weight: 600; }

.single-article__content p { color: #232933; }

.single-article__content .blog__wrap .col-lg-3 { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.single-article__content .blog__sidebar { position: relative; height: auto; max-width: 100%; }

.single-article__content .blog__sidebar.left { padding-right: 16px; }

.single-article__content .blog__sidebar.right { padding: 0 12px 0 16px; }

.single-article__content .blog__sidebar.right .btn-blue-border { background: #fff; }

.single-article__content .blog__sidebar.right .btn-blue-border:hover { background: #2740ce; border-color: #2740ce; }

.single-article__content .blog__sidebar.stick-it { position: fixed; top: 105px; overflow-x: hidden; overflow-y: auto; transition: all linear .3s; height: auto; }

.single-article__content .blog__sidebar.stick-it.show-top { top: 120px !important; transition: all linear .3s; }

.single-article__content .blog__sidebar.stick-it .blog__widget img { height: 0; opacity: 0; position: absolute; transition: all linear .3s; }

.single-article__content .blog__sidebar.stick-bottom { position: absolute; bottom: 0; top: unset; height: auto; }

.single-article__content .blog__sidebar.stick-bottom .blog__widget img { height: auto; opacity: 1; position: relative; transition: all linear .3s; }

.single-article__content .blog__sidebar .blog__search { position: relative; margin-bottom: 24px; }

.single-article__content .blog__sidebar .blog__search form { position: relative; }

.single-article__content .blog__sidebar .blog__search form input[type="text"] { height: 40px; padding: 10px 62px 10px 12px; font-size: 14px; line-height: 20px; border-radius: 6px; }

.single-article__content .blog__sidebar .blog__search form button { background: #4B61DD; border-color: #4B61DD; font-size: 16px; line-height: 24px; padding: 5px 8px; font-weight: 600; font-family: "Inter"; position: absolute; right: 2px; top: 2px; border-radius: 6px; transition: all linear .3s; }

.single-article__content .blog__sidebar .blog__search form button:hover { background: #2740ce; border-color: #2740ce; transition: all linear .3s; }

.single-article__content .blog__sidebar .blog__toc { padding-bottom: 30px; }

.single-article__content .blog__sidebar .blog__toc b { font-size: 16px; line-height: 24px; font-weight: 600; font-family: "Inter"; color: #232933; margin-bottom: 24px; display: block; }

.single-article__content .blog__sidebar .blog__toc ul { list-style: none; }

.single-article__content .blog__sidebar .blog__toc ul li a { display: block; padding: 4px 8px 4px 0; border-right: 1px solid #D0D6DE; font-size: 14px; line-height: 20px; color: #626B79; text-decoration: none; transition: all linear .3s; }

.single-article__content .blog__sidebar .blog__toc ul li a:hover { text-decoration: underline; transition: all linear .3s; }

.single-article__content .blog__sidebar .blog__toc ul li a.active { color: #0031BE; border-right-color: #0031BE; }

.single-article__content .blog__sidebar strong, .single-article__content .blog__sidebar b { font-size: 14px; line-height: 20px; font-weight: 600; font-family: "Inter"; margin-bottom: 20px; display: inline-block; }

.single-article__content .blog__sidebar .blog__sosmed ul { list-style: none; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; }

.single-article__content .blog__sidebar .blog__sosmed ul li { width: 24px; margin-right: 16px; margin-bottom: 8px; }

.single-article__content .blog__sidebar .blog__sosmed ul li a { display: inline-block; position: relative; }

.single-article__content .blog__sidebar .blog__sosmed ul li a img { width: 24px; height: 24px; max-width: 24px; max-height: 24px; object-fit: contain; -webkit-filter: grayscale(0.8); filter: grayscale(0.8); }

.single-article__content .blog__sidebar .blog__sosmed ul li a span { position: absolute; font-size: 0; line-height: 0; color: transparent; }

.single-article__content .blog__sidebar .blog__sosmed ul li a:last-child { margin-right: 0; }

.single-article__content .blog__sidebar .blog__sosmed ul li a:hover img { -webkit-filter: grayscale(0); filter: grayscale(0); }

.single-article__content .blog__article { font-size: 18px; line-height: 28px; letter-spacing: 0.008em; }

.single-article__content .blog__article .perfmatters-lazy-youtube img { width: 100%; height: auto; object-fit: contain; margin-bottom: auto; }

.single-article__content .blog__article h2 { font-size: 28px; line-height: 36px; margin-bottom: 24px; font-weight: 600; }

.single-article__content .blog__article h3 { font-size: 20px; line-height: 28px; margin-bottom: 16px; font-weight: 600; }

.single-article__content .blog__article h4 { font-size: 18px; line-height: 28px; margin-bottom: 16px; font-weight: 600; }

.single-article__content .blog__article b, .single-article__content .blog__article strong { font-weight: 600; font-family: "Inter"; }

.single-article__content .blog__article p { margin-bottom: 24px; }

.single-article__content .blog__article ul { word-break: break-word; list-style: disc; }

.single-article__content .blog__article ul:last-child { margin-bottom: 24px; }

.single-article__content .blog__article ol { list-style: decimal; }

.single-article__content .blog__article ol:last-child { margin-bottom: 24px; }

.single-article__content .blog__article a { color: #4B61DD; text-decoration: underline; transition: .3s linear all; }

.single-article__content .blog__article a:hover { color: #2339b9; text-decoration: none; transition: .3s linear all; }

.single-article__content .blog__article a.btn-primary, .single-article__content .blog__article a.btn-blue, .single-article__content .blog__article a.btn { color: #FFF; }

.single-article__content .blog__article a.btn-primary:hover, .single-article__content .blog__article a.btn-blue:hover, .single-article__content .blog__article a.btn:hover { color: #FFF; }

.single-article__content .blog__article a.btn { text-decoration: none; }

.single-article__content .blog__article img { width: 100%; height: auto; object-fit: contain; margin-bottom: 24px; position: relative; }

.single-article__content .blog__article .featured-video-yt { margin-bottom: 24px; width: 100%; height: auto; position: relative; overflow: hidden; padding-top: 56.25%; }

.single-article__content .blog__article .featured-video-yt iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; }

.single-article__content .blog__article .featured-video-image { margin-bottom: 16px; width: 100%; height: auto; position: relative; }

.single-article__content .blog__article figure { margin-bottom: 24px; width: 100%; height: auto; }

.single-article__content .blog__article figure img { margin-bottom: 0; border-radius: 16px; }

.single-article__content .blog__article figcaption { margin: 10px 0; text-align: center; font-size: 12px; line-height: 16px; color: #232933; }

.single-article__content .blog__article .media--video { margin-bottom: 24px; }

.single-article__content .blog__article .media--video img { margin-bottom: 0; }

.single-article__content .blog__article code { font-size: 18px; line-height: 24px; font-weight: 600; font-family: "Inter"; padding: 0 0 0 16px; border-left: 0px solid #4B61DD; margin-bottom: 24px; display: block; width: 100%; }

.single-article__content .blog__article code a { text-decoration: underline; }

.single-article__content .blog__article code a:hover { text-decoration: underline; }

.single-article__content .blog__article iframe { width: 100%; min-height: auto; }

.single-article__content .blog__article mark { display: block; background: #EDF6FB; border: 2px solid #4B61DD; border-radius: 4px; margin-bottom: 24px; position: relative; padding: 12px; color: #232933; }

.single-article__content .blog__article mark a { color: #4B61DD; text-decoration: none; }

.single-article__content .blog__article mark a:hover { text-decoration: underline; }

.single-article__content .blog__article .button-scroll { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; flex-wrap: wrap; margin-bottom: 32px; }

.single-article__content .blog__article .button-scroll button { background: transparent; border: 1px solid #4B61DD; font-size: 14px; font-weight: 500; padding: 4px 12px; box-shadow: 0px 3px 7px rgba(12, 0, 104, 0.08); }

.single-article__content .blog__article .button-scroll button:hover { color: #FFFFFF; background-color: #4B61DD; border-color: #4B61DD; }

.single-article__content .blog__article .button-scroll button:hover img { filter: brightness(0) invert(1); }

.single-article__content .blog__article .button-scroll button#left-button { border-radius: 50px 0 0 50px; }

.single-article__content .blog__article .button-scroll button#right-button { border-radius: 0 50px 50px 0; }

.single-article__content .blog__article .button-scroll div.info { font-size: 14px; margin-right: 12px; }

.single-article__content .blog__article .button-scroll img { margin-bottom: 0; }

.single-article__content .blog__cats { margin-bottom: 24px; }

.single-article__content .blog__cats b { display: block; width: 100%; margin-bottom: 8px; font-size: 14px; color: #626B79; }

.single-article__content .blog__cats a { display: inline-block; font-size: 14px; line-height: 20px; padding: 4px 8px; background: #EDF0F2; border-radius: 4px; color: #626B79; margin-right: 8px; margin-bottom: 8px; }

.single-article__content .blog__cats a:last-child { margin-right: 0; }

.single-article__content .blog__cats a:hover { background: #cfd7dd; color: #4b525d; }

.single-article__content .blog__navs { margin-bottom: 32px; padding-left: 7px; padding-right: 7px; }

.single-article__content .blog__navs a { font-size: 16px; line-height: 24px; color: #4B61DD; text-decoration: none; }

.single-article__content .blog__navs a:hover { text-decoration: underline; }

.single-article__content .blog__navs a.link-btn { display: inline-block; position: relative; padding-left: 0; padding-right: 0; }

.single-article__content .blog__navs a.link-btn.with-arrow::after { background: url(../images/blog/ic-arrow-r.svg) no-repeat center; background-size: contain; content: ''; width: 20px; height: 20px; display: inline-block; top: 5px; left: 8px; position: relative; }

.single-article__content .blog__navs a.link-btn.with-arrow-invert::before { background: url(../images/blog/ic-arrow-l.svg) no-repeat center; background-size: contain; content: ''; width: 20px; height: 20px; display: inline-block; top: 5px; right: 8px; position: relative; left: auto; }

.single-article__content .blog__navs a.link-btn.with-arrow-invert:after { display: none;}

.single-article__content .blog__navs a.link-btn.with-arrow-invert:hover::before { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: bounce2; animation-name: bounce2; -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); }

.blog__footer .blog__author-detail { margin: 0 auto; display: -webkit-flex; display: -ms-flexbox; display: flex; border-top: 1px solid #D0D6DE; border-bottom: 1px solid #D0D6DE; flex-direction: column; margin: 0 auto; }

.blog__footer .blog__author-detail .img { width: 120px; height: 120px; margin-right: 24px; object-fit: contain; border-radius: 50%; -webkit-flex: 0 0 120px; -ms-flex: 0 0 120px; flex: 0 0 120px; margin: 0 0 24px !important; }

.blog__footer .blog__author-detail .meta { -webkit-flex: 0 0 calc(100% - 144px); -ms-flex: 0 0 calc(100% - 144px); flex: 0 0 calc(100% - 144px); }

.blog__footer .blog__author-detail .meta .name { margin-bottom: 12px; display: inline-block; font-size: 16px; line-height: 24px; color: #4B61DD; }

.blog__footer .blog__author-detail .meta .name a { font-size: 16px; line-height: 24px; display: inline-block; color: #4B61DD; font-weight: 600; font-family: "Inter"; }

.blog__footer .blog__author-detail .meta .name a:hover { text-decoration: underline; }

.blog__footer .blog__author-detail .meta p { font-size: 16px; line-height: 24px; }

.blog__footer .blog__related { padding: 32px 0 0 0; }

.blog__footer .blog__related h2, .blog__footer .blog__related h3 { font-size: 24px; line-height: 32px; margin-bottom: 24px; font-weight: 600; font-family: "Inter"; }

.blog__footer .blog__related .blog__item { display: -webkit-flex; display: -ms-flexbox; display: flex; padding-bottom: 24px; margin-bottom: 32px; border-bottom: 1px solid #E2E2E2; height: calc(100% - 32px); }

.blog__footer .blog__related .blog__item > a { display: inline-block; margin-right: 16px; width: 120px; -webkit-flex: 0 0 120px; -ms-flex: 0 0 120px; flex: 0 0 120px; }

.blog__footer .blog__related .blog__item > a .img { width: 120px; height: 120px; object-fit: cover; border-radius: 6px; }

.blog__footer .blog__related .blog__item .meta { display: block; }

.blog__footer .blog__related .blog__item .meta .cat a { display: inline-block; font-size: 14px; line-height: 20px; color: #4B61DD; margin-bottom: 4px; }

.blog__footer .blog__related .blog__item .meta .cat a:last-child { margin-right: 0; }

.blog__footer .blog__related .blog__item .meta .cat a:hover { text-decoration: underline; }

.blog__footer .blog__related .blog__item .meta .title a { font-size: 16px; line-height: 24px; color: #232933; font-weight: 600; font-family: "Inter"; margin-bottom: 16px; display: inline-block; }

.blog__footer .blog__related .blog__item .meta .title a:hover { text-decoration: underline; }

.blog__footer .blog__related .blog__item .meta .author { font-size: 14px; line-height: 20px; -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }

.blog__footer .blog__related .blog__item .meta .author a, .blog__footer .blog__related .blog__item .meta .author b, .blog__footer .blog__related .blog__item .meta .author span { color: #626B79; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; font-weight: 400 !important; }

.blog__footer .blog__related .blog__item .meta .author a::before, .blog__footer .blog__related .blog__item .meta .author b::before, .blog__footer .blog__related .blog__item .meta .author span::before { content: ''; display: inline-block; width: 20px; height: 20px; background: url(../images/blog/ic-employee.svg) no-repeat center; background-size: contain; position: relative; margin-right: 8px; }

.blog__footer .blog__related .blog__item .meta .author a:hover, .blog__footer .blog__related .blog__item .meta .author b:hover, .blog__footer .blog__related .blog__item .meta .author span:hover { text-decoration: none; }

.blog__progress { z-index: 7; display: none; height: 4px; background: #4B61DD; position: fixed; top: 102px; left: 0; transition: all .4s ease; }

.blog__progress.fixed { display: block; }

.blog__progress.show-top { top: 102px; }

@media (min-width: 1024px) { .blog__progress, .blog__progress.show-top { top: 55px; } }

.breadcrumb-single__wrap { font-size: 12px; line-height: 16px; margin-bottom: 32px; }

.breadcrumb-single__wrap a { text-decoration: underline; text-underline-offset: 0.25em!important; }

.blog__sticky { position: fixed; width: 100%; top: 54px; left: 0; background: #F1F5F9; padding: 0; z-index: 99; }

.blog__sticky .blog__toc { cursor: pointer; }

.blog__sticky b { display: block; padding: 12px 0; font-size: 16px; line-height: 24px; color: #4B61DD; border-bottom: 0; font-weight: 600; font-family: "Inter"; position: relative; cursor: pointer; }

.blog__sticky b::after { content: ''; width: 24px; height: 24px; background: url(../images/ic-caret-down.svg) no-repeat center; display: inline-block; position: absolute; top: 12px; right: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: all linear .3s; }

.blog__sticky ul { background: #FFF; overflow-x: hidden; overflow-y: auto; max-height: 0; margin-bottom: 0; transition: all linear .3s; }

.blog__sticky ul li a { color: #626B79; font-size: 14px; line-height: 20px; padding: 8px 34px 24px 8px; display: block; }

.blog__sticky ul li a.active { color: #4B61DD; }

.blog__sticky ul li ul { padding: 0; margin: 0; max-height: 100%; }

.blog__sticky.active b { border-bottom: 1px solid #D0D6DD; }

.blog__sticky.active b::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); transition: all linear .3s; }

.blog__sticky.active ul { max-height: calc(50vh - 50px); margin-bottom: 32px; transition: all linear .3s; }

.blog__sticky.active ul li ul { margin-bottom: 0; max-height: 100%; }

.blog__sticky-footer { position: fixed; bottom: 0; left: 0; background: #F8F9FB; padding: 24px 4px; display: block; width: 100%; z-index: 8; }

.blog__sticky-footer strong, .blog__sticky-footer b { font-weight: 600; font-family: "Inter"; font-size: 14px; line-height: 20px; margin-bottom: 16px; display: block; }

.blog__sticky-footer a:last-child { margin-bottom: 0; }
  
.menu-open .blog__sticky { z-index: 7; }
  
.header__search-blog { margin-right: 0; max-height: 0; display: none; }
  
.header__search-blog .btn-ic-search { display: none; }
  
.header__search-blog.show { position: absolute; top: 100%; left: 0; width: 100%; background: #FFF; padding: 16px 0; border-top: 1px solid #EDF0F2; border-bottom: 1px solid #EDF0F2; box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); max-height: -webkit-max-content; max-height: -moz-max-content; max-height: max-content; display: block; }
  
.inapp-block-feat { padding: 40px 0; }

.inapp-block-feat .inapp-block-header { display: flex; flex-direction: column; justify-content: center; text-align: center; padding-bottom: 32px; }

.inapp-block-feat .inapp-block-header .title h2 { font-size: 20px; font-style: normal; font-weight: 600; line-height: 32px; margin-bottom: 24px; }

.inapp-block-feat .inapp-block-feat__wrap { padding-top: 32px; }

.inapp-block-feat .inapp-block-feat__wrap .tab-content { border-radius: 8px; background: #F1F5F9; }

.inapp-block-feat .inapp-block-feat__wrap .block-feat__title { font-size: 20px; font-weight: 600; line-height: 32px; }

.inapp-block-feat .inapp-block-feat__wrap .block-feat__desc { font-size: 14px; font-weight: 400; line-height: 20px; }

.inapp-block-feat .inapp-block-feat__wrap .item__head { border-bottom: none; }

.inapp-block-feat .inapp-block-feat__wrap .item__head .icon { padding: 12px 4px; margin-right: 6px; flex: 0 0 70px; max-width: 70px; }

.inapp-block-feat .inapp-block-feat__wrap .item__head .icon .box .steps { border-radius: 8px; background: #2C76ED; padding: 8px; color: #fff; font-size: 14px; font-weight: 600; }

.inapp-block-feat .inapp-block-feat__wrap .block-feat__list .item .item__head .text { font-size: 14px; font-weight: 400; }

.inapp-block-feat .inapp-block-feat__wrap .block-feat__list .item.active .item__head { border: none; }

.inapp-block-feat .inapp-block-feat__wrap .block-feat__list .item::after { display:block; content: ''; transform: scaleX(0); transition: transform 0ms ease-out; border-bottom: 4px solid #4B61DD; }

.inapp-block-feat .inapp-block-feat__wrap .block-feat__list .item.active::after { transform: scaleX(1); transform-origin:  0% 50%; transition: transform 5000ms ease-in; }

.inapp-block-feat .inapp-block-feat__wrap .block-feat__list .item.active .item__head .text { font-size: 14px; font-weight: 600; }

/* .inapp-block-feat .inapp-block-feat__wrap .block-feat__box { max-height: 511px; } */

.inapp-block-feat .inapp-block-feat__wrap .block-feat__box .block-deskripsi { font-size: 16px; line-height: 24px; font-weight: 400; }

.inapp-block-feat .inapp-block-feat__wrap .block-feat__box .block-image img { margin-bottom: 0; }

.cta-dynamic-inapp { padding: 40px 0 60px; }

.cta-dynamic-inapp .header-cta { text-align: center; margin-bottom: 32px; }

.cta-dynamic-inapp .header-cta .title h2 { margin-bottom: 10px; font-size: 20px; font-weight: 600; line-height: 32px; }

.cta-dynamic-inapp .header-cta .desc { font-size: 14px; line-height: 20px; font-weight: 400; color: #626B79; }

.cta-dynamic-inapp .cta-dynamic--container { background: #F1F5F9; border-radius: 8px; padding: 32px 15px; background-image: url('../images/background-cta-dynamic.svg'); background-position: right bottom; background-repeat: no-repeat; background-size: contain; }

.cta-dynamic-inapp .gap-5 { grid-row-gap: 32px; }

.cta-dynamic-inapp .cta-dynamic--container .title h2 { font-size: 20px; line-height: 32px; font-weight: 600; margin-bottom: 24px; }

.cta-dynamic-inapp .cta-dynamic--container .cta__action { gap: 16px; }

.cta-dynamic-inapp .cta-dynamic--container .card_harga { border-radius: 4px; box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.10); border: 1px solid #139908; } 

.cta-dynamic-inapp .cta-dynamic--container .card_harga .header_card_cta { padding: 16px; background: #EEFDF2; color: #232933; font-size: 20px; border-radius: 4px 4px 0px 0px; border-bottom: 1px solid #139908; }

.cta-dynamic-inapp .cta-dynamic--container .card_harga .header_card_cta .top { font-weight: 600; font-size: 20px; gap: 12px; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 8px; }

.cta-dynamic-inapp .cta-dynamic--container .card_harga .header_card_cta .top .label_card_cta { background: #139908; padding: 0px 8px; color: #fff; font-size: 12px; border-radius: 4px; border: 1px solid #139908; }

.cta-dynamic-inapp .cta-dynamic--container .card_harga .header_card_cta .bottom { font-weight: 600; font-size: 20px; }

.cta-dynamic-inapp .cta-dynamic--container .card_harga .header_card_cta .bottom span { font-weight: 400; color: #626B79; font-size: 14px; }

.cta-dynamic-inapp .cta-dynamic--container .card_harga .body_card_cta { padding: 16px; background: #fff; color: #232933; font-size: 14px; border-radius: 0px 0px 4px 4px; }

.cta-dynamic-inapp .cta-dynamic--container .card_harga .body_card_cta ul.custom-list > li { margin-bottom: 12px; }

.tab-inline { padding: 32px 0; }

.tab-inline .section-head { margin-bottom: 48px; }

.tab-inline .section-head__title { text-align: center; }

.tab-inline .nav-tabs .nav-link { border: none; background: none; }

.tab-inline .nav-tabs { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; width: 100%; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.tab-inline .nav-tabs .nav-item { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.tab-inline .nav-tabs .nav-item .nav-link { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 24px 24px 20px 24px; border-bottom: 4px solid transparent; }

.tab-inline .nav-tabs .nav-item .nav-link .nav-icon { margin-right: 16px; }

.tab-inline .nav-tabs .nav-item .nav-link span { font-weight: 600; font-family: "Inter", sans-serif; color: #232933; }

.tab-inline .nav-tabs .nav-item .nav-link.active, .tab-inline .nav-tabs .nav-item .nav-link:hover { border-bottom-color: #4B61DD; }

.tab-inline .description { text-align: center; }

@media (min-width: 1024px)  { .tab-inline__content { padding: 64px 0 !important; } }

.tab-inline__content { padding: 0; background: transparent; }

.tab-inline .tab-content .toggle-sm { display: none; }

.tab-inline .tab-content .promo-benefit__desc p { margin-bottom: 16px; }

.tab-inline.in-app .tab-inline .tab-content .tab-pane .promo-benefit__content { color: #232933; font-size: 14px; line-height: 20px; }

.tab-inline.in-app .tab-inline .tab-content .tab-pane .promo-benefit__content .custom-list li { font-size: 14px; line-height: 20px; }

@media (max-width: 991px) { .tab-inline .section-head__title br { display: none; }

.tab-inline .tab-content .tab-pane { display: block; }
  
.tab-inline .tab-content .tab-pane > .row { padding: 32px 0; background: transparent; display: none; }

.tab-inline .tab-content .tab-pane.active > .row { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.tab-inline .tab-content .tab-pane.active .toggle-sm { border-bottom: 2px solid #4B61DD; }

.tab-inline .tab-content .tab-pane.active .toggle-sm::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); transition: -webkit-transform linear .3s; transition: transform linear .3s; transition: transform linear .3s, -webkit-transform linear .3s; }
  
.tab-inline .tab-content .tab-pane.active .toggle-sm span { color: #232933; font-weight: 600; font-family: "Inter", sans-serif; }
  
.tab-inline .tab-content .tab-pane.active .toggle-sm__icon img { -webkit-filter: grayscale(0); filter: grayscale(0); }
  
.tab-inline .tab-content .toggle-sm { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: start; -ms-flex-pack: start; justify-content: start; padding: 12px; border-bottom: 1px solid #626B79; position: relative; }
  
.tab-inline .tab-content .toggle-sm::after { content: ''; position: absolute; width: 24px; height: 24px; background: url(../images/ic-caret-down.svg) no-repeat center; background-size: contain; top: 20px; right: 7px; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: -webkit-transform linear .3s; transition: transform linear .3s; transition: transform linear .3s, -webkit-transform linear .3s; }
  
.tab-inline .tab-content .toggle-sm__icon { margin-right: 12px; }
  
.tab-inline .tab-content .toggle-sm__icon img { height: 36px; width: auto; -webkit-filter: grayscale(1); filter: grayscale(1); }
  
.tab-inline .tab-content .toggle-sm span { font-size: 16px; line-height: 24px; color: #626B79; }
  
.tab-inline .tab-content .promo-benefit__title { text-align: left; }
  
.tab-inline .tab-content .promo-benefit__img img { display: block; margin-top: 24px; height: auto; }}

.tab-inline .tab-content .promo-benefit__img img { display: block; margin-top: 24px; height: auto; }

.tab-inline .promo-benefit__content { padding: 0 12px; }

.tab-inline--alt .nav-tabs { margin: 0 auto; width: auto; border-bottom: 1px solid #D0D6DE; cursor: pointer; }

.tab-inline--alt .nav-tabs .nav-item { -webkit-flex: inherit; -ms-flex: inherit; flex: inherit; }

.tab-inline--alt .nav-tabs .nav-item .nav-link { padding: 24px 20px 20px 20px; }

.tab-inline--alt .nav-tabs .nav-item .nav-link span { color: #626B79; font-size: 20px; line-height: 28px; }

.tab-inline--alt .nav-tabs .nav-item .nav-link.active span { color: #232933; }

.tab-inline--alt .tab-inline__content { background: #FFF; }

.tab-inline--alt .tab-inline__content .sm-container { padding-left: 0; padding-right: 0; }

.tab-inline--alt .section-head .section-head__title { margin-bottom: 24px; }

@media only screen and (max-width: 1024px) and (min-width: 991px) { 
  .referral-items .feature-benefit__action { margin-top: 32px; }
 }

@media (max-width: 991px) { .rss-2__nav { display: none; }
  .rss-2__outline { text-align: center; }
  .rss-2__title { text-align: center; }
  .rss-2__title br { display: none; }
  .rss-2__posts .post__content { padding: 16px; }
  .rss-2__wrap { padding-top: 48px; padding-bottom: 48px; }
  .rss-2__wrap > .container { padding-left: 16px; padding-right: 16px; }
  .rss-2__wrap::before, .rss-2__wrap::after { display: none; } }


@media (max-width: 991px) {
  .features-block { padding: 32px 0 0 0; }
  .features-block--alt { padding: 32px 0; }
  .features-block__title { font-size: 28px; line-height: 36px; margin-bottom: 12px; }
  .features-block__title br { display: none; }
  .features-block .feature-section { padding: 32px 0; }
  .features-block .feature-section .feature-benefit__title { font-size: 28px; line-height: 36px; margin-bottom: 12px; }
  .features-block .feature-section .feature-benefit__desc { margin-bottom: 24px; margin-top: 24px; }
  .features-block .feature-section:nth-child(even) .row { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

@-webkit-keyframes scroll-x { from { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(calc(-100% - 32px)); transform: translateX(calc(-100% - 32px)); } }

@keyframes scroll-x { from { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(calc(-100% - 32px)); transform: translateX(calc(-100% - 32px)); } }

@-webkit-keyframes scroll-y { from { -webkit-transform: translateY(0); transform: translateY(0); }
  to { -webkit-transform: translateY(calc(-100% - 32px)); transform: translateY(calc(-100% - 32px)); } }

@keyframes scroll-y { from { -webkit-transform: translateY(0); transform: translateY(0); }
  to { -webkit-transform: translateY(calc(-100% - 32px)); transform: translateY(calc(-100% - 32px)); } }
/*# sourceMappingURL=style-responsive.css.map */
