*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.DND_banner-row-0-force-full-width-section {
    padding: 0 !important;
}

.DND_banner-row-0-force-full-width-section > .row-fluid {
    padding: 0 !important;
}
.dnd-section > .row-fluid,
 .content-wrapper,
.page-center{
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
 
}
@font-face {
  font-family: wf_3fc79ffa166a489391814faa1;
  src: url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-0.woff2) format("woff2"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-0.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-0.ttf) format("ttf");
}
@font-face {
  font-display: block;
  font-family: "DIN-Next-W01-Light";
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-2.eot");
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-2.eot") format("eot"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-2.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-2.ttf) format("truetype");
}
@font-face {
  font-display: block;
  font-family: "DIN-Next-W02-Light";
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-3.eot");
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-3.eot") format("eot"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-3.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-3.ttf) format("truetype");
}
@font-face {
  font-display: block;
  font-family: "DIN-Next-W10-Light";
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-4.eot");
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-4.eot") format("eot"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-4.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-4.ttf) format("truetype");
}
@font-face {
  font-family: wf_fb8842a99ebd48c1b60d3ab18;
  src: url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-5.woff2) format("woff2"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-5.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-5.ttf) format("ttf");
}
@font-face {
  font-family: wf_74d56e36a47048a28e541bb2e;
  src: url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-6.woff2) format("woff2"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-6.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-6.ttf) format("ttf");
} 

@font-face {
font-family: wf_1befae79bef24feaa346ded23;
src: url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-7.woff2) format("woff2"),
url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-7.woff) format("woff"),
url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-7.ttf) format("ttf");
}

@font-face {
  font-display: block;
  font-family: "Roboto-Thin";
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-8.eot");
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-8.eot") format("eot"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-8.woff2) format("woff2"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-8.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-8.ttf) format("truetype");
}
@font-face {
  font-display: block;
  font-family: "Roboto-Thin";
  font-weight: 700;
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-9.eot");
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-9.eot") format("eot"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-9.woff2) format("woff2"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-9.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-9.ttf) format("truetype");
}
@font-face {
  font-display: block;
  font-family: "Roboto-Thin";
  font-style: italic;
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-10.eot");
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-10.eot") format("eot"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-10.woff2) format("woff2"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-10.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-10.ttf) format("truetype");
}
@font-face {
  font-display: block;
  font-family: "Roboto-Thin";
  font-weight: 700;
  font-style: italic;
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-11.eot");
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-11.eot") format("eot"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-11.woff2) format("woff2"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-11.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-11.ttf) format("truetype");
}
@font-face {
  font-display: block;
  font-family: "Roboto-Bold";
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-12.eot");
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-12.eot") format("eot"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-12.woff2) format("woff2"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-12.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-12.ttf) format("truetype");
}

@font-face {
  font-family: wf_150c47b888234dfabc8eb180c;
  src: url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-13.woff2) format("woff2"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-13.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-13.ttf) format("ttf");
}

@font-face { 
  font-family: "Avenir-LT-W01_85-Heavy1475544"; 
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-14.eot") format("eot"), 
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-14.woff2) format("woff2"), 
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-14.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-14.ttf) format("truetype");
}

@font-face { 
  font-family: "Helvetica-W01-Light"; 
  src: url("https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/Vida_July2022/Fonts/file-15.eot") format("eot"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-15.woff) format("woff"),
    url(https://22044185.fs1.hubspotusercontent-na2.net/hubfs/22044185/raw_assets/public/Vida_July2022/fonts/file-15.ttf) format("truetype");
}

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4em;
  margin: 0 0 1.4rem;
}
h1, h2 {
  line-height: 1.4em;
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 1.3em;
  margin-left: 0.5em;
}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
img {
  max-width: 100%; 
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

form .hs-button {
  color: #33475b !important
}

form .hs-button:hover {
  color: #fff !important
}
/* Form fields */
h3.form-title {
  font-size: 45px;
  line-height: normal;
  letter-spacing: normal;
  margin: 43px 0px 10px 0;
  font-family: roboto-bold,roboto,sans-serif;
}
.hs-form-field {
  margin-bottom: 38px;
}
.hs-form-field > label {
  font: normal normal 700 14px/1.4em roboto-thin,roboto,sans-serif;
  display: block;
  line-height: 1;
  padding-left: 2px;
  padding-right: 20px;
  margin-bottom: 12px;
}
/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font: normal normal normal 14px/1.4em roboto-thin,roboto,sans-serif;
  background-color: #FFF;
  border: 1px solid;
      border-radius: 2px;
  display: inline-block;
  padding: 3px 3px 3px 16px;
  width: 100%;
  outline: none;
  min-height: 43px;
}

form input[type=text]:hover, form input[type=email]:hover, 
form input[type=password], 
form input[type=tel]:hover, 
form input[type=number]:hover,
form input[type=file]:hover, 
form select:hover, 
form textarea:hover {
  border-color: rgba(59, 58, 58, 0.3) !important;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}
.hs-fieldtype-select .input {
 position: relative; 
}
.hs-fieldtype-select .input:before {
    content: "";
 background-image: url("data:image/svg+xml,%3Csvg class='_1sD6O' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.2828 4.89817' fill='rgba(57, 57, 57, 0.5)'%3E%3Ctitle%3Earrow&amp;amp;v%3C/title%3E%3Cpath d='M4.64116,4.89817a.5001.5001,0,0,1-.34277-.13574L.15727.86448A.50018.50018,0,0,1,.84282.136L4.64116,3.71165,8.44.136a.50018.50018,0,0,1,.68555.72852L4.98393,4.76243A.5001.5001,0,0,1,4.64116,4.89817Z'%3E%3C/path%3E%3C/svg%3E");
  width: 12px;
    position: absolute;
    background-repeat: no-repeat;
    top: 18px;
    height: 30px;
    right: 20px;
    opacity: 0.5;
}
form select {
      -webkit-appearance: none;
  cursor: pointer;
}
/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #e21c21;
  padding-left: 3px;
}

.hs-input.invalid.error {
  border-color: #ff4040 !important;
}

.hs-error-msg {
  color: #ff4040;
  margin-top: 0.35rem;
}
.hs_cos_wrapper_type_google_search .hs-input {
  margin-bottom: 38px;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight: 700;
  font-family: roboto-thin,roboto,sans-serif;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper{
  min-height: 105px;
}

.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  min-height: 105px;
  background-color: #fff;
}
.header__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 27px 15px 0;
}
.header-logo img {
  max-width: 136px;
  width: auto !important;
}
.header-right {
  float: left;
}
.language-selector-container {
  width: 83px;
  float: left;
  min-height: 1px;
  margin-left: 26px;
  margin-top: 3px;
  position: relative;
  right: -5px;
}
.header-btn {
  margin-top: 5px;
  margin-left: 42px;
}
.header-btn .hs-button {
  display: inline-block;
  border-radius: 8px;
  border: 0px solid rgb(0, 76, 54);
  box-shadow: 0.71px 0.71px 8px -1px rgb(59 58 58 / 50%);
  background: #00FFBD;
  display: flex;
  flex-basis: auto;
  justify-content: center;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  min-height: 40px;
  width: 155px;
  font-size: 15px;
  font-family: roboto-bold,roboto,sans-serif;
  font-weight: 400;
  color: #3B3A3A;
  line-height: unset;
}
.header-btn .hs-button:hover {
  background: #F6F6F6; 
}
.header-btn,
.header-logo,
.custom-menu-primary{
  float: left;
  padding-left: 1.5rem !important
}
/* Language switcher */
.globe_class {
  display: none;
}
.language-selector-container .languages-dropdown-handle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  font: normal normal 700 14px/1.4em wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
  cursor: pointer;
  color: rgb(59, 58, 58);
}
.language-selector-container .languages-dropdown-handle:hover,
.language-selector-container .languages-dropdown-handle:focus{
  color: rgb(198,198,198);
}
.language-selector-container .languages-dropdown-handle a {
  color: inherit;
}
.language-selector-container li.languages-dropdown-option-text {
  list-style: none;
  margin: 0 0 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.language-selector-container .dropdown-arrow svg {
  width: 12px;
  margin: 0 14px 0 20px;
  fill: rgb(59, 58, 58);
}
.language-selector-container .languages-dropdown-handle:hover .dropdown-arrow svg,
.language-selector-container .languages-dropdown-handle:focus .dropdown-arrow svg {
  fill:rgb(198,198,198);
}
.language-selector-container ul.dropdown-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  width: 100%;

}
.language-selector-container ul.dropdown-list li {
  margin-left: 14px;
  font: normal normal 700 14px/1.4em wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
  cursor: pointer;
  min-height: 41px;
  display: flex;
  align-items: center;
}
.language-selector-container ul.dropdown-list li a {
  color: rgb(59, 58, 58);
}
.language-selector-container ul.dropdown-list li a:hover,
.language-selector-container ul.dropdown-list li a:focus {
  color:rgb(198,198,198);
}
.open-language-list .language-selector-container ul.dropdown-list {
  display: block; 
}
.open-language-list .language-selector-container .dropdown-arrow svg {
  transform: rotate(180deg);
}

@media (min-width:1126px) {
  html[lang="id"] .language-selector-container.level-1>li {
    padding-right: 1px;
  }
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none; 
  }
  .child-trigger {
    display: none;
  }
  .header-right {
    display: block !important;
  }
}
@media (max-width: 1125px) {
  .header-btn {
    margin-left: 15px;
  }
  .header-btn .hs-button {
    width: auto;
    padding: 5px 10px;
  }
  .language-selector-container {
    margin-left: 15px;
  }
}
@media (max-width: 980px) {
  .header-btn {
    margin-left: 5px;
  }
  .header-btn .hs-button {
    font-size: 12px;
    padding: 5px 5px;
  }
  
  .language-selector-container {
    width: auto;
    margin-left: 0;
  } 
  .language-selector-container .languages-dropdown-handle {
    font-size: 12px;
}
  .language-selector-container .dropdown-arrow svg {
    margin-left: 10px;
    width: 10px;
}
}

@media (max-width: 767px) {
  .header-wrapper, .site-header {
    min-height: 70px;
  }
  .header__container {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 10px;
  }

  .header-logo {
    margin-top: 13px;
    margin-bottom: 8px;
  }
  .header-logo img {
    max-width: 130px;
    display: block;
    width: 130px;
    height: 49px;
    object-fit: cover;
  }
  .header-right {
    display: none;
  }
  ._1j6Hs {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    margin: 12px 0 8px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
  } 
  ._1XkJp {
    position: relative;
    width: 22px;
    height: 20px;
    margin: auto;
  }
  ._2Z3R- {
    background-color: #000;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .25s ease-in-out;
  }
  ._9P1US {
    top: 0;
    margin: auto;
  }
  ._9P1US, .q8uXp {
    bottom: 0;
  }
  .header-right {
    height: 100vh;
    position: fixed;
    background: #fff;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    padding: 60px 20px 8px;
    float: none;
    overflow-y: auto;
  }
  .header-btn {
    display: none;
  }
  .mobile-menu-open ._9P1US {
    opacity: 0;
  }
  .mobile-menu-open .q8uXp {
    transform: translateY(-10px) translateY(50%) rotate(45deg);
  }
  .mobile-menu-open ._2fQ0v {
    transform: translateY(10px) translateY(-50%) rotate(-45deg);
  }
  .child-trigger {
    cursor: pointer;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    right: 0;
    width: auto;
    height: 36px;
    top: 0;
  }

  .child-trigger svg {
    width: 1em;
    margin: 0 20px;
  }
  .child-trigger.child-open SVG {
    transform: rotate(180deg);
  }
  .language-selector-container .languages-dropdown-handle {
    font-size: 15px;
    height: 40px;
}

.language-selector-container .dropdown-arrow svg {
    width: 12px;
    margin: 0 14px 0 20px;
    position: relative;
    top: -2px;
}

.language-selector-container {
    width: 82px;
    margin-top: 8px;
    margin-left: 3px;
}
}







/****** career header **/
header.career-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 999;
  background: #ffffff;
}
.career-header .header-logo img {
  max-width: 164px;
}

.career-header .header-logo {
  margin-top: 46px;
  padding-left: 31px;
}

.career-header .custom-menu-primary {
  margin-top: 62px;
  padding-right: 64px;
  margin-bottom: 10px;
}

.career-header .custom-menu-primary .hs-menu-wrapper > ul > li a {
  border: 2px solid rgba(0, 255, 189, 0);
  color: #242323;
  font-family: roboto-bold,roboto,sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0 6px;
  display: block;
  line-height: normal;
  min-height: 28px;
  display: flex;
  align-items: center;
}

.career-header .custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-left: 23px;
}

.career-header .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
  color: #919191;
}
.career-header .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {
    margin-left: 26px;
}
.career-header .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    margin-left: 28px;
}
.dropdown-arrow {
    position: relative;
    top: -1px;
}
@media (max-width: 980px) {
 .career-header .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-left: 15px !important;
}

.career-header .custom-menu-primary {
    padding-right: 20px;
} 
}
@media (max-width: 767px) {
  .career-header .header-logo img {
    max-width: 110px;
  }

  .career-header .header-logo {
    margin-top: 22px;
    margin-bottom: 0px;
  } 
}
@media (max-width: 500px) {
  .career-header .header-logo img {
        height: auto;
  }

}
footer.footer {
  background: #000;
}
.footer__container {
  max-width: 1315px;
  width: 100%;
  margin: 0 auto;
  padding-left: 2.5rem !important;
}
.footer-row-1 {
  display: flex;
  align-items: end;
  width: 100%;
} 
.footer .column-left {
  float: left;
  width: 150%;
}
.footer .column-right {
  float: right;
  width: 150%;
  padding-right: 2.5rem !important;
}
.footer-logo {
  padding-top: 59px;
  padding-bottom: 57px;
}
.footer-logo img {
  display: block;
  max-width:134px;
  width:100% !important;
}
.about-content h5 {
  font-size: 25px;
  color: #00FFBD;
  margin-bottom: 5px;
}
.about-content p {
  color: #fff;
  max-width: 333px;
  margin-bottom: 5px;
}
.button-section {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 87px;
  padding-top: 75px;
}
.button-section .button-1 {
  width: 155px;
}
.button-2 {
  margin-left: 28px;
  width: 155px;
}
.button-section .hs-button {
  border: 0px solid rgb(0, 76, 54);
  border-radius: 8px;
  display: inline-block;
  -st-extends: StylableButton;
  transition: all 0.2s ease, visibility 0s;
  color: #000;
  font-size: 15px;
  font-family: roboto-bold,roboto,sans-serif;
  font-weight: 400;
  color: #004C36;
  line-height: unset;
  letter-spacing: 0em;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  padding: 9.5px 15px;
  width: 100%;
}
.button-1 .hs-button {
  background: #00FFBD;
}
.button-2 .hs-button {
  background: #FFFFFF;
}
.button-1 .hs-button:hover, .button-2 .hs-button:hover {
  background: #E5E5E6;
  color: #fff;
}
.footer-menu {
  padding-bottom: 53px;
  padding-right: 4px;
}
.footer-menu .hs-menu-wrapper ul {
  display: block;
}
.footer-menu .hs-menu-wrapper ul li {
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.footer-menu .hs-menu-wrapper ul li:last-child {
  margin-bottom: 0;
}
.footer-menu .hs-menu-wrapper ul li a {
  font-size: 15px;
  font-family: roboto-bold,roboto,sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.footer-menu .hs-menu-wrapper ul li a:hover {
  color: #00FFBD;
}
.footer-social .social-links {
  float: right;
  margin: 10px 0px;
  display: block;
  height: 35px;
  padding-right: 3px;
}
.footer-row-2 {
  padding-bottom: 69px;
}
.footer-links {
  float: left;
  padding-left: 3px;
}
.footer-links p {
  margin: 0;
  font-family: roboto,sans-serif;
  font-size: 15px;
  line-height: normal;
  color: rgb(148,148,148);
  letter-spacing: .04em;
}
.footer-links p span {
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.footer-links p a {
  color: rgb(148,148,148);
}
.copyright {
  float: right;
  letter-spacing: 0.04em;
  color: rgb(148,148,148);
  font-weight: bold;
  font-size: 15px;
  line-height: normal;
  padding-right: 2.5rem !important;
}
#BACK_TO_TOP_BUTTON {
  display: none; 
}
.lp-footer .about-content {
    padding-bottom: 75px;
}
footer.footer-indo .copyright {
    color: #fff;
}


@media (min-width:768px) {
  footer.footer.footer-indo .copyright {
    font-family: roboto-thin,roboto,sans-serif;
  }

  footer.footer.footer-indo .footer-row-2 {
    padding-bottom: 71px;
  }

  .button-section {
    padding-bottom: 88px;
  }

  .about-content p {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .copyright {
    float: none;
    font-size: 11px;
    padding-left: 2px;
  }

  .footer-links {
    float: none;
    padding-left: 0;
  }

  .footer-row-2 {
    padding-bottom: 10px;
  }

  .footer__container {
    padding-left: 19px;
  }

  .footer-links p {
    margin-bottom: 15px;
    font-size: 11px;
  }

  .footer-row-1 {
    display: block;
  }

  .footer-row-1 > div {
    float: none !important;
    width: 100% !important;
  }

  .footer-social .social-links {
    float: none;
  }

  .footer .column-right {
    padding-bottom: 30px;
  }

  ul.social-links li a img {
    width: 30px;
    height: 30px;
  }

  .footer-social .social-links {
    height: 30px;
    margin: 0;
  }

  .footer-social ul.social-links li {
    margin-right: 0px;
  }

  .footer-menu {
    padding-bottom: 63px;
    padding-left: 2px;
  }

  .footer-menu .hs-menu-wrapper ul li {
    justify-content: flex-start;
    margin-bottom: 19px;
  }

  .footer-menu .hs-menu-wrapper ul li a {
    font-size: 12px;
    line-height: 21px;
  }

  .footer-menu .hs-menu-wrapper ul li:first-child {
    margin-bottom: 17px;
    margin-top: 5px;
  }

  .button-section {
    padding-bottom: 40px;
    display: block;
    padding-top: 25px;
  }

  .button-2 {
    margin-left: 0;
  }

  .button-section .hs-button {
    font-size: 12px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-2, .button-section .button-1 {
    width: 136px;
  }

  .button-section .button-1 {
    margin-bottom: 18px;
  }

  .about-content h5 {
    font-size: 20px;

    margin-bottom: 14px;
  }
  .about-content p {
    font-size: 14px;
    margin: 0;
  }
  .footer-logo {
    padding-top: 46px;
    padding-bottom: 31px;
  }
  .footer-logo img {
    max-width: 130px;
    width: auto !important;
  }
  #BACK_TO_TOP_BUTTON {
    display: block;
    position: fixed;
    bottom: 87px;
    width: 44px;
    height: 44px;
    opacity: 0;
    visibility: hidden;
    margin-right: 20px;
    right: 0;
    cursor: pointer;
    transition: visibility 0s .5s,opacity .5s ease 0s
  }

  div#BACK_TO_TOP_BUTTON.show {
    opacity: 1;
    visibility: visible
  }

  .lp-footer .about-content {
    padding-bottom: 25px;
}
}
@media (max-width: 340px) {
  #BACK_TO_TOP_BUTTON {
    right:calc(50% - 160px)
  }
}

@media (max-width: 315px) {
  #BACK_TO_TOP_BUTTON {
    right:0
  }
}


/* career footer */

footer.career-footer {
  background: #000;
}
.career-footer .footer__container {
  max-width: 964px;
}

.career-footer .footer-logo img {
  max-width: 164px;
  width: auto !important;
}
.career-footer .footer-social .social-links {
  float: none;
  padding-left: 3px;
  margin-top: 0;
}
.career-footer .footer-row-2 {
  padding-bottom: 67px;
}

.career-footer .footer-links {
  max-width: 204px;
}

.career-footer .footer-links p a {
  color: #fff;
}

.career-footer .copyright {
  color: #fff;
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: bold;
}

.career-footer .footer-links p {
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}

.career-footer .footer-links p span {
  letter-spacing: 0;
}
.career-footer .footer-social {
  margin-bottom: 132px;
}

.career-footer ul.social-links li a img {
  width: auto;
  height: auto;
  max-width: 39px;
}

.career-footer ul.social-links li {
  width: 39px;
  height: 39px;
  margin-right: 6.5px;
}

.career-footer .footer-logo {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 3px;
}
.career-footer .copyright {
    color: #fff;
}
@media (max-width: 767px) {
  .career-footer .copyright {
    text-align: center;
    font-size: 14px;
    font-family: roboto-thin,roboto,sans-serif;
    font-weight: bold;
    padding: 0;
  }

  .career-footer .footer-row-2 {
    padding-bottom: 22px;
  }

  .career-footer .footer-links {
    max-width: none;
    text-align: center;
    font-size: 14px;
  }

  .career-footer .footer-links p {
    font-size: 14px;
    padding-right: 8px;
  }

  .career-footer ul.social-links li {
    width: 29px;
    height: 29px;
    margin-right: 4px;
  }

  .career-footer ul.social-links li a img {
    max-width: 29px;
  }

  .career-footer .footer-social {
    margin-bottom: 22px;
    text-align: center;
  }

  .career-footer .footer-social .social-links {
    padding-left: 8px;
  }

  .career-footer .footer-logo {
    padding-top: 19px;
    padding-bottom: 20px;
  }

  .career-footer .footer-logo img {
    max-width: 110px;
    margin: 0 auto;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.header-logo {
  padding-left: 1.5rem !important;
}
.policy-row1 .dnd-section>.row-fluid {
  max-width: 953px;
  padding-left: 20px;
  padding-right: 20px
}
.policy-row1 .dnd-section {
  padding-top: 145px;
  padding-bottom: 188px;
}
.policy-row1 .widget-type-rich_text p {
  line-height: normal;
  margin: 0;
  font-size:18px;
}
.policy-row1 .widget-type-rich_text small {
  display:block;
  line-height: normal;
  font-size:16px;
}
.policy-row1 .widget-type-rich_text h5 {
  font-size: 23px;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin: 0;
  font-family: roboto-bold,roboto,sans-serif;
}
.policy-row1 .widget-type-rich_text h6 {
  font-size: 18px;
  margin: 0;
  line-height: normal;
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: bold;
  margin-bottom: 41px;
}
.social-row1 .dnd-section {
  padding: 60px 20px;
}
.social-row1 form label.hs-main-font-element {
  color: #ff4040;
}
.social-row1 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1396px;
}
.social-row1 .dnd-section {
  margin-bottom: 68px;
}
.infographics-row2  form .hs-button, .sales-row1  form .hs-button {
  min-width: 202px;
  font: normal normal 700 15px/1.4em roboto-thin,roboto,sans-serif;
  border: 0;
  padding: 12px;
}
.infographics-row2 form .hs-button:hover, .sales-row1  form .hs-button:hover {
  color: #000;
}
.infographics-row1 .dnd-section {
  padding: 0;
}
.infographics-row1 .dnd-section>.row-fluid {
  max-width: 957px;
}
.infographics-row2 .dnd-section {
  padding: 74px 0;
}

.infographics-row2 .widget-type-rich_text h1 {
  border: 1px none rgb(21, 111, 137);
  color: rgb(0, 0, 0);
  font-size: 28px;
  font-family: Tahoma;
  margin: 0px;
  text-align: left;
  padding: 20px;
  background-color: rgb(0, 255, 183);
  font-weight: 700;
  margin-bottom: 0px;
}

.infographics-row2 h3.form-title {
  font-family: Tahoma;
  color: rgb(68, 68, 68);
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0;
}

.infographics-row2 .widget-type-form {
  padding: 0 20px;
}

.infographics-row2 .dnd-section .dnd-column {
  padding: 0;
}
.infographics-row2 form label.hs-main-font-element, .sales-row1 form label.hs-main-font-element {
  color: #ff4040;
}

.infographics-page .row-fluid [class*="force-full-width-section"], .infographics-page .row-fluid [class*="force-full-width-section"] .dnd-column, .infographics-page .row-fluid [class*="force-full-width-section"] .row-fluid {
  padding:0;
} 
.biometric-page.onboarding-page .banner {
  background-image: linear-gradient(0deg, #59C3F7 0%, #00FFBD 88.91143798828125%) !important;
}
.verification-page.biometric-page .banner { 
  background-image: linear-gradient(0deg, #59C3F7 0%, #00FFBD 100%) !important;
}
.infographics-row2 .widget-type-form { 
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-row1 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 980px;
}
.news-row1 .dnd-section {
  padding: 0 31px 0 0;
}  
.installation-guide-row1 .dnd-section {
  padding: 0;
}
.installation-guide-row1 .dnd-section>.row-fluid {
  max-width: 946px;
  padding: 0;
}
.installation-guide-layout {
  min-height: 873px;
}

[lang="id"] .social-page .cm-report .cm-form .right-heading h1 {
  font: normal normal normal 34px/1.4em wfont_088b96_3fc79ffa166a489391814faa1b2cc495,wf_3fc79ffa166a489391814faa1,orig_roboto_bold;
  font-size: 23px;
  text-align: center;
  max-width: 451px;
  margin: 0 auto;
}
[lang="id"] .policy-row1 .widget-type-rich_text p {
  font-family: roboto-thin,roboto,sans-serif;
  text-align: justify;
  margin-bottom: 22px;
}
[lang="id"] .policy-row1 .widget-type-rich_text p a {
  font-weight: bold;
  text-decoration: underline;
}
.sales-row1 form select {
  vertical-align: middle;
  height: 43px;
}
.cm-post-press .cm-backlink a:hover span {
  color: rgb(148,148,148);
}
.contact-row1 form label.hs-main-font-element {
  color: #ff4040 !important;
}
.contact-row1 form .inputs-list li label>span:before {
  top: 43% !important;
}








@media (min-width:1200px) {
  .onboarding-page  .biometric-row5 .bottom-pane-wrapper h2 {
    left: -22px;
  }
  .sign-row4 .content-with-top-image .content-item.cm-item-2 {
    position: relative;
    left: -3px;
  }
  .sign-row4 .content-with-top-image .content-item.cm-item-3 {
    position: relative;
    left: 3px;
  }
  .press-listing .dnd-section>.row-fluid {
    max-width: 980px;
    position: relative;
    left: 16px;
  }
  .cm-press-banner .cm-title {
    position: relative;
    left: 20px;
  }
}

@media (min-width:768px) {
  .biometric-page.onboarding-page  .banner .col-content {
    width: 49%;
  }
  .biometric-page.onboarding-page .banner .cm-img {
    max-width: 576px;
  }
  .biometric-page.onboarding-page .banner .cm-image {
    max-width: 576px;
  }
  .biometric-page.onboarding-page .banner .cm-banner-inner {
    min-height: 634px;
  }
  .biometric-page.onboarding-page .banner .cm-row>.col-image {
    margin-left: -2%;
    margin-top: 27px;
  }
  .biometric-page.onboarding-page .banner .cm-content h1 {
    margin-top: -4px;
    margin-bottom: 10px;
  }
  .biometric-page.onboarding-page .banner .cm-content p {
    margin-bottom: 28px;
  }

  .onboarding-page  .biometric-row1 .dnd-section {
    padding-top: 31px;
    padding-bottom: 57px;
  }
  .onboarding-page  .biometric-row1 .dnd-section>.row-fluid {
    max-width: 1050px;
  }
  .onboarding-page  .biometric-row1 .widget-type-rich_text h2 {
    margin-bottom: 13px;
  }
  .onboarding-page  .biometric-features-section .image img {
    position: relative;
    left: -34px;
  }
  .onboarding-page  .biometric-features-section .content {
    width: 69%;
    padding-left: 0;
    position: relative;
    left: -5px;
  }
  .onboarding-page  .biometric-features-section .column-1 {
    width: 38.5%;
  }
  .onboarding-page  .biometric-row4 .content-with-top-image {
    padding-top: 33px;
  }
  .onboarding-page  .biometric-features-section .image {
    width: 30.2%;
  }
  .onboarding-page  .biometric-features-section .column-2 {
    width: 38.7%;
  }
  .onboarding-page  .biometric-row4 .content-with-top-image .top-header h2 {
    margin-bottom: 53px;
  }
  .onboarding-page  .biometric-row4 .content-with-top-image .top-image {
    position: relative;
    left: -2px;
  }
  .onboarding-page  .bottom-pane-wrapper {
    padding-top: 66px;
    padding-bottom: 47px;
  }
  .verification-page.biometric-page .banner .cm-row>.col-image {
    width: 46.55%;
    margin-left: -82px;
  }
  .verification-page.biometric-page .banner .col-content {
    width: 55%;
  }
  .verification-page.biometric-page .banner .cm-banner-inner {
    padding-top: 77px;
  }
  .verification-page  .banner .cm-content p {
    max-width: 594px;
    margin-bottom: 29px;
  }

  .verification-page.biometric-page .banner .cm-content {
    padding-bottom: 30px;
    padding-left: 1px;
  }
  .verification-page  .banner .cm-content h1 {
    margin-bottom: 10px;
  }

  .verification-page .biometric-row1 .dnd-section {
    padding-top: 40px;
    padding-bottom: 38px;
  }

  .verification-page  .biometric-row1 .widget-type-rich_text h2 {
    margin-bottom: 12px;
  }

  .verification-page  .biometric-row1 .dnd-section>.row-fluid {
    max-width: 1020px;
  }

  .verification-page  .biometric-row2 .content-with-top-image .top-image img {
    position: relative;
    left: -2px;
  }

  .verification-page   .biometric-row2 .content-with-top-image h2.title {
    position: relative;
    left: -2px;
  }
  .verification-page  .biometric-features-section {
    padding-top: 59px;
  }

  .verification-page  .biometric-features-section .title h2 {
    max-width: 758px;
  }

  .verification-page  .biometric-features-section .image {
    width: 30.2%;
    position: relative;
    left: -34px;
    padding-top: 10px;
  }

  .verification-page  .biometric-features-section .content {
    width: 69%;
    padding-left: 0;
    position: relative;
    left: -5px;
  }

  .verification-page  .biometric-features-section .title {
    margin-bottom: 40px;
  }

  .verification-page .biometric-features-section .column-1 {
    width: 35.7%;
  }

  .verification-page  .biometric-features-section .column-2 {
    margin-left: 70px;
    position: relative;
    top: -5px;
    width: 38.7%;
  }

  .verification-page  .biometric-row4 .content-with-top-image {
    padding-top: 12px;
  }

  .verification-page  .biometric-row4 .content-with-top-image .top-header h2 {
    margin-bottom: 52px;
  }

  .verification-page  .biometric-row4 .content-with-top-image .cm-item-1 h2 {
    max-width: 194px;
  }

  .verification-page  .biometric-row4 .content-with-top-image img {
    position: relative;
    left: -2px;
  }

  .verification-page  .biometric-row5 .bottom-pane-wrapper .content-button .cm-button {
    margin-top: 0;
  }

  .sales-row1 .dnd-section {
    padding-top: 0;
    padding-bottom: 77px;
  }

  .sales-row1 .dnd-section>.row-fluid {
    max-width: 958px;
  }

  .sales-row1 .widget-type-form {
    margin-top: -90px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 11px 1px rgba(0,0,0,0.19);
    max-width: 743px;
    padding-top: 95px;
    padding-bottom: 80px;
  }

  .sales-row1 .widget-type-form form {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 25px;
  }
  [lang="id"] .social-page .cm-report .cm-bottom .cm-text>p {
    text-align: left;
  }
  [lang="id"] .social-row1 .dnd-section {
    margin-bottom: 58px;
  } 
  [lang="id"] .verification-page.biometric-page .banner .cm-content {
    padding-bottom: 6px;
  }
  [lang="id"] .verification-page .biometric-row4 .content-with-top-image {
    padding-top: 33px;
  }
  [lang="id"] .verification-page .biometric-row4 .content-with-top-image h2.title {
    max-width: 179px;
  }
  [lang="id"] .verification-page .biometric-row5 .bottom-pane-wrapper h2 {
    max-width: 844px;
  }
  [lang="id"]  .biometric-page.onboarding-page .banner .cm-content h1 {
    margin-right: -70px;
  }
  [lang="id"]  .onboarding-page  .biometric-row4 .content-with-top-image h2.title {
    max-width: 200px;
  }
  [lang="id"]  .onboarding-page .biometric-row5 .bottom-pane-wrapper h2 {
    max-width: 844px;
  }
  .onboarding-page .biometric-row2 .content-with-top-image .cm-item-4 .top-image {
    margin-bottom: 23px;
  }
  .onboarding-page .biometric-features-section h6, .verification-page .biometric-features-section h6 {
    text-align:left;
  }
  [lang="id"]   .onboarding-page .biometric-row2 .content-with-top-image .cm-col-three .cm-item-2 .content {
    max-width: 325px;
  }
  [lang=id] .career-row3 h2 {
    line-height: 1.4;
  }
  .career-footer .footer-links p span:last-child {
    display: block;
  }
}


@media (max-width:767px) {
  .policy-row1 .dnd-section {
    padding-top: 24px;
  }
  .policy-row1 .widget-type-rich_text h5 {
    font-size: 19px;
  }
  .policy-row1 .widget-type-rich_text h6 {
    font-size: 15px;
    margin-bottom: 33px;
  }
  .policy-row1 .widget-type-rich_text p {
    font-size:15px;
  }
  .policy-row1 .widget-type-rich_text small {
    font-size:13px;
  }
  .infographics-row2 .dnd-section>.row-fluid {
    padding: 0 10px;
  }
  .infographics-row2 .dnd-section {
    padding: 20px 0 29px;
  }
  .onboarding-page.biometric-page .banner .cm-banner-inner {
    padding-top: 17px;
  }
  .onboarding-page.biometric-page .banner .cm-content {
    padding-top: 37px;
    padding-bottom: 30px;
  }
  .onboarding-page  .biometric-row1 .dnd-section {
    padding-top: 21px;
  }
  .onboarding-page  .biometric-row1 .widget-type-rich_text h2 {
    margin-bottom: 19px;
  }
  .onboarding-page  .biometric-row2 .content-with-top-image .cm-col-three .cm-item-2 .content p {
    margin-bottom: 24px;
  }
  .onboarding-page  .biometric-row2 .content-with-top-image .cm-col-three .cm-item-5 .content p {
    margin-bottom: 18px;
  }
  .onboarding-page  .biometric-features-section .title {
    margin-bottom: 0;
  }

  .onboarding-page  .biometric-features-section .title h2 {
    margin-bottom: 0;
  }
  .onboarding-page  .biometric-features-section .image img {
    max-width: 250px;
  }
  .onboarding-page  .biometric-features-section .image {
    margin-bottom: 8px;
  }
  .onboarding-page  .biometric-features-section .column-1 p:last-child {
    margin-bottom: 8px;
  }
  .onboarding-page  .biometric-row4 .content-with-top-image {
    padding-top: 14px;
    padding-bottom: 8px;
  }
  .onboarding-page  .biometric-row4 .content-with-top-image .top-header h2 {
    margin-bottom: 38px;
  }
  .onboarding-page  .biometric-row4 .content-with-top-image h2.title {
    margin-bottom: 20px;
  }
  .onboarding-page  .biometric-row4 .content-with-top-image .cm-item-4 h2.title {
    margin-bottom: 30px;
  }
  .verification-page.biometric-page .banner .cm-banner-inner {
    padding-top: 25px;
  }

  .verification-page.biometric-page .banner .cm-row>.col-image img {
    max-width: 234px;
  }

  .verification-page.biometric-page .banner .cm-content p {
    margin-bottom: 22px;
  }

  .verification-page.biometric-page .banner .cm-content {
    padding-bottom: 30px;
  }

  .verification-page  .biometric-row1 .dnd-section {
    padding-top: 22px;
    padding-bottom: 35px;
  }

  .verification-page  .biometric-row1 .dnd-section>.row-fluid {
    padding: 0 10px;
  }

  .verification-page  .biometric-row2 .content-with-top-image .cm-col-three .cm-item-3 .content p {
    margin-bottom: 41px;
  }

  .verification-page  .biometric-row2 .content-with-top-image .cm-col-three .cm-item-5 .content p {
    margin-bottom: 18px;
  }

  .verification-page  .biometric-features-section {
    padding-top: 18px;
  }

  .verification-page  .biometric-features-section .title, .biometric-features-section .title h2 {
    margin-bottom: 12px;
  }

  .verification-page  .biometric-features-section .image img {
    max-width: 218px;
  }

  .verification-page  .biometric-features-section .image {
    margin-bottom: 38px;
  }

  .verification-page  .biometric-features-section .column-1 p:last-child {
    margin-bottom: 10px;
  }

  .verification-page  .biometric-row4 .content-with-top-image {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .verification-page  .biometric-row4 .content-with-top-image .top-header h2 {
    margin-bottom: 30px;
  }

  .verification-page  .biometric-row4 .content-with-top-image h2.title {
    margin-bottom: 20px;
  }

  .verification-page  .biometric-row4 .content-with-top-image .cm-item-4 h2.title {
    margin-bottom: 29px;
  }
  .verification-page  .biometric-features-section .title h2 {
    margin-bottom: 0;
  }
  .sales-row1 .dnd-section {
    background: transparent !important;
  }
  .news-row1 .dnd-section {
    padding: 0 20px;
  }
  .installation-guide-layout {
    min-height: auto;
  }
  .selected-tab {
    position: relative;
    color: #747474;
  }
  .selected-tab:after {
    display: block;
    content: url("data:image/svg+xml,%3Csvg fill='%233b3a3a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.14644661,10.1464466 C8.34170876,9.95118446 8.65829124,9.95118446 8.85355339,10.1464466 L12.4989857,13.7981758 L16.1502401,10.1464466 C16.3455022,9.95118446 16.6620847,9.95118446 16.8573469,10.1464466 C17.052609,10.3417088 17.052609,10.6582912 16.8573469,10.8535534 L12.4989857,15.2123894 L8.14644661,10.8535534 C7.95118446,10.6582912 7.95118446,10.3417088 8.14644661,10.1464466 Z'%3E%3C/path%3E%3C/svg%3E ");
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    opacity: 0.6;
  }
  .tab-to-dropdown {
    position: relative;
  }
  .converted-tab {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .fancybox-button--close:before {
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='white' d='M0 0H60V60H0z'%3E%3C/path%3E%3Cpath fill='%232F2E2E' d='M42.188 17l.812.813L30.812 30 43 42.188l-.813.812L30 30.812 17.812 43 17 42.187 29.187 30 17 17.812l.813-.812L30 29.187 42.188 17z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E ");
    transform: scale(0.33);
  }

  .fancybox-button--close {
    width: 25px !important;
    height: 25px !important;
    right: 27px;
    top: -1px;
  }

  .fancybox-button--zoom:before {
    transform: scale(0.33);
  }

  .fancybox-button--zoom {
    top: -15px;
    left: -10px;
  }
  [lang=id] .social-page .cm-report .cm-form .right-heading h1 {
    font-size: 18px;
    margin: 0 -5px;
  }
  [lang="id"]  .onboarding-page .biometric-row2 .content-with-top-image h2.title {
    max-width: 200px;
  }
  [lang="id"]  .onboarding-page .biometric-row2 .content-with-top-image .cm-item-3 h2.title, 
  [lang="id"]  .onboarding-page .biometric-row2 .content-with-top-image .cm-item-6 h2.title {
    max-width: 122px;
  }
  [lang=id] .policy-row1 .widget-type-rich_text p {
    margin-bottom: 18px;
  }
  [lang=id] .policy-row1 .widget-type-rich_text p:last-child {
    margin-bottom: 0;
  }
}



@keyframes Tabs3918359880__slide-down{
  0%{
    opacity:0;
    transform:translateY(100%)
  }
  to{
    opacity:1;
    transform:translateY(0)
  }
}


.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0;
}


.product-row1 .dnd-section {
  padding-top: 30px;
  margin-top: -2px;
  padding-bottom: 35px;
}

.product-row1 h2 {
  color: rgb(0, 0, 0);
  font-family: wfont_088b96_3fc79ffa166a489391814faa1b2cc495,wf_3fc79ffa166a489391814faa1,orig_roboto_bold;
  margin-bottom: 6px;
}

.product-row1 .dnd-section > .row-fluid {
  max-width: 953px;
}

.product-row1 p {
  font-size: 18px;
  font-family: wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
}

.product-row1 p:last-child {
  margin: 0;
}

.product-row2 .dnd-section,
.product-row2-1 .dnd-section{
  padding-top: 38px;
  background: #fafafa;
  padding-bottom:25px;
}

.product-row2 .dnd-section>.row-fluid,
.product-row2-1 .dnd-section>.row-fluid{
  max-width: 1200px;
}

.product-row4 .dnd-section[class*="force-full-width"] > .row-fluid {
  padding: 0;
}

.product-row3 .dnd-section[class*=force-full-width]>.row-fluid {
  padding: 0;
}

.product-row2-1 .content-image-column .left .cm-image img {
  width: 371px;
  height: 344px;
  object-fit: cover;
  object-position: 50% 50%;
}

.product-row2-1 .dnd-section {
  padding-top: 17px;
}

.product-row2-1 .content-image-column .left .cm-image {
  left: 19px;
}

.product-row2-1 .content-image-column .cm-content {
  padding-top: 72px;
  padding-left: 72px;
}

.product-row2-1 .content-image-column .cm-content .cm-des {
  max-width: 471px;
}

.product-row2-1 .content-image-column .cm-points ul {
  column-width: auto;
  margin-bottom: 95px;
}

.product-row2-1 .content-image-column .cm-points ul li {
  display: flex;
}



.verify-row1 .dnd-section {
  margin-top: -1px;
  padding-top: 30px;
  padding-bottom: 34px;
}

.verify-row1 p {
  font-size: 18px;
  font-family: wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
}

.verify-row1 h2 {
  margin-bottom: 6px;
}

.verify-row1 .dnd-section>.row-fluid {
  max-width: 943px;
}

.verify-row1 p:last-child {
  margin-bottom: 0;
}

.verify-row2 .dnd-section {
  padding: 0;
}
.verify-row2 .dnd-section > .row-fluid {
  padding: 0;
}
.verify-page .verify-row2 .content-with-top-image {
  padding-top: 39px;
}
.verify-page .verify-row2 .content-with-top-image .page-center{
  max-width: 952px;
}
.verify-page .verify-row2 .content-with-top-image .top-header {
  padding-left: 27px;
}
.verify-page .verify-row2 .content-with-top-image .content-item.cm-item-3 .top-image {
  margin-bottom: 14px;
}
.verify-page .verify-row2 .content-with-top-image .cm-item-4 h2.title {
  margin-bottom: 19px;
}
.verify-page .verify-row2 .content-with-top-image .cm-item-5 .top-image {
  margin-top: 43px;
  margin-bottom: 14px;
}
.verify-page .verify-row2 .content-with-top-image .cm-item-5 h2.title {
  margin-bottom: 19px;
}
.verify-page .verify-row2 .content-with-top-image .content-row {
  padding-bottom: 40px;
}
.verify-row3 .dnd-section {
  padding-top: 55px;
}
.verify-row4 .dnd-section {
  padding-top: 37px;
  padding-bottom: 15px;
}
.verify-row4 .dnd-section > .row-fluid{
  padding:0;
}
.verify-row4 .content-with-top-image .top-header h2 {
  margin-bottom: 62px;
}

.verify-row4 .content-with-top-image .top-image {
  margin-bottom: 14px;
}

.verify-row4 .content-with-top-image .cm-col-three .content p {
  margin-bottom: 53px;
}

.verify-row4 .content-with-top-image .read-link a:hover {
  color: #949494;
}

.verify-row5 .dnd-section > .row-fluid {
  padding: 0;
}

.verify-row5 .bottom-pane-wrapper h2 {
  position: relative;
  left: -11px;
  top: -5px;
}

.faq-row1 .widget-type-simple_menu ul li a {
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: underline;
}

.faq-row1 .dnd-section {
  padding-top: 22px;
  padding-bottom: 21px;
}

.faq-row1 .widget-type-simple_menu ul li:not(:last-child):after {
  content: " | ";
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  margin: 0 8px 0 4px;
  font-family: roboto-thin,roboto,sans-serif;
}

.faq-row1 .dnd-section > .row-fluid {
  padding: 0 21px;
}

.faq-row2 h2 {
  font-family: roboto-bold,roboto,sans-serif;
  font-size: 35px;
  text-align: justify;
  line-height: normal;
  margin-bottom: 27px;
}

.faq-row2 .dnd-section {
  padding-top: 74px;
}

.faq-row2 .dnd-section>.row-fluid {
  padding: 0 20px;
}

.faq-row2 h3 {
  color: #292929;
  font-style: normal;
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: bold;
  font-size: 19px;
  margin: 0;
  margin-bottom: 1px;
}

.faq-row2 p {
  color: #292929;
  font-family: roboto-thin,roboto,sans-serif;
  font-size: 19px;
  text-align: justify;
  line-height: 1.5em;
  margin-bottom: 29px;
}

.faq-row3 .dnd-section {
  padding-top: 30px;
  padding-bottom: 88px;
}

.faq-row3 h2 {
  font-family: roboto-bold,roboto,sans-serif;
  color: #323232;
  font-size: 35px;
  line-height: normal;
  margin-bottom: 55px;
}

.faq-row3 h3 {
  color: #292929;
  font-style: normal;
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.5em;
  margin-bottom: 0;
}

.faq-row3 p {
  color: #292929;
  font-style: normal;
  font-family: roboto-thin,roboto,sans-serif;
  font-size: 19px;
  line-height: 1.5em;
  margin-bottom: 28px;
  text-align: justify;
}


.events-row1 .dnd-section > .row-fluid {
  padding: 0;
}

.events-row2 .dnd-section {
  padding-bottom: 128px;
}

.events-row3 h1 {
  font-size: 30px;
}

.events-row3 .dnd-section {
  padding: 53px 0;
  padding-bottom: 51px;
}

.events-row3 .dnd-section .dnd-column {
  padding: 0 32px;
}

.events-row3 .widget-type-header {
  margin-bottom: 94px;
}

.events-row3 h3 {
  font-size: 23px;
  font-family: wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
  color: rgb(59,58,58);
  margin-bottom: 67px;
}

.events-row3 .widget-type-rich_text {
  border-bottom: 1px solid rgb(148,148,148);
}

.digital-signature-row7.verify-row5 .bottom-pane-wrapper {
  padding-bottom: 51px;
}

.digital-signature-row7.verify-row5 .bottom-pane-wrapper h2 {
  left: -12px;
}

.digital-signature-row1 .dnd-section {
  margin-top: -1px;
  background: #fff;
  padding-top: 46px;
  padding-bottom: 44px;
}

.digital-signature-row1 .dnd-section > .row-fluid {
  max-width: 1079px;
}

.digital-signature-row1 p {
  max-width: 913px;
  margin: 0 auto;
  font-family: wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
  font-size: 18px;
}

.digital-signature-row1 h2 {
  margin-bottom: 13px;
}


.digital-signature-row2 .dnd-section {
  padding: 0;
}

.digital-signature-row2 .dnd-section > .row-fluid {
  padding: 0;
}

.digital-signature-row2 .content-with-top-image {
  padding: 0;
}

.digital-signature-row2 .content-with-top-image h2.title {
  max-width: 325px;
  margin-bottom: 14px;
}

.digital-signature-row2 .content-with-top-image .cm-item-3 .top-image {
  margin-bottom: 14px;
}

.digital-signature-row2 .content-with-top-image .content-item {
  min-height: 431px;
}

.digital-signature-row2 .content-with-top-image .cm-item-4 .top-image,
.digital-signature-row2 .content-with-top-image .cm-item-6 .top-image {
  margin-bottom: 14px;
}

.digital-signature-row3 .dnd-section {
  padding-bottom: 3px;
}

.digital-signature-row4 .dnd-section > .row-fluid {
  max-width: 1373px;
}

.digital-signature-row4 h2 {
  text-align: justify;
  font-size: 28px;
}

.digital-signature-row4 .dnd-section {
  padding-bottom: 32px;
}

.digital-signature-row5 .dnd-section {
  padding: 0;
}

.digital-signature-row5 .dnd-section > .row-fluid {
  padding: 0;
}

.digital-signature-row5 .content-with-top-image {
  padding-top: 19px;
}

.digital-signature-row5 .content-with-top-image h2.title {
  font-size: 25px;
  max-width: 327px;
}

.digital-signature-row5 .content-with-top-image .top-image {
  margin-bottom: 33px;
}

.digital-signature-row5 .content-with-top-image .cm-item-2 .top-image {
  margin-top: 43px;
}

.digital-signature-row5 .content-with-top-image .cm-item-3 .top-image {
  margin-bottom: 42px;
}

.digital-signature-row5 .content-with-top-image .cm-col-three .content {
  max-width: 331px;
}

.digital-signature-row5 .content-with-top-image .content-item {
  min-height: 429px;
}

.digital-signature-row6 .dnd-section {
  padding-top: 53px;
  padding-bottom: 20px;
}

.digital-signature-row6 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1330px;
}
.faq-form-row1 .dnd-section > .row-fluid {
  max-width: 835px;
}
.faq-form-row1 .dnd-section {
  background: rgb(247,247,247);
}

.sign-row1 .dnd-section {
  background: rgb(0, 255, 189);
  padding-top: 30px;
  margin-top: -1px;
  position: relative;
  padding-bottom: 12px;
}
.sign-row1 .dnd-section>.row-fluid {
  max-width: 952px;
}
.sign-row1 p {
  color: rgb(0, 0, 0);
  font-family: wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
  font-size: 18px;
}
.sign-row1 h2 {
  margin-bottom: 6px;
}
.sign-row2 .dnd-section {
  padding: 0;
}
.sign-row2 .content-with-top-image {
  padding-top: 39px;
}
.sign-row2 .content-with-top-image .page-center {
  max-width: 952px;
}
.sign-row2 .dnd-section>.row-fluid {
  padding: 0;
}
.sign-row2 .content-with-top-image .content-item {
  width: 25%;
  min-height: 431px;
}
.sign-row2 .content-with-top-image .content {
  max-width: 246px;
}
.sign-row2 .content-with-top-image .cm-item-3 .top-image {
  margin-bottom: 14px;
}
.sign-row2 .content-with-top-image .cm-item-4 .top-image {
  margin-top: 43px;
  margin-bottom: 14px;
}
.sign-row3 .our-certifications h2 {
  text-align: center;
  color: #000;
}
.sign-row3 .dnd-section {
  padding-top: 55px;
}
.sign-row3 .our-certifications .logo-item {
  height: 103px;
  margin-right: 54px;
}
.sign-row3 .our-certifications .logo-item.cm-item-1,
.sign-row3 .our-certifications .logo-item.cm-item-4 {
  width: 253px;
}
.sign-row3 .our-certifications .logo-item.cm-item-2 {
  width: 86px;
  margin-top: 11px;
  margin-right: 47px;
}
.sign-row3 .our-certifications .logo-item.cm-item-3 {
  width: 259px;
}
.sign-row3 .our-certifications .client-row {
  margin-top: 34px;
}
.sign-row3 .our-certifications .cm-item-2 .bg-image {
  background-size: contain !important;
}
.sign-row3 .our-certifications .logo-item.cm-item-3 .bg-image {
  background-size: 100% !important;
}
.sign-row3 .our-certifications .logo-item.cm-item-4 {
  margin-right: 0 !important;
  margin-top: 15px;
}
.sign-row3 .our-certifications .logo-item.cm-item-3 {
  margin-right: 28px !important;
}
.sign-row4 .dnd-section {
  padding: 0;
}
.sign-row4 .dnd-section>.row-fluid {
  padding: 0;
}
.sign-row4 .content-with-top-image {
  padding-top: 49px;
}
.sign-row4 .content-with-top-image .page-center {
  max-width: 952px;
}
.sign-row4 .content-with-top-image .top-header h2 {
  margin-bottom: 6px;
}
.sign-row4 .content-with-top-image .content-row {
  justify-content: center;
  padding: 0 49px;
  margin-top: 42px;
}
.sign-row4 .content-with-top-image .cm-item-3 .top-image {
  margin-top: 57px;
}
.sign-row4 .content-with-top-image .content-item {
  min-height: 227px;
}
.sign-row5 .dnd-section > .row-fluid {
  padding: 0;
}
.sign-row6 .dnd-section > .row-fluid {
  padding: 0;
}
.sign-row6 .bottom-pane-wrapper {
  padding-top: 60px;
}
.sign-row4 .content-with-top-image .top-image {
  max-width: 100%;
}


html[lang="id"] .content-image-column .cm-points ul li {
  display: flex;
}


html[lang="id"] .event-doc-wrapper button.arrow-btn.next-arrow.slick-arrow div:before {
  font: normal normal 16px/16px wfont_088b96_74d56e36a47048a28e541bb2ea280d47,wf_74d56e36a47048a28e541bb2e,orig_roboto_light;
  content: 'Berikutnya';
  font-size: 14px;
  display: block;
}

html[lang="id"] .event-doc-wrapper button.arrow-btn.prev-arrow.slick-arrow div:before {
  font: normal normal 16px/16px wfont_088b96_74d56e36a47048a28e541bb2ea280d47,wf_74d56e36a47048a28e541bb2e,orig_roboto_light;
  content: 'Sebelumnya';
  font-size: 14px;
  display: block;
}


html[lang="id"] .event-doc-wrapper button.arrow-btn.slick-arrow div {
  font-size: 0;
  line-height: 0;
}



@media (min-width:1400px) {
  .verify-page .banner .cm-row > .col-image img {
    width: 695px;
    height: 588px;
    object-fit: cover;
  }
  .verify-page .banner .cm-row > .col-image {
    width: unset;
    max-width: unset;
  }
  .verify-page .banner .col-content {
    width: 50.7%;
    max-width: unset;
    position: relative;
    left: 3.9%;
    margin-bottom: 49px;
  }
  .verify-page .banner .cm-content h1 {
    margin-bottom: 12px;
  }
  html[lang="id"] .product-page .banner .cm-btn a {
    margin-bottom: 10px;
  }
  html[lang="id"] .product-row1 h1,
  html[lang="id"] .sign-row1 h1{
    margin-bottom: 6px;
  }
  html[lang="id"] .product-row1 p,
  html[lang="id"] .sign-row1 p{
    font-family: wfont_088b96_74d56e36a47048a28e541bb2ea280d47,wf_74d56e36a47048a28e541bb2e,orig_roboto_light;
    font-size: 16px;
  }
  html[lang="id"] .product-page.solution-page .banner .cm-btn a {
    margin-bottom:35px;
  }
  html[lang="id"] .sign-page.solution-page .banner .cm-content {
    padding-top: 13px;
  }
  html[lang="id"] .sign-page.product-page.solution-page .banner .cm-btn a {
    margin-bottom: 0px;
  }
  html[lang="id"] .verify-page .banner .col-content {
    margin-bottom: 0px;
  }

  .digital-signature-row4 .widget-type-rich_text {
    position: relative;
    left: -21px;
  }
}

@media (min-width:1200px) {
  .solution-page .banner .cm-row > .col-image {
    max-width: 629px;
    width: 52%;
  }
  .solution-page .banner .col-content {
    margin-left: 0;
    max-width: 556px;
    width: 48%;
  }
  .solution-page .banner .cm-banner-inner {
    padding-top: 112px;
    max-width: 1234px;
  }
  .solution-page .banner .cm-row {
    justify-content: space-between;
  }
  .solution-page .banner .cm-content {
    padding: 0;
    position: relative;
    left: -21px;
    padding-bottom: 67px;
  }
  .solution-page .banner .cm-content h1 {
    margin-bottom: 11px;
  }
  .solution-page .product-row1 .dnd-section {
    margin-top: 0;
    padding-bottom: 34px;
  }
  .solution-page .product-row2 .content-image-column .left .cm-image {
    max-width: 32.1%;
  }
  .solution-page .content-image-column .cm-button a {
    margin-top: 52px;
  }
  .solution-page .content-image-column .cm-content-col.right .cm-image {
    max-width: 34.018%;
    padding-top: 55px;
  }
  .solution-page .content-image-column .cm-content-col.right .cm-content {
    padding-top: 97px;
  }
  .solution-page .content-image-column .cm-content-col.right .cm-button a {
    margin-top: 39px;
  }
  .solution-page .bottom-pane-wrapper h2 {
    position: relative;
    top: -4px;
    left: -13px;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content {
    padding-left: 51px;
  }
  .solution-page .product-row2-1 .dnd-section {
    padding-top: 8px;
  }
  .product-row2-1 .content-image-column .cm-content .cm-des {
    max-width: 564px;
  }
  .solution-page .product-row2-1 .content-image-column .cm-button a {
    margin-top: 0;
  }
  .solution-page .product-row2-1 .content-image-column .cm-points ul {
    margin-bottom: 31px;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content-col.right .cm-image {
    right: 40px;
    padding-top: 54px;
    z-index: 7;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content-col.right .cm-content {
    padding-left: 51px;
    padding-top: 106px;
    padding-right: 74px;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content-col.right .content-main {
    padding: 0px 40px;
    padding-right: 0px;
  }
  .solution-page .product-row2-1 .content-image-column .right .cm-content .cm-des {
    max-width: 550px;
  }
  .solution-page .content-image-column .cm-content-col.right .cm-button a {
    margin-top: 36px;
    margin-bottom: 14px;
  }
  .digital-signature-page.solution-page .banner .cm-row>.col-image {
    width: 569px;
    position: relative;
    left: -23px;
  }
  .digital-signature-page.solution-page .banner .cm-row {
    justify-content: left;
  }
  .digital-signature-page.solution-page .banner .cm-banner-inner {
    padding-top: 65px;
  }
  .digital-signature-page.solution-page .banner .cm-content {
    padding-bottom: 20px;
  }
  .digital-signature-row3 .biometric-features-section .title {
    margin-bottom: 40px;
  }
  .digital-signature-row3 .biometric-features-section .image img {
    width: 427px;
    height: 372px;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .digital-signature-row3 .biometric-features-section .image {
    width: 33%;
    max-width: 427px;
    margin-top: 11px;
  }
  .digital-signature-row3 .biometric-features-section .content {
    width: 67%;
    padding-left: 21px;
  }
  .digital-signature-row3 .dnd-section > .row-fluid {
    padding: 0;
  }
  .digital-signature-row3 .biometric-features-section .column-2 {
    margin-left: 90px;
    width: 40.6%;
  }
  .digital-signature-row3 .biometric-features-section .column-1 {
    width: 40.7%;
  }
  .digital-signature-row3 .biometric-features-section {
    padding-top: 9px;
    position: relative;
    left: -51px
  }
  .sign-page.solution-page .banner .cm-banner-inner {
    max-width: 1276px;
    padding-top: 46px;
  }
  .sign-page.solution-page .banner .cm-row>.col-image {
    max-width: 695px;
    width: 46%;
  }
  .sign-page.solution-page .banner .col-content {
    max-width: 721px;
    width: 54%;
  }
  .sign-page.solution-page .banner .cm-content h1 {
    margin-bottom: 25px;
  }
  .sign-page .banner .cm-content p {
    max-width: 678px;
    margin-bottom: 60px;
  }
  .sign-page.solution-page .banner .cm-content {
    left: 0;
    padding-bottom: 2px;
    z-index: 1;
  }
  .sign-page .banner img {
    max-width: 695px;
  }
  .sign-page .cm-image {
    position: relative;
    left: -163px;
  }
  .sign-row4 .content-with-top-image .content-item.cm-item-2 {
    position: relative;
    left: -3px;
  }
  .sign-row4 .content-with-top-image .content-item.cm-item-3 {
    position: relative;
    left: 3px;
  }
  html[lang="id"] .verify-row4 .content-with-top-image h2.title {
    max-width: 324px;
  }
}


@media (min-width:1600px) {
  .sign-row4 .content-with-top-image .content-item.cm-item-1 {
    position: relative;
    left: -43px;
  }
  .sign-row4 .content-with-top-image .content-item.cm-item-3 {
    position: relative;
    right: -47px;
    left: auto;
  }
}

@media (max-width:1320px) and (min-width:1200px) {
  .solution-page .banner .cm-content {
    left:0;
  }
}

@media (max-width:1199px) {
  .solution-page .content-image-column .cm-image {
    max-width: 40%;
  }

  .digital-signature-row1 h2 {
    text-align:center;
  }
}

@media (max-width:991px) {
  .product-row2-1 .content-image-column .left .cm-image {
    left: 0;
  }
  .product-row2-1 .content-image-column .cm-content {
    padding-top: 30px;
    padding-left: 40px;
  }
  .product-row2-1 .content-image-column .left .cm-image img {
    height: auto;
  }
  .digital-signature-row5 .content-with-top-image .top-image {
    max-width: 100%;
  }
  .digital-signature-row5 .content-with-top-image .cm-col-three .content-item {
    padding: 0 20px;
  }
  .sign-row3 .our-certifications .logo-item {
    max-width: 22%;
  }
  .sign-row4 .content-with-top-image .top-image {
    max-width: 100%;
  }
  .sign-page .banner .cm-row {
    align-items: flex-end;
  }
}

@media (min-width:768px) {
  html[lang="id"] .verify-row4 .content-with-top-image .cm-col-three .cm-item-2 .content p {
    margin-bottom: 30px;
  }

  html[lang="id"] .our-product-wrapper h3 {
    margin-bottom: 21px;
  }
  html[lang="id"] .our-product-wrapper p:last-child {
    margin-bottom: 25px;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  html[lang="id"] .content-with-top-image .cm-col-three .content-item {
    padding: 0 10px;
  }

  html[lang="id"] .content-with-top-image h2.title {
    max-width: 100%;
  }
}


@media (min-width:768px) {
  html[lang="id"] .faq-row2 h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  html[lang="id"] .faq-row2 h3 {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0;
  }

  html[lang="id"] .faq-row2 p {
    font-size: 18px;
    margin-bottom: 27px;
  }

  html[lang="id"] .faq-row3 h2 {
    font-size: 40px;
    margin-bottom: 49px;
  }

  html[lang="id"] .faq-row3 .dnd-section {
    padding-top: 32px;
  }

  html[lang="id"] .faq-row3 h3 {
    font-size: 20px;
  }

  html[lang="id"] .faq-row3 p {
    font-size: 18px;
    margin-bottom: 27px;
  }
}

@media (max-width:767px) {
  .product-row1 .dnd-section {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 20px;
  }
  .product-row1 h2 {
    font-size: 18px;
  }
  .product-row1 .dnd-section>.row-fluid {
    padding: 0 10px;
  }
  .product-row1 p {
    font-size: 14px;
  }
  .product-row1 .dnd-section {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 20px;
  }
  .product-row1 h2 {
    font-size: 18px;
  }
  .product-row1 .dnd-section>.row-fluid {
    padding: 0 10px;
  }
  .product-row1 p {
    font-size: 14px;
  }
  .product-row2 .dnd-section {
    padding: 0;
  }
  .product-row2-1 .dnd-section {
    padding-top: 0;
    margin-top: -4px;
    padding-bottom: 35px;
  }
  .product-row2-1 .content-image-column .left .cm-image {
    padding: 0 24px 32px !important;
  }
  .product-row2-1 .content-image-column .cm-content {
    padding-top: 4px;
    padding-left: 0;
  }
  .product-row2-1 .content-image-column .cm-points ul li:nth-child(4n) {
    margin-top: 25px;
  }
  .product-row2-1 .content-image-column .cm-points ul {
    margin-bottom: 28px;
  }
  .product-row2-1 .content-image-column .cm-content-col {
    margin-bottom: 0;
  }
  .solution-page .banner img {
    width: 280px;
    height: 237px;
    object-fit: cover;
  }
  .solution-page .product-row1 .dnd-section {
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .solution-page .product-row1 h2 {
    margin-bottom: 11px;
  }
  .solution-page .content-image-column .cm-image {
    width: 100%;
    max-width: 100%;
    padding: 0 25px 10px !important;
  }
  .solution-page .content-image-column .cm-title h1 {
    margin-bottom: 8px;
  }
  .solution-page .content-image-column .cm-content {
    padding: 0 10px;
  }
  .solution-page .content-image-column .cm-button a {
    max-width: 160px;
    margin-top: 17px;
  }
  .solution-page .content-image-column .cm-content-col.right .cm-image {
    padding: 0 37px 33px 36px!important;
  }
  .solution-page .content-image-column .cm-content-col {
    margin-bottom: 74px;
  }
  .solution-page .content-image-column .cm-content-col.right .cm-content {
    padding: 0 10px;
  }
  .solution-page .content-image-column .right .cm-content h2 {
    margin-bottom: 15px;
  }
  .solution-page .content-image-column .cm-content-col.right .cm-points ul li:nth-child(4n) {
    margin-top: 0;
  }
  .solution-page .content-image-column .cm-content-col.right .cm-button a {
    margin-top: 12px;
    max-width: 172px;
  }
  .solution-page .product-row2-1 .dnd-section {
    margin-top: -11px;
    padding-bottom: 54px;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content {
    padding-right: 0;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content-col.right .cm-image {
    padding: 0px 27px 43px 26px!important;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content-col {
    margin-bottom: 76px;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content-col.right .cm-content {
    padding: 0;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content-col.right .cm-button a {
    max-width: 160px;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content-col:last-child {
    margin-bottom: 0;
  }
  .solution-page .product-row2-1 .content-image-column .cm-content-col.right .cm-points ul {
    margin-bottom: 20px;
  }
  .solution-page .bottom-pane-wrapper {
    padding-top: 31px;
    padding-bottom: 38px;
  }



  .verify-page .banner .cm-banner-inner {
    padding-top: 36px;
  }
  .verify-page .banner .cm-content {
    padding-top: 17px;
  }
  .verify-page .banner .cm-content h1 {
    margin-bottom: 10px;
  }
  .verify-page .banner .cm-content p {
    margin-bottom: 20px;
  }
  .verify-row1 .dnd-section {
    margin-top: 1px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .verify-row1 h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .verify-row1 p {
    font-size: 14px;
  }
  .verify-page .verify-row2 .content-with-top-image {
    padding-top: 18px;
  }
  .verify-page .verify-row2 .content-with-top-image .top-header h2 {
    margin-bottom: 9px;
  }
  .verify-page .verify-row2 .content-with-top-image .top-header p {
    margin-bottom: 30px;
  }
  .verify-page .verify-row2 .content-with-top-image .content p {
    margin-bottom: 43px;
  }
  .verify-page .verify-row2 .content-with-top-image .cm-item-2 h2.title {
    margin-bottom: 17px;
  }
  .verify-page .verify-row2 .content-with-top-image .cm-item-2 .content p {
    margin-bottom: 26px;
  }
  .verify-page .verify-row2 .content-with-top-image .content-item:last-child .content p {
    margin-bottom: 0;
  }
  .verify-page .verify-row2 .content-with-top-image .content-row {
    padding-bottom: 18px;
  }
  .verify-page .verify-row2 .content-with-top-image .top-header {
    padding-left:0;
  }
  .verify-row1 .dnd-section>.row-fluid {
    padding:0;
  }
  .verify-row2 .page-center {
    padding: 0;
  }

  .verify-row4 .dnd-section {
    padding-top: 0;
  }
  .verify-row3 .dnd-section {
    padding-top: 20px;
    padding-bottom: 36px;
  }


  .verify-row4 .dnd-section {
    padding-top: 0;
  }
  .verify-row3 .dnd-section {
    padding-top: 20px;
    padding-bottom: 36px;
  }
  .verify-row4 .content-with-top-image .top-header h2 {
    margin-bottom: 28px;
  }
  .verify-row4 .content-with-top-image .cm-col-three .content {
    max-width: 213px;
  }
  .verify-row4 .content-with-top-image h2.title {
    margin-bottom: 11px;
  }
  .verify-row4 .content-with-top-image .cm-col-three .content p {
    margin-bottom: 20px;
  }
  .verify-row4 .content-with-top-image .cm-col-three .content-item {
    margin-bottom: 10px;
  }
  .verify-row4 .content-with-top-image .content-item .read-link {
    margin-bottom: 3px;
  }
  .verify-row5 .bottom-pane-wrapper h2 {
    left: 0;
    left: 0;
  }
  .verify-row5 .bottom-pane-wrapper {
    padding-top: 31px;
    padding-bottom: 35px;
  }
  .verify-row5 .bottom-pane-wrapper h2 {
    margin-bottom: 21px;
  }
  .faq-row1 .widget-type-simple_menu ul li a {
    font-size: 14px;
  }
  .faq-row1 .widget-type-simple_menu ul li {
    display: inline-block;
  }
  .faq-row1 .widget-type-simple_menu ul {
    flex-direction: row;
    justify-content: center;
  }
  .faq-row1 .dnd-section {
    padding-top: 17px;
    padding-bottom: 19px;
    line-height: 1;
    font-size: 14px;
  }
  .faq-row1 .widget-type-simple_menu ul li:not(:last-child):after {
    font-size: 14px;
    margin: 0 5px 0 4px;
  }
  .faq-row2 .dnd-section {
    padding-top: 11px;
  }
  .faq-row2 h2,
  .faq-row3 h2{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .faq-row2 h3{
    line-height: 1.5em;
    font-size: 17px;
    margin: 0;
    text-align: justify;
  }
  .faq-row2 p{
    line-height: 1.5em;
    text-align: justify !important;
    font-size: 17px;
    margin-bottom: 26px;
  }
  .faq-row3 .dnd-section {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .faq-row3 p {
    text-align: justify;
    font-size: 17px;
    margin-bottom: 25px;
  }
  .faq-row3 h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .events-row1 .dnd-section {
    padding-top: 41px;
    padding-bottom: 16px;
  }
  .events-row2 .dnd-section {
    padding-top: 3px;
    padding-bottom: 53px;
  }
  .events-row3 h1 {
    font-size: 18px;
    text-align: center;
    margin: 0;
  }
  .events-row3 .dnd-section {
    padding-top: 32px;
    padding-bottom: 43px;
  }
  .events-row3 .widget-type-header {
    margin-bottom: 17px;
  }
  .events-row3 h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .events-row3 .dnd-section .dnd-column {
    padding: 0;
  }
  .digital-signature-page.solution-page .banner img {
    width: 225px;
    height: 222px;
    object-fit: cover;
  }
  .digital-signature-page .cm-image {
    text-align: center;
  }
  .digital-signature-page .banner .cm-banner-inner {
    padding-top: 25px;
  }
  .digital-signature-page .banner .cm-content {
    padding-top: 17px;
    padding-bottom: 25px;
  }
  .digital-signature-page .banner .cm-content h1 {
    margin-bottom: 10px;
  }
  .digital-signature-page .banner .cm-content p {
    margin-bottom: 18px;
  }
  .digital-signature-row1 .dnd-section {
    padding-top: 24px;
    padding-bottom: 33px;
  }
  .digital-signature-row1 h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .digital-signature-row1 .dnd-section>.row-fluid {
    padding: 0 10px;
  }
  .digital-signature-row1 p {
    font-size: 14px;
  }
  .digital-signature-row2 .content-with-top-image .top-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .digital-signature-row2 .content-with-top-image .content-row {
    padding: 0 20px;
  }
  .digital-signature-row2 .content-with-top-image h2.title {
    max-width: 170px;
    margin-bottom: 20px;
  }
  .digital-signature-row2 .content-with-top-image .cm-col-three .content {
    max-width: 213px;
    margin-bottom: 44px;
  }
  .digital-signature-row2 .content-with-top-image .content-item {
    min-height: auto;
  }
  .digital-signature-row2 .content-with-top-image .cm-item-2 h2.title {
    margin-bottom: 15px;
  }
  .digital-signature-row2 .content-with-top-image .cm-col-three .cm-item-2 .content {
    margin-bottom: 27px;
  }
  .digital-signature-row2 .content-with-top-image .cm-item-3 h2.title {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .digital-signature-row2 .content-with-top-image .cm-col-three .cm-item-3 .content {
    margin-bottom: 52px;
  }
  .digital-signature-row2 .content-with-top-image .cm-item-4 h2.title {
    margin-bottom: 10px;
  }
  .digital-signature-row2 .content-with-top-image .cm-col-three .cm-item-4 .content {
    margin-bottom: 29px;
  }
  .digital-signature-row2 .content-with-top-image .cm-item-5 .top-image {
    margin-bottom: 14px !important;
  }
  .digital-signature-row2 .content-with-top-image .cm-item-5 h2.title {
    margin-bottom: 6px;
  }
  .digital-signature-row2 .content-with-top-image .cm-col-three .cm-item-5 .content {
    margin-bottom: 29px;
  }
  .digital-signature-row2 .content-with-top-image .cm-item-6 .top-image {
    margin-bottom: 10px !important;
  }
  .digital-signature-row2 .content-with-top-image .cm-item-6 h2.title {
    margin-bottom: 10px !important;
  }
  .digital-signature-row2 .content-with-top-image .cm-col-three .cm-item-6 .content {
    margin-bottom: -1px;
  }
  .digital-signature-row3 .biometric-features-section {
    padding-top: 34px;
  }

  .digital-signature-row3 .biometric-features-section .image img {
    width: 222px;
    height: 206px;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .digital-signature-row3 .biometric-features-section .title {
    margin-bottom: 0;
  }
  .digital-signature-row3 .biometric-features-section .title h2 {
    margin-bottom: 21px;
  }
  .digital-signature-row3 .biometric-features-section .image {
    margin-bottom: 10px;
  }
  .digital-signature-row4 .dnd-section {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .digital-signature-row4 h2 {
    font-size: 17px;
    text-align: center !important;
    margin-bottom: 15px;
  }
  .digital-signature-row4 .dnd-section>.row-fluid {
    padding: 0 10px;
  }
  .digital-signature-row5 .content-with-top-image .top-image {
    width: 166px !important;
  }
  .digital-signature-row5 .content-with-top-image .top-image img {
    height: auto;
    width: 100%;
  }
  .digital-signature-row5 .content-with-top-image {
    padding-top: 0;
  }
  .digital-signature-row5 .content-with-top-image h2.title {
    text-align: center;
    font-size: 18px;
    max-width: 170px;
    margin-bottom: 11px;
  }
  .digital-signature-row5 .content-with-top-image .cm-col-three .content-item {
    padding: 0 5px;
    min-height: auto;
  }
  .digital-signature-row5 .content-with-top-image .cm-col-three .content p {
    margin-bottom: 13px;
  }
  .digital-signature-row5 .content-with-top-image .cm-col-three .cm-item-2 .content p {
    padding: 0 10px;
  }
  .digital-signature-row5 .content-with-top-image .cm-col-three .content-item.cm-item-3 {
    margin-top: 26px;
  }
  .digital-signature-row5 .content-with-top-image .cm-col-three .content-item.cm-item-3 img {
    width: 157px;
    height: 53px;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .digital-signature-row5 .content-with-top-image .cm-item-3 .top-image {
    margin-bottom: 25px !important;
  }
  .digital-signature-row5 .content-with-top-image .cm-item-3 h2.title {
    margin-bottom: 8px;
  }
  .digital-signature-row6 .dnd-section {
    padding-top: 38px;
    padding-bottom:8px;
  }
  .digital-signature-row7.verify-row5 .bottom-pane-wrapper {
    padding-bottom: 43px;
  }
  .digital-signature-row7.verify-row5 .bottom-pane-wrapper h2 {
    left: 0;
    top: 0;
    margin-bottom: 34px;
  }
  .digital-signature-row7.verify-row5 .bottom-pane-wrapper .content-button .cm-button {
    margin-top: 0;
  }


  .sign-page.solution-page .banner img {
    width: 271px;
    height: 230px;
    object-fit: cover;
  }
  .sign-page.solution-page .banner .cm-banner-inner {
    padding-top: 24px;
    text-align: center;
  }
  .sign-page.solution-page .banner .cm-content {
    padding-top: 19px;
    padding-bottom: 23px;
  }
  .sign-page.solution-page .banner .cm-content h1 {
    margin-bottom: 10px;
  }
  .sign-page.solution-page .banner .cm-content p {
    margin-bottom: 20px;
  }
  .sign-row1 h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sign-row1 .dnd-section {
    padding-top: 18px;
    padding-bottom: 0;
  }
  .sign-row1 p {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .sign-row1 .dnd-section>.row-fluid {
    padding: 0 10px;
  }
  .sign-row2 .content-with-top-image {
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .sign-row2 .content-with-top-image .top-header h2 {
    margin-bottom: 5px;
  }
  .sign-row2 .content-with-top-image .page-center {
    padding: 0;
  }
  .sign-row2 .content-with-top-image .top-header p {
    margin-bottom: 8px;
  }
  .sign-row2 .content-with-top-image .content {
    max-width: 213px;
  }
  .sign-row2 .content-with-top-image .content-item {
    min-height: auto;
    margin-bottom: 10px;
  }
  .sign-row2 .content-with-top-image .cm-item-2 h2.title {
    margin-bottom: 16px;
  }
  .sign-row2 .content-with-top-image .content-item.cm-item-2 {
    margin-bottom: 5px;
  }
  .sign-row2 .content-with-top-image .cm-item-3 h2.title {
    margin-bottom: 19px;
  }
  .sign-row2 .content-with-top-image .content-item.cm-item-3 {
    margin-bottom: 22px;
  }
  .sign-row3 .dnd-section {
    padding-top: 28px;
    padding-bottom: 0;
  }
  .sign-row3 .our-certifications .logo-item {
    max-width: 100%;
    width: 100% !important;
  }
  .sign-row3 .our-certifications p {
    margin: 0;
  }
  .sign-row3 .our-certifications .client-row.clearfix {
    margin-top: 0;
    column-count: 2;
    display: block !important;
    padding: 0 9px;
    column-gap: 21px;
    max-width: 320px;
    margin: 0 auto;
    width:100%;
  }
  .sign-row3 .our-certifications .logo-item.cm-item-3 {
    margin: 0 !important;
  }
  .sign-row3 .our-certifications .logo-item.cm-item-1 {
    width: 118px !important;
    height: 51px;
    margin-top: 22px !IMPORTANT;
  }
  .sign-row3 .our-certifications .logo-item.cm-item-3 {
    width: 118px !important;
    height: 32px !important;
    margin-top: -34px !important;
  }
  .sign-row3 .our-certifications .logo-item.cm-item-2 {
    width: 50px !important;
    height: 32px !important;
    margin: 0 auto !important;
    margin-bottom: 113px !important;
    margin-left: 34px !important;
  }
  .sign-row3 .our-certifications .logo-item.cm-item-4 {
    width: 118px !important;
    height: 42px !important;
    margin-top: 44px !important;
  }
  .sign-row4 .content-with-top-image {
    padding-top: 15px;
  }
  .sign-row4 .content-with-top-image .page-center {
    padding: 0;
  }
  .sign-row4 .content-with-top-image .top-header h2 {
    margin-bottom: 10px;
  }
  .sign-row4 .content-with-top-image .content-item {
    min-height: auto;
  }
  .sign-row4 .content-with-top-image .top-image {
    width: 132px !important;
  }
  .sign-row4 .content-with-top-image .content-row {
    margin-top: 22px;
    margin-bottom: 14px;
    padding-left: 34px;
  }
  .sign-row4 .content-with-top-image .cm-item-2 .top-image {
    width: 119px !important;
  }
  .sign-row4 .content-with-top-image .cm-item-3 .top-image {
    width: 95px !important;
  }
  .sign-page.solution-page .bottom-pane-wrapper {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .sign-page .banner .cm-row {
    align-items: center;
  }
  .faq-form-row1 .dnd-section {
    padding: 0;
    min-height: 100vh;
  }
}

.about-row1 .dnd-section {
  padding-top: 41px;
  padding-bottom: 37px;
}

.about-row1 .dnd-section>.row-fluid > .dnd-module,
.about-row4 .dnd-section .dnd-column{
  padding-left: 31px;
  padding-right: 32px;
}
.about-row2 .dnd-section .dnd-column,
.about-row3 .dnd-section .dnd-column{
  padding: 0; 
}
.about-row2 .dnd-section {
  padding-top: 46px;
  padding-bottom: 45px;
}
.about-row1 .widget-type-rich_text h2 {
  line-height: normal;
  letter-spacing: normal;
  color: rgb(59,58,58);
  font-family: roboto-bold,roboto,sans-serif;
  margin-bottom: 44px;
}
.about-row4 .dnd-section {
  padding-top: 51px;
  padding-bottom: 56px;
}
.about-row3 .dnd-section {
  padding-bottom: 83px;
}

.about-row3 .team-members-section h2 {
  line-height: 1.2em;
  color: #292929;
  margin-bottom: 27px;
  padding-left: 2px;
}
.about-row3 .team-members-section .team-members h1 {
  margin-bottom: 11px;
}
.about-row3 .team-members-section .share-link {
  margin-bottom: 69px;
}
.about-row3 .team-members-section p.designation {
  margin-bottom: 31px;
}

.about-layout .our-clients .logo-item.cm-item-5 {
  position: relative;
  left: -12px;
}

.about-layout .our-clients .logo-item.cm-item-6 {
  position: relative;
  left: -59px;
}

.about-layout .our-clients .logo-item.cm-item-7 {
  position: relative;
  left: -59px;
}

.about-layout .our-clients .logo-item.cm-item-8 {
  position: relative;
  left: -42px;
  top: -8px;
}
.authentication-row1 .dnd-section {
  padding-top: 30px;
  margin-top: -2px;
  padding-bottom: 35px
}

.authentication-row1 .widget-type-rich_text h2 {
  color: #000;
  font-family: wfont_088b96_3fc79ffa166a489391814faa1b2cc495,wf_3fc79ffa166a489391814faa1,orig_roboto_bold;
  margin-bottom: 6px
}

.authentication-row1 .dnd-section>.row-fluid {
  max-width: 953px
}

.authentication-row1 .widget-type-rich_text p {
  font-size: 18px;
  font-family: wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular
}

.authentication-row1 .widget-type-rich_text p:last-child {
  margin: 0
}

.authentication-page [class*="force-full-width-section"]>.row-fluid,
.authentication-page .dnd-section .dnd-column,
.biometric-page [class*="force-full-width-section"]>.row-fluid,
.biometric-page .dnd-section .dnd-column,
.home-page [class*="force-full-width-section"]>.row-fluid,
.career-page .dnd-section .dnd-column,
.career-page [class*="force-full-width-section"]>.row-fluid{
  padding: 0;
}
.authentication-row3 .dnd-section {
  padding-top: 55px; 
  padding-bottom: 0px;
}
.authentication-row3 .widget-type-rich_text h2 {
  margin-bottom: 58px;
}

.authentication-row3 .widget-type-rich_text figure {
  margin: 9px 0 26px;
  background-color: rgb(250,250,250);
  max-width: 1240px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
}
.authentication-row3 .widget-type-rich_text figure img {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 877px;
  width: 100%;
  margin: 26px auto 22px;
  display: block;
}
.authentication-row3 .dnd-section > .row-fluid {
  max-width: 1280px;
}
.authentication-row3 .widget-type-rich_text figure p {
  color: rgb(59,58,58);
  font-size: 19px;
  font-family: wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.authentication-page .bottom-pane-wrapper {
  padding: 56px 20px 56px;
}
.authentication-page .bottom-pane-wrapper .content-inner {
  max-width: 1168px;
}
.authentication-page .bottom-pane-wrapper .content-button {
  padding: 0px 37px 0 24px;
}
.authentication-page .bottom-pane-wrapper .content-button .cm-button {
  margin-top: 12px;
}
.authentication-page .banner .cm-row > .col-image {
  position: relative;
  right: -41px;
}
.authentication-row2 .content-with-top-image .top-header h2 {
  padding-left: 23px;
}
.authentication-row2 .content-item.cm-item-2 .top-image {
  margin-top: 55px;
  margin-bottom: 18px;
}

.authentication-row2 .content-item.cm-item-3 .top-image {
  margin-top: 51px;
  margin-bottom: 14px;
}

.authentication-row2 .content-item.cm-item-4 .top-image {
  margin-top: 43px;
  margin-bottom: 14px;
}
.authentication-row2 .content-item.cm-item-4 .top-image {
  position: relative;
  left: -12px;
}
.authentication-row2 .content-item.cm-item-5 .top-image {
  margin-top: 43px;
  margin-bottom: 14px;
}
.authentication-row2 .content-with-top-image {
  padding-top: 37px;
}
.authentication-row2 .content-with-top-image .top-header p{
  max-width: 913px;
  margin-left: auto;
  margin-right: auto;
}
.authentication-row4 .content-with-top-image {
  padding-top: 55px;
  padding-bottom: 18px;
}
.authentication-row4 .content-with-top-image .top-image {
  margin-top: 64px;
  margin-bottom: 14px;
}
.authentication-row4 .content-with-top-image .top-header h2 {
  margin-bottom: 49px;
}
.authentication-row4 .content-with-top-image .cm-col-three .cm-item-3 .content p {
  margin-bottom: 13px;
}
.authentication-row4 .content-with-top-image .cm-col-three .cm-item-4 .content p, 
.authentication-row4 .content-with-top-image .cm-col-three .cm-item-5 .content p,
.authentication-row4 .content-with-top-image .cm-col-three .cm-item-6 .content p {
  margin-bottom: 57px;
}

.authentication-row4 .content-with-top-image .read-link {
  margin-bottom: 51px;
}
.authentication-row4 .content-with-top-image .content-item {
  min-height: auto;
}
.contact-row1 .dnd-section {
  padding-top: 134px;
  padding-bottom: 193px;
}
.contact-row1 .dnd-section .dnd-column {
  padding: 0;
}
.contact-row1 .widget-type-form {
  max-width: 660px;
  margin-left: 40px;
  margin-bottom: 10px;
}
.contact-row1 .widget-type-form form {
  padding-top: 76px;
  max-width: 579px;
}
.contact-row1 fieldset.form-columns-2 .input,
.contact-row1 fieldset.form-columns-1 .input{
  margin-right: 0 !important;
}


.contact-row1 fieldset.form-columns-2 .hs-form-field:nth-child(2) {
  padding-left: 10px;
}

.contact-row1 fieldset.form-columns-2 .hs-form-field:nth-child(1) {
  padding-right: 10px;
}
.contact-row1 ::-webkit-input-placeholder {
  color: rgb(145,145,145);
}
.contact-row1 form textarea {
  height: 226px;
  width: 100% !important;
}
.contact-row1 fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.contact-row1 .hs_attachment__screen_shot___max_1mb_ {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 48px;
  max-width: 280px;
}
.contact-row1 input#file-upload-button+span {
  display: none;
}
.contact-row1 ::-webkit-file-upload-button {
  background-color: #00ffbd;
  border: 1px solid rgba(57, 57, 57, 0.2);
  color: rgb(57, 57, 57);
  border-radius: 2px;
  min-height: 41px;
  margin: 0 !important;
  width: 100%;
  padding: 0px 10px;
  cursor: pointer;
}
.contact-row1 ::-webkit-file-upload-button:hover {
  border-color: rgba(59, 58, 58, 0.3);
  background-color: rgb(255, 255, 255);
  color: rgb(145, 145, 145);
}
.contact-row1 .hs_attachment__screen_shot___max_1mb_ >label {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0;
  opacity: 0.7;
  color: rgb(145,145,145);
  font-family: roboto-thin, roboto, sans-serif;
  font-weight: 400;
  line-height: 19.6px;
}
.contact-row1 label.hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.contact-row1 form fieldset.form-columns-1 input[type=checkbox] {
  padding: 0;
  height: 18px;
  width: 18px !important;
  border: 1px solid rgba(43, 43, 43, 0.2);
  -webkit-appearance: none;
  padding: 8px;
  margin-right: 13px;
  position: relative;
  top: 1px;
}
.contact-row1 fieldset.form-columns-1 .invalid.error input[type=checkbox] {
  border-color: #ff4040!important;
  background-color: rgba(255,64,64,.2)
}

.contact-row1 form .inputs-list li label>span {
  position: relative;
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: 700;
  line-height: 1;
}
.contact-row1 form .inputs-list>li {
  margin: 0;
}
.contact-row1 .hs_i_agree_to_vida_sending_me_marketing_communications_ {
  margin-bottom:0px;
}
.contact-row1 form .inputs-list li label>span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg style='fill: %23919191%3B' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 5.686'%3E%3Cpath d='M2.55 5.686c-.017 0-.034 0-.05-.002a.7.7 0 01-.518-.29l-1.85-2.57a.7.7 0 111.136-.818L2.63 3.897 6.197.213a.7.7 0 011.006.974l-4.15 4.286a.7.7 0 01-.503.213z'%3E%3C/path%3E%3C/svg%3E");
  width: 9px;
  height: 6px;
  display: block;
  position: absolute;
  top: 5px;
  left: -26px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
}
.contact-row1 form .inputs-list li label>input:checked~span:before {
  opacity: 1
}

.contact-row1 form .inputs-list>li label:focus input[type=checkbox],.contact-row1 form .inputs-list>li label:hover input[type=checkbox] {
  border-color: rgba(43, 43, 43, 0.3)!important
}
.contact-row1 form .hs-richtext {
  padding-left: 31px;
}
.contact-row1 form .hs-richtext p {
  font-size: 14px;
  font: normal normal normal 18px/1.4em wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: normal;
  text-align: justify;
}

.contact-row1 form input[type=submit] {
  border: 0; 
  padding: 14px 30px;
  padding: 15px 53px;
  min-width: 202px;
  margin-bottom: 19px;
}
.contact-row1 form fieldset:last-of-type {
  margin-bottom: 126px;
}
.contact-row1 form .hs-button:hover {
  color: #000;
}
.brand-row1 .dnd-section {
  padding-top: 89px;
  padding-bottom: 243px;
}
.biometric-page .banner {
  background-image: linear-gradient(9deg, #59C3F7 0%, #00FFBD 82.521653175354%) !important;
}
.biometric-page .banner .cm-banner-inner {
  padding-top: 49px;
}
.biometric-page .banner .cm-row {
  justify-content: flex-start;
}
.biometric-page .banner .cm-content {
  padding-left: 0px;
}
.biometric-page .banner .col-content {
  width: 50%;
  max-width: none;
  margin-left: -2.7%;
  position: relative;
}

.biometric-page .banner .cm-row > .col-image {
  width: 50.1%;
  margin-left: -4.3%;
  margin-top: 1px;
}
.biometric-row1 .dnd-section {
  padding-top: 35px;
  padding-bottom: 42px;
}
.biometric-row1 .dnd-section > .row-fluid {
  max-width: 953px;
}
.biometric-row1 .widget-type-rich_text h2 {
  margin-bottom: 15px;
}
.biometric-row1 .widget-type-rich_text p {
  font-size: 18px;
  font-family: wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
  margin: 0;
}
.biometric-row2 .content-with-top-image {
  padding-top: 0;
}

.biometric-row2 .content-with-top-image h2.title {
  max-width: 325px;
}

.biometric-row2 .content-with-top-image .content-item {
  min-height: 431px;
}

.biometric-row2 .content-with-top-image .cm-item-3 .top-image, .biometric-row2 .content-with-top-image .cm-item-4 .top-image {
  margin-bottom: 14px;
}

.biometric-row2 .content-with-top-image .cm-item-6 .top-image {
  margin-bottom: 9px;
  margin-top: 56px;
}
.biometric-row4 .content-with-top-image {
  padding-top: 55px;
}

.biometric-row4 .content-with-top-image .top-header h2 {
  margin-bottom: 49px;
}

.biometric-row4 .content-with-top-image .top-image {
  margin-top: 64px;
  margin-bottom: 14px;
}

.biometric-row4 .content-with-top-image h2.title {
  font-size: 25px;
  max-width: 268px;
  margin-bottom: 10px;
}

.biometric-row4 .content-with-top-image .content-item {
  min-height: 346px;
}
.biometric-row4 .content-with-top-image .cm-item-5 h2.title {
  max-width: 194px;
}
.biometric-row5 .bottom-pane-wrapper h2 {
  position: relative;
  left: -11px;
  top: -5px;
}
.cm-contact-cta.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.biometric-row5 .bottom-pane-wrapper .content-button .cm-button {
  margin-top: -10px;
}

/* homepage */

.home-page .banner {
  background-image: linear-gradient(0deg, rgba(89, 195, 247, 1.0) 0%, rgba(0, 255, 189, 1.0) 64.93277549743652%) !important;
  padding: 0;
}
.home-page .banner .cm-row {
  justify-content: flex-start;
  align-items: flex-start;
}
.home-page .banner .cm-banner-inner {
  padding-top: 210px;
}
.home-page .banner .cm-content {
  padding-left: 1.5rem;
}
.home-page .banner .col-content {
  width: 43%;
  max-width: none;
  margin-left: -2.6%;
}
.home-page .banner .cm-content h1 {
  margin-bottom: 12px;
}

.home-page .banner .cm-content p {
  max-width: 518px;
  text-align: justify;
  margin-bottom: 30px;
}

.home-page .banner .cm-content h1 {
  max-width: 539px;
}

.home-page .banner .cm-row > .col-image {
  width: 59%;
  max-width: none;
  position: relative;
  margin-top: -98px;
  left: 18px;
}

.home-page .banner img {
  max-width: 741px;
}
.home-row1 .dnd-section {
  padding-top: 35px;
  padding-bottom: 36px;
}

.home-row1 .widget-type-rich_text h2 {
  margin: 0;
}
.home-page .dnd-section .dnd-column,
.cloud-signature-page .dnd-section .dnd-column{
  padding: 0;
}
.home-row2 .dnd-section {
  padding-top: 0px;
  padding-bottom: 35px;
}
.home-row2 .dnd-section>.row-fluid {
  max-width: 1315px;
}

.home-row2 .content-image-column .cm-image {
  padding-top: 24px;
}

.home-row2 .content-image-column .cm-content {
  padding-top: 101px;
  padding-left: 11px;
}

.home-row2 .content-image-column .cm-content h2 {
  margin-bottom: 24px;
}

.home-row2 .content-image-column .cm-content .cm-des p {
  margin-bottom: 33px;
}
.home-row2 .content-image-column .cm-button a {
  margin-top: 43px;
  max-width: 154px;
}
.home-row2 .content-image-column .cm-content-col.right {
  padding-top: 1px;
}
.home-row2 .content-image-column .cm-content-col.right .cm-content {
  padding-left: 40px;
  padding-right: 0;
  max-width: none;
  width: 49%;
  margin-left: 11px;
}
.home-row2 .content-image-column .cm-item-2 .cm-content h2 {
  margin-bottom: 27px; 
}
.home-row2 .content-image-column .cm-content-col.right .cm-des {
  max-width: 584px;
}
.home-row2 .content-image-column .cm-content-col.right .cm-image img {
  max-width: 444px;
}
.home-row2 .content-image-column .cm-content-col.right .cm-image {
  right: -34px;
  padding-top: 70px;
}
.home-row2 .content-image-column .cm-content-col.right .cm-content .cm-des p {
  margin-bottom: 50px;
}

.home-row2 .content-image-column .cm-content-col.right .cm-button a {
  margin-top: 0;
}
.home-row2 .cm-content-col.left.cm-item-3 .cm-image img {
  max-width: 446px;
}

.home-row2 .cm-content-col.left.cm-item-3 .cm-image {
  position: relative;
  left: -3px;
}

.home-row2 .cm-content-col.left.cm-item-3 {
  margin-top: 64px;
}

.home-row2 .content-image-column .cm-item-3 .cm-content {
  padding-left: 32px;
  padding-top: 80px;
}

.home-row2 .content-image-column .cm-item-3 .cm-content h2 {
  max-width: 643px;
  margin-bottom: 22px;
}

.home-row2 .content-image-column  .cm-content-col.left.cm-item-3 .cm-content .cm-des {
  max-width: 613px;
}

.home-row2 .content-image-column .cm-item-3 .cm-content .cm-des p {
  margin-bottom: 39px;
}
.home-page .bottom-pane-wrapper {
  padding-top: 58px;
  padding-bottom: 54px;
}
.home-page .bottom-pane-wrapper h2 {
  position: relative;
  left: -11px;
}
.home-row6 .dnd-section {
  padding-bottom: 54px;
  padding-top: 7px;
}
.home-row4 .dnd-section>.row-fluid,
.home-row5 .dnd-section>.row-fluid,
.home-row6 .dnd-section>.row-fluid{
  max-width: 1207px;
}
.home-row5 .dnd-section {
  padding-top: 55px;
  padding-bottom: 69px;
}

.home-row5 h2 {
  font-size: 28px;
  line-height: 1.2em;
  color: #292929;
  font-family: roboto-bold,roboto,sans-serif;
  margin-bottom: 6px;
}

.home-row5 p {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  font-family: wfont_088b96_74d56e36a47048a28e541bb2ea280d47,wf_74d56e36a47048a28e541bb2e,orig_roboto_light;
  color: rgb(59, 58, 58);
}
.home-row5 .hs-button {
  display: inline-block;
  -st-extends: StylableButton;
  transition: all 0.2s ease, visibility 0s;
  background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(229deg, rgba(255, 79, 79, 0.01) 0%, rgba(29, 44, 243, 0) 100%), rgba(0, 255, 189, 0);
  border: 1px solid #004C36;
  border-radius: 7px;
  font-weight: 700;
  font-size: 15px;
  color: #004C36;
  font-family: wfont_088b96_150c47b888234dfabc8eb180cff215aa,wf_150c47b888234dfabc8eb180c,orig_roboto_medium;
  line-height: unset;
  letter-spacing: 0em;
  min-height: 40px;
  padding: 8px 16.5px;
  vertical-align: middle;
}
.home-row5 .hs-button:hover {
  background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(229deg, rgba(255, 79, 79, 0) 0%, rgba(29, 44, 243, 0) 100%), #E5E5E6;
  border: 1px solid rgba(0, 255, 189, 0);
  color: #004C36;
}

.cloud-signature-row1 .upcoming-events {
  padding-top: 109px;
  padding-bottom: 63px;
}
.cloud-signature-row1 .upcoming-events .cm-image-wrap {
  width: 361px;
  margin-top: -43px;
}

.cloud-signature-row1 .upcoming-events .cm-image-wrap img {
  width: auto;
  height: auto;
}

.cloud-signature-row1 .upcoming-events .cm-content-wrap {
  width: calc(100% - 361px);
  padding-left: 29px;
  padding-top: 0;
}
.cloud-signature-row1 .upcoming-events .cm-content-wrap h3 {
  font-size: 39px;
  font-family: roboto-bold,roboto,sans-serif;
  margin-bottom: 64px;
  text-align: justify;
  line-height: 1.2em;
}
.cloud-signature-row1 .upcoming-events .event-btn a {
  -st-extends: StylableButton;
  transition: all 0.2s ease, visibility 0s;
  background: rgba(145, 110, 243, 0);
  border-radius: 10px;
  border: 2px solid #00FFBD;
  font-size: 16px;
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: 700;
  color: #000000;
  max-width: 212px;
  margin-bottom: 10px;
  min-height: 43px;
  height: auto;
}
.cloud-signature-row1 .upcoming-events .event-btn a:hover {
  background: #00FFBD;
  border: 1px solid #00FFBD;
  font-family: roboto-bold,roboto,sans-serif;
  color: #242323;
  font-weight: 400;
}
.cloud-signature-row2 .dnd-section {
  padding-top: 33px;
  padding-bottom: 49px;
}

.cloud-signature-page .dnd-section > .row-fluid{
  max-width: 953px;
}

.cloud-signature-row2 .widget-type-rich_text h2 {
  text-align: justify;
  color: rgb(59,58,58);
  font-family: roboto-bold,roboto,sans-serif;
  font-size: 27px;
  line-height: normal;
  margin: 0;
}
.cloud-signature-row3 .dnd-section {
  padding-top: 71px;
  padding-bottom: 51px; 
}
.cloud-signature-row3 .widget-type-rich_text p {
  font-size: 19px;
  text-align: justify;
  font-family: roboto-thin,roboto,sans-serif;
  margin-bottom: 23px;
  line-height: normal;
}
.cloud-signature-row3 .widget-type-rich_text p:last-child {
  margin-bottom: 0px; 
}
.cloud-signature-row4 .dnd-section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.cloud-signature-row3 .widget-type-rich_text figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -51px;
  margin-bottom: 50px;
  position: relative;
}
.cloud-signature-row3 .widget-type-rich_text figure img {
  display: block;
}
.cloud-signature-row3 .widget-type-rich_text figure a {
  margin-right: 46px;
  padding-right: 49px;
}

.cloud-signature-row3 .widget-type-rich_text figure a:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.cloud-signature-row3 .widget-type-rich_text figure a:first-child:after {
  content: "";
  border-right: 1px solid hsla(0,0%,56.9%,.87);
  height: 74px;
  position: absolute;
  top: 0;
  left: 53%;
}
.cloud-signature-row4 .widget-type-rich_text h2 {
  font-family: roboto-bold,roboto,sans-serif;
  color: #292929;
  margin: 0;
  font-size: 27px;
  line-height: 1.2em;
  text-align: justify;
}
.cloud-signature-row5 .dnd-section {
  padding-top: 25px; 
  padding-bottom: 67px;
}
.cloud-signature-row5 .dnd-section > .row-fluid,
.cloud-signature-row7 .dnd-section > .row-fluid{
  max-width: 1020px; 
}
.cloud-signature-row5 .span4 {
  width: 35.4%;
  margin-left: 0;
}
.cloud-signature-row5 .span4:first-child {
  width: 38.3%;
}
.cloud-signature-row5 .widget-type-rich_text figure {
  margin: 0 0 28px; 
  text-align: center;
}
.cloud-signature-row5 .widget-type-rich_text img {
  max-width: 156px; 
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.cloud-signature-row5 .widget-type-rich_text h2 {
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: bold;
  color: rgb(59,58,58);
  font-size: 20px;
  text-align: center;
  max-width: 269px;
  margin: 0 auto 28px;
  line-height: normal;
}
.cloud-signature-row5 .widget-type-rich_text p {
  max-width: 269px;
  color: #292929;
  font-family: roboto-thin,roboto,sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-align: justify;
  margin: 0 auto 10px;
}
.cloud-signature-row5 .widget-type-rich_text p span {
  font-size: 19px;
}
.cloud-signature-row5 .span4:nth-child(2) .widget-type-rich_text h2,
.cloud-signature-row5 .span4:nth-child(2) .widget-type-rich_text p{
  max-width: 264px;
}
.cloud-signature-row5 .span4:last-child(2) .widget-type-rich_text h2,
.cloud-signature-row5 .span4:last-child(2) .widget-type-rich_text p{
  max-width: 255px;
}
.cloud-signature-row6 h2 {
  margin: 0;
  padding: 40px 0 40px;
  font-size: 27px;
  line-height: 1.2em;
  text-align: justify;
  color: #292929;
  font-family: roboto-bold,roboto,sans-serif;
}
.cloud-signature-row7 .signin-steps-wrapper .step-item.step-1,
.cloud-signature-row7 .signin-steps-wrapper .step-item.step-2 {
  width: 24.6%;
}
.cloud-signature-row7 .signin-steps-wrapper .step-item.step-3,
.cloud-signature-row7 .signin-steps-wrapper .step-item.step-4 {
  width: 25.4%;
}
.cloud-signature-row8 .dnd-section {
  padding-top: 65px;
  padding-bottom: 70px;
}

.cloud-signature-row8 .span4 h2 {
  font-size: 30px;
  line-height: 1.2em;
  color: #292929;
  font-family: roboto-bold,roboto,sans-serif;
  margin-bottom: 10px;
  margin-top: -72px;
  margin-left: -2px;
}

.cloud-signature-row9 .dnd-section {
  padding-top: 58px;
}
.cloud-signature-row10 .dnd-section {
  padding-top: 42px;
  padding-bottom: 81px;
}
.cloud-signature-row10 h2 {
  font-size: 27px;
  line-height: 1.2em;
  text-align: justify;
  color: #292929;
  font-family: roboto-bold,roboto,sans-serif;
  margin-bottom: 17px;
}
.cloud-signature-row10 figure {
  margin: 23px auto 49px;
}

.cloud-signature-row10 figure img {
  max-width: 110px;
  display: block;
  margin: 0 auto;
}

.cloud-signature-row10 h4 {
  font-size: 19px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 52px;
  font-family: roboto-bold,roboto,sans-serif;
  max-width: 185px;
}

.cloud-signature-row10 p {
  font-size: 19px;
  text-align: center;
  font-family: roboto-thin,roboto,sans-serif;
  margin-bottom: 23px;
  line-height: normal;
  max-width: 185px;
}

.cloud-signature-row10 p:last-child {
  margin-bottom: 0px;
}
.cloud-signature-row10 {

}
.cloud-signature-row11 .dnd-section {
  padding-top: 61px;
  padding-bottom: 53px;
}
.cloud-signature-row11 h2 {
  font-size: 35px;
  line-height: 1.2em;
  margin-bottom: 68px;
  color: #292929;
  font-family: roboto-bold,roboto,sans-serif;
}

.cloud-signature-row11 h6 {
  color: #292929;
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5em;
  text-align: justify;
  margin: 0;
}

.cloud-signature-row11 p {
  font-size: 18px;
  line-height: 1.5em;
  text-align: justify;
  color: #292929;
  font-family: roboto-thin,roboto,sans-serif;
  margin: 0;
}
.cloud-signature-row11 ol {
  line-height: normal;
}
.cloud-signature-row11 ol li p {
  line-height: normal; 
  text-align: left;
}
.cloud-signature-row11 .widget-type-rich_text {
  margin-bottom: 27px; 
}

.career-row2 .dnd-section {
  padding-top: 100px;
  padding-bottom: 62px;
}
.career-row2 .content-image-column .left .cm-image img {
  max-width: 207px;
  display: block;
  margin: 0 auto;
}



.career-row2 .content-image-column .left .cm-image {
  padding-top: 0px;
  position: static;
  width: 33%;
  padding-left: 2px;
}

.career-row2 .content-image-column .cm-content {
  padding-top: 18px;
  width: 67%;
  padding-left: 51px;
}

.career-row2 .content-image-column .cm-content h2 {
  color: #393939;
  font-family: roboto-bold,roboto,sans-serif;
  font-size: 30px;
  margin-bottom: 19px;
  line-height: normal;
}

.career-row2 .content-image-column .cm-content .cm-des p {
  font-size: 18px;
  line-height: 1.5em;
  color: rgb(59,58,58);
  margin-bottom: 10px;
}

.career-row2 .content-image-column .cm-content .cm-des {
  max-width: 570px;
}
.career-row3 .dnd-section {
  padding-top: 59px;
  padding-bottom: 60px;
}

.career-row3 h2 {
  font-size: 30px;
  line-height: normal;
  text-align: center;
  font-family: roboto-bold,roboto,sans-serif;
  margin: 0;
}
.career-row4 .dnd-section > .row-fluid {
  max-width: 956px;
}
.career-row5 .dnd-section {
  padding-top: 17px;
  padding-bottom: 120px;
}

.career-row5 .dnd-section > .row-fluid {
  max-width: 956px;
}

.career-row5 h1 {
  font-size: 30px;
  color: #000000;
  font-family: roboto-bold,roboto,sans-serif;
  margin-bottom: 19px;
  line-height: normal;
  min-height: 46px;
}

.career-row5 figure {
  margin: 0 0 41px;
}

.career-row5 figure img {
  display: block;
}

.career-row5 p {
  font-size: 18px;
  line-height: 1.5em;
  text-align: justify;
  font-family: wfont_088b96_74d56e36a47048a28e541bb2ea280d47,wf_74d56e36a47048a28e541bb2e,orig_roboto_light;
  color: rgb(59,58,58);
  margin-bottom: 28px;
}
.career-row5 h5 {
  font-size: 19px;
  font-family: roboto-bold,roboto,sans-serif;
  font-size: 19px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 25px;
  max-width: 275px;
}
.career-row5 .span4 p {
  margin-bottom: 10px; 
}
.career-row6 .dnd-section {
  padding-top: 53px;
  padding-bottom: 56px;
}

.career-row6 .dnd-section > .row-fluid {
  max-width: 953px;
}
.career-row6 h2 {
  font-family: roboto-bold,roboto,sans-serif;
  color: #393939;
  font-size: 30px;
  margin-bottom: 22px;
  line-height: normal;
}
.career-row6 p {
  font-size: 18px;
  font-family: wfont_088b96_74d56e36a47048a28e541bb2ea280d47,wf_74d56e36a47048a28e541bb2e,orig_roboto_light;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 34px;
}

.career-row6 .content-with-top-image {
  padding: 0;
  margin: -34px 0px;
}
.content-with-top-image .content-row {
  justify-content: center; 
}
.career-row6 .content-with-top-image .top-image {
  margin-top: 25px;
  margin-bottom: 0px;
}

.career-row6 .content-with-top-image .cm-col-three .content-item {
  min-height: auto;
  width: 30.7%;
}

.career-row6 .content-with-top-image .content-item-inner {
  padding: 34px;
}

.career-row6 .content-with-top-image h2.title {
  margin-bottom: 16px;
  font-size: 19px;
  text-align: center;
  color: #242323;
  font-family: roboto-bold,roboto,sans-serif;
}
.career-row7 .dnd-section {
  padding-top: 47px;
  padding-bottom: 36px;
}

.career-row7 .team-members-section h2 {
  margin-bottom: 13px;
  font-size: 30px;
  line-height: normal;
  color: #393939;
}
.career-row7 .team-members-section .team-members,
.career-row8 .team-members-section .team-members{
  margin: 0;
  justify-content: space-around;
}
.career-row8 .dnd-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.career-row8 .team-members-section h2 {
  margin-bottom: 46px;
  font-size: 30px;
  line-height: normal;
  color: #393939;
}
.career-row8 .team-members-section .share-link {
  margin-bottom: 69px;
}

.career-row9 .dnd-section > .row-fluid{
  max-width: 953px;
}
.career-row10 .dnd-section > .row-fluid{
  max-width: 956px;
}
.career-row10 .dnd-section {
  padding-top: 51px; 
  padding-bottom: 43px;
}
.career-row10 .our-clients .logo-item.cm-item-5 {
  position: relative;
  left: -12px;
}
.career-row10  .our-clients .logo-item.cm-item-6, .career-row10  .our-clients .logo-item.cm-item-7 {
  position: relative;
  left: -59px;
}
.career-row10  .our-clients .logo-item.cm-item-8 {
  position: relative;
  left: -42px;
  top: -8px;
}
.career-row11 .dnd-section {
  padding-top: 26px;
  padding-bottom: 0;
}
.career-row11 .widget-type-rich_text img {
  max-width: 309px;
  display: block;
  width: 100%;
}
.career-row11 .span8 {
  padding-top: 96px;
  padding-left: 53px;
}
.career-row11 .widget-type-rich_text h1 {
  font-size: 56px;
  font-family: wfont_088b96_1befae79bef24feaa346ded230a0bf5a,wf_1befae79bef24feaa346ded23,orig_roboto_black;
  margin-bottom: -6px;
}
.career-row11 .span8 .widget-type-rich_text p {
  max-width: 390px;
  margin-bottom: 38px;
  font-size: 18px;
  font-family: wfont_088b96_74d56e36a47048a28e541bb2ea280d47,wf_74d56e36a47048a28e541bb2e,orig_roboto_light;
  padding-left: 8px;
}
.career-row11 .span8 .widget-type-rich_text a {
  margin-bottom: 10px;
  max-width: 187px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal normal 20px/1.4em wfont_088b96_150c47b888234dfabc8eb180cff215aa,wf_150c47b888234dfabc8eb180c,orig_roboto_medium;
  color: rgb(0, 76, 54);
  transition: color 0.4s ease 0s;
}
.career-row11 .span8 .widget-type-rich_text a:hover {
  color: #00ffbd;
}
.career-row12  .dnd-section {
  padding-top: 51px;
  padding-bottom: 77px;
}
.career-row12 .widget-type-rich_text h2 {
  font-size: 40px;
  margin-bottom: 16px;
  font-family: roboto-bold,roboto,sans-serif;
  line-height: normal;
  color: #000;
}
.career-row12 .widget-type-rich_text p {
  font-family: roboto-thin,roboto,sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: justify;
  color: #000;
  margin-bottom: 51px;
}
.career-row12 .hs-button  {
  min-width: 192px;
  min-height: 43px;
  margin: 0 0 10px;
  display: flex;
  flex-basis: auto;
  justify-content: center;
  align-items: center;
  -st-extends: StylableButton;
  transition: all 0.2s ease, visibility 0s;
  background: #FFFFFF;
  border: 2px solid #00FFBD;
  border-radius: 50px;
  font-size: 16px;
  font-family: roboto-thin,roboto,sans-serif;
  color: #242323;
  font-weight: 700;
  margin-left: 5px;
}
.career-row12 .hs-button:hover {
  background: #000000;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: roboto-bold,roboto,sans-serif;
  font-weight: 400;
}
.career-row12 .dnd-section .dnd-column {
  padding-left: 31px;
}
.contact-row1 .hs-fieldtype-select .input:before {
  z-index: -1;
}
.contact-row1 form select {
  background-color: transparent;
}

[lang="id"] .contact-row1 .actions {
  padding: 0;
}

[lang="id"] .career-row3 h2 {
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
}
[lang="id"] .benefits-wrapper .benefit-content h2.title {
  max-width: 294px;
  margin-left: auto;
  margin-right: auto;
}
[lang="id"] .authentication-row1 .widget-type-rich_text p {
  font: normal normal normal 16px/1.4em wfont_088b96_74d56e36a47048a28e541bb2ea280d47,wf_74d56e36a47048a28e541bb2e,orig_roboto_light;
}


@media (max-width: 980px) and (min-width: 768px) {
  .home-row6 .our-certifications .logo-item {
    margin-right: 20px !important;
  }

  .home-row6 .our-certifications .logo-item:last-child {
    margin-right: 0px !important;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  [lang="id"] .brand-asset-section .brand-assest-item.cm-item-4 .logo {
    margin-top: 0;
  }
}


@media (min-width: 768px) {
  .about-row3 .team-members-section .member-image {
    margin-top: 55px
  }
  .cloud-signature-row8 .span4 {
    width: 37%;
  }
  .cloud-signature-row8 .span8 {
    width: calc(65.81196581200001% - 50px) !important;
  }
  .cloud-signature-row10 .span3 {
    width: 25%;
    margin-left: 0px;
  }
  .cloud-signature-row1 .upcoming-events .event-btn a {
    margin-left: 6px;
  }



  /*Language page */

  [lang="id"] .home-page .banner .col-content {
    width: 44%;
  }

  [lang="id"] .home-page .banner .cm-content p {
    text-align: left;
  }

  [lang="id"] .home-page .banner .cm-row>.col-image {
    width: 58%;
    left: 7px;
  }
  [lang="id"] .home-row2 .content-image-column .cm-button a {
    margin-top: 0;
  }
  [lang="id"] .home-row4 .clients-slider-wrapper {
    padding-top: 45px;
  }

  [lang="id"] .home-row4 .clients-slider-wrapper h2{
    font-size: 25px;
    line-height: 1.2em;
  }
  [lang="id"] .home-row5 .our-certifications h2{
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 8px;
  }

  [lang="id"] .home-row4 .clients-slider-wrapper p,
  [lang="id"] .home-row5 .our-certifications{
    font-size: 18px;
    margin-bottom: 5px;
  }
  [lang="id"] .home-row5 .our-certifications {
    margin-bottom: 10px; 
  }
  [lang="id"] .cm-career-banner .banner-content {
    padding-top: 199px;
  }
  [lang="id"] .career-row2 .content-image-column .cm-content-col {
    margin-bottom: 20px;
  }
  [lang="id"] .career-row5 .dnd-section {
    padding-bottom: 50px;
  }
  [lang="id"] .career-row6 h2 {
    max-width: 330px;
  }
  [lang="id"] .cloud-signature-row1 .upcoming-events .cm-content-wrap h3 {
    font-size: 35px;
    margin-bottom: 74px;
  }
  [lang="id"] .cloud-signature-row2 .widget-type-rich_text h2,
  [lang="id"] .cloud-signature-row4 .widget-type-rich_text h2,
  [lang="id"] .cloud-signature-row6 h2{
    font-size: 23px;
  }
  [lang="id"] .cloud-signature-row9 .benefits-wrapper .bottom-content p {
    font-size: 15px;
    line-height: normal;
  }
  [lang="id"] .cloud-signature-row9 .benefits-wrapper .benefits {
    margin-bottom: 46px;
  }
  [lang="id"] .authentication-page .banner .col-content {
    width: 49%;
    max-width: none;
    margin-left: -5.1%;
    padding-top: 19px;
  }

  [lang="id"] .authentication-page .banner .cm-row {
    justify-content: space-between;
  }

  [lang="id"] .authentication-page .banner .cm-row >.col-image {
    width: 54%;
    right: 0;
    left: -63px;
  }

  [lang="id"] .authentication-page .banner .cm-content p {
    max-width: 516px;
  }

  [lang="id"] .authentication-page .banner .cm-row>.col-image img {
    max-width: 695px;
  }
  [lang="id"] .home-row5 h2 {
    font-size: 25px;
  }

  [lang="id"] .home-row6 .our-certifications h2 {
    font-size: 25px;
  }
  html[lang="id"] .cloud-signature-row8 .span4 h2 {
    margin-top: -30px;
  }
  html[lang="id"] .home-row6 .our-certifications p,
  html[lang="id"] .home-row5 p{
    font-size: 18px;
  }

}
@media (max-width: 1400px) {
  [lang="id"] .authentication-page .banner .cm-content p {
    width: 100%;
  }
  [lang="id"] .authentication-page .banner .cm-row>.col-image,
  [lang="id"] .authentication-page .banner .col-content {
    position: static;
  }
}

@media (max-width:1400px) and (min-width:768px) {
  [lang=id] .authentication-page .banner .col-content {
    margin-left: 0;
    width: 46%;
  }
  [lang=id] .authentication-page .banner .cm-row>.col-image img {
    width: 100%;
  }
}
@media (max-width: 1350px) {
  .authentication-page .banner .cm-row>.col-image {
    right: 0; 
  }
  .biometric-page .banner .col-content {
    margin-left: 0;
  }
  .home-page .banner .col-content {
    margin-left: 0;
  }
  .home-page .banner .cm-row>.col-image {
    left: 0;
    width: 57%;
  }
  .home-page .banner img {
    width: 100%; 
  }
  .home-row2 .content-image-column .cm-content-col.right .cm-image img,
  .home-row2 .cm-content-col.left.cm-item-3 .cm-image img{
    width: 100%; 
  }
  .home-row2 .content-image-column .cm-content-col.right .cm-image {
    right: 0;
  }
}
@media (max-width:1024px) {
  .about-layout .our-clients .logo-item {
    position: static !important; 
  }
}

@media (max-width: 980px) {
  .cloud-signature-row1 .upcoming-events .cm-image-wrap {
    width: 50%;
  }

  .cloud-signature-row1 .upcoming-events .cm-content-wrap {
    width: 50%;
  } 
}
@media (max-width: 767px) {
  .about-row1 .widget-type-rich_text h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 19px;
  }

  .about-row1 .dnd-section {
    padding-top: 31px;
    padding-bottom: 41px;
  } 
  .about-row1 .dnd-section>.row-fluid>.dnd-module, .about-row4 .dnd-section .dnd-column {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-layout .dnd-section>.row-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-row1 .widget-type-rich_text p {
    font-size: 14px; 
  }
  .about-row2 .dnd-section {
    padding-top: 29px;
    padding-bottom: 0px;
  }
  .about-row3 .dnd-section {
    padding-bottom: 27px;
  }
  .about-row3 .team-members-section .team-members {
    margin-left: 0;
    margin-right: 0;
  }
  .about-row3 .team-members-section p.designation {
    margin-bottom: 19px;
  }
  .about-row3 .team-members-section .member-item:first-of-type .share-link {
    margin-bottom: 69px;
  }
  .about-row3 .team-members-section p.designation {
    margin-bottom: 19px;
  }

  .about-row3 .team-members-section .member-item:first-of-type .share-link {
    margin-bottom: 51px;
  }

  .about-row3 .team-members-section .member-name h1 {
    font-size: 16px;
  }
  .about-row3 .team-members-section .team-members h1 {
    margin-bottom: 9px;
  }
  .about-row3 .team-members-section .share-link {
    margin-bottom: 20px;
  }
  .about-row3 .team-members-section .member-item:nth-child(2) .member-image,
  .about-row3 .team-members-section .member-item:nth-child(3) .member-image{
    width: 130px;
    height: 131px;
  }
  .about-row4 .dnd-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .about-row4 .our-clients .logo-item.cm-item-2 {
    margin-bottom: 21px;
  }

  .about-row4 .our-clients .logo-item.cm-item-3 {
    margin-bottom: 18px;
  }

  .about-row4 .our-clients .logo-item.cm-item-5 {
    margin-bottom: 33px;
  }

  .about-row4 .our-clients .logo-item.cm-item-6 {
    margin-bottom: 22px;
  }

  .about-row4 .our-clients .logo-item.cm-item-7 {
    margin-bottom: 21px;
  }
  .about-row3 .team-members-section .title {
    display: none;
  }
  .authentication-page .banner .cm-banner-inner {
    padding-top: 11px;
  }
  .authentication-page .banner .cm-content {
    padding-top: 10px;
    padding-bottom: 27px;
  }

  .authentication-page .banner .cm-content h1 {
    margin-bottom: 10px;
  }

  .authentication-page .banner .cm-content p {
    margin-bottom: 20px;
  }
  .authentication-row1 .dnd-section {
    margin-top:0;
    padding-top: 17px;
    padding-bottom: 22px;
  }

  .authentication-row1 .widget-type-rich_text h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .authentication-row1 .dnd-section>.row-fluid {
    padding: 0 10px
  }

  .authentication-row1 .widget-type-rich_text p {
    font-size: 16px
  }
  .authentication-row2 .content-with-top-image {
    padding-top: 10px; 
  }
  .authentication-row2 .content-with-top-image .cm-col-five .cm-item-3 .content p, 
  .authentication-row2 .content-with-top-image .cm-col-five .cm-item-4 .content p {
    margin-bottom: 44px;
  }

  .authentication-row2 .cm-col-five .content-item.cm-item-5 .top-image {
    margin-top: 20px !important;
  }
  .authentication-row3 .dnd-section {
    padding-top: 20px;
  }

  .authentication-row3 .widget-type-rich_text h2 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .authentication-row3 .widget-type-rich_text figure {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .authentication-row3 .widget-type-rich_text figure img {
    margin-top: 10px;
    margin-bottom: 10px;

  }
  .authentication-row3 .widget-type-rich_text figure p {
    padding-bottom: 10px;
    font-size: 11px;
  }
  .authentication-row4 .content-with-top-image {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .authentication-row4 .content-with-top-image .top-header h2 {
    margin-bottom: 20px;
  }
  .authentication-row4 .content-with-top-image .cm-col-three .top-image {
    width: 70px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  .authentication-row4 .content-with-top-image .cm-col-three .cm-item-4 .content p, 
  .authentication-row4 .content-with-top-image .cm-col-three .cm-item-5 .content p,
  .authentication-row4 .content-with-top-image .cm-col-three .cm-item-6 .content p {
    margin-bottom: 20px;
  }
  .authentication-row4 .content-with-top-image .cm-col-three .content {
    max-width: 213px;
  }
  .authentication-page .bottom-pane-wrapper {
    padding-top: 25px;
    padding-bottom: 36px;
  }

  .authentication-page .bottom-pane-wrapper h2 {
    margin-bottom: 27px;
    text-align: center;
  }
  .contact-row1 .dnd-section {
    padding-top: 20px;
    padding-bottom: 109px;
  }
  .contact-row1 .widget-type-form {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-row1 .widget-type-form form {
    padding-top: 0;
    max-width: 100%;
  }
  .contact-row h3.form-title {
    font-size: 30px;
    margin: 10px 0 20px;
  }
  .contact-row1 .hs-form-field>label {
    font-size: 16px;
  } 
  .contact-row1 fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
  .contact-row1 .hs-form-field {
    margin-bottom: 19px;
  }
  form input[type=email],
  form input[type=file],
  form input[type=number], 
  form input[type=password], 
  form input[type=tel],
  form input[type=text], 
  form select, 
  form textarea {
    font-size: 15px;
    min-height: 47px;
    width: 100% !important;
  }
  .contact-row1 .hs-form-required {
    padding-left: 4px
  }
  .contact-row1 form textarea {
    height: 124px;
  }
  .contact-row1 .hs_attachment__screen_shot___max_1mb_ {
    margin-bottom: 42px;
  }
  .contact-row1 form .hs-richtext {
    padding-left: 0;
  }
  .contact-row1 form input[type=submit] {
    padding: 13px 53px;
    width: 100%;
  }
  .contact-row1 form fieldset:last-of-type {
    margin-bottom: 43px;
  }
  .brand-row1 .dnd-section {
    padding-top: 29px;
    padding-bottom: 65px;
  }

  .bottom-pane-wrapper .content-button .cm-button {
    margin-top: -10px;
  }

  .biometric-page .banner .cm-row>.col-image {
    width: 100%;
    margin: 0;
  }

  .biometric-page .banner .cm-row>.col-image img {
    max-width: 231px;
    margin: 0 auto;
    display: block;
  }

  .biometric-page .banner .cm-banner-inner {
    padding-top: 20px;
  }

  .biometric-page .banner .col-content {
    width: 100%;
  }

  .biometric-page .banner .cm-content {
    padding-top: 19px;
    padding-bottom: 25px;
  }

  .biometric-page .banner .cm-content h1 {
    margin-bottom: 10px;
  }

  .biometric-page .banner .cm-content p {
    margin-bottom: 17px;
  }

  .biometric-row1 .dnd-section {
    padding-top: 28px;
    padding-bottom: 31px;
  }

  .biometric-row1 .widget-type-rich_text h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .biometric-row1 .widget-type-rich_text p {
    font-size: 14px;
  }
  .biometric-row2 .content-with-top-image .content-item {
    min-height: auto;
  }
  .biometric-row2 .content-with-top-image .cm-col-three .content p {
    margin-bottom: 44px;
  }
  .biometric-row2 .content-with-top-image .content-item {
    min-height: auto;
  }

  .biometric-row2 .content-with-top-image h2.title {
    max-width: 170px;
  }

  .biometric-row2 .content-with-top-image .cm-col-three .content {
    max-width: 213px;
  }

  .biometric-row2 .content-with-top-image .cm-col-three .content p {
    margin-bottom: 44px;
  }

  .biometric-row2 .content-with-top-image .cm-item-2 h2.title {
    margin-bottom: 17px;
  }

  .biometric-row2 .content-with-top-image .cm-col-three .cm-item-2 .content p {
    margin-bottom: 27px;
  }

  .biometric-row2 .content-with-top-image .cm-item-4  .top-image,
  .biometric-row2 .content-with-top-image .cm-item-5  .top-image,
  .biometric-row2 .content-with-top-image .cm-item-6  .top-image{
    margin-top: 20px !important;
  }

  .biometric-row2 .content-with-top-image .cm-item-4 h2.title {
    margin-bottom: 10px;
  }



  .biometric-row2 .content-with-top-image .cm-col-three .cm-item-4 .content p {
    margin-bottom: 20px;
  }


  .biometric-row2 .content-with-top-image .cm-item-5 h2.title {
    max-width: 248px;
    margin-bottom: 10px;
  }

  .biometric-row2 .content-with-top-image .cm-col-three .cm-item-5 .content p {
    margin-bottom: 20px;
  }

  .biometric-row2 .content-with-top-image .cm-item-6 h2.title {
    margin-bottom: 10px;
  }

  .biometric-row2 .content-with-top-image .cm-col-three .cm-item-6 .content p {
    margin-bottom: 20px;
  }
  .biometric-row4 .content-with-top-image {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .biometric-row4 .content-with-top-image .top-header h2 {
    margin-bottom: 20px;
  }
  .biometric-row4 .content-with-top-image {
    padding-top: 20px;
  }

  .biometric-row4 .content-with-top-image .top-header h2 {
    margin-bottom: 20px;
  }

  .biometric-row4 .content-with-top-image .content-item {
    min-height: auto;
  }

  .biometric-row4 .content-with-top-image h2.title {
    font-size: 18px;
    max-width: 170px;
    margin-bottom: 10px;
  }
  .biometric-row5 .bottom-pane-wrapper {
    padding-top: 25px;
    padding-bottom: 36px;
  }

  .biometric-row5 .bottom-pane-wrapper h2 {
    margin-bottom: 27px;
  }

  .biometric-row5 .bottom-pane-wrapper .content-button .cm-button {
    margin-top: 0;
  }
  .biometric-row5 .bottom-pane-wrapper h2,
  .home-page .bottom-pane-wrapper h2{
    position: static;
  }
  .home-page .banner .cm-banner-inner {
    padding-top: 75px;
  }

  .home-page .banner .cm-row>.col-image {
    margin-top: 0;
    width: 100%;
    margin-bottom: 9px;
  }

  .home-page .banner .col-content {
    width: 100%;
  }

  .home-page .banner .cm-content {
    padding-top: 0;
    padding-bottom: 11px;
  }

  .home-page .banner img {
    max-width: 247px;
    margin: 0 auto;
    display: block;
  }

  .home-page .banner .cm-content p {
    MARGIN-BOTTOM: 23PX;
    TEXT-ALIGN: CENTER;
  }
  .home-row1 .dnd-section {
    padding-top: 20PX;
    padding-bottom: 20PX;
  }
  .home-row1 .widget-type-rich_text h2 {
    font-size: 18px;
  }
  .home-row2 .content-image-column .cm-image {
    padding: 0 !important;
    margin-top: 20px;
  }

  .home-row2 .content-image-column .cm-content {
    padding-top: 0;
    padding-left: 0px;
  }

  .home-row2 .content-image-column .cm-content h2 {
    margin-bottom: 10px;
  }

  .home-row2 .content-image-column .cm-content .cm-des p {
    margin-bottom: 35px;
    text-align: center;
  }

  .home-row2 .content-image-column .cm-button a {
    margin-top: 0;
  }

  .home-row2 .content-image-column .cm-content-col {
    margin-bottom: 44px;
  }

  .home-row2 .content-image-column .cm-content-col.right .cm-image {
    margin-top: 32px;
    margin-bottom: 30px;
  }

  .home-row2 .content-image-column .cm-content-col.right .cm-content {
    padding: 0;
    width: 100%;
    margin-left: 00px;
  }

  .home-row2 .content-image-column .cm-item-2 .cm-content h2 {
    margin-bottom: 10px;
  }

  .home-row2 .content-image-column .cm-content-col.right .cm-content .cm-des p {
    margin-bottom: 27px;
  }

  .home-row2 .cm-content-col.left.cm-item-3 {
    margin-top: 10px;
  }

  .home-row2 .cm-content-col.left.cm-item-3 .cm-image {
    margin-top: 0px;
    margin-bottom: 18px;
  }

  .home-row2 .content-image-column .cm-item-3 .cm-content {
    padding: 0;
  }

  .home-row2 .content-image-column .cm-item-3 .cm-content h2 {
    margin-bottom: 10px;
  }

  .home-row2 .content-image-column .cm-item-3 .cm-content .cm-des p {
    margin-bottom: 27px;
  }

  .home-row2 .dnd-section {
    padding-bottom: 23px;
  }

  .home-page .bottom-pane-wrapper {
    padding-top: 35px;
    padding-bottom: 42px;
  }

  .home-page .bottom-pane-wrapper h2 {
    margin-bottom: 25px;
    text-align: center;
  }

  .home-page .bottom-pane-wrapper .content-button .cm-button {
    margin-top: 00;
  }
  .home-page .bottom-pane-wrapper .content-button a {
    max-width: 200px;
  }
  .home-row5 .dnd-section {
    padding-top: 39px;
    padding-bottom: 43px;
  }

  .home-row5 h2 {
    font-size: 18px;
    margin-bottom: 22px;
    text-align: center;
  }

  .home-row5 p {
    font-size: 14px;
    margin-bottom: 43px;
  }

  .home-row5 .hs_cos_wrapper_type_module {
    text-align: center;
  }
  .home-row6 .dnd-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .home-row2 .content-image-column .cm-content-col.right .cm-image {
    padding-left: 0 !important;
    padding-right: 0px !important;
  }
  .cloud-signature-row1 .dnd-section {
    padding-top: 43px;
    padding-bottom: 34px;
  }

  .cloud-signature-row1 .upcoming-events {
    padding-top: 0;
    padding-bottom: 0px;
  }

  .cloud-signature-row1 .upcoming-events .cm-content-wrap,
  .cloud-signature-row1 .upcoming-events .cm-image-wrap {
    width: 100%;
    padding: 0;
  }

  .cloud-signature-row1 .upcoming-events .cm-image-wrap {
    margin-top: 0;
    margin-bottom: 23px;
  }

  .cloud-signature-row1 .upcoming-events .cm-image-wrap img {
    max-height: 169px;
    display: block;
    margin: 0 auto;
  }

  .cloud-signature-row1 .upcoming-events .cm-content-wrap h3 {
    font-size: 21px;
    margin-bottom: 25px;
    text-align: center;
  }

  .cloud-signature-row1 .upcoming-events .event-btn {
    margin-top: 0;
  }

  .cloud-signature-row1 .upcoming-events .event-btn a {
    max-width: 160px;
    margin-bottom: 0px;
    min-height: 42px;
  }

  .cloud-signature-row2 .dnd-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cloud-signature-row2 .widget-type-rich_text h2 {
    font-size: 18px;
  }

  .cloud-signature-row3 .widget-type-rich_text figure a {
    padding-right: 0;
    margin-right: 0;
  }

  .cloud-signature-row3 .widget-type-rich_text figure a img {
    max-width: 113px !important;
  }

  .cloud-signature-row3 .widget-type-rich_text figure a:first-child:after {
    height: 100%;
    left: 59%;
  }

  .cloud-signature-row3 .dnd-section {
    padding-top: 35px;
    padding-bottom: 42px;
  }

  .cloud-signature-row3 .widget-type-rich_text figure a:last-child {
    position: relative;
    left: 43px;
  }

  .cloud-signature-row3 .widget-type-rich_text figure a:last-child img {
    max-width: 100px !important;
  }

  .cloud-signature-row3 .widget-type-rich_text figure {
    margin-bottom: 32px;
  }

  .cloud-signature-row3 .widget-type-rich_text p {
    font-size: 16px;
    margin-bottom: 19px;
  }

  .cloud-signature-row4 .dnd-section {
    padding-top: 18px;
    padding-bottom: 29px;
  }

  .cloud-signature-row4 .widget-type-rich_text h2 {
    font-size: 17px;
  }
  .cloud-signature-row7 .signin-steps-wrapper .step-item.step-1, .cloud-signature-row7 .signin-steps-wrapper .step-item.step-2 {
    width: 100%;
  }
  .cloud-signature-row5 .dnd-section {
    padding-top: 7px;
    padding-bottom: 30px;
  }

  .cloud-signature-row5 .span4 {
    width: 100% !important;
  }

  .cloud-signature-row5 .widget-type-rich_text img {
    max-width: 110px;
  }

  .cloud-signature-row5 .widget-type-rich_text figure {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cloud-signature-row5 .widget-type-rich_text h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .cloud-signature-row5 .widget-type-rich_text p {
    max-width: 100% !important;
    font-size: 14px;
    margin-bottom: 17px;
  }

  .cloud-signature-row5 .widget-type-rich_text p span {
    font-size: 17px;
  }

  .cloud-signature-row6 h2 {
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 21px;
  }
  .cloud-signature-row8 .dnd-section {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .cloud-signature-row8 .span4 h2 {
    margin-top: 0;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .cloud-signature-row9 .dnd-section {
    padding-top: 30px;
    padding-bottom: 26px;
  }
  .cloud-signature-row10 .dnd-section {
    padding-top: 20px;
  }

  .cloud-signature-row10 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .cloud-signature-row10 figure {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cloud-signature-row10 figure img {
    max-width: 80px;
  }
  .cloud-signature-row10 h4 {
    max-width: none;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .cloud-signature-row10 p {
    max-width: none;
    font-size: 17px;
    margin-bottom: 20px;
  }

  .cloud-signature-row10 .span3 {
    padding-bottom: 20px;
  }

  .cloud-signature-row10 .span3:last-child {
    padding-bottom: 0px;
  }

  .cloud-signature-row10 .dnd-section {
    padding-bottom: 20px;
  }
  .cloud-signature-row11 .dnd-section {
    padding-top: 30px;
    padding-bottom: 41px;
  }

  .cloud-signature-row11 h2 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .cloud-signature-row11 h6 {
    font-size: 17px !important;
  }

  .cloud-signature-row11 p {
    font-size: 16px;
  }

  .cloud-signature-row11 .widget-type-rich_text {
    margin-bottom: 24px;
  }
  .authentication-row2 .content-with-top-image .top-header h2 {
    padding-left: 0;
  }

  .authentication-row2 .content-with-top-image .page-center {
    padding: 0;
  }
  .authentication-row4 .content-with-top-image .read-link {
    margin-bottom: 20px;
  }
  .career-row2 .dnd-section {
    padding-top: 27px;
    padding-bottom: 0px;
  }

  .career-row2 .content-image-column .left .cm-image {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 24px;
  }

  .career-row2 .content-image-column .cm-content {
    width: 100%;
    padding-left: 0px;
    padding-top: 0;
  }

  .career-row2 .content-image-column .left .cm-image img {
    max-width: 96px;
  }

  .career-row2 .content-image-column .cm-content h2 {
    font-size: 21px;
    margin-bottom: 16px;
  }

  .career-row2 .content-image-column .cm-content .cm-des p {
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
    margin: 0;
  }

  .career-row2 .content-image-column .cm-content-col {
    margin-bottom: 66px;
  }
  .career-row3 .dnd-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .career-row3 h2 {
    font-size: 21px;
  }
  .career-row5 .dnd-section {
    padding-top: 16px;
    padding-bottom: 6px;
  }

  .career-row5 h1 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 27px;
    min-height: auto;
  }

  .career-row5 figure {
    margin-bottom: 17px;
  }

  .career-row5 p {
    font-size: 14px;
  }

  .career-row5 h5 {
    font-size: 16px;
    margin-bottom: 10px !important;
    max-width: none;
  }

  .career-row5 .span4 p {
    margin-bottom: 28px;
  }
  .career-row6 .dnd-section {
    padding-top: 22px;
    padding-bottom: 0;
  }

  .career-row6 h2 {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
  }

  .career-row6 p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .career-row6 .content-with-top-image {
    margin: 0;
  }
  .career-row6 .content-with-top-image .content-item-inner {
    padding: 0;
  }

  .career-row6 .content-with-top-image .top-image {
    margin-top: 20px !important;
    margin-bottom: -5px !important;
  }

  .career-row6 .content-with-top-image .top-image {
    width: 160px !important;
  }

  .career-row6 .content-with-top-image h2.title {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .career-row7 .team-members-section h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .career-row8 .team-members-section h2 {
    font-size: 21px;
    margin-bottom: 19px;
  }
  .career-row7 .dnd-section {
    padding-bottom: 0px;
  }

  .career-row8 .team-members-section .share-link {
    margin-bottom: 20px;
  }
  .career-row10 .dnd-section {
    padding-bottom: 16px;
    padding-top: 20px;
  }
  .career-row10 .our-clients .logo-item {
    margin-bottom: 30px;
  }

  .career-row10 .our-clients .logo-item.cm-item-1 {
    margin-bottom: 16px;
  }

  .career-row10 .our-clients .logo-item.cm-item-5 {
    margin-bottom: 35px;
  }

  .career-row10 .our-clients .logo-item.cm-item-6 {
    margin-bottom: 25px;
  }

  .career-row10 .our-clients .logo-item.cm-item-7 {
    margin-bottom: 34px;
  }
  .career-row11 .dnd-section {
    padding-top: 6px;
  }

  .career-row11 .span8 {
    padding: 0;
  }

  .career-row11 .widget-type-rich_text h1 {
    font-size: 28px;
    margin-bottom: 7px;
    margin-top: 20px;
  }

  .career-row11 .span8 .widget-type-rich_text p {
    margin-bottom: 21px;
    font-size: 13px;
    padding-left: 0px;
  }

  .career-row11 .span8 .widget-type-rich_text a {
    font: normal normal normal 14px/1.4em wfont_088b96_150c47b888234dfabc8eb180cff215aa,wf_150c47b888234dfabc8eb180c,orig_roboto_medium;
    color: #004c36;
    max-width: none;
    text-align: left;
    margin-left: 0;
    display: block;
    min-height: 29px;
    margin-bottom: 10px;
  }
  .career-row12 .dnd-section {
    padding-top: 36px;
    padding-bottom: 26px;
  }

  .career-row12 .widget-type-rich_text h2 {
    margin-bottom: 13px;
    font-size: 26px;
    text-align: center;
  }

  .career-row12 .widget-type-rich_text p {
    margin-bottom: 22px;
    font-size: 15px;
    text-align: center;
  }

  .career-row12 .hs_cos_wrapper_type_module {
    text-align: center;
    margin: 0 auto;
  }

  .career-row12 .hs-button {
    min-width: 156px;
    margin-left: auto;
    margin-right: auto;
  }

  .career-row12 .dnd-section .dnd-column {
    padding-left: 0px;
  }
  .brand-row1 .dnd-section>.row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-page h3.form-title {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .contact-page .actions {
    padding: 0 13px;
  }
  [lang="id"] .home-row5 h2 {
    font-size: 17px;
  }

  [lang="id"] .home-row6 .our-certifications h2 {
    font-size: 17px;
  }
  .contact-row1 h3.form-title {
    margin: 9px 10px 20px 0;
    font: normal normal normal 26.133333333333333px/1.4em wfont_088b96_3fc79ffa166a489391814faa1b2cc495,wf_3fc79ffa166a489391814faa1,orig_roboto_bold;
    line-height: normal;
    font-size: 30px;
    letter-spacing: normal;
    font-family: roboto-bold,roboto,sans-serif;
  }
  .career-row11 {
    position: relative;
  }
  .career-row11 .span8 {
    position: absolute;
    top: 0;
    left: 44%;
  }
  .career-row11 .widget-type-rich_text img {
    max-width: 248px;
    position: relative;
    left: -92px;
  }
  .career-row11 .widget-type-rich_text h1 {
    margin: 59px 0px 7px 0;
  }
  .career-row11 .span8 .widget-type-rich_text p {
    text-align: justify;
    padding-right: 27px;
    margin-bottom: 26px;
  }
  .home-page .banner .cm-banner-inner {
    padding-top: 39px;
  }

  html[lang="id"] .cloud-signature-row2 .widget-type-rich_text h2,
  html[lang="id"] .cloud-signature-row4 .widget-type-rich_text h2,
  html[lang="id"] .cloud-signature-row6 .widget-type-rich_text h2{
    font-size: 16px;
  }
  html[lang=id] .cloud-signature-row4 .widget-type-rich_text h2 {
    font-size: 14px;
  }
  html[lang=id] .cloud-signature-row6 .widget-type-rich_text h2 {
    font-size: 19px;
  }
}

@media (max-width: 450px) {
  .biometric-row2 .content-with-top-image h2.title {
    max-width: 170px;
  }

  .biometric-row2 .content-with-top-image .cm-col-three .content {
    max-width: 213px;
  }

}
.cm-infographics-banner .cm-wrapper .cm-left {  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[lang=id] .cm-infographics-banner .cm-wrapper .cm-left {
  position: relative;
  left: 8px;
}
@media (min-width:992px) {
  html[lang=id] .cm-infographics-banner .cm-right {
    position: relative;
    left: -110px;
  }
}